@codapet/design-system 0.7.9 → 0.8.0
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.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -454,7 +454,7 @@ var textareaBaseStyles = [
|
|
|
454
454
|
"field-sizing-content min-h-16 resize-y px-3 py-2"
|
|
455
455
|
].join(" ");
|
|
456
456
|
var errorStyles = [
|
|
457
|
-
"border-error-stroke-default bg-
|
|
457
|
+
"border-error-stroke-default bg-background",
|
|
458
458
|
"hover:border-error-stroke-default",
|
|
459
459
|
"focus:border-error-stroke-default focus:ring-[1px] focus:ring-error-stroke-default",
|
|
460
460
|
"active:border-error-stroke-default"
|
|
@@ -2302,7 +2302,7 @@ var Input = React22.forwardRef(
|
|
|
2302
2302
|
...props
|
|
2303
2303
|
}, ref) => {
|
|
2304
2304
|
const stateStyles = error ? [
|
|
2305
|
-
"border-error-stroke-default bg-
|
|
2305
|
+
"border-error-stroke-default bg-background",
|
|
2306
2306
|
"hover:border-error-stroke-default",
|
|
2307
2307
|
"focus:border-error-stroke-default focus:ring-[1px] focus:ring-error-stroke-default",
|
|
2308
2308
|
"active:border-error-stroke-default"
|