@conboai/storybook.components 0.2.64 → 0.2.65
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.
|
@@ -59843,10 +59843,21 @@ const iV = ({
|
|
|
59843
59843
|
label: t,
|
|
59844
59844
|
options: e,
|
|
59845
59845
|
value: n,
|
|
59846
|
-
onChange: r
|
|
59846
|
+
onChange: r,
|
|
59847
|
+
disabled: i
|
|
59847
59848
|
}) => /* @__PURE__ */ ee.jsxs(_s, { fullWidth: !0, size: "small", children: [
|
|
59848
59849
|
/* @__PURE__ */ ee.jsx(Ti, { sx, children: t }),
|
|
59849
|
-
/* @__PURE__ */ ee.jsx(
|
|
59850
|
+
/* @__PURE__ */ ee.jsx(
|
|
59851
|
+
Di,
|
|
59852
|
+
{
|
|
59853
|
+
sx: ix,
|
|
59854
|
+
label: t,
|
|
59855
|
+
onChange: r,
|
|
59856
|
+
value: n,
|
|
59857
|
+
disabled: i,
|
|
59858
|
+
children: e.map((s) => /* @__PURE__ */ ee.jsx(Ii, { value: s.value, children: s.label }, s.value))
|
|
59859
|
+
}
|
|
59860
|
+
)
|
|
59850
59861
|
] });
|
|
59851
59862
|
function La(t) {
|
|
59852
59863
|
throw new Error('Could not dynamically require "' + t + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|