@yamada-ui/resizable
Advanced tools
Comparing version 1.2.1-next-20241125004155 to 1.2.1-next-20241125004638
export { Resizable, ResizableProps } from './resizable.js'; | ||
export { ResizableItem, ResizableItemProps } from './resizable-item.js'; | ||
export { ResizableTrigger, ResizableTriggerIcon, ResizableTriggerIconProps, ResizableTriggerProps } from './resizable-trigger.js'; | ||
export { ResizableTrigger, ResizableTriggerProps } from './resizable-trigger.js'; | ||
export { ResizableItemControl, ResizableStorage } from './use-resizable.js'; | ||
import '@yamada-ui/core'; | ||
import 'react'; | ||
import '@yamada-ui/icon'; | ||
import '@yamada-ui/utils'; | ||
import 'react-resizable-panels'; |
@@ -26,4 +26,3 @@ "use client" | ||
ResizableItem: () => ResizableItem, | ||
ResizableTrigger: () => ResizableTrigger, | ||
ResizableTriggerIcon: () => ResizableTriggerIcon | ||
ResizableTrigger: () => ResizableTrigger | ||
}); | ||
@@ -343,3 +342,2 @@ module.exports = __toCommonJS(src_exports); | ||
var import_core3 = require("@yamada-ui/core"); | ||
var import_icon = require("@yamada-ui/icon"); | ||
var import_utils4 = require("@yamada-ui/utils"); | ||
@@ -393,49 +391,2 @@ var import_react2 = require("react"); | ||
ResizableTrigger.__ui__ = "ResizableTrigger"; | ||
var ResizableTriggerIcon = (rest) => { | ||
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_icon.Icon, { h: "1rem", viewBox: "0 0 23 39", w: "0.5rem", ...rest, children: [ | ||
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)( | ||
"path", | ||
{ | ||
d: "M 5 0 C 7.761 0 10 2.239 10 5 C 10 7.761 7.761 10 5 10 C 2.239 10 0 7.761 0 5 C 0 2.239 2.239 0 5 0 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)( | ||
"path", | ||
{ | ||
d: "M 19 0 C 21.761 0 24 2.239 24 5 C 24 7.761 21.761 10 19 10 C 16.239 10 14 7.761 14 5 C 14 2.239 16.239 0 19 0 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)( | ||
"path", | ||
{ | ||
d: "M 19 14 C 21.761 14 24 16.239 24 19 C 24 21.761 21.761 24 19 24 C 16.239 24 14 21.761 14 19 C 14 16.239 16.239 14 19 14 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)( | ||
"path", | ||
{ | ||
d: "M 5 14 C 7.761 14 10 16.239 10 19 C 10 21.761 7.761 24 5 24 C 2.239 24 0 21.761 0 19 C 0 16.239 2.239 14 5 14 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)( | ||
"path", | ||
{ | ||
d: "M 5 28 C 7.761 28 10 30.239 10 33 C 10 35.761 7.761 38 5 38 C 2.239 38 0 35.761 0 33 C 0 30.239 2.239 28 5 28 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)( | ||
"path", | ||
{ | ||
d: "M 19 28 C 21.761 28 24 30.239 24 33 C 24 35.761 21.761 38 19 38 C 16.239 38 14 35.761 14 33 C 14 30.239 16.239 28 19 28 Z", | ||
fill: "currentColor" | ||
} | ||
) | ||
] }); | ||
}; | ||
ResizableTriggerIcon.__ui__ = "ResizableTriggerIcon"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -445,5 +396,4 @@ 0 && (module.exports = { | ||
ResizableItem, | ||
ResizableTrigger, | ||
ResizableTriggerIcon | ||
ResizableTrigger | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,2 @@ | ||
import { HTMLUIPropsWithoutAs, ComponentArgs, FC, HTMLUIProps } from '@yamada-ui/core'; | ||
import { IconProps } from '@yamada-ui/icon'; | ||
import { HTMLUIPropsWithoutAs, ComponentArgs, HTMLUIProps } from '@yamada-ui/core'; | ||
import { Merge } from '@yamada-ui/utils'; | ||
@@ -23,5 +22,3 @@ import { RefAttributes, ReactElement } from 'react'; | ||
} & ComponentArgs; | ||
type ResizableTriggerIconProps = IconProps; | ||
declare const ResizableTriggerIcon: FC<ResizableTriggerIconProps>; | ||
export { ResizableTrigger, ResizableTriggerIcon, type ResizableTriggerIconProps, type ResizableTriggerProps }; | ||
export { ResizableTrigger, type ResizableTriggerProps }; |
@@ -24,8 +24,6 @@ "use client" | ||
__export(resizable_trigger_exports, { | ||
ResizableTrigger: () => ResizableTrigger, | ||
ResizableTriggerIcon: () => ResizableTriggerIcon | ||
ResizableTrigger: () => ResizableTrigger | ||
}); | ||
module.exports = __toCommonJS(resizable_trigger_exports); | ||
var import_core = require("@yamada-ui/core"); | ||
var import_icon = require("@yamada-ui/icon"); | ||
var import_utils2 = require("@yamada-ui/utils"); | ||
@@ -163,54 +161,6 @@ var import_react2 = require("react"); | ||
ResizableTrigger.__ui__ = "ResizableTrigger"; | ||
var ResizableTriggerIcon = (rest) => { | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_icon.Icon, { h: "1rem", viewBox: "0 0 23 39", w: "0.5rem", ...rest, children: [ | ||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
"path", | ||
{ | ||
d: "M 5 0 C 7.761 0 10 2.239 10 5 C 10 7.761 7.761 10 5 10 C 2.239 10 0 7.761 0 5 C 0 2.239 2.239 0 5 0 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
"path", | ||
{ | ||
d: "M 19 0 C 21.761 0 24 2.239 24 5 C 24 7.761 21.761 10 19 10 C 16.239 10 14 7.761 14 5 C 14 2.239 16.239 0 19 0 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
"path", | ||
{ | ||
d: "M 19 14 C 21.761 14 24 16.239 24 19 C 24 21.761 21.761 24 19 24 C 16.239 24 14 21.761 14 19 C 14 16.239 16.239 14 19 14 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
"path", | ||
{ | ||
d: "M 5 14 C 7.761 14 10 16.239 10 19 C 10 21.761 7.761 24 5 24 C 2.239 24 0 21.761 0 19 C 0 16.239 2.239 14 5 14 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
"path", | ||
{ | ||
d: "M 5 28 C 7.761 28 10 30.239 10 33 C 10 35.761 7.761 38 5 38 C 2.239 38 0 35.761 0 33 C 0 30.239 2.239 28 5 28 Z", | ||
fill: "currentColor" | ||
} | ||
), | ||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)( | ||
"path", | ||
{ | ||
d: "M 19 28 C 21.761 28 24 30.239 24 33 C 24 35.761 21.761 38 19 38 C 16.239 38 14 35.761 14 33 C 14 30.239 16.239 28 19 28 Z", | ||
fill: "currentColor" | ||
} | ||
) | ||
] }); | ||
}; | ||
ResizableTriggerIcon.__ui__ = "ResizableTriggerIcon"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
ResizableTrigger, | ||
ResizableTriggerIcon | ||
ResizableTrigger | ||
}); | ||
//# sourceMappingURL=resizable-trigger.js.map |
{ | ||
"name": "@yamada-ui/resizable", | ||
"version": "1.2.1-next-20241125004155", | ||
"version": "1.2.1-next-20241125004638", | ||
"description": "Yamada UI resizable component", | ||
@@ -40,4 +40,3 @@ "keywords": [ | ||
"react-resizable-panels": "^2.1.7", | ||
"@yamada-ui/core": "1.16.0-next-20241125004155", | ||
"@yamada-ui/icon": "1.1.14-next-20241125004155", | ||
"@yamada-ui/core": "1.15.6-next-20241125004638", | ||
"@yamada-ui/utils": "1.5.4" | ||
@@ -44,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4
208560
2063
+ Added@yamada-ui/core@1.15.6-next-20241125004638(transitive)
- Removed@yamada-ui/core@1.16.0-next-20241125004155(transitive)
- Removed@yamada-ui/icon@1.1.14-next-20241125004155(transitive)
- Removed@yamada-ui/use-token@1.1.31-next-20241125004155(transitive)