@3sc/common-component 0.0.236 → 0.0.238
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
|
@@ -44374,7 +44374,7 @@ const vy = ({ type: e }) => {
|
|
|
44374
44374
|
zIndex: 999
|
|
44375
44375
|
},
|
|
44376
44376
|
children: [
|
|
44377
|
-
/* @__PURE__ */ g.jsx(UI, { mode: "popLayout", children: i.map((d) => /* @__PURE__ */ g.jsx(
|
|
44377
|
+
/* @__PURE__ */ g.jsx(UI, { mode: "popLayout", children: i.map((d, f) => /* @__PURE__ */ g.jsx(
|
|
44378
44378
|
qi.div,
|
|
44379
44379
|
{
|
|
44380
44380
|
initial: { opacity: 0 },
|
|
@@ -44384,7 +44384,7 @@ const vy = ({ type: e }) => {
|
|
|
44384
44384
|
layout: !0,
|
|
44385
44385
|
children: /* @__PURE__ */ g.jsx(ge, { sx: { flexShrink: 0, minWidth: "fit-content" }, children: OW(d) })
|
|
44386
44386
|
},
|
|
44387
|
-
d.id
|
|
44387
|
+
`${d.id}_${f}`
|
|
44388
44388
|
)) }),
|
|
44389
44389
|
l && /* @__PURE__ */ g.jsx(ge, { sx: { paddingLeft: t ? "0.5rem" : 0 }, children: /* @__PURE__ */ g.jsx(
|
|
44390
44390
|
Qo,
|