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