@bloomreach/react-banana-ui 1.42.0 → 1.42.1
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/bloomreach-react-banana-ui.es.js +1 -1
- package/dist/bloomreach-react-banana-ui.es.js.map +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js.map +1 -1
- package/dist/src/components/inputs/select-field/select-field.stories.d.ts +1 -0
- package/package.json +1 -1
|
@@ -17937,7 +17937,7 @@ const Ln = m(
|
|
|
17937
17937
|
label: f,
|
|
17938
17938
|
rootRef: d,
|
|
17939
17939
|
value: i
|
|
17940
|
-
}), b =
|
|
17940
|
+
}), b = h(), w = dt(v5);
|
|
17941
17941
|
if (!w)
|
|
17942
17942
|
throw new Error("SelectOption must be used within a SelectContext");
|
|
17943
17943
|
const { multiple: x } = w;
|