@patternfly/design-tokens 1.14.6 → 1.14.7
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/tokens-charts-dark.scss +2 -2
- package/build/css/tokens-charts.scss +2 -2
- package/build/css/tokens-dark.scss +52 -4
- package/build/css/tokens-default.scss +68 -14
- package/build/css/tokens-glass-dark.scss +12 -0
- package/build/css/tokens-glass.scss +12 -0
- package/build/css/tokens-highcontrast-dark.scss +2 -2
- package/build/css/tokens-highcontrast.scss +2 -2
- package/build/css/tokens-palette.scss +2 -2
- package/build/css/tokens-redhat-dark.scss +14 -0
- package/build/css/tokens-redhat-glass-dark.scss +19 -0
- package/build/css/tokens-redhat-glass.scss +18 -0
- package/build/css/tokens-redhat-highcontrast-dark.scss +47 -0
- package/build/css/tokens-redhat-highcontrast.scss +127 -0
- package/build/css/tokens-redhat.scss +15 -0
- package/build.js +201 -13
- package/config.dark.json +1 -1
- package/config.default.json +1 -1
- package/config.glass.dark.json +23 -0
- package/config.glass.json +24 -0
- package/config.layers.glass-dark.json +19 -0
- package/config.layers.glass.json +19 -0
- package/config.layers.highcontrast-dark.json +19 -0
- package/config.layers.highcontrast.json +19 -0
- package/config.layers.redhat-dark.json +22 -0
- package/config.layers.redhat-glass-dark.json +22 -0
- package/config.layers.redhat-glass.json +22 -0
- package/config.layers.redhat-highcontrast-dark.json +22 -0
- package/config.layers.redhat-highcontrast.json +22 -0
- package/config.layers.redhat.json +22 -0
- package/config.redhat-dark.json +25 -0
- package/config.redhat-glass-dark.json +25 -0
- package/config.redhat-glass.json +26 -0
- package/config.redhat-highcontrast-dark.json +25 -0
- package/config.redhat-highcontrast.json +26 -0
- package/config.redhat.json +26 -0
- package/package.json +2 -2
- package/patternfly-docs/content/all-patternfly-tokens.md +24 -1
- package/patternfly-docs/content/token-layers-glass-dark.json +38562 -0
- package/patternfly-docs/content/token-layers-glass.json +41600 -0
- package/patternfly-docs/content/token-layers-highcontrast-dark.json +38385 -0
- package/patternfly-docs/content/token-layers-highcontrast.json +53091 -0
- package/patternfly-docs/content/token-layers-redhat-dark.json +48501 -0
- package/patternfly-docs/content/token-layers-redhat-glass-dark.json +38233 -0
- package/patternfly-docs/content/token-layers-redhat-glass.json +41282 -0
- package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +38223 -0
- package/patternfly-docs/content/token-layers-redhat-highcontrast.json +52773 -0
- package/patternfly-docs/content/token-layers-redhat.json +65159 -0
- package/plugins/export-patternfly-tokens/dist/code.js +26 -10
- package/plugins/export-patternfly-tokens/dist/ui.html +65 -21
- package/plugins/export-patternfly-tokens/src/code.ts +29 -10
- package/plugins/export-patternfly-tokens/src/ui.tsx +65 -20
- package/tokens/{dark → default/dark}/base.dark.json +83 -43
- package/tokens/{highcontrast-dark → default/dark}/palette.color.json +8 -0
- package/tokens/{dark → default/dark}/semantic.dark.json +235 -12
- package/tokens/default/{base.dimension.json → glass/base.dimension.json} +12 -12
- package/tokens/{highcontrast → default/glass}/base.json +45 -5
- package/tokens/{dark → default/glass}/palette.color.json +8 -0
- package/tokens/default/glass/semantic.glass.json +1996 -0
- package/tokens/{highcontrast-dark → default/glass-dark}/base.dark.json +83 -43
- package/tokens/{highcontrast → default/glass-dark}/palette.color.json +8 -0
- package/tokens/default/glass-dark/semantic.glass.dark.json +1996 -0
- package/tokens/{highcontrast → default/highcontrast}/base.dimension.json +12 -12
- package/tokens/default/{base.json → highcontrast/base.json} +45 -5
- package/tokens/default/highcontrast/palette.color.json +335 -0
- package/tokens/{highcontrast → default/highcontrast}/semantic.dimension.highcontrast.json +92 -56
- package/tokens/{highcontrast → default/highcontrast}/semantic.highcontrast.json +246 -23
- package/tokens/default/highcontrast-dark/base.dark.json +473 -0
- package/tokens/default/{palette.color.json → highcontrast-dark/palette.color.json} +8 -0
- package/tokens/{highcontrast-dark → default/highcontrast-dark}/semantic.highcontrast.dark.json +234 -11
- package/tokens/default/light/base.dimension.json +387 -0
- package/tokens/default/light/base.json +611 -0
- package/tokens/default/light/palette.color.json +335 -0
- package/tokens/default/{semantic.dimension.json → light/semantic.dimension.json} +95 -59
- package/tokens/default/{semantic.json → light/semantic.json} +235 -12
- package/tokens/default/{semantic.motion.json → light/semantic.motion.json} +18 -18
- package/tokens/redhat/dark/redhat.color.dark.json +62 -0
- package/tokens/redhat/glass/redhat.color.glass.json +49 -0
- package/tokens/redhat/glass-dark/redhat.color.glass.dark.json +62 -0
- package/tokens/redhat/highcontrast/redhat.color.highcontrast.json +49 -0
- package/tokens/redhat/highcontrast/redhat.dimension.highcontrast.json +23 -0
- package/tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json +49 -0
- package/tokens/redhat/light/redhat.color.json +49 -0
- package/tokens/redhat/light/redhat.dimension.json +23 -0
- /package/tokens/{dark → default/dark}/charts.dark.json +0 -0
- /package/tokens/default/{base.motion.json → light/base.motion.json} +0 -0
- /package/tokens/default/{charts.json → light/charts.json} +0 -0
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
"global": {
|
|
4
4
|
"background": {
|
|
5
5
|
"color": {
|
|
6
|
+
"glass": {
|
|
7
|
+
"primary": {
|
|
8
|
+
"type": "color",
|
|
9
|
+
"value": "{global.background.color.primary.default}"
|
|
10
|
+
},
|
|
11
|
+
"floating": {
|
|
12
|
+
"type": "color",
|
|
13
|
+
"value": "{global.background.color.floating.default}"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
6
16
|
"primary": {
|
|
7
17
|
"default": {
|
|
8
18
|
"description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
|
|
@@ -145,6 +155,44 @@
|
|
|
145
155
|
"type": "color",
|
|
146
156
|
"value": "{global.background.color.500}"
|
|
147
157
|
}
|
|
158
|
+
},
|
|
159
|
+
"loading": {
|
|
160
|
+
"skeleton": {
|
|
161
|
+
"default": {
|
|
162
|
+
"type": "color",
|
|
163
|
+
"value": "{global.background.color.600}"
|
|
164
|
+
},
|
|
165
|
+
"subtle": {
|
|
166
|
+
"type": "color",
|
|
167
|
+
"value": "{global.background.color.700}"
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"filter": {
|
|
173
|
+
"glass": {
|
|
174
|
+
"blur": {
|
|
175
|
+
"primary": {
|
|
176
|
+
"type": "number",
|
|
177
|
+
"value": 0
|
|
178
|
+
},
|
|
179
|
+
"floating": {
|
|
180
|
+
"type": "number",
|
|
181
|
+
"value": 0
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"opacity": {
|
|
187
|
+
"glass": {
|
|
188
|
+
"primary": {
|
|
189
|
+
"type": "number",
|
|
190
|
+
"value": 100
|
|
191
|
+
},
|
|
192
|
+
"floating": {
|
|
193
|
+
"type": "number",
|
|
194
|
+
"value": 100
|
|
195
|
+
}
|
|
148
196
|
}
|
|
149
197
|
}
|
|
150
198
|
},
|
|
@@ -164,6 +212,40 @@
|
|
|
164
212
|
"description": "Use as the clicked state for elements that have a brand background color",
|
|
165
213
|
"type": "color",
|
|
166
214
|
"value": "{global.color.brand.400}"
|
|
215
|
+
},
|
|
216
|
+
"accent": {
|
|
217
|
+
"default": {
|
|
218
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
219
|
+
"type": "color",
|
|
220
|
+
"value": "{global.color.brand.default}"
|
|
221
|
+
},
|
|
222
|
+
"hover": {
|
|
223
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
224
|
+
"type": "color",
|
|
225
|
+
"value": "{global.color.brand.hover}"
|
|
226
|
+
},
|
|
227
|
+
"clicked": {
|
|
228
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
229
|
+
"type": "color",
|
|
230
|
+
"value": "{global.color.brand.clicked}"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"subtle": {
|
|
234
|
+
"default": {
|
|
235
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
236
|
+
"type": "color",
|
|
237
|
+
"value": "{global.color.brand.subtle.100}"
|
|
238
|
+
},
|
|
239
|
+
"hover": {
|
|
240
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
241
|
+
"type": "color",
|
|
242
|
+
"value": "{global.color.brand.subtle.200}"
|
|
243
|
+
},
|
|
244
|
+
"clicked": {
|
|
245
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
246
|
+
"type": "color",
|
|
247
|
+
"value": "{global.color.brand.subtle.200}"
|
|
248
|
+
}
|
|
167
249
|
}
|
|
168
250
|
},
|
|
169
251
|
"favorite": {
|
|
@@ -478,17 +560,34 @@
|
|
|
478
560
|
"default": {
|
|
479
561
|
"description": "Use as the color for icons that convey your brand and/or are paired with branded text color.",
|
|
480
562
|
"type": "color",
|
|
481
|
-
"value": "{color.
|
|
563
|
+
"value": "{global.color.brand.300}"
|
|
482
564
|
},
|
|
483
565
|
"hover": {
|
|
484
566
|
"description": "Use as the hover state color for icons that convey your brand and/or are paired with branded text color.",
|
|
485
567
|
"type": "color",
|
|
486
|
-
"value": "{color.
|
|
568
|
+
"value": "{global.color.brand.400}"
|
|
487
569
|
},
|
|
488
570
|
"clicked": {
|
|
489
571
|
"description": "Use as the clicked state for icons that convey your brand and/or are paired with branded text color.",
|
|
490
572
|
"type": "color",
|
|
491
|
-
"value": "{color.
|
|
573
|
+
"value": "{global.color.brand.400}"
|
|
574
|
+
},
|
|
575
|
+
"accent": {
|
|
576
|
+
"default": {
|
|
577
|
+
"description": "Use as the color for icons that convey your brand and/or are paired with branded text color.",
|
|
578
|
+
"type": "color",
|
|
579
|
+
"value": "{global.color.brand.accent.default}"
|
|
580
|
+
},
|
|
581
|
+
"hover": {
|
|
582
|
+
"description": "Use as the hover state color for icons that convey your brand and/or are paired with branded text color.",
|
|
583
|
+
"type": "color",
|
|
584
|
+
"value": "{global.color.brand.accent.hover}"
|
|
585
|
+
},
|
|
586
|
+
"clicked": {
|
|
587
|
+
"description": "Use as the clicked state for icons that convey your brand and/or are paired with branded text color.",
|
|
588
|
+
"type": "color",
|
|
589
|
+
"value": "{global.color.brand.accent.clicked}"
|
|
590
|
+
}
|
|
492
591
|
}
|
|
493
592
|
},
|
|
494
593
|
"on-brand": {
|
|
@@ -506,6 +605,40 @@
|
|
|
506
605
|
"description": "Use as the clicked state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
507
606
|
"type": "color",
|
|
508
607
|
"value": "{global.icon.color.inverse}"
|
|
608
|
+
},
|
|
609
|
+
"accent": {
|
|
610
|
+
"default": {
|
|
611
|
+
"description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
612
|
+
"type": "color",
|
|
613
|
+
"value": "{global.icon.color.inverse}"
|
|
614
|
+
},
|
|
615
|
+
"hover": {
|
|
616
|
+
"description": "Use as the hover state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
617
|
+
"type": "color",
|
|
618
|
+
"value": "{global.icon.color.inverse}"
|
|
619
|
+
},
|
|
620
|
+
"clicked": {
|
|
621
|
+
"description": "Use as the clicked state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
622
|
+
"type": "color",
|
|
623
|
+
"value": "{global.icon.color.inverse}"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"subtle": {
|
|
627
|
+
"default": {
|
|
628
|
+
"description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
629
|
+
"type": "color",
|
|
630
|
+
"value": "{global.icon.color.regular}"
|
|
631
|
+
},
|
|
632
|
+
"hover": {
|
|
633
|
+
"description": "Use as the hover state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
634
|
+
"type": "color",
|
|
635
|
+
"value": "{global.icon.color.regular}"
|
|
636
|
+
},
|
|
637
|
+
"clicked": {
|
|
638
|
+
"description": "Use as the clicked state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
|
|
639
|
+
"type": "color",
|
|
640
|
+
"value": "{global.icon.color.regular}"
|
|
641
|
+
}
|
|
509
642
|
}
|
|
510
643
|
},
|
|
511
644
|
"favorite": {
|
|
@@ -530,17 +663,17 @@
|
|
|
530
663
|
"default": {
|
|
531
664
|
"description": "Use as the default color for text that communicates a success status.",
|
|
532
665
|
"type": "color",
|
|
533
|
-
"value": "{global.color.status.success.
|
|
666
|
+
"value": "{global.color.status.success.default}"
|
|
534
667
|
},
|
|
535
668
|
"hover": {
|
|
536
669
|
"description": "Use as the hover state color for text that communicates a success status.",
|
|
537
670
|
"type": "color",
|
|
538
|
-
"value": "{global.color.status.success.
|
|
671
|
+
"value": "{global.color.status.success.hover}"
|
|
539
672
|
},
|
|
540
673
|
"clicked": {
|
|
541
674
|
"description": "Use as the clicked state color for text that communicates a success status.",
|
|
542
675
|
"type": "color",
|
|
543
|
-
"value": "{global.color.status.success.
|
|
676
|
+
"value": "{global.color.status.success.clicked}"
|
|
544
677
|
}
|
|
545
678
|
},
|
|
546
679
|
"on-success": {
|
|
@@ -962,15 +1095,15 @@
|
|
|
962
1095
|
"border": {
|
|
963
1096
|
"color": {
|
|
964
1097
|
"control": {
|
|
1098
|
+
"default": {
|
|
1099
|
+
"type": "color",
|
|
1100
|
+
"value": "{global.border.color.400}"
|
|
1101
|
+
},
|
|
965
1102
|
"read-only": {
|
|
966
1103
|
"type": "color",
|
|
967
|
-
"value": "{global.border.color.
|
|
1104
|
+
"value": "{global.border.color.100}"
|
|
968
1105
|
}
|
|
969
1106
|
},
|
|
970
|
-
"high-contrast": {
|
|
971
|
-
"type": "color",
|
|
972
|
-
"value": "{global.border.color.default}"
|
|
973
|
-
},
|
|
974
1107
|
"brand": {
|
|
975
1108
|
"default": {
|
|
976
1109
|
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
@@ -986,6 +1119,40 @@
|
|
|
986
1119
|
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
987
1120
|
"type": "color",
|
|
988
1121
|
"value": "{global.color.brand.clicked}"
|
|
1122
|
+
},
|
|
1123
|
+
"accent": {
|
|
1124
|
+
"default": {
|
|
1125
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
1126
|
+
"type": "color",
|
|
1127
|
+
"value": "{global.color.brand.accent.default}"
|
|
1128
|
+
},
|
|
1129
|
+
"hover": {
|
|
1130
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1131
|
+
"type": "color",
|
|
1132
|
+
"value": "{global.color.brand.accent.hover}"
|
|
1133
|
+
},
|
|
1134
|
+
"clicked": {
|
|
1135
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1136
|
+
"type": "color",
|
|
1137
|
+
"value": "{global.color.brand.accent.clicked}"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"subtle": {
|
|
1141
|
+
"default": {
|
|
1142
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
1143
|
+
"type": "color",
|
|
1144
|
+
"value": "{global.color.brand.subtle.200}"
|
|
1145
|
+
},
|
|
1146
|
+
"hover": {
|
|
1147
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1148
|
+
"type": "color",
|
|
1149
|
+
"value": "{global.color.brand.subtle.400}"
|
|
1150
|
+
},
|
|
1151
|
+
"clicked": {
|
|
1152
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
1153
|
+
"type": "color",
|
|
1154
|
+
"value": "{global.color.brand.subtle.400}"
|
|
1155
|
+
}
|
|
989
1156
|
}
|
|
990
1157
|
},
|
|
991
1158
|
"status": {
|
|
@@ -1075,6 +1242,11 @@
|
|
|
1075
1242
|
}
|
|
1076
1243
|
}
|
|
1077
1244
|
},
|
|
1245
|
+
"high-contrast": {
|
|
1246
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1247
|
+
"type": "color",
|
|
1248
|
+
"value": "{global.border.color.default}"
|
|
1249
|
+
},
|
|
1078
1250
|
"default": {
|
|
1079
1251
|
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1080
1252
|
"type": "color",
|
|
@@ -1090,6 +1262,11 @@
|
|
|
1090
1262
|
"type": "color",
|
|
1091
1263
|
"value": "{global.color.brand.400}"
|
|
1092
1264
|
},
|
|
1265
|
+
"subtle": {
|
|
1266
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1267
|
+
"type": "color",
|
|
1268
|
+
"value": "{global.border.color.400}"
|
|
1269
|
+
},
|
|
1093
1270
|
"disabled": {
|
|
1094
1271
|
"description": "Use as the disabled border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1095
1272
|
"type": "color",
|
|
@@ -1105,12 +1282,6 @@
|
|
|
1105
1282
|
"type": "color",
|
|
1106
1283
|
"value": "{global.border.color.400}"
|
|
1107
1284
|
},
|
|
1108
|
-
"main": {
|
|
1109
|
-
"default": {
|
|
1110
|
-
"type": "color",
|
|
1111
|
-
"value": "{global.border.color.default}"
|
|
1112
|
-
}
|
|
1113
|
-
},
|
|
1114
1285
|
"nonstatus": {
|
|
1115
1286
|
"red": {
|
|
1116
1287
|
"default": {
|
|
@@ -1265,6 +1436,12 @@
|
|
|
1265
1436
|
"value": "{global.color.nonstatus.gray.500}"
|
|
1266
1437
|
}
|
|
1267
1438
|
}
|
|
1439
|
+
},
|
|
1440
|
+
"main": {
|
|
1441
|
+
"default": {
|
|
1442
|
+
"type": "color",
|
|
1443
|
+
"value": "{global.border.color.default}"
|
|
1444
|
+
}
|
|
1268
1445
|
}
|
|
1269
1446
|
}
|
|
1270
1447
|
},
|
|
@@ -1291,17 +1468,17 @@
|
|
|
1291
1468
|
"default": {
|
|
1292
1469
|
"description": "Use as the default color for branded text.",
|
|
1293
1470
|
"type": "color",
|
|
1294
|
-
"value": "{color.
|
|
1471
|
+
"value": "{global.color.brand.400}"
|
|
1295
1472
|
},
|
|
1296
1473
|
"hover": {
|
|
1297
1474
|
"description": "Use as the hover state color for branded text.",
|
|
1298
1475
|
"type": "color",
|
|
1299
|
-
"value": "{color.
|
|
1476
|
+
"value": "{global.color.brand.500}"
|
|
1300
1477
|
},
|
|
1301
1478
|
"clicked": {
|
|
1302
1479
|
"description": "Use as the clicked state color for branded text.",
|
|
1303
1480
|
"type": "color",
|
|
1304
|
-
"value": "{color.
|
|
1481
|
+
"value": "{global.color.brand.500}"
|
|
1305
1482
|
}
|
|
1306
1483
|
},
|
|
1307
1484
|
"regular": {
|
|
@@ -1334,6 +1511,40 @@
|
|
|
1334
1511
|
"description": "Use as the clicked state color for text placed on a brand-colored background.",
|
|
1335
1512
|
"type": "color",
|
|
1336
1513
|
"value": "{global.text.color.inverse}"
|
|
1514
|
+
},
|
|
1515
|
+
"accent": {
|
|
1516
|
+
"default": {
|
|
1517
|
+
"description": "Use as the default color for text placed on a brand-colored background.",
|
|
1518
|
+
"type": "color",
|
|
1519
|
+
"value": "{global.text.color.inverse}"
|
|
1520
|
+
},
|
|
1521
|
+
"hover": {
|
|
1522
|
+
"description": "Use as the hover state color for text placed on a brand-colored background.",
|
|
1523
|
+
"type": "color",
|
|
1524
|
+
"value": "{global.text.color.inverse}"
|
|
1525
|
+
},
|
|
1526
|
+
"clicked": {
|
|
1527
|
+
"description": "Use as the clicked state color for text placed on a brand-colored background.",
|
|
1528
|
+
"type": "color",
|
|
1529
|
+
"value": "{global.text.color.inverse}"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"subtle": {
|
|
1533
|
+
"default": {
|
|
1534
|
+
"description": "Use as the default color for text placed on a brand-colored background.",
|
|
1535
|
+
"type": "color",
|
|
1536
|
+
"value": "{global.text.color.regular}"
|
|
1537
|
+
},
|
|
1538
|
+
"hover": {
|
|
1539
|
+
"description": "Use as the hover state color for text placed on a brand-colored background.",
|
|
1540
|
+
"type": "color",
|
|
1541
|
+
"value": "{global.text.color.regular}"
|
|
1542
|
+
},
|
|
1543
|
+
"clicked": {
|
|
1544
|
+
"description": "Use as the clicked state color for text placed on a brand-colored background.",
|
|
1545
|
+
"type": "color",
|
|
1546
|
+
"value": "{global.text.color.regular}"
|
|
1547
|
+
}
|
|
1337
1548
|
}
|
|
1338
1549
|
},
|
|
1339
1550
|
"placeholder": {
|
|
@@ -1369,11 +1580,11 @@
|
|
|
1369
1580
|
},
|
|
1370
1581
|
"hover": {
|
|
1371
1582
|
"type": "color",
|
|
1372
|
-
"value": "{global.color.status.success.
|
|
1583
|
+
"value": "{global.color.status.success.300}"
|
|
1373
1584
|
},
|
|
1374
1585
|
"clicked": {
|
|
1375
1586
|
"type": "color",
|
|
1376
|
-
"value": "{global.color.status.success.
|
|
1587
|
+
"value": "{global.color.status.success.300}"
|
|
1377
1588
|
}
|
|
1378
1589
|
},
|
|
1379
1590
|
"on-success": {
|
|
@@ -1760,10 +1971,22 @@
|
|
|
1760
1971
|
}
|
|
1761
1972
|
}
|
|
1762
1973
|
},
|
|
1974
|
+
"text-decoration": {
|
|
1975
|
+
"color": {
|
|
1976
|
+
"default": {
|
|
1977
|
+
"type": "color",
|
|
1978
|
+
"value": "{global.border.color.default}"
|
|
1979
|
+
},
|
|
1980
|
+
"hover": {
|
|
1981
|
+
"type": "color",
|
|
1982
|
+
"value": "{global.border.color.hover}"
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
},
|
|
1763
1986
|
"focus-ring": {
|
|
1764
1987
|
"color": {
|
|
1765
1988
|
"default": {
|
|
1766
|
-
"description": "
|
|
1989
|
+
"description": "Use as color value for custom focus rings",
|
|
1767
1990
|
"type": "color",
|
|
1768
1991
|
"value": "{global.focus-ring.color.200}"
|
|
1769
1992
|
}
|