fone-design-system_v2 1.0.88 → 1.0.90

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.
@@ -11,7 +11,7 @@ export interface SelectProps extends Omit<MSelectProps, "onChange" | "value" | "
11
11
  children?: React.ReactNode;
12
12
  size?: "small" | "medium";
13
13
  disabled?: boolean;
14
- MenuItems?: {
14
+ menuItems?: {
15
15
  label: string;
16
16
  value: string;
17
17
  }[];
@@ -43925,7 +43925,7 @@ const dJ = $a(SS, {
43925
43925
  children: n,
43926
43926
  size: r = "small",
43927
43927
  disabled: o,
43928
- MenuItems: i,
43928
+ menuItems: i,
43929
43929
  value: a,
43930
43930
  defaultValue: s,
43931
43931
  onChange: c,
@@ -61545,7 +61545,7 @@ const Nce = ({
61545
61545
  children: /* @__PURE__ */ R(
61546
61546
  Yb,
61547
61547
  {
61548
- MenuItems: t == null ? void 0 : t.menuItems,
61548
+ menuItems: t == null ? void 0 : t.menuItems,
61549
61549
  value: e[t.accessorKey],
61550
61550
  name: t.accessorKey,
61551
61551
  displayEmpty: !0,