@leapdevuk/component-toolbox 0.0.97 → 0.0.98
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/index.es.js
CHANGED
|
@@ -4548,11 +4548,12 @@ const p0 = hr(/* @__PURE__ */ d.jsx("path", {
|
|
|
4548
4548
|
}
|
|
4549
4549
|
},
|
|
4550
4550
|
size: "small",
|
|
4551
|
-
options: [],
|
|
4552
4551
|
renderInput: e.renderInput,
|
|
4553
4552
|
sx: e.sx,
|
|
4554
4553
|
getOptionLabel: e.getOptionLabel,
|
|
4555
|
-
renderOption: e.renderOption
|
|
4554
|
+
renderOption: e.renderOption,
|
|
4555
|
+
options: e.options,
|
|
4556
|
+
value: e.value
|
|
4556
4557
|
}
|
|
4557
4558
|
), Nf = (e) => /* @__PURE__ */ d.jsx(ba, { ...e, children: e.children }), We = (e) => /* @__PURE__ */ d.jsx(
|
|
4558
4559
|
Ae,
|