@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.
Files changed (87) hide show
  1. package/build/css/tokens-charts-dark.scss +2 -2
  2. package/build/css/tokens-charts.scss +2 -2
  3. package/build/css/tokens-dark.scss +52 -4
  4. package/build/css/tokens-default.scss +68 -14
  5. package/build/css/tokens-glass-dark.scss +12 -0
  6. package/build/css/tokens-glass.scss +12 -0
  7. package/build/css/tokens-highcontrast-dark.scss +2 -2
  8. package/build/css/tokens-highcontrast.scss +2 -2
  9. package/build/css/tokens-palette.scss +2 -2
  10. package/build/css/tokens-redhat-dark.scss +14 -0
  11. package/build/css/tokens-redhat-glass-dark.scss +19 -0
  12. package/build/css/tokens-redhat-glass.scss +18 -0
  13. package/build/css/tokens-redhat-highcontrast-dark.scss +47 -0
  14. package/build/css/tokens-redhat-highcontrast.scss +127 -0
  15. package/build/css/tokens-redhat.scss +15 -0
  16. package/build.js +201 -13
  17. package/config.dark.json +1 -1
  18. package/config.default.json +1 -1
  19. package/config.glass.dark.json +23 -0
  20. package/config.glass.json +24 -0
  21. package/config.layers.glass-dark.json +19 -0
  22. package/config.layers.glass.json +19 -0
  23. package/config.layers.highcontrast-dark.json +19 -0
  24. package/config.layers.highcontrast.json +19 -0
  25. package/config.layers.redhat-dark.json +22 -0
  26. package/config.layers.redhat-glass-dark.json +22 -0
  27. package/config.layers.redhat-glass.json +22 -0
  28. package/config.layers.redhat-highcontrast-dark.json +22 -0
  29. package/config.layers.redhat-highcontrast.json +22 -0
  30. package/config.layers.redhat.json +22 -0
  31. package/config.redhat-dark.json +25 -0
  32. package/config.redhat-glass-dark.json +25 -0
  33. package/config.redhat-glass.json +26 -0
  34. package/config.redhat-highcontrast-dark.json +25 -0
  35. package/config.redhat-highcontrast.json +26 -0
  36. package/config.redhat.json +26 -0
  37. package/package.json +2 -2
  38. package/patternfly-docs/content/all-patternfly-tokens.md +24 -1
  39. package/patternfly-docs/content/token-layers-glass-dark.json +38562 -0
  40. package/patternfly-docs/content/token-layers-glass.json +41600 -0
  41. package/patternfly-docs/content/token-layers-highcontrast-dark.json +38385 -0
  42. package/patternfly-docs/content/token-layers-highcontrast.json +53091 -0
  43. package/patternfly-docs/content/token-layers-redhat-dark.json +48501 -0
  44. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +38233 -0
  45. package/patternfly-docs/content/token-layers-redhat-glass.json +41282 -0
  46. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +38223 -0
  47. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +52773 -0
  48. package/patternfly-docs/content/token-layers-redhat.json +65159 -0
  49. package/plugins/export-patternfly-tokens/dist/code.js +26 -10
  50. package/plugins/export-patternfly-tokens/dist/ui.html +65 -21
  51. package/plugins/export-patternfly-tokens/src/code.ts +29 -10
  52. package/plugins/export-patternfly-tokens/src/ui.tsx +65 -20
  53. package/tokens/{dark → default/dark}/base.dark.json +83 -43
  54. package/tokens/{highcontrast-dark → default/dark}/palette.color.json +8 -0
  55. package/tokens/{dark → default/dark}/semantic.dark.json +235 -12
  56. package/tokens/default/{base.dimension.json → glass/base.dimension.json} +12 -12
  57. package/tokens/{highcontrast → default/glass}/base.json +45 -5
  58. package/tokens/{dark → default/glass}/palette.color.json +8 -0
  59. package/tokens/default/glass/semantic.glass.json +1996 -0
  60. package/tokens/{highcontrast-dark → default/glass-dark}/base.dark.json +83 -43
  61. package/tokens/{highcontrast → default/glass-dark}/palette.color.json +8 -0
  62. package/tokens/default/glass-dark/semantic.glass.dark.json +1996 -0
  63. package/tokens/{highcontrast → default/highcontrast}/base.dimension.json +12 -12
  64. package/tokens/default/{base.json → highcontrast/base.json} +45 -5
  65. package/tokens/default/highcontrast/palette.color.json +335 -0
  66. package/tokens/{highcontrast → default/highcontrast}/semantic.dimension.highcontrast.json +92 -56
  67. package/tokens/{highcontrast → default/highcontrast}/semantic.highcontrast.json +246 -23
  68. package/tokens/default/highcontrast-dark/base.dark.json +473 -0
  69. package/tokens/default/{palette.color.json → highcontrast-dark/palette.color.json} +8 -0
  70. package/tokens/{highcontrast-dark → default/highcontrast-dark}/semantic.highcontrast.dark.json +234 -11
  71. package/tokens/default/light/base.dimension.json +387 -0
  72. package/tokens/default/light/base.json +611 -0
  73. package/tokens/default/light/palette.color.json +335 -0
  74. package/tokens/default/{semantic.dimension.json → light/semantic.dimension.json} +95 -59
  75. package/tokens/default/{semantic.json → light/semantic.json} +235 -12
  76. package/tokens/default/{semantic.motion.json → light/semantic.motion.json} +18 -18
  77. package/tokens/redhat/dark/redhat.color.dark.json +62 -0
  78. package/tokens/redhat/glass/redhat.color.glass.json +49 -0
  79. package/tokens/redhat/glass-dark/redhat.color.glass.dark.json +62 -0
  80. package/tokens/redhat/highcontrast/redhat.color.highcontrast.json +49 -0
  81. package/tokens/redhat/highcontrast/redhat.dimension.highcontrast.json +23 -0
  82. package/tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json +49 -0
  83. package/tokens/redhat/light/redhat.color.json +49 -0
  84. package/tokens/redhat/light/redhat.dimension.json +23 -0
  85. /package/tokens/{dark → default/dark}/charts.dark.json +0 -0
  86. /package/tokens/default/{base.motion.json → light/base.motion.json} +0 -0
  87. /package/tokens/default/{charts.json → light/charts.json} +0 -0
@@ -32,6 +32,10 @@
32
32
  "type": "color",
33
33
  "value": "rgba(199, 199, 199, 0.1500)"
34
34
  },
35
+ "700": {
36
+ "type": "color",
37
+ "value": "rgba(199, 199, 199, 0.2500)"
38
+ },
35
39
  "highlight": {
36
40
  "100": {
37
41
  "type": "color",
@@ -57,6 +61,42 @@
57
61
  "300": {
58
62
  "type": "color",
59
63
  "value": "{color.blue.10}"
64
+ },
65
+ "accent": {
66
+ "100": {
67
+ "type": "color",
68
+ "value": "{color.red.50}"
69
+ },
70
+ "200": {
71
+ "type": "color",
72
+ "value": "{color.red.40}"
73
+ },
74
+ "300": {
75
+ "type": "color",
76
+ "value": "{color.red.30}"
77
+ },
78
+ "350": {
79
+ "type": "color",
80
+ "value": "{color.red.20}"
81
+ },
82
+ "400": {
83
+ "type": "color",
84
+ "value": "{color.white}"
85
+ }
86
+ },
87
+ "subtle": {
88
+ "100": {
89
+ "type": "color",
90
+ "value": "{color.blue.70}"
91
+ },
92
+ "200": {
93
+ "type": "color",
94
+ "value": "{color.blue.60}"
95
+ },
96
+ "300": {
97
+ "type": "color",
98
+ "value": "{color.blue.30}"
99
+ }
60
100
  }
61
101
  },
62
102
  "disabled": {
@@ -87,48 +127,6 @@
87
127
  "value": "{color.yellow.20}"
88
128
  }
89
129
  },
90
- "severity": {
91
- "undefined": {
92
- "100": {
93
- "type": "color",
94
- "value": "{color.gray.40}"
95
- }
96
- },
97
- "none": {
98
- "100": {
99
- "type": "color",
100
- "value": "{color.blue.30}"
101
- }
102
- },
103
- "minor": {
104
- "100": {
105
- "type": "color",
106
- "value": "{color.gray.30}"
107
- }
108
- },
109
- "moderate": {
110
- "100": {
111
- "type": "color",
112
- "value": "{color.yellow.30}"
113
- }
114
- },
115
- "important": {
116
- "100": {
117
- "type": "color",
118
- "value": "{color.orange.40}"
119
- }
120
- },
121
- "critical": {
122
- "100": {
123
- "type": "color",
124
- "value": "{color.red-orange.50}"
125
- },
126
- "200": {
127
- "type": "color",
128
- "value": "{color.red-orange.40}"
129
- }
130
- }
131
- },
132
130
  "status": {
133
131
  "success": {
134
132
  "100": {
@@ -201,6 +199,48 @@
201
199
  }
202
200
  }
203
201
  },
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
+ },
204
244
  "nonstatus": {
205
245
  "red": {
206
246
  "100": {
@@ -338,7 +378,7 @@
338
378
  "color": {
339
379
  "50": {
340
380
  "type": "color",
341
- "value": "{color.gray.60}"
381
+ "value": "{color.gray.70}"
342
382
  },
343
383
  "100": {
344
384
  "type": "color",
@@ -22,6 +22,10 @@
22
22
  "type": "color",
23
23
  "value": "#a3a3a3"
24
24
  },
25
+ "45": {
26
+ "type": "color",
27
+ "value": "#8c8c8c"
28
+ },
25
29
  "50": {
26
30
  "type": "color",
27
31
  "value": "#707070"
@@ -321,6 +325,10 @@
321
325
  "80": {
322
326
  "type": "color",
323
327
  "value": "#3f0000"
328
+ },
329
+ "05": {
330
+ "type": "color",
331
+ "value": "#fef0f0"
324
332
  }
325
333
  }
326
334
  }