brd-ui-kit 0.1.7 → 0.1.9
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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11990,7 +11990,8 @@ const zC = Ae(
|
|
|
11990
11990
|
"hover:border-inp-hover-border focus:border-inp-focus-border focus:outline-none",
|
|
11991
11991
|
"placeholder:text-placeholder-text placeholder:text-sm",
|
|
11992
11992
|
`disabled:border-inp-disabled-border disabled:bg-disabled-bg
|
|
11993
|
-
disabled:text-disabled-text disabled:placeholder:text-disabled-text
|
|
11993
|
+
disabled:text-disabled-text disabled:placeholder:text-disabled-text
|
|
11994
|
+
aria-invalid:border-error-text`
|
|
11994
11995
|
].join(" "), ba = ({ className: e, ref: t, ...n }) => /* @__PURE__ */ x(
|
|
11995
11996
|
"textarea",
|
|
11996
11997
|
{
|