@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
@@ -15311,210 +15311,6 @@
15311
15311
  ]
15312
15312
  }
15313
15313
  },
15314
- "pf-t--global--background--color--glass--primary": {
15315
- "default": {
15316
- "type": "color",
15317
- "value": "#ffffff",
15318
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15319
- "isSource": true,
15320
- "original": {
15321
- "type": "color",
15322
- "value": "{global.background.color.primary.default}"
15323
- },
15324
- "name": "pf-t--global--background--color--glass--primary",
15325
- "attributes": {
15326
- "category": "global",
15327
- "type": "background",
15328
- "item": "color",
15329
- "subitem": "glass",
15330
- "state": "primary"
15331
- },
15332
- "path": [
15333
- "global",
15334
- "background",
15335
- "color",
15336
- "glass",
15337
- "primary"
15338
- ],
15339
- "references": [
15340
- {
15341
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15342
- "type": "color",
15343
- "value": "#ffffff",
15344
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15345
- "isSource": true,
15346
- "original": {
15347
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15348
- "type": "color",
15349
- "value": "{global.background.color.100}"
15350
- },
15351
- "name": "pf-t--global--background--color--primary--default",
15352
- "attributes": {
15353
- "category": "global",
15354
- "type": "background",
15355
- "item": "color",
15356
- "subitem": "primary",
15357
- "state": "default"
15358
- },
15359
- "path": [
15360
- "global",
15361
- "background",
15362
- "color",
15363
- "primary",
15364
- "default"
15365
- ],
15366
- "references": [
15367
- {
15368
- "type": "color",
15369
- "value": "#ffffff",
15370
- "filePath": "tokens/default/highcontrast/base.json",
15371
- "isSource": true,
15372
- "original": {
15373
- "type": "color",
15374
- "value": "{color.white}"
15375
- },
15376
- "name": "pf-t--global--background--color--100",
15377
- "attributes": {
15378
- "category": "global",
15379
- "type": "background",
15380
- "item": "color",
15381
- "subitem": "100"
15382
- },
15383
- "path": [
15384
- "global",
15385
- "background",
15386
- "color",
15387
- "100"
15388
- ],
15389
- "references": [
15390
- {
15391
- "type": "color",
15392
- "value": "#ffffff",
15393
- "filePath": "tokens/default/highcontrast/palette.color.json",
15394
- "isSource": true,
15395
- "original": {
15396
- "type": "color",
15397
- "value": "#ffffff"
15398
- },
15399
- "name": "pf-t--color--white",
15400
- "attributes": {
15401
- "category": "color",
15402
- "type": "white"
15403
- },
15404
- "path": [
15405
- "color",
15406
- "white"
15407
- ]
15408
- }
15409
- ]
15410
- }
15411
- ]
15412
- }
15413
- ]
15414
- }
15415
- },
15416
- "pf-t--global--background--color--glass--floating": {
15417
- "default": {
15418
- "type": "color",
15419
- "value": "#ffffff",
15420
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15421
- "isSource": true,
15422
- "original": {
15423
- "type": "color",
15424
- "value": "{global.background.color.floating.default}"
15425
- },
15426
- "name": "pf-t--global--background--color--glass--floating",
15427
- "attributes": {
15428
- "category": "global",
15429
- "type": "background",
15430
- "item": "color",
15431
- "subitem": "glass",
15432
- "state": "floating"
15433
- },
15434
- "path": [
15435
- "global",
15436
- "background",
15437
- "color",
15438
- "glass",
15439
- "floating"
15440
- ],
15441
- "references": [
15442
- {
15443
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15444
- "type": "color",
15445
- "value": "#ffffff",
15446
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15447
- "isSource": true,
15448
- "original": {
15449
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15450
- "type": "color",
15451
- "value": "{global.background.color.100}"
15452
- },
15453
- "name": "pf-t--global--background--color--floating--default",
15454
- "attributes": {
15455
- "category": "global",
15456
- "type": "background",
15457
- "item": "color",
15458
- "subitem": "floating",
15459
- "state": "default"
15460
- },
15461
- "path": [
15462
- "global",
15463
- "background",
15464
- "color",
15465
- "floating",
15466
- "default"
15467
- ],
15468
- "references": [
15469
- {
15470
- "type": "color",
15471
- "value": "#ffffff",
15472
- "filePath": "tokens/default/highcontrast/base.json",
15473
- "isSource": true,
15474
- "original": {
15475
- "type": "color",
15476
- "value": "{color.white}"
15477
- },
15478
- "name": "pf-t--global--background--color--100",
15479
- "attributes": {
15480
- "category": "global",
15481
- "type": "background",
15482
- "item": "color",
15483
- "subitem": "100"
15484
- },
15485
- "path": [
15486
- "global",
15487
- "background",
15488
- "color",
15489
- "100"
15490
- ],
15491
- "references": [
15492
- {
15493
- "type": "color",
15494
- "value": "#ffffff",
15495
- "filePath": "tokens/default/highcontrast/palette.color.json",
15496
- "isSource": true,
15497
- "original": {
15498
- "type": "color",
15499
- "value": "#ffffff"
15500
- },
15501
- "name": "pf-t--color--white",
15502
- "attributes": {
15503
- "category": "color",
15504
- "type": "white"
15505
- },
15506
- "path": [
15507
- "color",
15508
- "white"
15509
- ]
15510
- }
15511
- ]
15512
- }
15513
- ]
15514
- }
15515
- ]
15516
- }
15517
- },
15518
15314
  "pf-t--global--background--color--primary--default": {
15519
15315
  "default": {
15520
15316
  "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
@@ -16029,6 +15825,210 @@
16029
15825
  ]
16030
15826
  }
16031
15827
  },
15828
+ "pf-t--global--background--color--glass--primary": {
15829
+ "default": {
15830
+ "type": "color",
15831
+ "value": "#ffffff",
15832
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15833
+ "isSource": true,
15834
+ "original": {
15835
+ "type": "color",
15836
+ "value": "{global.background.color.primary.default}"
15837
+ },
15838
+ "name": "pf-t--global--background--color--glass--primary",
15839
+ "attributes": {
15840
+ "category": "global",
15841
+ "type": "background",
15842
+ "item": "color",
15843
+ "subitem": "glass",
15844
+ "state": "primary"
15845
+ },
15846
+ "path": [
15847
+ "global",
15848
+ "background",
15849
+ "color",
15850
+ "glass",
15851
+ "primary"
15852
+ ],
15853
+ "references": [
15854
+ {
15855
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15856
+ "type": "color",
15857
+ "value": "#ffffff",
15858
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15859
+ "isSource": true,
15860
+ "original": {
15861
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15862
+ "type": "color",
15863
+ "value": "{global.background.color.100}"
15864
+ },
15865
+ "name": "pf-t--global--background--color--primary--default",
15866
+ "attributes": {
15867
+ "category": "global",
15868
+ "type": "background",
15869
+ "item": "color",
15870
+ "subitem": "primary",
15871
+ "state": "default"
15872
+ },
15873
+ "path": [
15874
+ "global",
15875
+ "background",
15876
+ "color",
15877
+ "primary",
15878
+ "default"
15879
+ ],
15880
+ "references": [
15881
+ {
15882
+ "type": "color",
15883
+ "value": "#ffffff",
15884
+ "filePath": "tokens/default/highcontrast/base.json",
15885
+ "isSource": true,
15886
+ "original": {
15887
+ "type": "color",
15888
+ "value": "{color.white}"
15889
+ },
15890
+ "name": "pf-t--global--background--color--100",
15891
+ "attributes": {
15892
+ "category": "global",
15893
+ "type": "background",
15894
+ "item": "color",
15895
+ "subitem": "100"
15896
+ },
15897
+ "path": [
15898
+ "global",
15899
+ "background",
15900
+ "color",
15901
+ "100"
15902
+ ],
15903
+ "references": [
15904
+ {
15905
+ "type": "color",
15906
+ "value": "#ffffff",
15907
+ "filePath": "tokens/default/highcontrast/palette.color.json",
15908
+ "isSource": true,
15909
+ "original": {
15910
+ "type": "color",
15911
+ "value": "#ffffff"
15912
+ },
15913
+ "name": "pf-t--color--white",
15914
+ "attributes": {
15915
+ "category": "color",
15916
+ "type": "white"
15917
+ },
15918
+ "path": [
15919
+ "color",
15920
+ "white"
15921
+ ]
15922
+ }
15923
+ ]
15924
+ }
15925
+ ]
15926
+ }
15927
+ ]
15928
+ }
15929
+ },
15930
+ "pf-t--global--background--color--glass--floating": {
15931
+ "default": {
15932
+ "type": "color",
15933
+ "value": "#ffffff",
15934
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15935
+ "isSource": true,
15936
+ "original": {
15937
+ "type": "color",
15938
+ "value": "{global.background.color.floating.default}"
15939
+ },
15940
+ "name": "pf-t--global--background--color--glass--floating",
15941
+ "attributes": {
15942
+ "category": "global",
15943
+ "type": "background",
15944
+ "item": "color",
15945
+ "subitem": "glass",
15946
+ "state": "floating"
15947
+ },
15948
+ "path": [
15949
+ "global",
15950
+ "background",
15951
+ "color",
15952
+ "glass",
15953
+ "floating"
15954
+ ],
15955
+ "references": [
15956
+ {
15957
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15958
+ "type": "color",
15959
+ "value": "#ffffff",
15960
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
15961
+ "isSource": true,
15962
+ "original": {
15963
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15964
+ "type": "color",
15965
+ "value": "{global.background.color.100}"
15966
+ },
15967
+ "name": "pf-t--global--background--color--floating--default",
15968
+ "attributes": {
15969
+ "category": "global",
15970
+ "type": "background",
15971
+ "item": "color",
15972
+ "subitem": "floating",
15973
+ "state": "default"
15974
+ },
15975
+ "path": [
15976
+ "global",
15977
+ "background",
15978
+ "color",
15979
+ "floating",
15980
+ "default"
15981
+ ],
15982
+ "references": [
15983
+ {
15984
+ "type": "color",
15985
+ "value": "#ffffff",
15986
+ "filePath": "tokens/default/highcontrast/base.json",
15987
+ "isSource": true,
15988
+ "original": {
15989
+ "type": "color",
15990
+ "value": "{color.white}"
15991
+ },
15992
+ "name": "pf-t--global--background--color--100",
15993
+ "attributes": {
15994
+ "category": "global",
15995
+ "type": "background",
15996
+ "item": "color",
15997
+ "subitem": "100"
15998
+ },
15999
+ "path": [
16000
+ "global",
16001
+ "background",
16002
+ "color",
16003
+ "100"
16004
+ ],
16005
+ "references": [
16006
+ {
16007
+ "type": "color",
16008
+ "value": "#ffffff",
16009
+ "filePath": "tokens/default/highcontrast/palette.color.json",
16010
+ "isSource": true,
16011
+ "original": {
16012
+ "type": "color",
16013
+ "value": "#ffffff"
16014
+ },
16015
+ "name": "pf-t--color--white",
16016
+ "attributes": {
16017
+ "category": "color",
16018
+ "type": "white"
16019
+ },
16020
+ "path": [
16021
+ "color",
16022
+ "white"
16023
+ ]
16024
+ }
16025
+ ]
16026
+ }
16027
+ ]
16028
+ }
16029
+ ]
16030
+ }
16031
+ },
16032
16032
  "pf-t--global--background--color--floating--default": {
16033
16033
  "default": {
16034
16034
  "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
@@ -16181,76 +16181,151 @@
16181
16181
  ]
16182
16182
  }
16183
16183
  },
16184
- "pf-t--global--background--color--floating--clicked": {
16184
+ "pf-t--global--background--color--floating--clicked": {
16185
+ "default": {
16186
+ "description": "Use as the clicked state for floating backgrounds",
16187
+ "type": "color",
16188
+ "value": "#f2f2f2",
16189
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16190
+ "isSource": true,
16191
+ "original": {
16192
+ "description": "Use as the clicked state for floating backgrounds",
16193
+ "type": "color",
16194
+ "value": "{global.background.color.200}"
16195
+ },
16196
+ "name": "pf-t--global--background--color--floating--clicked",
16197
+ "attributes": {
16198
+ "category": "global",
16199
+ "type": "background",
16200
+ "item": "color",
16201
+ "subitem": "floating",
16202
+ "state": "clicked"
16203
+ },
16204
+ "path": [
16205
+ "global",
16206
+ "background",
16207
+ "color",
16208
+ "floating",
16209
+ "clicked"
16210
+ ],
16211
+ "references": [
16212
+ {
16213
+ "type": "color",
16214
+ "value": "#f2f2f2",
16215
+ "filePath": "tokens/default/highcontrast/base.json",
16216
+ "isSource": true,
16217
+ "original": {
16218
+ "type": "color",
16219
+ "value": "{color.gray.10}"
16220
+ },
16221
+ "name": "pf-t--global--background--color--200",
16222
+ "attributes": {
16223
+ "category": "global",
16224
+ "type": "background",
16225
+ "item": "color",
16226
+ "subitem": "200"
16227
+ },
16228
+ "path": [
16229
+ "global",
16230
+ "background",
16231
+ "color",
16232
+ "200"
16233
+ ],
16234
+ "references": [
16235
+ {
16236
+ "type": "color",
16237
+ "value": "#f2f2f2",
16238
+ "filePath": "tokens/default/highcontrast/palette.color.json",
16239
+ "isSource": true,
16240
+ "original": {
16241
+ "type": "color",
16242
+ "value": "#f2f2f2"
16243
+ },
16244
+ "name": "pf-t--color--gray--10",
16245
+ "attributes": {
16246
+ "category": "color",
16247
+ "type": "gray",
16248
+ "item": "10"
16249
+ },
16250
+ "path": [
16251
+ "color",
16252
+ "gray",
16253
+ "10"
16254
+ ]
16255
+ }
16256
+ ]
16257
+ }
16258
+ ]
16259
+ }
16260
+ },
16261
+ "pf-t--global--background--color--sticky--default": {
16185
16262
  "default": {
16186
- "description": "Use as the clicked state for floating backgrounds",
16263
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
16187
16264
  "type": "color",
16188
- "value": "#f2f2f2",
16265
+ "value": "#ffffff",
16189
16266
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16190
16267
  "isSource": true,
16191
16268
  "original": {
16192
- "description": "Use as the clicked state for floating backgrounds",
16269
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
16193
16270
  "type": "color",
16194
- "value": "{global.background.color.200}"
16271
+ "value": "{global.background.color.100}"
16195
16272
  },
16196
- "name": "pf-t--global--background--color--floating--clicked",
16273
+ "name": "pf-t--global--background--color--sticky--default",
16197
16274
  "attributes": {
16198
16275
  "category": "global",
16199
16276
  "type": "background",
16200
16277
  "item": "color",
16201
- "subitem": "floating",
16202
- "state": "clicked"
16278
+ "subitem": "sticky",
16279
+ "state": "default"
16203
16280
  },
16204
16281
  "path": [
16205
16282
  "global",
16206
16283
  "background",
16207
16284
  "color",
16208
- "floating",
16209
- "clicked"
16285
+ "sticky",
16286
+ "default"
16210
16287
  ],
16211
16288
  "references": [
16212
16289
  {
16213
16290
  "type": "color",
16214
- "value": "#f2f2f2",
16291
+ "value": "#ffffff",
16215
16292
  "filePath": "tokens/default/highcontrast/base.json",
16216
16293
  "isSource": true,
16217
16294
  "original": {
16218
16295
  "type": "color",
16219
- "value": "{color.gray.10}"
16296
+ "value": "{color.white}"
16220
16297
  },
16221
- "name": "pf-t--global--background--color--200",
16298
+ "name": "pf-t--global--background--color--100",
16222
16299
  "attributes": {
16223
16300
  "category": "global",
16224
16301
  "type": "background",
16225
16302
  "item": "color",
16226
- "subitem": "200"
16303
+ "subitem": "100"
16227
16304
  },
16228
16305
  "path": [
16229
16306
  "global",
16230
16307
  "background",
16231
16308
  "color",
16232
- "200"
16309
+ "100"
16233
16310
  ],
16234
16311
  "references": [
16235
16312
  {
16236
16313
  "type": "color",
16237
- "value": "#f2f2f2",
16314
+ "value": "#ffffff",
16238
16315
  "filePath": "tokens/default/highcontrast/palette.color.json",
16239
16316
  "isSource": true,
16240
16317
  "original": {
16241
16318
  "type": "color",
16242
- "value": "#f2f2f2"
16319
+ "value": "#ffffff"
16243
16320
  },
16244
- "name": "pf-t--color--gray--10",
16321
+ "name": "pf-t--color--white",
16245
16322
  "attributes": {
16246
16323
  "category": "color",
16247
- "type": "gray",
16248
- "item": "10"
16324
+ "type": "white"
16249
16325
  },
16250
16326
  "path": [
16251
16327
  "color",
16252
- "gray",
16253
- "10"
16328
+ "white"
16254
16329
  ]
16255
16330
  }
16256
16331
  ]
@@ -17313,60 +17388,6 @@
17313
17388
  ]
17314
17389
  }
17315
17390
  },
17316
- "pf-t--global--background--opacity--glass--primary": {
17317
- "default": {
17318
- "type": "number",
17319
- "value": "100%",
17320
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
17321
- "isSource": true,
17322
- "original": {
17323
- "type": "number",
17324
- "value": 100
17325
- },
17326
- "name": "pf-t--global--background--opacity--glass--primary",
17327
- "attributes": {
17328
- "category": "global",
17329
- "type": "background",
17330
- "item": "opacity",
17331
- "subitem": "glass",
17332
- "state": "primary"
17333
- },
17334
- "path": [
17335
- "global",
17336
- "background",
17337
- "opacity",
17338
- "glass",
17339
- "primary"
17340
- ]
17341
- }
17342
- },
17343
- "pf-t--global--background--opacity--glass--floating": {
17344
- "default": {
17345
- "type": "number",
17346
- "value": "100%",
17347
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
17348
- "isSource": true,
17349
- "original": {
17350
- "type": "number",
17351
- "value": 100
17352
- },
17353
- "name": "pf-t--global--background--opacity--glass--floating",
17354
- "attributes": {
17355
- "category": "global",
17356
- "type": "background",
17357
- "item": "opacity",
17358
- "subitem": "glass",
17359
- "state": "floating"
17360
- },
17361
- "path": [
17362
- "global",
17363
- "background",
17364
- "opacity",
17365
- "glass",
17366
- "floating"
17367
- ]
17368
- }
17369
- },
17370
17391
  "pf-t--global--color--brand--accent--default": {
17371
17392
  "default": {
17372
17393
  "description": "Use this color for elements that you want to reinforce your brand",
@@ -33759,58 +33780,6 @@
33759
33780
  ]
33760
33781
  }
33761
33782
  },
33762
- "pf-t--global--icon--size--3xl": {
33763
- "default": {
33764
- "description": "Use for triple extra large icons.",
33765
- "type": "number",
33766
- "value": "6rem",
33767
- "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
33768
- "isSource": true,
33769
- "original": {
33770
- "description": "Use for triple extra large icons.",
33771
- "type": "number",
33772
- "value": "{global.icon.size.500}"
33773
- },
33774
- "name": "pf-t--global--icon--size--3xl",
33775
- "attributes": {
33776
- "category": "global",
33777
- "type": "icon",
33778
- "item": "size",
33779
- "subitem": "3xl"
33780
- },
33781
- "path": [
33782
- "global",
33783
- "icon",
33784
- "size",
33785
- "3xl"
33786
- ],
33787
- "references": [
33788
- {
33789
- "type": "number",
33790
- "value": "6rem",
33791
- "filePath": "tokens/default/highcontrast/base.dimension.json",
33792
- "isSource": true,
33793
- "original": {
33794
- "type": "number",
33795
- "value": 96
33796
- },
33797
- "name": "pf-t--global--icon--size--500",
33798
- "attributes": {
33799
- "category": "global",
33800
- "type": "icon",
33801
- "item": "size",
33802
- "subitem": "500"
33803
- },
33804
- "path": [
33805
- "global",
33806
- "icon",
33807
- "size",
33808
- "500"
33809
- ]
33810
- }
33811
- ]
33812
- }
33813
- },
33814
33783
  "pf-t--global--icon--size--font--body--sm": {
33815
33784
  "default": {
33816
33785
  "description": "Use for icons that are placed inline with small body text",
@@ -35454,6 +35423,58 @@
35454
35423
  ]
35455
35424
  }
35456
35425
  },
35426
+ "pf-t--global--icon--size--3xl": {
35427
+ "default": {
35428
+ "description": "Use for triple extra large icons.",
35429
+ "type": "number",
35430
+ "value": "6rem",
35431
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
35432
+ "isSource": true,
35433
+ "original": {
35434
+ "description": "Use for triple extra large icons.",
35435
+ "type": "number",
35436
+ "value": "{global.icon.size.500}"
35437
+ },
35438
+ "name": "pf-t--global--icon--size--3xl",
35439
+ "attributes": {
35440
+ "category": "global",
35441
+ "type": "icon",
35442
+ "item": "size",
35443
+ "subitem": "3xl"
35444
+ },
35445
+ "path": [
35446
+ "global",
35447
+ "icon",
35448
+ "size",
35449
+ "3xl"
35450
+ ],
35451
+ "references": [
35452
+ {
35453
+ "type": "number",
35454
+ "value": "6rem",
35455
+ "filePath": "tokens/default/highcontrast/base.dimension.json",
35456
+ "isSource": true,
35457
+ "original": {
35458
+ "type": "number",
35459
+ "value": 96
35460
+ },
35461
+ "name": "pf-t--global--icon--size--500",
35462
+ "attributes": {
35463
+ "category": "global",
35464
+ "type": "icon",
35465
+ "item": "size",
35466
+ "subitem": "500"
35467
+ },
35468
+ "path": [
35469
+ "global",
35470
+ "icon",
35471
+ "size",
35472
+ "500"
35473
+ ]
35474
+ }
35475
+ ]
35476
+ }
35477
+ },
35457
35478
  "pf-t--global--border--width--divider--default": {
35458
35479
  "default": {
35459
35480
  "description": "Use as the default border width for dividers.",
@@ -37426,110 +37447,6 @@
37426
37447
  ]
37427
37448
  }
37428
37449
  },
37429
- "pf-t--global--font--line-height--body": {
37430
- "default": {
37431
- "description": "Use to define the line height for body text",
37432
- "type": "number",
37433
- "value": 1.5,
37434
- "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
37435
- "isSource": true,
37436
- "original": {
37437
- "description": "Use to define the line height for body text",
37438
- "type": "number",
37439
- "value": "{global.font.line-height.200}"
37440
- },
37441
- "name": "pf-t--global--font--line-height--body",
37442
- "attributes": {
37443
- "category": "global",
37444
- "type": "font",
37445
- "item": "line-height",
37446
- "subitem": "body"
37447
- },
37448
- "path": [
37449
- "global",
37450
- "font",
37451
- "line-height",
37452
- "body"
37453
- ],
37454
- "references": [
37455
- {
37456
- "type": "number",
37457
- "value": 1.5,
37458
- "filePath": "tokens/default/highcontrast/base.dimension.json",
37459
- "isSource": true,
37460
- "original": {
37461
- "type": "number",
37462
- "value": 1.5
37463
- },
37464
- "name": "pf-t--global--font--line-height--200",
37465
- "attributes": {
37466
- "category": "global",
37467
- "type": "font",
37468
- "item": "line-height",
37469
- "subitem": "200"
37470
- },
37471
- "path": [
37472
- "global",
37473
- "font",
37474
- "line-height",
37475
- "200"
37476
- ]
37477
- }
37478
- ]
37479
- }
37480
- },
37481
- "pf-t--global--font--line-height--heading": {
37482
- "default": {
37483
- "description": "Use to define the line height for heading text",
37484
- "type": "number",
37485
- "value": 1.3,
37486
- "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
37487
- "isSource": true,
37488
- "original": {
37489
- "description": "Use to define the line height for heading text",
37490
- "type": "number",
37491
- "value": "{global.font.line-height.100}"
37492
- },
37493
- "name": "pf-t--global--font--line-height--heading",
37494
- "attributes": {
37495
- "category": "global",
37496
- "type": "font",
37497
- "item": "line-height",
37498
- "subitem": "heading"
37499
- },
37500
- "path": [
37501
- "global",
37502
- "font",
37503
- "line-height",
37504
- "heading"
37505
- ],
37506
- "references": [
37507
- {
37508
- "type": "number",
37509
- "value": 1.3,
37510
- "filePath": "tokens/default/highcontrast/base.dimension.json",
37511
- "isSource": true,
37512
- "original": {
37513
- "type": "number",
37514
- "value": 1.2999999523162842
37515
- },
37516
- "name": "pf-t--global--font--line-height--100",
37517
- "attributes": {
37518
- "category": "global",
37519
- "type": "font",
37520
- "item": "line-height",
37521
- "subitem": "100"
37522
- },
37523
- "path": [
37524
- "global",
37525
- "font",
37526
- "line-height",
37527
- "100"
37528
- ]
37529
- }
37530
- ]
37531
- }
37532
- },
37533
37450
  "pf-t--global--font--weight--body--default": {
37534
37451
  "default": {
37535
37452
  "description": "Use to define the default weight for body text",
@@ -37746,6 +37663,110 @@
37746
37663
  ]
37747
37664
  }
37748
37665
  },
37666
+ "pf-t--global--font--line-height--body": {
37667
+ "default": {
37668
+ "description": "Use to define the line height for body text",
37669
+ "type": "number",
37670
+ "value": 1.5,
37671
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
37672
+ "isSource": true,
37673
+ "original": {
37674
+ "description": "Use to define the line height for body text",
37675
+ "type": "number",
37676
+ "value": "{global.font.line-height.200}"
37677
+ },
37678
+ "name": "pf-t--global--font--line-height--body",
37679
+ "attributes": {
37680
+ "category": "global",
37681
+ "type": "font",
37682
+ "item": "line-height",
37683
+ "subitem": "body"
37684
+ },
37685
+ "path": [
37686
+ "global",
37687
+ "font",
37688
+ "line-height",
37689
+ "body"
37690
+ ],
37691
+ "references": [
37692
+ {
37693
+ "type": "number",
37694
+ "value": 1.5,
37695
+ "filePath": "tokens/default/highcontrast/base.dimension.json",
37696
+ "isSource": true,
37697
+ "original": {
37698
+ "type": "number",
37699
+ "value": 1.5
37700
+ },
37701
+ "name": "pf-t--global--font--line-height--200",
37702
+ "attributes": {
37703
+ "category": "global",
37704
+ "type": "font",
37705
+ "item": "line-height",
37706
+ "subitem": "200"
37707
+ },
37708
+ "path": [
37709
+ "global",
37710
+ "font",
37711
+ "line-height",
37712
+ "200"
37713
+ ]
37714
+ }
37715
+ ]
37716
+ }
37717
+ },
37718
+ "pf-t--global--font--line-height--heading": {
37719
+ "default": {
37720
+ "description": "Use to define the line height for heading text",
37721
+ "type": "number",
37722
+ "value": 1.3,
37723
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
37724
+ "isSource": true,
37725
+ "original": {
37726
+ "description": "Use to define the line height for heading text",
37727
+ "type": "number",
37728
+ "value": "{global.font.line-height.100}"
37729
+ },
37730
+ "name": "pf-t--global--font--line-height--heading",
37731
+ "attributes": {
37732
+ "category": "global",
37733
+ "type": "font",
37734
+ "item": "line-height",
37735
+ "subitem": "heading"
37736
+ },
37737
+ "path": [
37738
+ "global",
37739
+ "font",
37740
+ "line-height",
37741
+ "heading"
37742
+ ],
37743
+ "references": [
37744
+ {
37745
+ "type": "number",
37746
+ "value": 1.3,
37747
+ "filePath": "tokens/default/highcontrast/base.dimension.json",
37748
+ "isSource": true,
37749
+ "original": {
37750
+ "type": "number",
37751
+ "value": 1.2999999523162842
37752
+ },
37753
+ "name": "pf-t--global--font--line-height--100",
37754
+ "attributes": {
37755
+ "category": "global",
37756
+ "type": "font",
37757
+ "item": "line-height",
37758
+ "subitem": "100"
37759
+ },
37760
+ "path": [
37761
+ "global",
37762
+ "font",
37763
+ "line-height",
37764
+ "100"
37765
+ ]
37766
+ }
37767
+ ]
37768
+ }
37769
+ },
37749
37770
  "pf-t--global--font--size--body--sm": {
37750
37771
  "default": {
37751
37772
  "description": "Use for a smaller font size in body sections.",
@@ -40199,7 +40220,7 @@
40199
40220
  "default": {
40200
40221
  "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",
40201
40222
  "type": "number",
40202
- "value": "-2px",
40223
+ "value": "-4px",
40203
40224
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
40204
40225
  "isSource": true,
40205
40226
  "original": {
@@ -40225,12 +40246,12 @@
40225
40246
  "references": [
40226
40247
  {
40227
40248
  "type": "number",
40228
- "value": "-2px",
40249
+ "value": "-4px",
40229
40250
  "filePath": "tokens/default/highcontrast/base.dimension.json",
40230
40251
  "isSource": true,
40231
40252
  "original": {
40232
40253
  "type": "number",
40233
- "value": -2
40254
+ "value": -4
40234
40255
  },
40235
40256
  "name": "pf-t--global--box-shadow--Y--200",
40236
40257
  "attributes": {
@@ -40253,7 +40274,7 @@
40253
40274
  "default": {
40254
40275
  "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.",
40255
40276
  "type": "number",
40256
- "value": "2px",
40277
+ "value": "4px",
40257
40278
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
40258
40279
  "isSource": true,
40259
40280
  "original": {
@@ -40279,12 +40300,12 @@
40279
40300
  "references": [
40280
40301
  {
40281
40302
  "type": "number",
40282
- "value": "2px",
40303
+ "value": "4px",
40283
40304
  "filePath": "tokens/default/highcontrast/base.dimension.json",
40284
40305
  "isSource": true,
40285
40306
  "original": {
40286
40307
  "type": "number",
40287
- "value": 2
40308
+ "value": 4
40288
40309
  },
40289
40310
  "name": "pf-t--global--box-shadow--Y--600",
40290
40311
  "attributes": {
@@ -40415,7 +40436,7 @@
40415
40436
  "default": {
40416
40437
  "description": "Use to define the Y value for a default medium box-shadow, used in popovers and raised menus.",
40417
40438
  "type": "number",
40418
- "value": "2px",
40439
+ "value": "4px",
40419
40440
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
40420
40441
  "isSource": true,
40421
40442
  "original": {
@@ -40441,12 +40462,12 @@
40441
40462
  "references": [
40442
40463
  {
40443
40464
  "type": "number",
40444
- "value": "2px",
40465
+ "value": "4px",
40445
40466
  "filePath": "tokens/default/highcontrast/base.dimension.json",
40446
40467
  "isSource": true,
40447
40468
  "original": {
40448
40469
  "type": "number",
40449
- "value": 2
40470
+ "value": 4
40450
40471
  },
40451
40472
  "name": "pf-t--global--box-shadow--Y--600",
40452
40473
  "attributes": {
@@ -40955,7 +40976,7 @@
40955
40976
  "default": {
40956
40977
  "description": "Use to define the blur for a small box-shadow",
40957
40978
  "type": "number",
40958
- "value": "4px",
40979
+ "value": "6px",
40959
40980
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
40960
40981
  "isSource": true,
40961
40982
  "original": {
@@ -40979,12 +41000,12 @@
40979
41000
  "references": [
40980
41001
  {
40981
41002
  "type": "number",
40982
- "value": "4px",
41003
+ "value": "6px",
40983
41004
  "filePath": "tokens/default/highcontrast/base.dimension.json",
40984
41005
  "isSource": true,
40985
41006
  "original": {
40986
41007
  "type": "number",
40987
- "value": 4
41008
+ "value": 6
40988
41009
  },
40989
41010
  "name": "pf-t--global--box-shadow--blur--100",
40990
41011
  "attributes": {
@@ -41007,7 +41028,7 @@
41007
41028
  "default": {
41008
41029
  "description": "Use to define the blur for a medium box-shadow",
41009
41030
  "type": "number",
41010
- "value": "9px",
41031
+ "value": "10px",
41011
41032
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
41012
41033
  "isSource": true,
41013
41034
  "original": {
@@ -41031,12 +41052,12 @@
41031
41052
  "references": [
41032
41053
  {
41033
41054
  "type": "number",
41034
- "value": "9px",
41055
+ "value": "10px",
41035
41056
  "filePath": "tokens/default/highcontrast/base.dimension.json",
41036
41057
  "isSource": true,
41037
41058
  "original": {
41038
41059
  "type": "number",
41039
- "value": 9
41060
+ "value": 10
41040
41061
  },
41041
41062
  "name": "pf-t--global--box-shadow--blur--200",
41042
41063
  "attributes": {
@@ -43151,12 +43172,12 @@
43151
43172
  "pf-t--global--border--color--50": {
43152
43173
  "default": {
43153
43174
  "type": "color",
43154
- "value": "#f2f2f2",
43175
+ "value": "#e0e0e0",
43155
43176
  "filePath": "tokens/default/highcontrast/base.json",
43156
43177
  "isSource": true,
43157
43178
  "original": {
43158
43179
  "type": "color",
43159
- "value": "{color.gray.10}"
43180
+ "value": "{color.gray.20}"
43160
43181
  },
43161
43182
  "name": "pf-t--global--border--color--50",
43162
43183
  "attributes": {
@@ -43174,23 +43195,23 @@
43174
43195
  "references": [
43175
43196
  {
43176
43197
  "type": "color",
43177
- "value": "#f2f2f2",
43198
+ "value": "#e0e0e0",
43178
43199
  "filePath": "tokens/default/highcontrast/palette.color.json",
43179
43200
  "isSource": true,
43180
43201
  "original": {
43181
43202
  "type": "color",
43182
- "value": "#f2f2f2"
43203
+ "value": "#e0e0e0"
43183
43204
  },
43184
- "name": "pf-t--color--gray--10",
43205
+ "name": "pf-t--color--gray--20",
43185
43206
  "attributes": {
43186
43207
  "category": "color",
43187
43208
  "type": "gray",
43188
- "item": "10"
43209
+ "item": "20"
43189
43210
  },
43190
43211
  "path": [
43191
43212
  "color",
43192
43213
  "gray",
43193
- "10"
43214
+ "20"
43194
43215
  ]
43195
43216
  }
43196
43217
  ]
@@ -44194,12 +44215,12 @@
44194
44215
  "pf-t--global--color--brand--accent--300": {
44195
44216
  "default": {
44196
44217
  "type": "color",
44197
- "value": "#5f0000",
44218
+ "value": "#4d4d4d",
44198
44219
  "filePath": "tokens/default/highcontrast/base.json",
44199
44220
  "isSource": true,
44200
44221
  "original": {
44201
44222
  "type": "color",
44202
- "value": "{color.red.70}"
44223
+ "value": "{color.gray.60}"
44203
44224
  },
44204
44225
  "name": "pf-t--global--color--brand--accent--300",
44205
44226
  "attributes": {
@@ -44219,23 +44240,23 @@
44219
44240
  "references": [
44220
44241
  {
44221
44242
  "type": "color",
44222
- "value": "#5f0000",
44243
+ "value": "#4d4d4d",
44223
44244
  "filePath": "tokens/default/highcontrast/palette.color.json",
44224
44245
  "isSource": true,
44225
44246
  "original": {
44226
44247
  "type": "color",
44227
- "value": "#5f0000"
44248
+ "value": "#4d4d4d"
44228
44249
  },
44229
- "name": "pf-t--color--red--70",
44250
+ "name": "pf-t--color--gray--60",
44230
44251
  "attributes": {
44231
44252
  "category": "color",
44232
- "type": "red",
44233
- "item": "70"
44253
+ "type": "gray",
44254
+ "item": "60"
44234
44255
  },
44235
44256
  "path": [
44236
44257
  "color",
44237
- "red",
44238
- "70"
44258
+ "gray",
44259
+ "60"
44239
44260
  ]
44240
44261
  }
44241
44262
  ]
@@ -49797,153 +49818,153 @@
49797
49818
  ]
49798
49819
  }
49799
49820
  },
49800
- "pf-t--global--font--line-height--100": {
49821
+ "pf-t--global--font--weight--100": {
49801
49822
  "default": {
49802
49823
  "type": "number",
49803
- "value": 1.3,
49824
+ "value": 400,
49804
49825
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49805
49826
  "isSource": true,
49806
49827
  "original": {
49807
49828
  "type": "number",
49808
- "value": 1.2999999523162842
49829
+ "value": 400
49809
49830
  },
49810
- "name": "pf-t--global--font--line-height--100",
49831
+ "name": "pf-t--global--font--weight--100",
49811
49832
  "attributes": {
49812
49833
  "category": "global",
49813
49834
  "type": "font",
49814
- "item": "line-height",
49835
+ "item": "weight",
49815
49836
  "subitem": "100"
49816
49837
  },
49817
49838
  "path": [
49818
49839
  "global",
49819
49840
  "font",
49820
- "line-height",
49841
+ "weight",
49821
49842
  "100"
49822
49843
  ]
49823
49844
  }
49824
49845
  },
49825
- "pf-t--global--font--line-height--200": {
49846
+ "pf-t--global--font--weight--200": {
49826
49847
  "default": {
49827
49848
  "type": "number",
49828
- "value": 1.5,
49849
+ "value": 500,
49829
49850
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49830
49851
  "isSource": true,
49831
49852
  "original": {
49832
49853
  "type": "number",
49833
- "value": 1.5
49854
+ "value": 500
49834
49855
  },
49835
- "name": "pf-t--global--font--line-height--200",
49856
+ "name": "pf-t--global--font--weight--200",
49836
49857
  "attributes": {
49837
49858
  "category": "global",
49838
49859
  "type": "font",
49839
- "item": "line-height",
49860
+ "item": "weight",
49840
49861
  "subitem": "200"
49841
49862
  },
49842
49863
  "path": [
49843
49864
  "global",
49844
49865
  "font",
49845
- "line-height",
49866
+ "weight",
49846
49867
  "200"
49847
49868
  ]
49848
49869
  }
49849
49870
  },
49850
- "pf-t--global--font--weight--100": {
49871
+ "pf-t--global--font--weight--300": {
49851
49872
  "default": {
49852
49873
  "type": "number",
49853
- "value": 400,
49874
+ "value": 500,
49854
49875
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49855
49876
  "isSource": true,
49856
49877
  "original": {
49857
49878
  "type": "number",
49858
- "value": 400
49879
+ "value": 500
49859
49880
  },
49860
- "name": "pf-t--global--font--weight--100",
49881
+ "name": "pf-t--global--font--weight--300",
49861
49882
  "attributes": {
49862
49883
  "category": "global",
49863
49884
  "type": "font",
49864
49885
  "item": "weight",
49865
- "subitem": "100"
49886
+ "subitem": "300"
49866
49887
  },
49867
49888
  "path": [
49868
49889
  "global",
49869
49890
  "font",
49870
49891
  "weight",
49871
- "100"
49892
+ "300"
49872
49893
  ]
49873
49894
  }
49874
49895
  },
49875
- "pf-t--global--font--weight--200": {
49896
+ "pf-t--global--font--weight--400": {
49876
49897
  "default": {
49877
49898
  "type": "number",
49878
- "value": 500,
49899
+ "value": 700,
49879
49900
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49880
49901
  "isSource": true,
49881
49902
  "original": {
49882
49903
  "type": "number",
49883
- "value": 500
49904
+ "value": 700
49884
49905
  },
49885
- "name": "pf-t--global--font--weight--200",
49906
+ "name": "pf-t--global--font--weight--400",
49886
49907
  "attributes": {
49887
49908
  "category": "global",
49888
49909
  "type": "font",
49889
49910
  "item": "weight",
49890
- "subitem": "200"
49911
+ "subitem": "400"
49891
49912
  },
49892
49913
  "path": [
49893
49914
  "global",
49894
49915
  "font",
49895
49916
  "weight",
49896
- "200"
49917
+ "400"
49897
49918
  ]
49898
49919
  }
49899
49920
  },
49900
- "pf-t--global--font--weight--300": {
49921
+ "pf-t--global--font--line-height--100": {
49901
49922
  "default": {
49902
49923
  "type": "number",
49903
- "value": 500,
49924
+ "value": 1.3,
49904
49925
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49905
49926
  "isSource": true,
49906
49927
  "original": {
49907
49928
  "type": "number",
49908
- "value": 500
49929
+ "value": 1.2999999523162842
49909
49930
  },
49910
- "name": "pf-t--global--font--weight--300",
49931
+ "name": "pf-t--global--font--line-height--100",
49911
49932
  "attributes": {
49912
49933
  "category": "global",
49913
49934
  "type": "font",
49914
- "item": "weight",
49915
- "subitem": "300"
49935
+ "item": "line-height",
49936
+ "subitem": "100"
49916
49937
  },
49917
49938
  "path": [
49918
49939
  "global",
49919
49940
  "font",
49920
- "weight",
49921
- "300"
49941
+ "line-height",
49942
+ "100"
49922
49943
  ]
49923
49944
  }
49924
49945
  },
49925
- "pf-t--global--font--weight--400": {
49946
+ "pf-t--global--font--line-height--200": {
49926
49947
  "default": {
49927
49948
  "type": "number",
49928
- "value": 700,
49949
+ "value": 1.5,
49929
49950
  "filePath": "tokens/default/highcontrast/base.dimension.json",
49930
49951
  "isSource": true,
49931
49952
  "original": {
49932
49953
  "type": "number",
49933
- "value": 700
49954
+ "value": 1.5
49934
49955
  },
49935
- "name": "pf-t--global--font--weight--400",
49956
+ "name": "pf-t--global--font--line-height--200",
49936
49957
  "attributes": {
49937
49958
  "category": "global",
49938
49959
  "type": "font",
49939
- "item": "weight",
49940
- "subitem": "400"
49960
+ "item": "line-height",
49961
+ "subitem": "200"
49941
49962
  },
49942
49963
  "path": [
49943
49964
  "global",
49944
49965
  "font",
49945
- "weight",
49946
- "400"
49966
+ "line-height",
49967
+ "200"
49947
49968
  ]
49948
49969
  }
49949
49970
  },
@@ -50438,12 +50459,12 @@
50438
50459
  "pf-t--global--box-shadow--X--300": {
50439
50460
  "default": {
50440
50461
  "type": "number",
50441
- "value": "-1px",
50462
+ "value": "-2px",
50442
50463
  "filePath": "tokens/default/highcontrast/base.dimension.json",
50443
50464
  "isSource": true,
50444
50465
  "original": {
50445
50466
  "type": "number",
50446
- "value": -1
50467
+ "value": -2
50447
50468
  },
50448
50469
  "name": "pf-t--global--box-shadow--X--300",
50449
50470
  "attributes": {
@@ -50488,12 +50509,12 @@
50488
50509
  "pf-t--global--box-shadow--X--500": {
50489
50510
  "default": {
50490
50511
  "type": "number",
50491
- "value": "1px",
50512
+ "value": "2px",
50492
50513
  "filePath": "tokens/default/highcontrast/base.dimension.json",
50493
50514
  "isSource": true,
50494
50515
  "original": {
50495
50516
  "type": "number",
50496
- "value": 1
50517
+ "value": 2
50497
50518
  },
50498
50519
  "name": "pf-t--global--box-shadow--X--500",
50499
50520
  "attributes": {
@@ -50638,12 +50659,12 @@
50638
50659
  "pf-t--global--box-shadow--Y--200": {
50639
50660
  "default": {
50640
50661
  "type": "number",
50641
- "value": "-2px",
50662
+ "value": "-4px",
50642
50663
  "filePath": "tokens/default/highcontrast/base.dimension.json",
50643
50664
  "isSource": true,
50644
50665
  "original": {
50645
50666
  "type": "number",
50646
- "value": -2
50667
+ "value": -4
50647
50668
  },
50648
50669
  "name": "pf-t--global--box-shadow--Y--200",
50649
50670
  "attributes": {
@@ -50738,12 +50759,12 @@
50738
50759
  "pf-t--global--box-shadow--Y--600": {
50739
50760
  "default": {
50740
50761
  "type": "number",
50741
- "value": "2px",
50762
+ "value": "4px",
50742
50763
  "filePath": "tokens/default/highcontrast/base.dimension.json",
50743
50764
  "isSource": true,
50744
50765
  "original": {
50745
50766
  "type": "number",
50746
- "value": 2
50767
+ "value": 4
50747
50768
  },
50748
50769
  "name": "pf-t--global--box-shadow--Y--600",
50749
50770
  "attributes": {
@@ -50813,12 +50834,12 @@
50813
50834
  "pf-t--global--box-shadow--blur--100": {
50814
50835
  "default": {
50815
50836
  "type": "number",
50816
- "value": "4px",
50837
+ "value": "6px",
50817
50838
  "filePath": "tokens/default/highcontrast/base.dimension.json",
50818
50839
  "isSource": true,
50819
50840
  "original": {
50820
50841
  "type": "number",
50821
- "value": 4
50842
+ "value": 6
50822
50843
  },
50823
50844
  "name": "pf-t--global--box-shadow--blur--100",
50824
50845
  "attributes": {
@@ -50838,12 +50859,12 @@
50838
50859
  "pf-t--global--box-shadow--blur--200": {
50839
50860
  "default": {
50840
50861
  "type": "number",
50841
- "value": "9px",
50862
+ "value": "10px",
50842
50863
  "filePath": "tokens/default/highcontrast/base.dimension.json",
50843
50864
  "isSource": true,
50844
50865
  "original": {
50845
50866
  "type": "number",
50846
- "value": 9
50867
+ "value": 10
50847
50868
  },
50848
50869
  "name": "pf-t--global--box-shadow--blur--200",
50849
50870
  "attributes": {