@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.300}"
|
|
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": {
|
|
@@ -489,6 +571,23 @@
|
|
|
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
573
|
"value": "{global.color.brand.clicked}"
|
|
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": {
|
|
@@ -962,15 +1095,15 @@
|
|
|
962
1095
|
"border": {
|
|
963
1096
|
"color": {
|
|
964
1097
|
"control": {
|
|
1098
|
+
"default": {
|
|
1099
|
+
"type": "color",
|
|
1100
|
+
"value": "{global.border.color.300}"
|
|
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": "rgba(255, 255, 255, 0.0000)"
|
|
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.300}"
|
|
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.300}"
|
|
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": "rgba(255, 255, 255, 0.0000)"
|
|
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.200}"
|
|
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.50}"
|
|
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.300}"
|
|
1107
1284
|
},
|
|
1108
|
-
"main": {
|
|
1109
|
-
"default": {
|
|
1110
|
-
"type": "color",
|
|
1111
|
-
"value": "{global.background.color.primary.default}"
|
|
1112
|
-
}
|
|
1113
|
-
},
|
|
1114
1285
|
"nonstatus": {
|
|
1115
1286
|
"red": {
|
|
1116
1287
|
"default": {
|
|
@@ -1265,6 +1436,12 @@
|
|
|
1265
1436
|
"value": "{global.color.nonstatus.gray.300}"
|
|
1266
1437
|
}
|
|
1267
1438
|
}
|
|
1439
|
+
},
|
|
1440
|
+
"main": {
|
|
1441
|
+
"default": {
|
|
1442
|
+
"type": "color",
|
|
1443
|
+
"value": "{global.background.color.primary.default}"
|
|
1444
|
+
}
|
|
1268
1445
|
}
|
|
1269
1446
|
}
|
|
1270
1447
|
},
|
|
@@ -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": {
|
|
@@ -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.100}"
|
|
1769
1992
|
}
|
|
@@ -38,38 +38,38 @@
|
|
|
38
38
|
"type": "number",
|
|
39
39
|
"value": "{global.duration.600}"
|
|
40
40
|
},
|
|
41
|
-
"
|
|
41
|
+
"icon": {
|
|
42
42
|
"short": {
|
|
43
|
-
"description": "Use
|
|
43
|
+
"description": "Use a short duration on an icon that requires a fast/snappy transition. Used to define the speed at which an icon may animate. Used on a notification badge(stateful button).",
|
|
44
44
|
"type": "number",
|
|
45
|
-
"value": "{global.motion.duration.
|
|
45
|
+
"value": "{global.motion.duration.xs}"
|
|
46
46
|
},
|
|
47
47
|
"default": {
|
|
48
|
-
"description": "Use
|
|
48
|
+
"description": "Use a default duration on an icon that requires a moderately timed transition. Used to define the speed at which an icon may animate. Used on a favoriting star(icon button).",
|
|
49
49
|
"type": "number",
|
|
50
|
-
"value": "{global.motion.duration.
|
|
50
|
+
"value": "{global.motion.duration.sm}"
|
|
51
51
|
},
|
|
52
52
|
"long": {
|
|
53
|
-
"description": "Use
|
|
53
|
+
"description": "Use a long duration on an icon that requires a slow transition. Used to define the speed at which an icon may animate. Used on the settings cog icon(plain menu toggle).",
|
|
54
54
|
"type": "number",
|
|
55
|
-
"value": "{global.motion.duration.
|
|
55
|
+
"value": "{global.motion.duration.md}"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"
|
|
58
|
+
"slide-in": {
|
|
59
59
|
"short": {
|
|
60
|
-
"description": "Use a short duration
|
|
60
|
+
"description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
61
61
|
"type": "number",
|
|
62
|
-
"value": "{global.motion.duration.
|
|
62
|
+
"value": "{global.motion.duration.lg}"
|
|
63
63
|
},
|
|
64
64
|
"default": {
|
|
65
|
-
"description": "Use a default duration
|
|
65
|
+
"description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
66
66
|
"type": "number",
|
|
67
|
-
"value": "{global.motion.duration.
|
|
67
|
+
"value": "{global.motion.duration.xl}"
|
|
68
68
|
},
|
|
69
69
|
"long": {
|
|
70
|
-
"description": "Use a
|
|
70
|
+
"description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
|
|
71
71
|
"type": "number",
|
|
72
|
-
"value": "{global.motion.duration.
|
|
72
|
+
"value": "{global.motion.duration.2xl}"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"fade": {
|
|
@@ -89,19 +89,19 @@
|
|
|
89
89
|
"value": "{global.motion.duration.lg}"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
-
"slide-
|
|
92
|
+
"slide-out": {
|
|
93
93
|
"short": {
|
|
94
|
-
"description": "Use for a
|
|
94
|
+
"description": "Use for a shorter duration of a slide-out animation, which moves an element out of the viewport.",
|
|
95
95
|
"type": "number",
|
|
96
96
|
"value": "{global.motion.duration.lg}"
|
|
97
97
|
},
|
|
98
98
|
"default": {
|
|
99
|
-
"description": "Use
|
|
99
|
+
"description": "Use as the default duration of a slide-out animation, which moves an element out of the viewport.",
|
|
100
100
|
"type": "number",
|
|
101
101
|
"value": "{global.motion.duration.xl}"
|
|
102
102
|
},
|
|
103
103
|
"long": {
|
|
104
|
-
"description": "Use for a longer duration of a slide-
|
|
104
|
+
"description": "Use for a longer duration of a slide-out animation, which moves an element out of the viewport.",
|
|
105
105
|
"type": "number",
|
|
106
106
|
"value": "{global.motion.duration.2xl}"
|
|
107
107
|
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"global": {
|
|
4
|
+
"border": {
|
|
5
|
+
"color": {
|
|
6
|
+
"brand": {
|
|
7
|
+
"accent": {
|
|
8
|
+
"clicked": {
|
|
9
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
10
|
+
"type": "color",
|
|
11
|
+
"value": "{global.dark.color.brand.accent.400}"
|
|
12
|
+
},
|
|
13
|
+
"hover": {
|
|
14
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
15
|
+
"type": "color",
|
|
16
|
+
"value": "{global.dark.color.brand.accent.400}"
|
|
17
|
+
},
|
|
18
|
+
"default": {
|
|
19
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
20
|
+
"type": "color",
|
|
21
|
+
"value": "{global.dark.color.brand.accent.400}"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"color": {
|
|
28
|
+
"brand": {
|
|
29
|
+
"accent": {
|
|
30
|
+
"hover": {
|
|
31
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
32
|
+
"type": "color",
|
|
33
|
+
"value": "{global.dark.color.brand.accent.200}"
|
|
34
|
+
},
|
|
35
|
+
"clicked": {
|
|
36
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"value": "{global.dark.color.brand.accent.200}"
|
|
39
|
+
},
|
|
40
|
+
"default": {
|
|
41
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"value": "{global.dark.color.brand.accent.100}"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"text": {
|
|
49
|
+
"color": {
|
|
50
|
+
"on-brand": {
|
|
51
|
+
"accent": {
|
|
52
|
+
"default": {
|
|
53
|
+
"description": "Use as the default color for text placed on a brand-colored background.",
|
|
54
|
+
"type": "color",
|
|
55
|
+
"value": "{global.text.color.regular}"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"global": {
|
|
4
|
+
"border": {
|
|
5
|
+
"color": {
|
|
6
|
+
"brand": {
|
|
7
|
+
"accent": {
|
|
8
|
+
"clicked": {
|
|
9
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
10
|
+
"type": "color",
|
|
11
|
+
"value": "{global.color.brand.accent.400}"
|
|
12
|
+
},
|
|
13
|
+
"hover": {
|
|
14
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
15
|
+
"type": "color",
|
|
16
|
+
"value": "{global.color.brand.accent.400}"
|
|
17
|
+
},
|
|
18
|
+
"default": {
|
|
19
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
20
|
+
"type": "color",
|
|
21
|
+
"value": "{global.color.brand.accent.400}"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"color": {
|
|
28
|
+
"brand": {
|
|
29
|
+
"accent": {
|
|
30
|
+
"hover": {
|
|
31
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
32
|
+
"type": "color",
|
|
33
|
+
"value": "{global.color.brand.accent.200}"
|
|
34
|
+
},
|
|
35
|
+
"clicked": {
|
|
36
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"value": "{global.color.brand.accent.200}"
|
|
39
|
+
},
|
|
40
|
+
"default": {
|
|
41
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"value": "{global.color.brand.accent.100}"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"global": {
|
|
4
|
+
"border": {
|
|
5
|
+
"color": {
|
|
6
|
+
"brand": {
|
|
7
|
+
"accent": {
|
|
8
|
+
"clicked": {
|
|
9
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
10
|
+
"type": "color",
|
|
11
|
+
"value": "{global.dark.color.brand.accent.400}"
|
|
12
|
+
},
|
|
13
|
+
"hover": {
|
|
14
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
15
|
+
"type": "color",
|
|
16
|
+
"value": "{global.dark.color.brand.accent.400}"
|
|
17
|
+
},
|
|
18
|
+
"default": {
|
|
19
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
20
|
+
"type": "color",
|
|
21
|
+
"value": "{global.dark.color.brand.accent.400}"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"color": {
|
|
28
|
+
"brand": {
|
|
29
|
+
"accent": {
|
|
30
|
+
"hover": {
|
|
31
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
32
|
+
"type": "color",
|
|
33
|
+
"value": "{global.dark.color.brand.accent.200}"
|
|
34
|
+
},
|
|
35
|
+
"clicked": {
|
|
36
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"value": "{global.dark.color.brand.accent.200}"
|
|
39
|
+
},
|
|
40
|
+
"default": {
|
|
41
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"value": "{global.dark.color.brand.accent.100}"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"text": {
|
|
49
|
+
"color": {
|
|
50
|
+
"on-brand": {
|
|
51
|
+
"accent": {
|
|
52
|
+
"default": {
|
|
53
|
+
"description": "Use as the default color for text placed on a brand-colored background.",
|
|
54
|
+
"type": "color",
|
|
55
|
+
"value": "{global.text.color.regular}"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"global": {
|
|
4
|
+
"border": {
|
|
5
|
+
"color": {
|
|
6
|
+
"brand": {
|
|
7
|
+
"accent": {
|
|
8
|
+
"clicked": {
|
|
9
|
+
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
10
|
+
"type": "color",
|
|
11
|
+
"value": "{global.color.brand.accent.400}"
|
|
12
|
+
},
|
|
13
|
+
"hover": {
|
|
14
|
+
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
15
|
+
"type": "color",
|
|
16
|
+
"value": "{global.color.brand.accent.400}"
|
|
17
|
+
},
|
|
18
|
+
"default": {
|
|
19
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
20
|
+
"type": "color",
|
|
21
|
+
"value": "{global.color.brand.accent.400}"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"color": {
|
|
28
|
+
"brand": {
|
|
29
|
+
"accent": {
|
|
30
|
+
"hover": {
|
|
31
|
+
"description": "Use as the hover state for elements that have a branded background color",
|
|
32
|
+
"type": "color",
|
|
33
|
+
"value": "{global.color.brand.accent.300}"
|
|
34
|
+
},
|
|
35
|
+
"clicked": {
|
|
36
|
+
"description": "Use as the clicked state for elements that have a brand background color",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"value": "{global.color.brand.accent.300}"
|
|
39
|
+
},
|
|
40
|
+
"default": {
|
|
41
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"value": "{global.color.brand.accent.200}"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"global": {
|
|
4
|
+
"border": {
|
|
5
|
+
"radius": {
|
|
6
|
+
"control": {
|
|
7
|
+
"default": {
|
|
8
|
+
"type": "number",
|
|
9
|
+
"value": "{global.border.radius.pill}"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"action": {
|
|
13
|
+
"plain": {
|
|
14
|
+
"default": {
|
|
15
|
+
"type": "number",
|
|
16
|
+
"value": "{global.border.radius.pill}"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|