@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.
@@ -9,6 +9,7 @@ export interface ICustomSelect {
9
9
  }[];
10
10
  value: string | number;
11
11
  onChange: (event: SelectChangeEvent) => void;
12
+ disabled?: boolean;
12
13
  }
13
14
  declare const CustomSelect: React.FC<ICustomSelect & SelectProps>;
14
15
  export default CustomSelect;
@@ -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(Di, { sx: ix, label: t, onChange: r, value: n, children: e.map((i) => /* @__PURE__ */ ee.jsx(Ii, { value: i.value, children: i.label }, i.value)) })
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.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.2.64",
3
+ "version": "0.2.65",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [