@reformer/ui-kit 9.0.0-beta.1 → 9.0.0-beta.2

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/ui/select.js CHANGED
@@ -199,7 +199,7 @@ const $ = u.forwardRef(
199
199
  ae,
200
200
  {
201
201
  ref: T,
202
- className: g(e, I && "pr-8"),
202
+ className: g(e, I && "pr-14"),
203
203
  disabled: v,
204
204
  id: w,
205
205
  "data-testid": k,
@@ -294,7 +294,7 @@ function ae({
294
294
  "aria-label": b,
295
295
  "aria-labelledby": l,
296
296
  className: g(
297
- "h-9 w-full rounded-md border border-input px-3 py-2 text-sm shadow-xs transition-colors",
297
+ "relative h-9 w-full rounded-md border border-input pl-3 pr-9 py-2 text-sm shadow-xs transition-colors",
298
298
  "bg-background text-foreground",
299
299
  "placeholder:text-muted-foreground data-[placeholder]:text-muted-foreground",
300
300
  "focus-visible:outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",
@@ -307,7 +307,7 @@ function ae({
307
307
  ...d,
308
308
  children: [
309
309
  r,
310
- /* @__PURE__ */ a(i.Icon, { asChild: !0, children: /* @__PURE__ */ a(_, { className: "size-4 opacity-50" }) })
310
+ /* @__PURE__ */ a(i.Icon, { asChild: !0, children: /* @__PURE__ */ a(_, { className: "pointer-events-none absolute right-3 top-1/2 size-4 -translate-y-1/2 opacity-50" }) })
311
311
  ]
312
312
  }
313
313
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reformer/ui-kit",
3
- "version": "9.0.0-beta.1",
3
+ "version": "9.0.0-beta.2",
4
4
  "description": "Styled form components with Tailwind CSS and Radix UI for @reformer ecosystem",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",