@3sc/common-component 0.0.159 → 0.0.161
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.
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -38314,7 +38314,7 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38314
38314
|
sx: {
|
|
38315
38315
|
position: "relative",
|
|
38316
38316
|
display: "inline-block",
|
|
38317
|
-
width: "
|
|
38317
|
+
width: "100%"
|
|
38318
38318
|
},
|
|
38319
38319
|
children: [
|
|
38320
38320
|
/* @__PURE__ */ y.jsx(
|
|
@@ -38351,7 +38351,7 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38351
38351
|
cursor: "pointer",
|
|
38352
38352
|
height: "max-content",
|
|
38353
38353
|
zIndex: 999,
|
|
38354
|
-
width: "100%
|
|
38354
|
+
width: "100%"
|
|
38355
38355
|
},
|
|
38356
38356
|
children: [
|
|
38357
38357
|
n && /* @__PURE__ */ y.jsx(
|