@patternfly/design-tokens 1.14.9 → 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 (55) hide show
  1. package/build/css/tokens-dark.scss +16 -16
  2. package/build/css/tokens-default.scss +17 -15
  3. package/build/css/tokens-glass-dark.scss +21 -4
  4. package/build/css/tokens-glass.scss +17 -4
  5. package/build/css/tokens-palette.scss +1 -1
  6. package/build/css/tokens-redhat-dark.scss +9 -2
  7. package/build/css/tokens-redhat-glass-dark.scss +27 -4
  8. package/build/css/tokens-redhat-glass.scss +17 -4
  9. package/build/css/tokens-redhat-highcontrast-dark.scss +5 -4
  10. package/build/css/tokens-redhat-highcontrast.scss +2 -2
  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 +497 -965
  15. package/patternfly-docs/content/token-layers-glass.json +12337 -991
  16. package/patternfly-docs/content/token-layers-highcontrast-dark.json +849 -553
  17. package/patternfly-docs/content/token-layers-highcontrast.json +1237 -927
  18. package/patternfly-docs/content/token-layers-redhat-dark.json +2731 -2662
  19. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +1700 -2230
  20. package/patternfly-docs/content/token-layers-redhat-glass.json +12497 -1151
  21. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +500 -373
  22. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +1304 -998
  23. package/patternfly-docs/content/token-layers-redhat.json +1650 -1340
  24. package/plugins/export-patternfly-tokens/dist/ui.html +32 -24
  25. package/plugins/export-patternfly-tokens/src/ui.tsx +8 -0
  26. package/tokens/default/dark/base.dark.json +5 -5
  27. package/tokens/default/dark/charts.dark.json +20 -20
  28. package/tokens/default/dark/semantic.dark.json +45 -36
  29. package/tokens/default/glass/base.dimension.json +16 -16
  30. package/tokens/default/glass/base.json +2 -2
  31. package/tokens/default/glass/semantic.dimension.glass.json +1109 -0
  32. package/tokens/default/glass/semantic.glass.json +49 -40
  33. package/tokens/default/glass-dark/base.dark.json +5 -5
  34. package/tokens/default/glass-dark/semantic.glass.dark.json +56 -47
  35. package/tokens/default/highcontrast/base.dimension.json +16 -16
  36. package/tokens/default/highcontrast/base.json +2 -2
  37. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +51 -39
  38. package/tokens/default/highcontrast/semantic.highcontrast.json +41 -32
  39. package/tokens/default/highcontrast-dark/base.dark.json +5 -5
  40. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +44 -35
  41. package/tokens/default/light/base.dimension.json +16 -16
  42. package/tokens/default/light/base.json +2 -2
  43. package/tokens/default/light/charts.json +20 -20
  44. package/tokens/default/light/semantic.dimension.json +51 -39
  45. package/tokens/default/light/semantic.json +41 -32
  46. package/tokens/default/light/semantic.motion.json +24 -24
  47. package/tokens/redhat/dark/redhat.color.dark.json +71 -24
  48. package/tokens/redhat/glass/redhat.color.glass.json +25 -25
  49. package/tokens/redhat/glass/redhat.dimension.glass.json +2 -0
  50. package/tokens/redhat/glass-dark/redhat.color.glass.dark.json +67 -25
  51. package/tokens/redhat/highcontrast/redhat.color.highcontrast.json +25 -25
  52. package/tokens/redhat/highcontrast/redhat.dimension.highcontrast.json +6 -6
  53. package/tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json +25 -25
  54. package/tokens/redhat/light/redhat.color.json +25 -25
  55. package/tokens/redhat/light/redhat.dimension.json +6 -6
@@ -11799,7 +11799,7 @@
11799
11799
  "default": {
11800
11800
  "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
11801
11801
  "type": "color",
11802
- "value": "#f2f2f2",
11802
+ "value": "#e0e0e0",
11803
11803
  "filePath": "tokens/default/light/semantic.json",
11804
11804
  "isSource": true,
11805
11805
  "original": {
@@ -11823,12 +11823,12 @@
11823
11823
  "references": [
11824
11824
  {
11825
11825
  "type": "color",
11826
- "value": "#f2f2f2",
11826
+ "value": "#e0e0e0",
11827
11827
  "filePath": "tokens/default/light/base.json",
11828
11828
  "isSource": true,
11829
11829
  "original": {
11830
11830
  "type": "color",
11831
- "value": "{color.gray.10}"
11831
+ "value": "{color.gray.20}"
11832
11832
  },
11833
11833
  "name": "pf-t--global--border--color--50",
11834
11834
  "attributes": {
@@ -11846,23 +11846,23 @@
11846
11846
  "references": [
11847
11847
  {
11848
11848
  "type": "color",
11849
- "value": "#f2f2f2",
11849
+ "value": "#e0e0e0",
11850
11850
  "filePath": "tokens/default/light/palette.color.json",
11851
11851
  "isSource": true,
11852
11852
  "original": {
11853
11853
  "type": "color",
11854
- "value": "#f2f2f2"
11854
+ "value": "#e0e0e0"
11855
11855
  },
11856
- "name": "pf-t--color--gray--10",
11856
+ "name": "pf-t--color--gray--20",
11857
11857
  "attributes": {
11858
11858
  "category": "color",
11859
11859
  "type": "gray",
11860
- "item": "10"
11860
+ "item": "20"
11861
11861
  },
11862
11862
  "path": [
11863
11863
  "color",
11864
11864
  "gray",
11865
- "10"
11865
+ "20"
11866
11866
  ]
11867
11867
  }
11868
11868
  ]
@@ -12122,6 +12122,108 @@
12122
12122
  ]
12123
12123
  }
12124
12124
  },
12125
+ "pf-t--global--border--color--glass--default": {
12126
+ "default": {
12127
+ "type": "color",
12128
+ "value": "#e0e0e0",
12129
+ "filePath": "tokens/default/light/semantic.json",
12130
+ "isSource": true,
12131
+ "original": {
12132
+ "type": "color",
12133
+ "value": "{global.border.color.subtle}"
12134
+ },
12135
+ "name": "pf-t--global--border--color--glass--default",
12136
+ "attributes": {
12137
+ "category": "global",
12138
+ "type": "border",
12139
+ "item": "color",
12140
+ "subitem": "glass",
12141
+ "state": "default"
12142
+ },
12143
+ "path": [
12144
+ "global",
12145
+ "border",
12146
+ "color",
12147
+ "glass",
12148
+ "default"
12149
+ ],
12150
+ "references": [
12151
+ {
12152
+ "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
12153
+ "type": "color",
12154
+ "value": "#e0e0e0",
12155
+ "filePath": "tokens/default/light/semantic.json",
12156
+ "isSource": true,
12157
+ "original": {
12158
+ "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
12159
+ "type": "color",
12160
+ "value": "{global.border.color.50}"
12161
+ },
12162
+ "name": "pf-t--global--border--color--subtle",
12163
+ "attributes": {
12164
+ "category": "global",
12165
+ "type": "border",
12166
+ "item": "color",
12167
+ "subitem": "subtle"
12168
+ },
12169
+ "path": [
12170
+ "global",
12171
+ "border",
12172
+ "color",
12173
+ "subtle"
12174
+ ],
12175
+ "references": [
12176
+ {
12177
+ "type": "color",
12178
+ "value": "#e0e0e0",
12179
+ "filePath": "tokens/default/light/base.json",
12180
+ "isSource": true,
12181
+ "original": {
12182
+ "type": "color",
12183
+ "value": "{color.gray.20}"
12184
+ },
12185
+ "name": "pf-t--global--border--color--50",
12186
+ "attributes": {
12187
+ "category": "global",
12188
+ "type": "border",
12189
+ "item": "color",
12190
+ "subitem": "50"
12191
+ },
12192
+ "path": [
12193
+ "global",
12194
+ "border",
12195
+ "color",
12196
+ "50"
12197
+ ],
12198
+ "references": [
12199
+ {
12200
+ "type": "color",
12201
+ "value": "#e0e0e0",
12202
+ "filePath": "tokens/default/light/palette.color.json",
12203
+ "isSource": true,
12204
+ "original": {
12205
+ "type": "color",
12206
+ "value": "#e0e0e0"
12207
+ },
12208
+ "name": "pf-t--color--gray--20",
12209
+ "attributes": {
12210
+ "category": "color",
12211
+ "type": "gray",
12212
+ "item": "20"
12213
+ },
12214
+ "path": [
12215
+ "color",
12216
+ "gray",
12217
+ "20"
12218
+ ]
12219
+ }
12220
+ ]
12221
+ }
12222
+ ]
12223
+ }
12224
+ ]
12225
+ }
12226
+ },
12125
12227
  "pf-t--global--border--color--nonstatus--red--default": {
12126
12228
  "default": {
12127
12229
  "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.)",
@@ -15066,101 +15168,74 @@
15066
15168
  ]
15067
15169
  }
15068
15170
  },
15069
- "pf-t--global--background--color--glass--primary": {
15171
+ "pf-t--global--background--color--primary--default": {
15070
15172
  "default": {
15173
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15071
15174
  "type": "color",
15072
15175
  "value": "#ffffff",
15073
15176
  "filePath": "tokens/default/light/semantic.json",
15074
15177
  "isSource": true,
15075
15178
  "original": {
15179
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15076
15180
  "type": "color",
15077
- "value": "{global.background.color.primary.default}"
15181
+ "value": "{global.background.color.100}"
15078
15182
  },
15079
- "name": "pf-t--global--background--color--glass--primary",
15183
+ "name": "pf-t--global--background--color--primary--default",
15080
15184
  "attributes": {
15081
15185
  "category": "global",
15082
15186
  "type": "background",
15083
15187
  "item": "color",
15084
- "subitem": "glass",
15085
- "state": "primary"
15188
+ "subitem": "primary",
15189
+ "state": "default"
15086
15190
  },
15087
15191
  "path": [
15088
15192
  "global",
15089
15193
  "background",
15090
15194
  "color",
15091
- "glass",
15092
- "primary"
15195
+ "primary",
15196
+ "default"
15093
15197
  ],
15094
15198
  "references": [
15095
15199
  {
15096
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15097
15200
  "type": "color",
15098
15201
  "value": "#ffffff",
15099
- "filePath": "tokens/default/light/semantic.json",
15202
+ "filePath": "tokens/default/light/base.json",
15100
15203
  "isSource": true,
15101
15204
  "original": {
15102
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15103
15205
  "type": "color",
15104
- "value": "{global.background.color.100}"
15206
+ "value": "{color.white}"
15105
15207
  },
15106
- "name": "pf-t--global--background--color--primary--default",
15208
+ "name": "pf-t--global--background--color--100",
15107
15209
  "attributes": {
15108
15210
  "category": "global",
15109
15211
  "type": "background",
15110
15212
  "item": "color",
15111
- "subitem": "primary",
15112
- "state": "default"
15213
+ "subitem": "100"
15113
15214
  },
15114
15215
  "path": [
15115
15216
  "global",
15116
15217
  "background",
15117
15218
  "color",
15118
- "primary",
15119
- "default"
15219
+ "100"
15120
15220
  ],
15121
15221
  "references": [
15122
15222
  {
15123
15223
  "type": "color",
15124
15224
  "value": "#ffffff",
15125
- "filePath": "tokens/default/light/base.json",
15225
+ "filePath": "tokens/default/light/palette.color.json",
15126
15226
  "isSource": true,
15127
15227
  "original": {
15128
15228
  "type": "color",
15129
- "value": "{color.white}"
15229
+ "value": "#ffffff"
15130
15230
  },
15131
- "name": "pf-t--global--background--color--100",
15231
+ "name": "pf-t--color--white",
15132
15232
  "attributes": {
15133
- "category": "global",
15134
- "type": "background",
15135
- "item": "color",
15136
- "subitem": "100"
15233
+ "category": "color",
15234
+ "type": "white"
15137
15235
  },
15138
15236
  "path": [
15139
- "global",
15140
- "background",
15141
15237
  "color",
15142
- "100"
15143
- ],
15144
- "references": [
15145
- {
15146
- "type": "color",
15147
- "value": "#ffffff",
15148
- "filePath": "tokens/default/light/palette.color.json",
15149
- "isSource": true,
15150
- "original": {
15151
- "type": "color",
15152
- "value": "#ffffff"
15153
- },
15154
- "name": "pf-t--color--white",
15155
- "attributes": {
15156
- "category": "color",
15157
- "type": "white"
15158
- },
15159
- "path": [
15160
- "color",
15161
- "white"
15162
- ]
15163
- }
15238
+ "white"
15164
15239
  ]
15165
15240
  }
15166
15241
  ]
@@ -15168,101 +15243,76 @@
15168
15243
  ]
15169
15244
  }
15170
15245
  },
15171
- "pf-t--global--background--color--glass--floating": {
15246
+ "pf-t--global--background--color--primary--hover": {
15172
15247
  "default": {
15248
+ "description": "Use as the hover state for primary backgrounds",
15173
15249
  "type": "color",
15174
- "value": "#ffffff",
15250
+ "value": "#f2f2f2",
15175
15251
  "filePath": "tokens/default/light/semantic.json",
15176
15252
  "isSource": true,
15177
15253
  "original": {
15254
+ "description": "Use as the hover state for primary backgrounds",
15178
15255
  "type": "color",
15179
- "value": "{global.background.color.floating.default}"
15256
+ "value": "{global.background.color.200}"
15180
15257
  },
15181
- "name": "pf-t--global--background--color--glass--floating",
15258
+ "name": "pf-t--global--background--color--primary--hover",
15182
15259
  "attributes": {
15183
15260
  "category": "global",
15184
15261
  "type": "background",
15185
15262
  "item": "color",
15186
- "subitem": "glass",
15187
- "state": "floating"
15263
+ "subitem": "primary",
15264
+ "state": "hover"
15188
15265
  },
15189
15266
  "path": [
15190
15267
  "global",
15191
15268
  "background",
15192
15269
  "color",
15193
- "glass",
15194
- "floating"
15270
+ "primary",
15271
+ "hover"
15195
15272
  ],
15196
15273
  "references": [
15197
15274
  {
15198
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15199
15275
  "type": "color",
15200
- "value": "#ffffff",
15201
- "filePath": "tokens/default/light/semantic.json",
15276
+ "value": "#f2f2f2",
15277
+ "filePath": "tokens/default/light/base.json",
15202
15278
  "isSource": true,
15203
15279
  "original": {
15204
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
15205
15280
  "type": "color",
15206
- "value": "{global.background.color.100}"
15281
+ "value": "{color.gray.10}"
15207
15282
  },
15208
- "name": "pf-t--global--background--color--floating--default",
15283
+ "name": "pf-t--global--background--color--200",
15209
15284
  "attributes": {
15210
15285
  "category": "global",
15211
15286
  "type": "background",
15212
15287
  "item": "color",
15213
- "subitem": "floating",
15214
- "state": "default"
15288
+ "subitem": "200"
15215
15289
  },
15216
15290
  "path": [
15217
15291
  "global",
15218
15292
  "background",
15219
15293
  "color",
15220
- "floating",
15221
- "default"
15294
+ "200"
15222
15295
  ],
15223
15296
  "references": [
15224
15297
  {
15225
15298
  "type": "color",
15226
- "value": "#ffffff",
15227
- "filePath": "tokens/default/light/base.json",
15299
+ "value": "#f2f2f2",
15300
+ "filePath": "tokens/default/light/palette.color.json",
15228
15301
  "isSource": true,
15229
15302
  "original": {
15230
15303
  "type": "color",
15231
- "value": "{color.white}"
15304
+ "value": "#f2f2f2"
15232
15305
  },
15233
- "name": "pf-t--global--background--color--100",
15306
+ "name": "pf-t--color--gray--10",
15234
15307
  "attributes": {
15235
- "category": "global",
15236
- "type": "background",
15237
- "item": "color",
15238
- "subitem": "100"
15308
+ "category": "color",
15309
+ "type": "gray",
15310
+ "item": "10"
15239
15311
  },
15240
15312
  "path": [
15241
- "global",
15242
- "background",
15243
15313
  "color",
15244
- "100"
15245
- ],
15246
- "references": [
15247
- {
15248
- "type": "color",
15249
- "value": "#ffffff",
15250
- "filePath": "tokens/default/light/palette.color.json",
15251
- "isSource": true,
15252
- "original": {
15253
- "type": "color",
15254
- "value": "#ffffff"
15255
- },
15256
- "name": "pf-t--color--white",
15257
- "attributes": {
15258
- "category": "color",
15259
- "type": "white"
15260
- },
15261
- "path": [
15262
- "color",
15263
- "white"
15264
- ]
15265
- }
15314
+ "gray",
15315
+ "10"
15266
15316
  ]
15267
15317
  }
15268
15318
  ]
@@ -15270,74 +15320,76 @@
15270
15320
  ]
15271
15321
  }
15272
15322
  },
15273
- "pf-t--global--background--color--primary--default": {
15323
+ "pf-t--global--background--color--primary--clicked": {
15274
15324
  "default": {
15275
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15325
+ "description": "Use as the clicked state for primary backgrounds",
15276
15326
  "type": "color",
15277
- "value": "#ffffff",
15327
+ "value": "#f2f2f2",
15278
15328
  "filePath": "tokens/default/light/semantic.json",
15279
15329
  "isSource": true,
15280
15330
  "original": {
15281
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15331
+ "description": "Use as the clicked state for primary backgrounds",
15282
15332
  "type": "color",
15283
- "value": "{global.background.color.100}"
15333
+ "value": "{global.background.color.200}"
15284
15334
  },
15285
- "name": "pf-t--global--background--color--primary--default",
15335
+ "name": "pf-t--global--background--color--primary--clicked",
15286
15336
  "attributes": {
15287
15337
  "category": "global",
15288
15338
  "type": "background",
15289
15339
  "item": "color",
15290
15340
  "subitem": "primary",
15291
- "state": "default"
15341
+ "state": "clicked"
15292
15342
  },
15293
15343
  "path": [
15294
15344
  "global",
15295
15345
  "background",
15296
15346
  "color",
15297
15347
  "primary",
15298
- "default"
15348
+ "clicked"
15299
15349
  ],
15300
15350
  "references": [
15301
15351
  {
15302
15352
  "type": "color",
15303
- "value": "#ffffff",
15353
+ "value": "#f2f2f2",
15304
15354
  "filePath": "tokens/default/light/base.json",
15305
15355
  "isSource": true,
15306
15356
  "original": {
15307
15357
  "type": "color",
15308
- "value": "{color.white}"
15358
+ "value": "{color.gray.10}"
15309
15359
  },
15310
- "name": "pf-t--global--background--color--100",
15360
+ "name": "pf-t--global--background--color--200",
15311
15361
  "attributes": {
15312
15362
  "category": "global",
15313
15363
  "type": "background",
15314
15364
  "item": "color",
15315
- "subitem": "100"
15365
+ "subitem": "200"
15316
15366
  },
15317
15367
  "path": [
15318
15368
  "global",
15319
15369
  "background",
15320
15370
  "color",
15321
- "100"
15371
+ "200"
15322
15372
  ],
15323
15373
  "references": [
15324
15374
  {
15325
15375
  "type": "color",
15326
- "value": "#ffffff",
15376
+ "value": "#f2f2f2",
15327
15377
  "filePath": "tokens/default/light/palette.color.json",
15328
15378
  "isSource": true,
15329
15379
  "original": {
15330
15380
  "type": "color",
15331
- "value": "#ffffff"
15381
+ "value": "#f2f2f2"
15332
15382
  },
15333
- "name": "pf-t--color--white",
15383
+ "name": "pf-t--color--gray--10",
15334
15384
  "attributes": {
15335
15385
  "category": "color",
15336
- "type": "white"
15386
+ "type": "gray",
15387
+ "item": "10"
15337
15388
  },
15338
15389
  "path": [
15339
15390
  "color",
15340
- "white"
15391
+ "gray",
15392
+ "10"
15341
15393
  ]
15342
15394
  }
15343
15395
  ]
@@ -15345,186 +15397,32 @@
15345
15397
  ]
15346
15398
  }
15347
15399
  },
15348
- "pf-t--global--background--color--primary--hover": {
15400
+ "pf-t--global--background--color--secondary--default": {
15349
15401
  "default": {
15350
- "description": "Use as the hover state for primary backgrounds",
15402
+ "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).",
15351
15403
  "type": "color",
15352
15404
  "value": "#f2f2f2",
15353
15405
  "filePath": "tokens/default/light/semantic.json",
15354
15406
  "isSource": true,
15355
15407
  "original": {
15356
- "description": "Use as the hover state for primary backgrounds",
15408
+ "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).",
15357
15409
  "type": "color",
15358
15410
  "value": "{global.background.color.200}"
15359
15411
  },
15360
- "name": "pf-t--global--background--color--primary--hover",
15412
+ "name": "pf-t--global--background--color--secondary--default",
15361
15413
  "attributes": {
15362
15414
  "category": "global",
15363
15415
  "type": "background",
15364
15416
  "item": "color",
15365
- "subitem": "primary",
15366
- "state": "hover"
15417
+ "subitem": "secondary",
15418
+ "state": "default"
15367
15419
  },
15368
15420
  "path": [
15369
15421
  "global",
15370
15422
  "background",
15371
15423
  "color",
15372
- "primary",
15373
- "hover"
15374
- ],
15375
- "references": [
15376
- {
15377
- "type": "color",
15378
- "value": "#f2f2f2",
15379
- "filePath": "tokens/default/light/base.json",
15380
- "isSource": true,
15381
- "original": {
15382
- "type": "color",
15383
- "value": "{color.gray.10}"
15384
- },
15385
- "name": "pf-t--global--background--color--200",
15386
- "attributes": {
15387
- "category": "global",
15388
- "type": "background",
15389
- "item": "color",
15390
- "subitem": "200"
15391
- },
15392
- "path": [
15393
- "global",
15394
- "background",
15395
- "color",
15396
- "200"
15397
- ],
15398
- "references": [
15399
- {
15400
- "type": "color",
15401
- "value": "#f2f2f2",
15402
- "filePath": "tokens/default/light/palette.color.json",
15403
- "isSource": true,
15404
- "original": {
15405
- "type": "color",
15406
- "value": "#f2f2f2"
15407
- },
15408
- "name": "pf-t--color--gray--10",
15409
- "attributes": {
15410
- "category": "color",
15411
- "type": "gray",
15412
- "item": "10"
15413
- },
15414
- "path": [
15415
- "color",
15416
- "gray",
15417
- "10"
15418
- ]
15419
- }
15420
- ]
15421
- }
15422
- ]
15423
- }
15424
- },
15425
- "pf-t--global--background--color--primary--clicked": {
15426
- "default": {
15427
- "description": "Use as the clicked state for primary backgrounds",
15428
- "type": "color",
15429
- "value": "#f2f2f2",
15430
- "filePath": "tokens/default/light/semantic.json",
15431
- "isSource": true,
15432
- "original": {
15433
- "description": "Use as the clicked state for primary backgrounds",
15434
- "type": "color",
15435
- "value": "{global.background.color.200}"
15436
- },
15437
- "name": "pf-t--global--background--color--primary--clicked",
15438
- "attributes": {
15439
- "category": "global",
15440
- "type": "background",
15441
- "item": "color",
15442
- "subitem": "primary",
15443
- "state": "clicked"
15444
- },
15445
- "path": [
15446
- "global",
15447
- "background",
15448
- "color",
15449
- "primary",
15450
- "clicked"
15451
- ],
15452
- "references": [
15453
- {
15454
- "type": "color",
15455
- "value": "#f2f2f2",
15456
- "filePath": "tokens/default/light/base.json",
15457
- "isSource": true,
15458
- "original": {
15459
- "type": "color",
15460
- "value": "{color.gray.10}"
15461
- },
15462
- "name": "pf-t--global--background--color--200",
15463
- "attributes": {
15464
- "category": "global",
15465
- "type": "background",
15466
- "item": "color",
15467
- "subitem": "200"
15468
- },
15469
- "path": [
15470
- "global",
15471
- "background",
15472
- "color",
15473
- "200"
15474
- ],
15475
- "references": [
15476
- {
15477
- "type": "color",
15478
- "value": "#f2f2f2",
15479
- "filePath": "tokens/default/light/palette.color.json",
15480
- "isSource": true,
15481
- "original": {
15482
- "type": "color",
15483
- "value": "#f2f2f2"
15484
- },
15485
- "name": "pf-t--color--gray--10",
15486
- "attributes": {
15487
- "category": "color",
15488
- "type": "gray",
15489
- "item": "10"
15490
- },
15491
- "path": [
15492
- "color",
15493
- "gray",
15494
- "10"
15495
- ]
15496
- }
15497
- ]
15498
- }
15499
- ]
15500
- }
15501
- },
15502
- "pf-t--global--background--color--secondary--default": {
15503
- "default": {
15504
- "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).",
15505
- "type": "color",
15506
- "value": "#f2f2f2",
15507
- "filePath": "tokens/default/light/semantic.json",
15508
- "isSource": true,
15509
- "original": {
15510
- "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).",
15511
- "type": "color",
15512
- "value": "{global.background.color.200}"
15513
- },
15514
- "name": "pf-t--global--background--color--secondary--default",
15515
- "attributes": {
15516
- "category": "global",
15517
- "type": "background",
15518
- "item": "color",
15519
- "subitem": "secondary",
15520
- "state": "default"
15521
- },
15522
- "path": [
15523
- "global",
15524
- "background",
15525
- "color",
15526
- "secondary",
15527
- "default"
15424
+ "secondary",
15425
+ "default"
15528
15426
  ],
15529
15427
  "references": [
15530
15428
  {
@@ -15784,6 +15682,109 @@
15784
15682
  ]
15785
15683
  }
15786
15684
  },
15685
+ "pf-t--global--background--color--glass--primary--default": {
15686
+ "default": {
15687
+ "type": "color",
15688
+ "value": "#ffffff",
15689
+ "filePath": "tokens/default/light/semantic.json",
15690
+ "isSource": true,
15691
+ "original": {
15692
+ "type": "color",
15693
+ "value": "{global.background.color.primary.default}"
15694
+ },
15695
+ "name": "pf-t--global--background--color--glass--primary--default",
15696
+ "attributes": {
15697
+ "category": "global",
15698
+ "type": "background",
15699
+ "item": "color",
15700
+ "subitem": "glass",
15701
+ "state": "primary"
15702
+ },
15703
+ "path": [
15704
+ "global",
15705
+ "background",
15706
+ "color",
15707
+ "glass",
15708
+ "primary",
15709
+ "default"
15710
+ ],
15711
+ "references": [
15712
+ {
15713
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15714
+ "type": "color",
15715
+ "value": "#ffffff",
15716
+ "filePath": "tokens/default/light/semantic.json",
15717
+ "isSource": true,
15718
+ "original": {
15719
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15720
+ "type": "color",
15721
+ "value": "{global.background.color.100}"
15722
+ },
15723
+ "name": "pf-t--global--background--color--primary--default",
15724
+ "attributes": {
15725
+ "category": "global",
15726
+ "type": "background",
15727
+ "item": "color",
15728
+ "subitem": "primary",
15729
+ "state": "default"
15730
+ },
15731
+ "path": [
15732
+ "global",
15733
+ "background",
15734
+ "color",
15735
+ "primary",
15736
+ "default"
15737
+ ],
15738
+ "references": [
15739
+ {
15740
+ "type": "color",
15741
+ "value": "#ffffff",
15742
+ "filePath": "tokens/default/light/base.json",
15743
+ "isSource": true,
15744
+ "original": {
15745
+ "type": "color",
15746
+ "value": "{color.white}"
15747
+ },
15748
+ "name": "pf-t--global--background--color--100",
15749
+ "attributes": {
15750
+ "category": "global",
15751
+ "type": "background",
15752
+ "item": "color",
15753
+ "subitem": "100"
15754
+ },
15755
+ "path": [
15756
+ "global",
15757
+ "background",
15758
+ "color",
15759
+ "100"
15760
+ ],
15761
+ "references": [
15762
+ {
15763
+ "type": "color",
15764
+ "value": "#ffffff",
15765
+ "filePath": "tokens/default/light/palette.color.json",
15766
+ "isSource": true,
15767
+ "original": {
15768
+ "type": "color",
15769
+ "value": "#ffffff"
15770
+ },
15771
+ "name": "pf-t--color--white",
15772
+ "attributes": {
15773
+ "category": "color",
15774
+ "type": "white"
15775
+ },
15776
+ "path": [
15777
+ "color",
15778
+ "white"
15779
+ ]
15780
+ }
15781
+ ]
15782
+ }
15783
+ ]
15784
+ }
15785
+ ]
15786
+ }
15787
+ },
15787
15788
  "pf-t--global--background--color--floating--default": {
15788
15789
  "default": {
15789
15790
  "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
@@ -16013,6 +16014,186 @@
16013
16014
  ]
16014
16015
  }
16015
16016
  },
16017
+ "pf-t--global--background--color--floating--secondary--default": {
16018
+ "default": {
16019
+ "type": "color",
16020
+ "value": "#f2f2f2",
16021
+ "filePath": "tokens/default/light/semantic.json",
16022
+ "isSource": true,
16023
+ "original": {
16024
+ "type": "color",
16025
+ "value": "{global.background.color.secondary.default}"
16026
+ },
16027
+ "name": "pf-t--global--background--color--floating--secondary--default",
16028
+ "attributes": {
16029
+ "category": "global",
16030
+ "type": "background",
16031
+ "item": "color",
16032
+ "subitem": "floating",
16033
+ "state": "secondary"
16034
+ },
16035
+ "path": [
16036
+ "global",
16037
+ "background",
16038
+ "color",
16039
+ "floating",
16040
+ "secondary",
16041
+ "default"
16042
+ ],
16043
+ "references": [
16044
+ {
16045
+ "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).",
16046
+ "type": "color",
16047
+ "value": "#f2f2f2",
16048
+ "filePath": "tokens/default/light/semantic.json",
16049
+ "isSource": true,
16050
+ "original": {
16051
+ "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).",
16052
+ "type": "color",
16053
+ "value": "{global.background.color.200}"
16054
+ },
16055
+ "name": "pf-t--global--background--color--secondary--default",
16056
+ "attributes": {
16057
+ "category": "global",
16058
+ "type": "background",
16059
+ "item": "color",
16060
+ "subitem": "secondary",
16061
+ "state": "default"
16062
+ },
16063
+ "path": [
16064
+ "global",
16065
+ "background",
16066
+ "color",
16067
+ "secondary",
16068
+ "default"
16069
+ ],
16070
+ "references": [
16071
+ {
16072
+ "type": "color",
16073
+ "value": "#f2f2f2",
16074
+ "filePath": "tokens/default/light/base.json",
16075
+ "isSource": true,
16076
+ "original": {
16077
+ "type": "color",
16078
+ "value": "{color.gray.10}"
16079
+ },
16080
+ "name": "pf-t--global--background--color--200",
16081
+ "attributes": {
16082
+ "category": "global",
16083
+ "type": "background",
16084
+ "item": "color",
16085
+ "subitem": "200"
16086
+ },
16087
+ "path": [
16088
+ "global",
16089
+ "background",
16090
+ "color",
16091
+ "200"
16092
+ ],
16093
+ "references": [
16094
+ {
16095
+ "type": "color",
16096
+ "value": "#f2f2f2",
16097
+ "filePath": "tokens/default/light/palette.color.json",
16098
+ "isSource": true,
16099
+ "original": {
16100
+ "type": "color",
16101
+ "value": "#f2f2f2"
16102
+ },
16103
+ "name": "pf-t--color--gray--10",
16104
+ "attributes": {
16105
+ "category": "color",
16106
+ "type": "gray",
16107
+ "item": "10"
16108
+ },
16109
+ "path": [
16110
+ "color",
16111
+ "gray",
16112
+ "10"
16113
+ ]
16114
+ }
16115
+ ]
16116
+ }
16117
+ ]
16118
+ }
16119
+ ]
16120
+ }
16121
+ },
16122
+ "pf-t--global--background--color--sticky--default": {
16123
+ "default": {
16124
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
16125
+ "type": "color",
16126
+ "value": "#ffffff",
16127
+ "filePath": "tokens/default/light/semantic.json",
16128
+ "isSource": true,
16129
+ "original": {
16130
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
16131
+ "type": "color",
16132
+ "value": "{global.background.color.100}"
16133
+ },
16134
+ "name": "pf-t--global--background--color--sticky--default",
16135
+ "attributes": {
16136
+ "category": "global",
16137
+ "type": "background",
16138
+ "item": "color",
16139
+ "subitem": "sticky",
16140
+ "state": "default"
16141
+ },
16142
+ "path": [
16143
+ "global",
16144
+ "background",
16145
+ "color",
16146
+ "sticky",
16147
+ "default"
16148
+ ],
16149
+ "references": [
16150
+ {
16151
+ "type": "color",
16152
+ "value": "#ffffff",
16153
+ "filePath": "tokens/default/light/base.json",
16154
+ "isSource": true,
16155
+ "original": {
16156
+ "type": "color",
16157
+ "value": "{color.white}"
16158
+ },
16159
+ "name": "pf-t--global--background--color--100",
16160
+ "attributes": {
16161
+ "category": "global",
16162
+ "type": "background",
16163
+ "item": "color",
16164
+ "subitem": "100"
16165
+ },
16166
+ "path": [
16167
+ "global",
16168
+ "background",
16169
+ "color",
16170
+ "100"
16171
+ ],
16172
+ "references": [
16173
+ {
16174
+ "type": "color",
16175
+ "value": "#ffffff",
16176
+ "filePath": "tokens/default/light/palette.color.json",
16177
+ "isSource": true,
16178
+ "original": {
16179
+ "type": "color",
16180
+ "value": "#ffffff"
16181
+ },
16182
+ "name": "pf-t--color--white",
16183
+ "attributes": {
16184
+ "category": "color",
16185
+ "type": "white"
16186
+ },
16187
+ "path": [
16188
+ "color",
16189
+ "white"
16190
+ ]
16191
+ }
16192
+ ]
16193
+ }
16194
+ ]
16195
+ }
16196
+ },
16016
16197
  "pf-t--global--background--color--action--plain--default": {
16017
16198
  "default": {
16018
16199
  "description": "Use as the default background for actions with transparent backgrounds such as menu items, accordion toggles, buttons, etc.",
@@ -16848,6 +17029,59 @@
16848
17029
  ]
16849
17030
  }
16850
17031
  },
17032
+ "pf-t--global--background--color--striped--row--default": {
17033
+ "default": {
17034
+ "type": "color",
17035
+ "value": "rgba(199, 199, 199, 0.1000)",
17036
+ "filePath": "tokens/default/light/semantic.json",
17037
+ "isSource": true,
17038
+ "original": {
17039
+ "type": "color",
17040
+ "value": "{global.background.color.700}"
17041
+ },
17042
+ "name": "pf-t--global--background--color--striped--row--default",
17043
+ "attributes": {
17044
+ "category": "global",
17045
+ "type": "background",
17046
+ "item": "color",
17047
+ "subitem": "striped",
17048
+ "state": "row"
17049
+ },
17050
+ "path": [
17051
+ "global",
17052
+ "background",
17053
+ "color",
17054
+ "striped",
17055
+ "row",
17056
+ "default"
17057
+ ],
17058
+ "references": [
17059
+ {
17060
+ "type": "color",
17061
+ "value": "rgba(199, 199, 199, 0.1000)",
17062
+ "filePath": "tokens/default/light/base.json",
17063
+ "isSource": true,
17064
+ "original": {
17065
+ "type": "color",
17066
+ "value": "rgba(199, 199, 199, 0.1000)"
17067
+ },
17068
+ "name": "pf-t--global--background--color--700",
17069
+ "attributes": {
17070
+ "category": "global",
17071
+ "type": "background",
17072
+ "item": "color",
17073
+ "subitem": "700"
17074
+ },
17075
+ "path": [
17076
+ "global",
17077
+ "background",
17078
+ "color",
17079
+ "700"
17080
+ ]
17081
+ }
17082
+ ]
17083
+ }
17084
+ },
16851
17085
  "pf-t--global--background--color--loading--skeleton--default": {
16852
17086
  "default": {
16853
17087
  "type": "color",
@@ -16982,88 +17216,6 @@
16982
17216
  ]
16983
17217
  }
16984
17218
  },
16985
- "pf-t--global--background--filter--glass--blur--floating": {
16986
- "default": {
16987
- "type": "number",
16988
- "value": "blur(0px)",
16989
- "filePath": "tokens/default/light/semantic.json",
16990
- "isSource": true,
16991
- "original": {
16992
- "type": "number",
16993
- "value": 0
16994
- },
16995
- "name": "pf-t--global--background--filter--glass--blur--floating",
16996
- "attributes": {
16997
- "category": "global",
16998
- "type": "background",
16999
- "item": "filter",
17000
- "subitem": "glass",
17001
- "state": "blur"
17002
- },
17003
- "path": [
17004
- "global",
17005
- "background",
17006
- "filter",
17007
- "glass",
17008
- "blur",
17009
- "floating"
17010
- ]
17011
- }
17012
- },
17013
- "pf-t--global--background--opacity--glass--primary": {
17014
- "default": {
17015
- "type": "number",
17016
- "value": "100%",
17017
- "filePath": "tokens/default/light/semantic.json",
17018
- "isSource": true,
17019
- "original": {
17020
- "type": "number",
17021
- "value": 100
17022
- },
17023
- "name": "pf-t--global--background--opacity--glass--primary",
17024
- "attributes": {
17025
- "category": "global",
17026
- "type": "background",
17027
- "item": "opacity",
17028
- "subitem": "glass",
17029
- "state": "primary"
17030
- },
17031
- "path": [
17032
- "global",
17033
- "background",
17034
- "opacity",
17035
- "glass",
17036
- "primary"
17037
- ]
17038
- }
17039
- },
17040
- "pf-t--global--background--opacity--glass--floating": {
17041
- "default": {
17042
- "type": "number",
17043
- "value": "100%",
17044
- "filePath": "tokens/default/light/semantic.json",
17045
- "isSource": true,
17046
- "original": {
17047
- "type": "number",
17048
- "value": 100
17049
- },
17050
- "name": "pf-t--global--background--opacity--glass--floating",
17051
- "attributes": {
17052
- "category": "global",
17053
- "type": "background",
17054
- "item": "opacity",
17055
- "subitem": "glass",
17056
- "state": "floating"
17057
- },
17058
- "path": [
17059
- "global",
17060
- "background",
17061
- "opacity",
17062
- "glass",
17063
- "floating"
17064
- ]
17065
- }
17066
- },
17067
17219
  "pf-t--global--color--brand--subtle--default": {
17068
17220
  "default": {
17069
17221
  "description": "Use this color for elements that you want to reinforce your brand",
@@ -33318,269 +33470,108 @@
33318
33470
  ]
33319
33471
  }
33320
33472
  },
33321
- "pf-t--global--icon--size--3xl": {
33322
- "default": {
33323
- "description": "Use for triple extra large icons.",
33324
- "type": "number",
33325
- "value": "6rem",
33326
- "filePath": "tokens/default/light/semantic.dimension.json",
33327
- "isSource": true,
33328
- "original": {
33329
- "description": "Use for triple extra large icons.",
33330
- "type": "number",
33331
- "value": "{global.icon.size.500}"
33332
- },
33333
- "name": "pf-t--global--icon--size--3xl",
33334
- "attributes": {
33335
- "category": "global",
33336
- "type": "icon",
33337
- "item": "size",
33338
- "subitem": "3xl"
33339
- },
33340
- "path": [
33341
- "global",
33342
- "icon",
33343
- "size",
33344
- "3xl"
33345
- ],
33346
- "references": [
33347
- {
33348
- "type": "number",
33349
- "value": "6rem",
33350
- "filePath": "tokens/default/light/base.dimension.json",
33351
- "isSource": true,
33352
- "original": {
33353
- "type": "number",
33354
- "value": 96
33355
- },
33356
- "name": "pf-t--global--icon--size--500",
33357
- "attributes": {
33358
- "category": "global",
33359
- "type": "icon",
33360
- "item": "size",
33361
- "subitem": "500"
33362
- },
33363
- "path": [
33364
- "global",
33365
- "icon",
33366
- "size",
33367
- "500"
33368
- ]
33369
- }
33370
- ]
33371
- }
33372
- },
33373
- "pf-t--global--icon--size--font--body--sm": {
33374
- "default": {
33375
- "description": "Use for icons that are placed inline with small body text",
33376
- "type": "number",
33377
- "value": "0.75rem",
33378
- "filePath": "tokens/default/light/semantic.dimension.json",
33379
- "isSource": true,
33380
- "original": {
33381
- "description": "Use for icons that are placed inline with small body text",
33382
- "type": "number",
33383
- "value": "{global.font.size.body.sm}"
33384
- },
33385
- "name": "pf-t--global--icon--size--font--body--sm",
33386
- "attributes": {
33387
- "category": "global",
33388
- "type": "icon",
33389
- "item": "size",
33390
- "subitem": "font",
33391
- "state": "body"
33392
- },
33393
- "path": [
33394
- "global",
33395
- "icon",
33396
- "size",
33397
- "font",
33398
- "body",
33399
- "sm"
33400
- ],
33401
- "references": [
33402
- {
33403
- "description": "Use for a smaller font size in body sections.",
33404
- "type": "number",
33405
- "value": "0.75rem",
33406
- "filePath": "tokens/default/light/semantic.dimension.json",
33407
- "isSource": true,
33408
- "original": {
33409
- "description": "Use for a smaller font size in body sections.",
33410
- "type": "number",
33411
- "value": "{global.font.size.xs}"
33412
- },
33413
- "name": "pf-t--global--font--size--body--sm",
33414
- "attributes": {
33415
- "category": "global",
33416
- "type": "font",
33417
- "item": "size",
33418
- "subitem": "body",
33419
- "state": "sm"
33420
- },
33421
- "path": [
33422
- "global",
33423
- "font",
33424
- "size",
33425
- "body",
33426
- "sm"
33427
- ],
33428
- "references": [
33429
- {
33430
- "type": "number",
33431
- "value": "0.75rem",
33432
- "filePath": "tokens/default/light/semantic.dimension.json",
33433
- "isSource": true,
33434
- "original": {
33435
- "type": "number",
33436
- "value": "{global.font.size.100}"
33437
- },
33438
- "name": "pf-t--global--font--size--xs",
33439
- "attributes": {
33440
- "category": "global",
33441
- "type": "font",
33442
- "item": "size",
33443
- "subitem": "xs"
33444
- },
33445
- "path": [
33446
- "global",
33447
- "font",
33448
- "size",
33449
- "xs"
33450
- ],
33451
- "references": [
33452
- {
33453
- "type": "number",
33454
- "value": "0.75rem",
33455
- "filePath": "tokens/default/light/base.dimension.json",
33456
- "isSource": true,
33457
- "original": {
33458
- "type": "number",
33459
- "value": 12
33460
- },
33461
- "name": "pf-t--global--font--size--100",
33462
- "attributes": {
33463
- "category": "global",
33464
- "type": "font",
33465
- "item": "size",
33466
- "subitem": "100"
33467
- },
33468
- "path": [
33469
- "global",
33470
- "font",
33471
- "size",
33472
- "100"
33473
- ]
33474
- }
33475
- ]
33476
- }
33477
- ]
33478
- }
33479
- ]
33480
- }
33481
- },
33482
- "pf-t--global--icon--size--font--body--default": {
33473
+ "pf-t--global--icon--size--font--heading--h1": {
33483
33474
  "default": {
33484
- "description": "Use for icons that are placed inline with default body text",
33475
+ "description": "Use for icons that are placed inline with first level headings",
33485
33476
  "type": "number",
33486
- "value": "0.875rem",
33477
+ "value": "1.5rem",
33487
33478
  "filePath": "tokens/default/light/semantic.dimension.json",
33488
33479
  "isSource": true,
33489
33480
  "original": {
33490
- "description": "Use for icons that are placed inline with default body text",
33481
+ "description": "Use for icons that are placed inline with first level headings",
33491
33482
  "type": "number",
33492
- "value": "{global.font.size.body.default}"
33483
+ "value": "{global.font.size.heading.h1}"
33493
33484
  },
33494
- "name": "pf-t--global--icon--size--font--body--default",
33485
+ "name": "pf-t--global--icon--size--font--heading--h1",
33495
33486
  "attributes": {
33496
33487
  "category": "global",
33497
33488
  "type": "icon",
33498
33489
  "item": "size",
33499
33490
  "subitem": "font",
33500
- "state": "body"
33491
+ "state": "heading"
33501
33492
  },
33502
33493
  "path": [
33503
33494
  "global",
33504
33495
  "icon",
33505
33496
  "size",
33506
33497
  "font",
33507
- "body",
33508
- "default"
33498
+ "heading",
33499
+ "h1"
33509
33500
  ],
33510
33501
  "references": [
33511
33502
  {
33512
- "description": "Use as the default font size in body sections.",
33503
+ "description": "Use as the font size for first level headings.",
33513
33504
  "type": "number",
33514
- "value": "0.875rem",
33505
+ "value": "1.5rem",
33515
33506
  "filePath": "tokens/default/light/semantic.dimension.json",
33516
33507
  "isSource": true,
33517
33508
  "original": {
33518
- "description": "Use as the default font size in body sections.",
33509
+ "description": "Use as the font size for first level headings.",
33519
33510
  "type": "number",
33520
- "value": "{global.font.size.sm}"
33511
+ "value": "{global.font.size.2xl}"
33521
33512
  },
33522
- "name": "pf-t--global--font--size--body--default",
33513
+ "name": "pf-t--global--font--size--heading--h1",
33523
33514
  "attributes": {
33524
33515
  "category": "global",
33525
33516
  "type": "font",
33526
33517
  "item": "size",
33527
- "subitem": "body",
33528
- "state": "default"
33518
+ "subitem": "heading",
33519
+ "state": "h1"
33529
33520
  },
33530
33521
  "path": [
33531
33522
  "global",
33532
33523
  "font",
33533
33524
  "size",
33534
- "body",
33535
- "default"
33525
+ "heading",
33526
+ "h1"
33536
33527
  ],
33537
33528
  "references": [
33538
33529
  {
33539
- "description": "Use as the font size for small text that isn’t a heading or in a body section.",
33530
+ "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
33540
33531
  "type": "number",
33541
- "value": "0.875rem",
33532
+ "value": "1.5rem",
33542
33533
  "filePath": "tokens/default/light/semantic.dimension.json",
33543
33534
  "isSource": true,
33544
33535
  "original": {
33545
- "description": "Use as the font size for small text that isn’t a heading or in a body section.",
33536
+ "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
33546
33537
  "type": "number",
33547
- "value": "{global.font.size.200}"
33538
+ "value": "{global.font.size.600}"
33548
33539
  },
33549
- "name": "pf-t--global--font--size--sm",
33540
+ "name": "pf-t--global--font--size--2xl",
33550
33541
  "attributes": {
33551
33542
  "category": "global",
33552
33543
  "type": "font",
33553
33544
  "item": "size",
33554
- "subitem": "sm"
33545
+ "subitem": "2xl"
33555
33546
  },
33556
33547
  "path": [
33557
33548
  "global",
33558
33549
  "font",
33559
33550
  "size",
33560
- "sm"
33551
+ "2xl"
33561
33552
  ],
33562
33553
  "references": [
33563
33554
  {
33564
33555
  "type": "number",
33565
- "value": "0.875rem",
33556
+ "value": "1.5rem",
33566
33557
  "filePath": "tokens/default/light/base.dimension.json",
33567
33558
  "isSource": true,
33568
33559
  "original": {
33569
33560
  "type": "number",
33570
- "value": 14
33561
+ "value": 24
33571
33562
  },
33572
- "name": "pf-t--global--font--size--200",
33563
+ "name": "pf-t--global--font--size--600",
33573
33564
  "attributes": {
33574
33565
  "category": "global",
33575
33566
  "type": "font",
33576
33567
  "item": "size",
33577
- "subitem": "200"
33568
+ "subitem": "600"
33578
33569
  },
33579
33570
  "path": [
33580
33571
  "global",
33581
33572
  "font",
33582
33573
  "size",
33583
- "200"
33574
+ "600"
33584
33575
  ]
33585
33576
  }
33586
33577
  ]
@@ -33590,108 +33581,108 @@
33590
33581
  ]
33591
33582
  }
33592
33583
  },
33593
- "pf-t--global--icon--size--font--body--lg": {
33584
+ "pf-t--global--icon--size--font--heading--h2": {
33594
33585
  "default": {
33595
- "description": "Use for icons that are placed inline with large body text",
33586
+ "description": "Use for icons that are placed inline with second level headings",
33596
33587
  "type": "number",
33597
- "value": "1rem",
33588
+ "value": "1.25rem",
33598
33589
  "filePath": "tokens/default/light/semantic.dimension.json",
33599
33590
  "isSource": true,
33600
33591
  "original": {
33601
- "description": "Use for icons that are placed inline with large body text",
33592
+ "description": "Use for icons that are placed inline with second level headings",
33602
33593
  "type": "number",
33603
- "value": "{global.font.size.body.lg}"
33594
+ "value": "{global.font.size.heading.h2}"
33604
33595
  },
33605
- "name": "pf-t--global--icon--size--font--body--lg",
33596
+ "name": "pf-t--global--icon--size--font--heading--h2",
33606
33597
  "attributes": {
33607
33598
  "category": "global",
33608
33599
  "type": "icon",
33609
33600
  "item": "size",
33610
33601
  "subitem": "font",
33611
- "state": "body"
33602
+ "state": "heading"
33612
33603
  },
33613
33604
  "path": [
33614
33605
  "global",
33615
33606
  "icon",
33616
33607
  "size",
33617
33608
  "font",
33618
- "body",
33619
- "lg"
33609
+ "heading",
33610
+ "h2"
33620
33611
  ],
33621
33612
  "references": [
33622
33613
  {
33623
- "description": "Use for a larger font size in body sections.",
33614
+ "description": "Use as the font size for second level headings.",
33624
33615
  "type": "number",
33625
- "value": "1rem",
33616
+ "value": "1.25rem",
33626
33617
  "filePath": "tokens/default/light/semantic.dimension.json",
33627
33618
  "isSource": true,
33628
33619
  "original": {
33629
- "description": "Use for a larger font size in body sections.",
33620
+ "description": "Use as the font size for second level headings.",
33630
33621
  "type": "number",
33631
- "value": "{global.font.size.md}"
33622
+ "value": "{global.font.size.xl}"
33632
33623
  },
33633
- "name": "pf-t--global--font--size--body--lg",
33624
+ "name": "pf-t--global--font--size--heading--h2",
33634
33625
  "attributes": {
33635
33626
  "category": "global",
33636
33627
  "type": "font",
33637
33628
  "item": "size",
33638
- "subitem": "body",
33639
- "state": "lg"
33629
+ "subitem": "heading",
33630
+ "state": "h2"
33640
33631
  },
33641
33632
  "path": [
33642
33633
  "global",
33643
33634
  "font",
33644
33635
  "size",
33645
- "body",
33646
- "lg"
33636
+ "heading",
33637
+ "h2"
33647
33638
  ],
33648
33639
  "references": [
33649
33640
  {
33650
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
33641
+ "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
33651
33642
  "type": "number",
33652
- "value": "1rem",
33643
+ "value": "1.25rem",
33653
33644
  "filePath": "tokens/default/light/semantic.dimension.json",
33654
33645
  "isSource": true,
33655
33646
  "original": {
33656
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
33647
+ "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
33657
33648
  "type": "number",
33658
- "value": "{global.font.size.300}"
33649
+ "value": "{global.font.size.500}"
33659
33650
  },
33660
- "name": "pf-t--global--font--size--md",
33651
+ "name": "pf-t--global--font--size--xl",
33661
33652
  "attributes": {
33662
33653
  "category": "global",
33663
33654
  "type": "font",
33664
33655
  "item": "size",
33665
- "subitem": "md"
33656
+ "subitem": "xl"
33666
33657
  },
33667
33658
  "path": [
33668
33659
  "global",
33669
33660
  "font",
33670
33661
  "size",
33671
- "md"
33662
+ "xl"
33672
33663
  ],
33673
33664
  "references": [
33674
33665
  {
33675
33666
  "type": "number",
33676
- "value": "1rem",
33667
+ "value": "1.25rem",
33677
33668
  "filePath": "tokens/default/light/base.dimension.json",
33678
33669
  "isSource": true,
33679
33670
  "original": {
33680
33671
  "type": "number",
33681
- "value": 16
33672
+ "value": 20
33682
33673
  },
33683
- "name": "pf-t--global--font--size--300",
33674
+ "name": "pf-t--global--font--size--500",
33684
33675
  "attributes": {
33685
33676
  "category": "global",
33686
33677
  "type": "font",
33687
33678
  "item": "size",
33688
- "subitem": "300"
33679
+ "subitem": "500"
33689
33680
  },
33690
33681
  "path": [
33691
33682
  "global",
33692
33683
  "font",
33693
33684
  "size",
33694
- "300"
33685
+ "500"
33695
33686
  ]
33696
33687
  }
33697
33688
  ]
@@ -33701,19 +33692,19 @@
33701
33692
  ]
33702
33693
  }
33703
33694
  },
33704
- "pf-t--global--icon--size--font--heading--h1": {
33695
+ "pf-t--global--icon--size--font--heading--h3": {
33705
33696
  "default": {
33706
- "description": "Use for icons that are placed inline with first level headings",
33697
+ "description": "Use for icons that are placed inline with third level headings",
33707
33698
  "type": "number",
33708
- "value": "1.5rem",
33699
+ "value": "1.125rem",
33709
33700
  "filePath": "tokens/default/light/semantic.dimension.json",
33710
33701
  "isSource": true,
33711
33702
  "original": {
33712
- "description": "Use for icons that are placed inline with first level headings",
33703
+ "description": "Use for icons that are placed inline with third level headings",
33713
33704
  "type": "number",
33714
- "value": "{global.font.size.heading.h1}"
33705
+ "value": "{global.font.size.heading.h3}"
33715
33706
  },
33716
- "name": "pf-t--global--icon--size--font--heading--h1",
33707
+ "name": "pf-t--global--icon--size--font--heading--h3",
33717
33708
  "attributes": {
33718
33709
  "category": "global",
33719
33710
  "type": "icon",
@@ -33727,82 +33718,82 @@
33727
33718
  "size",
33728
33719
  "font",
33729
33720
  "heading",
33730
- "h1"
33721
+ "h3"
33731
33722
  ],
33732
33723
  "references": [
33733
33724
  {
33734
- "description": "Use as the font size for first level headings.",
33725
+ "description": "Use as the font size for third level headings.",
33735
33726
  "type": "number",
33736
- "value": "1.5rem",
33727
+ "value": "1.125rem",
33737
33728
  "filePath": "tokens/default/light/semantic.dimension.json",
33738
33729
  "isSource": true,
33739
33730
  "original": {
33740
- "description": "Use as the font size for first level headings.",
33731
+ "description": "Use as the font size for third level headings.",
33741
33732
  "type": "number",
33742
- "value": "{global.font.size.2xl}"
33733
+ "value": "{global.font.size.lg}"
33743
33734
  },
33744
- "name": "pf-t--global--font--size--heading--h1",
33735
+ "name": "pf-t--global--font--size--heading--h3",
33745
33736
  "attributes": {
33746
33737
  "category": "global",
33747
33738
  "type": "font",
33748
33739
  "item": "size",
33749
33740
  "subitem": "heading",
33750
- "state": "h1"
33741
+ "state": "h3"
33751
33742
  },
33752
33743
  "path": [
33753
33744
  "global",
33754
33745
  "font",
33755
33746
  "size",
33756
33747
  "heading",
33757
- "h1"
33748
+ "h3"
33758
33749
  ],
33759
33750
  "references": [
33760
33751
  {
33761
- "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
33752
+ "description": "Use as the font size for large text that isn’t a heading or in a body section.",
33762
33753
  "type": "number",
33763
- "value": "1.5rem",
33754
+ "value": "1.125rem",
33764
33755
  "filePath": "tokens/default/light/semantic.dimension.json",
33765
33756
  "isSource": true,
33766
33757
  "original": {
33767
- "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
33758
+ "description": "Use as the font size for large text that isn’t a heading or in a body section.",
33768
33759
  "type": "number",
33769
- "value": "{global.font.size.600}"
33760
+ "value": "{global.font.size.400}"
33770
33761
  },
33771
- "name": "pf-t--global--font--size--2xl",
33762
+ "name": "pf-t--global--font--size--lg",
33772
33763
  "attributes": {
33773
33764
  "category": "global",
33774
33765
  "type": "font",
33775
33766
  "item": "size",
33776
- "subitem": "2xl"
33767
+ "subitem": "lg"
33777
33768
  },
33778
33769
  "path": [
33779
33770
  "global",
33780
33771
  "font",
33781
33772
  "size",
33782
- "2xl"
33773
+ "lg"
33783
33774
  ],
33784
33775
  "references": [
33785
33776
  {
33786
33777
  "type": "number",
33787
- "value": "1.5rem",
33778
+ "value": "1.125rem",
33788
33779
  "filePath": "tokens/default/light/base.dimension.json",
33789
33780
  "isSource": true,
33790
33781
  "original": {
33791
33782
  "type": "number",
33792
- "value": 24
33783
+ "value": 18
33793
33784
  },
33794
- "name": "pf-t--global--font--size--600",
33785
+ "name": "pf-t--global--font--size--400",
33795
33786
  "attributes": {
33796
33787
  "category": "global",
33797
33788
  "type": "font",
33798
33789
  "item": "size",
33799
- "subitem": "600"
33790
+ "subitem": "400"
33800
33791
  },
33801
33792
  "path": [
33802
33793
  "global",
33803
33794
  "font",
33804
33795
  "size",
33805
- "600"
33796
+ "400"
33806
33797
  ]
33807
33798
  }
33808
33799
  ]
@@ -33812,19 +33803,19 @@
33812
33803
  ]
33813
33804
  }
33814
33805
  },
33815
- "pf-t--global--icon--size--font--heading--h2": {
33806
+ "pf-t--global--icon--size--font--heading--h4": {
33816
33807
  "default": {
33817
- "description": "Use for icons that are placed inline with second level headings",
33808
+ "description": "Use for icons that are placed inline with fourth level headings",
33818
33809
  "type": "number",
33819
- "value": "1.25rem",
33810
+ "value": "1rem",
33820
33811
  "filePath": "tokens/default/light/semantic.dimension.json",
33821
33812
  "isSource": true,
33822
33813
  "original": {
33823
- "description": "Use for icons that are placed inline with second level headings",
33814
+ "description": "Use for icons that are placed inline with fourth level headings",
33824
33815
  "type": "number",
33825
- "value": "{global.font.size.heading.h2}"
33816
+ "value": "{global.font.size.heading.h4}"
33826
33817
  },
33827
- "name": "pf-t--global--icon--size--font--heading--h2",
33818
+ "name": "pf-t--global--icon--size--font--heading--h4",
33828
33819
  "attributes": {
33829
33820
  "category": "global",
33830
33821
  "type": "icon",
@@ -33838,82 +33829,82 @@
33838
33829
  "size",
33839
33830
  "font",
33840
33831
  "heading",
33841
- "h2"
33832
+ "h4"
33842
33833
  ],
33843
33834
  "references": [
33844
33835
  {
33845
- "description": "Use as the font size for second level headings.",
33836
+ "description": "Use as the font size for fourth-level headings.",
33846
33837
  "type": "number",
33847
- "value": "1.25rem",
33838
+ "value": "1rem",
33848
33839
  "filePath": "tokens/default/light/semantic.dimension.json",
33849
33840
  "isSource": true,
33850
33841
  "original": {
33851
- "description": "Use as the font size for second level headings.",
33842
+ "description": "Use as the font size for fourth-level headings.",
33852
33843
  "type": "number",
33853
- "value": "{global.font.size.xl}"
33844
+ "value": "{global.font.size.md}"
33854
33845
  },
33855
- "name": "pf-t--global--font--size--heading--h2",
33846
+ "name": "pf-t--global--font--size--heading--h4",
33856
33847
  "attributes": {
33857
33848
  "category": "global",
33858
33849
  "type": "font",
33859
33850
  "item": "size",
33860
33851
  "subitem": "heading",
33861
- "state": "h2"
33852
+ "state": "h4"
33862
33853
  },
33863
33854
  "path": [
33864
33855
  "global",
33865
33856
  "font",
33866
33857
  "size",
33867
33858
  "heading",
33868
- "h2"
33859
+ "h4"
33869
33860
  ],
33870
33861
  "references": [
33871
33862
  {
33872
- "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
33863
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
33873
33864
  "type": "number",
33874
- "value": "1.25rem",
33865
+ "value": "1rem",
33875
33866
  "filePath": "tokens/default/light/semantic.dimension.json",
33876
33867
  "isSource": true,
33877
33868
  "original": {
33878
- "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
33869
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
33879
33870
  "type": "number",
33880
- "value": "{global.font.size.500}"
33871
+ "value": "{global.font.size.300}"
33881
33872
  },
33882
- "name": "pf-t--global--font--size--xl",
33873
+ "name": "pf-t--global--font--size--md",
33883
33874
  "attributes": {
33884
33875
  "category": "global",
33885
33876
  "type": "font",
33886
33877
  "item": "size",
33887
- "subitem": "xl"
33878
+ "subitem": "md"
33888
33879
  },
33889
33880
  "path": [
33890
33881
  "global",
33891
33882
  "font",
33892
33883
  "size",
33893
- "xl"
33884
+ "md"
33894
33885
  ],
33895
33886
  "references": [
33896
33887
  {
33897
33888
  "type": "number",
33898
- "value": "1.25rem",
33889
+ "value": "1rem",
33899
33890
  "filePath": "tokens/default/light/base.dimension.json",
33900
33891
  "isSource": true,
33901
33892
  "original": {
33902
33893
  "type": "number",
33903
- "value": 20
33894
+ "value": 16
33904
33895
  },
33905
- "name": "pf-t--global--font--size--500",
33896
+ "name": "pf-t--global--font--size--300",
33906
33897
  "attributes": {
33907
33898
  "category": "global",
33908
33899
  "type": "font",
33909
33900
  "item": "size",
33910
- "subitem": "500"
33901
+ "subitem": "300"
33911
33902
  },
33912
33903
  "path": [
33913
33904
  "global",
33914
33905
  "font",
33915
33906
  "size",
33916
- "500"
33907
+ "300"
33917
33908
  ]
33918
33909
  }
33919
33910
  ]
@@ -33923,19 +33914,19 @@
33923
33914
  ]
33924
33915
  }
33925
33916
  },
33926
- "pf-t--global--icon--size--font--heading--h3": {
33917
+ "pf-t--global--icon--size--font--heading--h5": {
33927
33918
  "default": {
33928
- "description": "Use for icons that are placed inline with third level headings",
33919
+ "description": "Use for icons that are placed inline with fifth level headings",
33929
33920
  "type": "number",
33930
- "value": "1.125rem",
33921
+ "value": "1rem",
33931
33922
  "filePath": "tokens/default/light/semantic.dimension.json",
33932
33923
  "isSource": true,
33933
33924
  "original": {
33934
- "description": "Use for icons that are placed inline with third level headings",
33925
+ "description": "Use for icons that are placed inline with fifth level headings",
33935
33926
  "type": "number",
33936
- "value": "{global.font.size.heading.h3}"
33927
+ "value": "{global.font.size.heading.h5}"
33937
33928
  },
33938
- "name": "pf-t--global--icon--size--font--heading--h3",
33929
+ "name": "pf-t--global--icon--size--font--heading--h5",
33939
33930
  "attributes": {
33940
33931
  "category": "global",
33941
33932
  "type": "icon",
@@ -33949,82 +33940,82 @@
33949
33940
  "size",
33950
33941
  "font",
33951
33942
  "heading",
33952
- "h3"
33943
+ "h5"
33953
33944
  ],
33954
33945
  "references": [
33955
33946
  {
33956
- "description": "Use as the font size for third level headings.",
33947
+ "description": "Use as the font size for fifth level headings.",
33957
33948
  "type": "number",
33958
- "value": "1.125rem",
33949
+ "value": "1rem",
33959
33950
  "filePath": "tokens/default/light/semantic.dimension.json",
33960
33951
  "isSource": true,
33961
33952
  "original": {
33962
- "description": "Use as the font size for third level headings.",
33953
+ "description": "Use as the font size for fifth level headings.",
33963
33954
  "type": "number",
33964
- "value": "{global.font.size.lg}"
33955
+ "value": "{global.font.size.md}"
33965
33956
  },
33966
- "name": "pf-t--global--font--size--heading--h3",
33957
+ "name": "pf-t--global--font--size--heading--h5",
33967
33958
  "attributes": {
33968
33959
  "category": "global",
33969
33960
  "type": "font",
33970
33961
  "item": "size",
33971
33962
  "subitem": "heading",
33972
- "state": "h3"
33963
+ "state": "h5"
33973
33964
  },
33974
33965
  "path": [
33975
33966
  "global",
33976
33967
  "font",
33977
33968
  "size",
33978
33969
  "heading",
33979
- "h3"
33970
+ "h5"
33980
33971
  ],
33981
33972
  "references": [
33982
33973
  {
33983
- "description": "Use as the font size for large text that isn’t a heading or in a body section.",
33974
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
33984
33975
  "type": "number",
33985
- "value": "1.125rem",
33976
+ "value": "1rem",
33986
33977
  "filePath": "tokens/default/light/semantic.dimension.json",
33987
33978
  "isSource": true,
33988
33979
  "original": {
33989
- "description": "Use as the font size for large text that isn’t a heading or in a body section.",
33980
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
33990
33981
  "type": "number",
33991
- "value": "{global.font.size.400}"
33982
+ "value": "{global.font.size.300}"
33992
33983
  },
33993
- "name": "pf-t--global--font--size--lg",
33984
+ "name": "pf-t--global--font--size--md",
33994
33985
  "attributes": {
33995
33986
  "category": "global",
33996
33987
  "type": "font",
33997
33988
  "item": "size",
33998
- "subitem": "lg"
33989
+ "subitem": "md"
33999
33990
  },
34000
33991
  "path": [
34001
33992
  "global",
34002
33993
  "font",
34003
33994
  "size",
34004
- "lg"
33995
+ "md"
34005
33996
  ],
34006
33997
  "references": [
34007
33998
  {
34008
33999
  "type": "number",
34009
- "value": "1.125rem",
34000
+ "value": "1rem",
34010
34001
  "filePath": "tokens/default/light/base.dimension.json",
34011
34002
  "isSource": true,
34012
34003
  "original": {
34013
34004
  "type": "number",
34014
- "value": 18
34005
+ "value": 16
34015
34006
  },
34016
- "name": "pf-t--global--font--size--400",
34007
+ "name": "pf-t--global--font--size--300",
34017
34008
  "attributes": {
34018
34009
  "category": "global",
34019
34010
  "type": "font",
34020
34011
  "item": "size",
34021
- "subitem": "400"
34012
+ "subitem": "300"
34022
34013
  },
34023
34014
  "path": [
34024
34015
  "global",
34025
34016
  "font",
34026
34017
  "size",
34027
- "400"
34018
+ "300"
34028
34019
  ]
34029
34020
  }
34030
34021
  ]
@@ -34034,19 +34025,19 @@
34034
34025
  ]
34035
34026
  }
34036
34027
  },
34037
- "pf-t--global--icon--size--font--heading--h4": {
34028
+ "pf-t--global--icon--size--font--heading--h6": {
34038
34029
  "default": {
34039
- "description": "Use for icons that are placed inline with fourth level headings",
34030
+ "description": "Use for icons that are placed inline with sixth level headings",
34040
34031
  "type": "number",
34041
34032
  "value": "1rem",
34042
34033
  "filePath": "tokens/default/light/semantic.dimension.json",
34043
34034
  "isSource": true,
34044
34035
  "original": {
34045
- "description": "Use for icons that are placed inline with fourth level headings",
34036
+ "description": "Use for icons that are placed inline with sixth level headings",
34046
34037
  "type": "number",
34047
- "value": "{global.font.size.heading.h4}"
34038
+ "value": "{global.font.size.heading.h6}"
34048
34039
  },
34049
- "name": "pf-t--global--icon--size--font--heading--h4",
34040
+ "name": "pf-t--global--icon--size--font--heading--h6",
34050
34041
  "attributes": {
34051
34042
  "category": "global",
34052
34043
  "type": "icon",
@@ -34060,34 +34051,34 @@
34060
34051
  "size",
34061
34052
  "font",
34062
34053
  "heading",
34063
- "h4"
34054
+ "h6"
34064
34055
  ],
34065
34056
  "references": [
34066
34057
  {
34067
- "description": "Use as the font size for fourth-level headings.",
34058
+ "description": "Use as the font size for sixth level headings.",
34068
34059
  "type": "number",
34069
34060
  "value": "1rem",
34070
34061
  "filePath": "tokens/default/light/semantic.dimension.json",
34071
34062
  "isSource": true,
34072
34063
  "original": {
34073
- "description": "Use as the font size for fourth-level headings.",
34064
+ "description": "Use as the font size for sixth level headings.",
34074
34065
  "type": "number",
34075
34066
  "value": "{global.font.size.md}"
34076
34067
  },
34077
- "name": "pf-t--global--font--size--heading--h4",
34068
+ "name": "pf-t--global--font--size--heading--h6",
34078
34069
  "attributes": {
34079
34070
  "category": "global",
34080
34071
  "type": "font",
34081
34072
  "item": "size",
34082
34073
  "subitem": "heading",
34083
- "state": "h4"
34074
+ "state": "h6"
34084
34075
  },
34085
34076
  "path": [
34086
34077
  "global",
34087
34078
  "font",
34088
34079
  "size",
34089
34080
  "heading",
34090
- "h4"
34081
+ "h6"
34091
34082
  ],
34092
34083
  "references": [
34093
34084
  {
@@ -34145,108 +34136,106 @@
34145
34136
  ]
34146
34137
  }
34147
34138
  },
34148
- "pf-t--global--icon--size--font--heading--h5": {
34139
+ "pf-t--global--icon--size--font--body--sm": {
34149
34140
  "default": {
34150
- "description": "Use for icons that are placed inline with fifth level headings",
34141
+ "description": "Use for icons that are placed inline with small body text",
34151
34142
  "type": "number",
34152
- "value": "1rem",
34143
+ "value": "0.75rem",
34153
34144
  "filePath": "tokens/default/light/semantic.dimension.json",
34154
34145
  "isSource": true,
34155
34146
  "original": {
34156
- "description": "Use for icons that are placed inline with fifth level headings",
34147
+ "description": "Use for icons that are placed inline with small body text",
34157
34148
  "type": "number",
34158
- "value": "{global.font.size.heading.h5}"
34149
+ "value": "{global.font.size.body.sm}"
34159
34150
  },
34160
- "name": "pf-t--global--icon--size--font--heading--h5",
34151
+ "name": "pf-t--global--icon--size--font--body--sm",
34161
34152
  "attributes": {
34162
34153
  "category": "global",
34163
34154
  "type": "icon",
34164
34155
  "item": "size",
34165
34156
  "subitem": "font",
34166
- "state": "heading"
34157
+ "state": "body"
34167
34158
  },
34168
34159
  "path": [
34169
34160
  "global",
34170
34161
  "icon",
34171
34162
  "size",
34172
34163
  "font",
34173
- "heading",
34174
- "h5"
34164
+ "body",
34165
+ "sm"
34175
34166
  ],
34176
34167
  "references": [
34177
34168
  {
34178
- "description": "Use as the font size for fifth level headings.",
34169
+ "description": "Use for a smaller font size in body sections.",
34179
34170
  "type": "number",
34180
- "value": "1rem",
34171
+ "value": "0.75rem",
34181
34172
  "filePath": "tokens/default/light/semantic.dimension.json",
34182
34173
  "isSource": true,
34183
34174
  "original": {
34184
- "description": "Use as the font size for fifth level headings.",
34175
+ "description": "Use for a smaller font size in body sections.",
34185
34176
  "type": "number",
34186
- "value": "{global.font.size.md}"
34177
+ "value": "{global.font.size.xs}"
34187
34178
  },
34188
- "name": "pf-t--global--font--size--heading--h5",
34179
+ "name": "pf-t--global--font--size--body--sm",
34189
34180
  "attributes": {
34190
34181
  "category": "global",
34191
34182
  "type": "font",
34192
34183
  "item": "size",
34193
- "subitem": "heading",
34194
- "state": "h5"
34184
+ "subitem": "body",
34185
+ "state": "sm"
34195
34186
  },
34196
34187
  "path": [
34197
34188
  "global",
34198
34189
  "font",
34199
34190
  "size",
34200
- "heading",
34201
- "h5"
34191
+ "body",
34192
+ "sm"
34202
34193
  ],
34203
34194
  "references": [
34204
34195
  {
34205
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34206
34196
  "type": "number",
34207
- "value": "1rem",
34197
+ "value": "0.75rem",
34208
34198
  "filePath": "tokens/default/light/semantic.dimension.json",
34209
34199
  "isSource": true,
34210
34200
  "original": {
34211
- "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
34212
34201
  "type": "number",
34213
- "value": "{global.font.size.300}"
34202
+ "value": "{global.font.size.100}"
34214
34203
  },
34215
- "name": "pf-t--global--font--size--md",
34204
+ "name": "pf-t--global--font--size--xs",
34216
34205
  "attributes": {
34217
34206
  "category": "global",
34218
34207
  "type": "font",
34219
34208
  "item": "size",
34220
- "subitem": "md"
34209
+ "subitem": "xs"
34221
34210
  },
34222
34211
  "path": [
34223
34212
  "global",
34224
34213
  "font",
34225
34214
  "size",
34226
- "md"
34215
+ "xs"
34227
34216
  ],
34228
34217
  "references": [
34229
34218
  {
34230
34219
  "type": "number",
34231
- "value": "1rem",
34220
+ "value": "0.75rem",
34232
34221
  "filePath": "tokens/default/light/base.dimension.json",
34233
34222
  "isSource": true,
34234
34223
  "original": {
34235
34224
  "type": "number",
34236
- "value": 16
34225
+ "value": 12
34237
34226
  },
34238
- "name": "pf-t--global--font--size--300",
34227
+ "name": "pf-t--global--font--size--100",
34239
34228
  "attributes": {
34240
34229
  "category": "global",
34241
34230
  "type": "font",
34242
34231
  "item": "size",
34243
- "subitem": "300"
34232
+ "subitem": "100"
34244
34233
  },
34245
34234
  "path": [
34246
34235
  "global",
34247
34236
  "font",
34248
34237
  "size",
34249
- "300"
34238
+ "100"
34250
34239
  ]
34251
34240
  }
34252
34241
  ]
@@ -34256,60 +34245,171 @@
34256
34245
  ]
34257
34246
  }
34258
34247
  },
34259
- "pf-t--global--icon--size--font--heading--h6": {
34248
+ "pf-t--global--icon--size--font--body--default": {
34260
34249
  "default": {
34261
- "description": "Use for icons that are placed inline with sixth level headings",
34250
+ "description": "Use for icons that are placed inline with default body text",
34251
+ "type": "number",
34252
+ "value": "0.875rem",
34253
+ "filePath": "tokens/default/light/semantic.dimension.json",
34254
+ "isSource": true,
34255
+ "original": {
34256
+ "description": "Use for icons that are placed inline with default body text",
34257
+ "type": "number",
34258
+ "value": "{global.font.size.body.default}"
34259
+ },
34260
+ "name": "pf-t--global--icon--size--font--body--default",
34261
+ "attributes": {
34262
+ "category": "global",
34263
+ "type": "icon",
34264
+ "item": "size",
34265
+ "subitem": "font",
34266
+ "state": "body"
34267
+ },
34268
+ "path": [
34269
+ "global",
34270
+ "icon",
34271
+ "size",
34272
+ "font",
34273
+ "body",
34274
+ "default"
34275
+ ],
34276
+ "references": [
34277
+ {
34278
+ "description": "Use as the default font size in body sections.",
34279
+ "type": "number",
34280
+ "value": "0.875rem",
34281
+ "filePath": "tokens/default/light/semantic.dimension.json",
34282
+ "isSource": true,
34283
+ "original": {
34284
+ "description": "Use as the default font size in body sections.",
34285
+ "type": "number",
34286
+ "value": "{global.font.size.sm}"
34287
+ },
34288
+ "name": "pf-t--global--font--size--body--default",
34289
+ "attributes": {
34290
+ "category": "global",
34291
+ "type": "font",
34292
+ "item": "size",
34293
+ "subitem": "body",
34294
+ "state": "default"
34295
+ },
34296
+ "path": [
34297
+ "global",
34298
+ "font",
34299
+ "size",
34300
+ "body",
34301
+ "default"
34302
+ ],
34303
+ "references": [
34304
+ {
34305
+ "description": "Use as the font size for small text that isn’t a heading or in a body section.",
34306
+ "type": "number",
34307
+ "value": "0.875rem",
34308
+ "filePath": "tokens/default/light/semantic.dimension.json",
34309
+ "isSource": true,
34310
+ "original": {
34311
+ "description": "Use as the font size for small text that isn’t a heading or in a body section.",
34312
+ "type": "number",
34313
+ "value": "{global.font.size.200}"
34314
+ },
34315
+ "name": "pf-t--global--font--size--sm",
34316
+ "attributes": {
34317
+ "category": "global",
34318
+ "type": "font",
34319
+ "item": "size",
34320
+ "subitem": "sm"
34321
+ },
34322
+ "path": [
34323
+ "global",
34324
+ "font",
34325
+ "size",
34326
+ "sm"
34327
+ ],
34328
+ "references": [
34329
+ {
34330
+ "type": "number",
34331
+ "value": "0.875rem",
34332
+ "filePath": "tokens/default/light/base.dimension.json",
34333
+ "isSource": true,
34334
+ "original": {
34335
+ "type": "number",
34336
+ "value": 14
34337
+ },
34338
+ "name": "pf-t--global--font--size--200",
34339
+ "attributes": {
34340
+ "category": "global",
34341
+ "type": "font",
34342
+ "item": "size",
34343
+ "subitem": "200"
34344
+ },
34345
+ "path": [
34346
+ "global",
34347
+ "font",
34348
+ "size",
34349
+ "200"
34350
+ ]
34351
+ }
34352
+ ]
34353
+ }
34354
+ ]
34355
+ }
34356
+ ]
34357
+ }
34358
+ },
34359
+ "pf-t--global--icon--size--font--body--lg": {
34360
+ "default": {
34361
+ "description": "Use for icons that are placed inline with large body text",
34262
34362
  "type": "number",
34263
34363
  "value": "1rem",
34264
34364
  "filePath": "tokens/default/light/semantic.dimension.json",
34265
34365
  "isSource": true,
34266
34366
  "original": {
34267
- "description": "Use for icons that are placed inline with sixth level headings",
34367
+ "description": "Use for icons that are placed inline with large body text",
34268
34368
  "type": "number",
34269
- "value": "{global.font.size.heading.h6}"
34369
+ "value": "{global.font.size.body.lg}"
34270
34370
  },
34271
- "name": "pf-t--global--icon--size--font--heading--h6",
34371
+ "name": "pf-t--global--icon--size--font--body--lg",
34272
34372
  "attributes": {
34273
34373
  "category": "global",
34274
34374
  "type": "icon",
34275
34375
  "item": "size",
34276
34376
  "subitem": "font",
34277
- "state": "heading"
34377
+ "state": "body"
34278
34378
  },
34279
34379
  "path": [
34280
34380
  "global",
34281
34381
  "icon",
34282
34382
  "size",
34283
34383
  "font",
34284
- "heading",
34285
- "h6"
34384
+ "body",
34385
+ "lg"
34286
34386
  ],
34287
34387
  "references": [
34288
34388
  {
34289
- "description": "Use as the font size for sixth level headings.",
34389
+ "description": "Use for a larger font size in body sections.",
34290
34390
  "type": "number",
34291
34391
  "value": "1rem",
34292
34392
  "filePath": "tokens/default/light/semantic.dimension.json",
34293
34393
  "isSource": true,
34294
34394
  "original": {
34295
- "description": "Use as the font size for sixth level headings.",
34395
+ "description": "Use for a larger font size in body sections.",
34296
34396
  "type": "number",
34297
34397
  "value": "{global.font.size.md}"
34298
34398
  },
34299
- "name": "pf-t--global--font--size--heading--h6",
34399
+ "name": "pf-t--global--font--size--body--lg",
34300
34400
  "attributes": {
34301
34401
  "category": "global",
34302
34402
  "type": "font",
34303
34403
  "item": "size",
34304
- "subitem": "heading",
34305
- "state": "h6"
34404
+ "subitem": "body",
34405
+ "state": "lg"
34306
34406
  },
34307
34407
  "path": [
34308
34408
  "global",
34309
34409
  "font",
34310
34410
  "size",
34311
- "heading",
34312
- "h6"
34411
+ "body",
34412
+ "lg"
34313
34413
  ],
34314
34414
  "references": [
34315
34415
  {
@@ -35013,32 +35113,82 @@
35013
35113
  ]
35014
35114
  }
35015
35115
  },
35016
- "pf-t--global--border--width--divider--default": {
35116
+ "pf-t--global--icon--size--3xl": {
35017
35117
  "default": {
35018
- "description": "Use as the default border width for dividers.",
35118
+ "description": "Use for triple extra large icons.",
35119
+ "type": "number",
35120
+ "value": "6rem",
35121
+ "filePath": "tokens/default/light/semantic.dimension.json",
35122
+ "isSource": true,
35123
+ "original": {
35124
+ "description": "Use for triple extra large icons.",
35125
+ "type": "number",
35126
+ "value": "{global.icon.size.500}"
35127
+ },
35128
+ "name": "pf-t--global--icon--size--3xl",
35129
+ "attributes": {
35130
+ "category": "global",
35131
+ "type": "icon",
35132
+ "item": "size",
35133
+ "subitem": "3xl"
35134
+ },
35135
+ "path": [
35136
+ "global",
35137
+ "icon",
35138
+ "size",
35139
+ "3xl"
35140
+ ],
35141
+ "references": [
35142
+ {
35143
+ "type": "number",
35144
+ "value": "6rem",
35145
+ "filePath": "tokens/default/light/base.dimension.json",
35146
+ "isSource": true,
35147
+ "original": {
35148
+ "type": "number",
35149
+ "value": 96
35150
+ },
35151
+ "name": "pf-t--global--icon--size--500",
35152
+ "attributes": {
35153
+ "category": "global",
35154
+ "type": "icon",
35155
+ "item": "size",
35156
+ "subitem": "500"
35157
+ },
35158
+ "path": [
35159
+ "global",
35160
+ "icon",
35161
+ "size",
35162
+ "500"
35163
+ ]
35164
+ }
35165
+ ]
35166
+ }
35167
+ },
35168
+ "pf-t--global--border--width--regular": {
35169
+ "default": {
35170
+ "description": "Use as the default border width for elements.",
35019
35171
  "type": "number",
35020
35172
  "value": "1px",
35021
35173
  "filePath": "tokens/default/light/semantic.dimension.json",
35022
35174
  "isSource": true,
35023
35175
  "original": {
35024
- "description": "Use as the default border width for dividers.",
35176
+ "description": "Use as the default border width for elements.",
35025
35177
  "type": "number",
35026
35178
  "value": "{global.border.width.100}"
35027
35179
  },
35028
- "name": "pf-t--global--border--width--divider--default",
35180
+ "name": "pf-t--global--border--width--regular",
35029
35181
  "attributes": {
35030
35182
  "category": "global",
35031
35183
  "type": "border",
35032
35184
  "item": "width",
35033
- "subitem": "divider",
35034
- "state": "default"
35185
+ "subitem": "regular"
35035
35186
  },
35036
35187
  "path": [
35037
35188
  "global",
35038
35189
  "border",
35039
35190
  "width",
35040
- "divider",
35041
- "default"
35191
+ "regular"
35042
35192
  ],
35043
35193
  "references": [
35044
35194
  {
@@ -35067,32 +35217,32 @@
35067
35217
  ]
35068
35218
  }
35069
35219
  },
35070
- "pf-t--global--border--width--divider--hover": {
35220
+ "pf-t--global--border--width--divider--default": {
35071
35221
  "default": {
35072
- "description": "Use as the border width hover state for dividers.",
35222
+ "description": "Use as the default border width for dividers.",
35073
35223
  "type": "number",
35074
35224
  "value": "1px",
35075
35225
  "filePath": "tokens/default/light/semantic.dimension.json",
35076
35226
  "isSource": true,
35077
35227
  "original": {
35078
- "description": "Use as the border width hover state for dividers.",
35228
+ "description": "Use as the default border width for dividers.",
35079
35229
  "type": "number",
35080
35230
  "value": "{global.border.width.100}"
35081
35231
  },
35082
- "name": "pf-t--global--border--width--divider--hover",
35232
+ "name": "pf-t--global--border--width--divider--default",
35083
35233
  "attributes": {
35084
35234
  "category": "global",
35085
35235
  "type": "border",
35086
35236
  "item": "width",
35087
35237
  "subitem": "divider",
35088
- "state": "hover"
35238
+ "state": "default"
35089
35239
  },
35090
35240
  "path": [
35091
35241
  "global",
35092
35242
  "border",
35093
35243
  "width",
35094
35244
  "divider",
35095
- "hover"
35245
+ "default"
35096
35246
  ],
35097
35247
  "references": [
35098
35248
  {
@@ -35121,32 +35271,32 @@
35121
35271
  ]
35122
35272
  }
35123
35273
  },
35124
- "pf-t--global--border--width--divider--clicked": {
35274
+ "pf-t--global--border--width--divider--hover": {
35125
35275
  "default": {
35126
- "description": "Use as the border width clicked state for dividers.",
35276
+ "description": "Use as the border width hover state for dividers.",
35127
35277
  "type": "number",
35128
35278
  "value": "1px",
35129
35279
  "filePath": "tokens/default/light/semantic.dimension.json",
35130
35280
  "isSource": true,
35131
35281
  "original": {
35132
- "description": "Use as the border width clicked state for dividers.",
35282
+ "description": "Use as the border width hover state for dividers.",
35133
35283
  "type": "number",
35134
35284
  "value": "{global.border.width.100}"
35135
35285
  },
35136
- "name": "pf-t--global--border--width--divider--clicked",
35286
+ "name": "pf-t--global--border--width--divider--hover",
35137
35287
  "attributes": {
35138
35288
  "category": "global",
35139
35289
  "type": "border",
35140
35290
  "item": "width",
35141
35291
  "subitem": "divider",
35142
- "state": "clicked"
35292
+ "state": "hover"
35143
35293
  },
35144
35294
  "path": [
35145
35295
  "global",
35146
35296
  "border",
35147
35297
  "width",
35148
35298
  "divider",
35149
- "clicked"
35299
+ "hover"
35150
35300
  ],
35151
35301
  "references": [
35152
35302
  {
@@ -35175,30 +35325,32 @@
35175
35325
  ]
35176
35326
  }
35177
35327
  },
35178
- "pf-t--global--border--width--regular": {
35328
+ "pf-t--global--border--width--divider--clicked": {
35179
35329
  "default": {
35180
- "description": "Use as the default border width for elements.",
35330
+ "description": "Use as the border width clicked state for dividers.",
35181
35331
  "type": "number",
35182
35332
  "value": "1px",
35183
35333
  "filePath": "tokens/default/light/semantic.dimension.json",
35184
35334
  "isSource": true,
35185
35335
  "original": {
35186
- "description": "Use as the default border width for elements.",
35336
+ "description": "Use as the border width clicked state for dividers.",
35187
35337
  "type": "number",
35188
35338
  "value": "{global.border.width.100}"
35189
35339
  },
35190
- "name": "pf-t--global--border--width--regular",
35340
+ "name": "pf-t--global--border--width--divider--clicked",
35191
35341
  "attributes": {
35192
35342
  "category": "global",
35193
35343
  "type": "border",
35194
35344
  "item": "width",
35195
- "subitem": "regular"
35345
+ "subitem": "divider",
35346
+ "state": "clicked"
35196
35347
  },
35197
35348
  "path": [
35198
35349
  "global",
35199
35350
  "border",
35200
35351
  "width",
35201
- "regular"
35352
+ "divider",
35353
+ "clicked"
35202
35354
  ],
35203
35355
  "references": [
35204
35356
  {
@@ -35331,6 +35483,85 @@
35331
35483
  ]
35332
35484
  }
35333
35485
  },
35486
+ "pf-t--global--border--width--glass--default": {
35487
+ "default": {
35488
+ "type": "number",
35489
+ "value": "1px",
35490
+ "filePath": "tokens/default/light/semantic.dimension.json",
35491
+ "isSource": true,
35492
+ "original": {
35493
+ "type": "number",
35494
+ "value": "{global.border.width.regular}"
35495
+ },
35496
+ "name": "pf-t--global--border--width--glass--default",
35497
+ "attributes": {
35498
+ "category": "global",
35499
+ "type": "border",
35500
+ "item": "width",
35501
+ "subitem": "glass",
35502
+ "state": "default"
35503
+ },
35504
+ "path": [
35505
+ "global",
35506
+ "border",
35507
+ "width",
35508
+ "glass",
35509
+ "default"
35510
+ ],
35511
+ "references": [
35512
+ {
35513
+ "description": "Use as the default border width for elements.",
35514
+ "type": "number",
35515
+ "value": "1px",
35516
+ "filePath": "tokens/default/light/semantic.dimension.json",
35517
+ "isSource": true,
35518
+ "original": {
35519
+ "description": "Use as the default border width for elements.",
35520
+ "type": "number",
35521
+ "value": "{global.border.width.100}"
35522
+ },
35523
+ "name": "pf-t--global--border--width--regular",
35524
+ "attributes": {
35525
+ "category": "global",
35526
+ "type": "border",
35527
+ "item": "width",
35528
+ "subitem": "regular"
35529
+ },
35530
+ "path": [
35531
+ "global",
35532
+ "border",
35533
+ "width",
35534
+ "regular"
35535
+ ],
35536
+ "references": [
35537
+ {
35538
+ "type": "number",
35539
+ "value": "1px",
35540
+ "filePath": "tokens/default/light/base.dimension.json",
35541
+ "isSource": true,
35542
+ "original": {
35543
+ "type": "number",
35544
+ "value": 1
35545
+ },
35546
+ "name": "pf-t--global--border--width--100",
35547
+ "attributes": {
35548
+ "category": "global",
35549
+ "type": "border",
35550
+ "item": "width",
35551
+ "subitem": "100"
35552
+ },
35553
+ "path": [
35554
+ "global",
35555
+ "border",
35556
+ "width",
35557
+ "100"
35558
+ ]
35559
+ }
35560
+ ]
35561
+ }
35562
+ ]
35563
+ }
35564
+ },
35334
35565
  "pf-t--global--border--width--box--default": {
35335
35566
  "default": {
35336
35567
  "description": "Use as the default border width for containers like cards, panels, code editors, etc.",
@@ -36462,6 +36693,85 @@
36462
36693
  ]
36463
36694
  }
36464
36695
  },
36696
+ "pf-t--global--border--radius--glass--default": {
36697
+ "default": {
36698
+ "type": "number",
36699
+ "value": "16px",
36700
+ "filePath": "tokens/default/light/semantic.dimension.json",
36701
+ "isSource": true,
36702
+ "original": {
36703
+ "type": "number",
36704
+ "value": "{global.border.radius.medium}"
36705
+ },
36706
+ "name": "pf-t--global--border--radius--glass--default",
36707
+ "attributes": {
36708
+ "category": "global",
36709
+ "type": "border",
36710
+ "item": "radius",
36711
+ "subitem": "glass",
36712
+ "state": "default"
36713
+ },
36714
+ "path": [
36715
+ "global",
36716
+ "border",
36717
+ "radius",
36718
+ "glass",
36719
+ "default"
36720
+ ],
36721
+ "references": [
36722
+ {
36723
+ "description": "Use to adjust the curvature of the border corners for an element. Use for moderately rounded corners, like cards.",
36724
+ "type": "number",
36725
+ "value": "16px",
36726
+ "filePath": "tokens/default/light/semantic.dimension.json",
36727
+ "isSource": true,
36728
+ "original": {
36729
+ "description": "Use to adjust the curvature of the border corners for an element. Use for moderately rounded corners, like cards.",
36730
+ "type": "number",
36731
+ "value": "{global.border.radius.300}"
36732
+ },
36733
+ "name": "pf-t--global--border--radius--medium",
36734
+ "attributes": {
36735
+ "category": "global",
36736
+ "type": "border",
36737
+ "item": "radius",
36738
+ "subitem": "medium"
36739
+ },
36740
+ "path": [
36741
+ "global",
36742
+ "border",
36743
+ "radius",
36744
+ "medium"
36745
+ ],
36746
+ "references": [
36747
+ {
36748
+ "type": "number",
36749
+ "value": "16px",
36750
+ "filePath": "tokens/default/light/base.dimension.json",
36751
+ "isSource": true,
36752
+ "original": {
36753
+ "type": "number",
36754
+ "value": 16
36755
+ },
36756
+ "name": "pf-t--global--border--radius--300",
36757
+ "attributes": {
36758
+ "category": "global",
36759
+ "type": "border",
36760
+ "item": "radius",
36761
+ "subitem": "300"
36762
+ },
36763
+ "path": [
36764
+ "global",
36765
+ "border",
36766
+ "radius",
36767
+ "300"
36768
+ ]
36769
+ }
36770
+ ]
36771
+ }
36772
+ ]
36773
+ }
36774
+ },
36465
36775
  "pf-t--global--border--radius--control--form-element": {
36466
36776
  "default": {
36467
36777
  "type": "number",
@@ -36620,321 +36930,321 @@
36620
36930
  ]
36621
36931
  }
36622
36932
  },
36623
- "pf-t--global--font--line-height--body": {
36933
+ "pf-t--global--font--weight--body--default": {
36624
36934
  "default": {
36625
- "description": "Use to define the line height for body text",
36935
+ "description": "Use to define the default weight for body text",
36626
36936
  "type": "number",
36627
- "value": 1.5,
36937
+ "value": 400,
36628
36938
  "filePath": "tokens/default/light/semantic.dimension.json",
36629
36939
  "isSource": true,
36630
36940
  "original": {
36631
- "description": "Use to define the line height for body text",
36941
+ "description": "Use to define the default weight for body text",
36632
36942
  "type": "number",
36633
- "value": "{global.font.line-height.200}"
36943
+ "value": "{global.font.weight.100}"
36634
36944
  },
36635
- "name": "pf-t--global--font--line-height--body",
36945
+ "name": "pf-t--global--font--weight--body--default",
36636
36946
  "attributes": {
36637
36947
  "category": "global",
36638
36948
  "type": "font",
36639
- "item": "line-height",
36640
- "subitem": "body"
36949
+ "item": "weight",
36950
+ "subitem": "body",
36951
+ "state": "default"
36641
36952
  },
36642
36953
  "path": [
36643
36954
  "global",
36644
36955
  "font",
36645
- "line-height",
36646
- "body"
36956
+ "weight",
36957
+ "body",
36958
+ "default"
36647
36959
  ],
36648
36960
  "references": [
36649
36961
  {
36650
36962
  "type": "number",
36651
- "value": 1.5,
36963
+ "value": 400,
36652
36964
  "filePath": "tokens/default/light/base.dimension.json",
36653
36965
  "isSource": true,
36654
36966
  "original": {
36655
36967
  "type": "number",
36656
- "value": 1.5
36968
+ "value": 400
36657
36969
  },
36658
- "name": "pf-t--global--font--line-height--200",
36970
+ "name": "pf-t--global--font--weight--100",
36659
36971
  "attributes": {
36660
36972
  "category": "global",
36661
36973
  "type": "font",
36662
- "item": "line-height",
36663
- "subitem": "200"
36974
+ "item": "weight",
36975
+ "subitem": "100"
36664
36976
  },
36665
36977
  "path": [
36666
36978
  "global",
36667
36979
  "font",
36668
- "line-height",
36669
- "200"
36980
+ "weight",
36981
+ "100"
36670
36982
  ]
36671
36983
  }
36672
36984
  ]
36673
36985
  }
36674
36986
  },
36675
- "pf-t--global--font--line-height--heading": {
36987
+ "pf-t--global--font--weight--body--bold": {
36676
36988
  "default": {
36677
- "description": "Use to define the line height for heading text",
36989
+ "description": "Use to define the bold weight for body text, often used to field labels or to add emphasis.",
36678
36990
  "type": "number",
36679
- "value": 1.3,
36991
+ "value": 500,
36680
36992
  "filePath": "tokens/default/light/semantic.dimension.json",
36681
36993
  "isSource": true,
36682
36994
  "original": {
36683
- "description": "Use to define the line height for heading text",
36995
+ "description": "Use to define the bold weight for body text, often used to field labels or to add emphasis.",
36684
36996
  "type": "number",
36685
- "value": "{global.font.line-height.100}"
36997
+ "value": "{global.font.weight.200}"
36686
36998
  },
36687
- "name": "pf-t--global--font--line-height--heading",
36999
+ "name": "pf-t--global--font--weight--body--bold",
36688
37000
  "attributes": {
36689
37001
  "category": "global",
36690
37002
  "type": "font",
36691
- "item": "line-height",
36692
- "subitem": "heading"
37003
+ "item": "weight",
37004
+ "subitem": "body",
37005
+ "state": "bold"
36693
37006
  },
36694
37007
  "path": [
36695
37008
  "global",
36696
37009
  "font",
36697
- "line-height",
36698
- "heading"
37010
+ "weight",
37011
+ "body",
37012
+ "bold"
36699
37013
  ],
36700
37014
  "references": [
36701
37015
  {
36702
37016
  "type": "number",
36703
- "value": 1.3,
37017
+ "value": 500,
36704
37018
  "filePath": "tokens/default/light/base.dimension.json",
36705
37019
  "isSource": true,
36706
37020
  "original": {
36707
37021
  "type": "number",
36708
- "value": 1.2999999523162842
37022
+ "value": 500
36709
37023
  },
36710
- "name": "pf-t--global--font--line-height--100",
37024
+ "name": "pf-t--global--font--weight--200",
36711
37025
  "attributes": {
36712
37026
  "category": "global",
36713
37027
  "type": "font",
36714
- "item": "line-height",
36715
- "subitem": "100"
37028
+ "item": "weight",
37029
+ "subitem": "200"
36716
37030
  },
36717
37031
  "path": [
36718
37032
  "global",
36719
37033
  "font",
36720
- "line-height",
36721
- "100"
37034
+ "weight",
37035
+ "200"
36722
37036
  ]
36723
37037
  }
36724
37038
  ]
36725
37039
  }
36726
37040
  },
36727
- "pf-t--global--font--weight--body--default": {
37041
+ "pf-t--global--font--weight--heading--default": {
36728
37042
  "default": {
36729
- "description": "Use to define the default weight for body text",
37043
+ "description": "Use to define the default weight for heading text",
36730
37044
  "type": "number",
36731
- "value": 400,
37045
+ "value": 500,
36732
37046
  "filePath": "tokens/default/light/semantic.dimension.json",
36733
37047
  "isSource": true,
36734
37048
  "original": {
36735
- "description": "Use to define the default weight for body text",
37049
+ "description": "Use to define the default weight for heading text",
36736
37050
  "type": "number",
36737
- "value": "{global.font.weight.100}"
37051
+ "value": "{global.font.weight.300}"
36738
37052
  },
36739
- "name": "pf-t--global--font--weight--body--default",
37053
+ "name": "pf-t--global--font--weight--heading--default",
36740
37054
  "attributes": {
36741
37055
  "category": "global",
36742
37056
  "type": "font",
36743
37057
  "item": "weight",
36744
- "subitem": "body",
37058
+ "subitem": "heading",
36745
37059
  "state": "default"
36746
37060
  },
36747
37061
  "path": [
36748
37062
  "global",
36749
37063
  "font",
36750
37064
  "weight",
36751
- "body",
37065
+ "heading",
36752
37066
  "default"
36753
37067
  ],
36754
37068
  "references": [
36755
37069
  {
36756
37070
  "type": "number",
36757
- "value": 400,
37071
+ "value": 500,
36758
37072
  "filePath": "tokens/default/light/base.dimension.json",
36759
37073
  "isSource": true,
36760
37074
  "original": {
36761
37075
  "type": "number",
36762
- "value": 400
37076
+ "value": 500
36763
37077
  },
36764
- "name": "pf-t--global--font--weight--100",
37078
+ "name": "pf-t--global--font--weight--300",
36765
37079
  "attributes": {
36766
37080
  "category": "global",
36767
37081
  "type": "font",
36768
37082
  "item": "weight",
36769
- "subitem": "100"
37083
+ "subitem": "300"
36770
37084
  },
36771
37085
  "path": [
36772
37086
  "global",
36773
37087
  "font",
36774
37088
  "weight",
36775
- "100"
37089
+ "300"
36776
37090
  ]
36777
37091
  }
36778
37092
  ]
36779
37093
  }
36780
37094
  },
36781
- "pf-t--global--font--weight--body--bold": {
37095
+ "pf-t--global--font--weight--heading--bold": {
36782
37096
  "default": {
36783
- "description": "Use to define the bold weight for body text, often used to field labels or to add emphasis.",
37097
+ "description": "Use to define the bold weight for heading text, often used to add emphasis.",
36784
37098
  "type": "number",
36785
- "value": 500,
37099
+ "value": 700,
36786
37100
  "filePath": "tokens/default/light/semantic.dimension.json",
36787
37101
  "isSource": true,
36788
37102
  "original": {
36789
- "description": "Use to define the bold weight for body text, often used to field labels or to add emphasis.",
37103
+ "description": "Use to define the bold weight for heading text, often used to add emphasis.",
36790
37104
  "type": "number",
36791
- "value": "{global.font.weight.200}"
37105
+ "value": "{global.font.weight.400}"
36792
37106
  },
36793
- "name": "pf-t--global--font--weight--body--bold",
37107
+ "name": "pf-t--global--font--weight--heading--bold",
36794
37108
  "attributes": {
36795
37109
  "category": "global",
36796
37110
  "type": "font",
36797
37111
  "item": "weight",
36798
- "subitem": "body",
37112
+ "subitem": "heading",
36799
37113
  "state": "bold"
36800
37114
  },
36801
37115
  "path": [
36802
37116
  "global",
36803
37117
  "font",
36804
37118
  "weight",
36805
- "body",
37119
+ "heading",
36806
37120
  "bold"
36807
37121
  ],
36808
37122
  "references": [
36809
37123
  {
36810
37124
  "type": "number",
36811
- "value": 500,
37125
+ "value": 700,
36812
37126
  "filePath": "tokens/default/light/base.dimension.json",
36813
37127
  "isSource": true,
36814
37128
  "original": {
36815
37129
  "type": "number",
36816
- "value": 500
37130
+ "value": 700
36817
37131
  },
36818
- "name": "pf-t--global--font--weight--200",
37132
+ "name": "pf-t--global--font--weight--400",
36819
37133
  "attributes": {
36820
37134
  "category": "global",
36821
37135
  "type": "font",
36822
37136
  "item": "weight",
36823
- "subitem": "200"
37137
+ "subitem": "400"
36824
37138
  },
36825
37139
  "path": [
36826
37140
  "global",
36827
37141
  "font",
36828
37142
  "weight",
36829
- "200"
37143
+ "400"
36830
37144
  ]
36831
37145
  }
36832
37146
  ]
36833
37147
  }
36834
37148
  },
36835
- "pf-t--global--font--weight--heading--default": {
37149
+ "pf-t--global--font--line-height--body": {
36836
37150
  "default": {
36837
- "description": "Use to define the default weight for heading text",
37151
+ "description": "Use to define the line height for body text",
36838
37152
  "type": "number",
36839
- "value": 500,
37153
+ "value": 1.5,
36840
37154
  "filePath": "tokens/default/light/semantic.dimension.json",
36841
37155
  "isSource": true,
36842
37156
  "original": {
36843
- "description": "Use to define the default weight for heading text",
37157
+ "description": "Use to define the line height for body text",
36844
37158
  "type": "number",
36845
- "value": "{global.font.weight.300}"
37159
+ "value": "{global.font.line-height.200}"
36846
37160
  },
36847
- "name": "pf-t--global--font--weight--heading--default",
37161
+ "name": "pf-t--global--font--line-height--body",
36848
37162
  "attributes": {
36849
37163
  "category": "global",
36850
37164
  "type": "font",
36851
- "item": "weight",
36852
- "subitem": "heading",
36853
- "state": "default"
37165
+ "item": "line-height",
37166
+ "subitem": "body"
36854
37167
  },
36855
37168
  "path": [
36856
37169
  "global",
36857
37170
  "font",
36858
- "weight",
36859
- "heading",
36860
- "default"
37171
+ "line-height",
37172
+ "body"
36861
37173
  ],
36862
37174
  "references": [
36863
37175
  {
36864
37176
  "type": "number",
36865
- "value": 500,
37177
+ "value": 1.5,
36866
37178
  "filePath": "tokens/default/light/base.dimension.json",
36867
37179
  "isSource": true,
36868
37180
  "original": {
36869
37181
  "type": "number",
36870
- "value": 500
37182
+ "value": 1.5
36871
37183
  },
36872
- "name": "pf-t--global--font--weight--300",
37184
+ "name": "pf-t--global--font--line-height--200",
36873
37185
  "attributes": {
36874
37186
  "category": "global",
36875
37187
  "type": "font",
36876
- "item": "weight",
36877
- "subitem": "300"
37188
+ "item": "line-height",
37189
+ "subitem": "200"
36878
37190
  },
36879
37191
  "path": [
36880
37192
  "global",
36881
37193
  "font",
36882
- "weight",
36883
- "300"
37194
+ "line-height",
37195
+ "200"
36884
37196
  ]
36885
37197
  }
36886
37198
  ]
36887
37199
  }
36888
37200
  },
36889
- "pf-t--global--font--weight--heading--bold": {
37201
+ "pf-t--global--font--line-height--heading": {
36890
37202
  "default": {
36891
- "description": "Use to define the bold weight for heading text, often used to add emphasis.",
37203
+ "description": "Use to define the line height for heading text",
36892
37204
  "type": "number",
36893
- "value": 700,
37205
+ "value": 1.3,
36894
37206
  "filePath": "tokens/default/light/semantic.dimension.json",
36895
37207
  "isSource": true,
36896
37208
  "original": {
36897
- "description": "Use to define the bold weight for heading text, often used to add emphasis.",
37209
+ "description": "Use to define the line height for heading text",
36898
37210
  "type": "number",
36899
- "value": "{global.font.weight.400}"
37211
+ "value": "{global.font.line-height.100}"
36900
37212
  },
36901
- "name": "pf-t--global--font--weight--heading--bold",
37213
+ "name": "pf-t--global--font--line-height--heading",
36902
37214
  "attributes": {
36903
37215
  "category": "global",
36904
37216
  "type": "font",
36905
- "item": "weight",
36906
- "subitem": "heading",
36907
- "state": "bold"
37217
+ "item": "line-height",
37218
+ "subitem": "heading"
36908
37219
  },
36909
37220
  "path": [
36910
37221
  "global",
36911
37222
  "font",
36912
- "weight",
36913
- "heading",
36914
- "bold"
37223
+ "line-height",
37224
+ "heading"
36915
37225
  ],
36916
37226
  "references": [
36917
37227
  {
36918
37228
  "type": "number",
36919
- "value": 700,
37229
+ "value": 1.3,
36920
37230
  "filePath": "tokens/default/light/base.dimension.json",
36921
37231
  "isSource": true,
36922
37232
  "original": {
36923
37233
  "type": "number",
36924
- "value": 700
37234
+ "value": 1.2999999523162842
36925
37235
  },
36926
- "name": "pf-t--global--font--weight--400",
37236
+ "name": "pf-t--global--font--line-height--100",
36927
37237
  "attributes": {
36928
37238
  "category": "global",
36929
37239
  "type": "font",
36930
- "item": "weight",
36931
- "subitem": "400"
37240
+ "item": "line-height",
37241
+ "subitem": "100"
36932
37242
  },
36933
37243
  "path": [
36934
37244
  "global",
36935
37245
  "font",
36936
- "weight",
36937
- "400"
37246
+ "line-height",
37247
+ "100"
36938
37248
  ]
36939
37249
  }
36940
37250
  ]
@@ -39393,7 +39703,7 @@
39393
39703
  "default": {
39394
39704
  "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",
39395
39705
  "type": "number",
39396
- "value": "-2px",
39706
+ "value": "-4px",
39397
39707
  "filePath": "tokens/default/light/semantic.dimension.json",
39398
39708
  "isSource": true,
39399
39709
  "original": {
@@ -39419,12 +39729,12 @@
39419
39729
  "references": [
39420
39730
  {
39421
39731
  "type": "number",
39422
- "value": "-2px",
39732
+ "value": "-4px",
39423
39733
  "filePath": "tokens/default/light/base.dimension.json",
39424
39734
  "isSource": true,
39425
39735
  "original": {
39426
39736
  "type": "number",
39427
- "value": -2
39737
+ "value": -4
39428
39738
  },
39429
39739
  "name": "pf-t--global--box-shadow--Y--200",
39430
39740
  "attributes": {
@@ -39447,7 +39757,7 @@
39447
39757
  "default": {
39448
39758
  "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.",
39449
39759
  "type": "number",
39450
- "value": "2px",
39760
+ "value": "4px",
39451
39761
  "filePath": "tokens/default/light/semantic.dimension.json",
39452
39762
  "isSource": true,
39453
39763
  "original": {
@@ -39473,12 +39783,12 @@
39473
39783
  "references": [
39474
39784
  {
39475
39785
  "type": "number",
39476
- "value": "2px",
39786
+ "value": "4px",
39477
39787
  "filePath": "tokens/default/light/base.dimension.json",
39478
39788
  "isSource": true,
39479
39789
  "original": {
39480
39790
  "type": "number",
39481
- "value": 2
39791
+ "value": 4
39482
39792
  },
39483
39793
  "name": "pf-t--global--box-shadow--Y--600",
39484
39794
  "attributes": {
@@ -39609,7 +39919,7 @@
39609
39919
  "default": {
39610
39920
  "description": "Use to define the Y value for a default medium box-shadow, used in popovers and raised menus.",
39611
39921
  "type": "number",
39612
- "value": "2px",
39922
+ "value": "4px",
39613
39923
  "filePath": "tokens/default/light/semantic.dimension.json",
39614
39924
  "isSource": true,
39615
39925
  "original": {
@@ -39635,12 +39945,12 @@
39635
39945
  "references": [
39636
39946
  {
39637
39947
  "type": "number",
39638
- "value": "2px",
39948
+ "value": "4px",
39639
39949
  "filePath": "tokens/default/light/base.dimension.json",
39640
39950
  "isSource": true,
39641
39951
  "original": {
39642
39952
  "type": "number",
39643
- "value": 2
39953
+ "value": 4
39644
39954
  },
39645
39955
  "name": "pf-t--global--box-shadow--Y--600",
39646
39956
  "attributes": {
@@ -40149,7 +40459,7 @@
40149
40459
  "default": {
40150
40460
  "description": "Use to define the blur for a small box-shadow",
40151
40461
  "type": "number",
40152
- "value": "4px",
40462
+ "value": "6px",
40153
40463
  "filePath": "tokens/default/light/semantic.dimension.json",
40154
40464
  "isSource": true,
40155
40465
  "original": {
@@ -40173,12 +40483,12 @@
40173
40483
  "references": [
40174
40484
  {
40175
40485
  "type": "number",
40176
- "value": "4px",
40486
+ "value": "6px",
40177
40487
  "filePath": "tokens/default/light/base.dimension.json",
40178
40488
  "isSource": true,
40179
40489
  "original": {
40180
40490
  "type": "number",
40181
- "value": 4
40491
+ "value": 6
40182
40492
  },
40183
40493
  "name": "pf-t--global--box-shadow--blur--100",
40184
40494
  "attributes": {
@@ -40201,7 +40511,7 @@
40201
40511
  "default": {
40202
40512
  "description": "Use to define the blur for a medium box-shadow",
40203
40513
  "type": "number",
40204
- "value": "9px",
40514
+ "value": "10px",
40205
40515
  "filePath": "tokens/default/light/semantic.dimension.json",
40206
40516
  "isSource": true,
40207
40517
  "original": {
@@ -40225,12 +40535,12 @@
40225
40535
  "references": [
40226
40536
  {
40227
40537
  "type": "number",
40228
- "value": "9px",
40538
+ "value": "10px",
40229
40539
  "filePath": "tokens/default/light/base.dimension.json",
40230
40540
  "isSource": true,
40231
40541
  "original": {
40232
40542
  "type": "number",
40233
- "value": 9
40543
+ "value": 10
40234
40544
  },
40235
40545
  "name": "pf-t--global--box-shadow--blur--200",
40236
40546
  "attributes": {
@@ -42499,243 +42809,6 @@
42499
42809
  ]
42500
42810
  }
42501
42811
  },
42502
- "pf-t--global--motion--duration--fade--short": {
42503
- "default": {
42504
- "description": "Use a short/quick fade to transition color and/or opacity. Useful for fading in one or more elements. Short fades are used for small elements traveling short distances. Used in small interactions like buttons.",
42505
- "type": "number",
42506
- "value": "100ms",
42507
- "filePath": "tokens/default/light/semantic.motion.json",
42508
- "isSource": true,
42509
- "original": {
42510
- "description": "Use a short/quick fade to transition color and/or opacity. Useful for fading in one or more elements. Short fades are used for small elements traveling short distances. Used in small interactions like buttons.",
42511
- "type": "number",
42512
- "value": "{global.motion.duration.sm}"
42513
- },
42514
- "name": "pf-t--global--motion--duration--fade--short",
42515
- "attributes": {
42516
- "category": "global",
42517
- "type": "motion",
42518
- "item": "duration",
42519
- "subitem": "fade",
42520
- "state": "short"
42521
- },
42522
- "path": [
42523
- "global",
42524
- "motion",
42525
- "duration",
42526
- "fade",
42527
- "short"
42528
- ],
42529
- "references": [
42530
- {
42531
- "description": "Use for a short animation duration. Use for simple and/or small animations.",
42532
- "type": "number",
42533
- "value": "100ms",
42534
- "filePath": "tokens/default/light/semantic.motion.json",
42535
- "isSource": true,
42536
- "original": {
42537
- "description": "Use for a short animation duration. Use for simple and/or small animations.",
42538
- "type": "number",
42539
- "value": "{global.duration.100}"
42540
- },
42541
- "name": "pf-t--global--motion--duration--sm",
42542
- "attributes": {
42543
- "category": "global",
42544
- "type": "motion",
42545
- "item": "duration",
42546
- "subitem": "sm"
42547
- },
42548
- "path": [
42549
- "global",
42550
- "motion",
42551
- "duration",
42552
- "sm"
42553
- ],
42554
- "references": [
42555
- {
42556
- "type": "number",
42557
- "value": "100ms",
42558
- "filePath": "tokens/default/light/base.motion.json",
42559
- "isSource": true,
42560
- "original": {
42561
- "type": "number",
42562
- "value": 100
42563
- },
42564
- "name": "pf-t--global--duration--100",
42565
- "attributes": {
42566
- "category": "global",
42567
- "type": "duration",
42568
- "item": "100"
42569
- },
42570
- "path": [
42571
- "global",
42572
- "duration",
42573
- "100"
42574
- ]
42575
- }
42576
- ]
42577
- }
42578
- ]
42579
- }
42580
- },
42581
- "pf-t--global--motion--duration--fade--default": {
42582
- "default": {
42583
- "description": "Use a default fade to transition color and/or opacity. Useful for fading in one or more elements. Default fades are used for medium sized elements traveling medium distances. Used on alerts.",
42584
- "type": "number",
42585
- "value": "200ms",
42586
- "filePath": "tokens/default/light/semantic.motion.json",
42587
- "isSource": true,
42588
- "original": {
42589
- "description": "Use a default fade to transition color and/or opacity. Useful for fading in one or more elements. Default fades are used for medium sized elements traveling medium distances. Used on alerts.",
42590
- "type": "number",
42591
- "value": "{global.motion.duration.md}"
42592
- },
42593
- "name": "pf-t--global--motion--duration--fade--default",
42594
- "attributes": {
42595
- "category": "global",
42596
- "type": "motion",
42597
- "item": "duration",
42598
- "subitem": "fade",
42599
- "state": "default"
42600
- },
42601
- "path": [
42602
- "global",
42603
- "motion",
42604
- "duration",
42605
- "fade",
42606
- "default"
42607
- ],
42608
- "references": [
42609
- {
42610
- "description": "Use for a medium animation duration.",
42611
- "type": "number",
42612
- "value": "200ms",
42613
- "filePath": "tokens/default/light/semantic.motion.json",
42614
- "isSource": true,
42615
- "original": {
42616
- "description": "Use for a medium animation duration.",
42617
- "type": "number",
42618
- "value": "{global.duration.200}"
42619
- },
42620
- "name": "pf-t--global--motion--duration--md",
42621
- "attributes": {
42622
- "category": "global",
42623
- "type": "motion",
42624
- "item": "duration",
42625
- "subitem": "md"
42626
- },
42627
- "path": [
42628
- "global",
42629
- "motion",
42630
- "duration",
42631
- "md"
42632
- ],
42633
- "references": [
42634
- {
42635
- "type": "number",
42636
- "value": "200ms",
42637
- "filePath": "tokens/default/light/base.motion.json",
42638
- "isSource": true,
42639
- "original": {
42640
- "type": "number",
42641
- "value": 200
42642
- },
42643
- "name": "pf-t--global--duration--200",
42644
- "attributes": {
42645
- "category": "global",
42646
- "type": "duration",
42647
- "item": "200"
42648
- },
42649
- "path": [
42650
- "global",
42651
- "duration",
42652
- "200"
42653
- ]
42654
- }
42655
- ]
42656
- }
42657
- ]
42658
- }
42659
- },
42660
- "pf-t--global--motion--duration--fade--long": {
42661
- "default": {
42662
- "description": "Use a long fade to transition color and/or opacity. Useful for fading in one or more elements. Long fades are used for large elements traveling long distances.",
42663
- "type": "number",
42664
- "value": "300ms",
42665
- "filePath": "tokens/default/light/semantic.motion.json",
42666
- "isSource": true,
42667
- "original": {
42668
- "description": "Use a long fade to transition color and/or opacity. Useful for fading in one or more elements. Long fades are used for large elements traveling long distances.",
42669
- "type": "number",
42670
- "value": "{global.motion.duration.lg}"
42671
- },
42672
- "name": "pf-t--global--motion--duration--fade--long",
42673
- "attributes": {
42674
- "category": "global",
42675
- "type": "motion",
42676
- "item": "duration",
42677
- "subitem": "fade",
42678
- "state": "long"
42679
- },
42680
- "path": [
42681
- "global",
42682
- "motion",
42683
- "duration",
42684
- "fade",
42685
- "long"
42686
- ],
42687
- "references": [
42688
- {
42689
- "description": "Use for long animation duration. Use for larger, more expressive animations.",
42690
- "type": "number",
42691
- "value": "300ms",
42692
- "filePath": "tokens/default/light/semantic.motion.json",
42693
- "isSource": true,
42694
- "original": {
42695
- "description": "Use for long animation duration. Use for larger, more expressive animations.",
42696
- "type": "number",
42697
- "value": "{global.duration.300}"
42698
- },
42699
- "name": "pf-t--global--motion--duration--lg",
42700
- "attributes": {
42701
- "category": "global",
42702
- "type": "motion",
42703
- "item": "duration",
42704
- "subitem": "lg"
42705
- },
42706
- "path": [
42707
- "global",
42708
- "motion",
42709
- "duration",
42710
- "lg"
42711
- ],
42712
- "references": [
42713
- {
42714
- "type": "number",
42715
- "value": "300ms",
42716
- "filePath": "tokens/default/light/base.motion.json",
42717
- "isSource": true,
42718
- "original": {
42719
- "type": "number",
42720
- "value": 300
42721
- },
42722
- "name": "pf-t--global--duration--300",
42723
- "attributes": {
42724
- "category": "global",
42725
- "type": "duration",
42726
- "item": "300"
42727
- },
42728
- "path": [
42729
- "global",
42730
- "duration",
42731
- "300"
42732
- ]
42733
- }
42734
- ]
42735
- }
42736
- ]
42737
- }
42738
- },
42739
42812
  "pf-t--global--motion--duration--slide-out--short": {
42740
42813
  "default": {
42741
42814
  "description": "Use for a shorter duration of a slide-out animation, which moves an element out of the viewport.",
@@ -42973,78 +43046,78 @@
42973
43046
  ]
42974
43047
  }
42975
43048
  },
42976
- "pf-t--global--motion--duration--slide-in--short": {
43049
+ "pf-t--global--motion--duration--fade--short": {
42977
43050
  "default": {
42978
- "description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
43051
+ "description": "Use a short/quick fade to transition color and/or opacity. Useful for fading in one or more elements. Short fades are used for small elements traveling short distances. Used in small interactions like buttons.",
42979
43052
  "type": "number",
42980
- "value": "300ms",
43053
+ "value": "100ms",
42981
43054
  "filePath": "tokens/default/light/semantic.motion.json",
42982
43055
  "isSource": true,
42983
43056
  "original": {
42984
- "description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
43057
+ "description": "Use a short/quick fade to transition color and/or opacity. Useful for fading in one or more elements. Short fades are used for small elements traveling short distances. Used in small interactions like buttons.",
42985
43058
  "type": "number",
42986
- "value": "{global.motion.duration.lg}"
43059
+ "value": "{global.motion.duration.sm}"
42987
43060
  },
42988
- "name": "pf-t--global--motion--duration--slide-in--short",
43061
+ "name": "pf-t--global--motion--duration--fade--short",
42989
43062
  "attributes": {
42990
43063
  "category": "global",
42991
43064
  "type": "motion",
42992
43065
  "item": "duration",
42993
- "subitem": "slide-in",
43066
+ "subitem": "fade",
42994
43067
  "state": "short"
42995
43068
  },
42996
43069
  "path": [
42997
43070
  "global",
42998
43071
  "motion",
42999
43072
  "duration",
43000
- "slide-in",
43073
+ "fade",
43001
43074
  "short"
43002
43075
  ],
43003
43076
  "references": [
43004
43077
  {
43005
- "description": "Use for long animation duration. Use for larger, more expressive animations.",
43078
+ "description": "Use for a short animation duration. Use for simple and/or small animations.",
43006
43079
  "type": "number",
43007
- "value": "300ms",
43080
+ "value": "100ms",
43008
43081
  "filePath": "tokens/default/light/semantic.motion.json",
43009
43082
  "isSource": true,
43010
43083
  "original": {
43011
- "description": "Use for long animation duration. Use for larger, more expressive animations.",
43084
+ "description": "Use for a short animation duration. Use for simple and/or small animations.",
43012
43085
  "type": "number",
43013
- "value": "{global.duration.300}"
43086
+ "value": "{global.duration.100}"
43014
43087
  },
43015
- "name": "pf-t--global--motion--duration--lg",
43088
+ "name": "pf-t--global--motion--duration--sm",
43016
43089
  "attributes": {
43017
43090
  "category": "global",
43018
43091
  "type": "motion",
43019
43092
  "item": "duration",
43020
- "subitem": "lg"
43093
+ "subitem": "sm"
43021
43094
  },
43022
43095
  "path": [
43023
43096
  "global",
43024
43097
  "motion",
43025
43098
  "duration",
43026
- "lg"
43099
+ "sm"
43027
43100
  ],
43028
43101
  "references": [
43029
43102
  {
43030
43103
  "type": "number",
43031
- "value": "300ms",
43104
+ "value": "100ms",
43032
43105
  "filePath": "tokens/default/light/base.motion.json",
43033
43106
  "isSource": true,
43034
43107
  "original": {
43035
43108
  "type": "number",
43036
- "value": 300
43109
+ "value": 100
43037
43110
  },
43038
- "name": "pf-t--global--duration--300",
43111
+ "name": "pf-t--global--duration--100",
43039
43112
  "attributes": {
43040
43113
  "category": "global",
43041
43114
  "type": "duration",
43042
- "item": "300"
43115
+ "item": "100"
43043
43116
  },
43044
43117
  "path": [
43045
43118
  "global",
43046
43119
  "duration",
43047
- "300"
43120
+ "100"
43048
43121
  ]
43049
43122
  }
43050
43123
  ]
@@ -43052,78 +43125,78 @@
43052
43125
  ]
43053
43126
  }
43054
43127
  },
43055
- "pf-t--global--motion--duration--slide-in--default": {
43128
+ "pf-t--global--motion--duration--fade--default": {
43056
43129
  "default": {
43057
- "description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
43130
+ "description": "Use a default fade to transition color and/or opacity. Useful for fading in one or more elements. Default fades are used for medium sized elements traveling medium distances. Used on alerts.",
43058
43131
  "type": "number",
43059
- "value": "400ms",
43132
+ "value": "200ms",
43060
43133
  "filePath": "tokens/default/light/semantic.motion.json",
43061
43134
  "isSource": true,
43062
43135
  "original": {
43063
- "description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
43136
+ "description": "Use a default fade to transition color and/or opacity. Useful for fading in one or more elements. Default fades are used for medium sized elements traveling medium distances. Used on alerts.",
43064
43137
  "type": "number",
43065
- "value": "{global.motion.duration.xl}"
43138
+ "value": "{global.motion.duration.md}"
43066
43139
  },
43067
- "name": "pf-t--global--motion--duration--slide-in--default",
43140
+ "name": "pf-t--global--motion--duration--fade--default",
43068
43141
  "attributes": {
43069
43142
  "category": "global",
43070
43143
  "type": "motion",
43071
43144
  "item": "duration",
43072
- "subitem": "slide-in",
43145
+ "subitem": "fade",
43073
43146
  "state": "default"
43074
43147
  },
43075
43148
  "path": [
43076
43149
  "global",
43077
43150
  "motion",
43078
43151
  "duration",
43079
- "slide-in",
43152
+ "fade",
43080
43153
  "default"
43081
43154
  ],
43082
43155
  "references": [
43083
43156
  {
43084
- "description": "Use for extra long animation duration.",
43157
+ "description": "Use for a medium animation duration.",
43085
43158
  "type": "number",
43086
- "value": "400ms",
43159
+ "value": "200ms",
43087
43160
  "filePath": "tokens/default/light/semantic.motion.json",
43088
43161
  "isSource": true,
43089
43162
  "original": {
43090
- "description": "Use for extra long animation duration.",
43163
+ "description": "Use for a medium animation duration.",
43091
43164
  "type": "number",
43092
- "value": "{global.duration.400}"
43165
+ "value": "{global.duration.200}"
43093
43166
  },
43094
- "name": "pf-t--global--motion--duration--xl",
43167
+ "name": "pf-t--global--motion--duration--md",
43095
43168
  "attributes": {
43096
43169
  "category": "global",
43097
43170
  "type": "motion",
43098
43171
  "item": "duration",
43099
- "subitem": "xl"
43172
+ "subitem": "md"
43100
43173
  },
43101
43174
  "path": [
43102
43175
  "global",
43103
43176
  "motion",
43104
43177
  "duration",
43105
- "xl"
43178
+ "md"
43106
43179
  ],
43107
43180
  "references": [
43108
43181
  {
43109
43182
  "type": "number",
43110
- "value": "400ms",
43183
+ "value": "200ms",
43111
43184
  "filePath": "tokens/default/light/base.motion.json",
43112
43185
  "isSource": true,
43113
43186
  "original": {
43114
43187
  "type": "number",
43115
- "value": 400
43188
+ "value": 200
43116
43189
  },
43117
- "name": "pf-t--global--duration--400",
43190
+ "name": "pf-t--global--duration--200",
43118
43191
  "attributes": {
43119
43192
  "category": "global",
43120
43193
  "type": "duration",
43121
- "item": "400"
43194
+ "item": "200"
43122
43195
  },
43123
43196
  "path": [
43124
43197
  "global",
43125
43198
  "duration",
43126
- "400"
43199
+ "200"
43127
43200
  ]
43128
43201
  }
43129
43202
  ]
@@ -43131,78 +43204,78 @@
43131
43204
  ]
43132
43205
  }
43133
43206
  },
43134
- "pf-t--global--motion--duration--slide-in--long": {
43207
+ "pf-t--global--motion--duration--fade--long": {
43135
43208
  "default": {
43136
- "description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
43209
+ "description": "Use a long fade to transition color and/or opacity. Useful for fading in one or more elements. Long fades are used for large elements traveling long distances.",
43137
43210
  "type": "number",
43138
- "value": "500ms",
43211
+ "value": "300ms",
43139
43212
  "filePath": "tokens/default/light/semantic.motion.json",
43140
43213
  "isSource": true,
43141
43214
  "original": {
43142
- "description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
43215
+ "description": "Use a long fade to transition color and/or opacity. Useful for fading in one or more elements. Long fades are used for large elements traveling long distances.",
43143
43216
  "type": "number",
43144
- "value": "{global.motion.duration.2xl}"
43217
+ "value": "{global.motion.duration.lg}"
43145
43218
  },
43146
- "name": "pf-t--global--motion--duration--slide-in--long",
43219
+ "name": "pf-t--global--motion--duration--fade--long",
43147
43220
  "attributes": {
43148
43221
  "category": "global",
43149
43222
  "type": "motion",
43150
43223
  "item": "duration",
43151
- "subitem": "slide-in",
43224
+ "subitem": "fade",
43152
43225
  "state": "long"
43153
43226
  },
43154
43227
  "path": [
43155
43228
  "global",
43156
43229
  "motion",
43157
43230
  "duration",
43158
- "slide-in",
43231
+ "fade",
43159
43232
  "long"
43160
43233
  ],
43161
43234
  "references": [
43162
43235
  {
43163
- "description": "Use for significantly long animation duration.",
43236
+ "description": "Use for long animation duration. Use for larger, more expressive animations.",
43164
43237
  "type": "number",
43165
- "value": "500ms",
43238
+ "value": "300ms",
43166
43239
  "filePath": "tokens/default/light/semantic.motion.json",
43167
43240
  "isSource": true,
43168
43241
  "original": {
43169
- "description": "Use for significantly long animation duration.",
43242
+ "description": "Use for long animation duration. Use for larger, more expressive animations.",
43170
43243
  "type": "number",
43171
- "value": "{global.duration.500}"
43244
+ "value": "{global.duration.300}"
43172
43245
  },
43173
- "name": "pf-t--global--motion--duration--2xl",
43246
+ "name": "pf-t--global--motion--duration--lg",
43174
43247
  "attributes": {
43175
43248
  "category": "global",
43176
43249
  "type": "motion",
43177
43250
  "item": "duration",
43178
- "subitem": "2xl"
43251
+ "subitem": "lg"
43179
43252
  },
43180
43253
  "path": [
43181
43254
  "global",
43182
43255
  "motion",
43183
43256
  "duration",
43184
- "2xl"
43257
+ "lg"
43185
43258
  ],
43186
43259
  "references": [
43187
43260
  {
43188
43261
  "type": "number",
43189
- "value": "500ms",
43262
+ "value": "300ms",
43190
43263
  "filePath": "tokens/default/light/base.motion.json",
43191
43264
  "isSource": true,
43192
43265
  "original": {
43193
43266
  "type": "number",
43194
- "value": 500
43267
+ "value": 300
43195
43268
  },
43196
- "name": "pf-t--global--duration--500",
43269
+ "name": "pf-t--global--duration--300",
43197
43270
  "attributes": {
43198
43271
  "category": "global",
43199
43272
  "type": "duration",
43200
- "item": "500"
43273
+ "item": "300"
43201
43274
  },
43202
43275
  "path": [
43203
43276
  "global",
43204
43277
  "duration",
43205
- "500"
43278
+ "300"
43206
43279
  ]
43207
43280
  }
43208
43281
  ]
@@ -43447,6 +43520,243 @@
43447
43520
  ]
43448
43521
  }
43449
43522
  },
43523
+ "pf-t--global--motion--duration--slide-in--short": {
43524
+ "default": {
43525
+ "description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
43526
+ "type": "number",
43527
+ "value": "300ms",
43528
+ "filePath": "tokens/default/light/semantic.motion.json",
43529
+ "isSource": true,
43530
+ "original": {
43531
+ "description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
43532
+ "type": "number",
43533
+ "value": "{global.motion.duration.lg}"
43534
+ },
43535
+ "name": "pf-t--global--motion--duration--slide-in--short",
43536
+ "attributes": {
43537
+ "category": "global",
43538
+ "type": "motion",
43539
+ "item": "duration",
43540
+ "subitem": "slide-in",
43541
+ "state": "short"
43542
+ },
43543
+ "path": [
43544
+ "global",
43545
+ "motion",
43546
+ "duration",
43547
+ "slide-in",
43548
+ "short"
43549
+ ],
43550
+ "references": [
43551
+ {
43552
+ "description": "Use for long animation duration. Use for larger, more expressive animations.",
43553
+ "type": "number",
43554
+ "value": "300ms",
43555
+ "filePath": "tokens/default/light/semantic.motion.json",
43556
+ "isSource": true,
43557
+ "original": {
43558
+ "description": "Use for long animation duration. Use for larger, more expressive animations.",
43559
+ "type": "number",
43560
+ "value": "{global.duration.300}"
43561
+ },
43562
+ "name": "pf-t--global--motion--duration--lg",
43563
+ "attributes": {
43564
+ "category": "global",
43565
+ "type": "motion",
43566
+ "item": "duration",
43567
+ "subitem": "lg"
43568
+ },
43569
+ "path": [
43570
+ "global",
43571
+ "motion",
43572
+ "duration",
43573
+ "lg"
43574
+ ],
43575
+ "references": [
43576
+ {
43577
+ "type": "number",
43578
+ "value": "300ms",
43579
+ "filePath": "tokens/default/light/base.motion.json",
43580
+ "isSource": true,
43581
+ "original": {
43582
+ "type": "number",
43583
+ "value": 300
43584
+ },
43585
+ "name": "pf-t--global--duration--300",
43586
+ "attributes": {
43587
+ "category": "global",
43588
+ "type": "duration",
43589
+ "item": "300"
43590
+ },
43591
+ "path": [
43592
+ "global",
43593
+ "duration",
43594
+ "300"
43595
+ ]
43596
+ }
43597
+ ]
43598
+ }
43599
+ ]
43600
+ }
43601
+ },
43602
+ "pf-t--global--motion--duration--slide-in--default": {
43603
+ "default": {
43604
+ "description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
43605
+ "type": "number",
43606
+ "value": "400ms",
43607
+ "filePath": "tokens/default/light/semantic.motion.json",
43608
+ "isSource": true,
43609
+ "original": {
43610
+ "description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
43611
+ "type": "number",
43612
+ "value": "{global.motion.duration.xl}"
43613
+ },
43614
+ "name": "pf-t--global--motion--duration--slide-in--default",
43615
+ "attributes": {
43616
+ "category": "global",
43617
+ "type": "motion",
43618
+ "item": "duration",
43619
+ "subitem": "slide-in",
43620
+ "state": "default"
43621
+ },
43622
+ "path": [
43623
+ "global",
43624
+ "motion",
43625
+ "duration",
43626
+ "slide-in",
43627
+ "default"
43628
+ ],
43629
+ "references": [
43630
+ {
43631
+ "description": "Use for extra long animation duration.",
43632
+ "type": "number",
43633
+ "value": "400ms",
43634
+ "filePath": "tokens/default/light/semantic.motion.json",
43635
+ "isSource": true,
43636
+ "original": {
43637
+ "description": "Use for extra long animation duration.",
43638
+ "type": "number",
43639
+ "value": "{global.duration.400}"
43640
+ },
43641
+ "name": "pf-t--global--motion--duration--xl",
43642
+ "attributes": {
43643
+ "category": "global",
43644
+ "type": "motion",
43645
+ "item": "duration",
43646
+ "subitem": "xl"
43647
+ },
43648
+ "path": [
43649
+ "global",
43650
+ "motion",
43651
+ "duration",
43652
+ "xl"
43653
+ ],
43654
+ "references": [
43655
+ {
43656
+ "type": "number",
43657
+ "value": "400ms",
43658
+ "filePath": "tokens/default/light/base.motion.json",
43659
+ "isSource": true,
43660
+ "original": {
43661
+ "type": "number",
43662
+ "value": 400
43663
+ },
43664
+ "name": "pf-t--global--duration--400",
43665
+ "attributes": {
43666
+ "category": "global",
43667
+ "type": "duration",
43668
+ "item": "400"
43669
+ },
43670
+ "path": [
43671
+ "global",
43672
+ "duration",
43673
+ "400"
43674
+ ]
43675
+ }
43676
+ ]
43677
+ }
43678
+ ]
43679
+ }
43680
+ },
43681
+ "pf-t--global--motion--duration--slide-in--long": {
43682
+ "default": {
43683
+ "description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
43684
+ "type": "number",
43685
+ "value": "500ms",
43686
+ "filePath": "tokens/default/light/semantic.motion.json",
43687
+ "isSource": true,
43688
+ "original": {
43689
+ "description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
43690
+ "type": "number",
43691
+ "value": "{global.motion.duration.2xl}"
43692
+ },
43693
+ "name": "pf-t--global--motion--duration--slide-in--long",
43694
+ "attributes": {
43695
+ "category": "global",
43696
+ "type": "motion",
43697
+ "item": "duration",
43698
+ "subitem": "slide-in",
43699
+ "state": "long"
43700
+ },
43701
+ "path": [
43702
+ "global",
43703
+ "motion",
43704
+ "duration",
43705
+ "slide-in",
43706
+ "long"
43707
+ ],
43708
+ "references": [
43709
+ {
43710
+ "description": "Use for significantly long animation duration.",
43711
+ "type": "number",
43712
+ "value": "500ms",
43713
+ "filePath": "tokens/default/light/semantic.motion.json",
43714
+ "isSource": true,
43715
+ "original": {
43716
+ "description": "Use for significantly long animation duration.",
43717
+ "type": "number",
43718
+ "value": "{global.duration.500}"
43719
+ },
43720
+ "name": "pf-t--global--motion--duration--2xl",
43721
+ "attributes": {
43722
+ "category": "global",
43723
+ "type": "motion",
43724
+ "item": "duration",
43725
+ "subitem": "2xl"
43726
+ },
43727
+ "path": [
43728
+ "global",
43729
+ "motion",
43730
+ "duration",
43731
+ "2xl"
43732
+ ],
43733
+ "references": [
43734
+ {
43735
+ "type": "number",
43736
+ "value": "500ms",
43737
+ "filePath": "tokens/default/light/base.motion.json",
43738
+ "isSource": true,
43739
+ "original": {
43740
+ "type": "number",
43741
+ "value": 500
43742
+ },
43743
+ "name": "pf-t--global--duration--500",
43744
+ "attributes": {
43745
+ "category": "global",
43746
+ "type": "duration",
43747
+ "item": "500"
43748
+ },
43749
+ "path": [
43750
+ "global",
43751
+ "duration",
43752
+ "500"
43753
+ ]
43754
+ }
43755
+ ]
43756
+ }
43757
+ ]
43758
+ }
43759
+ },
43450
43760
  "pf-t--global--motion--delay--none": {
43451
43761
  "default": {
43452
43762
  "description": "Use when there should be no delay before an animation plays.",
@@ -43994,12 +44304,12 @@
43994
44304
  "pf-t--global--border--color--50": {
43995
44305
  "default": {
43996
44306
  "type": "color",
43997
- "value": "#f2f2f2",
44307
+ "value": "#e0e0e0",
43998
44308
  "filePath": "tokens/default/light/base.json",
43999
44309
  "isSource": true,
44000
44310
  "original": {
44001
44311
  "type": "color",
44002
- "value": "{color.gray.10}"
44312
+ "value": "{color.gray.20}"
44003
44313
  },
44004
44314
  "name": "pf-t--global--border--color--50",
44005
44315
  "attributes": {
@@ -44017,23 +44327,23 @@
44017
44327
  "references": [
44018
44328
  {
44019
44329
  "type": "color",
44020
- "value": "#f2f2f2",
44330
+ "value": "#e0e0e0",
44021
44331
  "filePath": "tokens/default/light/palette.color.json",
44022
44332
  "isSource": true,
44023
44333
  "original": {
44024
44334
  "type": "color",
44025
- "value": "#f2f2f2"
44335
+ "value": "#e0e0e0"
44026
44336
  },
44027
- "name": "pf-t--color--gray--10",
44337
+ "name": "pf-t--color--gray--20",
44028
44338
  "attributes": {
44029
44339
  "category": "color",
44030
44340
  "type": "gray",
44031
- "item": "10"
44341
+ "item": "20"
44032
44342
  },
44033
44343
  "path": [
44034
44344
  "color",
44035
44345
  "gray",
44036
- "10"
44346
+ "20"
44037
44347
  ]
44038
44348
  }
44039
44349
  ]
@@ -45037,12 +45347,12 @@
45037
45347
  "pf-t--global--color--brand--accent--300": {
45038
45348
  "default": {
45039
45349
  "type": "color",
45040
- "value": "#5f0000",
45350
+ "value": "#4d4d4d",
45041
45351
  "filePath": "tokens/default/light/base.json",
45042
45352
  "isSource": true,
45043
45353
  "original": {
45044
45354
  "type": "color",
45045
- "value": "{color.red.70}"
45355
+ "value": "{color.gray.60}"
45046
45356
  },
45047
45357
  "name": "pf-t--global--color--brand--accent--300",
45048
45358
  "attributes": {
@@ -45062,23 +45372,23 @@
45062
45372
  "references": [
45063
45373
  {
45064
45374
  "type": "color",
45065
- "value": "#5f0000",
45375
+ "value": "#4d4d4d",
45066
45376
  "filePath": "tokens/default/light/palette.color.json",
45067
45377
  "isSource": true,
45068
45378
  "original": {
45069
45379
  "type": "color",
45070
- "value": "#5f0000"
45380
+ "value": "#4d4d4d"
45071
45381
  },
45072
- "name": "pf-t--color--red--70",
45382
+ "name": "pf-t--color--gray--60",
45073
45383
  "attributes": {
45074
45384
  "category": "color",
45075
- "type": "red",
45076
- "item": "70"
45385
+ "type": "gray",
45386
+ "item": "60"
45077
45387
  },
45078
45388
  "path": [
45079
45389
  "color",
45080
- "red",
45081
- "70"
45390
+ "gray",
45391
+ "60"
45082
45392
  ]
45083
45393
  }
45084
45394
  ]
@@ -50640,56 +50950,6 @@
50640
50950
  ]
50641
50951
  }
50642
50952
  },
50643
- "pf-t--global--font--line-height--100": {
50644
- "default": {
50645
- "type": "number",
50646
- "value": 1.3,
50647
- "filePath": "tokens/default/light/base.dimension.json",
50648
- "isSource": true,
50649
- "original": {
50650
- "type": "number",
50651
- "value": 1.2999999523162842
50652
- },
50653
- "name": "pf-t--global--font--line-height--100",
50654
- "attributes": {
50655
- "category": "global",
50656
- "type": "font",
50657
- "item": "line-height",
50658
- "subitem": "100"
50659
- },
50660
- "path": [
50661
- "global",
50662
- "font",
50663
- "line-height",
50664
- "100"
50665
- ]
50666
- }
50667
- },
50668
- "pf-t--global--font--line-height--200": {
50669
- "default": {
50670
- "type": "number",
50671
- "value": 1.5,
50672
- "filePath": "tokens/default/light/base.dimension.json",
50673
- "isSource": true,
50674
- "original": {
50675
- "type": "number",
50676
- "value": 1.5
50677
- },
50678
- "name": "pf-t--global--font--line-height--200",
50679
- "attributes": {
50680
- "category": "global",
50681
- "type": "font",
50682
- "item": "line-height",
50683
- "subitem": "200"
50684
- },
50685
- "path": [
50686
- "global",
50687
- "font",
50688
- "line-height",
50689
- "200"
50690
- ]
50691
- }
50692
- },
50693
50953
  "pf-t--global--font--weight--100": {
50694
50954
  "default": {
50695
50955
  "type": "number",
@@ -50790,6 +51050,56 @@
50790
51050
  ]
50791
51051
  }
50792
51052
  },
51053
+ "pf-t--global--font--line-height--100": {
51054
+ "default": {
51055
+ "type": "number",
51056
+ "value": 1.3,
51057
+ "filePath": "tokens/default/light/base.dimension.json",
51058
+ "isSource": true,
51059
+ "original": {
51060
+ "type": "number",
51061
+ "value": 1.2999999523162842
51062
+ },
51063
+ "name": "pf-t--global--font--line-height--100",
51064
+ "attributes": {
51065
+ "category": "global",
51066
+ "type": "font",
51067
+ "item": "line-height",
51068
+ "subitem": "100"
51069
+ },
51070
+ "path": [
51071
+ "global",
51072
+ "font",
51073
+ "line-height",
51074
+ "100"
51075
+ ]
51076
+ }
51077
+ },
51078
+ "pf-t--global--font--line-height--200": {
51079
+ "default": {
51080
+ "type": "number",
51081
+ "value": 1.5,
51082
+ "filePath": "tokens/default/light/base.dimension.json",
51083
+ "isSource": true,
51084
+ "original": {
51085
+ "type": "number",
51086
+ "value": 1.5
51087
+ },
51088
+ "name": "pf-t--global--font--line-height--200",
51089
+ "attributes": {
51090
+ "category": "global",
51091
+ "type": "font",
51092
+ "item": "line-height",
51093
+ "subitem": "200"
51094
+ },
51095
+ "path": [
51096
+ "global",
51097
+ "font",
51098
+ "line-height",
51099
+ "200"
51100
+ ]
51101
+ }
51102
+ },
50793
51103
  "pf-t--global--font--size--100": {
50794
51104
  "default": {
50795
51105
  "type": "number",
@@ -51281,12 +51591,12 @@
51281
51591
  "pf-t--global--box-shadow--X--300": {
51282
51592
  "default": {
51283
51593
  "type": "number",
51284
- "value": "-1px",
51594
+ "value": "-2px",
51285
51595
  "filePath": "tokens/default/light/base.dimension.json",
51286
51596
  "isSource": true,
51287
51597
  "original": {
51288
51598
  "type": "number",
51289
- "value": -1
51599
+ "value": -2
51290
51600
  },
51291
51601
  "name": "pf-t--global--box-shadow--X--300",
51292
51602
  "attributes": {
@@ -51331,12 +51641,12 @@
51331
51641
  "pf-t--global--box-shadow--X--500": {
51332
51642
  "default": {
51333
51643
  "type": "number",
51334
- "value": "1px",
51644
+ "value": "2px",
51335
51645
  "filePath": "tokens/default/light/base.dimension.json",
51336
51646
  "isSource": true,
51337
51647
  "original": {
51338
51648
  "type": "number",
51339
- "value": 1
51649
+ "value": 2
51340
51650
  },
51341
51651
  "name": "pf-t--global--box-shadow--X--500",
51342
51652
  "attributes": {
@@ -51481,12 +51791,12 @@
51481
51791
  "pf-t--global--box-shadow--Y--200": {
51482
51792
  "default": {
51483
51793
  "type": "number",
51484
- "value": "-2px",
51794
+ "value": "-4px",
51485
51795
  "filePath": "tokens/default/light/base.dimension.json",
51486
51796
  "isSource": true,
51487
51797
  "original": {
51488
51798
  "type": "number",
51489
- "value": -2
51799
+ "value": -4
51490
51800
  },
51491
51801
  "name": "pf-t--global--box-shadow--Y--200",
51492
51802
  "attributes": {
@@ -51581,12 +51891,12 @@
51581
51891
  "pf-t--global--box-shadow--Y--600": {
51582
51892
  "default": {
51583
51893
  "type": "number",
51584
- "value": "2px",
51894
+ "value": "4px",
51585
51895
  "filePath": "tokens/default/light/base.dimension.json",
51586
51896
  "isSource": true,
51587
51897
  "original": {
51588
51898
  "type": "number",
51589
- "value": 2
51899
+ "value": 4
51590
51900
  },
51591
51901
  "name": "pf-t--global--box-shadow--Y--600",
51592
51902
  "attributes": {
@@ -51656,12 +51966,12 @@
51656
51966
  "pf-t--global--box-shadow--blur--100": {
51657
51967
  "default": {
51658
51968
  "type": "number",
51659
- "value": "4px",
51969
+ "value": "6px",
51660
51970
  "filePath": "tokens/default/light/base.dimension.json",
51661
51971
  "isSource": true,
51662
51972
  "original": {
51663
51973
  "type": "number",
51664
- "value": 4
51974
+ "value": 6
51665
51975
  },
51666
51976
  "name": "pf-t--global--box-shadow--blur--100",
51667
51977
  "attributes": {
@@ -51681,12 +51991,12 @@
51681
51991
  "pf-t--global--box-shadow--blur--200": {
51682
51992
  "default": {
51683
51993
  "type": "number",
51684
- "value": "9px",
51994
+ "value": "10px",
51685
51995
  "filePath": "tokens/default/light/base.dimension.json",
51686
51996
  "isSource": true,
51687
51997
  "original": {
51688
51998
  "type": "number",
51689
- "value": 9
51999
+ "value": 10
51690
52000
  },
51691
52001
  "name": "pf-t--global--box-shadow--blur--200",
51692
52002
  "attributes": {
@@ -57531,29 +57841,6 @@
57531
57841
  ]
57532
57842
  }
57533
57843
  },
57534
- "pf-t--chart--global--letter-spacing": {
57535
- "default": {
57536
- "type": "string",
57537
- "value": "normal",
57538
- "filePath": "tokens/default/light/charts.json",
57539
- "isSource": true,
57540
- "original": {
57541
- "type": "string",
57542
- "value": "normal"
57543
- },
57544
- "name": "pf-t--chart--global--letter-spacing",
57545
- "attributes": {
57546
- "category": "chart",
57547
- "type": "global",
57548
- "item": "letter-spacing"
57549
- },
57550
- "path": [
57551
- "chart",
57552
- "global",
57553
- "letter-spacing"
57554
- ]
57555
- }
57556
- },
57557
57844
  "pf-t--chart--global--FontSize--xs": {
57558
57845
  "default": {
57559
57846
  "type": "number",
@@ -57654,101 +57941,26 @@
57654
57941
  ]
57655
57942
  }
57656
57943
  },
57657
- "pf-t--chart--global--stroke-line-cap": {
57944
+ "pf-t--chart--global--letter-spacing": {
57658
57945
  "default": {
57659
57946
  "type": "string",
57660
- "value": "round",
57947
+ "value": "normal",
57661
57948
  "filePath": "tokens/default/light/charts.json",
57662
57949
  "isSource": true,
57663
57950
  "original": {
57664
57951
  "type": "string",
57665
- "value": "round"
57666
- },
57667
- "name": "pf-t--chart--global--stroke-line-cap",
57668
- "attributes": {
57669
- "category": "chart",
57670
- "type": "global",
57671
- "item": "stroke-line-cap"
57672
- },
57673
- "path": [
57674
- "chart",
57675
- "global",
57676
- "stroke-line-cap"
57677
- ]
57678
- }
57679
- },
57680
- "pf-t--chart--global--layout--padding": {
57681
- "default": {
57682
- "type": "number",
57683
- "value": 50,
57684
- "filePath": "tokens/default/light/charts.json",
57685
- "isSource": true,
57686
- "original": {
57687
- "type": "number",
57688
- "value": 50
57689
- },
57690
- "name": "pf-t--chart--global--layout--padding",
57691
- "attributes": {
57692
- "category": "chart",
57693
- "type": "global",
57694
- "item": "layout",
57695
- "subitem": "padding"
57696
- },
57697
- "path": [
57698
- "chart",
57699
- "global",
57700
- "layout",
57701
- "padding"
57702
- ]
57703
- }
57704
- },
57705
- "pf-t--chart--global--layout--height": {
57706
- "default": {
57707
- "type": "number",
57708
- "value": 300,
57709
- "filePath": "tokens/default/light/charts.json",
57710
- "isSource": true,
57711
- "original": {
57712
- "type": "number",
57713
- "value": 300
57714
- },
57715
- "name": "pf-t--chart--global--layout--height",
57716
- "attributes": {
57717
- "category": "chart",
57718
- "type": "global",
57719
- "item": "layout",
57720
- "subitem": "height"
57721
- },
57722
- "path": [
57723
- "chart",
57724
- "global",
57725
- "layout",
57726
- "height"
57727
- ]
57728
- }
57729
- },
57730
- "pf-t--chart--global--layout--width": {
57731
- "default": {
57732
- "type": "number",
57733
- "value": 450,
57734
- "filePath": "tokens/default/light/charts.json",
57735
- "isSource": true,
57736
- "original": {
57737
- "type": "number",
57738
- "value": 450
57952
+ "value": "normal"
57739
57953
  },
57740
- "name": "pf-t--chart--global--layout--width",
57954
+ "name": "pf-t--chart--global--letter-spacing",
57741
57955
  "attributes": {
57742
57956
  "category": "chart",
57743
57957
  "type": "global",
57744
- "item": "layout",
57745
- "subitem": "width"
57958
+ "item": "letter-spacing"
57746
57959
  },
57747
57960
  "path": [
57748
57961
  "chart",
57749
57962
  "global",
57750
- "layout",
57751
- "width"
57963
+ "letter-spacing"
57752
57964
  ]
57753
57965
  }
57754
57966
  },
@@ -57912,6 +58124,104 @@
57912
58124
  ]
57913
58125
  }
57914
58126
  },
58127
+ "pf-t--chart--global--layout--padding": {
58128
+ "default": {
58129
+ "type": "number",
58130
+ "value": 50,
58131
+ "filePath": "tokens/default/light/charts.json",
58132
+ "isSource": true,
58133
+ "original": {
58134
+ "type": "number",
58135
+ "value": 50
58136
+ },
58137
+ "name": "pf-t--chart--global--layout--padding",
58138
+ "attributes": {
58139
+ "category": "chart",
58140
+ "type": "global",
58141
+ "item": "layout",
58142
+ "subitem": "padding"
58143
+ },
58144
+ "path": [
58145
+ "chart",
58146
+ "global",
58147
+ "layout",
58148
+ "padding"
58149
+ ]
58150
+ }
58151
+ },
58152
+ "pf-t--chart--global--layout--height": {
58153
+ "default": {
58154
+ "type": "number",
58155
+ "value": 300,
58156
+ "filePath": "tokens/default/light/charts.json",
58157
+ "isSource": true,
58158
+ "original": {
58159
+ "type": "number",
58160
+ "value": 300
58161
+ },
58162
+ "name": "pf-t--chart--global--layout--height",
58163
+ "attributes": {
58164
+ "category": "chart",
58165
+ "type": "global",
58166
+ "item": "layout",
58167
+ "subitem": "height"
58168
+ },
58169
+ "path": [
58170
+ "chart",
58171
+ "global",
58172
+ "layout",
58173
+ "height"
58174
+ ]
58175
+ }
58176
+ },
58177
+ "pf-t--chart--global--layout--width": {
58178
+ "default": {
58179
+ "type": "number",
58180
+ "value": 450,
58181
+ "filePath": "tokens/default/light/charts.json",
58182
+ "isSource": true,
58183
+ "original": {
58184
+ "type": "number",
58185
+ "value": 450
58186
+ },
58187
+ "name": "pf-t--chart--global--layout--width",
58188
+ "attributes": {
58189
+ "category": "chart",
58190
+ "type": "global",
58191
+ "item": "layout",
58192
+ "subitem": "width"
58193
+ },
58194
+ "path": [
58195
+ "chart",
58196
+ "global",
58197
+ "layout",
58198
+ "width"
58199
+ ]
58200
+ }
58201
+ },
58202
+ "pf-t--chart--global--stroke-line-cap": {
58203
+ "default": {
58204
+ "type": "string",
58205
+ "value": "round",
58206
+ "filePath": "tokens/default/light/charts.json",
58207
+ "isSource": true,
58208
+ "original": {
58209
+ "type": "string",
58210
+ "value": "round"
58211
+ },
58212
+ "name": "pf-t--chart--global--stroke-line-cap",
58213
+ "attributes": {
58214
+ "category": "chart",
58215
+ "type": "global",
58216
+ "item": "stroke-line-cap"
58217
+ },
58218
+ "path": [
58219
+ "chart",
58220
+ "global",
58221
+ "stroke-line-cap"
58222
+ ]
58223
+ }
58224
+ },
57915
58225
  "pf-t--chart--global--stroke-line-join": {
57916
58226
  "default": {
57917
58227
  "type": "string",