@pantheon-systems/pds-design-tokens 1.0.0-dev.20 → 1.0.0-dev.21
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/build/css/pds-design-tokens-dark-mode.css +3 -3
- package/build/css/pds-design-tokens-light-mode.css +5 -5
- package/build/figma/pds-design-tokens-figma.json +42 -105
- package/build/json/pds-design-tokens-dark-mode.json +5 -5
- package/build/json/pds-design-tokens-light-mode.json +37 -100
- package/build/scss/_pds-design-tokens-dark-mode.scss +3 -3
- package/build/scss/_pds-design-tokens-light-mode.scss +5 -5
- package/package.json +1 -1
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
--pds-color-input-foreground-success: #3cb683;
|
|
88
88
|
--pds-color-input-placeholder-text: #a6a3b4;
|
|
89
89
|
--pds-color-interactive-focus: #36a3ff;
|
|
90
|
-
--pds-color-link-active: #
|
|
90
|
+
--pds-color-link-active: #6f54e8;
|
|
91
91
|
--pds-color-link-default: #36a3ff;
|
|
92
|
-
--pds-color-link-hover: #
|
|
93
|
-
--pds-color-link-visited: #
|
|
92
|
+
--pds-color-link-hover: #6f54e8;
|
|
93
|
+
--pds-color-link-visited: #6f54e8;
|
|
94
94
|
--pds-color-menu-background: #282839;
|
|
95
95
|
--pds-color-menu-item-background-active: #858299;
|
|
96
96
|
--pds-color-menu-item-background-default: #282839;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
--pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
29
29
|
--pds-color-button-brand-secondary-background-hover: #f1f1f1;
|
|
30
30
|
--pds-color-button-brand-secondary-border-active: #23232d;
|
|
31
|
-
--pds-color-button-brand-secondary-border-default: #
|
|
31
|
+
--pds-color-button-brand-secondary-border-default: #71717c;
|
|
32
32
|
--pds-color-button-brand-secondary-border-hover: #23232d;
|
|
33
33
|
--pds-color-button-brand-secondary-foreground-active: #23232d;
|
|
34
34
|
--pds-color-button-brand-secondary-foreground-default: #23232d;
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
--pds-color-input-background-default: #ffffff;
|
|
78
78
|
--pds-color-input-background-hover: #f0ecff;
|
|
79
79
|
--pds-color-input-border-critical: #d61f1f;
|
|
80
|
-
--pds-color-input-border-default: #
|
|
80
|
+
--pds-color-input-border-default: #94949e;
|
|
81
81
|
--pds-color-input-border-hover: #5f41e5;
|
|
82
82
|
--pds-color-input-border-success: #1f845a;
|
|
83
83
|
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
--pds-color-input-foreground-success: #1f845a;
|
|
88
88
|
--pds-color-input-placeholder-text: #71717c;
|
|
89
89
|
--pds-color-interactive-focus: #0f62fe;
|
|
90
|
-
--pds-color-link-active: #
|
|
90
|
+
--pds-color-link-active: #6f54e8;
|
|
91
91
|
--pds-color-link-default: #0f62fe;
|
|
92
|
-
--pds-color-link-hover: #
|
|
93
|
-
--pds-color-link-visited: #
|
|
92
|
+
--pds-color-link-hover: #6f54e8;
|
|
93
|
+
--pds-color-link-visited: #6f54e8;
|
|
94
94
|
--pds-color-menu-background: #ffffff;
|
|
95
95
|
--pds-color-menu-item-background-active: #cfcfd3;
|
|
96
96
|
--pds-color-menu-item-background-default: #ffffff;
|
|
@@ -3795,7 +3795,7 @@
|
|
|
3795
3795
|
]
|
|
3796
3796
|
},
|
|
3797
3797
|
"hover": {
|
|
3798
|
-
"value": "#
|
|
3798
|
+
"value": "#6f54e8",
|
|
3799
3799
|
"public": true,
|
|
3800
3800
|
"isReferenceToInternal": true,
|
|
3801
3801
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -3820,7 +3820,7 @@
|
|
|
3820
3820
|
]
|
|
3821
3821
|
},
|
|
3822
3822
|
"active": {
|
|
3823
|
-
"value": "#
|
|
3823
|
+
"value": "#6f54e8",
|
|
3824
3824
|
"public": true,
|
|
3825
3825
|
"isReferenceToInternal": true,
|
|
3826
3826
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -3845,7 +3845,7 @@
|
|
|
3845
3845
|
]
|
|
3846
3846
|
},
|
|
3847
3847
|
"visited": {
|
|
3848
|
-
"value": "#
|
|
3848
|
+
"value": "#6f54e8",
|
|
3849
3849
|
"public": true,
|
|
3850
3850
|
"isReferenceToInternal": true,
|
|
3851
3851
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -5239,11 +5239,11 @@
|
|
|
5239
5239
|
]
|
|
5240
5240
|
},
|
|
5241
5241
|
"visited": {
|
|
5242
|
-
"value": "#
|
|
5242
|
+
"value": "#6f54e8",
|
|
5243
5243
|
"filePath": "tokens/color/base/interactive.dark.json",
|
|
5244
5244
|
"isSource": true,
|
|
5245
5245
|
"original": {
|
|
5246
|
-
"value": "#
|
|
5246
|
+
"value": "#6F54E8"
|
|
5247
5247
|
},
|
|
5248
5248
|
"name": "color-dark-mode-interactive-visited",
|
|
5249
5249
|
"attributes": {
|
|
@@ -6938,7 +6938,7 @@
|
|
|
6938
6938
|
"filePath": "tokens/color/alias/button.light.json",
|
|
6939
6939
|
"isSource": true,
|
|
6940
6940
|
"original": {
|
|
6941
|
-
"value": "{color.light-mode.neutral.
|
|
6941
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
6942
6942
|
"public": true,
|
|
6943
6943
|
"isReferenceToInternal": true
|
|
6944
6944
|
},
|
|
@@ -6966,7 +6966,7 @@
|
|
|
6966
6966
|
"filePath": "tokens/color/alias/button.light.json",
|
|
6967
6967
|
"isSource": true,
|
|
6968
6968
|
"original": {
|
|
6969
|
-
"value": "{color.light-mode.neutral.
|
|
6969
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
6970
6970
|
"public": true,
|
|
6971
6971
|
"isReferenceToInternal": true
|
|
6972
6972
|
},
|
|
@@ -6994,7 +6994,7 @@
|
|
|
6994
6994
|
"filePath": "tokens/color/alias/button.light.json",
|
|
6995
6995
|
"isSource": true,
|
|
6996
6996
|
"original": {
|
|
6997
|
-
"value": "{color.light-mode.neutral.
|
|
6997
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
6998
6998
|
"public": true,
|
|
6999
6999
|
"isReferenceToInternal": true
|
|
7000
7000
|
},
|
|
@@ -7052,7 +7052,7 @@
|
|
|
7052
7052
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7053
7053
|
"isSource": true,
|
|
7054
7054
|
"original": {
|
|
7055
|
-
"value": "{color.light-mode.neutral.
|
|
7055
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
7056
7056
|
"public": true,
|
|
7057
7057
|
"isReferenceToInternal": true
|
|
7058
7058
|
},
|
|
@@ -7080,7 +7080,7 @@
|
|
|
7080
7080
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7081
7081
|
"isSource": true,
|
|
7082
7082
|
"original": {
|
|
7083
|
-
"value": "{color.light-mode.neutral.
|
|
7083
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
7084
7084
|
"public": true,
|
|
7085
7085
|
"isReferenceToInternal": true
|
|
7086
7086
|
},
|
|
@@ -7104,13 +7104,13 @@
|
|
|
7104
7104
|
},
|
|
7105
7105
|
"border": {
|
|
7106
7106
|
"default": {
|
|
7107
|
-
"value": "#
|
|
7107
|
+
"value": "#71717c",
|
|
7108
7108
|
"public": true,
|
|
7109
7109
|
"isReferenceToInternal": true,
|
|
7110
7110
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7111
7111
|
"isSource": true,
|
|
7112
7112
|
"original": {
|
|
7113
|
-
"value": "{color.light-mode.neutral.
|
|
7113
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
7114
7114
|
"public": true,
|
|
7115
7115
|
"isReferenceToInternal": true
|
|
7116
7116
|
},
|
|
@@ -7138,7 +7138,7 @@
|
|
|
7138
7138
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7139
7139
|
"isSource": true,
|
|
7140
7140
|
"original": {
|
|
7141
|
-
"value": "{color.light-mode.neutral.
|
|
7141
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7142
7142
|
"public": true,
|
|
7143
7143
|
"isReferenceToInternal": true
|
|
7144
7144
|
},
|
|
@@ -7166,7 +7166,7 @@
|
|
|
7166
7166
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7167
7167
|
"isSource": true,
|
|
7168
7168
|
"original": {
|
|
7169
|
-
"value": "{color.light-mode.neutral.
|
|
7169
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7170
7170
|
"public": true,
|
|
7171
7171
|
"isReferenceToInternal": true
|
|
7172
7172
|
},
|
|
@@ -7196,7 +7196,7 @@
|
|
|
7196
7196
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7197
7197
|
"isSource": true,
|
|
7198
7198
|
"original": {
|
|
7199
|
-
"value": "{color.light-mode.neutral.
|
|
7199
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7200
7200
|
"public": true,
|
|
7201
7201
|
"isReferenceToInternal": true
|
|
7202
7202
|
},
|
|
@@ -7224,7 +7224,7 @@
|
|
|
7224
7224
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7225
7225
|
"isSource": true,
|
|
7226
7226
|
"original": {
|
|
7227
|
-
"value": "{color.light-mode.neutral.
|
|
7227
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7228
7228
|
"public": true,
|
|
7229
7229
|
"isReferenceToInternal": true
|
|
7230
7230
|
},
|
|
@@ -7252,7 +7252,7 @@
|
|
|
7252
7252
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7253
7253
|
"isSource": true,
|
|
7254
7254
|
"original": {
|
|
7255
|
-
"value": "{color.light-mode.neutral.
|
|
7255
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7256
7256
|
"public": true,
|
|
7257
7257
|
"isReferenceToInternal": true
|
|
7258
7258
|
},
|
|
@@ -7571,7 +7571,7 @@
|
|
|
7571
7571
|
"filePath": "tokens/color/alias/defaults.light.json",
|
|
7572
7572
|
"isSource": true,
|
|
7573
7573
|
"original": {
|
|
7574
|
-
"value": "{color.light-mode.neutral.
|
|
7574
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
7575
7575
|
"public": true,
|
|
7576
7576
|
"isReferenceToInternal": true
|
|
7577
7577
|
},
|
|
@@ -7598,7 +7598,7 @@
|
|
|
7598
7598
|
"filePath": "tokens/color/alias/defaults.light.json",
|
|
7599
7599
|
"isSource": true,
|
|
7600
7600
|
"original": {
|
|
7601
|
-
"value": "{color.light-mode.neutral.
|
|
7601
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7602
7602
|
"public": true,
|
|
7603
7603
|
"isReferenceToInternal": true
|
|
7604
7604
|
},
|
|
@@ -7703,7 +7703,7 @@
|
|
|
7703
7703
|
},
|
|
7704
7704
|
"border": {
|
|
7705
7705
|
"default": {
|
|
7706
|
-
"value": "#
|
|
7706
|
+
"value": "#94949e",
|
|
7707
7707
|
"public": true,
|
|
7708
7708
|
"isReferenceToInternal": true,
|
|
7709
7709
|
"filePath": "tokens/color/alias/form.light.json",
|
|
@@ -7819,7 +7819,7 @@
|
|
|
7819
7819
|
"filePath": "tokens/color/alias/form.light.json",
|
|
7820
7820
|
"isSource": true,
|
|
7821
7821
|
"original": {
|
|
7822
|
-
"value": "{color.light-mode.neutral.
|
|
7822
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7823
7823
|
"public": true,
|
|
7824
7824
|
"isReferenceToInternal": true
|
|
7825
7825
|
},
|
|
@@ -7982,7 +7982,7 @@
|
|
|
7982
7982
|
"filePath": "tokens/color/alias/form.light.json",
|
|
7983
7983
|
"isSource": true,
|
|
7984
7984
|
"original": {
|
|
7985
|
-
"value": "{color.light-mode.neutral.
|
|
7985
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
7986
7986
|
"public": true,
|
|
7987
7987
|
"isReferenceToInternal": true
|
|
7988
7988
|
},
|
|
@@ -8033,7 +8033,7 @@
|
|
|
8033
8033
|
]
|
|
8034
8034
|
},
|
|
8035
8035
|
"hover": {
|
|
8036
|
-
"value": "#
|
|
8036
|
+
"value": "#6f54e8",
|
|
8037
8037
|
"public": true,
|
|
8038
8038
|
"isReferenceToInternal": true,
|
|
8039
8039
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -8058,7 +8058,7 @@
|
|
|
8058
8058
|
]
|
|
8059
8059
|
},
|
|
8060
8060
|
"active": {
|
|
8061
|
-
"value": "#
|
|
8061
|
+
"value": "#6f54e8",
|
|
8062
8062
|
"public": true,
|
|
8063
8063
|
"isReferenceToInternal": true,
|
|
8064
8064
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -8083,7 +8083,7 @@
|
|
|
8083
8083
|
]
|
|
8084
8084
|
},
|
|
8085
8085
|
"visited": {
|
|
8086
|
-
"value": "#
|
|
8086
|
+
"value": "#6f54e8",
|
|
8087
8087
|
"public": true,
|
|
8088
8088
|
"isReferenceToInternal": true,
|
|
8089
8089
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -8171,7 +8171,7 @@
|
|
|
8171
8171
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
8172
8172
|
"isSource": true,
|
|
8173
8173
|
"original": {
|
|
8174
|
-
"value": "{color.light-mode.neutral.
|
|
8174
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8175
8175
|
"public": true,
|
|
8176
8176
|
"isReferenceToInternal": true
|
|
8177
8177
|
},
|
|
@@ -8199,7 +8199,7 @@
|
|
|
8199
8199
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
8200
8200
|
"isSource": true,
|
|
8201
8201
|
"original": {
|
|
8202
|
-
"value": "{color.light-mode.neutral.
|
|
8202
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
8203
8203
|
"public": true,
|
|
8204
8204
|
"isReferenceToInternal": true
|
|
8205
8205
|
},
|
|
@@ -8255,7 +8255,7 @@
|
|
|
8255
8255
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
8256
8256
|
"isSource": true,
|
|
8257
8257
|
"original": {
|
|
8258
|
-
"value": "{color.light-mode.neutral.400}",
|
|
8258
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
8259
8259
|
"public": true,
|
|
8260
8260
|
"isReferenceToInternal": true
|
|
8261
8261
|
},
|
|
@@ -8282,7 +8282,7 @@
|
|
|
8282
8282
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
8283
8283
|
"isSource": true,
|
|
8284
8284
|
"original": {
|
|
8285
|
-
"value": "{color.light-mode.neutral.400}",
|
|
8285
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
8286
8286
|
"public": true,
|
|
8287
8287
|
"isReferenceToInternal": true
|
|
8288
8288
|
},
|
|
@@ -8365,7 +8365,7 @@
|
|
|
8365
8365
|
"filePath": "tokens/color/alias/panel.light.json",
|
|
8366
8366
|
"isSource": true,
|
|
8367
8367
|
"original": {
|
|
8368
|
-
"value": "{color.light-mode.neutral.
|
|
8368
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8369
8369
|
"public": true,
|
|
8370
8370
|
"isReferenceToInternal": true
|
|
8371
8371
|
},
|
|
@@ -8392,7 +8392,7 @@
|
|
|
8392
8392
|
"filePath": "tokens/color/alias/panel.light.json",
|
|
8393
8393
|
"isSource": true,
|
|
8394
8394
|
"original": {
|
|
8395
|
-
"value": "{color.light-mode.neutral.
|
|
8395
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8396
8396
|
"public": true,
|
|
8397
8397
|
"isReferenceToInternal": true
|
|
8398
8398
|
},
|
|
@@ -8526,7 +8526,7 @@
|
|
|
8526
8526
|
"filePath": "tokens/color/alias/typography.light.json",
|
|
8527
8527
|
"isSource": true,
|
|
8528
8528
|
"original": {
|
|
8529
|
-
"value": "{color.light-mode.neutral.
|
|
8529
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
8530
8530
|
"public": true,
|
|
8531
8531
|
"isReferenceToInternal": true
|
|
8532
8532
|
},
|
|
@@ -9450,11 +9450,11 @@
|
|
|
9450
9450
|
]
|
|
9451
9451
|
},
|
|
9452
9452
|
"visited": {
|
|
9453
|
-
"value": "#
|
|
9453
|
+
"value": "#6f54e8",
|
|
9454
9454
|
"filePath": "tokens/color/base/interactive.light.json",
|
|
9455
9455
|
"isSource": true,
|
|
9456
9456
|
"original": {
|
|
9457
|
-
"value": "#
|
|
9457
|
+
"value": "#6F54E8"
|
|
9458
9458
|
},
|
|
9459
9459
|
"name": "color-light-mode-interactive-visited",
|
|
9460
9460
|
"attributes": {
|
|
@@ -9496,11 +9496,11 @@
|
|
|
9496
9496
|
},
|
|
9497
9497
|
"neutral": {
|
|
9498
9498
|
"100": {
|
|
9499
|
-
"value": "#
|
|
9499
|
+
"value": "#f1f1f1",
|
|
9500
9500
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
9501
9501
|
"isSource": true,
|
|
9502
9502
|
"original": {
|
|
9503
|
-
"value": "#
|
|
9503
|
+
"value": "#F1F1F1"
|
|
9504
9504
|
},
|
|
9505
9505
|
"name": "color-light-mode-neutral-100",
|
|
9506
9506
|
"attributes": {
|
|
@@ -9517,11 +9517,11 @@
|
|
|
9517
9517
|
]
|
|
9518
9518
|
},
|
|
9519
9519
|
"200": {
|
|
9520
|
-
"value": "#
|
|
9520
|
+
"value": "#cfcfd3",
|
|
9521
9521
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
9522
9522
|
"isSource": true,
|
|
9523
9523
|
"original": {
|
|
9524
|
-
"value": "#
|
|
9524
|
+
"value": "#CFCFD3"
|
|
9525
9525
|
},
|
|
9526
9526
|
"name": "color-light-mode-neutral-200",
|
|
9527
9527
|
"attributes": {
|
|
@@ -9538,11 +9538,11 @@
|
|
|
9538
9538
|
]
|
|
9539
9539
|
},
|
|
9540
9540
|
"300": {
|
|
9541
|
-
"value": "#
|
|
9541
|
+
"value": "#94949e",
|
|
9542
9542
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
9543
9543
|
"isSource": true,
|
|
9544
9544
|
"original": {
|
|
9545
|
-
"value": "#
|
|
9545
|
+
"value": "#94949E"
|
|
9546
9546
|
},
|
|
9547
9547
|
"name": "color-light-mode-neutral-300",
|
|
9548
9548
|
"attributes": {
|
|
@@ -9580,11 +9580,11 @@
|
|
|
9580
9580
|
]
|
|
9581
9581
|
},
|
|
9582
9582
|
"500": {
|
|
9583
|
-
"value": "#
|
|
9583
|
+
"value": "#23232d",
|
|
9584
9584
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
9585
9585
|
"isSource": true,
|
|
9586
9586
|
"original": {
|
|
9587
|
-
"value": "#
|
|
9587
|
+
"value": "#23232D"
|
|
9588
9588
|
},
|
|
9589
9589
|
"name": "color-light-mode-neutral-500",
|
|
9590
9590
|
"attributes": {
|
|
@@ -9600,69 +9600,6 @@
|
|
|
9600
9600
|
"500"
|
|
9601
9601
|
]
|
|
9602
9602
|
},
|
|
9603
|
-
"600": {
|
|
9604
|
-
"value": "#393942",
|
|
9605
|
-
"filePath": "tokens/color/base/neutral.light.json",
|
|
9606
|
-
"isSource": true,
|
|
9607
|
-
"original": {
|
|
9608
|
-
"value": "#393942"
|
|
9609
|
-
},
|
|
9610
|
-
"name": "color-light-mode-neutral-600",
|
|
9611
|
-
"attributes": {
|
|
9612
|
-
"category": "color",
|
|
9613
|
-
"type": "light-mode",
|
|
9614
|
-
"item": "neutral",
|
|
9615
|
-
"subitem": "600"
|
|
9616
|
-
},
|
|
9617
|
-
"path": [
|
|
9618
|
-
"color",
|
|
9619
|
-
"light-mode",
|
|
9620
|
-
"neutral",
|
|
9621
|
-
"600"
|
|
9622
|
-
]
|
|
9623
|
-
},
|
|
9624
|
-
"700": {
|
|
9625
|
-
"value": "#23232d",
|
|
9626
|
-
"filePath": "tokens/color/base/neutral.light.json",
|
|
9627
|
-
"isSource": true,
|
|
9628
|
-
"original": {
|
|
9629
|
-
"value": "#23232D"
|
|
9630
|
-
},
|
|
9631
|
-
"name": "color-light-mode-neutral-700",
|
|
9632
|
-
"attributes": {
|
|
9633
|
-
"category": "color",
|
|
9634
|
-
"type": "light-mode",
|
|
9635
|
-
"item": "neutral",
|
|
9636
|
-
"subitem": "700"
|
|
9637
|
-
},
|
|
9638
|
-
"path": [
|
|
9639
|
-
"color",
|
|
9640
|
-
"light-mode",
|
|
9641
|
-
"neutral",
|
|
9642
|
-
"700"
|
|
9643
|
-
]
|
|
9644
|
-
},
|
|
9645
|
-
"050": {
|
|
9646
|
-
"value": "#f1f1f1",
|
|
9647
|
-
"filePath": "tokens/color/base/neutral.light.json",
|
|
9648
|
-
"isSource": true,
|
|
9649
|
-
"original": {
|
|
9650
|
-
"value": "#F1F1F1"
|
|
9651
|
-
},
|
|
9652
|
-
"name": "color-light-mode-neutral-050",
|
|
9653
|
-
"attributes": {
|
|
9654
|
-
"category": "color",
|
|
9655
|
-
"type": "light-mode",
|
|
9656
|
-
"item": "neutral",
|
|
9657
|
-
"subitem": "050"
|
|
9658
|
-
},
|
|
9659
|
-
"path": [
|
|
9660
|
-
"color",
|
|
9661
|
-
"light-mode",
|
|
9662
|
-
"neutral",
|
|
9663
|
-
"050"
|
|
9664
|
-
]
|
|
9665
|
-
},
|
|
9666
9603
|
"000": {
|
|
9667
9604
|
"value": "#ffffff",
|
|
9668
9605
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
@@ -1996,7 +1996,7 @@
|
|
|
1996
1996
|
]
|
|
1997
1997
|
},
|
|
1998
1998
|
"hover": {
|
|
1999
|
-
"value": "#
|
|
1999
|
+
"value": "#6f54e8",
|
|
2000
2000
|
"public": true,
|
|
2001
2001
|
"isReferenceToInternal": true,
|
|
2002
2002
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -2021,7 +2021,7 @@
|
|
|
2021
2021
|
]
|
|
2022
2022
|
},
|
|
2023
2023
|
"active": {
|
|
2024
|
-
"value": "#
|
|
2024
|
+
"value": "#6f54e8",
|
|
2025
2025
|
"public": true,
|
|
2026
2026
|
"isReferenceToInternal": true,
|
|
2027
2027
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -2046,7 +2046,7 @@
|
|
|
2046
2046
|
]
|
|
2047
2047
|
},
|
|
2048
2048
|
"visited": {
|
|
2049
|
-
"value": "#
|
|
2049
|
+
"value": "#6f54e8",
|
|
2050
2050
|
"public": true,
|
|
2051
2051
|
"isReferenceToInternal": true,
|
|
2052
2052
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -3440,11 +3440,11 @@
|
|
|
3440
3440
|
]
|
|
3441
3441
|
},
|
|
3442
3442
|
"visited": {
|
|
3443
|
-
"value": "#
|
|
3443
|
+
"value": "#6f54e8",
|
|
3444
3444
|
"filePath": "tokens/color/base/interactive.dark.json",
|
|
3445
3445
|
"isSource": true,
|
|
3446
3446
|
"original": {
|
|
3447
|
-
"value": "#
|
|
3447
|
+
"value": "#6F54E8"
|
|
3448
3448
|
},
|
|
3449
3449
|
"name": "color-dark-mode-interactive-visited",
|
|
3450
3450
|
"attributes": {
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
"filePath": "tokens/color/alias/button.light.json",
|
|
902
902
|
"isSource": true,
|
|
903
903
|
"original": {
|
|
904
|
-
"value": "{color.light-mode.neutral.
|
|
904
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
905
905
|
"public": true,
|
|
906
906
|
"isReferenceToInternal": true
|
|
907
907
|
},
|
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
"filePath": "tokens/color/alias/button.light.json",
|
|
930
930
|
"isSource": true,
|
|
931
931
|
"original": {
|
|
932
|
-
"value": "{color.light-mode.neutral.
|
|
932
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
933
933
|
"public": true,
|
|
934
934
|
"isReferenceToInternal": true
|
|
935
935
|
},
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
"filePath": "tokens/color/alias/button.light.json",
|
|
958
958
|
"isSource": true,
|
|
959
959
|
"original": {
|
|
960
|
-
"value": "{color.light-mode.neutral.
|
|
960
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
961
961
|
"public": true,
|
|
962
962
|
"isReferenceToInternal": true
|
|
963
963
|
},
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1016
1016
|
"isSource": true,
|
|
1017
1017
|
"original": {
|
|
1018
|
-
"value": "{color.light-mode.neutral.
|
|
1018
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
1019
1019
|
"public": true,
|
|
1020
1020
|
"isReferenceToInternal": true
|
|
1021
1021
|
},
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1044
1044
|
"isSource": true,
|
|
1045
1045
|
"original": {
|
|
1046
|
-
"value": "{color.light-mode.neutral.
|
|
1046
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
1047
1047
|
"public": true,
|
|
1048
1048
|
"isReferenceToInternal": true
|
|
1049
1049
|
},
|
|
@@ -1067,13 +1067,13 @@
|
|
|
1067
1067
|
},
|
|
1068
1068
|
"border": {
|
|
1069
1069
|
"default": {
|
|
1070
|
-
"value": "#
|
|
1070
|
+
"value": "#71717c",
|
|
1071
1071
|
"public": true,
|
|
1072
1072
|
"isReferenceToInternal": true,
|
|
1073
1073
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1074
1074
|
"isSource": true,
|
|
1075
1075
|
"original": {
|
|
1076
|
-
"value": "{color.light-mode.neutral.
|
|
1076
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
1077
1077
|
"public": true,
|
|
1078
1078
|
"isReferenceToInternal": true
|
|
1079
1079
|
},
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1102
1102
|
"isSource": true,
|
|
1103
1103
|
"original": {
|
|
1104
|
-
"value": "{color.light-mode.neutral.
|
|
1104
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
1105
1105
|
"public": true,
|
|
1106
1106
|
"isReferenceToInternal": true
|
|
1107
1107
|
},
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1130
1130
|
"isSource": true,
|
|
1131
1131
|
"original": {
|
|
1132
|
-
"value": "{color.light-mode.neutral.
|
|
1132
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
1133
1133
|
"public": true,
|
|
1134
1134
|
"isReferenceToInternal": true
|
|
1135
1135
|
},
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1160
1160
|
"isSource": true,
|
|
1161
1161
|
"original": {
|
|
1162
|
-
"value": "{color.light-mode.neutral.
|
|
1162
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
1163
1163
|
"public": true,
|
|
1164
1164
|
"isReferenceToInternal": true
|
|
1165
1165
|
},
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1188
1188
|
"isSource": true,
|
|
1189
1189
|
"original": {
|
|
1190
|
-
"value": "{color.light-mode.neutral.
|
|
1190
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
1191
1191
|
"public": true,
|
|
1192
1192
|
"isReferenceToInternal": true
|
|
1193
1193
|
},
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1216
1216
|
"isSource": true,
|
|
1217
1217
|
"original": {
|
|
1218
|
-
"value": "{color.light-mode.neutral.
|
|
1218
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
1219
1219
|
"public": true,
|
|
1220
1220
|
"isReferenceToInternal": true
|
|
1221
1221
|
},
|
|
@@ -1534,7 +1534,7 @@
|
|
|
1534
1534
|
"filePath": "tokens/color/alias/defaults.light.json",
|
|
1535
1535
|
"isSource": true,
|
|
1536
1536
|
"original": {
|
|
1537
|
-
"value": "{color.light-mode.neutral.
|
|
1537
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
1538
1538
|
"public": true,
|
|
1539
1539
|
"isReferenceToInternal": true
|
|
1540
1540
|
},
|
|
@@ -1561,7 +1561,7 @@
|
|
|
1561
1561
|
"filePath": "tokens/color/alias/defaults.light.json",
|
|
1562
1562
|
"isSource": true,
|
|
1563
1563
|
"original": {
|
|
1564
|
-
"value": "{color.light-mode.neutral.
|
|
1564
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
1565
1565
|
"public": true,
|
|
1566
1566
|
"isReferenceToInternal": true
|
|
1567
1567
|
},
|
|
@@ -1666,7 +1666,7 @@
|
|
|
1666
1666
|
},
|
|
1667
1667
|
"border": {
|
|
1668
1668
|
"default": {
|
|
1669
|
-
"value": "#
|
|
1669
|
+
"value": "#94949e",
|
|
1670
1670
|
"public": true,
|
|
1671
1671
|
"isReferenceToInternal": true,
|
|
1672
1672
|
"filePath": "tokens/color/alias/form.light.json",
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
"filePath": "tokens/color/alias/form.light.json",
|
|
1783
1783
|
"isSource": true,
|
|
1784
1784
|
"original": {
|
|
1785
|
-
"value": "{color.light-mode.neutral.
|
|
1785
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
1786
1786
|
"public": true,
|
|
1787
1787
|
"isReferenceToInternal": true
|
|
1788
1788
|
},
|
|
@@ -1945,7 +1945,7 @@
|
|
|
1945
1945
|
"filePath": "tokens/color/alias/form.light.json",
|
|
1946
1946
|
"isSource": true,
|
|
1947
1947
|
"original": {
|
|
1948
|
-
"value": "{color.light-mode.neutral.
|
|
1948
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
1949
1949
|
"public": true,
|
|
1950
1950
|
"isReferenceToInternal": true
|
|
1951
1951
|
},
|
|
@@ -1996,7 +1996,7 @@
|
|
|
1996
1996
|
]
|
|
1997
1997
|
},
|
|
1998
1998
|
"hover": {
|
|
1999
|
-
"value": "#
|
|
1999
|
+
"value": "#6f54e8",
|
|
2000
2000
|
"public": true,
|
|
2001
2001
|
"isReferenceToInternal": true,
|
|
2002
2002
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -2021,7 +2021,7 @@
|
|
|
2021
2021
|
]
|
|
2022
2022
|
},
|
|
2023
2023
|
"active": {
|
|
2024
|
-
"value": "#
|
|
2024
|
+
"value": "#6f54e8",
|
|
2025
2025
|
"public": true,
|
|
2026
2026
|
"isReferenceToInternal": true,
|
|
2027
2027
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -2046,7 +2046,7 @@
|
|
|
2046
2046
|
]
|
|
2047
2047
|
},
|
|
2048
2048
|
"visited": {
|
|
2049
|
-
"value": "#
|
|
2049
|
+
"value": "#6f54e8",
|
|
2050
2050
|
"public": true,
|
|
2051
2051
|
"isReferenceToInternal": true,
|
|
2052
2052
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -2134,7 +2134,7 @@
|
|
|
2134
2134
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
2135
2135
|
"isSource": true,
|
|
2136
2136
|
"original": {
|
|
2137
|
-
"value": "{color.light-mode.neutral.
|
|
2137
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
2138
2138
|
"public": true,
|
|
2139
2139
|
"isReferenceToInternal": true
|
|
2140
2140
|
},
|
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
2163
2163
|
"isSource": true,
|
|
2164
2164
|
"original": {
|
|
2165
|
-
"value": "{color.light-mode.neutral.
|
|
2165
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
2166
2166
|
"public": true,
|
|
2167
2167
|
"isReferenceToInternal": true
|
|
2168
2168
|
},
|
|
@@ -2218,7 +2218,7 @@
|
|
|
2218
2218
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
2219
2219
|
"isSource": true,
|
|
2220
2220
|
"original": {
|
|
2221
|
-
"value": "{color.light-mode.neutral.400}",
|
|
2221
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
2222
2222
|
"public": true,
|
|
2223
2223
|
"isReferenceToInternal": true
|
|
2224
2224
|
},
|
|
@@ -2245,7 +2245,7 @@
|
|
|
2245
2245
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
2246
2246
|
"isSource": true,
|
|
2247
2247
|
"original": {
|
|
2248
|
-
"value": "{color.light-mode.neutral.400}",
|
|
2248
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
2249
2249
|
"public": true,
|
|
2250
2250
|
"isReferenceToInternal": true
|
|
2251
2251
|
},
|
|
@@ -2328,7 +2328,7 @@
|
|
|
2328
2328
|
"filePath": "tokens/color/alias/panel.light.json",
|
|
2329
2329
|
"isSource": true,
|
|
2330
2330
|
"original": {
|
|
2331
|
-
"value": "{color.light-mode.neutral.
|
|
2331
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
2332
2332
|
"public": true,
|
|
2333
2333
|
"isReferenceToInternal": true
|
|
2334
2334
|
},
|
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
"filePath": "tokens/color/alias/panel.light.json",
|
|
2356
2356
|
"isSource": true,
|
|
2357
2357
|
"original": {
|
|
2358
|
-
"value": "{color.light-mode.neutral.
|
|
2358
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
2359
2359
|
"public": true,
|
|
2360
2360
|
"isReferenceToInternal": true
|
|
2361
2361
|
},
|
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
"filePath": "tokens/color/alias/typography.light.json",
|
|
2490
2490
|
"isSource": true,
|
|
2491
2491
|
"original": {
|
|
2492
|
-
"value": "{color.light-mode.neutral.
|
|
2492
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
2493
2493
|
"public": true,
|
|
2494
2494
|
"isReferenceToInternal": true
|
|
2495
2495
|
},
|
|
@@ -3413,11 +3413,11 @@
|
|
|
3413
3413
|
]
|
|
3414
3414
|
},
|
|
3415
3415
|
"visited": {
|
|
3416
|
-
"value": "#
|
|
3416
|
+
"value": "#6f54e8",
|
|
3417
3417
|
"filePath": "tokens/color/base/interactive.light.json",
|
|
3418
3418
|
"isSource": true,
|
|
3419
3419
|
"original": {
|
|
3420
|
-
"value": "#
|
|
3420
|
+
"value": "#6F54E8"
|
|
3421
3421
|
},
|
|
3422
3422
|
"name": "color-light-mode-interactive-visited",
|
|
3423
3423
|
"attributes": {
|
|
@@ -3459,11 +3459,11 @@
|
|
|
3459
3459
|
},
|
|
3460
3460
|
"neutral": {
|
|
3461
3461
|
"100": {
|
|
3462
|
-
"value": "#
|
|
3462
|
+
"value": "#f1f1f1",
|
|
3463
3463
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
3464
3464
|
"isSource": true,
|
|
3465
3465
|
"original": {
|
|
3466
|
-
"value": "#
|
|
3466
|
+
"value": "#F1F1F1"
|
|
3467
3467
|
},
|
|
3468
3468
|
"name": "color-light-mode-neutral-100",
|
|
3469
3469
|
"attributes": {
|
|
@@ -3480,11 +3480,11 @@
|
|
|
3480
3480
|
]
|
|
3481
3481
|
},
|
|
3482
3482
|
"200": {
|
|
3483
|
-
"value": "#
|
|
3483
|
+
"value": "#cfcfd3",
|
|
3484
3484
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
3485
3485
|
"isSource": true,
|
|
3486
3486
|
"original": {
|
|
3487
|
-
"value": "#
|
|
3487
|
+
"value": "#CFCFD3"
|
|
3488
3488
|
},
|
|
3489
3489
|
"name": "color-light-mode-neutral-200",
|
|
3490
3490
|
"attributes": {
|
|
@@ -3501,11 +3501,11 @@
|
|
|
3501
3501
|
]
|
|
3502
3502
|
},
|
|
3503
3503
|
"300": {
|
|
3504
|
-
"value": "#
|
|
3504
|
+
"value": "#94949e",
|
|
3505
3505
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
3506
3506
|
"isSource": true,
|
|
3507
3507
|
"original": {
|
|
3508
|
-
"value": "#
|
|
3508
|
+
"value": "#94949E"
|
|
3509
3509
|
},
|
|
3510
3510
|
"name": "color-light-mode-neutral-300",
|
|
3511
3511
|
"attributes": {
|
|
@@ -3543,11 +3543,11 @@
|
|
|
3543
3543
|
]
|
|
3544
3544
|
},
|
|
3545
3545
|
"500": {
|
|
3546
|
-
"value": "#
|
|
3546
|
+
"value": "#23232d",
|
|
3547
3547
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
3548
3548
|
"isSource": true,
|
|
3549
3549
|
"original": {
|
|
3550
|
-
"value": "#
|
|
3550
|
+
"value": "#23232D"
|
|
3551
3551
|
},
|
|
3552
3552
|
"name": "color-light-mode-neutral-500",
|
|
3553
3553
|
"attributes": {
|
|
@@ -3563,69 +3563,6 @@
|
|
|
3563
3563
|
"500"
|
|
3564
3564
|
]
|
|
3565
3565
|
},
|
|
3566
|
-
"600": {
|
|
3567
|
-
"value": "#393942",
|
|
3568
|
-
"filePath": "tokens/color/base/neutral.light.json",
|
|
3569
|
-
"isSource": true,
|
|
3570
|
-
"original": {
|
|
3571
|
-
"value": "#393942"
|
|
3572
|
-
},
|
|
3573
|
-
"name": "color-light-mode-neutral-600",
|
|
3574
|
-
"attributes": {
|
|
3575
|
-
"category": "color",
|
|
3576
|
-
"type": "light-mode",
|
|
3577
|
-
"item": "neutral",
|
|
3578
|
-
"subitem": "600"
|
|
3579
|
-
},
|
|
3580
|
-
"path": [
|
|
3581
|
-
"color",
|
|
3582
|
-
"light-mode",
|
|
3583
|
-
"neutral",
|
|
3584
|
-
"600"
|
|
3585
|
-
]
|
|
3586
|
-
},
|
|
3587
|
-
"700": {
|
|
3588
|
-
"value": "#23232d",
|
|
3589
|
-
"filePath": "tokens/color/base/neutral.light.json",
|
|
3590
|
-
"isSource": true,
|
|
3591
|
-
"original": {
|
|
3592
|
-
"value": "#23232D"
|
|
3593
|
-
},
|
|
3594
|
-
"name": "color-light-mode-neutral-700",
|
|
3595
|
-
"attributes": {
|
|
3596
|
-
"category": "color",
|
|
3597
|
-
"type": "light-mode",
|
|
3598
|
-
"item": "neutral",
|
|
3599
|
-
"subitem": "700"
|
|
3600
|
-
},
|
|
3601
|
-
"path": [
|
|
3602
|
-
"color",
|
|
3603
|
-
"light-mode",
|
|
3604
|
-
"neutral",
|
|
3605
|
-
"700"
|
|
3606
|
-
]
|
|
3607
|
-
},
|
|
3608
|
-
"050": {
|
|
3609
|
-
"value": "#f1f1f1",
|
|
3610
|
-
"filePath": "tokens/color/base/neutral.light.json",
|
|
3611
|
-
"isSource": true,
|
|
3612
|
-
"original": {
|
|
3613
|
-
"value": "#F1F1F1"
|
|
3614
|
-
},
|
|
3615
|
-
"name": "color-light-mode-neutral-050",
|
|
3616
|
-
"attributes": {
|
|
3617
|
-
"category": "color",
|
|
3618
|
-
"type": "light-mode",
|
|
3619
|
-
"item": "neutral",
|
|
3620
|
-
"subitem": "050"
|
|
3621
|
-
},
|
|
3622
|
-
"path": [
|
|
3623
|
-
"color",
|
|
3624
|
-
"light-mode",
|
|
3625
|
-
"neutral",
|
|
3626
|
-
"050"
|
|
3627
|
-
]
|
|
3628
|
-
},
|
|
3629
3566
|
"000": {
|
|
3630
3567
|
"value": "#ffffff",
|
|
3631
3568
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
@@ -85,10 +85,10 @@ $pds-color-input-foreground-default: #ffffff;
|
|
|
85
85
|
$pds-color-input-foreground-success: #3cb683;
|
|
86
86
|
$pds-color-input-placeholder-text: #a6a3b4;
|
|
87
87
|
$pds-color-interactive-focus: #36a3ff;
|
|
88
|
-
$pds-color-link-active: #
|
|
88
|
+
$pds-color-link-active: #6f54e8;
|
|
89
89
|
$pds-color-link-default: #36a3ff;
|
|
90
|
-
$pds-color-link-hover: #
|
|
91
|
-
$pds-color-link-visited: #
|
|
90
|
+
$pds-color-link-hover: #6f54e8;
|
|
91
|
+
$pds-color-link-visited: #6f54e8;
|
|
92
92
|
$pds-color-menu-background: #282839;
|
|
93
93
|
$pds-color-menu-item-background-active: #858299;
|
|
94
94
|
$pds-color-menu-item-background-default: #282839;
|
|
@@ -26,7 +26,7 @@ $pds-color-button-brand-secondary-background-active: #cfcfd3;
|
|
|
26
26
|
$pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
27
27
|
$pds-color-button-brand-secondary-background-hover: #f1f1f1;
|
|
28
28
|
$pds-color-button-brand-secondary-border-active: #23232d;
|
|
29
|
-
$pds-color-button-brand-secondary-border-default: #
|
|
29
|
+
$pds-color-button-brand-secondary-border-default: #71717c;
|
|
30
30
|
$pds-color-button-brand-secondary-border-hover: #23232d;
|
|
31
31
|
$pds-color-button-brand-secondary-foreground-active: #23232d;
|
|
32
32
|
$pds-color-button-brand-secondary-foreground-default: #23232d;
|
|
@@ -75,7 +75,7 @@ $pds-color-input-background-critical: #ffebeb;
|
|
|
75
75
|
$pds-color-input-background-default: #ffffff;
|
|
76
76
|
$pds-color-input-background-hover: #f0ecff;
|
|
77
77
|
$pds-color-input-border-critical: #d61f1f;
|
|
78
|
-
$pds-color-input-border-default: #
|
|
78
|
+
$pds-color-input-border-default: #94949e;
|
|
79
79
|
$pds-color-input-border-hover: #5f41e5;
|
|
80
80
|
$pds-color-input-border-success: #1f845a;
|
|
81
81
|
$pds-color-input-checked-background: $pds-color-interactive-focus;
|
|
@@ -85,10 +85,10 @@ $pds-color-input-foreground-default: #23232d;
|
|
|
85
85
|
$pds-color-input-foreground-success: #1f845a;
|
|
86
86
|
$pds-color-input-placeholder-text: #71717c;
|
|
87
87
|
$pds-color-interactive-focus: #0f62fe;
|
|
88
|
-
$pds-color-link-active: #
|
|
88
|
+
$pds-color-link-active: #6f54e8;
|
|
89
89
|
$pds-color-link-default: #0f62fe;
|
|
90
|
-
$pds-color-link-hover: #
|
|
91
|
-
$pds-color-link-visited: #
|
|
90
|
+
$pds-color-link-hover: #6f54e8;
|
|
91
|
+
$pds-color-link-visited: #6f54e8;
|
|
92
92
|
$pds-color-menu-background: #ffffff;
|
|
93
93
|
$pds-color-menu-item-background-active: #cfcfd3;
|
|
94
94
|
$pds-color-menu-item-background-default: #ffffff;
|