@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.
Files changed (78) hide show
  1. package/build/css/tokens-dark.scss +17 -16
  2. package/build/css/tokens-default.scss +11 -9
  3. package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +8 -2
  4. package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +16 -6
  5. package/build/css/tokens-felt-glass.scss +30 -0
  6. package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -9
  7. package/build/css/tokens-felt-highcontrast.scss +121 -0
  8. package/build/css/{tokens-redhat.scss → tokens-felt.scss} +1 -1
  9. package/build/css/tokens-glass-dark.scss +10 -6
  10. package/build/css/tokens-glass.scss +14 -7
  11. package/build/css/tokens-palette.scss +1 -1
  12. package/build/css/tokens-redhat-highcontrast.scss +641 -10
  13. package/build.js +80 -37
  14. package/{config.redhat-dark.json → config.felt-dark.json} +2 -2
  15. package/{config.redhat-glass-dark.json → config.felt-glass-dark.json} +2 -2
  16. package/{config.redhat-glass.json → config.felt-glass.json} +2 -2
  17. package/{config.redhat-highcontrast-dark.json → config.felt-highcontrast-dark.json} +2 -2
  18. package/{config.redhat.json → config.felt.json} +2 -2
  19. package/{config.layers.redhat-dark.json → config.layers.felt-dark.json} +2 -2
  20. package/{config.layers.redhat-glass-dark.json → config.layers.felt-glass-dark.json} +2 -2
  21. package/{config.layers.redhat-glass.json → config.layers.felt-glass.json} +2 -2
  22. package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json} +2 -2
  23. package/package.json +1 -1
  24. package/patternfly-docs/content/token-layers-felt-dark.json +48543 -0
  25. package/patternfly-docs/content/token-layers-felt-glass-dark.json +37670 -0
  26. package/patternfly-docs/content/token-layers-felt-glass.json +52576 -0
  27. package/patternfly-docs/content/token-layers-felt-highcontrast-dark.json +38323 -0
  28. package/patternfly-docs/content/token-layers-glass-dark.json +3225 -3126
  29. package/patternfly-docs/content/token-layers-glass.json +14804 -2938
  30. package/patternfly-docs/content/token-layers-highcontrast-dark.json +3200 -2956
  31. package/patternfly-docs/content/token-layers-highcontrast.json +4665 -4428
  32. package/patternfly-docs/content/token-layers-redhat-dark.json +429 -346
  33. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +638 -541
  34. package/patternfly-docs/content/token-layers-redhat-glass.json +12354 -484
  35. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +309 -226
  36. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +5248 -4689
  37. package/patternfly-docs/content/token-layers-redhat.json +6681 -6126
  38. package/plugins/export-patternfly-tokens/dist/ui.html +344 -334
  39. package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
  40. package/tokens/default/dark/base.dark.json +44 -44
  41. package/tokens/default/dark/charts.dark.json +33 -33
  42. package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
  43. package/tokens/default/dark/palette.color.json +4 -4
  44. package/tokens/default/dark/semantic.dark.json +144 -130
  45. package/tokens/default/glass/base.dimension.json +24 -24
  46. package/tokens/default/glass/palette.color.json +4 -4
  47. package/tokens/default/glass/semantic.dimension.glass.json +1105 -0
  48. package/tokens/default/glass/semantic.glass.json +143 -129
  49. package/tokens/default/glass-dark/base.dark.json +44 -44
  50. package/tokens/default/glass-dark/palette.color.json +4 -4
  51. package/tokens/default/glass-dark/semantic.glass.dark.json +147 -133
  52. package/tokens/default/highcontrast/base.dimension.json +24 -24
  53. package/tokens/default/highcontrast/palette.color.json +4 -4
  54. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +143 -135
  55. package/tokens/default/highcontrast/semantic.highcontrast.json +137 -123
  56. package/tokens/default/highcontrast-dark/base.dark.json +44 -44
  57. package/tokens/default/highcontrast-dark/palette.color.json +4 -4
  58. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +141 -127
  59. package/tokens/default/light/base.dimension.json +24 -24
  60. package/tokens/default/light/charts.highcontrast.json +765 -0
  61. package/tokens/default/light/charts.json +33 -33
  62. package/tokens/default/light/palette.color.json +4 -4
  63. package/tokens/default/light/semantic.dimension.json +144 -136
  64. package/tokens/default/light/semantic.json +137 -123
  65. package/tokens/default/light/semantic.motion.json +14 -14
  66. package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +30 -30
  67. package/tokens/{redhat/glass/redhat.color.glass.json → felt/glass/felt.color.glass.json} +10 -10
  68. package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
  69. package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +30 -25
  70. package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
  71. package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
  72. package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
  73. package/tokens/{redhat/light/redhat.color.json → felt/light/felt.color.json} +10 -10
  74. package/tokens/felt/light/felt.dimension.json +23 -0
  75. package/build/css/tokens-redhat-glass.scss +0 -21
  76. /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
  77. /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
  78. /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
@@ -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",
@@ -46,12 +46,10 @@
46
46
  },
47
47
  "glass": {
48
48
  "primary": {
49
- "type": "color",
50
- "value": "{global.background.color.primary.default}"
51
- },
52
- "floating": {
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.dark.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.dark.background.color.500}"
164
168
  }
165
169
  },
170
+ "striped": {
171
+ "row": {
172
+ "default": {
173
+ "type": "color",
174
+ "value": "rgba(21, 21, 21, 0.3000)"
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.dark.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.dark.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.dark.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.dark.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.dark.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.",
@@ -605,17 +638,17 @@
605
638
  "default": {
606
639
  "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.",
607
640
  "type": "color",
608
- "value": "{global.icon.color.regular}"
641
+ "value": "{global.icon.color.inverse}"
609
642
  },
610
643
  "hover": {
611
644
  "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.",
612
645
  "type": "color",
613
- "value": "{global.icon.color.regular}"
646
+ "value": "{global.icon.color.inverse}"
614
647
  },
615
648
  "clicked": {
616
649
  "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.",
617
650
  "type": "color",
618
- "value": "{global.icon.color.regular}"
651
+ "value": "{global.icon.color.inverse}"
619
652
  }
620
653
  },
621
654
  "subtle": {
@@ -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.dark.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.dark.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.dark.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.dark.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.dark.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.dark.border.color.100}"
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.dark.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.dark.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.dark.border.color.100}"
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.dark.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.dark.border.color.200}"
1139
+ },
1092
1140
  "control": {
1093
1141
  "default": {
1094
1142
  "type": "color",
@@ -1096,7 +1144,7 @@
1096
1144
  },
1097
1145
  "read-only": {
1098
1146
  "type": "color",
1099
- "value": "{global.dark.border.color.50}"
1147
+ "value": "{global.dark.border.color.100}"
1100
1148
  }
1101
1149
  },
1102
1150
  "brand": {
@@ -1237,45 +1285,11 @@
1237
1285
  }
1238
1286
  }
1239
1287
  },
1240
- "high-contrast": {
1241
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
1242
- "type": "color",
1243
- "value": "rgba(255, 255, 255, 0.0000)"
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.dark.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.dark.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.dark.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.dark.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.dark.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.dark.border.color.200}"
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.dark.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.dark.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.dark.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.dark.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.dark.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.dark.text.color.400}"
1493
+ },
1494
+ "on-highlight": {
1495
+ "description": "Use as the color of text that is highlighted.",
1496
+ "type": "color",
1497
+ "value": "{global.dark.text.color.300}"
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.dark.color.brand.300}"
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.dark.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.dark.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.dark.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.",
@@ -1511,17 +1550,17 @@
1511
1550
  "default": {
1512
1551
  "description": "Use as the default color for text placed on a brand-colored background.",
1513
1552
  "type": "color",
1514
- "value": "{global.text.color.regular}"
1553
+ "value": "{global.text.color.inverse}"
1515
1554
  },
1516
1555
  "hover": {
1517
1556
  "description": "Use as the hover state color for text placed on a brand-colored background.",
1518
1557
  "type": "color",
1519
- "value": "{global.text.color.regular}"
1558
+ "value": "{global.text.color.inverse}"
1520
1559
  },
1521
1560
  "clicked": {
1522
1561
  "description": "Use as the clicked state color for text placed on a brand-colored background.",
1523
1562
  "type": "color",
1524
- "value": "{global.text.color.regular}"
1563
+ "value": "{global.text.color.inverse}"
1525
1564
  }
1526
1565
  },
1527
1566
  "subtle": {
@@ -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.dark.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.dark.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.dark.text.color.400}"
1564
- },
1565
- "on-highlight": {
1566
- "description": "Use as the color of text that is highlighted.",
1567
- "type": "color",
1568
- "value": "{global.dark.text.color.300}"
1569
- },
1570
1584
  "status": {
1571
1585
  "success": {
1572
1586
  "default": {
@@ -1966,24 +1980,24 @@
1966
1980
  }
1967
1981
  }
1968
1982
  },
1969
- "focus-ring": {
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.dark.focus-ring.color.100}"
1987
+ "value": "{global.dark.border.color.200}"
1988
+ },
1989
+ "hover": {
1990
+ "type": "color",
1991
+ "value": "{global.border.color.hover}"
1975
1992
  }
1976
1993
  }
1977
1994
  },
1978
- "text-decoration": {
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.border.color.default}"
1983
- },
1984
- "hover": {
1985
- "type": "color",
1986
- "value": "{global.border.color.hover}"
2000
+ "value": "{global.dark.focus-ring.color.100}"
1987
2001
  }
1988
2002
  }
1989
2003
  }
@@ -110,6 +110,30 @@
110
110
  }
111
111
  },
112
112
  "font": {
113
+ "family": {
114
+ "100": {
115
+ "type": "string",
116
+ "value": "\"Red Hat Text\", \"RedHatText\", \"Noto Sans Arabic\", \"Noto Sans Hebrew\", \"Noto Sans JP\", \"Noto Sans KR\", \"Noto Sans Malayalam\", \"Noto Sans SC\", \"Noto Sans TC\", \"Noto Sans Thai\", Helvetica, Arial, sans-serif"
117
+ },
118
+ "200": {
119
+ "type": "string",
120
+ "value": "\"Red Hat Display\", \"RedHatDisplay\", \"Noto Sans Arabic\", \"Noto Sans Hebrew\", \"Noto Sans JP\", \"Noto Sans KR\", \"Noto Sans Malayalam\", \"Noto Sans SC\", \"Noto Sans TC\", \"Noto Sans Thai\", Helvetica, Arial, sans-serif"
121
+ },
122
+ "300": {
123
+ "type": "string",
124
+ "value": "\"Red Hat Mono\", \"RedHatMono\", \"Courier New\", Courier, monospace"
125
+ }
126
+ },
127
+ "line-height": {
128
+ "100": {
129
+ "type": "number",
130
+ "value": 1.2999999523162842
131
+ },
132
+ "200": {
133
+ "type": "number",
134
+ "value": 1.5
135
+ }
136
+ },
113
137
  "weight": {
114
138
  "100": {
115
139
  "type": "number",
@@ -128,16 +152,6 @@
128
152
  "value": 700
129
153
  }
130
154
  },
131
- "line-height": {
132
- "100": {
133
- "type": "number",
134
- "value": 1.2999999523162842
135
- },
136
- "200": {
137
- "type": "number",
138
- "value": 1.5
139
- }
140
- },
141
155
  "size": {
142
156
  "100": {
143
157
  "type": "number",
@@ -171,20 +185,6 @@
171
185
  "type": "number",
172
186
  "value": 36
173
187
  }
174
- },
175
- "family": {
176
- "100": {
177
- "type": "string",
178
- "value": "\"Red Hat Text\", \"RedHatText\", \"Noto Sans Arabic\", \"Noto Sans Hebrew\", \"Noto Sans JP\", \"Noto Sans KR\", \"Noto Sans Malayalam\", \"Noto Sans SC\", \"Noto Sans TC\", \"Noto Sans Thai\", Helvetica, Arial, sans-serif"
179
- },
180
- "200": {
181
- "type": "string",
182
- "value": "\"Red Hat Display\", \"RedHatDisplay\", \"Noto Sans Arabic\", \"Noto Sans Hebrew\", \"Noto Sans JP\", \"Noto Sans KR\", \"Noto Sans Malayalam\", \"Noto Sans SC\", \"Noto Sans TC\", \"Noto Sans Thai\", Helvetica, Arial, sans-serif"
183
- },
184
- "300": {
185
- "type": "string",
186
- "value": "\"Red Hat Mono\", \"RedHatMono\", \"Courier New\", Courier, monospace"
187
- }
188
188
  }
189
189
  },
190
190
  "z-index": {
@@ -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",