@plexui/ui 0.7.11 → 0.7.13
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.
|
@@ -126,8 +126,10 @@
|
|
|
126
126
|
--floating-input-gutter: 1.25rem;
|
|
127
127
|
--floating-input-border-radius: var(--radius-full);
|
|
128
128
|
--floating-input-background: var(--color-surface);
|
|
129
|
+
--floating-input-border-color-focus: var(--alpha-50);
|
|
129
130
|
--floating-input-border-color-invalid: var(--color-border-danger-outline);
|
|
130
131
|
--floating-input-label-color: var(--color-text-tertiary);
|
|
132
|
+
--floating-input-label-color-focus: var(--color-text);
|
|
131
133
|
--floating-input-label-color-invalid: var(--color-text-danger-outline);
|
|
132
134
|
--floating-input-transition-duration: 80ms;
|
|
133
135
|
--floating-input-label-scale: 0.88;
|
|
@@ -390,8 +392,6 @@
|
|
|
390
392
|
--input-outline-border-color-hover: var(--alpha-25);
|
|
391
393
|
--floating-input-border-color: rgb(0 0 0 / 15%);
|
|
392
394
|
--floating-input-border-color-hover: rgb(0 0 0 / 20%);
|
|
393
|
-
--floating-input-border-color-focus: #3e68ff;
|
|
394
|
-
--floating-input-label-color-focus: #3e68ff;
|
|
395
395
|
--link-primary-text-color: var(--blue-500);
|
|
396
396
|
--link-primary-text-color-hover: var(--blue-600);
|
|
397
397
|
--user-message-background-color: var(--alpha-05);
|
|
@@ -427,8 +427,6 @@
|
|
|
427
427
|
--input-outline-border-color-hover: var(--alpha-30);
|
|
428
428
|
--floating-input-border-color: rgb(255 255 255 / 16%);
|
|
429
429
|
--floating-input-border-color-hover: rgb(255 255 255 / 24%);
|
|
430
|
-
--floating-input-border-color-focus: #6f8dff;
|
|
431
|
-
--floating-input-label-color-focus: #6f8dff;
|
|
432
430
|
--link-primary-text-color: var(--blue-300);
|
|
433
431
|
--link-primary-text-color-hover: var(--blue-400);
|
|
434
432
|
--user-message-background-color: var(--alpha-08);
|