@patternfly/design-tokens 1.15.0 → 1.15.1

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 (45) hide show
  1. package/build/css/tokens-dark.scss +15 -14
  2. package/build/css/tokens-default.scss +8 -5
  3. package/build/css/tokens-glass-dark.scss +9 -5
  4. package/build/css/tokens-glass.scss +14 -7
  5. package/build/css/tokens-palette.scss +1 -1
  6. package/build/css/tokens-redhat-dark.scss +8 -2
  7. package/build/css/tokens-redhat-glass-dark.scss +14 -5
  8. package/build/css/tokens-redhat-glass.scss +14 -7
  9. package/build/css/tokens-redhat-highcontrast-dark.scss +2 -8
  10. package/build/css/tokens-redhat-highcontrast.scss +1 -1
  11. package/build/css/tokens-redhat.scss +1 -1
  12. package/build.js +44 -1
  13. package/package.json +1 -1
  14. package/patternfly-docs/content/token-layers-glass-dark.json +465 -333
  15. package/patternfly-docs/content/token-layers-glass.json +12130 -212
  16. package/patternfly-docs/content/token-layers-highcontrast-dark.json +491 -220
  17. package/patternfly-docs/content/token-layers-highcontrast.json +727 -438
  18. package/patternfly-docs/content/token-layers-redhat-dark.json +307 -201
  19. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +364 -238
  20. package/patternfly-docs/content/token-layers-redhat-glass.json +12286 -368
  21. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +263 -157
  22. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +727 -438
  23. package/patternfly-docs/content/token-layers-redhat.json +1086 -797
  24. package/tokens/default/dark/base.dark.json +2 -2
  25. package/tokens/default/dark/charts.dark.json +4 -4
  26. package/tokens/default/dark/semantic.dark.json +31 -17
  27. package/tokens/default/glass/semantic.dimension.glass.json +1109 -0
  28. package/tokens/default/glass/semantic.glass.json +30 -16
  29. package/tokens/default/glass-dark/base.dark.json +2 -2
  30. package/tokens/default/glass-dark/semantic.glass.dark.json +34 -20
  31. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +46 -34
  32. package/tokens/default/highcontrast/semantic.highcontrast.json +24 -10
  33. package/tokens/default/highcontrast-dark/base.dark.json +2 -2
  34. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +27 -13
  35. package/tokens/default/light/charts.json +4 -4
  36. package/tokens/default/light/semantic.dimension.json +46 -34
  37. package/tokens/default/light/semantic.json +24 -10
  38. package/tokens/default/light/semantic.motion.json +28 -28
  39. package/tokens/redhat/dark/redhat.color.dark.json +24 -24
  40. package/tokens/redhat/glass/redhat.color.glass.json +5 -5
  41. package/tokens/redhat/glass/redhat.dimension.glass.json +2 -0
  42. package/tokens/redhat/glass-dark/redhat.color.glass.dark.json +19 -19
  43. package/tokens/redhat/highcontrast/redhat.color.highcontrast.json +5 -5
  44. package/tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json +5 -5
  45. package/tokens/redhat/light/redhat.color.json +5 -5
@@ -12390,6 +12390,108 @@
12390
12390
  ]
12391
12391
  }
12392
12392
  },
12393
+ "pf-t--global--border--color--glass--default": {
12394
+ "default": {
12395
+ "type": "color",
12396
+ "value": "#4d4d4d",
12397
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
12398
+ "isSource": true,
12399
+ "original": {
12400
+ "type": "color",
12401
+ "value": "{global.border.color.subtle}"
12402
+ },
12403
+ "name": "pf-t--global--border--color--glass--default",
12404
+ "attributes": {
12405
+ "category": "global",
12406
+ "type": "border",
12407
+ "item": "color",
12408
+ "subitem": "glass",
12409
+ "state": "default"
12410
+ },
12411
+ "path": [
12412
+ "global",
12413
+ "border",
12414
+ "color",
12415
+ "glass",
12416
+ "default"
12417
+ ],
12418
+ "references": [
12419
+ {
12420
+ "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
12421
+ "type": "color",
12422
+ "value": "#4d4d4d",
12423
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
12424
+ "isSource": true,
12425
+ "original": {
12426
+ "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
12427
+ "type": "color",
12428
+ "value": "{global.border.color.400}"
12429
+ },
12430
+ "name": "pf-t--global--border--color--subtle",
12431
+ "attributes": {
12432
+ "category": "global",
12433
+ "type": "border",
12434
+ "item": "color",
12435
+ "subitem": "subtle"
12436
+ },
12437
+ "path": [
12438
+ "global",
12439
+ "border",
12440
+ "color",
12441
+ "subtle"
12442
+ ],
12443
+ "references": [
12444
+ {
12445
+ "type": "color",
12446
+ "value": "#4d4d4d",
12447
+ "filePath": "tokens/default/highcontrast/base.json",
12448
+ "isSource": true,
12449
+ "original": {
12450
+ "type": "color",
12451
+ "value": "{color.gray.60}"
12452
+ },
12453
+ "name": "pf-t--global--border--color--400",
12454
+ "attributes": {
12455
+ "category": "global",
12456
+ "type": "border",
12457
+ "item": "color",
12458
+ "subitem": "400"
12459
+ },
12460
+ "path": [
12461
+ "global",
12462
+ "border",
12463
+ "color",
12464
+ "400"
12465
+ ],
12466
+ "references": [
12467
+ {
12468
+ "type": "color",
12469
+ "value": "#4d4d4d",
12470
+ "filePath": "tokens/default/highcontrast/palette.color.json",
12471
+ "isSource": true,
12472
+ "original": {
12473
+ "type": "color",
12474
+ "value": "#4d4d4d"
12475
+ },
12476
+ "name": "pf-t--color--gray--60",
12477
+ "attributes": {
12478
+ "category": "color",
12479
+ "type": "gray",
12480
+ "item": "60"
12481
+ },
12482
+ "path": [
12483
+ "color",
12484
+ "gray",
12485
+ "60"
12486
+ ]
12487
+ }
12488
+ ]
12489
+ }
12490
+ ]
12491
+ }
12492
+ ]
12493
+ }
12494
+ },
12393
12495
  "pf-t--global--border--color--nonstatus--red--default": {
12394
12496
  "default": {
12395
12497
  "description": "Use as the default border color for any element that does not convey status and that you always will want to be red (i.e. color-coded labels, banners, etc.)",
@@ -15825,7 +15927,7 @@
15825
15927
  ]
15826
15928
  }
15827
15929
  },
15828
- "pf-t--global--background--color--glass--primary": {
15930
+ "pf-t--global--background--color--glass--primary--default": {
15829
15931
  "default": {
15830
15932
  "type": "color",
15831
15933
  "value": "#ffffff",
@@ -15835,7 +15937,7 @@
15835
15937
  "type": "color",
15836
15938
  "value": "{global.background.color.primary.default}"
15837
15939
  },
15838
- "name": "pf-t--global--background--color--glass--primary",
15940
+ "name": "pf-t--global--background--color--glass--primary--default",
15839
15941
  "attributes": {
15840
15942
  "category": "global",
15841
15943
  "type": "background",
@@ -15848,7 +15950,8 @@
15848
15950
  "background",
15849
15951
  "color",
15850
15952
  "glass",
15851
- "primary"
15953
+ "primary",
15954
+ "default"
15852
15955
  ],
15853
15956
  "references": [
15854
15957
  {
@@ -15927,108 +16030,6 @@
15927
16030
  ]
15928
16031
  }
15929
16032
  },
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
16033
  "pf-t--global--background--color--floating--default": {
16033
16034
  "default": {
16034
16035
  "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
@@ -16258,90 +16259,195 @@
16258
16259
  ]
16259
16260
  }
16260
16261
  },
16261
- "pf-t--global--background--color--sticky--default": {
16262
+ "pf-t--global--background--color--floating--secondary--default": {
16262
16263
  "default": {
16263
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
16264
16264
  "type": "color",
16265
- "value": "#ffffff",
16265
+ "value": "#f2f2f2",
16266
16266
  "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16267
16267
  "isSource": true,
16268
16268
  "original": {
16269
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
16270
16269
  "type": "color",
16271
- "value": "{global.background.color.100}"
16270
+ "value": "{global.background.color.secondary.default}"
16272
16271
  },
16273
- "name": "pf-t--global--background--color--sticky--default",
16272
+ "name": "pf-t--global--background--color--floating--secondary--default",
16274
16273
  "attributes": {
16275
16274
  "category": "global",
16276
16275
  "type": "background",
16277
16276
  "item": "color",
16278
- "subitem": "sticky",
16279
- "state": "default"
16277
+ "subitem": "floating",
16278
+ "state": "secondary"
16280
16279
  },
16281
16280
  "path": [
16282
16281
  "global",
16283
16282
  "background",
16284
16283
  "color",
16285
- "sticky",
16284
+ "floating",
16285
+ "secondary",
16286
16286
  "default"
16287
16287
  ],
16288
16288
  "references": [
16289
16289
  {
16290
+ "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).",
16290
16291
  "type": "color",
16291
- "value": "#ffffff",
16292
- "filePath": "tokens/default/highcontrast/base.json",
16292
+ "value": "#f2f2f2",
16293
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16293
16294
  "isSource": true,
16294
16295
  "original": {
16296
+ "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).",
16295
16297
  "type": "color",
16296
- "value": "{color.white}"
16298
+ "value": "{global.background.color.200}"
16297
16299
  },
16298
- "name": "pf-t--global--background--color--100",
16300
+ "name": "pf-t--global--background--color--secondary--default",
16299
16301
  "attributes": {
16300
16302
  "category": "global",
16301
16303
  "type": "background",
16302
16304
  "item": "color",
16303
- "subitem": "100"
16305
+ "subitem": "secondary",
16306
+ "state": "default"
16304
16307
  },
16305
16308
  "path": [
16306
16309
  "global",
16307
16310
  "background",
16308
16311
  "color",
16309
- "100"
16312
+ "secondary",
16313
+ "default"
16310
16314
  ],
16311
16315
  "references": [
16312
16316
  {
16313
16317
  "type": "color",
16314
- "value": "#ffffff",
16315
- "filePath": "tokens/default/highcontrast/palette.color.json",
16318
+ "value": "#f2f2f2",
16319
+ "filePath": "tokens/default/highcontrast/base.json",
16316
16320
  "isSource": true,
16317
16321
  "original": {
16318
16322
  "type": "color",
16319
- "value": "#ffffff"
16323
+ "value": "{color.gray.10}"
16320
16324
  },
16321
- "name": "pf-t--color--white",
16325
+ "name": "pf-t--global--background--color--200",
16322
16326
  "attributes": {
16323
- "category": "color",
16324
- "type": "white"
16327
+ "category": "global",
16328
+ "type": "background",
16329
+ "item": "color",
16330
+ "subitem": "200"
16325
16331
  },
16326
16332
  "path": [
16333
+ "global",
16334
+ "background",
16327
16335
  "color",
16328
- "white"
16329
- ]
16330
- }
16331
- ]
16332
- }
16333
- ]
16334
- }
16335
- },
16336
- "pf-t--global--background--color--action--plain--default": {
16337
- "default": {
16338
- "description": "Use as the default background for actions with transparent backgrounds such as menu items, accordion toggles, buttons, etc.",
16339
- "type": "color",
16340
- "value": "rgba(255, 255, 255, 0.0000)",
16341
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16342
- "isSource": true,
16343
- "original": {
16344
- "description": "Use as the default background for actions with transparent backgrounds such as menu items, accordion toggles, buttons, etc.",
16336
+ "200"
16337
+ ],
16338
+ "references": [
16339
+ {
16340
+ "type": "color",
16341
+ "value": "#f2f2f2",
16342
+ "filePath": "tokens/default/highcontrast/palette.color.json",
16343
+ "isSource": true,
16344
+ "original": {
16345
+ "type": "color",
16346
+ "value": "#f2f2f2"
16347
+ },
16348
+ "name": "pf-t--color--gray--10",
16349
+ "attributes": {
16350
+ "category": "color",
16351
+ "type": "gray",
16352
+ "item": "10"
16353
+ },
16354
+ "path": [
16355
+ "color",
16356
+ "gray",
16357
+ "10"
16358
+ ]
16359
+ }
16360
+ ]
16361
+ }
16362
+ ]
16363
+ }
16364
+ ]
16365
+ }
16366
+ },
16367
+ "pf-t--global--background--color--sticky--default": {
16368
+ "default": {
16369
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
16370
+ "type": "color",
16371
+ "value": "#ffffff",
16372
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16373
+ "isSource": true,
16374
+ "original": {
16375
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
16376
+ "type": "color",
16377
+ "value": "{global.background.color.100}"
16378
+ },
16379
+ "name": "pf-t--global--background--color--sticky--default",
16380
+ "attributes": {
16381
+ "category": "global",
16382
+ "type": "background",
16383
+ "item": "color",
16384
+ "subitem": "sticky",
16385
+ "state": "default"
16386
+ },
16387
+ "path": [
16388
+ "global",
16389
+ "background",
16390
+ "color",
16391
+ "sticky",
16392
+ "default"
16393
+ ],
16394
+ "references": [
16395
+ {
16396
+ "type": "color",
16397
+ "value": "#ffffff",
16398
+ "filePath": "tokens/default/highcontrast/base.json",
16399
+ "isSource": true,
16400
+ "original": {
16401
+ "type": "color",
16402
+ "value": "{color.white}"
16403
+ },
16404
+ "name": "pf-t--global--background--color--100",
16405
+ "attributes": {
16406
+ "category": "global",
16407
+ "type": "background",
16408
+ "item": "color",
16409
+ "subitem": "100"
16410
+ },
16411
+ "path": [
16412
+ "global",
16413
+ "background",
16414
+ "color",
16415
+ "100"
16416
+ ],
16417
+ "references": [
16418
+ {
16419
+ "type": "color",
16420
+ "value": "#ffffff",
16421
+ "filePath": "tokens/default/highcontrast/palette.color.json",
16422
+ "isSource": true,
16423
+ "original": {
16424
+ "type": "color",
16425
+ "value": "#ffffff"
16426
+ },
16427
+ "name": "pf-t--color--white",
16428
+ "attributes": {
16429
+ "category": "color",
16430
+ "type": "white"
16431
+ },
16432
+ "path": [
16433
+ "color",
16434
+ "white"
16435
+ ]
16436
+ }
16437
+ ]
16438
+ }
16439
+ ]
16440
+ }
16441
+ },
16442
+ "pf-t--global--background--color--action--plain--default": {
16443
+ "default": {
16444
+ "description": "Use as the default background for actions with transparent backgrounds such as menu items, accordion toggles, buttons, etc.",
16445
+ "type": "color",
16446
+ "value": "rgba(255, 255, 255, 0.0000)",
16447
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
16448
+ "isSource": true,
16449
+ "original": {
16450
+ "description": "Use as the default background for actions with transparent backgrounds such as menu items, accordion toggles, buttons, etc.",
16345
16451
  "type": "color",
16346
16452
  "value": "rgba(255, 255, 255, 0.0000)"
16347
16453
  },
@@ -17226,6 +17332,59 @@
17226
17332
  ]
17227
17333
  }
17228
17334
  },
17335
+ "pf-t--global--background--color--striped--row--default": {
17336
+ "default": {
17337
+ "type": "color",
17338
+ "value": "rgba(199, 199, 199, 0.1000)",
17339
+ "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
17340
+ "isSource": true,
17341
+ "original": {
17342
+ "type": "color",
17343
+ "value": "{global.background.color.700}"
17344
+ },
17345
+ "name": "pf-t--global--background--color--striped--row--default",
17346
+ "attributes": {
17347
+ "category": "global",
17348
+ "type": "background",
17349
+ "item": "color",
17350
+ "subitem": "striped",
17351
+ "state": "row"
17352
+ },
17353
+ "path": [
17354
+ "global",
17355
+ "background",
17356
+ "color",
17357
+ "striped",
17358
+ "row",
17359
+ "default"
17360
+ ],
17361
+ "references": [
17362
+ {
17363
+ "type": "color",
17364
+ "value": "rgba(199, 199, 199, 0.1000)",
17365
+ "filePath": "tokens/default/highcontrast/base.json",
17366
+ "isSource": true,
17367
+ "original": {
17368
+ "type": "color",
17369
+ "value": "rgba(199, 199, 199, 0.1000)"
17370
+ },
17371
+ "name": "pf-t--global--background--color--700",
17372
+ "attributes": {
17373
+ "category": "global",
17374
+ "type": "background",
17375
+ "item": "color",
17376
+ "subitem": "700"
17377
+ },
17378
+ "path": [
17379
+ "global",
17380
+ "background",
17381
+ "color",
17382
+ "700"
17383
+ ]
17384
+ }
17385
+ ]
17386
+ }
17387
+ },
17229
17388
  "pf-t--global--background--color--loading--skeleton--default": {
17230
17389
  "default": {
17231
17390
  "type": "color",
@@ -17360,34 +17519,6 @@
17360
17519
  ]
17361
17520
  }
17362
17521
  },
17363
- "pf-t--global--background--filter--glass--blur--floating": {
17364
- "default": {
17365
- "type": "number",
17366
- "value": "blur(0px)",
17367
- "filePath": "tokens/default/highcontrast/semantic.highcontrast.json",
17368
- "isSource": true,
17369
- "original": {
17370
- "type": "number",
17371
- "value": 0
17372
- },
17373
- "name": "pf-t--global--background--filter--glass--blur--floating",
17374
- "attributes": {
17375
- "category": "global",
17376
- "type": "background",
17377
- "item": "filter",
17378
- "subitem": "glass",
17379
- "state": "blur"
17380
- },
17381
- "path": [
17382
- "global",
17383
- "background",
17384
- "filter",
17385
- "glass",
17386
- "blur",
17387
- "floating"
17388
- ]
17389
- }
17390
- },
17391
17522
  "pf-t--global--color--brand--accent--default": {
17392
17523
  "default": {
17393
17524
  "description": "Use this color for elements that you want to reinforce your brand",
@@ -33780,106 +33911,108 @@
33780
33911
  ]
33781
33912
  }
33782
33913
  },
33783
- "pf-t--global--icon--size--font--body--sm": {
33914
+ "pf-t--global--icon--size--font--heading--h1": {
33784
33915
  "default": {
33785
- "description": "Use for icons that are placed inline with small body text",
33916
+ "description": "Use for icons that are placed inline with first level headings",
33786
33917
  "type": "number",
33787
- "value": "0.75rem",
33918
+ "value": "1.5rem",
33788
33919
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
33789
33920
  "isSource": true,
33790
33921
  "original": {
33791
- "description": "Use for icons that are placed inline with small body text",
33922
+ "description": "Use for icons that are placed inline with first level headings",
33792
33923
  "type": "number",
33793
- "value": "{global.font.size.body.sm}"
33924
+ "value": "{global.font.size.heading.h1}"
33794
33925
  },
33795
- "name": "pf-t--global--icon--size--font--body--sm",
33926
+ "name": "pf-t--global--icon--size--font--heading--h1",
33796
33927
  "attributes": {
33797
33928
  "category": "global",
33798
33929
  "type": "icon",
33799
33930
  "item": "size",
33800
33931
  "subitem": "font",
33801
- "state": "body"
33932
+ "state": "heading"
33802
33933
  },
33803
33934
  "path": [
33804
33935
  "global",
33805
33936
  "icon",
33806
33937
  "size",
33807
33938
  "font",
33808
- "body",
33809
- "sm"
33939
+ "heading",
33940
+ "h1"
33810
33941
  ],
33811
33942
  "references": [
33812
33943
  {
33813
- "description": "Use for a smaller font size in body sections.",
33944
+ "description": "Use as the font size for first level headings.",
33814
33945
  "type": "number",
33815
- "value": "0.75rem",
33946
+ "value": "1.5rem",
33816
33947
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
33817
33948
  "isSource": true,
33818
33949
  "original": {
33819
- "description": "Use for a smaller font size in body sections.",
33950
+ "description": "Use as the font size for first level headings.",
33820
33951
  "type": "number",
33821
- "value": "{global.font.size.xs}"
33952
+ "value": "{global.font.size.2xl}"
33822
33953
  },
33823
- "name": "pf-t--global--font--size--body--sm",
33954
+ "name": "pf-t--global--font--size--heading--h1",
33824
33955
  "attributes": {
33825
33956
  "category": "global",
33826
33957
  "type": "font",
33827
33958
  "item": "size",
33828
- "subitem": "body",
33829
- "state": "sm"
33959
+ "subitem": "heading",
33960
+ "state": "h1"
33830
33961
  },
33831
33962
  "path": [
33832
33963
  "global",
33833
33964
  "font",
33834
33965
  "size",
33835
- "body",
33836
- "sm"
33966
+ "heading",
33967
+ "h1"
33837
33968
  ],
33838
33969
  "references": [
33839
33970
  {
33971
+ "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
33840
33972
  "type": "number",
33841
- "value": "0.75rem",
33973
+ "value": "1.5rem",
33842
33974
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
33843
33975
  "isSource": true,
33844
33976
  "original": {
33977
+ "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
33845
33978
  "type": "number",
33846
- "value": "{global.font.size.100}"
33979
+ "value": "{global.font.size.600}"
33847
33980
  },
33848
- "name": "pf-t--global--font--size--xs",
33981
+ "name": "pf-t--global--font--size--2xl",
33849
33982
  "attributes": {
33850
33983
  "category": "global",
33851
33984
  "type": "font",
33852
33985
  "item": "size",
33853
- "subitem": "xs"
33986
+ "subitem": "2xl"
33854
33987
  },
33855
33988
  "path": [
33856
33989
  "global",
33857
33990
  "font",
33858
33991
  "size",
33859
- "xs"
33992
+ "2xl"
33860
33993
  ],
33861
33994
  "references": [
33862
33995
  {
33863
33996
  "type": "number",
33864
- "value": "0.75rem",
33997
+ "value": "1.5rem",
33865
33998
  "filePath": "tokens/default/highcontrast/base.dimension.json",
33866
33999
  "isSource": true,
33867
34000
  "original": {
33868
34001
  "type": "number",
33869
- "value": 12
34002
+ "value": 24
33870
34003
  },
33871
- "name": "pf-t--global--font--size--100",
34004
+ "name": "pf-t--global--font--size--600",
33872
34005
  "attributes": {
33873
34006
  "category": "global",
33874
34007
  "type": "font",
33875
34008
  "item": "size",
33876
- "subitem": "100"
34009
+ "subitem": "600"
33877
34010
  },
33878
34011
  "path": [
33879
34012
  "global",
33880
34013
  "font",
33881
34014
  "size",
33882
- "100"
34015
+ "600"
33883
34016
  ]
33884
34017
  }
33885
34018
  ]
@@ -33889,108 +34022,108 @@
33889
34022
  ]
33890
34023
  }
33891
34024
  },
33892
- "pf-t--global--icon--size--font--body--default": {
34025
+ "pf-t--global--icon--size--font--heading--h2": {
33893
34026
  "default": {
33894
- "description": "Use for icons that are placed inline with default body text",
34027
+ "description": "Use for icons that are placed inline with second level headings",
33895
34028
  "type": "number",
33896
- "value": "0.875rem",
34029
+ "value": "1.25rem",
33897
34030
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
33898
34031
  "isSource": true,
33899
34032
  "original": {
33900
- "description": "Use for icons that are placed inline with default body text",
34033
+ "description": "Use for icons that are placed inline with second level headings",
33901
34034
  "type": "number",
33902
- "value": "{global.font.size.body.default}"
34035
+ "value": "{global.font.size.heading.h2}"
33903
34036
  },
33904
- "name": "pf-t--global--icon--size--font--body--default",
34037
+ "name": "pf-t--global--icon--size--font--heading--h2",
33905
34038
  "attributes": {
33906
34039
  "category": "global",
33907
34040
  "type": "icon",
33908
34041
  "item": "size",
33909
34042
  "subitem": "font",
33910
- "state": "body"
34043
+ "state": "heading"
33911
34044
  },
33912
34045
  "path": [
33913
34046
  "global",
33914
34047
  "icon",
33915
34048
  "size",
33916
34049
  "font",
33917
- "body",
33918
- "default"
34050
+ "heading",
34051
+ "h2"
33919
34052
  ],
33920
34053
  "references": [
33921
34054
  {
33922
- "description": "Use as the default font size in body sections.",
34055
+ "description": "Use as the font size for second level headings.",
33923
34056
  "type": "number",
33924
- "value": "0.875rem",
34057
+ "value": "1.25rem",
33925
34058
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
33926
34059
  "isSource": true,
33927
34060
  "original": {
33928
- "description": "Use as the default font size in body sections.",
34061
+ "description": "Use as the font size for second level headings.",
33929
34062
  "type": "number",
33930
- "value": "{global.font.size.sm}"
34063
+ "value": "{global.font.size.xl}"
33931
34064
  },
33932
- "name": "pf-t--global--font--size--body--default",
34065
+ "name": "pf-t--global--font--size--heading--h2",
33933
34066
  "attributes": {
33934
34067
  "category": "global",
33935
34068
  "type": "font",
33936
34069
  "item": "size",
33937
- "subitem": "body",
33938
- "state": "default"
34070
+ "subitem": "heading",
34071
+ "state": "h2"
33939
34072
  },
33940
34073
  "path": [
33941
34074
  "global",
33942
34075
  "font",
33943
34076
  "size",
33944
- "body",
33945
- "default"
34077
+ "heading",
34078
+ "h2"
33946
34079
  ],
33947
34080
  "references": [
33948
34081
  {
33949
- "description": "Use as the font size for small text that isn’t a heading or in a body section.",
34082
+ "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
33950
34083
  "type": "number",
33951
- "value": "0.875rem",
34084
+ "value": "1.25rem",
33952
34085
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
33953
34086
  "isSource": true,
33954
34087
  "original": {
33955
- "description": "Use as the font size for small text that isn’t a heading or in a body section.",
34088
+ "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
33956
34089
  "type": "number",
33957
- "value": "{global.font.size.200}"
34090
+ "value": "{global.font.size.500}"
33958
34091
  },
33959
- "name": "pf-t--global--font--size--sm",
34092
+ "name": "pf-t--global--font--size--xl",
33960
34093
  "attributes": {
33961
34094
  "category": "global",
33962
34095
  "type": "font",
33963
34096
  "item": "size",
33964
- "subitem": "sm"
34097
+ "subitem": "xl"
33965
34098
  },
33966
34099
  "path": [
33967
34100
  "global",
33968
34101
  "font",
33969
34102
  "size",
33970
- "sm"
34103
+ "xl"
33971
34104
  ],
33972
34105
  "references": [
33973
34106
  {
33974
34107
  "type": "number",
33975
- "value": "0.875rem",
34108
+ "value": "1.25rem",
33976
34109
  "filePath": "tokens/default/highcontrast/base.dimension.json",
33977
34110
  "isSource": true,
33978
34111
  "original": {
33979
34112
  "type": "number",
33980
- "value": 14
34113
+ "value": 20
33981
34114
  },
33982
- "name": "pf-t--global--font--size--200",
34115
+ "name": "pf-t--global--font--size--500",
33983
34116
  "attributes": {
33984
34117
  "category": "global",
33985
34118
  "type": "font",
33986
34119
  "item": "size",
33987
- "subitem": "200"
34120
+ "subitem": "500"
33988
34121
  },
33989
34122
  "path": [
33990
34123
  "global",
33991
34124
  "font",
33992
34125
  "size",
33993
- "200"
34126
+ "500"
33994
34127
  ]
33995
34128
  }
33996
34129
  ]
@@ -34000,108 +34133,108 @@
34000
34133
  ]
34001
34134
  }
34002
34135
  },
34003
- "pf-t--global--icon--size--font--body--lg": {
34136
+ "pf-t--global--icon--size--font--heading--h3": {
34004
34137
  "default": {
34005
- "description": "Use for icons that are placed inline with large body text",
34138
+ "description": "Use for icons that are placed inline with third level headings",
34006
34139
  "type": "number",
34007
- "value": "1rem",
34140
+ "value": "1.125rem",
34008
34141
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34009
34142
  "isSource": true,
34010
34143
  "original": {
34011
- "description": "Use for icons that are placed inline with large body text",
34144
+ "description": "Use for icons that are placed inline with third level headings",
34012
34145
  "type": "number",
34013
- "value": "{global.font.size.body.lg}"
34146
+ "value": "{global.font.size.heading.h3}"
34014
34147
  },
34015
- "name": "pf-t--global--icon--size--font--body--lg",
34148
+ "name": "pf-t--global--icon--size--font--heading--h3",
34016
34149
  "attributes": {
34017
34150
  "category": "global",
34018
34151
  "type": "icon",
34019
34152
  "item": "size",
34020
34153
  "subitem": "font",
34021
- "state": "body"
34154
+ "state": "heading"
34022
34155
  },
34023
34156
  "path": [
34024
34157
  "global",
34025
34158
  "icon",
34026
34159
  "size",
34027
34160
  "font",
34028
- "body",
34029
- "lg"
34161
+ "heading",
34162
+ "h3"
34030
34163
  ],
34031
34164
  "references": [
34032
34165
  {
34033
- "description": "Use for a larger font size in body sections.",
34166
+ "description": "Use as the font size for third level headings.",
34034
34167
  "type": "number",
34035
- "value": "1rem",
34168
+ "value": "1.125rem",
34036
34169
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34037
34170
  "isSource": true,
34038
34171
  "original": {
34039
- "description": "Use for a larger font size in body sections.",
34172
+ "description": "Use as the font size for third level headings.",
34040
34173
  "type": "number",
34041
- "value": "{global.font.size.md}"
34174
+ "value": "{global.font.size.lg}"
34042
34175
  },
34043
- "name": "pf-t--global--font--size--body--lg",
34176
+ "name": "pf-t--global--font--size--heading--h3",
34044
34177
  "attributes": {
34045
34178
  "category": "global",
34046
34179
  "type": "font",
34047
34180
  "item": "size",
34048
- "subitem": "body",
34049
- "state": "lg"
34181
+ "subitem": "heading",
34182
+ "state": "h3"
34050
34183
  },
34051
34184
  "path": [
34052
34185
  "global",
34053
34186
  "font",
34054
34187
  "size",
34055
- "body",
34056
- "lg"
34188
+ "heading",
34189
+ "h3"
34057
34190
  ],
34058
34191
  "references": [
34059
34192
  {
34060
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34193
+ "description": "Use as the font size for large text that isn’t a heading or in a body section.",
34061
34194
  "type": "number",
34062
- "value": "1rem",
34195
+ "value": "1.125rem",
34063
34196
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34064
34197
  "isSource": true,
34065
34198
  "original": {
34066
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34199
+ "description": "Use as the font size for large text that isn’t a heading or in a body section.",
34067
34200
  "type": "number",
34068
- "value": "{global.font.size.300}"
34201
+ "value": "{global.font.size.400}"
34069
34202
  },
34070
- "name": "pf-t--global--font--size--md",
34203
+ "name": "pf-t--global--font--size--lg",
34071
34204
  "attributes": {
34072
34205
  "category": "global",
34073
34206
  "type": "font",
34074
34207
  "item": "size",
34075
- "subitem": "md"
34208
+ "subitem": "lg"
34076
34209
  },
34077
34210
  "path": [
34078
34211
  "global",
34079
34212
  "font",
34080
34213
  "size",
34081
- "md"
34214
+ "lg"
34082
34215
  ],
34083
34216
  "references": [
34084
34217
  {
34085
34218
  "type": "number",
34086
- "value": "1rem",
34219
+ "value": "1.125rem",
34087
34220
  "filePath": "tokens/default/highcontrast/base.dimension.json",
34088
34221
  "isSource": true,
34089
34222
  "original": {
34090
34223
  "type": "number",
34091
- "value": 16
34224
+ "value": 18
34092
34225
  },
34093
- "name": "pf-t--global--font--size--300",
34226
+ "name": "pf-t--global--font--size--400",
34094
34227
  "attributes": {
34095
34228
  "category": "global",
34096
34229
  "type": "font",
34097
34230
  "item": "size",
34098
- "subitem": "300"
34231
+ "subitem": "400"
34099
34232
  },
34100
34233
  "path": [
34101
34234
  "global",
34102
34235
  "font",
34103
34236
  "size",
34104
- "300"
34237
+ "400"
34105
34238
  ]
34106
34239
  }
34107
34240
  ]
@@ -34111,19 +34244,19 @@
34111
34244
  ]
34112
34245
  }
34113
34246
  },
34114
- "pf-t--global--icon--size--font--heading--h1": {
34247
+ "pf-t--global--icon--size--font--heading--h4": {
34115
34248
  "default": {
34116
- "description": "Use for icons that are placed inline with first level headings",
34249
+ "description": "Use for icons that are placed inline with fourth level headings",
34117
34250
  "type": "number",
34118
- "value": "1.5rem",
34251
+ "value": "1rem",
34119
34252
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34120
34253
  "isSource": true,
34121
34254
  "original": {
34122
- "description": "Use for icons that are placed inline with first level headings",
34255
+ "description": "Use for icons that are placed inline with fourth level headings",
34123
34256
  "type": "number",
34124
- "value": "{global.font.size.heading.h1}"
34257
+ "value": "{global.font.size.heading.h4}"
34125
34258
  },
34126
- "name": "pf-t--global--icon--size--font--heading--h1",
34259
+ "name": "pf-t--global--icon--size--font--heading--h4",
34127
34260
  "attributes": {
34128
34261
  "category": "global",
34129
34262
  "type": "icon",
@@ -34137,82 +34270,82 @@
34137
34270
  "size",
34138
34271
  "font",
34139
34272
  "heading",
34140
- "h1"
34273
+ "h4"
34141
34274
  ],
34142
34275
  "references": [
34143
34276
  {
34144
- "description": "Use as the font size for first level headings.",
34277
+ "description": "Use as the font size for fourth-level headings.",
34145
34278
  "type": "number",
34146
- "value": "1.5rem",
34279
+ "value": "1rem",
34147
34280
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34148
34281
  "isSource": true,
34149
34282
  "original": {
34150
- "description": "Use as the font size for first level headings.",
34283
+ "description": "Use as the font size for fourth-level headings.",
34151
34284
  "type": "number",
34152
- "value": "{global.font.size.2xl}"
34285
+ "value": "{global.font.size.md}"
34153
34286
  },
34154
- "name": "pf-t--global--font--size--heading--h1",
34287
+ "name": "pf-t--global--font--size--heading--h4",
34155
34288
  "attributes": {
34156
34289
  "category": "global",
34157
34290
  "type": "font",
34158
34291
  "item": "size",
34159
34292
  "subitem": "heading",
34160
- "state": "h1"
34293
+ "state": "h4"
34161
34294
  },
34162
34295
  "path": [
34163
34296
  "global",
34164
34297
  "font",
34165
34298
  "size",
34166
34299
  "heading",
34167
- "h1"
34300
+ "h4"
34168
34301
  ],
34169
34302
  "references": [
34170
34303
  {
34171
- "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
34304
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34172
34305
  "type": "number",
34173
- "value": "1.5rem",
34306
+ "value": "1rem",
34174
34307
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34175
34308
  "isSource": true,
34176
34309
  "original": {
34177
- "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
34310
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34178
34311
  "type": "number",
34179
- "value": "{global.font.size.600}"
34312
+ "value": "{global.font.size.300}"
34180
34313
  },
34181
- "name": "pf-t--global--font--size--2xl",
34314
+ "name": "pf-t--global--font--size--md",
34182
34315
  "attributes": {
34183
34316
  "category": "global",
34184
34317
  "type": "font",
34185
34318
  "item": "size",
34186
- "subitem": "2xl"
34319
+ "subitem": "md"
34187
34320
  },
34188
34321
  "path": [
34189
34322
  "global",
34190
34323
  "font",
34191
34324
  "size",
34192
- "2xl"
34325
+ "md"
34193
34326
  ],
34194
34327
  "references": [
34195
34328
  {
34196
34329
  "type": "number",
34197
- "value": "1.5rem",
34330
+ "value": "1rem",
34198
34331
  "filePath": "tokens/default/highcontrast/base.dimension.json",
34199
34332
  "isSource": true,
34200
34333
  "original": {
34201
34334
  "type": "number",
34202
- "value": 24
34335
+ "value": 16
34203
34336
  },
34204
- "name": "pf-t--global--font--size--600",
34337
+ "name": "pf-t--global--font--size--300",
34205
34338
  "attributes": {
34206
34339
  "category": "global",
34207
34340
  "type": "font",
34208
34341
  "item": "size",
34209
- "subitem": "600"
34342
+ "subitem": "300"
34210
34343
  },
34211
34344
  "path": [
34212
34345
  "global",
34213
34346
  "font",
34214
34347
  "size",
34215
- "600"
34348
+ "300"
34216
34349
  ]
34217
34350
  }
34218
34351
  ]
@@ -34222,19 +34355,19 @@
34222
34355
  ]
34223
34356
  }
34224
34357
  },
34225
- "pf-t--global--icon--size--font--heading--h2": {
34358
+ "pf-t--global--icon--size--font--heading--h5": {
34226
34359
  "default": {
34227
- "description": "Use for icons that are placed inline with second level headings",
34360
+ "description": "Use for icons that are placed inline with fifth level headings",
34228
34361
  "type": "number",
34229
- "value": "1.25rem",
34362
+ "value": "1rem",
34230
34363
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34231
34364
  "isSource": true,
34232
34365
  "original": {
34233
- "description": "Use for icons that are placed inline with second level headings",
34366
+ "description": "Use for icons that are placed inline with fifth level headings",
34234
34367
  "type": "number",
34235
- "value": "{global.font.size.heading.h2}"
34368
+ "value": "{global.font.size.heading.h5}"
34236
34369
  },
34237
- "name": "pf-t--global--icon--size--font--heading--h2",
34370
+ "name": "pf-t--global--icon--size--font--heading--h5",
34238
34371
  "attributes": {
34239
34372
  "category": "global",
34240
34373
  "type": "icon",
@@ -34248,82 +34381,82 @@
34248
34381
  "size",
34249
34382
  "font",
34250
34383
  "heading",
34251
- "h2"
34384
+ "h5"
34252
34385
  ],
34253
34386
  "references": [
34254
34387
  {
34255
- "description": "Use as the font size for second level headings.",
34388
+ "description": "Use as the font size for fifth level headings.",
34256
34389
  "type": "number",
34257
- "value": "1.25rem",
34390
+ "value": "1rem",
34258
34391
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34259
34392
  "isSource": true,
34260
34393
  "original": {
34261
- "description": "Use as the font size for second level headings.",
34394
+ "description": "Use as the font size for fifth level headings.",
34262
34395
  "type": "number",
34263
- "value": "{global.font.size.xl}"
34396
+ "value": "{global.font.size.md}"
34264
34397
  },
34265
- "name": "pf-t--global--font--size--heading--h2",
34398
+ "name": "pf-t--global--font--size--heading--h5",
34266
34399
  "attributes": {
34267
34400
  "category": "global",
34268
34401
  "type": "font",
34269
34402
  "item": "size",
34270
34403
  "subitem": "heading",
34271
- "state": "h2"
34404
+ "state": "h5"
34272
34405
  },
34273
34406
  "path": [
34274
34407
  "global",
34275
34408
  "font",
34276
34409
  "size",
34277
34410
  "heading",
34278
- "h2"
34411
+ "h5"
34279
34412
  ],
34280
34413
  "references": [
34281
34414
  {
34282
- "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
34415
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34283
34416
  "type": "number",
34284
- "value": "1.25rem",
34417
+ "value": "1rem",
34285
34418
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34286
34419
  "isSource": true,
34287
34420
  "original": {
34288
- "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
34421
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34289
34422
  "type": "number",
34290
- "value": "{global.font.size.500}"
34423
+ "value": "{global.font.size.300}"
34291
34424
  },
34292
- "name": "pf-t--global--font--size--xl",
34425
+ "name": "pf-t--global--font--size--md",
34293
34426
  "attributes": {
34294
34427
  "category": "global",
34295
34428
  "type": "font",
34296
34429
  "item": "size",
34297
- "subitem": "xl"
34430
+ "subitem": "md"
34298
34431
  },
34299
34432
  "path": [
34300
34433
  "global",
34301
34434
  "font",
34302
34435
  "size",
34303
- "xl"
34436
+ "md"
34304
34437
  ],
34305
34438
  "references": [
34306
34439
  {
34307
34440
  "type": "number",
34308
- "value": "1.25rem",
34441
+ "value": "1rem",
34309
34442
  "filePath": "tokens/default/highcontrast/base.dimension.json",
34310
34443
  "isSource": true,
34311
34444
  "original": {
34312
34445
  "type": "number",
34313
- "value": 20
34446
+ "value": 16
34314
34447
  },
34315
- "name": "pf-t--global--font--size--500",
34448
+ "name": "pf-t--global--font--size--300",
34316
34449
  "attributes": {
34317
34450
  "category": "global",
34318
34451
  "type": "font",
34319
34452
  "item": "size",
34320
- "subitem": "500"
34453
+ "subitem": "300"
34321
34454
  },
34322
34455
  "path": [
34323
34456
  "global",
34324
34457
  "font",
34325
34458
  "size",
34326
- "500"
34459
+ "300"
34327
34460
  ]
34328
34461
  }
34329
34462
  ]
@@ -34333,19 +34466,19 @@
34333
34466
  ]
34334
34467
  }
34335
34468
  },
34336
- "pf-t--global--icon--size--font--heading--h3": {
34469
+ "pf-t--global--icon--size--font--heading--h6": {
34337
34470
  "default": {
34338
- "description": "Use for icons that are placed inline with third level headings",
34471
+ "description": "Use for icons that are placed inline with sixth level headings",
34339
34472
  "type": "number",
34340
- "value": "1.125rem",
34473
+ "value": "1rem",
34341
34474
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34342
34475
  "isSource": true,
34343
34476
  "original": {
34344
- "description": "Use for icons that are placed inline with third level headings",
34477
+ "description": "Use for icons that are placed inline with sixth level headings",
34345
34478
  "type": "number",
34346
- "value": "{global.font.size.heading.h3}"
34479
+ "value": "{global.font.size.heading.h6}"
34347
34480
  },
34348
- "name": "pf-t--global--icon--size--font--heading--h3",
34481
+ "name": "pf-t--global--icon--size--font--heading--h6",
34349
34482
  "attributes": {
34350
34483
  "category": "global",
34351
34484
  "type": "icon",
@@ -34359,82 +34492,82 @@
34359
34492
  "size",
34360
34493
  "font",
34361
34494
  "heading",
34362
- "h3"
34495
+ "h6"
34363
34496
  ],
34364
34497
  "references": [
34365
34498
  {
34366
- "description": "Use as the font size for third level headings.",
34499
+ "description": "Use as the font size for sixth level headings.",
34367
34500
  "type": "number",
34368
- "value": "1.125rem",
34501
+ "value": "1rem",
34369
34502
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34370
34503
  "isSource": true,
34371
34504
  "original": {
34372
- "description": "Use as the font size for third level headings.",
34505
+ "description": "Use as the font size for sixth level headings.",
34373
34506
  "type": "number",
34374
- "value": "{global.font.size.lg}"
34507
+ "value": "{global.font.size.md}"
34375
34508
  },
34376
- "name": "pf-t--global--font--size--heading--h3",
34509
+ "name": "pf-t--global--font--size--heading--h6",
34377
34510
  "attributes": {
34378
34511
  "category": "global",
34379
34512
  "type": "font",
34380
34513
  "item": "size",
34381
34514
  "subitem": "heading",
34382
- "state": "h3"
34515
+ "state": "h6"
34383
34516
  },
34384
34517
  "path": [
34385
34518
  "global",
34386
34519
  "font",
34387
34520
  "size",
34388
34521
  "heading",
34389
- "h3"
34522
+ "h6"
34390
34523
  ],
34391
34524
  "references": [
34392
34525
  {
34393
- "description": "Use as the font size for large text that isn’t a heading or in a body section.",
34526
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34394
34527
  "type": "number",
34395
- "value": "1.125rem",
34528
+ "value": "1rem",
34396
34529
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34397
34530
  "isSource": true,
34398
34531
  "original": {
34399
- "description": "Use as the font size for large text that isn’t a heading or in a body section.",
34532
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34400
34533
  "type": "number",
34401
- "value": "{global.font.size.400}"
34534
+ "value": "{global.font.size.300}"
34402
34535
  },
34403
- "name": "pf-t--global--font--size--lg",
34536
+ "name": "pf-t--global--font--size--md",
34404
34537
  "attributes": {
34405
34538
  "category": "global",
34406
34539
  "type": "font",
34407
34540
  "item": "size",
34408
- "subitem": "lg"
34541
+ "subitem": "md"
34409
34542
  },
34410
34543
  "path": [
34411
34544
  "global",
34412
34545
  "font",
34413
34546
  "size",
34414
- "lg"
34547
+ "md"
34415
34548
  ],
34416
34549
  "references": [
34417
34550
  {
34418
34551
  "type": "number",
34419
- "value": "1.125rem",
34552
+ "value": "1rem",
34420
34553
  "filePath": "tokens/default/highcontrast/base.dimension.json",
34421
34554
  "isSource": true,
34422
34555
  "original": {
34423
34556
  "type": "number",
34424
- "value": 18
34557
+ "value": 16
34425
34558
  },
34426
- "name": "pf-t--global--font--size--400",
34559
+ "name": "pf-t--global--font--size--300",
34427
34560
  "attributes": {
34428
34561
  "category": "global",
34429
34562
  "type": "font",
34430
34563
  "item": "size",
34431
- "subitem": "400"
34564
+ "subitem": "300"
34432
34565
  },
34433
34566
  "path": [
34434
34567
  "global",
34435
34568
  "font",
34436
34569
  "size",
34437
- "400"
34570
+ "300"
34438
34571
  ]
34439
34572
  }
34440
34573
  ]
@@ -34444,108 +34577,106 @@
34444
34577
  ]
34445
34578
  }
34446
34579
  },
34447
- "pf-t--global--icon--size--font--heading--h4": {
34580
+ "pf-t--global--icon--size--font--body--sm": {
34448
34581
  "default": {
34449
- "description": "Use for icons that are placed inline with fourth level headings",
34582
+ "description": "Use for icons that are placed inline with small body text",
34450
34583
  "type": "number",
34451
- "value": "1rem",
34584
+ "value": "0.75rem",
34452
34585
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34453
34586
  "isSource": true,
34454
34587
  "original": {
34455
- "description": "Use for icons that are placed inline with fourth level headings",
34588
+ "description": "Use for icons that are placed inline with small body text",
34456
34589
  "type": "number",
34457
- "value": "{global.font.size.heading.h4}"
34590
+ "value": "{global.font.size.body.sm}"
34458
34591
  },
34459
- "name": "pf-t--global--icon--size--font--heading--h4",
34592
+ "name": "pf-t--global--icon--size--font--body--sm",
34460
34593
  "attributes": {
34461
34594
  "category": "global",
34462
34595
  "type": "icon",
34463
34596
  "item": "size",
34464
34597
  "subitem": "font",
34465
- "state": "heading"
34598
+ "state": "body"
34466
34599
  },
34467
34600
  "path": [
34468
34601
  "global",
34469
34602
  "icon",
34470
34603
  "size",
34471
34604
  "font",
34472
- "heading",
34473
- "h4"
34605
+ "body",
34606
+ "sm"
34474
34607
  ],
34475
34608
  "references": [
34476
34609
  {
34477
- "description": "Use as the font size for fourth-level headings.",
34610
+ "description": "Use for a smaller font size in body sections.",
34478
34611
  "type": "number",
34479
- "value": "1rem",
34612
+ "value": "0.75rem",
34480
34613
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34481
34614
  "isSource": true,
34482
34615
  "original": {
34483
- "description": "Use as the font size for fourth-level headings.",
34616
+ "description": "Use for a smaller font size in body sections.",
34484
34617
  "type": "number",
34485
- "value": "{global.font.size.md}"
34618
+ "value": "{global.font.size.xs}"
34486
34619
  },
34487
- "name": "pf-t--global--font--size--heading--h4",
34620
+ "name": "pf-t--global--font--size--body--sm",
34488
34621
  "attributes": {
34489
34622
  "category": "global",
34490
34623
  "type": "font",
34491
34624
  "item": "size",
34492
- "subitem": "heading",
34493
- "state": "h4"
34625
+ "subitem": "body",
34626
+ "state": "sm"
34494
34627
  },
34495
34628
  "path": [
34496
34629
  "global",
34497
34630
  "font",
34498
34631
  "size",
34499
- "heading",
34500
- "h4"
34632
+ "body",
34633
+ "sm"
34501
34634
  ],
34502
34635
  "references": [
34503
34636
  {
34504
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34505
34637
  "type": "number",
34506
- "value": "1rem",
34638
+ "value": "0.75rem",
34507
34639
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34508
34640
  "isSource": true,
34509
34641
  "original": {
34510
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34511
34642
  "type": "number",
34512
- "value": "{global.font.size.300}"
34643
+ "value": "{global.font.size.100}"
34513
34644
  },
34514
- "name": "pf-t--global--font--size--md",
34645
+ "name": "pf-t--global--font--size--xs",
34515
34646
  "attributes": {
34516
34647
  "category": "global",
34517
34648
  "type": "font",
34518
34649
  "item": "size",
34519
- "subitem": "md"
34650
+ "subitem": "xs"
34520
34651
  },
34521
34652
  "path": [
34522
34653
  "global",
34523
34654
  "font",
34524
34655
  "size",
34525
- "md"
34656
+ "xs"
34526
34657
  ],
34527
34658
  "references": [
34528
34659
  {
34529
34660
  "type": "number",
34530
- "value": "1rem",
34661
+ "value": "0.75rem",
34531
34662
  "filePath": "tokens/default/highcontrast/base.dimension.json",
34532
34663
  "isSource": true,
34533
34664
  "original": {
34534
34665
  "type": "number",
34535
- "value": 16
34666
+ "value": 12
34536
34667
  },
34537
- "name": "pf-t--global--font--size--300",
34668
+ "name": "pf-t--global--font--size--100",
34538
34669
  "attributes": {
34539
34670
  "category": "global",
34540
34671
  "type": "font",
34541
34672
  "item": "size",
34542
- "subitem": "300"
34673
+ "subitem": "100"
34543
34674
  },
34544
34675
  "path": [
34545
34676
  "global",
34546
34677
  "font",
34547
34678
  "size",
34548
- "300"
34679
+ "100"
34549
34680
  ]
34550
34681
  }
34551
34682
  ]
@@ -34555,108 +34686,108 @@
34555
34686
  ]
34556
34687
  }
34557
34688
  },
34558
- "pf-t--global--icon--size--font--heading--h5": {
34689
+ "pf-t--global--icon--size--font--body--default": {
34559
34690
  "default": {
34560
- "description": "Use for icons that are placed inline with fifth level headings",
34691
+ "description": "Use for icons that are placed inline with default body text",
34561
34692
  "type": "number",
34562
- "value": "1rem",
34693
+ "value": "0.875rem",
34563
34694
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34564
34695
  "isSource": true,
34565
34696
  "original": {
34566
- "description": "Use for icons that are placed inline with fifth level headings",
34697
+ "description": "Use for icons that are placed inline with default body text",
34567
34698
  "type": "number",
34568
- "value": "{global.font.size.heading.h5}"
34699
+ "value": "{global.font.size.body.default}"
34569
34700
  },
34570
- "name": "pf-t--global--icon--size--font--heading--h5",
34701
+ "name": "pf-t--global--icon--size--font--body--default",
34571
34702
  "attributes": {
34572
34703
  "category": "global",
34573
34704
  "type": "icon",
34574
34705
  "item": "size",
34575
34706
  "subitem": "font",
34576
- "state": "heading"
34707
+ "state": "body"
34577
34708
  },
34578
34709
  "path": [
34579
34710
  "global",
34580
34711
  "icon",
34581
34712
  "size",
34582
34713
  "font",
34583
- "heading",
34584
- "h5"
34714
+ "body",
34715
+ "default"
34585
34716
  ],
34586
34717
  "references": [
34587
34718
  {
34588
- "description": "Use as the font size for fifth level headings.",
34719
+ "description": "Use as the default font size in body sections.",
34589
34720
  "type": "number",
34590
- "value": "1rem",
34721
+ "value": "0.875rem",
34591
34722
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34592
34723
  "isSource": true,
34593
34724
  "original": {
34594
- "description": "Use as the font size for fifth level headings.",
34725
+ "description": "Use as the default font size in body sections.",
34595
34726
  "type": "number",
34596
- "value": "{global.font.size.md}"
34727
+ "value": "{global.font.size.sm}"
34597
34728
  },
34598
- "name": "pf-t--global--font--size--heading--h5",
34729
+ "name": "pf-t--global--font--size--body--default",
34599
34730
  "attributes": {
34600
34731
  "category": "global",
34601
34732
  "type": "font",
34602
34733
  "item": "size",
34603
- "subitem": "heading",
34604
- "state": "h5"
34734
+ "subitem": "body",
34735
+ "state": "default"
34605
34736
  },
34606
34737
  "path": [
34607
34738
  "global",
34608
34739
  "font",
34609
34740
  "size",
34610
- "heading",
34611
- "h5"
34741
+ "body",
34742
+ "default"
34612
34743
  ],
34613
34744
  "references": [
34614
34745
  {
34615
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34746
+ "description": "Use as the font size for small text that isn’t a heading or in a body section.",
34616
34747
  "type": "number",
34617
- "value": "1rem",
34748
+ "value": "0.875rem",
34618
34749
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34619
34750
  "isSource": true,
34620
34751
  "original": {
34621
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34752
+ "description": "Use as the font size for small text that isn’t a heading or in a body section.",
34622
34753
  "type": "number",
34623
- "value": "{global.font.size.300}"
34754
+ "value": "{global.font.size.200}"
34624
34755
  },
34625
- "name": "pf-t--global--font--size--md",
34756
+ "name": "pf-t--global--font--size--sm",
34626
34757
  "attributes": {
34627
34758
  "category": "global",
34628
34759
  "type": "font",
34629
34760
  "item": "size",
34630
- "subitem": "md"
34761
+ "subitem": "sm"
34631
34762
  },
34632
34763
  "path": [
34633
34764
  "global",
34634
34765
  "font",
34635
34766
  "size",
34636
- "md"
34767
+ "sm"
34637
34768
  ],
34638
34769
  "references": [
34639
34770
  {
34640
34771
  "type": "number",
34641
- "value": "1rem",
34772
+ "value": "0.875rem",
34642
34773
  "filePath": "tokens/default/highcontrast/base.dimension.json",
34643
34774
  "isSource": true,
34644
34775
  "original": {
34645
34776
  "type": "number",
34646
- "value": 16
34777
+ "value": 14
34647
34778
  },
34648
- "name": "pf-t--global--font--size--300",
34779
+ "name": "pf-t--global--font--size--200",
34649
34780
  "attributes": {
34650
34781
  "category": "global",
34651
34782
  "type": "font",
34652
34783
  "item": "size",
34653
- "subitem": "300"
34784
+ "subitem": "200"
34654
34785
  },
34655
34786
  "path": [
34656
34787
  "global",
34657
34788
  "font",
34658
34789
  "size",
34659
- "300"
34790
+ "200"
34660
34791
  ]
34661
34792
  }
34662
34793
  ]
@@ -34666,60 +34797,60 @@
34666
34797
  ]
34667
34798
  }
34668
34799
  },
34669
- "pf-t--global--icon--size--font--heading--h6": {
34800
+ "pf-t--global--icon--size--font--body--lg": {
34670
34801
  "default": {
34671
- "description": "Use for icons that are placed inline with sixth level headings",
34802
+ "description": "Use for icons that are placed inline with large body text",
34672
34803
  "type": "number",
34673
34804
  "value": "1rem",
34674
34805
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34675
34806
  "isSource": true,
34676
34807
  "original": {
34677
- "description": "Use for icons that are placed inline with sixth level headings",
34808
+ "description": "Use for icons that are placed inline with large body text",
34678
34809
  "type": "number",
34679
- "value": "{global.font.size.heading.h6}"
34810
+ "value": "{global.font.size.body.lg}"
34680
34811
  },
34681
- "name": "pf-t--global--icon--size--font--heading--h6",
34812
+ "name": "pf-t--global--icon--size--font--body--lg",
34682
34813
  "attributes": {
34683
34814
  "category": "global",
34684
34815
  "type": "icon",
34685
34816
  "item": "size",
34686
34817
  "subitem": "font",
34687
- "state": "heading"
34818
+ "state": "body"
34688
34819
  },
34689
34820
  "path": [
34690
34821
  "global",
34691
34822
  "icon",
34692
34823
  "size",
34693
34824
  "font",
34694
- "heading",
34695
- "h6"
34825
+ "body",
34826
+ "lg"
34696
34827
  ],
34697
34828
  "references": [
34698
34829
  {
34699
- "description": "Use as the font size for sixth level headings.",
34830
+ "description": "Use for a larger font size in body sections.",
34700
34831
  "type": "number",
34701
34832
  "value": "1rem",
34702
34833
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
34703
34834
  "isSource": true,
34704
34835
  "original": {
34705
- "description": "Use as the font size for sixth level headings.",
34836
+ "description": "Use for a larger font size in body sections.",
34706
34837
  "type": "number",
34707
34838
  "value": "{global.font.size.md}"
34708
34839
  },
34709
- "name": "pf-t--global--font--size--heading--h6",
34840
+ "name": "pf-t--global--font--size--body--lg",
34710
34841
  "attributes": {
34711
34842
  "category": "global",
34712
34843
  "type": "font",
34713
34844
  "item": "size",
34714
- "subitem": "heading",
34715
- "state": "h6"
34845
+ "subitem": "body",
34846
+ "state": "lg"
34716
34847
  },
34717
34848
  "path": [
34718
34849
  "global",
34719
34850
  "font",
34720
34851
  "size",
34721
- "heading",
34722
- "h6"
34852
+ "body",
34853
+ "lg"
34723
34854
  ],
34724
34855
  "references": [
34725
34856
  {
@@ -35475,32 +35606,30 @@
35475
35606
  ]
35476
35607
  }
35477
35608
  },
35478
- "pf-t--global--border--width--divider--default": {
35609
+ "pf-t--global--border--width--regular": {
35479
35610
  "default": {
35480
- "description": "Use as the default border width for dividers.",
35611
+ "description": "Use as the default border width for elements.",
35481
35612
  "type": "number",
35482
35613
  "value": "1px",
35483
35614
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
35484
35615
  "isSource": true,
35485
35616
  "original": {
35486
- "description": "Use as the default border width for dividers.",
35617
+ "description": "Use as the default border width for elements.",
35487
35618
  "type": "number",
35488
35619
  "value": "{global.border.width.100}"
35489
35620
  },
35490
- "name": "pf-t--global--border--width--divider--default",
35621
+ "name": "pf-t--global--border--width--regular",
35491
35622
  "attributes": {
35492
35623
  "category": "global",
35493
35624
  "type": "border",
35494
35625
  "item": "width",
35495
- "subitem": "divider",
35496
- "state": "default"
35626
+ "subitem": "regular"
35497
35627
  },
35498
35628
  "path": [
35499
35629
  "global",
35500
35630
  "border",
35501
35631
  "width",
35502
- "divider",
35503
- "default"
35632
+ "regular"
35504
35633
  ],
35505
35634
  "references": [
35506
35635
  {
@@ -35529,32 +35658,32 @@
35529
35658
  ]
35530
35659
  }
35531
35660
  },
35532
- "pf-t--global--border--width--divider--hover": {
35661
+ "pf-t--global--border--width--divider--default": {
35533
35662
  "default": {
35534
- "description": "Use as the border width hover state for dividers.",
35663
+ "description": "Use as the default border width for dividers.",
35535
35664
  "type": "number",
35536
35665
  "value": "1px",
35537
35666
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
35538
35667
  "isSource": true,
35539
35668
  "original": {
35540
- "description": "Use as the border width hover state for dividers.",
35669
+ "description": "Use as the default border width for dividers.",
35541
35670
  "type": "number",
35542
35671
  "value": "{global.border.width.100}"
35543
35672
  },
35544
- "name": "pf-t--global--border--width--divider--hover",
35673
+ "name": "pf-t--global--border--width--divider--default",
35545
35674
  "attributes": {
35546
35675
  "category": "global",
35547
35676
  "type": "border",
35548
35677
  "item": "width",
35549
35678
  "subitem": "divider",
35550
- "state": "hover"
35679
+ "state": "default"
35551
35680
  },
35552
35681
  "path": [
35553
35682
  "global",
35554
35683
  "border",
35555
35684
  "width",
35556
35685
  "divider",
35557
- "hover"
35686
+ "default"
35558
35687
  ],
35559
35688
  "references": [
35560
35689
  {
@@ -35583,32 +35712,32 @@
35583
35712
  ]
35584
35713
  }
35585
35714
  },
35586
- "pf-t--global--border--width--divider--clicked": {
35715
+ "pf-t--global--border--width--divider--hover": {
35587
35716
  "default": {
35588
- "description": "Use as the border width clicked state for dividers.",
35717
+ "description": "Use as the border width hover state for dividers.",
35589
35718
  "type": "number",
35590
35719
  "value": "1px",
35591
35720
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
35592
35721
  "isSource": true,
35593
35722
  "original": {
35594
- "description": "Use as the border width clicked state for dividers.",
35723
+ "description": "Use as the border width hover state for dividers.",
35595
35724
  "type": "number",
35596
35725
  "value": "{global.border.width.100}"
35597
35726
  },
35598
- "name": "pf-t--global--border--width--divider--clicked",
35727
+ "name": "pf-t--global--border--width--divider--hover",
35599
35728
  "attributes": {
35600
35729
  "category": "global",
35601
35730
  "type": "border",
35602
35731
  "item": "width",
35603
35732
  "subitem": "divider",
35604
- "state": "clicked"
35733
+ "state": "hover"
35605
35734
  },
35606
35735
  "path": [
35607
35736
  "global",
35608
35737
  "border",
35609
35738
  "width",
35610
35739
  "divider",
35611
- "clicked"
35740
+ "hover"
35612
35741
  ],
35613
35742
  "references": [
35614
35743
  {
@@ -35637,30 +35766,32 @@
35637
35766
  ]
35638
35767
  }
35639
35768
  },
35640
- "pf-t--global--border--width--regular": {
35769
+ "pf-t--global--border--width--divider--clicked": {
35641
35770
  "default": {
35642
- "description": "Use as the default border width for elements.",
35771
+ "description": "Use as the border width clicked state for dividers.",
35643
35772
  "type": "number",
35644
35773
  "value": "1px",
35645
35774
  "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
35646
35775
  "isSource": true,
35647
35776
  "original": {
35648
- "description": "Use as the default border width for elements.",
35777
+ "description": "Use as the border width clicked state for dividers.",
35649
35778
  "type": "number",
35650
35779
  "value": "{global.border.width.100}"
35651
35780
  },
35652
- "name": "pf-t--global--border--width--regular",
35781
+ "name": "pf-t--global--border--width--divider--clicked",
35653
35782
  "attributes": {
35654
35783
  "category": "global",
35655
35784
  "type": "border",
35656
35785
  "item": "width",
35657
- "subitem": "regular"
35786
+ "subitem": "divider",
35787
+ "state": "clicked"
35658
35788
  },
35659
35789
  "path": [
35660
35790
  "global",
35661
35791
  "border",
35662
35792
  "width",
35663
- "regular"
35793
+ "divider",
35794
+ "clicked"
35664
35795
  ],
35665
35796
  "references": [
35666
35797
  {
@@ -35793,6 +35924,85 @@
35793
35924
  ]
35794
35925
  }
35795
35926
  },
35927
+ "pf-t--global--border--width--glass--default": {
35928
+ "default": {
35929
+ "type": "number",
35930
+ "value": "1px",
35931
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
35932
+ "isSource": true,
35933
+ "original": {
35934
+ "type": "number",
35935
+ "value": "{global.border.width.regular}"
35936
+ },
35937
+ "name": "pf-t--global--border--width--glass--default",
35938
+ "attributes": {
35939
+ "category": "global",
35940
+ "type": "border",
35941
+ "item": "width",
35942
+ "subitem": "glass",
35943
+ "state": "default"
35944
+ },
35945
+ "path": [
35946
+ "global",
35947
+ "border",
35948
+ "width",
35949
+ "glass",
35950
+ "default"
35951
+ ],
35952
+ "references": [
35953
+ {
35954
+ "description": "Use as the default border width for elements.",
35955
+ "type": "number",
35956
+ "value": "1px",
35957
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
35958
+ "isSource": true,
35959
+ "original": {
35960
+ "description": "Use as the default border width for elements.",
35961
+ "type": "number",
35962
+ "value": "{global.border.width.100}"
35963
+ },
35964
+ "name": "pf-t--global--border--width--regular",
35965
+ "attributes": {
35966
+ "category": "global",
35967
+ "type": "border",
35968
+ "item": "width",
35969
+ "subitem": "regular"
35970
+ },
35971
+ "path": [
35972
+ "global",
35973
+ "border",
35974
+ "width",
35975
+ "regular"
35976
+ ],
35977
+ "references": [
35978
+ {
35979
+ "type": "number",
35980
+ "value": "1px",
35981
+ "filePath": "tokens/default/highcontrast/base.dimension.json",
35982
+ "isSource": true,
35983
+ "original": {
35984
+ "type": "number",
35985
+ "value": 1
35986
+ },
35987
+ "name": "pf-t--global--border--width--100",
35988
+ "attributes": {
35989
+ "category": "global",
35990
+ "type": "border",
35991
+ "item": "width",
35992
+ "subitem": "100"
35993
+ },
35994
+ "path": [
35995
+ "global",
35996
+ "border",
35997
+ "width",
35998
+ "100"
35999
+ ]
36000
+ }
36001
+ ]
36002
+ }
36003
+ ]
36004
+ }
36005
+ },
35796
36006
  "pf-t--global--border--width--box--default": {
35797
36007
  "default": {
35798
36008
  "description": "Use as the default border width for containers like cards, panels, code editors, etc.",
@@ -37130,6 +37340,85 @@
37130
37340
  ]
37131
37341
  }
37132
37342
  },
37343
+ "pf-t--global--border--radius--glass--default": {
37344
+ "default": {
37345
+ "type": "number",
37346
+ "value": "16px",
37347
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
37348
+ "isSource": true,
37349
+ "original": {
37350
+ "type": "number",
37351
+ "value": "{global.border.radius.medium}"
37352
+ },
37353
+ "name": "pf-t--global--border--radius--glass--default",
37354
+ "attributes": {
37355
+ "category": "global",
37356
+ "type": "border",
37357
+ "item": "radius",
37358
+ "subitem": "glass",
37359
+ "state": "default"
37360
+ },
37361
+ "path": [
37362
+ "global",
37363
+ "border",
37364
+ "radius",
37365
+ "glass",
37366
+ "default"
37367
+ ],
37368
+ "references": [
37369
+ {
37370
+ "description": "Use to adjust the curvature of the border corners for an element. Use for moderately rounded corners, like cards.",
37371
+ "type": "number",
37372
+ "value": "16px",
37373
+ "filePath": "tokens/default/highcontrast/semantic.dimension.highcontrast.json",
37374
+ "isSource": true,
37375
+ "original": {
37376
+ "description": "Use to adjust the curvature of the border corners for an element. Use for moderately rounded corners, like cards.",
37377
+ "type": "number",
37378
+ "value": "{global.border.radius.300}"
37379
+ },
37380
+ "name": "pf-t--global--border--radius--medium",
37381
+ "attributes": {
37382
+ "category": "global",
37383
+ "type": "border",
37384
+ "item": "radius",
37385
+ "subitem": "medium"
37386
+ },
37387
+ "path": [
37388
+ "global",
37389
+ "border",
37390
+ "radius",
37391
+ "medium"
37392
+ ],
37393
+ "references": [
37394
+ {
37395
+ "type": "number",
37396
+ "value": "16px",
37397
+ "filePath": "tokens/default/highcontrast/base.dimension.json",
37398
+ "isSource": true,
37399
+ "original": {
37400
+ "type": "number",
37401
+ "value": 16
37402
+ },
37403
+ "name": "pf-t--global--border--radius--300",
37404
+ "attributes": {
37405
+ "category": "global",
37406
+ "type": "border",
37407
+ "item": "radius",
37408
+ "subitem": "300"
37409
+ },
37410
+ "path": [
37411
+ "global",
37412
+ "border",
37413
+ "radius",
37414
+ "300"
37415
+ ]
37416
+ }
37417
+ ]
37418
+ }
37419
+ ]
37420
+ }
37421
+ },
37133
37422
  "pf-t--global--border--radius--control--default": {
37134
37423
  "default": {
37135
37424
  "type": "number",