@northlight/ui 2.24.6 → 2.25.0
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/es/northlight.d.ts +7 -1
- package/dist/es/northlight.js +3 -1
- package/dist/es/northlight.js.map +1 -1
- package/dist/umd/northlight.cjs +3 -1
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +2 -2
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/package.json +2 -2
package/dist/umd/northlight.cjs
CHANGED
|
@@ -13862,7 +13862,8 @@
|
|
|
13862
13862
|
onOptionChange,
|
|
13863
13863
|
width = "100%",
|
|
13864
13864
|
variant = "outline",
|
|
13865
|
-
initialValue
|
|
13865
|
+
initialValue,
|
|
13866
|
+
menuPlacement = "bottom"
|
|
13866
13867
|
}) => {
|
|
13867
13868
|
const initialSelectedOption = React.useMemo(
|
|
13868
13869
|
() => {
|
|
@@ -13935,6 +13936,7 @@
|
|
|
13935
13936
|
return /* @__PURE__ */ React.createElement(react.Box, { ref }, /* @__PURE__ */ React.createElement(
|
|
13936
13937
|
chakraReactSelect.CreatableSelect,
|
|
13937
13938
|
{
|
|
13939
|
+
menuPlacement,
|
|
13938
13940
|
chakraStyles: __spreadProps(__spreadValues({}, customSelectStyles), {
|
|
13939
13941
|
container: (provided) => __spreadProps(__spreadValues({}, provided), {
|
|
13940
13942
|
width
|