@namba_one/ui-kit-2 1.0.210 → 1.0.212
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.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -20939,7 +20939,7 @@ const zB = /* @__PURE__ */ ce({
|
|
|
20939
20939
|
},
|
|
20940
20940
|
setup(n, { expose: e }) {
|
|
20941
20941
|
const { isShowDropdown: t, setIsShowDropdown: r, triggerElementRef: o } = po(), i = L(() => typeof n.width > "u" ? {} : {
|
|
20942
|
-
width: zl(Number(n.width))
|
|
20942
|
+
width: `${zl(Number(n.width))}px`
|
|
20943
20943
|
});
|
|
20944
20944
|
function s() {
|
|
20945
20945
|
n.behavior === "hover" && r(!0);
|