@leapdevuk/component-toolbox 0.0.80 → 0.0.82
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/menuitem/MenuItem.d.ts +3 -0
- package/dist/components/menuitem/index.d.ts +1 -0
- package/dist/components/select/Select.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -9330,7 +9330,7 @@ const yf = ({
|
|
|
9330
9330
|
value: o,
|
|
9331
9331
|
...s
|
|
9332
9332
|
}
|
|
9333
|
-
) }), pf = (
|
|
9333
|
+
) }), pf = (t) => /* @__PURE__ */ g.jsx(
|
|
9334
9334
|
Zo,
|
|
9335
9335
|
{
|
|
9336
9336
|
fullWidth: !0,
|
|
@@ -9340,7 +9340,7 @@ const yf = ({
|
|
|
9340
9340
|
MenuProps: t.MenuProps,
|
|
9341
9341
|
onChange: t.onChange,
|
|
9342
9342
|
renderValue: t.renderValue,
|
|
9343
|
-
multiple:
|
|
9343
|
+
multiple: t.multiple,
|
|
9344
9344
|
children: t.children
|
|
9345
9345
|
}
|
|
9346
9346
|
);
|