@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.150}"
|
|
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.150}"
|
|
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": "{global.border.color.default}"
|
|
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.400}"
|
|
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.300}"
|
|
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.400}"
|
|
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.400}"
|
|
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.400}"
|
|
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.400}"
|
|
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.300}"
|
|
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.400}"
|
|
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.400}"
|
|
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.400}"
|
|
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.250}"
|
|
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.500}"
|
|
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.500}"
|
|
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.250}"
|
|
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.500}"
|
|
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.400}"
|
|
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.200}"
|
|
1987
2001
|
}
|
|
1988
2002
|
}
|
|
1989
2003
|
}
|
|
@@ -127,6 +127,48 @@
|
|
|
127
127
|
"value": "{color.yellow.20}"
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
|
+
"severity": {
|
|
131
|
+
"undefined": {
|
|
132
|
+
"100": {
|
|
133
|
+
"type": "color",
|
|
134
|
+
"value": "{color.gray.40}"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"none": {
|
|
138
|
+
"100": {
|
|
139
|
+
"type": "color",
|
|
140
|
+
"value": "{color.blue.30}"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"minor": {
|
|
144
|
+
"100": {
|
|
145
|
+
"type": "color",
|
|
146
|
+
"value": "{color.gray.30}"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"moderate": {
|
|
150
|
+
"100": {
|
|
151
|
+
"type": "color",
|
|
152
|
+
"value": "{color.yellow.30}"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"important": {
|
|
156
|
+
"100": {
|
|
157
|
+
"type": "color",
|
|
158
|
+
"value": "{color.orange.40}"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"critical": {
|
|
162
|
+
"100": {
|
|
163
|
+
"type": "color",
|
|
164
|
+
"value": "{color.red-orange.50}"
|
|
165
|
+
},
|
|
166
|
+
"200": {
|
|
167
|
+
"type": "color",
|
|
168
|
+
"value": "{color.red-orange.40}"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
130
172
|
"status": {
|
|
131
173
|
"success": {
|
|
132
174
|
"100": {
|
|
@@ -199,48 +241,6 @@
|
|
|
199
241
|
}
|
|
200
242
|
}
|
|
201
243
|
},
|
|
202
|
-
"severity": {
|
|
203
|
-
"undefined": {
|
|
204
|
-
"100": {
|
|
205
|
-
"type": "color",
|
|
206
|
-
"value": "{color.gray.40}"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"none": {
|
|
210
|
-
"100": {
|
|
211
|
-
"type": "color",
|
|
212
|
-
"value": "{color.blue.30}"
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"minor": {
|
|
216
|
-
"100": {
|
|
217
|
-
"type": "color",
|
|
218
|
-
"value": "{color.gray.30}"
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
"moderate": {
|
|
222
|
-
"100": {
|
|
223
|
-
"type": "color",
|
|
224
|
-
"value": "{color.yellow.30}"
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"important": {
|
|
228
|
-
"100": {
|
|
229
|
-
"type": "color",
|
|
230
|
-
"value": "{color.orange.40}"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
"critical": {
|
|
234
|
-
"100": {
|
|
235
|
-
"type": "color",
|
|
236
|
-
"value": "{color.red-orange.50}"
|
|
237
|
-
},
|
|
238
|
-
"200": {
|
|
239
|
-
"type": "color",
|
|
240
|
-
"value": "{color.red-orange.40}"
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
244
|
"nonstatus": {
|
|
245
245
|
"red": {
|
|
246
246
|
"100": {
|
|
@@ -378,11 +378,11 @@
|
|
|
378
378
|
"color": {
|
|
379
379
|
"50": {
|
|
380
380
|
"type": "color",
|
|
381
|
-
"value": "{color.gray.
|
|
381
|
+
"value": "{color.gray.70}"
|
|
382
382
|
},
|
|
383
383
|
"100": {
|
|
384
384
|
"type": "color",
|
|
385
|
-
"value": "{color.gray.
|
|
385
|
+
"value": "{color.gray.60}"
|
|
386
386
|
},
|
|
387
387
|
"200": {
|
|
388
388
|
"type": "color",
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
"type": "color",
|
|
6
6
|
"value": "#ffffff"
|
|
7
7
|
},
|
|
8
|
+
"black": {
|
|
9
|
+
"type": "color",
|
|
10
|
+
"value": "#000000"
|
|
11
|
+
},
|
|
8
12
|
"gray": {
|
|
9
13
|
"10": {
|
|
10
14
|
"type": "color",
|
|
@@ -51,10 +55,6 @@
|
|
|
51
55
|
"value": "#151515"
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
|
-
"black": {
|
|
55
|
-
"type": "color",
|
|
56
|
-
"value": "#000000"
|
|
57
|
-
},
|
|
58
58
|
"blue": {
|
|
59
59
|
"10": {
|
|
60
60
|
"type": "color",
|