@michelangelo-ai/core 0.2.0 → 0.2.1
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/components/form/layout/form-group/form-group.d.ts.map +1 -1
- package/dist/components/form/layout/form-group/types.d.ts +16 -7
- package/dist/components/form/layout/form-group/types.d.ts.map +1 -1
- package/dist/michelangelo-core.cjs +1 -1
- package/dist/michelangelo-core.js +21 -17
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -94819,34 +94819,38 @@ const $Ye = ({
|
|
|
94819
94819
|
description: t,
|
|
94820
94820
|
tooltip: r,
|
|
94821
94821
|
collapsible: n = !1,
|
|
94822
|
-
|
|
94823
|
-
|
|
94824
|
-
|
|
94822
|
+
expanded: i,
|
|
94823
|
+
onToggle: o,
|
|
94824
|
+
endEnhancer: a,
|
|
94825
|
+
overrides: s = {},
|
|
94826
|
+
children: u
|
|
94825
94827
|
}) => {
|
|
94826
|
-
const [
|
|
94828
|
+
const [l, f] = _e.useStyletron(), c = e && r ? /* @__PURE__ */ $.jsxs("div", { className: l({ display: "flex", alignItems: "center", gap: f.sizing.scale100 }), children: [
|
|
94827
94829
|
e,
|
|
94828
94830
|
/* @__PURE__ */ $.jsx(Fk, { text: r })
|
|
94829
|
-
] }) : e,
|
|
94831
|
+
] }) : e, d = c && a ? /* @__PURE__ */ $.jsxs(
|
|
94830
94832
|
"div",
|
|
94831
94833
|
{
|
|
94832
|
-
className:
|
|
94834
|
+
className: l({
|
|
94833
94835
|
display: "flex",
|
|
94834
94836
|
alignItems: "center",
|
|
94835
94837
|
justifyContent: "space-between",
|
|
94836
94838
|
width: "100%"
|
|
94837
94839
|
}),
|
|
94838
94840
|
children: [
|
|
94839
|
-
|
|
94840
|
-
|
|
94841
|
+
c,
|
|
94842
|
+
a
|
|
94841
94843
|
]
|
|
94842
94844
|
}
|
|
94843
|
-
) :
|
|
94845
|
+
) : c, h = t ? /* @__PURE__ */ $.jsx(ls, { children: t }) : void 0;
|
|
94844
94846
|
return n ? /* @__PURE__ */ $.jsx(
|
|
94845
94847
|
zL,
|
|
94846
94848
|
{
|
|
94847
|
-
title:
|
|
94848
|
-
description:
|
|
94849
|
+
title: d,
|
|
94850
|
+
description: h,
|
|
94851
|
+
expanded: i,
|
|
94849
94852
|
defaultExpanded: !1,
|
|
94853
|
+
onToggle: o,
|
|
94850
94854
|
overrides: {
|
|
94851
94855
|
Content: {
|
|
94852
94856
|
style: {
|
|
@@ -94854,24 +94858,24 @@ const $Ye = ({
|
|
|
94854
94858
|
}
|
|
94855
94859
|
}
|
|
94856
94860
|
},
|
|
94857
|
-
children:
|
|
94861
|
+
children: u
|
|
94858
94862
|
}
|
|
94859
94863
|
) : /* @__PURE__ */ $.jsx(
|
|
94860
94864
|
Gv,
|
|
94861
94865
|
{
|
|
94862
|
-
title:
|
|
94863
|
-
description:
|
|
94866
|
+
title: d,
|
|
94867
|
+
description: h,
|
|
94864
94868
|
overrides: _e.mergeOverrides(
|
|
94865
94869
|
{
|
|
94866
94870
|
BoxContainer: {
|
|
94867
94871
|
style: {
|
|
94868
|
-
marginBottom:
|
|
94872
|
+
marginBottom: f.sizing.scale600
|
|
94869
94873
|
}
|
|
94870
94874
|
}
|
|
94871
94875
|
},
|
|
94872
|
-
|
|
94876
|
+
s
|
|
94873
94877
|
),
|
|
94874
|
-
children:
|
|
94878
|
+
children: u
|
|
94875
94879
|
}
|
|
94876
94880
|
);
|
|
94877
94881
|
}, gYe = ({ name: e, span: t, children: r }) => {
|