cordage-enterprise 1.1.20 → 1.1.21
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/cordage-enterprise.es.js +7 -4
- package/dist/cordage-enterprise.umd.js +1 -1
- package/dist/types/components/Items/ItemBlock.d.ts +1 -1
- package/dist/types/components/Items/ItemBlock.d.ts.map +1 -1
- package/dist/types/components/Items/interfaces/ItemBlock.interface.d.ts +1 -0
- package/dist/types/components/Items/interfaces/ItemBlock.interface.d.ts.map +1 -1
- package/dist/types/stories/components/List/ListBlock.stories.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -278893,18 +278893,21 @@ const qYc = $("div", {
|
|
|
278893
278893
|
}
|
|
278894
278894
|
)
|
|
278895
278895
|
] }) });
|
|
278896
|
-
}, _o9 = ({ type: c,
|
|
278897
|
-
const
|
|
278896
|
+
}, _o9 = ({ type: c, styleItemBlock: l, ...e }) => {
|
|
278897
|
+
const a = e;
|
|
278898
278898
|
return /* @__PURE__ */ L.jsx(
|
|
278899
278899
|
T,
|
|
278900
278900
|
{
|
|
278901
278901
|
display: "flex",
|
|
278902
278902
|
padding: ".4rem",
|
|
278903
278903
|
border: "1px solid $neutral300",
|
|
278904
|
-
borderBottom: c === "first" || c === "middle" ? "
|
|
278904
|
+
borderBottom: c === "first" || c === "middle" ? "1px solid transparent" : "1px solid $neutral300",
|
|
278905
278905
|
borderTop: "1px solid $neutral300",
|
|
278906
|
+
backgroundColor: "white",
|
|
278907
|
+
marginBottom: c === "first" || c === "middle" ? "-1px" : "0",
|
|
278906
278908
|
borderRadius: c === "only" ? ".8rem" : c === "first" ? ".8rem .8rem 0rem 0rem" : c === "middle" ? "0rem" : "0rem 0rem .8rem .8rem ",
|
|
278907
|
-
|
|
278909
|
+
style: l,
|
|
278910
|
+
children: /* @__PURE__ */ L.jsx(V6, { ...a })
|
|
278908
278911
|
}
|
|
278909
278912
|
);
|
|
278910
278913
|
}, cn9 = ({
|