@sustaina/shared-ui 1.65.2 → 1.65.3
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12660,7 +12660,7 @@ function TextArea({ className, autoResize = true, ...props }) {
|
|
|
12660
12660
|
{
|
|
12661
12661
|
"data-slot": "textarea",
|
|
12662
12662
|
className: cn(
|
|
12663
|
-
"border-input placeholder:text-sus-gray-1 focus-visible:border-
|
|
12663
|
+
"border-input placeholder:text-sus-gray-1 focus-visible:border-ring focus-visible:ring-0 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 flex w-full rounded-md border bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
|
|
12664
12664
|
autoResize ? "field-sizing-content min-h-16" : "field-sizing-fixed",
|
|
12665
12665
|
className
|
|
12666
12666
|
),
|