@patternfly/design-tokens 1.14.9 → 1.15.0

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 (52) hide show
  1. package/build/css/tokens-dark.scss +14 -15
  2. package/build/css/tokens-default.scss +10 -11
  3. package/build/css/tokens-glass-dark.scss +16 -3
  4. package/build/css/tokens-glass.scss +9 -3
  5. package/build/css/tokens-palette.scss +1 -1
  6. package/build/css/tokens-redhat-dark.scss +4 -3
  7. package/build/css/tokens-redhat-glass-dark.scss +18 -4
  8. package/build/css/tokens-redhat-glass.scss +9 -3
  9. package/build/css/tokens-redhat-highcontrast-dark.scss +10 -3
  10. package/build/css/tokens-redhat-highcontrast.scss +2 -2
  11. package/build/css/tokens-redhat.scss +1 -1
  12. package/package.json +1 -1
  13. package/patternfly-docs/content/token-layers-glass-dark.json +497 -1097
  14. package/patternfly-docs/content/token-layers-glass.json +332 -904
  15. package/patternfly-docs/content/token-layers-highcontrast-dark.json +410 -385
  16. package/patternfly-docs/content/token-layers-highcontrast.json +540 -519
  17. package/patternfly-docs/content/token-layers-redhat-dark.json +2555 -2592
  18. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +1112 -1768
  19. package/patternfly-docs/content/token-layers-redhat-glass.json +327 -899
  20. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +443 -422
  21. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +626 -609
  22. package/patternfly-docs/content/token-layers-redhat.json +692 -671
  23. package/plugins/export-patternfly-tokens/dist/ui.html +32 -24
  24. package/plugins/export-patternfly-tokens/src/ui.tsx +8 -0
  25. package/tokens/default/dark/base.dark.json +5 -5
  26. package/tokens/default/dark/charts.dark.json +18 -18
  27. package/tokens/default/dark/semantic.dark.json +34 -39
  28. package/tokens/default/glass/base.dimension.json +16 -16
  29. package/tokens/default/glass/base.json +2 -2
  30. package/tokens/default/glass/semantic.glass.json +33 -38
  31. package/tokens/default/glass-dark/base.dark.json +5 -5
  32. package/tokens/default/glass-dark/semantic.glass.dark.json +45 -50
  33. package/tokens/default/highcontrast/base.dimension.json +16 -16
  34. package/tokens/default/highcontrast/base.json +2 -2
  35. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +5 -5
  36. package/tokens/default/highcontrast/semantic.highcontrast.json +27 -32
  37. package/tokens/default/highcontrast-dark/base.dark.json +5 -5
  38. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +27 -32
  39. package/tokens/default/light/base.dimension.json +16 -16
  40. package/tokens/default/light/base.json +2 -2
  41. package/tokens/default/light/charts.json +18 -18
  42. package/tokens/default/light/semantic.dimension.json +5 -5
  43. package/tokens/default/light/semantic.json +27 -32
  44. package/tokens/default/light/semantic.motion.json +8 -8
  45. package/tokens/redhat/dark/redhat.color.dark.json +71 -24
  46. package/tokens/redhat/glass/redhat.color.glass.json +25 -25
  47. package/tokens/redhat/glass-dark/redhat.color.glass.dark.json +67 -25
  48. package/tokens/redhat/highcontrast/redhat.color.highcontrast.json +25 -25
  49. package/tokens/redhat/highcontrast/redhat.dimension.highcontrast.json +6 -6
  50. package/tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json +25 -25
  51. package/tokens/redhat/light/redhat.color.json +25 -25
  52. package/tokens/redhat/light/redhat.dimension.json +6 -6
@@ -236,7 +236,7 @@
236
236
  "default": {
237
237
  "description": "Use as the color for icons that convey your brand and/or are paired with branded text color.",
238
238
  "type": "color",
239
- "value": "#a60000",
239
+ "value": "#000000",
240
240
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
241
241
  "isSource": true,
242
242
  "original": {
@@ -264,13 +264,13 @@
264
264
  {
265
265
  "description": "Use this color for elements that you want to reinforce your brand",
266
266
  "type": "color",
267
- "value": "#a60000",
267
+ "value": "#000000",
268
268
  "filePath": "tokens/redhat/highcontrast/redhat.color.highcontrast.json",
269
269
  "isSource": true,
270
270
  "original": {
271
271
  "description": "Use this color for elements that you want to reinforce your brand",
272
272
  "type": "color",
273
- "value": "{global.color.brand.accent.200}"
273
+ "value": "{global.color.brand.accent.400}"
274
274
  },
275
275
  "name": "pf-t--global--color--brand--accent--default",
276
276
  "attributes": {
@@ -290,48 +290,46 @@
290
290
  "references": [
291
291
  {
292
292
  "type": "color",
293
- "value": "#a60000",
293
+ "value": "#000000",
294
294
  "filePath": "tokens/default/highcontrast/base.json",
295
295
  "isSource": true,
296
296
  "original": {
297
297
  "type": "color",
298
- "value": "{color.red.60}"
298
+ "value": "{color.black}"
299
299
  },
300
- "name": "pf-t--global--color--brand--accent--200",
300
+ "name": "pf-t--global--color--brand--accent--400",
301
301
  "attributes": {
302
302
  "category": "global",
303
303
  "type": "color",
304
304
  "item": "brand",
305
305
  "subitem": "accent",
306
- "state": "200"
306
+ "state": "400"
307
307
  },
308
308
  "path": [
309
309
  "global",
310
310
  "color",
311
311
  "brand",
312
312
  "accent",
313
- "200"
313
+ "400"
314
314
  ],
315
315
  "references": [
316
316
  {
317
317
  "type": "color",
318
- "value": "#a60000",
318
+ "value": "#000000",
319
319
  "filePath": "tokens/default/highcontrast/palette.color.json",
320
320
  "isSource": true,
321
321
  "original": {
322
322
  "type": "color",
323
- "value": "#a60000"
323
+ "value": "#000000"
324
324
  },
325
- "name": "pf-t--color--red--60",
325
+ "name": "pf-t--color--black",
326
326
  "attributes": {
327
327
  "category": "color",
328
- "type": "red",
329
- "item": "60"
328
+ "type": "black"
330
329
  },
331
330
  "path": [
332
331
  "color",
333
- "red",
334
- "60"
332
+ "black"
335
333
  ]
336
334
  }
337
335
  ]
@@ -345,7 +343,7 @@
345
343
  "default": {
346
344
  "description": "Use as the hover state color for icons that convey your brand and/or are paired with branded text color.",
347
345
  "type": "color",
348
- "value": "#5f0000",
346
+ "value": "#4d4d4d",
349
347
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
350
348
  "isSource": true,
351
349
  "original": {
@@ -373,7 +371,7 @@
373
371
  {
374
372
  "description": "Use as the hover state for elements that have a branded background color",
375
373
  "type": "color",
376
- "value": "#5f0000",
374
+ "value": "#4d4d4d",
377
375
  "filePath": "tokens/redhat/highcontrast/redhat.color.highcontrast.json",
378
376
  "isSource": true,
379
377
  "original": {
@@ -399,12 +397,12 @@
399
397
  "references": [
400
398
  {
401
399
  "type": "color",
402
- "value": "#5f0000",
400
+ "value": "#4d4d4d",
403
401
  "filePath": "tokens/default/highcontrast/base.json",
404
402
  "isSource": true,
405
403
  "original": {
406
404
  "type": "color",
407
- "value": "{color.red.70}"
405
+ "value": "{color.gray.60}"
408
406
  },
409
407
  "name": "pf-t--global--color--brand--accent--300",
410
408
  "attributes": {
@@ -424,23 +422,23 @@
424
422
  "references": [
425
423
  {
426
424
  "type": "color",
427
- "value": "#5f0000",
425
+ "value": "#4d4d4d",
428
426
  "filePath": "tokens/default/highcontrast/palette.color.json",
429
427
  "isSource": true,
430
428
  "original": {
431
429
  "type": "color",
432
- "value": "#5f0000"
430
+ "value": "#4d4d4d"
433
431
  },
434
- "name": "pf-t--color--red--70",
432
+ "name": "pf-t--color--gray--60",
435
433
  "attributes": {
436
434
  "category": "color",
437
- "type": "red",
438
- "item": "70"
435
+ "type": "gray",
436
+ "item": "60"
439
437
  },
440
438
  "path": [
441
439
  "color",
442
- "red",
443
- "70"
440
+ "gray",
441
+ "60"
444
442
  ]
445
443
  }
446
444
  ]
@@ -454,7 +452,7 @@
454
452
  "default": {
455
453
  "description": "Use as the clicked state for icons that convey your brand and/or are paired with branded text color.",
456
454
  "type": "color",
457
- "value": "#5f0000",
455
+ "value": "#4d4d4d",
458
456
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
459
457
  "isSource": true,
460
458
  "original": {
@@ -482,7 +480,7 @@
482
480
  {
483
481
  "description": "Use as the clicked state for elements that have a brand background color",
484
482
  "type": "color",
485
- "value": "#5f0000",
483
+ "value": "#4d4d4d",
486
484
  "filePath": "tokens/redhat/highcontrast/redhat.color.highcontrast.json",
487
485
  "isSource": true,
488
486
  "original": {
@@ -508,12 +506,12 @@
508
506
  "references": [
509
507
  {
510
508
  "type": "color",
511
- "value": "#5f0000",
509
+ "value": "#4d4d4d",
512
510
  "filePath": "tokens/default/highcontrast/base.json",
513
511
  "isSource": true,
514
512
  "original": {
515
513
  "type": "color",
516
- "value": "{color.red.70}"
514
+ "value": "{color.gray.60}"
517
515
  },
518
516
  "name": "pf-t--global--color--brand--accent--300",
519
517
  "attributes": {
@@ -533,23 +531,23 @@
533
531
  "references": [
534
532
  {
535
533
  "type": "color",
536
- "value": "#5f0000",
534
+ "value": "#4d4d4d",
537
535
  "filePath": "tokens/default/highcontrast/palette.color.json",
538
536
  "isSource": true,
539
537
  "original": {
540
538
  "type": "color",
541
- "value": "#5f0000"
539
+ "value": "#4d4d4d"
542
540
  },
543
- "name": "pf-t--color--red--70",
541
+ "name": "pf-t--color--gray--60",
544
542
  "attributes": {
545
543
  "category": "color",
546
- "type": "red",
547
- "item": "70"
544
+ "type": "gray",
545
+ "item": "60"
548
546
  },
549
547
  "path": [
550
548
  "color",
551
- "red",
552
- "70"
549
+ "gray",
550
+ "60"
553
551
  ]
554
552
  }
555
553
  ]
@@ -14834,203 +14832,74 @@
14834
14832
  ]
14835
14833
  }
14836
14834
  },
14837
- "pf-t--global--background--color--glass--primary": {
14838
- "default": {
14839
- "type": "color",
14840
- "value": "#ffffff",
14841
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
14842
- "isSource": true,
14843
- "original": {
14844
- "type": "color",
14845
- "value": "{global.background.color.primary.default}"
14846
- },
14847
- "name": "pf-t--global--background--color--glass--primary",
14848
- "attributes": {
14849
- "category": "global",
14850
- "type": "background",
14851
- "item": "color",
14852
- "subitem": "glass",
14853
- "state": "primary"
14854
- },
14855
- "path": [
14856
- "global",
14857
- "background",
14858
- "color",
14859
- "glass",
14860
- "primary"
14861
- ],
14862
- "references": [
14863
- {
14864
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
14865
- "type": "color",
14866
- "value": "#ffffff",
14867
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
14868
- "isSource": true,
14869
- "original": {
14870
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
14871
- "type": "color",
14872
- "value": "{global.background.color.100}"
14873
- },
14874
- "name": "pf-t--global--background--color--primary--default",
14875
- "attributes": {
14876
- "category": "global",
14877
- "type": "background",
14878
- "item": "color",
14879
- "subitem": "primary",
14880
- "state": "default"
14881
- },
14882
- "path": [
14883
- "global",
14884
- "background",
14885
- "color",
14886
- "primary",
14887
- "default"
14888
- ],
14889
- "references": [
14890
- {
14891
- "type": "color",
14892
- "value": "#ffffff",
14893
- "filePath": "tokens/default/highcontrast/base.json",
14894
- "isSource": true,
14895
- "original": {
14896
- "type": "color",
14897
- "value": "{color.white}"
14898
- },
14899
- "name": "pf-t--global--background--color--100",
14900
- "attributes": {
14901
- "category": "global",
14902
- "type": "background",
14903
- "item": "color",
14904
- "subitem": "100"
14905
- },
14906
- "path": [
14907
- "global",
14908
- "background",
14909
- "color",
14910
- "100"
14911
- ],
14912
- "references": [
14913
- {
14914
- "type": "color",
14915
- "value": "#ffffff",
14916
- "filePath": "tokens/default/highcontrast/palette.color.json",
14917
- "isSource": true,
14918
- "original": {
14919
- "type": "color",
14920
- "value": "#ffffff"
14921
- },
14922
- "name": "pf-t--color--white",
14923
- "attributes": {
14924
- "category": "color",
14925
- "type": "white"
14926
- },
14927
- "path": [
14928
- "color",
14929
- "white"
14930
- ]
14931
- }
14932
- ]
14933
- }
14934
- ]
14935
- }
14936
- ]
14937
- }
14938
- },
14939
- "pf-t--global--background--color--glass--floating": {
14835
+ "pf-t--global--background--color--primary--default": {
14940
14836
  "default": {
14837
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
14941
14838
  "type": "color",
14942
14839
  "value": "#ffffff",
14943
14840
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
14944
14841
  "isSource": true,
14945
14842
  "original": {
14843
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
14946
14844
  "type": "color",
14947
- "value": "{global.background.color.floating.default}"
14845
+ "value": "{global.background.color.100}"
14948
14846
  },
14949
- "name": "pf-t--global--background--color--glass--floating",
14847
+ "name": "pf-t--global--background--color--primary--default",
14950
14848
  "attributes": {
14951
14849
  "category": "global",
14952
14850
  "type": "background",
14953
14851
  "item": "color",
14954
- "subitem": "glass",
14955
- "state": "floating"
14852
+ "subitem": "primary",
14853
+ "state": "default"
14956
14854
  },
14957
14855
  "path": [
14958
14856
  "global",
14959
14857
  "background",
14960
14858
  "color",
14961
- "glass",
14962
- "floating"
14859
+ "primary",
14860
+ "default"
14963
14861
  ],
14964
14862
  "references": [
14965
14863
  {
14966
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
14967
14864
  "type": "color",
14968
14865
  "value": "#ffffff",
14969
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
14866
+ "filePath": "tokens/default/highcontrast/base.json",
14970
14867
  "isSource": true,
14971
14868
  "original": {
14972
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
14973
14869
  "type": "color",
14974
- "value": "{global.background.color.100}"
14870
+ "value": "{color.white}"
14975
14871
  },
14976
- "name": "pf-t--global--background--color--floating--default",
14872
+ "name": "pf-t--global--background--color--100",
14977
14873
  "attributes": {
14978
14874
  "category": "global",
14979
14875
  "type": "background",
14980
14876
  "item": "color",
14981
- "subitem": "floating",
14982
- "state": "default"
14877
+ "subitem": "100"
14983
14878
  },
14984
14879
  "path": [
14985
14880
  "global",
14986
14881
  "background",
14987
14882
  "color",
14988
- "floating",
14989
- "default"
14883
+ "100"
14990
14884
  ],
14991
14885
  "references": [
14992
14886
  {
14993
14887
  "type": "color",
14994
14888
  "value": "#ffffff",
14995
- "filePath": "tokens/default/highcontrast/base.json",
14889
+ "filePath": "tokens/default/highcontrast/palette.color.json",
14996
14890
  "isSource": true,
14997
14891
  "original": {
14998
14892
  "type": "color",
14999
- "value": "{color.white}"
14893
+ "value": "#ffffff"
15000
14894
  },
15001
- "name": "pf-t--global--background--color--100",
14895
+ "name": "pf-t--color--white",
15002
14896
  "attributes": {
15003
- "category": "global",
15004
- "type": "background",
15005
- "item": "color",
15006
- "subitem": "100"
14897
+ "category": "color",
14898
+ "type": "white"
15007
14899
  },
15008
14900
  "path": [
15009
- "global",
15010
- "background",
15011
14901
  "color",
15012
- "100"
15013
- ],
15014
- "references": [
15015
- {
15016
- "type": "color",
15017
- "value": "#ffffff",
15018
- "filePath": "tokens/default/highcontrast/palette.color.json",
15019
- "isSource": true,
15020
- "original": {
15021
- "type": "color",
15022
- "value": "#ffffff"
15023
- },
15024
- "name": "pf-t--color--white",
15025
- "attributes": {
15026
- "category": "color",
15027
- "type": "white"
15028
- },
15029
- "path": [
15030
- "color",
15031
- "white"
15032
- ]
15033
- }
14902
+ "white"
15034
14903
  ]
15035
14904
  }
15036
14905
  ]
@@ -15038,74 +14907,76 @@
15038
14907
  ]
15039
14908
  }
15040
14909
  },
15041
- "pf-t--global--background--color--primary--default": {
14910
+ "pf-t--global--background--color--primary--hover": {
15042
14911
  "default": {
15043
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
14912
+ "description": "Use as the hover state for primary backgrounds",
15044
14913
  "type": "color",
15045
- "value": "#ffffff",
14914
+ "value": "#f2f2f2",
15046
14915
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15047
14916
  "isSource": true,
15048
14917
  "original": {
15049
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
14918
+ "description": "Use as the hover state for primary backgrounds",
15050
14919
  "type": "color",
15051
- "value": "{global.background.color.100}"
14920
+ "value": "{global.background.color.200}"
15052
14921
  },
15053
- "name": "pf-t--global--background--color--primary--default",
14922
+ "name": "pf-t--global--background--color--primary--hover",
15054
14923
  "attributes": {
15055
14924
  "category": "global",
15056
14925
  "type": "background",
15057
14926
  "item": "color",
15058
14927
  "subitem": "primary",
15059
- "state": "default"
14928
+ "state": "hover"
15060
14929
  },
15061
14930
  "path": [
15062
14931
  "global",
15063
14932
  "background",
15064
14933
  "color",
15065
14934
  "primary",
15066
- "default"
14935
+ "hover"
15067
14936
  ],
15068
14937
  "references": [
15069
14938
  {
15070
14939
  "type": "color",
15071
- "value": "#ffffff",
14940
+ "value": "#f2f2f2",
15072
14941
  "filePath": "tokens/default/highcontrast/base.json",
15073
14942
  "isSource": true,
15074
14943
  "original": {
15075
14944
  "type": "color",
15076
- "value": "{color.white}"
14945
+ "value": "{color.gray.10}"
15077
14946
  },
15078
- "name": "pf-t--global--background--color--100",
14947
+ "name": "pf-t--global--background--color--200",
15079
14948
  "attributes": {
15080
14949
  "category": "global",
15081
14950
  "type": "background",
15082
14951
  "item": "color",
15083
- "subitem": "100"
14952
+ "subitem": "200"
15084
14953
  },
15085
14954
  "path": [
15086
14955
  "global",
15087
14956
  "background",
15088
14957
  "color",
15089
- "100"
14958
+ "200"
15090
14959
  ],
15091
14960
  "references": [
15092
14961
  {
15093
14962
  "type": "color",
15094
- "value": "#ffffff",
14963
+ "value": "#f2f2f2",
15095
14964
  "filePath": "tokens/default/highcontrast/palette.color.json",
15096
14965
  "isSource": true,
15097
14966
  "original": {
15098
14967
  "type": "color",
15099
- "value": "#ffffff"
14968
+ "value": "#f2f2f2"
15100
14969
  },
15101
- "name": "pf-t--color--white",
14970
+ "name": "pf-t--color--gray--10",
15102
14971
  "attributes": {
15103
14972
  "category": "color",
15104
- "type": "white"
14973
+ "type": "gray",
14974
+ "item": "10"
15105
14975
  },
15106
14976
  "path": [
15107
14977
  "color",
15108
- "white"
14978
+ "gray",
14979
+ "10"
15109
14980
  ]
15110
14981
  }
15111
14982
  ]
@@ -15113,32 +14984,32 @@
15113
14984
  ]
15114
14985
  }
15115
14986
  },
15116
- "pf-t--global--background--color--primary--hover": {
14987
+ "pf-t--global--background--color--primary--clicked": {
15117
14988
  "default": {
15118
- "description": "Use as the hover state for primary backgrounds",
14989
+ "description": "Use as the clicked state for primary backgrounds",
15119
14990
  "type": "color",
15120
14991
  "value": "#f2f2f2",
15121
14992
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15122
14993
  "isSource": true,
15123
14994
  "original": {
15124
- "description": "Use as the hover state for primary backgrounds",
14995
+ "description": "Use as the clicked state for primary backgrounds",
15125
14996
  "type": "color",
15126
14997
  "value": "{global.background.color.200}"
15127
14998
  },
15128
- "name": "pf-t--global--background--color--primary--hover",
14999
+ "name": "pf-t--global--background--color--primary--clicked",
15129
15000
  "attributes": {
15130
15001
  "category": "global",
15131
15002
  "type": "background",
15132
15003
  "item": "color",
15133
15004
  "subitem": "primary",
15134
- "state": "hover"
15005
+ "state": "clicked"
15135
15006
  },
15136
15007
  "path": [
15137
15008
  "global",
15138
15009
  "background",
15139
15010
  "color",
15140
15011
  "primary",
15141
- "hover"
15012
+ "clicked"
15142
15013
  ],
15143
15014
  "references": [
15144
15015
  {
@@ -15190,32 +15061,32 @@
15190
15061
  ]
15191
15062
  }
15192
15063
  },
15193
- "pf-t--global--background--color--primary--clicked": {
15064
+ "pf-t--global--background--color--secondary--default": {
15194
15065
  "default": {
15195
- "description": "Use as the clicked state for primary backgrounds",
15066
+ "description": "Use as the secondary background color for UI content Use as the primary background color for UI content such as cards, page sections, and other content areas. Secondary background color is also used for our UI shell backgrounds (nav, masthead, etc).",
15196
15067
  "type": "color",
15197
15068
  "value": "#f2f2f2",
15198
15069
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15199
15070
  "isSource": true,
15200
15071
  "original": {
15201
- "description": "Use as the clicked state for primary backgrounds",
15072
+ "description": "Use as the secondary background color for UI content Use as the primary background color for UI content such as cards, page sections, and other content areas. Secondary background color is also used for our UI shell backgrounds (nav, masthead, etc).",
15202
15073
  "type": "color",
15203
15074
  "value": "{global.background.color.200}"
15204
15075
  },
15205
- "name": "pf-t--global--background--color--primary--clicked",
15076
+ "name": "pf-t--global--background--color--secondary--default",
15206
15077
  "attributes": {
15207
15078
  "category": "global",
15208
15079
  "type": "background",
15209
15080
  "item": "color",
15210
- "subitem": "primary",
15211
- "state": "clicked"
15081
+ "subitem": "secondary",
15082
+ "state": "default"
15212
15083
  },
15213
15084
  "path": [
15214
15085
  "global",
15215
15086
  "background",
15216
15087
  "color",
15217
- "primary",
15218
- "clicked"
15088
+ "secondary",
15089
+ "default"
15219
15090
  ],
15220
15091
  "references": [
15221
15092
  {
@@ -15267,76 +15138,76 @@
15267
15138
  ]
15268
15139
  }
15269
15140
  },
15270
- "pf-t--global--background--color--secondary--default": {
15141
+ "pf-t--global--background--color--secondary--hover": {
15271
15142
  "default": {
15272
- "description": "Use as the secondary background color for UI content Use as the primary background color for UI content such as cards, page sections, and other content areas. Secondary background color is also used for our UI shell backgrounds (nav, masthead, etc).",
15143
+ "description": "Use as the hover state for secondary backgrounds",
15273
15144
  "type": "color",
15274
- "value": "#f2f2f2",
15145
+ "value": "#e0e0e0",
15275
15146
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15276
15147
  "isSource": true,
15277
15148
  "original": {
15278
- "description": "Use as the secondary background color for UI content Use as the primary background color for UI content such as cards, page sections, and other content areas. Secondary background color is also used for our UI shell backgrounds (nav, masthead, etc).",
15149
+ "description": "Use as the hover state for secondary backgrounds",
15279
15150
  "type": "color",
15280
- "value": "{global.background.color.200}"
15151
+ "value": "{global.background.color.300}"
15281
15152
  },
15282
- "name": "pf-t--global--background--color--secondary--default",
15153
+ "name": "pf-t--global--background--color--secondary--hover",
15283
15154
  "attributes": {
15284
15155
  "category": "global",
15285
15156
  "type": "background",
15286
15157
  "item": "color",
15287
15158
  "subitem": "secondary",
15288
- "state": "default"
15159
+ "state": "hover"
15289
15160
  },
15290
15161
  "path": [
15291
15162
  "global",
15292
15163
  "background",
15293
15164
  "color",
15294
15165
  "secondary",
15295
- "default"
15166
+ "hover"
15296
15167
  ],
15297
15168
  "references": [
15298
15169
  {
15299
15170
  "type": "color",
15300
- "value": "#f2f2f2",
15171
+ "value": "#e0e0e0",
15301
15172
  "filePath": "tokens/default/highcontrast/base.json",
15302
15173
  "isSource": true,
15303
15174
  "original": {
15304
15175
  "type": "color",
15305
- "value": "{color.gray.10}"
15176
+ "value": "{color.gray.20}"
15306
15177
  },
15307
- "name": "pf-t--global--background--color--200",
15178
+ "name": "pf-t--global--background--color--300",
15308
15179
  "attributes": {
15309
15180
  "category": "global",
15310
15181
  "type": "background",
15311
15182
  "item": "color",
15312
- "subitem": "200"
15183
+ "subitem": "300"
15313
15184
  },
15314
15185
  "path": [
15315
15186
  "global",
15316
15187
  "background",
15317
15188
  "color",
15318
- "200"
15189
+ "300"
15319
15190
  ],
15320
15191
  "references": [
15321
15192
  {
15322
15193
  "type": "color",
15323
- "value": "#f2f2f2",
15194
+ "value": "#e0e0e0",
15324
15195
  "filePath": "tokens/default/highcontrast/palette.color.json",
15325
15196
  "isSource": true,
15326
15197
  "original": {
15327
15198
  "type": "color",
15328
- "value": "#f2f2f2"
15199
+ "value": "#e0e0e0"
15329
15200
  },
15330
- "name": "pf-t--color--gray--10",
15201
+ "name": "pf-t--color--gray--20",
15331
15202
  "attributes": {
15332
15203
  "category": "color",
15333
15204
  "type": "gray",
15334
- "item": "10"
15205
+ "item": "20"
15335
15206
  },
15336
15207
  "path": [
15337
15208
  "color",
15338
15209
  "gray",
15339
- "10"
15210
+ "20"
15340
15211
  ]
15341
15212
  }
15342
15213
  ]
@@ -15344,32 +15215,32 @@
15344
15215
  ]
15345
15216
  }
15346
15217
  },
15347
- "pf-t--global--background--color--secondary--hover": {
15218
+ "pf-t--global--background--color--secondary--clicked": {
15348
15219
  "default": {
15349
- "description": "Use as the hover state for secondary backgrounds",
15220
+ "description": "Use as the clicked state for secondary backgrounds",
15350
15221
  "type": "color",
15351
15222
  "value": "#e0e0e0",
15352
15223
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15353
15224
  "isSource": true,
15354
15225
  "original": {
15355
- "description": "Use as the hover state for secondary backgrounds",
15226
+ "description": "Use as the clicked state for secondary backgrounds",
15356
15227
  "type": "color",
15357
15228
  "value": "{global.background.color.300}"
15358
15229
  },
15359
- "name": "pf-t--global--background--color--secondary--hover",
15230
+ "name": "pf-t--global--background--color--secondary--clicked",
15360
15231
  "attributes": {
15361
15232
  "category": "global",
15362
15233
  "type": "background",
15363
15234
  "item": "color",
15364
15235
  "subitem": "secondary",
15365
- "state": "hover"
15236
+ "state": "clicked"
15366
15237
  },
15367
15238
  "path": [
15368
15239
  "global",
15369
15240
  "background",
15370
15241
  "color",
15371
15242
  "secondary",
15372
- "hover"
15243
+ "clicked"
15373
15244
  ],
15374
15245
  "references": [
15375
15246
  {
@@ -15421,76 +15292,155 @@
15421
15292
  ]
15422
15293
  }
15423
15294
  },
15424
- "pf-t--global--background--color--secondary--clicked": {
15295
+ "pf-t--global--background--color--tertiary--default": {
15425
15296
  "default": {
15426
- "description": "Use as the clicked state for secondary backgrounds",
15297
+ "description": "Use as the tertiary background color. This is primarily used for containers that can be placed on secondary backgrounds.",
15427
15298
  "type": "color",
15428
- "value": "#e0e0e0",
15299
+ "value": "rgba(199, 199, 199, 0.2500)",
15429
15300
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15430
15301
  "isSource": true,
15431
15302
  "original": {
15432
- "description": "Use as the clicked state for secondary backgrounds",
15303
+ "description": "Use as the tertiary background color. This is primarily used for containers that can be placed on secondary backgrounds.",
15433
15304
  "type": "color",
15434
- "value": "{global.background.color.300}"
15305
+ "value": "{global.background.color.600}"
15435
15306
  },
15436
- "name": "pf-t--global--background--color--secondary--clicked",
15307
+ "name": "pf-t--global--background--color--tertiary--default",
15437
15308
  "attributes": {
15438
15309
  "category": "global",
15439
15310
  "type": "background",
15440
15311
  "item": "color",
15441
- "subitem": "secondary",
15442
- "state": "clicked"
15312
+ "subitem": "tertiary",
15313
+ "state": "default"
15443
15314
  },
15444
15315
  "path": [
15445
15316
  "global",
15446
15317
  "background",
15447
15318
  "color",
15448
- "secondary",
15449
- "clicked"
15319
+ "tertiary",
15320
+ "default"
15450
15321
  ],
15451
15322
  "references": [
15452
15323
  {
15453
15324
  "type": "color",
15454
- "value": "#e0e0e0",
15325
+ "value": "rgba(199, 199, 199, 0.2500)",
15455
15326
  "filePath": "tokens/default/highcontrast/base.json",
15456
15327
  "isSource": true,
15457
15328
  "original": {
15458
15329
  "type": "color",
15459
- "value": "{color.gray.20}"
15330
+ "value": "rgba(199, 199, 199, 0.2500)"
15460
15331
  },
15461
- "name": "pf-t--global--background--color--300",
15332
+ "name": "pf-t--global--background--color--600",
15462
15333
  "attributes": {
15463
15334
  "category": "global",
15464
15335
  "type": "background",
15465
15336
  "item": "color",
15466
- "subitem": "300"
15337
+ "subitem": "600"
15467
15338
  },
15468
15339
  "path": [
15469
15340
  "global",
15470
15341
  "background",
15471
15342
  "color",
15472
- "300"
15343
+ "600"
15344
+ ]
15345
+ }
15346
+ ]
15347
+ }
15348
+ },
15349
+ "pf-t--global--background--color--glass--primary": {
15350
+ "default": {
15351
+ "type": "color",
15352
+ "value": "#ffffff",
15353
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15354
+ "isSource": true,
15355
+ "original": {
15356
+ "type": "color",
15357
+ "value": "{global.background.color.primary.default}"
15358
+ },
15359
+ "name": "pf-t--global--background--color--glass--primary",
15360
+ "attributes": {
15361
+ "category": "global",
15362
+ "type": "background",
15363
+ "item": "color",
15364
+ "subitem": "glass",
15365
+ "state": "primary"
15366
+ },
15367
+ "path": [
15368
+ "global",
15369
+ "background",
15370
+ "color",
15371
+ "glass",
15372
+ "primary"
15373
+ ],
15374
+ "references": [
15375
+ {
15376
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15377
+ "type": "color",
15378
+ "value": "#ffffff",
15379
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15380
+ "isSource": true,
15381
+ "original": {
15382
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15383
+ "type": "color",
15384
+ "value": "{global.background.color.100}"
15385
+ },
15386
+ "name": "pf-t--global--background--color--primary--default",
15387
+ "attributes": {
15388
+ "category": "global",
15389
+ "type": "background",
15390
+ "item": "color",
15391
+ "subitem": "primary",
15392
+ "state": "default"
15393
+ },
15394
+ "path": [
15395
+ "global",
15396
+ "background",
15397
+ "color",
15398
+ "primary",
15399
+ "default"
15473
15400
  ],
15474
15401
  "references": [
15475
15402
  {
15476
15403
  "type": "color",
15477
- "value": "#e0e0e0",
15478
- "filePath": "tokens/default/highcontrast/palette.color.json",
15404
+ "value": "#ffffff",
15405
+ "filePath": "tokens/default/highcontrast/base.json",
15479
15406
  "isSource": true,
15480
15407
  "original": {
15481
15408
  "type": "color",
15482
- "value": "#e0e0e0"
15409
+ "value": "{color.white}"
15483
15410
  },
15484
- "name": "pf-t--color--gray--20",
15411
+ "name": "pf-t--global--background--color--100",
15485
15412
  "attributes": {
15486
- "category": "color",
15487
- "type": "gray",
15488
- "item": "20"
15413
+ "category": "global",
15414
+ "type": "background",
15415
+ "item": "color",
15416
+ "subitem": "100"
15489
15417
  },
15490
15418
  "path": [
15419
+ "global",
15420
+ "background",
15491
15421
  "color",
15492
- "gray",
15493
- "20"
15422
+ "100"
15423
+ ],
15424
+ "references": [
15425
+ {
15426
+ "type": "color",
15427
+ "value": "#ffffff",
15428
+ "filePath": "tokens/default/highcontrast/palette.color.json",
15429
+ "isSource": true,
15430
+ "original": {
15431
+ "type": "color",
15432
+ "value": "#ffffff"
15433
+ },
15434
+ "name": "pf-t--color--white",
15435
+ "attributes": {
15436
+ "category": "color",
15437
+ "type": "white"
15438
+ },
15439
+ "path": [
15440
+ "color",
15441
+ "white"
15442
+ ]
15443
+ }
15494
15444
  ]
15495
15445
  }
15496
15446
  ]
@@ -15498,55 +15448,103 @@
15498
15448
  ]
15499
15449
  }
15500
15450
  },
15501
- "pf-t--global--background--color--tertiary--default": {
15451
+ "pf-t--global--background--color--glass--floating": {
15502
15452
  "default": {
15503
- "description": "Use as the tertiary background color. This is primarily used for containers that can be placed on secondary backgrounds.",
15504
15453
  "type": "color",
15505
- "value": "rgba(199, 199, 199, 0.2500)",
15454
+ "value": "#ffffff",
15506
15455
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15507
15456
  "isSource": true,
15508
15457
  "original": {
15509
- "description": "Use as the tertiary background color. This is primarily used for containers that can be placed on secondary backgrounds.",
15510
15458
  "type": "color",
15511
- "value": "{global.background.color.600}"
15459
+ "value": "{global.background.color.floating.default}"
15512
15460
  },
15513
- "name": "pf-t--global--background--color--tertiary--default",
15461
+ "name": "pf-t--global--background--color--glass--floating",
15514
15462
  "attributes": {
15515
15463
  "category": "global",
15516
15464
  "type": "background",
15517
15465
  "item": "color",
15518
- "subitem": "tertiary",
15519
- "state": "default"
15466
+ "subitem": "glass",
15467
+ "state": "floating"
15520
15468
  },
15521
15469
  "path": [
15522
15470
  "global",
15523
15471
  "background",
15524
15472
  "color",
15525
- "tertiary",
15526
- "default"
15473
+ "glass",
15474
+ "floating"
15527
15475
  ],
15528
15476
  "references": [
15529
15477
  {
15478
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15530
15479
  "type": "color",
15531
- "value": "rgba(199, 199, 199, 0.2500)",
15532
- "filePath": "tokens/default/highcontrast/base.json",
15480
+ "value": "#ffffff",
15481
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15533
15482
  "isSource": true,
15534
15483
  "original": {
15484
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15535
15485
  "type": "color",
15536
- "value": "rgba(199, 199, 199, 0.2500)"
15486
+ "value": "{global.background.color.100}"
15537
15487
  },
15538
- "name": "pf-t--global--background--color--600",
15488
+ "name": "pf-t--global--background--color--floating--default",
15539
15489
  "attributes": {
15540
15490
  "category": "global",
15541
15491
  "type": "background",
15542
15492
  "item": "color",
15543
- "subitem": "600"
15493
+ "subitem": "floating",
15494
+ "state": "default"
15544
15495
  },
15545
15496
  "path": [
15546
15497
  "global",
15547
15498
  "background",
15548
15499
  "color",
15549
- "600"
15500
+ "floating",
15501
+ "default"
15502
+ ],
15503
+ "references": [
15504
+ {
15505
+ "type": "color",
15506
+ "value": "#ffffff",
15507
+ "filePath": "tokens/default/highcontrast/base.json",
15508
+ "isSource": true,
15509
+ "original": {
15510
+ "type": "color",
15511
+ "value": "{color.white}"
15512
+ },
15513
+ "name": "pf-t--global--background--color--100",
15514
+ "attributes": {
15515
+ "category": "global",
15516
+ "type": "background",
15517
+ "item": "color",
15518
+ "subitem": "100"
15519
+ },
15520
+ "path": [
15521
+ "global",
15522
+ "background",
15523
+ "color",
15524
+ "100"
15525
+ ],
15526
+ "references": [
15527
+ {
15528
+ "type": "color",
15529
+ "value": "#ffffff",
15530
+ "filePath": "tokens/default/highcontrast/palette.color.json",
15531
+ "isSource": true,
15532
+ "original": {
15533
+ "type": "color",
15534
+ "value": "#ffffff"
15535
+ },
15536
+ "name": "pf-t--color--white",
15537
+ "attributes": {
15538
+ "category": "color",
15539
+ "type": "white"
15540
+ },
15541
+ "path": [
15542
+ "color",
15543
+ "white"
15544
+ ]
15545
+ }
15546
+ ]
15547
+ }
15550
15548
  ]
15551
15549
  }
15552
15550
  ]
@@ -15781,6 +15779,81 @@
15781
15779
  ]
15782
15780
  }
15783
15781
  },
15782
+ "pf-t--global--background--color--sticky--default": {
15783
+ "default": {
15784
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15785
+ "type": "color",
15786
+ "value": "#ffffff",
15787
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15788
+ "isSource": true,
15789
+ "original": {
15790
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15791
+ "type": "color",
15792
+ "value": "{global.background.color.100}"
15793
+ },
15794
+ "name": "pf-t--global--background--color--sticky--default",
15795
+ "attributes": {
15796
+ "category": "global",
15797
+ "type": "background",
15798
+ "item": "color",
15799
+ "subitem": "sticky",
15800
+ "state": "default"
15801
+ },
15802
+ "path": [
15803
+ "global",
15804
+ "background",
15805
+ "color",
15806
+ "sticky",
15807
+ "default"
15808
+ ],
15809
+ "references": [
15810
+ {
15811
+ "type": "color",
15812
+ "value": "#ffffff",
15813
+ "filePath": "tokens/default/highcontrast/base.json",
15814
+ "isSource": true,
15815
+ "original": {
15816
+ "type": "color",
15817
+ "value": "{color.white}"
15818
+ },
15819
+ "name": "pf-t--global--background--color--100",
15820
+ "attributes": {
15821
+ "category": "global",
15822
+ "type": "background",
15823
+ "item": "color",
15824
+ "subitem": "100"
15825
+ },
15826
+ "path": [
15827
+ "global",
15828
+ "background",
15829
+ "color",
15830
+ "100"
15831
+ ],
15832
+ "references": [
15833
+ {
15834
+ "type": "color",
15835
+ "value": "#ffffff",
15836
+ "filePath": "tokens/default/highcontrast/palette.color.json",
15837
+ "isSource": true,
15838
+ "original": {
15839
+ "type": "color",
15840
+ "value": "#ffffff"
15841
+ },
15842
+ "name": "pf-t--color--white",
15843
+ "attributes": {
15844
+ "category": "color",
15845
+ "type": "white"
15846
+ },
15847
+ "path": [
15848
+ "color",
15849
+ "white"
15850
+ ]
15851
+ }
15852
+ ]
15853
+ }
15854
+ ]
15855
+ }
15856
+ },
15784
15857
  "pf-t--global--background--color--action--plain--default": {
15785
15858
  "default": {
15786
15859
  "description": "Use as the default background for actions with transparent backgrounds such as menu items, accordion toggles, buttons, etc.",
@@ -16836,60 +16909,6 @@
16836
16909
  ]
16837
16910
  }
16838
16911
  },
16839
- "pf-t--global--background--opacity--glass--primary": {
16840
- "default": {
16841
- "type": "number",
16842
- "value": "100%",
16843
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16844
- "isSource": true,
16845
- "original": {
16846
- "type": "number",
16847
- "value": 100
16848
- },
16849
- "name": "pf-t--global--background--opacity--glass--primary",
16850
- "attributes": {
16851
- "category": "global",
16852
- "type": "background",
16853
- "item": "opacity",
16854
- "subitem": "glass",
16855
- "state": "primary"
16856
- },
16857
- "path": [
16858
- "global",
16859
- "background",
16860
- "opacity",
16861
- "glass",
16862
- "primary"
16863
- ]
16864
- }
16865
- },
16866
- "pf-t--global--background--opacity--glass--floating": {
16867
- "default": {
16868
- "type": "number",
16869
- "value": "100%",
16870
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16871
- "isSource": true,
16872
- "original": {
16873
- "type": "number",
16874
- "value": 100
16875
- },
16876
- "name": "pf-t--global--background--opacity--glass--floating",
16877
- "attributes": {
16878
- "category": "global",
16879
- "type": "background",
16880
- "item": "opacity",
16881
- "subitem": "glass",
16882
- "state": "floating"
16883
- },
16884
- "path": [
16885
- "global",
16886
- "background",
16887
- "opacity",
16888
- "glass",
16889
- "floating"
16890
- ]
16891
- }
16892
- },
16893
16912
  "pf-t--global--color--brand--subtle--default": {
16894
16913
  "default": {
16895
16914
  "description": "Use this color for elements that you want to reinforce your brand",
@@ -32970,58 +32989,6 @@
32970
32989
  ]
32971
32990
  }
32972
32991
  },
32973
- "pf-t--global--icon--size--3xl": {
32974
- "default": {
32975
- "description": "Use for triple extra large icons.",
32976
- "type": "number",
32977
- "value": "6rem",
32978
- "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
32979
- "isSource": true,
32980
- "original": {
32981
- "description": "Use for triple extra large icons.",
32982
- "type": "number",
32983
- "value": "{global.icon.size.500}"
32984
- },
32985
- "name": "pf-t--global--icon--size--3xl",
32986
- "attributes": {
32987
- "category": "global",
32988
- "type": "icon",
32989
- "item": "size",
32990
- "subitem": "3xl"
32991
- },
32992
- "path": [
32993
- "global",
32994
- "icon",
32995
- "size",
32996
- "3xl"
32997
- ],
32998
- "references": [
32999
- {
33000
- "type": "number",
33001
- "value": "6rem",
33002
- "filePath": "tokens/default/highcontrast/base.dimension.json",
33003
- "isSource": true,
33004
- "original": {
33005
- "type": "number",
33006
- "value": 96
33007
- },
33008
- "name": "pf-t--global--icon--size--500",
33009
- "attributes": {
33010
- "category": "global",
33011
- "type": "icon",
33012
- "item": "size",
33013
- "subitem": "500"
33014
- },
33015
- "path": [
33016
- "global",
33017
- "icon",
33018
- "size",
33019
- "500"
33020
- ]
33021
- }
33022
- ]
33023
- }
33024
- },
33025
32992
  "pf-t--global--icon--size--font--body--sm": {
33026
32993
  "default": {
33027
32994
  "description": "Use for icons that are placed inline with small body text",
@@ -34665,6 +34632,58 @@
34665
34632
  ]
34666
34633
  }
34667
34634
  },
34635
+ "pf-t--global--icon--size--3xl": {
34636
+ "default": {
34637
+ "description": "Use for triple extra large icons.",
34638
+ "type": "number",
34639
+ "value": "6rem",
34640
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34641
+ "isSource": true,
34642
+ "original": {
34643
+ "description": "Use for triple extra large icons.",
34644
+ "type": "number",
34645
+ "value": "{global.icon.size.500}"
34646
+ },
34647
+ "name": "pf-t--global--icon--size--3xl",
34648
+ "attributes": {
34649
+ "category": "global",
34650
+ "type": "icon",
34651
+ "item": "size",
34652
+ "subitem": "3xl"
34653
+ },
34654
+ "path": [
34655
+ "global",
34656
+ "icon",
34657
+ "size",
34658
+ "3xl"
34659
+ ],
34660
+ "references": [
34661
+ {
34662
+ "type": "number",
34663
+ "value": "6rem",
34664
+ "filePath": "tokens/default/highcontrast/base.dimension.json",
34665
+ "isSource": true,
34666
+ "original": {
34667
+ "type": "number",
34668
+ "value": 96
34669
+ },
34670
+ "name": "pf-t--global--icon--size--500",
34671
+ "attributes": {
34672
+ "category": "global",
34673
+ "type": "icon",
34674
+ "item": "size",
34675
+ "subitem": "500"
34676
+ },
34677
+ "path": [
34678
+ "global",
34679
+ "icon",
34680
+ "size",
34681
+ "500"
34682
+ ]
34683
+ }
34684
+ ]
34685
+ }
34686
+ },
34668
34687
  "pf-t--global--border--width--divider--default": {
34669
34688
  "default": {
34670
34689
  "description": "Use as the default border width for dividers.",
@@ -36478,110 +36497,6 @@
36478
36497
  ]
36479
36498
  }
36480
36499
  },
36481
- "pf-t--global--font--line-height--body": {
36482
- "default": {
36483
- "description": "Use to define the line height for body text",
36484
- "type": "number",
36485
- "value": 1.5,
36486
- "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
36487
- "isSource": true,
36488
- "original": {
36489
- "description": "Use to define the line height for body text",
36490
- "type": "number",
36491
- "value": "{global.font.line-height.200}"
36492
- },
36493
- "name": "pf-t--global--font--line-height--body",
36494
- "attributes": {
36495
- "category": "global",
36496
- "type": "font",
36497
- "item": "line-height",
36498
- "subitem": "body"
36499
- },
36500
- "path": [
36501
- "global",
36502
- "font",
36503
- "line-height",
36504
- "body"
36505
- ],
36506
- "references": [
36507
- {
36508
- "type": "number",
36509
- "value": 1.5,
36510
- "filePath": "tokens/default/highcontrast/base.dimension.json",
36511
- "isSource": true,
36512
- "original": {
36513
- "type": "number",
36514
- "value": 1.5
36515
- },
36516
- "name": "pf-t--global--font--line-height--200",
36517
- "attributes": {
36518
- "category": "global",
36519
- "type": "font",
36520
- "item": "line-height",
36521
- "subitem": "200"
36522
- },
36523
- "path": [
36524
- "global",
36525
- "font",
36526
- "line-height",
36527
- "200"
36528
- ]
36529
- }
36530
- ]
36531
- }
36532
- },
36533
- "pf-t--global--font--line-height--heading": {
36534
- "default": {
36535
- "description": "Use to define the line height for heading text",
36536
- "type": "number",
36537
- "value": 1.3,
36538
- "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
36539
- "isSource": true,
36540
- "original": {
36541
- "description": "Use to define the line height for heading text",
36542
- "type": "number",
36543
- "value": "{global.font.line-height.100}"
36544
- },
36545
- "name": "pf-t--global--font--line-height--heading",
36546
- "attributes": {
36547
- "category": "global",
36548
- "type": "font",
36549
- "item": "line-height",
36550
- "subitem": "heading"
36551
- },
36552
- "path": [
36553
- "global",
36554
- "font",
36555
- "line-height",
36556
- "heading"
36557
- ],
36558
- "references": [
36559
- {
36560
- "type": "number",
36561
- "value": 1.3,
36562
- "filePath": "tokens/default/highcontrast/base.dimension.json",
36563
- "isSource": true,
36564
- "original": {
36565
- "type": "number",
36566
- "value": 1.2999999523162842
36567
- },
36568
- "name": "pf-t--global--font--line-height--100",
36569
- "attributes": {
36570
- "category": "global",
36571
- "type": "font",
36572
- "item": "line-height",
36573
- "subitem": "100"
36574
- },
36575
- "path": [
36576
- "global",
36577
- "font",
36578
- "line-height",
36579
- "100"
36580
- ]
36581
- }
36582
- ]
36583
- }
36584
- },
36585
36500
  "pf-t--global--font--weight--body--default": {
36586
36501
  "default": {
36587
36502
  "description": "Use to define the default weight for body text",
@@ -36798,6 +36713,110 @@
36798
36713
  ]
36799
36714
  }
36800
36715
  },
36716
+ "pf-t--global--font--line-height--body": {
36717
+ "default": {
36718
+ "description": "Use to define the line height for body text",
36719
+ "type": "number",
36720
+ "value": 1.5,
36721
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
36722
+ "isSource": true,
36723
+ "original": {
36724
+ "description": "Use to define the line height for body text",
36725
+ "type": "number",
36726
+ "value": "{global.font.line-height.200}"
36727
+ },
36728
+ "name": "pf-t--global--font--line-height--body",
36729
+ "attributes": {
36730
+ "category": "global",
36731
+ "type": "font",
36732
+ "item": "line-height",
36733
+ "subitem": "body"
36734
+ },
36735
+ "path": [
36736
+ "global",
36737
+ "font",
36738
+ "line-height",
36739
+ "body"
36740
+ ],
36741
+ "references": [
36742
+ {
36743
+ "type": "number",
36744
+ "value": 1.5,
36745
+ "filePath": "tokens/default/highcontrast/base.dimension.json",
36746
+ "isSource": true,
36747
+ "original": {
36748
+ "type": "number",
36749
+ "value": 1.5
36750
+ },
36751
+ "name": "pf-t--global--font--line-height--200",
36752
+ "attributes": {
36753
+ "category": "global",
36754
+ "type": "font",
36755
+ "item": "line-height",
36756
+ "subitem": "200"
36757
+ },
36758
+ "path": [
36759
+ "global",
36760
+ "font",
36761
+ "line-height",
36762
+ "200"
36763
+ ]
36764
+ }
36765
+ ]
36766
+ }
36767
+ },
36768
+ "pf-t--global--font--line-height--heading": {
36769
+ "default": {
36770
+ "description": "Use to define the line height for heading text",
36771
+ "type": "number",
36772
+ "value": 1.3,
36773
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
36774
+ "isSource": true,
36775
+ "original": {
36776
+ "description": "Use to define the line height for heading text",
36777
+ "type": "number",
36778
+ "value": "{global.font.line-height.100}"
36779
+ },
36780
+ "name": "pf-t--global--font--line-height--heading",
36781
+ "attributes": {
36782
+ "category": "global",
36783
+ "type": "font",
36784
+ "item": "line-height",
36785
+ "subitem": "heading"
36786
+ },
36787
+ "path": [
36788
+ "global",
36789
+ "font",
36790
+ "line-height",
36791
+ "heading"
36792
+ ],
36793
+ "references": [
36794
+ {
36795
+ "type": "number",
36796
+ "value": 1.3,
36797
+ "filePath": "tokens/default/highcontrast/base.dimension.json",
36798
+ "isSource": true,
36799
+ "original": {
36800
+ "type": "number",
36801
+ "value": 1.2999999523162842
36802
+ },
36803
+ "name": "pf-t--global--font--line-height--100",
36804
+ "attributes": {
36805
+ "category": "global",
36806
+ "type": "font",
36807
+ "item": "line-height",
36808
+ "subitem": "100"
36809
+ },
36810
+ "path": [
36811
+ "global",
36812
+ "font",
36813
+ "line-height",
36814
+ "100"
36815
+ ]
36816
+ }
36817
+ ]
36818
+ }
36819
+ },
36801
36820
  "pf-t--global--font--size--body--sm": {
36802
36821
  "default": {
36803
36822
  "description": "Use for a smaller font size in body sections.",
@@ -39251,7 +39270,7 @@
39251
39270
  "default": {
39252
39271
  "description": "Use to define the Y value for a small box-shadow that appears on the top of a raised element, like in sticky footers",
39253
39272
  "type": "number",
39254
- "value": "-2px",
39273
+ "value": "-4px",
39255
39274
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
39256
39275
  "isSource": true,
39257
39276
  "original": {
@@ -39277,12 +39296,12 @@
39277
39296
  "references": [
39278
39297
  {
39279
39298
  "type": "number",
39280
- "value": "-2px",
39299
+ "value": "-4px",
39281
39300
  "filePath": "tokens/default/highcontrast/base.dimension.json",
39282
39301
  "isSource": true,
39283
39302
  "original": {
39284
39303
  "type": "number",
39285
- "value": -2
39304
+ "value": -4
39286
39305
  },
39287
39306
  "name": "pf-t--global--box-shadow--Y--200",
39288
39307
  "attributes": {
@@ -39305,7 +39324,7 @@
39305
39324
  "default": {
39306
39325
  "description": "Use to define the Y value for a small box-shadow that appears on the bottom of a raised element, like in sticky headers.",
39307
39326
  "type": "number",
39308
- "value": "2px",
39327
+ "value": "4px",
39309
39328
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
39310
39329
  "isSource": true,
39311
39330
  "original": {
@@ -39331,12 +39350,12 @@
39331
39350
  "references": [
39332
39351
  {
39333
39352
  "type": "number",
39334
- "value": "2px",
39353
+ "value": "4px",
39335
39354
  "filePath": "tokens/default/highcontrast/base.dimension.json",
39336
39355
  "isSource": true,
39337
39356
  "original": {
39338
39357
  "type": "number",
39339
- "value": 2
39358
+ "value": 4
39340
39359
  },
39341
39360
  "name": "pf-t--global--box-shadow--Y--600",
39342
39361
  "attributes": {
@@ -39467,7 +39486,7 @@
39467
39486
  "default": {
39468
39487
  "description": "Use to define the Y value for a default medium box-shadow, used in popovers and raised menus.",
39469
39488
  "type": "number",
39470
- "value": "2px",
39489
+ "value": "4px",
39471
39490
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
39472
39491
  "isSource": true,
39473
39492
  "original": {
@@ -39493,12 +39512,12 @@
39493
39512
  "references": [
39494
39513
  {
39495
39514
  "type": "number",
39496
- "value": "2px",
39515
+ "value": "4px",
39497
39516
  "filePath": "tokens/default/highcontrast/base.dimension.json",
39498
39517
  "isSource": true,
39499
39518
  "original": {
39500
39519
  "type": "number",
39501
- "value": 2
39520
+ "value": 4
39502
39521
  },
39503
39522
  "name": "pf-t--global--box-shadow--Y--600",
39504
39523
  "attributes": {
@@ -40007,7 +40026,7 @@
40007
40026
  "default": {
40008
40027
  "description": "Use to define the blur for a small box-shadow",
40009
40028
  "type": "number",
40010
- "value": "4px",
40029
+ "value": "6px",
40011
40030
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
40012
40031
  "isSource": true,
40013
40032
  "original": {
@@ -40031,12 +40050,12 @@
40031
40050
  "references": [
40032
40051
  {
40033
40052
  "type": "number",
40034
- "value": "4px",
40053
+ "value": "6px",
40035
40054
  "filePath": "tokens/default/highcontrast/base.dimension.json",
40036
40055
  "isSource": true,
40037
40056
  "original": {
40038
40057
  "type": "number",
40039
- "value": 4
40058
+ "value": 6
40040
40059
  },
40041
40060
  "name": "pf-t--global--box-shadow--blur--100",
40042
40061
  "attributes": {
@@ -40059,7 +40078,7 @@
40059
40078
  "default": {
40060
40079
  "description": "Use to define the blur for a medium box-shadow",
40061
40080
  "type": "number",
40062
- "value": "9px",
40081
+ "value": "10px",
40063
40082
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
40064
40083
  "isSource": true,
40065
40084
  "original": {
@@ -40083,12 +40102,12 @@
40083
40102
  "references": [
40084
40103
  {
40085
40104
  "type": "number",
40086
- "value": "9px",
40105
+ "value": "10px",
40087
40106
  "filePath": "tokens/default/highcontrast/base.dimension.json",
40088
40107
  "isSource": true,
40089
40108
  "original": {
40090
40109
  "type": "number",
40091
- "value": 9
40110
+ "value": 10
40092
40111
  },
40093
40112
  "name": "pf-t--global--box-shadow--blur--200",
40094
40113
  "attributes": {
@@ -42203,12 +42222,12 @@
42203
42222
  "pf-t--global--border--color--50": {
42204
42223
  "default": {
42205
42224
  "type": "color",
42206
- "value": "#f2f2f2",
42225
+ "value": "#e0e0e0",
42207
42226
  "filePath": "tokens/default/highcontrast/base.json",
42208
42227
  "isSource": true,
42209
42228
  "original": {
42210
42229
  "type": "color",
42211
- "value": "{color.gray.10}"
42230
+ "value": "{color.gray.20}"
42212
42231
  },
42213
42232
  "name": "pf-t--global--border--color--50",
42214
42233
  "attributes": {
@@ -42226,23 +42245,23 @@
42226
42245
  "references": [
42227
42246
  {
42228
42247
  "type": "color",
42229
- "value": "#f2f2f2",
42248
+ "value": "#e0e0e0",
42230
42249
  "filePath": "tokens/default/highcontrast/palette.color.json",
42231
42250
  "isSource": true,
42232
42251
  "original": {
42233
42252
  "type": "color",
42234
- "value": "#f2f2f2"
42253
+ "value": "#e0e0e0"
42235
42254
  },
42236
- "name": "pf-t--color--gray--10",
42255
+ "name": "pf-t--color--gray--20",
42237
42256
  "attributes": {
42238
42257
  "category": "color",
42239
42258
  "type": "gray",
42240
- "item": "10"
42259
+ "item": "20"
42241
42260
  },
42242
42261
  "path": [
42243
42262
  "color",
42244
42263
  "gray",
42245
- "10"
42264
+ "20"
42246
42265
  ]
42247
42266
  }
42248
42267
  ]
@@ -43246,12 +43265,12 @@
43246
43265
  "pf-t--global--color--brand--accent--300": {
43247
43266
  "default": {
43248
43267
  "type": "color",
43249
- "value": "#5f0000",
43268
+ "value": "#4d4d4d",
43250
43269
  "filePath": "tokens/default/highcontrast/base.json",
43251
43270
  "isSource": true,
43252
43271
  "original": {
43253
43272
  "type": "color",
43254
- "value": "{color.red.70}"
43273
+ "value": "{color.gray.60}"
43255
43274
  },
43256
43275
  "name": "pf-t--global--color--brand--accent--300",
43257
43276
  "attributes": {
@@ -43271,23 +43290,23 @@
43271
43290
  "references": [
43272
43291
  {
43273
43292
  "type": "color",
43274
- "value": "#5f0000",
43293
+ "value": "#4d4d4d",
43275
43294
  "filePath": "tokens/default/highcontrast/palette.color.json",
43276
43295
  "isSource": true,
43277
43296
  "original": {
43278
43297
  "type": "color",
43279
- "value": "#5f0000"
43298
+ "value": "#4d4d4d"
43280
43299
  },
43281
- "name": "pf-t--color--red--70",
43300
+ "name": "pf-t--color--gray--60",
43282
43301
  "attributes": {
43283
43302
  "category": "color",
43284
- "type": "red",
43285
- "item": "70"
43303
+ "type": "gray",
43304
+ "item": "60"
43286
43305
  },
43287
43306
  "path": [
43288
43307
  "color",
43289
- "red",
43290
- "70"
43308
+ "gray",
43309
+ "60"
43291
43310
  ]
43292
43311
  }
43293
43312
  ]
@@ -48849,153 +48868,153 @@
48849
48868
  ]
48850
48869
  }
48851
48870
  },
48852
- "pf-t--global--font--line-height--100": {
48871
+ "pf-t--global--font--weight--100": {
48853
48872
  "default": {
48854
48873
  "type": "number",
48855
- "value": 1.3,
48874
+ "value": 400,
48856
48875
  "filePath": "tokens/default/highcontrast/base.dimension.json",
48857
48876
  "isSource": true,
48858
48877
  "original": {
48859
48878
  "type": "number",
48860
- "value": 1.2999999523162842
48879
+ "value": 400
48861
48880
  },
48862
- "name": "pf-t--global--font--line-height--100",
48881
+ "name": "pf-t--global--font--weight--100",
48863
48882
  "attributes": {
48864
48883
  "category": "global",
48865
48884
  "type": "font",
48866
- "item": "line-height",
48885
+ "item": "weight",
48867
48886
  "subitem": "100"
48868
48887
  },
48869
48888
  "path": [
48870
48889
  "global",
48871
48890
  "font",
48872
- "line-height",
48891
+ "weight",
48873
48892
  "100"
48874
48893
  ]
48875
48894
  }
48876
48895
  },
48877
- "pf-t--global--font--line-height--200": {
48896
+ "pf-t--global--font--weight--200": {
48878
48897
  "default": {
48879
48898
  "type": "number",
48880
- "value": 1.5,
48899
+ "value": 500,
48881
48900
  "filePath": "tokens/default/highcontrast/base.dimension.json",
48882
48901
  "isSource": true,
48883
48902
  "original": {
48884
48903
  "type": "number",
48885
- "value": 1.5
48904
+ "value": 500
48886
48905
  },
48887
- "name": "pf-t--global--font--line-height--200",
48906
+ "name": "pf-t--global--font--weight--200",
48888
48907
  "attributes": {
48889
48908
  "category": "global",
48890
48909
  "type": "font",
48891
- "item": "line-height",
48910
+ "item": "weight",
48892
48911
  "subitem": "200"
48893
48912
  },
48894
48913
  "path": [
48895
48914
  "global",
48896
48915
  "font",
48897
- "line-height",
48916
+ "weight",
48898
48917
  "200"
48899
48918
  ]
48900
48919
  }
48901
48920
  },
48902
- "pf-t--global--font--weight--100": {
48921
+ "pf-t--global--font--weight--300": {
48903
48922
  "default": {
48904
48923
  "type": "number",
48905
- "value": 400,
48924
+ "value": 500,
48906
48925
  "filePath": "tokens/default/highcontrast/base.dimension.json",
48907
48926
  "isSource": true,
48908
48927
  "original": {
48909
48928
  "type": "number",
48910
- "value": 400
48929
+ "value": 500
48911
48930
  },
48912
- "name": "pf-t--global--font--weight--100",
48931
+ "name": "pf-t--global--font--weight--300",
48913
48932
  "attributes": {
48914
48933
  "category": "global",
48915
48934
  "type": "font",
48916
48935
  "item": "weight",
48917
- "subitem": "100"
48936
+ "subitem": "300"
48918
48937
  },
48919
48938
  "path": [
48920
48939
  "global",
48921
48940
  "font",
48922
48941
  "weight",
48923
- "100"
48942
+ "300"
48924
48943
  ]
48925
48944
  }
48926
48945
  },
48927
- "pf-t--global--font--weight--200": {
48946
+ "pf-t--global--font--weight--400": {
48928
48947
  "default": {
48929
48948
  "type": "number",
48930
- "value": 500,
48949
+ "value": 700,
48931
48950
  "filePath": "tokens/default/highcontrast/base.dimension.json",
48932
48951
  "isSource": true,
48933
48952
  "original": {
48934
48953
  "type": "number",
48935
- "value": 500
48954
+ "value": 700
48936
48955
  },
48937
- "name": "pf-t--global--font--weight--200",
48956
+ "name": "pf-t--global--font--weight--400",
48938
48957
  "attributes": {
48939
48958
  "category": "global",
48940
48959
  "type": "font",
48941
48960
  "item": "weight",
48942
- "subitem": "200"
48961
+ "subitem": "400"
48943
48962
  },
48944
48963
  "path": [
48945
48964
  "global",
48946
48965
  "font",
48947
48966
  "weight",
48948
- "200"
48967
+ "400"
48949
48968
  ]
48950
48969
  }
48951
48970
  },
48952
- "pf-t--global--font--weight--300": {
48971
+ "pf-t--global--font--line-height--100": {
48953
48972
  "default": {
48954
48973
  "type": "number",
48955
- "value": 500,
48974
+ "value": 1.3,
48956
48975
  "filePath": "tokens/default/highcontrast/base.dimension.json",
48957
48976
  "isSource": true,
48958
48977
  "original": {
48959
48978
  "type": "number",
48960
- "value": 500
48979
+ "value": 1.2999999523162842
48961
48980
  },
48962
- "name": "pf-t--global--font--weight--300",
48981
+ "name": "pf-t--global--font--line-height--100",
48963
48982
  "attributes": {
48964
48983
  "category": "global",
48965
48984
  "type": "font",
48966
- "item": "weight",
48967
- "subitem": "300"
48985
+ "item": "line-height",
48986
+ "subitem": "100"
48968
48987
  },
48969
48988
  "path": [
48970
48989
  "global",
48971
48990
  "font",
48972
- "weight",
48973
- "300"
48991
+ "line-height",
48992
+ "100"
48974
48993
  ]
48975
48994
  }
48976
48995
  },
48977
- "pf-t--global--font--weight--400": {
48996
+ "pf-t--global--font--line-height--200": {
48978
48997
  "default": {
48979
48998
  "type": "number",
48980
- "value": 700,
48999
+ "value": 1.5,
48981
49000
  "filePath": "tokens/default/highcontrast/base.dimension.json",
48982
49001
  "isSource": true,
48983
49002
  "original": {
48984
49003
  "type": "number",
48985
- "value": 700
49004
+ "value": 1.5
48986
49005
  },
48987
- "name": "pf-t--global--font--weight--400",
49006
+ "name": "pf-t--global--font--line-height--200",
48988
49007
  "attributes": {
48989
49008
  "category": "global",
48990
49009
  "type": "font",
48991
- "item": "weight",
48992
- "subitem": "400"
49010
+ "item": "line-height",
49011
+ "subitem": "200"
48993
49012
  },
48994
49013
  "path": [
48995
49014
  "global",
48996
49015
  "font",
48997
- "weight",
48998
- "400"
49016
+ "line-height",
49017
+ "200"
48999
49018
  ]
49000
49019
  }
49001
49020
  },
@@ -49490,12 +49509,12 @@
49490
49509
  "pf-t--global--box-shadow--X--300": {
49491
49510
  "default": {
49492
49511
  "type": "number",
49493
- "value": "-1px",
49512
+ "value": "-2px",
49494
49513
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49495
49514
  "isSource": true,
49496
49515
  "original": {
49497
49516
  "type": "number",
49498
- "value": -1
49517
+ "value": -2
49499
49518
  },
49500
49519
  "name": "pf-t--global--box-shadow--X--300",
49501
49520
  "attributes": {
@@ -49540,12 +49559,12 @@
49540
49559
  "pf-t--global--box-shadow--X--500": {
49541
49560
  "default": {
49542
49561
  "type": "number",
49543
- "value": "1px",
49562
+ "value": "2px",
49544
49563
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49545
49564
  "isSource": true,
49546
49565
  "original": {
49547
49566
  "type": "number",
49548
- "value": 1
49567
+ "value": 2
49549
49568
  },
49550
49569
  "name": "pf-t--global--box-shadow--X--500",
49551
49570
  "attributes": {
@@ -49690,12 +49709,12 @@
49690
49709
  "pf-t--global--box-shadow--Y--200": {
49691
49710
  "default": {
49692
49711
  "type": "number",
49693
- "value": "-2px",
49712
+ "value": "-4px",
49694
49713
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49695
49714
  "isSource": true,
49696
49715
  "original": {
49697
49716
  "type": "number",
49698
- "value": -2
49717
+ "value": -4
49699
49718
  },
49700
49719
  "name": "pf-t--global--box-shadow--Y--200",
49701
49720
  "attributes": {
@@ -49790,12 +49809,12 @@
49790
49809
  "pf-t--global--box-shadow--Y--600": {
49791
49810
  "default": {
49792
49811
  "type": "number",
49793
- "value": "2px",
49812
+ "value": "4px",
49794
49813
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49795
49814
  "isSource": true,
49796
49815
  "original": {
49797
49816
  "type": "number",
49798
- "value": 2
49817
+ "value": 4
49799
49818
  },
49800
49819
  "name": "pf-t--global--box-shadow--Y--600",
49801
49820
  "attributes": {
@@ -49865,12 +49884,12 @@
49865
49884
  "pf-t--global--box-shadow--blur--100": {
49866
49885
  "default": {
49867
49886
  "type": "number",
49868
- "value": "4px",
49887
+ "value": "6px",
49869
49888
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49870
49889
  "isSource": true,
49871
49890
  "original": {
49872
49891
  "type": "number",
49873
- "value": 4
49892
+ "value": 6
49874
49893
  },
49875
49894
  "name": "pf-t--global--box-shadow--blur--100",
49876
49895
  "attributes": {
@@ -49890,12 +49909,12 @@
49890
49909
  "pf-t--global--box-shadow--blur--200": {
49891
49910
  "default": {
49892
49911
  "type": "number",
49893
- "value": "9px",
49912
+ "value": "10px",
49894
49913
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49895
49914
  "isSource": true,
49896
49915
  "original": {
49897
49916
  "type": "number",
49898
- "value": 9
49917
+ "value": 10
49899
49918
  },
49900
49919
  "name": "pf-t--global--box-shadow--blur--200",
49901
49920
  "attributes": {
@@ -50745,13 +50764,13 @@
50745
50764
  "redhat": {
50746
50765
  "description": "Use this color for elements that you want to reinforce your brand",
50747
50766
  "type": "color",
50748
- "value": "#a60000",
50767
+ "value": "#000000",
50749
50768
  "filePath": "tokens/redhat/highcontrast/redhat.color.highcontrast.json",
50750
50769
  "isSource": true,
50751
50770
  "original": {
50752
50771
  "description": "Use this color for elements that you want to reinforce your brand",
50753
50772
  "type": "color",
50754
- "value": "{global.color.brand.accent.200}"
50773
+ "value": "{global.color.brand.accent.400}"
50755
50774
  },
50756
50775
  "name": "pf-t--global--color--brand--accent--default",
50757
50776
  "attributes": {
@@ -50771,48 +50790,46 @@
50771
50790
  "references": [
50772
50791
  {
50773
50792
  "type": "color",
50774
- "value": "#a60000",
50793
+ "value": "#000000",
50775
50794
  "filePath": "tokens/default/highcontrast/base.json",
50776
50795
  "isSource": true,
50777
50796
  "original": {
50778
50797
  "type": "color",
50779
- "value": "{color.red.60}"
50798
+ "value": "{color.black}"
50780
50799
  },
50781
- "name": "pf-t--global--color--brand--accent--200",
50800
+ "name": "pf-t--global--color--brand--accent--400",
50782
50801
  "attributes": {
50783
50802
  "category": "global",
50784
50803
  "type": "color",
50785
50804
  "item": "brand",
50786
50805
  "subitem": "accent",
50787
- "state": "200"
50806
+ "state": "400"
50788
50807
  },
50789
50808
  "path": [
50790
50809
  "global",
50791
50810
  "color",
50792
50811
  "brand",
50793
50812
  "accent",
50794
- "200"
50813
+ "400"
50795
50814
  ],
50796
50815
  "references": [
50797
50816
  {
50798
50817
  "type": "color",
50799
- "value": "#a60000",
50818
+ "value": "#000000",
50800
50819
  "filePath": "tokens/default/highcontrast/palette.color.json",
50801
50820
  "isSource": true,
50802
50821
  "original": {
50803
50822
  "type": "color",
50804
- "value": "#a60000"
50823
+ "value": "#000000"
50805
50824
  },
50806
- "name": "pf-t--color--red--60",
50825
+ "name": "pf-t--color--black",
50807
50826
  "attributes": {
50808
50827
  "category": "color",
50809
- "type": "red",
50810
- "item": "60"
50828
+ "type": "black"
50811
50829
  },
50812
50830
  "path": [
50813
50831
  "color",
50814
- "red",
50815
- "60"
50832
+ "black"
50816
50833
  ]
50817
50834
  }
50818
50835
  ]
@@ -50824,7 +50841,7 @@
50824
50841
  "redhat": {
50825
50842
  "description": "Use as the hover state for elements that have a branded background color",
50826
50843
  "type": "color",
50827
- "value": "#5f0000",
50844
+ "value": "#4d4d4d",
50828
50845
  "filePath": "tokens/redhat/highcontrast/redhat.color.highcontrast.json",
50829
50846
  "isSource": true,
50830
50847
  "original": {
@@ -50850,12 +50867,12 @@
50850
50867
  "references": [
50851
50868
  {
50852
50869
  "type": "color",
50853
- "value": "#5f0000",
50870
+ "value": "#4d4d4d",
50854
50871
  "filePath": "tokens/default/highcontrast/base.json",
50855
50872
  "isSource": true,
50856
50873
  "original": {
50857
50874
  "type": "color",
50858
- "value": "{color.red.70}"
50875
+ "value": "{color.gray.60}"
50859
50876
  },
50860
50877
  "name": "pf-t--global--color--brand--accent--300",
50861
50878
  "attributes": {
@@ -50875,23 +50892,23 @@
50875
50892
  "references": [
50876
50893
  {
50877
50894
  "type": "color",
50878
- "value": "#5f0000",
50895
+ "value": "#4d4d4d",
50879
50896
  "filePath": "tokens/default/highcontrast/palette.color.json",
50880
50897
  "isSource": true,
50881
50898
  "original": {
50882
50899
  "type": "color",
50883
- "value": "#5f0000"
50900
+ "value": "#4d4d4d"
50884
50901
  },
50885
- "name": "pf-t--color--red--70",
50902
+ "name": "pf-t--color--gray--60",
50886
50903
  "attributes": {
50887
50904
  "category": "color",
50888
- "type": "red",
50889
- "item": "70"
50905
+ "type": "gray",
50906
+ "item": "60"
50890
50907
  },
50891
50908
  "path": [
50892
50909
  "color",
50893
- "red",
50894
- "70"
50910
+ "gray",
50911
+ "60"
50895
50912
  ]
50896
50913
  }
50897
50914
  ]
@@ -50903,7 +50920,7 @@
50903
50920
  "redhat": {
50904
50921
  "description": "Use as the clicked state for elements that have a brand background color",
50905
50922
  "type": "color",
50906
- "value": "#5f0000",
50923
+ "value": "#4d4d4d",
50907
50924
  "filePath": "tokens/redhat/highcontrast/redhat.color.highcontrast.json",
50908
50925
  "isSource": true,
50909
50926
  "original": {
@@ -50929,12 +50946,12 @@
50929
50946
  "references": [
50930
50947
  {
50931
50948
  "type": "color",
50932
- "value": "#5f0000",
50949
+ "value": "#4d4d4d",
50933
50950
  "filePath": "tokens/default/highcontrast/base.json",
50934
50951
  "isSource": true,
50935
50952
  "original": {
50936
50953
  "type": "color",
50937
- "value": "{color.red.70}"
50954
+ "value": "{color.gray.60}"
50938
50955
  },
50939
50956
  "name": "pf-t--global--color--brand--accent--300",
50940
50957
  "attributes": {
@@ -50954,23 +50971,23 @@
50954
50971
  "references": [
50955
50972
  {
50956
50973
  "type": "color",
50957
- "value": "#5f0000",
50974
+ "value": "#4d4d4d",
50958
50975
  "filePath": "tokens/default/highcontrast/palette.color.json",
50959
50976
  "isSource": true,
50960
50977
  "original": {
50961
50978
  "type": "color",
50962
- "value": "#5f0000"
50979
+ "value": "#4d4d4d"
50963
50980
  },
50964
- "name": "pf-t--color--red--70",
50981
+ "name": "pf-t--color--gray--60",
50965
50982
  "attributes": {
50966
50983
  "category": "color",
50967
- "type": "red",
50968
- "item": "70"
50984
+ "type": "gray",
50985
+ "item": "60"
50969
50986
  },
50970
50987
  "path": [
50971
50988
  "color",
50972
- "red",
50973
- "70"
50989
+ "gray",
50990
+ "60"
50974
50991
  ]
50975
50992
  }
50976
50993
  ]