@yamada-ui/resizable 1.0.7-dev-20240227113132 → 1.0.7-dev-20240227181219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ var Resizable = forwardRef(
24
24
  ref,
25
25
  ...computedProps
26
26
  });
27
- const css = { w: "full", h: "full", ...styles.container };
27
+ const css = { w: "100%", h: "100%", ...styles.container };
28
28
  return /* @__PURE__ */ jsx(ResizableProvider, { value: { styles, ...rest }, children: /* @__PURE__ */ jsx(
29
29
  ui.div,
30
30
  {
@@ -35,7 +35,7 @@ var ResizableItem = forwardRef(
35
35
  ref,
36
36
  ...rest
37
37
  });
38
- const css = { boxSize: "full", ...styles.item };
38
+ const css = { boxSize: "100%", ...styles.item };
39
39
  return /* @__PURE__ */ jsx(
40
40
  UIPanel,
41
41
  {
package/dist/index.js CHANGED
@@ -219,7 +219,7 @@ var Resizable = (0, import_core.forwardRef)(
219
219
  ref,
220
220
  ...computedProps
221
221
  });
222
- const css = { w: "full", h: "full", ...styles.container };
222
+ const css = { w: "100%", h: "100%", ...styles.container };
223
223
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ResizableProvider, { value: { styles, ...rest }, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
224
224
  import_core.ui.div,
225
225
  {
@@ -264,7 +264,7 @@ var ResizableItem = (0, import_core2.forwardRef)(
264
264
  ref,
265
265
  ...rest
266
266
  });
267
- const css = { boxSize: "full", ...styles.item };
267
+ const css = { boxSize: "100%", ...styles.item };
268
268
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
269
269
  UIPanel,
270
270
  {
package/dist/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  ResizableItem
3
- } from "./chunk-WZYMW5XM.mjs";
3
+ } from "./chunk-VGC5VWTA.mjs";
4
4
  import {
5
5
  ResizableTrigger,
6
6
  ResizableTriggerIcon
7
7
  } from "./chunk-Z6HNBICR.mjs";
8
8
  import {
9
9
  Resizable
10
- } from "./chunk-HBNQ2Q6Y.mjs";
10
+ } from "./chunk-4VTPHGNN.mjs";
11
11
  import "./chunk-DTRCWMPS.mjs";
12
12
  export {
13
13
  Resizable,
@@ -133,7 +133,7 @@ var ResizableItem = (0, import_core.forwardRef)(
133
133
  ref,
134
134
  ...rest
135
135
  });
136
- const css = { boxSize: "full", ...styles.item };
136
+ const css = { boxSize: "100%", ...styles.item };
137
137
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
138
138
  UIPanel,
139
139
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ResizableItem
3
- } from "./chunk-WZYMW5XM.mjs";
3
+ } from "./chunk-VGC5VWTA.mjs";
4
4
  import "./chunk-DTRCWMPS.mjs";
5
5
  export {
6
6
  ResizableItem
package/dist/resizable.js CHANGED
@@ -96,7 +96,7 @@ var Resizable = (0, import_core.forwardRef)(
96
96
  ref,
97
97
  ...computedProps
98
98
  });
99
- const css = { w: "full", h: "full", ...styles.container };
99
+ const css = { w: "100%", h: "100%", ...styles.container };
100
100
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ResizableProvider, { value: { styles, ...rest }, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
101
101
  import_core.ui.div,
102
102
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Resizable
3
- } from "./chunk-HBNQ2Q6Y.mjs";
3
+ } from "./chunk-4VTPHGNN.mjs";
4
4
  import "./chunk-DTRCWMPS.mjs";
5
5
  export {
6
6
  Resizable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/resizable",
3
- "version": "1.0.7-dev-20240227113132",
3
+ "version": "1.0.7-dev-20240227181219",
4
4
  "description": "Yamada UI resizable component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,9 +37,9 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "react-resizable-panels": "^2.0.8",
40
- "@yamada-ui/core": "1.4.2-dev-20240227113132",
41
- "@yamada-ui/icon": "1.0.14-dev-20240227113132",
42
- "@yamada-ui/utils": "1.0.6-dev-20240227113132"
40
+ "@yamada-ui/core": "1.4.2-dev-20240227181219",
41
+ "@yamada-ui/icon": "1.0.14-dev-20240227181219",
42
+ "@yamada-ui/utils": "1.0.6-dev-20240227181219"
43
43
  },
44
44
  "devDependencies": {
45
45
  "clean-package": "2.2.0",