@po-ui/style 16.13.0 → 16.14.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.
|
@@ -710,14 +710,19 @@ po-field-container-bottom {
|
|
|
710
710
|
|
|
711
711
|
:root {
|
|
712
712
|
--color-field-container-bottom-color-text-error: var(--text-color-error);
|
|
713
|
+
/*Deprecated v18.x.x utilizar --text-color-error */
|
|
713
714
|
--color-field-container-color-help: var(--text-color-help);
|
|
715
|
+
/*Deprecated v18.x.x utilizar --text-color-help */
|
|
714
716
|
|
|
715
717
|
/*------------------------------------*\
|
|
716
718
|
FIELD ICON
|
|
717
719
|
\*------------------------------------*/
|
|
718
720
|
--color-field-icon-color: var(--color-primary);
|
|
721
|
+
/* Deprecated v18.x.x utilizar --color-brand-02-base */
|
|
719
722
|
--color-field-icon-color-error: var(--color-feedback-negative-base);
|
|
723
|
+
/* Deprecated v18.x.x utilizar --color-icon-error */
|
|
720
724
|
--color-field-icon-color-disabled: var(--color-neutral-light-30);
|
|
725
|
+
/* Deprecated v18.x.x utilizar --color-neutral-light-30 */
|
|
721
726
|
|
|
722
727
|
/*------------------------------------*\
|
|
723
728
|
GAUGE
|
|
@@ -773,13 +778,21 @@ input.po-input {
|
|
|
773
778
|
|
|
774
779
|
:root {
|
|
775
780
|
--color-input-background-color-text: var(--background);
|
|
781
|
+
/*Deprecated v18.x.x utilizar --background */
|
|
776
782
|
--color-input-border-text: var(--color-disabled);
|
|
783
|
+
/*Deprecated v18.x.x utilizar --color-disabled */
|
|
777
784
|
--color-input-border-text-disabled: var(--background-disabled);
|
|
785
|
+
/*Deprecated v18.x.x utilizar --background-disabled */
|
|
778
786
|
--color-input-border-text-focusable: var(--color-focused);
|
|
787
|
+
/*Deprecated v18.x.x utilizar --color-focused */
|
|
779
788
|
--color-input-border-text-error: var(--color-feedback-negative-base);
|
|
789
|
+
/*Deprecated v18.x.x utilizar --color-feedback-negative-base */
|
|
780
790
|
--color-input-color-disabled: var(--text-color-disabled);
|
|
791
|
+
/*Deprecated v18.x.x utilizar -text-color-disabled */
|
|
781
792
|
--color-input-text-error: var(--color-feedback-negative-base);
|
|
793
|
+
/*Deprecated v18.x.x utilizar --color-feedback-negative-base */
|
|
782
794
|
--color-input-text-placeholder: var(--text-color-placeholder);
|
|
795
|
+
/*Deprecated v18.x.x utilizar --text-color-placeholder */
|
|
783
796
|
}
|
|
784
797
|
|
|
785
798
|
/*------------------------------------*\
|