@northlight/ui 2.24.0 → 2.24.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/es/northlight.d.ts +3 -4
- package/dist/es/northlight.js +2 -2
- package/dist/es/northlight.js.map +1 -1
- package/dist/umd/northlight.cjs +2 -2
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +1 -1
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/package.json +2 -2
package/dist/umd/northlight.cjs
CHANGED
|
@@ -13774,7 +13774,7 @@
|
|
|
13774
13774
|
const customComponents = {
|
|
13775
13775
|
Option: (_a) => {
|
|
13776
13776
|
var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
|
|
13777
|
-
return /* @__PURE__ */ React.createElement(chakraReactSelect.chakraComponents.Option, __spreadValues$1({}, props), /* @__PURE__ */ React.createElement(React.Fragment, null, props.data.isCreation ? /* @__PURE__ */ React.createElement(react.Flex, { mr: 3, width: 1.5, mb: 0.5, justifyContent: "center", alignItems: "center" }, /* @__PURE__ */ React.createElement(
|
|
13777
|
+
return /* @__PURE__ */ React.createElement(chakraReactSelect.chakraComponents.Option, __spreadValues$1({}, props), /* @__PURE__ */ React.createElement(React.Fragment, null, props.data.isCreation ? /* @__PURE__ */ React.createElement(react.Flex, { mr: 3, width: 1.5, mb: 0.5, justifyContent: "center", alignItems: "center" }, /* @__PURE__ */ React.createElement(Icon$1, { mb: "4px", as: icons.PlusSolid, color: "brand" })) : /* @__PURE__ */ React.createElement(react.Box, { mr: 3, width: 1.5 }), children));
|
|
13778
13778
|
}
|
|
13779
13779
|
};
|
|
13780
13780
|
|
|
@@ -13862,7 +13862,7 @@
|
|
|
13862
13862
|
const combinedOptions = [...standardOptions, ...createdOptions];
|
|
13863
13863
|
const customOptions = [
|
|
13864
13864
|
__spreadProps(__spreadValues({}, creationOption), {
|
|
13865
|
-
icon: /* @__PURE__ */ React.createElement(
|
|
13865
|
+
icon: /* @__PURE__ */ React.createElement(Icon$1, { as: icons.PlusSolid, color: "brand" })
|
|
13866
13866
|
}),
|
|
13867
13867
|
...combinedOptions
|
|
13868
13868
|
];
|