@patternfly/design-tokens 1.15.0 → 1.15.2
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-dark.scss +17 -16
- package/build/css/tokens-default.scss +11 -9
- package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +8 -2
- package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +16 -6
- package/build/css/tokens-felt-glass.scss +30 -0
- package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -9
- package/build/css/tokens-felt-highcontrast.scss +121 -0
- package/build/css/{tokens-redhat.scss → tokens-felt.scss} +1 -1
- package/build/css/tokens-glass-dark.scss +10 -6
- package/build/css/tokens-glass.scss +14 -7
- package/build/css/tokens-palette.scss +1 -1
- package/build/css/tokens-redhat-highcontrast.scss +641 -10
- package/build.js +80 -37
- package/{config.redhat-dark.json → config.felt-dark.json} +2 -2
- package/{config.redhat-glass-dark.json → config.felt-glass-dark.json} +2 -2
- package/{config.redhat-glass.json → config.felt-glass.json} +2 -2
- package/{config.redhat-highcontrast-dark.json → config.felt-highcontrast-dark.json} +2 -2
- package/{config.redhat.json → config.felt.json} +2 -2
- package/{config.layers.redhat-dark.json → config.layers.felt-dark.json} +2 -2
- package/{config.layers.redhat-glass-dark.json → config.layers.felt-glass-dark.json} +2 -2
- package/{config.layers.redhat-glass.json → config.layers.felt-glass.json} +2 -2
- package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json} +2 -2
- package/package.json +1 -1
- package/patternfly-docs/content/token-layers-felt-dark.json +48543 -0
- package/patternfly-docs/content/token-layers-felt-glass-dark.json +37670 -0
- package/patternfly-docs/content/token-layers-felt-glass.json +52576 -0
- package/patternfly-docs/content/token-layers-felt-highcontrast-dark.json +38323 -0
- package/patternfly-docs/content/token-layers-glass-dark.json +3225 -3126
- package/patternfly-docs/content/token-layers-glass.json +14804 -2938
- package/patternfly-docs/content/token-layers-highcontrast-dark.json +3200 -2956
- package/patternfly-docs/content/token-layers-highcontrast.json +4665 -4428
- package/patternfly-docs/content/token-layers-redhat-dark.json +429 -346
- package/patternfly-docs/content/token-layers-redhat-glass-dark.json +638 -541
- package/patternfly-docs/content/token-layers-redhat-glass.json +12354 -484
- package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +309 -226
- package/patternfly-docs/content/token-layers-redhat-highcontrast.json +5248 -4689
- package/patternfly-docs/content/token-layers-redhat.json +6681 -6126
- package/plugins/export-patternfly-tokens/dist/ui.html +344 -334
- package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
- package/tokens/default/dark/base.dark.json +44 -44
- package/tokens/default/dark/charts.dark.json +33 -33
- package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
- package/tokens/default/dark/palette.color.json +4 -4
- package/tokens/default/dark/semantic.dark.json +144 -130
- package/tokens/default/glass/base.dimension.json +24 -24
- package/tokens/default/glass/palette.color.json +4 -4
- package/tokens/default/glass/semantic.dimension.glass.json +1105 -0
- package/tokens/default/glass/semantic.glass.json +143 -129
- package/tokens/default/glass-dark/base.dark.json +44 -44
- package/tokens/default/glass-dark/palette.color.json +4 -4
- package/tokens/default/glass-dark/semantic.glass.dark.json +147 -133
- package/tokens/default/highcontrast/base.dimension.json +24 -24
- package/tokens/default/highcontrast/palette.color.json +4 -4
- package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +143 -135
- package/tokens/default/highcontrast/semantic.highcontrast.json +137 -123
- package/tokens/default/highcontrast-dark/base.dark.json +44 -44
- package/tokens/default/highcontrast-dark/palette.color.json +4 -4
- package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +141 -127
- package/tokens/default/light/base.dimension.json +24 -24
- package/tokens/default/light/charts.highcontrast.json +765 -0
- package/tokens/default/light/charts.json +33 -33
- package/tokens/default/light/palette.color.json +4 -4
- package/tokens/default/light/semantic.dimension.json +144 -136
- package/tokens/default/light/semantic.json +137 -123
- package/tokens/default/light/semantic.motion.json +14 -14
- package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +30 -30
- package/tokens/{redhat/glass/redhat.color.glass.json → felt/glass/felt.color.glass.json} +10 -10
- package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
- package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +30 -25
- package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
- package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
- package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
- package/tokens/{redhat/light/redhat.color.json → felt/light/felt.color.json} +10 -10
- package/tokens/felt/light/felt.dimension.json +23 -0
- package/build/css/tokens-redhat-glass.scss +0 -21
- /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
|
@@ -46,12 +46,10 @@
|
|
|
46
46
|
},
|
|
47
47
|
"glass": {
|
|
48
48
|
"primary": {
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"type": "color",
|
|
54
|
-
"value": "{global.background.color.floating.default}"
|
|
49
|
+
"default": {
|
|
50
|
+
"type": "color",
|
|
51
|
+
"value": "{global.background.color.primary.default}"
|
|
52
|
+
}
|
|
55
53
|
}
|
|
56
54
|
},
|
|
57
55
|
"floating": {
|
|
@@ -69,6 +67,12 @@
|
|
|
69
67
|
"description": "Use as the clicked state for floating backgrounds",
|
|
70
68
|
"type": "color",
|
|
71
69
|
"value": "{global.background.color.200}"
|
|
70
|
+
},
|
|
71
|
+
"secondary": {
|
|
72
|
+
"default": {
|
|
73
|
+
"type": "color",
|
|
74
|
+
"value": "{global.background.color.secondary.default}"
|
|
75
|
+
}
|
|
72
76
|
}
|
|
73
77
|
},
|
|
74
78
|
"sticky": {
|
|
@@ -163,6 +167,14 @@
|
|
|
163
167
|
"value": "{global.background.color.500}"
|
|
164
168
|
}
|
|
165
169
|
},
|
|
170
|
+
"striped": {
|
|
171
|
+
"row": {
|
|
172
|
+
"default": {
|
|
173
|
+
"type": "color",
|
|
174
|
+
"value": "{global.background.color.700}"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
166
178
|
"loading": {
|
|
167
179
|
"skeleton": {
|
|
168
180
|
"default": {
|
|
@@ -182,10 +194,6 @@
|
|
|
182
194
|
"primary": {
|
|
183
195
|
"type": "number",
|
|
184
196
|
"value": 0
|
|
185
|
-
},
|
|
186
|
-
"floating": {
|
|
187
|
-
"type": "number",
|
|
188
|
-
"value": 0
|
|
189
197
|
}
|
|
190
198
|
}
|
|
191
199
|
}
|
|
@@ -551,6 +559,31 @@
|
|
|
551
559
|
},
|
|
552
560
|
"icon": {
|
|
553
561
|
"color": {
|
|
562
|
+
"regular": {
|
|
563
|
+
"description": "Use as the default color for icons in icon buttons and/or when paired with regular-colored text",
|
|
564
|
+
"type": "color",
|
|
565
|
+
"value": "{global.icon.color.100}"
|
|
566
|
+
},
|
|
567
|
+
"subtle": {
|
|
568
|
+
"description": "Use as the color for icons when you want the icon to have less emphasis and/or when paired with subtle-colored text",
|
|
569
|
+
"type": "color",
|
|
570
|
+
"value": "{global.icon.color.200}"
|
|
571
|
+
},
|
|
572
|
+
"inverse": {
|
|
573
|
+
"description": "Use as the color for icons that are placed on an inverse background color",
|
|
574
|
+
"type": "color",
|
|
575
|
+
"value": "{global.icon.color.300}"
|
|
576
|
+
},
|
|
577
|
+
"disabled": {
|
|
578
|
+
"description": "Use as the color for icons that show in disabled icon buttons and/or when paired with disabled-color text",
|
|
579
|
+
"type": "color",
|
|
580
|
+
"value": "{global.color.disabled.200}"
|
|
581
|
+
},
|
|
582
|
+
"on-disabled": {
|
|
583
|
+
"description": "Use as the color for icons that are placed on a disabled background color and/or are paired with on-disabled colored text.",
|
|
584
|
+
"type": "color",
|
|
585
|
+
"value": "{global.color.disabled.300}"
|
|
586
|
+
},
|
|
554
587
|
"brand": {
|
|
555
588
|
"default": {
|
|
556
589
|
"description": "Use as the color for icons that convey your brand and/or are paired with branded text color.",
|
|
@@ -861,31 +894,6 @@
|
|
|
861
894
|
}
|
|
862
895
|
}
|
|
863
896
|
},
|
|
864
|
-
"regular": {
|
|
865
|
-
"description": "Use as the default color for icons in icon buttons and/or when paired with regular-colored text",
|
|
866
|
-
"type": "color",
|
|
867
|
-
"value": "{global.icon.color.100}"
|
|
868
|
-
},
|
|
869
|
-
"subtle": {
|
|
870
|
-
"description": "Use as the color for icons when you want the icon to have less emphasis and/or when paired with subtle-colored text",
|
|
871
|
-
"type": "color",
|
|
872
|
-
"value": "{global.icon.color.200}"
|
|
873
|
-
},
|
|
874
|
-
"inverse": {
|
|
875
|
-
"description": "Use as the color for icons that are placed on an inverse background color",
|
|
876
|
-
"type": "color",
|
|
877
|
-
"value": "{global.icon.color.300}"
|
|
878
|
-
},
|
|
879
|
-
"disabled": {
|
|
880
|
-
"description": "Use as the color for icons that show in disabled icon buttons and/or when paired with disabled-color text",
|
|
881
|
-
"type": "color",
|
|
882
|
-
"value": "{global.color.disabled.200}"
|
|
883
|
-
},
|
|
884
|
-
"on-disabled": {
|
|
885
|
-
"description": "Use as the color for icons that are placed on a disabled background color and/or are paired with on-disabled colored text.",
|
|
886
|
-
"type": "color",
|
|
887
|
-
"value": "{global.color.disabled.300}"
|
|
888
|
-
},
|
|
889
897
|
"severity": {
|
|
890
898
|
"undefined": {
|
|
891
899
|
"default": {
|
|
@@ -1089,6 +1097,46 @@
|
|
|
1089
1097
|
},
|
|
1090
1098
|
"border": {
|
|
1091
1099
|
"color": {
|
|
1100
|
+
"high-contrast": {
|
|
1101
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1102
|
+
"type": "color",
|
|
1103
|
+
"value": "rgba(255, 255, 255, 0.0000)"
|
|
1104
|
+
},
|
|
1105
|
+
"default": {
|
|
1106
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1107
|
+
"type": "color",
|
|
1108
|
+
"value": "{global.border.color.50}"
|
|
1109
|
+
},
|
|
1110
|
+
"hover": {
|
|
1111
|
+
"description": "Use as the hover state border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1112
|
+
"type": "color",
|
|
1113
|
+
"value": "{global.color.brand.100}"
|
|
1114
|
+
},
|
|
1115
|
+
"clicked": {
|
|
1116
|
+
"description": "Use as the clicked state border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1117
|
+
"type": "color",
|
|
1118
|
+
"value": "{global.color.brand.200}"
|
|
1119
|
+
},
|
|
1120
|
+
"subtle": {
|
|
1121
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1122
|
+
"type": "color",
|
|
1123
|
+
"value": "{global.border.color.50}"
|
|
1124
|
+
},
|
|
1125
|
+
"disabled": {
|
|
1126
|
+
"description": "Use as the disabled border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1127
|
+
"type": "color",
|
|
1128
|
+
"value": "{global.color.disabled.200}"
|
|
1129
|
+
},
|
|
1130
|
+
"alt": {
|
|
1131
|
+
"description": "Use when border color needs to match the primary bkg color – helpful when you want a divider to look like negative space when shown on a colored bkg",
|
|
1132
|
+
"type": "color",
|
|
1133
|
+
"value": "{global.background.color.primary.default}"
|
|
1134
|
+
},
|
|
1135
|
+
"on-secondary": {
|
|
1136
|
+
"description": "Use on borders/dividers that are placed on a secondary bkg color.",
|
|
1137
|
+
"type": "color",
|
|
1138
|
+
"value": "{global.border.color.300}"
|
|
1139
|
+
},
|
|
1092
1140
|
"control": {
|
|
1093
1141
|
"default": {
|
|
1094
1142
|
"type": "color",
|
|
@@ -1237,45 +1285,11 @@
|
|
|
1237
1285
|
}
|
|
1238
1286
|
}
|
|
1239
1287
|
},
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
"default": {
|
|
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.100}"
|
|
1249
|
-
},
|
|
1250
|
-
"hover": {
|
|
1251
|
-
"description": "Use as the hover state border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1252
|
-
"type": "color",
|
|
1253
|
-
"value": "{global.color.brand.100}"
|
|
1254
|
-
},
|
|
1255
|
-
"clicked": {
|
|
1256
|
-
"description": "Use as the clicked state border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1257
|
-
"type": "color",
|
|
1258
|
-
"value": "{global.color.brand.200}"
|
|
1259
|
-
},
|
|
1260
|
-
"subtle": {
|
|
1261
|
-
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1262
|
-
"type": "color",
|
|
1263
|
-
"value": "{global.border.color.50}"
|
|
1264
|
-
},
|
|
1265
|
-
"disabled": {
|
|
1266
|
-
"description": "Use as the disabled border color for elements like form inputs, menu toggles, cards, etc.",
|
|
1267
|
-
"type": "color",
|
|
1268
|
-
"value": "{global.color.disabled.200}"
|
|
1269
|
-
},
|
|
1270
|
-
"alt": {
|
|
1271
|
-
"description": "Use when border color needs to match the primary bkg color – helpful when you want a divider to look like negative space when shown on a colored bkg",
|
|
1272
|
-
"type": "color",
|
|
1273
|
-
"value": "{global.background.color.primary.default}"
|
|
1274
|
-
},
|
|
1275
|
-
"on-secondary": {
|
|
1276
|
-
"description": "Use on borders/dividers that are placed on a secondary bkg color.",
|
|
1277
|
-
"type": "color",
|
|
1278
|
-
"value": "{global.border.color.300}"
|
|
1288
|
+
"glass": {
|
|
1289
|
+
"default": {
|
|
1290
|
+
"type": "color",
|
|
1291
|
+
"value": "{global.border.color.subtle}"
|
|
1292
|
+
}
|
|
1279
1293
|
},
|
|
1280
1294
|
"nonstatus": {
|
|
1281
1295
|
"red": {
|
|
@@ -1442,6 +1456,46 @@
|
|
|
1442
1456
|
},
|
|
1443
1457
|
"text": {
|
|
1444
1458
|
"color": {
|
|
1459
|
+
"regular": {
|
|
1460
|
+
"description": "Use as the primary color for standard text, like heading/body copy. Icons paired with regular text should inherit this color or should use global/icon/color/regular.",
|
|
1461
|
+
"type": "color",
|
|
1462
|
+
"value": "{global.text.color.100}"
|
|
1463
|
+
},
|
|
1464
|
+
"subtle": {
|
|
1465
|
+
"description": "Use as a subtle text color for text in an element that is secondary or less important, like descriptions or inactive tab labels.",
|
|
1466
|
+
"type": "color",
|
|
1467
|
+
"value": "{global.text.color.200}"
|
|
1468
|
+
},
|
|
1469
|
+
"inverse": {
|
|
1470
|
+
"description": "Use as the color of text that is placed on an inverse background color, like tooltips.",
|
|
1471
|
+
"type": "color",
|
|
1472
|
+
"value": "{global.text.color.300}"
|
|
1473
|
+
},
|
|
1474
|
+
"placeholder": {
|
|
1475
|
+
"description": "Use as the color of text that serves as a placeholder, like within a search bar/input.",
|
|
1476
|
+
"type": "color",
|
|
1477
|
+
"value": "{global.text.color.subtle}"
|
|
1478
|
+
},
|
|
1479
|
+
"disabled": {
|
|
1480
|
+
"description": "Use as the color of text on disabled elements, like disabled menu items.",
|
|
1481
|
+
"type": "color",
|
|
1482
|
+
"value": "{global.color.disabled.200}"
|
|
1483
|
+
},
|
|
1484
|
+
"on-disabled": {
|
|
1485
|
+
"description": "Use as the color of text that is placed on a disabled background, like disabled menu toggles or tabs.",
|
|
1486
|
+
"type": "color",
|
|
1487
|
+
"value": "{global.color.disabled.300}"
|
|
1488
|
+
},
|
|
1489
|
+
"required": {
|
|
1490
|
+
"description": "Use as the color of text that signals that action/information is required from users, like asterisks placed beside form fields or checkboxes.",
|
|
1491
|
+
"type": "color",
|
|
1492
|
+
"value": "{global.text.color.400}"
|
|
1493
|
+
},
|
|
1494
|
+
"on-highlight": {
|
|
1495
|
+
"description": "Use as the color of text that is highlighted.",
|
|
1496
|
+
"type": "color",
|
|
1497
|
+
"value": "{global.text.color.100}"
|
|
1498
|
+
},
|
|
1445
1499
|
"link": {
|
|
1446
1500
|
"default": {
|
|
1447
1501
|
"description": "Use as the default text color for links.",
|
|
@@ -1476,21 +1530,6 @@
|
|
|
1476
1530
|
"value": "{global.color.brand.clicked}"
|
|
1477
1531
|
}
|
|
1478
1532
|
},
|
|
1479
|
-
"regular": {
|
|
1480
|
-
"description": "Use as the primary color for standard text, like heading/body copy. Icons paired with regular text should inherit this color or should use global/icon/color/regular.",
|
|
1481
|
-
"type": "color",
|
|
1482
|
-
"value": "{global.text.color.100}"
|
|
1483
|
-
},
|
|
1484
|
-
"subtle": {
|
|
1485
|
-
"description": "Use as a subtle text color for text in an element that is secondary or less important, like descriptions or inactive tab labels.",
|
|
1486
|
-
"type": "color",
|
|
1487
|
-
"value": "{global.text.color.200}"
|
|
1488
|
-
},
|
|
1489
|
-
"inverse": {
|
|
1490
|
-
"description": "Use as the color of text that is placed on an inverse background color, like tooltips.",
|
|
1491
|
-
"type": "color",
|
|
1492
|
-
"value": "{global.text.color.300}"
|
|
1493
|
-
},
|
|
1494
1533
|
"on-brand": {
|
|
1495
1534
|
"default": {
|
|
1496
1535
|
"description": "Use as the default color for text placed on a brand-colored background.",
|
|
@@ -1542,31 +1581,6 @@
|
|
|
1542
1581
|
}
|
|
1543
1582
|
}
|
|
1544
1583
|
},
|
|
1545
|
-
"placeholder": {
|
|
1546
|
-
"description": "Use as the color of text that serves as a placeholder, like within a search bar/input.",
|
|
1547
|
-
"type": "color",
|
|
1548
|
-
"value": "{global.text.color.subtle}"
|
|
1549
|
-
},
|
|
1550
|
-
"disabled": {
|
|
1551
|
-
"description": "Use as the color of text on disabled elements, like disabled menu items.",
|
|
1552
|
-
"type": "color",
|
|
1553
|
-
"value": "{global.color.disabled.200}"
|
|
1554
|
-
},
|
|
1555
|
-
"on-disabled": {
|
|
1556
|
-
"description": "Use as the color of text that is placed on a disabled background, like disabled menu toggles or tabs.",
|
|
1557
|
-
"type": "color",
|
|
1558
|
-
"value": "{global.color.disabled.300}"
|
|
1559
|
-
},
|
|
1560
|
-
"required": {
|
|
1561
|
-
"description": "Use as the color of text that signals that action/information is required from users, like asterisks placed beside form fields or checkboxes.",
|
|
1562
|
-
"type": "color",
|
|
1563
|
-
"value": "{global.text.color.400}"
|
|
1564
|
-
},
|
|
1565
|
-
"on-highlight": {
|
|
1566
|
-
"description": "Use as the color of text that is highlighted.",
|
|
1567
|
-
"type": "color",
|
|
1568
|
-
"value": "{global.text.color.100}"
|
|
1569
|
-
},
|
|
1570
1584
|
"status": {
|
|
1571
1585
|
"success": {
|
|
1572
1586
|
"default": {
|
|
@@ -1966,24 +1980,24 @@
|
|
|
1966
1980
|
}
|
|
1967
1981
|
}
|
|
1968
1982
|
},
|
|
1969
|
-
"
|
|
1983
|
+
"text-decoration": {
|
|
1970
1984
|
"color": {
|
|
1971
1985
|
"default": {
|
|
1972
|
-
"description": "Use as color value for custom focus rings",
|
|
1973
1986
|
"type": "color",
|
|
1974
|
-
"value": "{global.
|
|
1987
|
+
"value": "{global.border.color.300}"
|
|
1988
|
+
},
|
|
1989
|
+
"hover": {
|
|
1990
|
+
"type": "color",
|
|
1991
|
+
"value": "{global.border.color.hover}"
|
|
1975
1992
|
}
|
|
1976
1993
|
}
|
|
1977
1994
|
},
|
|
1978
|
-
"
|
|
1995
|
+
"focus-ring": {
|
|
1979
1996
|
"color": {
|
|
1980
1997
|
"default": {
|
|
1998
|
+
"description": "Use as color value for custom focus rings",
|
|
1981
1999
|
"type": "color",
|
|
1982
|
-
"value": "{global.
|
|
1983
|
-
},
|
|
1984
|
-
"hover": {
|
|
1985
|
-
"type": "color",
|
|
1986
|
-
"value": "{global.border.color.hover}"
|
|
2000
|
+
"value": "{global.focus-ring.color.100}"
|
|
1987
2001
|
}
|
|
1988
2002
|
}
|
|
1989
2003
|
}
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"type": "number",
|
|
39
39
|
"value": "{global.duration.600}"
|
|
40
40
|
},
|
|
41
|
-
"
|
|
41
|
+
"slide-out": {
|
|
42
42
|
"short": {
|
|
43
|
-
"description": "Use
|
|
43
|
+
"description": "Use for a shorter duration of a slide-out animation, which moves an element out of the viewport.",
|
|
44
44
|
"type": "number",
|
|
45
|
-
"value": "{global.motion.duration.
|
|
45
|
+
"value": "{global.motion.duration.lg}"
|
|
46
46
|
},
|
|
47
47
|
"default": {
|
|
48
|
-
"description": "Use
|
|
48
|
+
"description": "Use as the default duration of a slide-out animation, which moves an element out of the viewport.",
|
|
49
49
|
"type": "number",
|
|
50
|
-
"value": "{global.motion.duration.
|
|
50
|
+
"value": "{global.motion.duration.xl}"
|
|
51
51
|
},
|
|
52
52
|
"long": {
|
|
53
|
-
"description": "Use
|
|
53
|
+
"description": "Use for a longer duration of a slide-out animation, which moves an element out of the viewport.",
|
|
54
54
|
"type": "number",
|
|
55
|
-
"value": "{global.motion.duration.
|
|
55
|
+
"value": "{global.motion.duration.2xl}"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"slide-in": {
|
|
@@ -72,21 +72,21 @@
|
|
|
72
72
|
"value": "{global.motion.duration.2xl}"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"fade": {
|
|
76
76
|
"short": {
|
|
77
|
-
"description": "Use for
|
|
77
|
+
"description": "Use a short/quick fade to transition color and/or opacity. Useful for fading in one or more elements. Short fades are used for small elements traveling short distances. Used in small interactions like buttons.",
|
|
78
78
|
"type": "number",
|
|
79
|
-
"value": "{global.motion.duration.
|
|
79
|
+
"value": "{global.motion.duration.sm}"
|
|
80
80
|
},
|
|
81
81
|
"default": {
|
|
82
|
-
"description": "Use
|
|
82
|
+
"description": "Use a default fade to transition color and/or opacity. Useful for fading in one or more elements. Default fades are used for medium sized elements traveling medium distances. Used on alerts.",
|
|
83
83
|
"type": "number",
|
|
84
|
-
"value": "{global.motion.duration.
|
|
84
|
+
"value": "{global.motion.duration.md}"
|
|
85
85
|
},
|
|
86
86
|
"long": {
|
|
87
|
-
"description": "Use for
|
|
87
|
+
"description": "Use a long fade to transition color and/or opacity. Useful for fading in one or more elements. Long fades are used for large elements traveling long distances.",
|
|
88
88
|
"type": "number",
|
|
89
|
-
"value": "{global.motion.duration.
|
|
89
|
+
"value": "{global.motion.duration.lg}"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"icon": {
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"type": "color",
|
|
10
10
|
"value": "{global.dark.color.brand.accent.200}"
|
|
11
11
|
},
|
|
12
|
-
"default": {
|
|
13
|
-
"description": "Use this color for elements that you want to reinforce your brand",
|
|
14
|
-
"type": "color",
|
|
15
|
-
"value": "{global.dark.color.brand.accent.100}"
|
|
16
|
-
},
|
|
17
12
|
"clicked": {
|
|
18
13
|
"description": "Use as the clicked state for elements that have a brand background color",
|
|
19
14
|
"type": "color",
|
|
20
15
|
"value": "{global.dark.color.brand.accent.200}"
|
|
16
|
+
},
|
|
17
|
+
"default": {
|
|
18
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
19
|
+
"type": "color",
|
|
20
|
+
"value": "{global.dark.color.brand.accent.100}"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -26,11 +26,6 @@
|
|
|
26
26
|
"color": {
|
|
27
27
|
"brand": {
|
|
28
28
|
"accent": {
|
|
29
|
-
"default": {
|
|
30
|
-
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
31
|
-
"type": "color",
|
|
32
|
-
"value": "{global.dark.color.brand.accent.400}"
|
|
33
|
-
},
|
|
34
29
|
"hover": {
|
|
35
30
|
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
36
31
|
"type": "color",
|
|
@@ -40,6 +35,11 @@
|
|
|
40
35
|
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
41
36
|
"type": "color",
|
|
42
37
|
"value": "{global.dark.color.brand.accent.400}"
|
|
38
|
+
},
|
|
39
|
+
"default": {
|
|
40
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
41
|
+
"type": "color",
|
|
42
|
+
"value": "{global.dark.color.brand.accent.400}"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"color": {
|
|
50
50
|
"on-brand": {
|
|
51
51
|
"accent": {
|
|
52
|
-
"
|
|
53
|
-
"description": "Use as the
|
|
52
|
+
"clicked": {
|
|
53
|
+
"description": "Use as the clicked state color for text placed on a brand-colored background.",
|
|
54
54
|
"type": "color",
|
|
55
55
|
"value": "{global.text.color.regular}"
|
|
56
56
|
},
|
|
57
|
-
"
|
|
58
|
-
"description": "Use as the
|
|
57
|
+
"hover": {
|
|
58
|
+
"description": "Use as the hover state color for text placed on a brand-colored background.",
|
|
59
59
|
"type": "color",
|
|
60
60
|
"value": "{global.text.color.regular}"
|
|
61
61
|
},
|
|
@@ -70,36 +70,36 @@
|
|
|
70
70
|
},
|
|
71
71
|
"icon": {
|
|
72
72
|
"color": {
|
|
73
|
-
"
|
|
73
|
+
"brand": {
|
|
74
74
|
"accent": {
|
|
75
75
|
"hover": {
|
|
76
|
-
"description": "Use as the hover state color for icons that
|
|
76
|
+
"description": "Use as the hover state color for icons that convey your brand and/or are paired with branded text color.",
|
|
77
77
|
"type": "color",
|
|
78
|
-
"value": "{global.
|
|
78
|
+
"value": "{global.dark.color.brand.accent.300}"
|
|
79
79
|
},
|
|
80
80
|
"clicked": {
|
|
81
|
-
"description": "Use as the clicked state
|
|
82
|
-
"type": "color",
|
|
83
|
-
"value": "{global.icon.color.regular}"
|
|
84
|
-
},
|
|
85
|
-
"default": {
|
|
86
|
-
"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.",
|
|
81
|
+
"description": "Use as the clicked state for icons that convey your brand and/or are paired with branded text color.",
|
|
87
82
|
"type": "color",
|
|
88
|
-
"value": "{global.
|
|
83
|
+
"value": "{global.dark.color.brand.accent.300}"
|
|
89
84
|
}
|
|
90
85
|
}
|
|
91
86
|
},
|
|
92
|
-
"brand": {
|
|
87
|
+
"on-brand": {
|
|
93
88
|
"accent": {
|
|
94
|
-
"
|
|
95
|
-
"description": "Use as the
|
|
89
|
+
"default": {
|
|
90
|
+
"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.",
|
|
96
91
|
"type": "color",
|
|
97
|
-
"value": "{global.
|
|
92
|
+
"value": "{global.icon.color.regular}"
|
|
98
93
|
},
|
|
99
94
|
"hover": {
|
|
100
|
-
"description": "Use as the hover state color for icons that
|
|
95
|
+
"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.",
|
|
101
96
|
"type": "color",
|
|
102
|
-
"value": "{global.
|
|
97
|
+
"value": "{global.icon.color.regular}"
|
|
98
|
+
},
|
|
99
|
+
"clicked": {
|
|
100
|
+
"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.",
|
|
101
|
+
"type": "color",
|
|
102
|
+
"value": "{global.icon.color.regular}"
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
}
|
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
"type": "color",
|
|
10
10
|
"value": "{global.color.brand.accent.200}"
|
|
11
11
|
},
|
|
12
|
-
"default": {
|
|
13
|
-
"description": "Use this color for elements that you want to reinforce your brand",
|
|
14
|
-
"type": "color",
|
|
15
|
-
"value": "{global.color.brand.accent.100}"
|
|
16
|
-
},
|
|
17
12
|
"clicked": {
|
|
18
13
|
"description": "Use as the clicked state for elements that have a brand background color",
|
|
19
14
|
"type": "color",
|
|
20
15
|
"value": "{global.color.brand.accent.200}"
|
|
16
|
+
},
|
|
17
|
+
"default": {
|
|
18
|
+
"description": "Use this color for elements that you want to reinforce your brand",
|
|
19
|
+
"type": "color",
|
|
20
|
+
"value": "{global.color.brand.accent.100}"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -26,11 +26,6 @@
|
|
|
26
26
|
"color": {
|
|
27
27
|
"brand": {
|
|
28
28
|
"accent": {
|
|
29
|
-
"default": {
|
|
30
|
-
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
31
|
-
"type": "color",
|
|
32
|
-
"value": "{global.color.brand.accent.400}"
|
|
33
|
-
},
|
|
34
29
|
"hover": {
|
|
35
30
|
"description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
|
|
36
31
|
"type": "color",
|
|
@@ -40,6 +35,11 @@
|
|
|
40
35
|
"description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
|
|
41
36
|
"type": "color",
|
|
42
37
|
"value": "{global.color.brand.accent.400}"
|
|
38
|
+
},
|
|
39
|
+
"default": {
|
|
40
|
+
"description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
|
|
41
|
+
"type": "color",
|
|
42
|
+
"value": "{global.color.brand.accent.400}"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
"global": {
|
|
4
4
|
"border": {
|
|
5
5
|
"radius": {
|
|
6
|
+
"control": {
|
|
7
|
+
"default": {
|
|
8
|
+
"type": "number",
|
|
9
|
+
"value": "{global.border.radius.pill}"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
6
12
|
"action": {
|
|
7
13
|
"plain": {
|
|
8
14
|
"default": {
|
|
@@ -10,12 +16,6 @@
|
|
|
10
16
|
"value": "{global.border.radius.pill}"
|
|
11
17
|
}
|
|
12
18
|
}
|
|
13
|
-
},
|
|
14
|
-
"control": {
|
|
15
|
-
"default": {
|
|
16
|
-
"type": "number",
|
|
17
|
-
"value": "{global.border.radius.pill}"
|
|
18
|
-
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|