@pantheon-systems/pds-design-tokens 1.0.0-dev.20 → 1.0.0-dev.22
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 +4 -3
- package/build/css/pds-design-tokens-light-mode.css +6 -5
- package/build/figma/pds-design-tokens-figma.json +104 -105
- package/build/json/pds-design-tokens-dark-mode.json +36 -5
- package/build/json/pds-design-tokens-light-mode.json +68 -100
- package/build/scss/_pds-design-tokens-dark-mode.scss +4 -3
- package/build/scss/_pds-design-tokens-light-mode.scss +6 -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;
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
--pds-color-text-overline: var(--pds-color-text-default-secondary);
|
|
114
114
|
--pds-color-text-paragraph: var(--pds-color-text-default);
|
|
115
115
|
--pds-color-text-quote: var(--pds-color-text-default-secondary);
|
|
116
|
+
--pds-color-tile-background-hover: #504e62;
|
|
116
117
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
117
118
|
--pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
118
119
|
}
|
|
@@ -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;
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
--pds-color-text-overline: var(--pds-color-text-default-secondary);
|
|
114
114
|
--pds-color-text-paragraph: #23232d;
|
|
115
115
|
--pds-color-text-quote: var(--pds-color-text-default-secondary);
|
|
116
|
+
--pds-color-tile-background-hover: #f1f1f1;
|
|
116
117
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
117
118
|
--pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
118
119
|
}
|
|
@@ -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",
|
|
@@ -4286,6 +4286,37 @@
|
|
|
4286
4286
|
}
|
|
4287
4287
|
}
|
|
4288
4288
|
},
|
|
4289
|
+
"tile": {
|
|
4290
|
+
"background": {
|
|
4291
|
+
"hover": {
|
|
4292
|
+
"value": "#504e62",
|
|
4293
|
+
"public": true,
|
|
4294
|
+
"isReferenceToInternal": true,
|
|
4295
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
4296
|
+
"isSource": true,
|
|
4297
|
+
"original": {
|
|
4298
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
4299
|
+
"public": true,
|
|
4300
|
+
"isReferenceToInternal": true
|
|
4301
|
+
},
|
|
4302
|
+
"name": "color-dark-mode-tile-background-hover",
|
|
4303
|
+
"attributes": {
|
|
4304
|
+
"category": "color",
|
|
4305
|
+
"type": "dark-mode",
|
|
4306
|
+
"item": "tile",
|
|
4307
|
+
"subitem": "background",
|
|
4308
|
+
"state": "hover"
|
|
4309
|
+
},
|
|
4310
|
+
"path": [
|
|
4311
|
+
"color",
|
|
4312
|
+
"dark-mode",
|
|
4313
|
+
"tile",
|
|
4314
|
+
"background",
|
|
4315
|
+
"hover"
|
|
4316
|
+
]
|
|
4317
|
+
}
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
4289
4320
|
"text": {
|
|
4290
4321
|
"default": {
|
|
4291
4322
|
"value": "#ffffff",
|
|
@@ -5239,11 +5270,11 @@
|
|
|
5239
5270
|
]
|
|
5240
5271
|
},
|
|
5241
5272
|
"visited": {
|
|
5242
|
-
"value": "#
|
|
5273
|
+
"value": "#6f54e8",
|
|
5243
5274
|
"filePath": "tokens/color/base/interactive.dark.json",
|
|
5244
5275
|
"isSource": true,
|
|
5245
5276
|
"original": {
|
|
5246
|
-
"value": "#
|
|
5277
|
+
"value": "#6F54E8"
|
|
5247
5278
|
},
|
|
5248
5279
|
"name": "color-dark-mode-interactive-visited",
|
|
5249
5280
|
"attributes": {
|
|
@@ -6938,7 +6969,7 @@
|
|
|
6938
6969
|
"filePath": "tokens/color/alias/button.light.json",
|
|
6939
6970
|
"isSource": true,
|
|
6940
6971
|
"original": {
|
|
6941
|
-
"value": "{color.light-mode.neutral.
|
|
6972
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
6942
6973
|
"public": true,
|
|
6943
6974
|
"isReferenceToInternal": true
|
|
6944
6975
|
},
|
|
@@ -6966,7 +6997,7 @@
|
|
|
6966
6997
|
"filePath": "tokens/color/alias/button.light.json",
|
|
6967
6998
|
"isSource": true,
|
|
6968
6999
|
"original": {
|
|
6969
|
-
"value": "{color.light-mode.neutral.
|
|
7000
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
6970
7001
|
"public": true,
|
|
6971
7002
|
"isReferenceToInternal": true
|
|
6972
7003
|
},
|
|
@@ -6994,7 +7025,7 @@
|
|
|
6994
7025
|
"filePath": "tokens/color/alias/button.light.json",
|
|
6995
7026
|
"isSource": true,
|
|
6996
7027
|
"original": {
|
|
6997
|
-
"value": "{color.light-mode.neutral.
|
|
7028
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
6998
7029
|
"public": true,
|
|
6999
7030
|
"isReferenceToInternal": true
|
|
7000
7031
|
},
|
|
@@ -7052,7 +7083,7 @@
|
|
|
7052
7083
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7053
7084
|
"isSource": true,
|
|
7054
7085
|
"original": {
|
|
7055
|
-
"value": "{color.light-mode.neutral.
|
|
7086
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
7056
7087
|
"public": true,
|
|
7057
7088
|
"isReferenceToInternal": true
|
|
7058
7089
|
},
|
|
@@ -7080,7 +7111,7 @@
|
|
|
7080
7111
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7081
7112
|
"isSource": true,
|
|
7082
7113
|
"original": {
|
|
7083
|
-
"value": "{color.light-mode.neutral.
|
|
7114
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
7084
7115
|
"public": true,
|
|
7085
7116
|
"isReferenceToInternal": true
|
|
7086
7117
|
},
|
|
@@ -7104,13 +7135,13 @@
|
|
|
7104
7135
|
},
|
|
7105
7136
|
"border": {
|
|
7106
7137
|
"default": {
|
|
7107
|
-
"value": "#
|
|
7138
|
+
"value": "#71717c",
|
|
7108
7139
|
"public": true,
|
|
7109
7140
|
"isReferenceToInternal": true,
|
|
7110
7141
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7111
7142
|
"isSource": true,
|
|
7112
7143
|
"original": {
|
|
7113
|
-
"value": "{color.light-mode.neutral.
|
|
7144
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
7114
7145
|
"public": true,
|
|
7115
7146
|
"isReferenceToInternal": true
|
|
7116
7147
|
},
|
|
@@ -7138,7 +7169,7 @@
|
|
|
7138
7169
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7139
7170
|
"isSource": true,
|
|
7140
7171
|
"original": {
|
|
7141
|
-
"value": "{color.light-mode.neutral.
|
|
7172
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7142
7173
|
"public": true,
|
|
7143
7174
|
"isReferenceToInternal": true
|
|
7144
7175
|
},
|
|
@@ -7166,7 +7197,7 @@
|
|
|
7166
7197
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7167
7198
|
"isSource": true,
|
|
7168
7199
|
"original": {
|
|
7169
|
-
"value": "{color.light-mode.neutral.
|
|
7200
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7170
7201
|
"public": true,
|
|
7171
7202
|
"isReferenceToInternal": true
|
|
7172
7203
|
},
|
|
@@ -7196,7 +7227,7 @@
|
|
|
7196
7227
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7197
7228
|
"isSource": true,
|
|
7198
7229
|
"original": {
|
|
7199
|
-
"value": "{color.light-mode.neutral.
|
|
7230
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7200
7231
|
"public": true,
|
|
7201
7232
|
"isReferenceToInternal": true
|
|
7202
7233
|
},
|
|
@@ -7224,7 +7255,7 @@
|
|
|
7224
7255
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7225
7256
|
"isSource": true,
|
|
7226
7257
|
"original": {
|
|
7227
|
-
"value": "{color.light-mode.neutral.
|
|
7258
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7228
7259
|
"public": true,
|
|
7229
7260
|
"isReferenceToInternal": true
|
|
7230
7261
|
},
|
|
@@ -7252,7 +7283,7 @@
|
|
|
7252
7283
|
"filePath": "tokens/color/alias/button.light.json",
|
|
7253
7284
|
"isSource": true,
|
|
7254
7285
|
"original": {
|
|
7255
|
-
"value": "{color.light-mode.neutral.
|
|
7286
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7256
7287
|
"public": true,
|
|
7257
7288
|
"isReferenceToInternal": true
|
|
7258
7289
|
},
|
|
@@ -7571,7 +7602,7 @@
|
|
|
7571
7602
|
"filePath": "tokens/color/alias/defaults.light.json",
|
|
7572
7603
|
"isSource": true,
|
|
7573
7604
|
"original": {
|
|
7574
|
-
"value": "{color.light-mode.neutral.
|
|
7605
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
7575
7606
|
"public": true,
|
|
7576
7607
|
"isReferenceToInternal": true
|
|
7577
7608
|
},
|
|
@@ -7598,7 +7629,7 @@
|
|
|
7598
7629
|
"filePath": "tokens/color/alias/defaults.light.json",
|
|
7599
7630
|
"isSource": true,
|
|
7600
7631
|
"original": {
|
|
7601
|
-
"value": "{color.light-mode.neutral.
|
|
7632
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7602
7633
|
"public": true,
|
|
7603
7634
|
"isReferenceToInternal": true
|
|
7604
7635
|
},
|
|
@@ -7703,7 +7734,7 @@
|
|
|
7703
7734
|
},
|
|
7704
7735
|
"border": {
|
|
7705
7736
|
"default": {
|
|
7706
|
-
"value": "#
|
|
7737
|
+
"value": "#94949e",
|
|
7707
7738
|
"public": true,
|
|
7708
7739
|
"isReferenceToInternal": true,
|
|
7709
7740
|
"filePath": "tokens/color/alias/form.light.json",
|
|
@@ -7819,7 +7850,7 @@
|
|
|
7819
7850
|
"filePath": "tokens/color/alias/form.light.json",
|
|
7820
7851
|
"isSource": true,
|
|
7821
7852
|
"original": {
|
|
7822
|
-
"value": "{color.light-mode.neutral.
|
|
7853
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
7823
7854
|
"public": true,
|
|
7824
7855
|
"isReferenceToInternal": true
|
|
7825
7856
|
},
|
|
@@ -7982,7 +8013,7 @@
|
|
|
7982
8013
|
"filePath": "tokens/color/alias/form.light.json",
|
|
7983
8014
|
"isSource": true,
|
|
7984
8015
|
"original": {
|
|
7985
|
-
"value": "{color.light-mode.neutral.
|
|
8016
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
7986
8017
|
"public": true,
|
|
7987
8018
|
"isReferenceToInternal": true
|
|
7988
8019
|
},
|
|
@@ -8033,7 +8064,7 @@
|
|
|
8033
8064
|
]
|
|
8034
8065
|
},
|
|
8035
8066
|
"hover": {
|
|
8036
|
-
"value": "#
|
|
8067
|
+
"value": "#6f54e8",
|
|
8037
8068
|
"public": true,
|
|
8038
8069
|
"isReferenceToInternal": true,
|
|
8039
8070
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -8058,7 +8089,7 @@
|
|
|
8058
8089
|
]
|
|
8059
8090
|
},
|
|
8060
8091
|
"active": {
|
|
8061
|
-
"value": "#
|
|
8092
|
+
"value": "#6f54e8",
|
|
8062
8093
|
"public": true,
|
|
8063
8094
|
"isReferenceToInternal": true,
|
|
8064
8095
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -8083,7 +8114,7 @@
|
|
|
8083
8114
|
]
|
|
8084
8115
|
},
|
|
8085
8116
|
"visited": {
|
|
8086
|
-
"value": "#
|
|
8117
|
+
"value": "#6f54e8",
|
|
8087
8118
|
"public": true,
|
|
8088
8119
|
"isReferenceToInternal": true,
|
|
8089
8120
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -8171,7 +8202,7 @@
|
|
|
8171
8202
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
8172
8203
|
"isSource": true,
|
|
8173
8204
|
"original": {
|
|
8174
|
-
"value": "{color.light-mode.neutral.
|
|
8205
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8175
8206
|
"public": true,
|
|
8176
8207
|
"isReferenceToInternal": true
|
|
8177
8208
|
},
|
|
@@ -8199,7 +8230,7 @@
|
|
|
8199
8230
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
8200
8231
|
"isSource": true,
|
|
8201
8232
|
"original": {
|
|
8202
|
-
"value": "{color.light-mode.neutral.
|
|
8233
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
8203
8234
|
"public": true,
|
|
8204
8235
|
"isReferenceToInternal": true
|
|
8205
8236
|
},
|
|
@@ -8255,7 +8286,7 @@
|
|
|
8255
8286
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
8256
8287
|
"isSource": true,
|
|
8257
8288
|
"original": {
|
|
8258
|
-
"value": "{color.light-mode.neutral.400}",
|
|
8289
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
8259
8290
|
"public": true,
|
|
8260
8291
|
"isReferenceToInternal": true
|
|
8261
8292
|
},
|
|
@@ -8282,7 +8313,7 @@
|
|
|
8282
8313
|
"filePath": "tokens/color/alias/menu.light.json",
|
|
8283
8314
|
"isSource": true,
|
|
8284
8315
|
"original": {
|
|
8285
|
-
"value": "{color.light-mode.neutral.400}",
|
|
8316
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
8286
8317
|
"public": true,
|
|
8287
8318
|
"isReferenceToInternal": true
|
|
8288
8319
|
},
|
|
@@ -8365,7 +8396,7 @@
|
|
|
8365
8396
|
"filePath": "tokens/color/alias/panel.light.json",
|
|
8366
8397
|
"isSource": true,
|
|
8367
8398
|
"original": {
|
|
8368
|
-
"value": "{color.light-mode.neutral.
|
|
8399
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8369
8400
|
"public": true,
|
|
8370
8401
|
"isReferenceToInternal": true
|
|
8371
8402
|
},
|
|
@@ -8392,7 +8423,7 @@
|
|
|
8392
8423
|
"filePath": "tokens/color/alias/panel.light.json",
|
|
8393
8424
|
"isSource": true,
|
|
8394
8425
|
"original": {
|
|
8395
|
-
"value": "{color.light-mode.neutral.
|
|
8426
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8396
8427
|
"public": true,
|
|
8397
8428
|
"isReferenceToInternal": true
|
|
8398
8429
|
},
|
|
@@ -8518,6 +8549,37 @@
|
|
|
8518
8549
|
}
|
|
8519
8550
|
}
|
|
8520
8551
|
},
|
|
8552
|
+
"tile": {
|
|
8553
|
+
"background": {
|
|
8554
|
+
"hover": {
|
|
8555
|
+
"value": "#f1f1f1",
|
|
8556
|
+
"public": true,
|
|
8557
|
+
"isReferenceToInternal": true,
|
|
8558
|
+
"filePath": "tokens/color/alias/tile.light.json",
|
|
8559
|
+
"isSource": true,
|
|
8560
|
+
"original": {
|
|
8561
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8562
|
+
"public": true,
|
|
8563
|
+
"isReferenceToInternal": true
|
|
8564
|
+
},
|
|
8565
|
+
"name": "color-light-mode-tile-background-hover",
|
|
8566
|
+
"attributes": {
|
|
8567
|
+
"category": "color",
|
|
8568
|
+
"type": "light-mode",
|
|
8569
|
+
"item": "tile",
|
|
8570
|
+
"subitem": "background",
|
|
8571
|
+
"state": "hover"
|
|
8572
|
+
},
|
|
8573
|
+
"path": [
|
|
8574
|
+
"color",
|
|
8575
|
+
"light-mode",
|
|
8576
|
+
"tile",
|
|
8577
|
+
"background",
|
|
8578
|
+
"hover"
|
|
8579
|
+
]
|
|
8580
|
+
}
|
|
8581
|
+
}
|
|
8582
|
+
},
|
|
8521
8583
|
"text": {
|
|
8522
8584
|
"default": {
|
|
8523
8585
|
"value": "#23232d",
|
|
@@ -8526,7 +8588,7 @@
|
|
|
8526
8588
|
"filePath": "tokens/color/alias/typography.light.json",
|
|
8527
8589
|
"isSource": true,
|
|
8528
8590
|
"original": {
|
|
8529
|
-
"value": "{color.light-mode.neutral.
|
|
8591
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
8530
8592
|
"public": true,
|
|
8531
8593
|
"isReferenceToInternal": true
|
|
8532
8594
|
},
|
|
@@ -9450,11 +9512,11 @@
|
|
|
9450
9512
|
]
|
|
9451
9513
|
},
|
|
9452
9514
|
"visited": {
|
|
9453
|
-
"value": "#
|
|
9515
|
+
"value": "#6f54e8",
|
|
9454
9516
|
"filePath": "tokens/color/base/interactive.light.json",
|
|
9455
9517
|
"isSource": true,
|
|
9456
9518
|
"original": {
|
|
9457
|
-
"value": "#
|
|
9519
|
+
"value": "#6F54E8"
|
|
9458
9520
|
},
|
|
9459
9521
|
"name": "color-light-mode-interactive-visited",
|
|
9460
9522
|
"attributes": {
|
|
@@ -9496,11 +9558,11 @@
|
|
|
9496
9558
|
},
|
|
9497
9559
|
"neutral": {
|
|
9498
9560
|
"100": {
|
|
9499
|
-
"value": "#
|
|
9561
|
+
"value": "#f1f1f1",
|
|
9500
9562
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
9501
9563
|
"isSource": true,
|
|
9502
9564
|
"original": {
|
|
9503
|
-
"value": "#
|
|
9565
|
+
"value": "#F1F1F1"
|
|
9504
9566
|
},
|
|
9505
9567
|
"name": "color-light-mode-neutral-100",
|
|
9506
9568
|
"attributes": {
|
|
@@ -9517,11 +9579,11 @@
|
|
|
9517
9579
|
]
|
|
9518
9580
|
},
|
|
9519
9581
|
"200": {
|
|
9520
|
-
"value": "#
|
|
9582
|
+
"value": "#cfcfd3",
|
|
9521
9583
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
9522
9584
|
"isSource": true,
|
|
9523
9585
|
"original": {
|
|
9524
|
-
"value": "#
|
|
9586
|
+
"value": "#CFCFD3"
|
|
9525
9587
|
},
|
|
9526
9588
|
"name": "color-light-mode-neutral-200",
|
|
9527
9589
|
"attributes": {
|
|
@@ -9538,11 +9600,11 @@
|
|
|
9538
9600
|
]
|
|
9539
9601
|
},
|
|
9540
9602
|
"300": {
|
|
9541
|
-
"value": "#
|
|
9603
|
+
"value": "#94949e",
|
|
9542
9604
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
9543
9605
|
"isSource": true,
|
|
9544
9606
|
"original": {
|
|
9545
|
-
"value": "#
|
|
9607
|
+
"value": "#94949E"
|
|
9546
9608
|
},
|
|
9547
9609
|
"name": "color-light-mode-neutral-300",
|
|
9548
9610
|
"attributes": {
|
|
@@ -9580,11 +9642,11 @@
|
|
|
9580
9642
|
]
|
|
9581
9643
|
},
|
|
9582
9644
|
"500": {
|
|
9583
|
-
"value": "#
|
|
9645
|
+
"value": "#23232d",
|
|
9584
9646
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
9585
9647
|
"isSource": true,
|
|
9586
9648
|
"original": {
|
|
9587
|
-
"value": "#
|
|
9649
|
+
"value": "#23232D"
|
|
9588
9650
|
},
|
|
9589
9651
|
"name": "color-light-mode-neutral-500",
|
|
9590
9652
|
"attributes": {
|
|
@@ -9600,69 +9662,6 @@
|
|
|
9600
9662
|
"500"
|
|
9601
9663
|
]
|
|
9602
9664
|
},
|
|
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
9665
|
"000": {
|
|
9667
9666
|
"value": "#ffffff",
|
|
9668
9667
|
"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",
|
|
@@ -2487,6 +2487,37 @@
|
|
|
2487
2487
|
}
|
|
2488
2488
|
}
|
|
2489
2489
|
},
|
|
2490
|
+
"tile": {
|
|
2491
|
+
"background": {
|
|
2492
|
+
"hover": {
|
|
2493
|
+
"value": "#504e62",
|
|
2494
|
+
"public": true,
|
|
2495
|
+
"isReferenceToInternal": true,
|
|
2496
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
2497
|
+
"isSource": true,
|
|
2498
|
+
"original": {
|
|
2499
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
2500
|
+
"public": true,
|
|
2501
|
+
"isReferenceToInternal": true
|
|
2502
|
+
},
|
|
2503
|
+
"name": "color-dark-mode-tile-background-hover",
|
|
2504
|
+
"attributes": {
|
|
2505
|
+
"category": "color",
|
|
2506
|
+
"type": "dark-mode",
|
|
2507
|
+
"item": "tile",
|
|
2508
|
+
"subitem": "background",
|
|
2509
|
+
"state": "hover"
|
|
2510
|
+
},
|
|
2511
|
+
"path": [
|
|
2512
|
+
"color",
|
|
2513
|
+
"dark-mode",
|
|
2514
|
+
"tile",
|
|
2515
|
+
"background",
|
|
2516
|
+
"hover"
|
|
2517
|
+
]
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2490
2521
|
"text": {
|
|
2491
2522
|
"default": {
|
|
2492
2523
|
"value": "#ffffff",
|
|
@@ -3440,11 +3471,11 @@
|
|
|
3440
3471
|
]
|
|
3441
3472
|
},
|
|
3442
3473
|
"visited": {
|
|
3443
|
-
"value": "#
|
|
3474
|
+
"value": "#6f54e8",
|
|
3444
3475
|
"filePath": "tokens/color/base/interactive.dark.json",
|
|
3445
3476
|
"isSource": true,
|
|
3446
3477
|
"original": {
|
|
3447
|
-
"value": "#
|
|
3478
|
+
"value": "#6F54E8"
|
|
3448
3479
|
},
|
|
3449
3480
|
"name": "color-dark-mode-interactive-visited",
|
|
3450
3481
|
"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
|
},
|
|
@@ -2481,6 +2481,37 @@
|
|
|
2481
2481
|
}
|
|
2482
2482
|
}
|
|
2483
2483
|
},
|
|
2484
|
+
"tile": {
|
|
2485
|
+
"background": {
|
|
2486
|
+
"hover": {
|
|
2487
|
+
"value": "#f1f1f1",
|
|
2488
|
+
"public": true,
|
|
2489
|
+
"isReferenceToInternal": true,
|
|
2490
|
+
"filePath": "tokens/color/alias/tile.light.json",
|
|
2491
|
+
"isSource": true,
|
|
2492
|
+
"original": {
|
|
2493
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
2494
|
+
"public": true,
|
|
2495
|
+
"isReferenceToInternal": true
|
|
2496
|
+
},
|
|
2497
|
+
"name": "color-light-mode-tile-background-hover",
|
|
2498
|
+
"attributes": {
|
|
2499
|
+
"category": "color",
|
|
2500
|
+
"type": "light-mode",
|
|
2501
|
+
"item": "tile",
|
|
2502
|
+
"subitem": "background",
|
|
2503
|
+
"state": "hover"
|
|
2504
|
+
},
|
|
2505
|
+
"path": [
|
|
2506
|
+
"color",
|
|
2507
|
+
"light-mode",
|
|
2508
|
+
"tile",
|
|
2509
|
+
"background",
|
|
2510
|
+
"hover"
|
|
2511
|
+
]
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2484
2515
|
"text": {
|
|
2485
2516
|
"default": {
|
|
2486
2517
|
"value": "#23232d",
|
|
@@ -2489,7 +2520,7 @@
|
|
|
2489
2520
|
"filePath": "tokens/color/alias/typography.light.json",
|
|
2490
2521
|
"isSource": true,
|
|
2491
2522
|
"original": {
|
|
2492
|
-
"value": "{color.light-mode.neutral.
|
|
2523
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
2493
2524
|
"public": true,
|
|
2494
2525
|
"isReferenceToInternal": true
|
|
2495
2526
|
},
|
|
@@ -3413,11 +3444,11 @@
|
|
|
3413
3444
|
]
|
|
3414
3445
|
},
|
|
3415
3446
|
"visited": {
|
|
3416
|
-
"value": "#
|
|
3447
|
+
"value": "#6f54e8",
|
|
3417
3448
|
"filePath": "tokens/color/base/interactive.light.json",
|
|
3418
3449
|
"isSource": true,
|
|
3419
3450
|
"original": {
|
|
3420
|
-
"value": "#
|
|
3451
|
+
"value": "#6F54E8"
|
|
3421
3452
|
},
|
|
3422
3453
|
"name": "color-light-mode-interactive-visited",
|
|
3423
3454
|
"attributes": {
|
|
@@ -3459,11 +3490,11 @@
|
|
|
3459
3490
|
},
|
|
3460
3491
|
"neutral": {
|
|
3461
3492
|
"100": {
|
|
3462
|
-
"value": "#
|
|
3493
|
+
"value": "#f1f1f1",
|
|
3463
3494
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
3464
3495
|
"isSource": true,
|
|
3465
3496
|
"original": {
|
|
3466
|
-
"value": "#
|
|
3497
|
+
"value": "#F1F1F1"
|
|
3467
3498
|
},
|
|
3468
3499
|
"name": "color-light-mode-neutral-100",
|
|
3469
3500
|
"attributes": {
|
|
@@ -3480,11 +3511,11 @@
|
|
|
3480
3511
|
]
|
|
3481
3512
|
},
|
|
3482
3513
|
"200": {
|
|
3483
|
-
"value": "#
|
|
3514
|
+
"value": "#cfcfd3",
|
|
3484
3515
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
3485
3516
|
"isSource": true,
|
|
3486
3517
|
"original": {
|
|
3487
|
-
"value": "#
|
|
3518
|
+
"value": "#CFCFD3"
|
|
3488
3519
|
},
|
|
3489
3520
|
"name": "color-light-mode-neutral-200",
|
|
3490
3521
|
"attributes": {
|
|
@@ -3501,11 +3532,11 @@
|
|
|
3501
3532
|
]
|
|
3502
3533
|
},
|
|
3503
3534
|
"300": {
|
|
3504
|
-
"value": "#
|
|
3535
|
+
"value": "#94949e",
|
|
3505
3536
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
3506
3537
|
"isSource": true,
|
|
3507
3538
|
"original": {
|
|
3508
|
-
"value": "#
|
|
3539
|
+
"value": "#94949E"
|
|
3509
3540
|
},
|
|
3510
3541
|
"name": "color-light-mode-neutral-300",
|
|
3511
3542
|
"attributes": {
|
|
@@ -3543,11 +3574,11 @@
|
|
|
3543
3574
|
]
|
|
3544
3575
|
},
|
|
3545
3576
|
"500": {
|
|
3546
|
-
"value": "#
|
|
3577
|
+
"value": "#23232d",
|
|
3547
3578
|
"filePath": "tokens/color/base/neutral.light.json",
|
|
3548
3579
|
"isSource": true,
|
|
3549
3580
|
"original": {
|
|
3550
|
-
"value": "#
|
|
3581
|
+
"value": "#23232D"
|
|
3551
3582
|
},
|
|
3552
3583
|
"name": "color-light-mode-neutral-500",
|
|
3553
3584
|
"attributes": {
|
|
@@ -3563,69 +3594,6 @@
|
|
|
3563
3594
|
"500"
|
|
3564
3595
|
]
|
|
3565
3596
|
},
|
|
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
3597
|
"000": {
|
|
3630
3598
|
"value": "#ffffff",
|
|
3631
3599
|
"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;
|
|
@@ -111,5 +111,6 @@ $pds-color-text-lead: $pds-color-text-default-secondary;
|
|
|
111
111
|
$pds-color-text-overline: $pds-color-text-default-secondary;
|
|
112
112
|
$pds-color-text-paragraph: $pds-color-text-default;
|
|
113
113
|
$pds-color-text-quote: $pds-color-text-default-secondary;
|
|
114
|
+
$pds-color-tile-background-hover: #504e62;
|
|
114
115
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
115
116
|
$pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
@@ -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;
|
|
@@ -111,5 +111,6 @@ $pds-color-text-lead: $pds-color-text-default-secondary;
|
|
|
111
111
|
$pds-color-text-overline: $pds-color-text-default-secondary;
|
|
112
112
|
$pds-color-text-paragraph: #23232d;
|
|
113
113
|
$pds-color-text-quote: $pds-color-text-default-secondary;
|
|
114
|
+
$pds-color-tile-background-hover: #f1f1f1;
|
|
114
115
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
115
116
|
$pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|