@oliasoft-open-source/react-ui-library 3.3.14 → 3.3.15
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26927,7 +26927,7 @@ const CustomSelect = ({
|
|
|
26927
26927
|
}
|
|
26928
26928
|
}
|
|
26929
26929
|
};
|
|
26930
|
-
return /* @__PURE__ */ jsx("
|
|
26930
|
+
return /* @__PURE__ */ jsx("div", {
|
|
26931
26931
|
style: {
|
|
26932
26932
|
width: getTriggerWidth()
|
|
26933
26933
|
},
|
package/package.json
CHANGED