@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
@@ -0,0 +1,387 @@
1
+
2
+ {
3
+ "global": {
4
+ "spacer": {
5
+ "100": {
6
+ "type": "number",
7
+ "value": 4
8
+ },
9
+ "200": {
10
+ "type": "number",
11
+ "value": 8
12
+ },
13
+ "300": {
14
+ "type": "number",
15
+ "value": 16
16
+ },
17
+ "400": {
18
+ "type": "number",
19
+ "value": 24
20
+ },
21
+ "500": {
22
+ "type": "number",
23
+ "value": 32
24
+ },
25
+ "600": {
26
+ "type": "number",
27
+ "value": 48
28
+ },
29
+ "700": {
30
+ "type": "number",
31
+ "value": 64
32
+ },
33
+ "800": {
34
+ "type": "number",
35
+ "value": 80
36
+ }
37
+ },
38
+ "icon": {
39
+ "size": {
40
+ "100": {
41
+ "type": "number",
42
+ "value": 12
43
+ },
44
+ "200": {
45
+ "type": "number",
46
+ "value": 14
47
+ },
48
+ "250": {
49
+ "type": "number",
50
+ "value": 16
51
+ },
52
+ "300": {
53
+ "type": "number",
54
+ "value": 24
55
+ },
56
+ "400": {
57
+ "type": "number",
58
+ "value": 56
59
+ },
60
+ "500": {
61
+ "type": "number",
62
+ "value": 96
63
+ }
64
+ }
65
+ },
66
+ "border": {
67
+ "width": {
68
+ "100": {
69
+ "type": "number",
70
+ "value": 1
71
+ },
72
+ "200": {
73
+ "type": "number",
74
+ "value": 2
75
+ },
76
+ "300": {
77
+ "type": "number",
78
+ "value": 3
79
+ },
80
+ "400": {
81
+ "type": "number",
82
+ "value": 4
83
+ }
84
+ },
85
+ "radius": {
86
+ "0": {
87
+ "type": "number",
88
+ "value": 0
89
+ },
90
+ "100": {
91
+ "type": "number",
92
+ "value": 4
93
+ },
94
+ "200": {
95
+ "type": "number",
96
+ "value": 6
97
+ },
98
+ "300": {
99
+ "type": "number",
100
+ "value": 16
101
+ },
102
+ "400": {
103
+ "type": "number",
104
+ "value": 24
105
+ },
106
+ "500": {
107
+ "type": "number",
108
+ "value": 999
109
+ }
110
+ }
111
+ },
112
+ "font": {
113
+ "weight": {
114
+ "100": {
115
+ "type": "number",
116
+ "value": 400
117
+ },
118
+ "200": {
119
+ "type": "number",
120
+ "value": 500
121
+ },
122
+ "300": {
123
+ "type": "number",
124
+ "value": 500
125
+ },
126
+ "400": {
127
+ "type": "number",
128
+ "value": 700
129
+ }
130
+ },
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
+ "size": {
142
+ "100": {
143
+ "type": "number",
144
+ "value": 12
145
+ },
146
+ "200": {
147
+ "type": "number",
148
+ "value": 14
149
+ },
150
+ "300": {
151
+ "type": "number",
152
+ "value": 16
153
+ },
154
+ "400": {
155
+ "type": "number",
156
+ "value": 18
157
+ },
158
+ "500": {
159
+ "type": "number",
160
+ "value": 20
161
+ },
162
+ "600": {
163
+ "type": "number",
164
+ "value": 24
165
+ },
166
+ "700": {
167
+ "type": "number",
168
+ "value": 28
169
+ },
170
+ "800": {
171
+ "type": "number",
172
+ "value": 36
173
+ }
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
+ }
189
+ },
190
+ "z-index": {
191
+ "100": {
192
+ "type": "number",
193
+ "value": 100
194
+ },
195
+ "200": {
196
+ "type": "number",
197
+ "value": 200
198
+ },
199
+ "300": {
200
+ "type": "number",
201
+ "value": 300
202
+ },
203
+ "400": {
204
+ "type": "number",
205
+ "value": 400
206
+ },
207
+ "500": {
208
+ "type": "number",
209
+ "value": 500
210
+ },
211
+ "600": {
212
+ "type": "number",
213
+ "value": 600
214
+ }
215
+ },
216
+ "box-shadow": {
217
+ "X": {
218
+ "50": {
219
+ "type": "number",
220
+ "value": -20
221
+ },
222
+ "100": {
223
+ "type": "number",
224
+ "value": -10
225
+ },
226
+ "200": {
227
+ "type": "number",
228
+ "value": -4
229
+ },
230
+ "300": {
231
+ "type": "number",
232
+ "value": -1
233
+ },
234
+ "400": {
235
+ "type": "number",
236
+ "value": 0
237
+ },
238
+ "500": {
239
+ "type": "number",
240
+ "value": 1
241
+ },
242
+ "600": {
243
+ "type": "number",
244
+ "value": 4
245
+ },
246
+ "700": {
247
+ "type": "number",
248
+ "value": 10
249
+ },
250
+ "800": {
251
+ "type": "number",
252
+ "value": 20
253
+ }
254
+ },
255
+ "Y": {
256
+ "50": {
257
+ "type": "number",
258
+ "value": -20
259
+ },
260
+ "100": {
261
+ "type": "number",
262
+ "value": -10
263
+ },
264
+ "200": {
265
+ "type": "number",
266
+ "value": -2
267
+ },
268
+ "300": {
269
+ "type": "number",
270
+ "value": -1
271
+ },
272
+ "400": {
273
+ "type": "number",
274
+ "value": 0
275
+ },
276
+ "500": {
277
+ "type": "number",
278
+ "value": 1
279
+ },
280
+ "600": {
281
+ "type": "number",
282
+ "value": 2
283
+ },
284
+ "700": {
285
+ "type": "number",
286
+ "value": 10
287
+ },
288
+ "800": {
289
+ "type": "number",
290
+ "value": 20
291
+ }
292
+ },
293
+ "blur": {
294
+ "100": {
295
+ "type": "number",
296
+ "value": 4
297
+ },
298
+ "200": {
299
+ "type": "number",
300
+ "value": 9
301
+ },
302
+ "300": {
303
+ "type": "number",
304
+ "value": 20
305
+ }
306
+ },
307
+ "spread": {
308
+ "100": {
309
+ "type": "number",
310
+ "value": 0
311
+ },
312
+ "200": {
313
+ "type": "number",
314
+ "value": -4
315
+ },
316
+ "300": {
317
+ "type": "number",
318
+ "value": -8
319
+ },
320
+ "400": {
321
+ "type": "number",
322
+ "value": -20
323
+ }
324
+ }
325
+ },
326
+ "breakpoint": {
327
+ "100": {
328
+ "type": "number",
329
+ "value": 0
330
+ },
331
+ "200": {
332
+ "type": "number",
333
+ "value": 576
334
+ },
335
+ "250": {
336
+ "type": "number",
337
+ "value": 640
338
+ },
339
+ "300": {
340
+ "type": "number",
341
+ "value": 768
342
+ },
343
+ "350": {
344
+ "type": "number",
345
+ "value": 960
346
+ },
347
+ "400": {
348
+ "type": "number",
349
+ "value": 992
350
+ },
351
+ "500": {
352
+ "type": "number",
353
+ "value": 1200
354
+ },
355
+ "550": {
356
+ "type": "number",
357
+ "value": 1280
358
+ },
359
+ "600": {
360
+ "type": "number",
361
+ "value": 1450
362
+ }
363
+ },
364
+ "text-decoration": {
365
+ "line": {
366
+ "100": {
367
+ "type": "string",
368
+ "value": "none"
369
+ },
370
+ "200": {
371
+ "type": "string",
372
+ "value": "underline"
373
+ }
374
+ },
375
+ "style": {
376
+ "100": {
377
+ "type": "string",
378
+ "value": "solid"
379
+ },
380
+ "200": {
381
+ "type": "string",
382
+ "value": "dashed"
383
+ }
384
+ }
385
+ }
386
+ }
387
+ }