@yuno-payments/dashboard-design-system 0.0.89 → 0.0.91

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.
@@ -105,16 +105,16 @@ const P = D("flex gap-2 w-full", {
105
105
  placeholder: F,
106
106
  disabled: x,
107
107
  autoComplete: "off",
108
- className: r(
109
- b && "border-destructive focus-visible:border-destructive",
110
- "!px-9",
111
- h?.className
112
- ),
113
108
  "aria-invalid": b,
114
109
  "aria-describedby": p || a ? `${u}-description` : void 0,
115
110
  ...E,
116
111
  ...h,
117
- id: u
112
+ id: u,
113
+ className: r(
114
+ b && "border-destructive focus-visible:border-destructive",
115
+ "!px-9",
116
+ h?.className
117
+ )
118
118
  }
119
119
  ),
120
120
  /* @__PURE__ */ t.jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-design-system",
3
- "version": "0.0.89",
3
+ "version": "0.0.91",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",