@sustaina/shared-ui 1.65.1 → 1.65.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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4728,7 +4728,7 @@ var InputPrimitive = React__namespace.forwardRef(
|
|
|
4728
4728
|
ref,
|
|
4729
4729
|
type,
|
|
4730
4730
|
className: cn(
|
|
4731
|
-
"placeholder:text-
|
|
4731
|
+
"placeholder:text-sus-gray-1 placeholder:font-normal text-neutral-900 flex h-10 w-full min-w-0 items-center rounded-lg border bg-white px-4 text-sm transition-colors outline-none file:inline-flex file:h-7 file:rounded-md file:border-0 file:bg-transparent file:px-2 file:text-sm file:font-medium hover:border-neutral-500 focus-visible:border-neutral-900 focus-visible:ring-0 disabled:cursor-not-allowed disabled:bg-neutral-100 disabled:text-neutral-400 disabled:border-neutral-200 aria-invalid:border-destructive",
|
|
4732
4732
|
className
|
|
4733
4733
|
),
|
|
4734
4734
|
...props
|
|
@@ -12703,7 +12703,7 @@ function TextArea({ className, autoResize = true, ...props }) {
|
|
|
12703
12703
|
{
|
|
12704
12704
|
"data-slot": "textarea",
|
|
12705
12705
|
className: cn(
|
|
12706
|
-
"border-input placeholder:text-
|
|
12706
|
+
"border-input placeholder:text-sus-gray-1 focus-visible:border-neutral-900 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",
|
|
12707
12707
|
autoResize ? "field-sizing-content min-h-16" : "field-sizing-fixed",
|
|
12708
12708
|
className
|
|
12709
12709
|
),
|