@pantheon-systems/pds-design-tokens 1.0.0-dev.25 → 1.0.0-dev.26
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.
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
--pds-color-input-foreground-default: #ffffff;
|
|
87
87
|
--pds-color-input-foreground-success: #3cb683;
|
|
88
88
|
--pds-color-input-placeholder-text: #a6a3b4;
|
|
89
|
-
--pds-color-input-toggle-background-off: #
|
|
89
|
+
--pds-color-input-toggle-background-off: #858299;
|
|
90
90
|
--pds-color-input-toggle-background-on: var(--pds-color-interactive-focus);
|
|
91
|
-
--pds-color-input-toggle-border-off: #
|
|
91
|
+
--pds-color-input-toggle-border-off: #c7c5d0;
|
|
92
92
|
--pds-color-input-toggle-border-on: var(--pds-color-interactive-focus);
|
|
93
93
|
--pds-color-interactive-focus: #36a3ff;
|
|
94
94
|
--pds-color-link-active: #6f54e8;
|
|
@@ -3738,13 +3738,13 @@
|
|
|
3738
3738
|
"toggle": {
|
|
3739
3739
|
"background": {
|
|
3740
3740
|
"off": {
|
|
3741
|
-
"value": "#
|
|
3741
|
+
"value": "#858299",
|
|
3742
3742
|
"public": true,
|
|
3743
3743
|
"isReferenceToInternal": true,
|
|
3744
3744
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
3745
3745
|
"isSource": true,
|
|
3746
3746
|
"original": {
|
|
3747
|
-
"value": "{color.dark-mode.neutral.
|
|
3747
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
3748
3748
|
"public": true,
|
|
3749
3749
|
"isReferenceToInternal": true
|
|
3750
3750
|
},
|
|
@@ -3794,13 +3794,13 @@
|
|
|
3794
3794
|
},
|
|
3795
3795
|
"border": {
|
|
3796
3796
|
"off": {
|
|
3797
|
-
"value": "#
|
|
3797
|
+
"value": "#c7c5d0",
|
|
3798
3798
|
"public": true,
|
|
3799
3799
|
"isReferenceToInternal": true,
|
|
3800
3800
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
3801
3801
|
"isSource": true,
|
|
3802
3802
|
"original": {
|
|
3803
|
-
"value": "{color.dark-mode.neutral.
|
|
3803
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
3804
3804
|
"public": true,
|
|
3805
3805
|
"isReferenceToInternal": true
|
|
3806
3806
|
},
|
|
@@ -1939,13 +1939,13 @@
|
|
|
1939
1939
|
"toggle": {
|
|
1940
1940
|
"background": {
|
|
1941
1941
|
"off": {
|
|
1942
|
-
"value": "#
|
|
1942
|
+
"value": "#858299",
|
|
1943
1943
|
"public": true,
|
|
1944
1944
|
"isReferenceToInternal": true,
|
|
1945
1945
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
1946
1946
|
"isSource": true,
|
|
1947
1947
|
"original": {
|
|
1948
|
-
"value": "{color.dark-mode.neutral.
|
|
1948
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
1949
1949
|
"public": true,
|
|
1950
1950
|
"isReferenceToInternal": true
|
|
1951
1951
|
},
|
|
@@ -1995,13 +1995,13 @@
|
|
|
1995
1995
|
},
|
|
1996
1996
|
"border": {
|
|
1997
1997
|
"off": {
|
|
1998
|
-
"value": "#
|
|
1998
|
+
"value": "#c7c5d0",
|
|
1999
1999
|
"public": true,
|
|
2000
2000
|
"isReferenceToInternal": true,
|
|
2001
2001
|
"filePath": "tokens/color/alias/form.dark.json",
|
|
2002
2002
|
"isSource": true,
|
|
2003
2003
|
"original": {
|
|
2004
|
-
"value": "{color.dark-mode.neutral.
|
|
2004
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
2005
2005
|
"public": true,
|
|
2006
2006
|
"isReferenceToInternal": true
|
|
2007
2007
|
},
|
|
@@ -84,9 +84,9 @@ $pds-color-input-foreground-critical: #e05757;
|
|
|
84
84
|
$pds-color-input-foreground-default: #ffffff;
|
|
85
85
|
$pds-color-input-foreground-success: #3cb683;
|
|
86
86
|
$pds-color-input-placeholder-text: #a6a3b4;
|
|
87
|
-
$pds-color-input-toggle-background-off: #
|
|
87
|
+
$pds-color-input-toggle-background-off: #858299;
|
|
88
88
|
$pds-color-input-toggle-background-on: $pds-color-interactive-focus;
|
|
89
|
-
$pds-color-input-toggle-border-off: #
|
|
89
|
+
$pds-color-input-toggle-border-off: #c7c5d0;
|
|
90
90
|
$pds-color-input-toggle-border-on: $pds-color-interactive-focus;
|
|
91
91
|
$pds-color-interactive-focus: #36a3ff;
|
|
92
92
|
$pds-color-link-active: #6f54e8;
|