@povio/ui 2.1.18 → 2.1.19

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.
@@ -73,7 +73,7 @@ const SelectInput = ({ ref, placeholder, variant, as, size, isDisabled, isInvali
73
73
  className: clsx("group/select-content relative flex px-0!", isSearchable && "cursor-text", className)
74
74
  }),
75
75
  "data-rac": "",
76
- "data-disabled": isDisabled,
76
+ "data-disabled": isDisabled || void 0,
77
77
  "data-hovered": isHovered || void 0,
78
78
  "data-focused": isOpen || isFocused || void 0,
79
79
  "data-focus-within": isFocused || void 0,
@@ -110,7 +110,7 @@ const SelectInput = ({ ref, placeholder, variant, as, size, isDisabled, isInvali
110
110
  }), isSearchable && /* @__PURE__ */ jsx(Input, {
111
111
  placeholder,
112
112
  onBlur,
113
- className: clsx("flex-1 bg-transparent outline-none placeholder:text-text-default-3 disabled:text-interactive-text-secondary-disabled", !showTags && inputSizeCva({
113
+ className: clsx("w-full flex-1 bg-transparent outline-none placeholder:text-text-default-3 disabled:text-interactive-text-secondary-disabled", !showTags && inputSizeCva({
114
114
  size,
115
115
  ...props,
116
116
  className: "rounded-input-rounding-default"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@povio/ui",
3
- "version": "2.1.18",
3
+ "version": "2.1.19",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",