@oliasoft-open-source/react-ui-library 5.21.1 → 5.21.3-beta-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/global.css +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6997,10 +6997,10 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
6997
6997
|
type: ii.OPTION,
|
|
6998
6998
|
inline: !0,
|
|
6999
6999
|
onClick: () => {
|
|
7000
|
-
fe !== Nu.CUSTOM && !n && h({ target: {
|
|
7000
|
+
fe !== Nu.CUSTOM && !n && (pe(Nu.CUSTOM), h({ target: {
|
|
7001
7001
|
value: Ln(I.value, I.unit),
|
|
7002
7002
|
name: typeof e == "string" ? e : (e == null ? void 0 : e.fieldName) || ""
|
|
7003
|
-
} });
|
|
7003
|
+
} }));
|
|
7004
7004
|
},
|
|
7005
7005
|
label: "Custom",
|
|
7006
7006
|
selected: fe === Nu.CUSTOM
|
package/package.json
CHANGED