@patternfly/design-tokens 1.15.1 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/build/css/tokens-dark.scss +3 -3
  2. package/build/css/tokens-default.scss +4 -5
  3. package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +1 -1
  4. package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +4 -3
  5. package/build/css/{tokens-redhat-glass.scss → tokens-felt-glass.scss} +4 -2
  6. package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -3
  7. package/build/css/tokens-felt-highcontrast.scss +121 -0
  8. package/build/css/{tokens-redhat.scss → tokens-felt.scss} +1 -1
  9. package/build/css/tokens-glass-dark.scss +2 -2
  10. package/build/css/tokens-glass.scss +1 -1
  11. package/build/css/tokens-palette.scss +1 -1
  12. package/build/css/tokens-redhat-highcontrast.scss +641 -10
  13. package/build.js +42 -42
  14. package/{config.redhat-dark.json → config.felt-dark.json} +2 -2
  15. package/{config.redhat-glass-dark.json → config.felt-glass-dark.json} +2 -2
  16. package/{config.redhat-glass.json → config.felt-glass.json} +2 -2
  17. package/{config.redhat-highcontrast-dark.json → config.felt-highcontrast-dark.json} +2 -2
  18. package/{config.redhat.json → config.felt.json} +2 -2
  19. package/{config.layers.redhat-dark.json → config.layers.felt-dark.json} +2 -2
  20. package/{config.layers.redhat-glass-dark.json → config.layers.felt-glass-dark.json} +2 -2
  21. package/{config.layers.redhat-glass.json → config.layers.felt-glass.json} +2 -2
  22. package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json} +2 -2
  23. package/package.json +1 -1
  24. package/patternfly-docs/content/token-layers-felt-dark.json +48543 -0
  25. package/patternfly-docs/content/token-layers-felt-glass-dark.json +37670 -0
  26. package/patternfly-docs/content/token-layers-felt-glass.json +52576 -0
  27. package/patternfly-docs/content/token-layers-felt-highcontrast-dark.json +38323 -0
  28. package/patternfly-docs/content/token-layers-glass-dark.json +4214 -4247
  29. package/patternfly-docs/content/token-layers-glass.json +4997 -5049
  30. package/patternfly-docs/content/token-layers-highcontrast-dark.json +2978 -3005
  31. package/patternfly-docs/content/token-layers-highcontrast.json +4177 -4229
  32. package/patternfly-docs/content/token-layers-redhat-dark.json +147 -170
  33. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +165 -194
  34. package/patternfly-docs/content/token-layers-redhat-glass.json +298 -346
  35. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +46 -69
  36. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +4911 -4641
  37. package/patternfly-docs/content/token-layers-redhat.json +6147 -5881
  38. package/patternfly-docs/content/tokensTable.css +178 -0
  39. package/patternfly-docs/content/tokensTable.js +1078 -180
  40. package/patternfly-docs/content/tokensToolbar.js +240 -11
  41. package/patternfly-docs/generated/foundations-and-styles/design-tokens/all-design-tokens/design-tokens.js +37 -3
  42. package/patternfly-docs/generated/index.js +1 -0
  43. package/plugins/export-patternfly-tokens/dist/ui.html +344 -334
  44. package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
  45. package/tokens/default/dark/base.dark.json +42 -42
  46. package/tokens/default/dark/charts.dark.json +32 -32
  47. package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
  48. package/tokens/default/dark/palette.color.json +4 -4
  49. package/tokens/default/dark/semantic.dark.json +115 -115
  50. package/tokens/default/glass/base.dimension.json +24 -24
  51. package/tokens/default/glass/palette.color.json +4 -4
  52. package/tokens/default/glass/semantic.dimension.glass.json +137 -141
  53. package/tokens/default/glass/semantic.glass.json +114 -114
  54. package/tokens/default/glass-dark/base.dark.json +42 -42
  55. package/tokens/default/glass-dark/palette.color.json +4 -4
  56. package/tokens/default/glass-dark/semantic.glass.dark.json +115 -115
  57. package/tokens/default/highcontrast/base.dimension.json +24 -24
  58. package/tokens/default/highcontrast/palette.color.json +4 -4
  59. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +136 -140
  60. package/tokens/default/highcontrast/semantic.highcontrast.json +114 -114
  61. package/tokens/default/highcontrast-dark/base.dark.json +42 -42
  62. package/tokens/default/highcontrast-dark/palette.color.json +4 -4
  63. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +115 -115
  64. package/tokens/default/light/base.dimension.json +24 -24
  65. package/tokens/default/light/charts.highcontrast.json +765 -0
  66. package/tokens/default/light/charts.json +32 -32
  67. package/tokens/default/light/palette.color.json +4 -4
  68. package/tokens/default/light/semantic.dimension.json +137 -141
  69. package/tokens/default/light/semantic.json +114 -114
  70. package/tokens/default/light/semantic.motion.json +17 -17
  71. package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +19 -19
  72. package/tokens/{redhat/light/redhat.color.json → felt/glass/felt.color.glass.json} +10 -10
  73. package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
  74. package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +22 -17
  75. package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
  76. package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
  77. package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
  78. package/tokens/{redhat/glass/redhat.color.glass.json → felt/light/felt.color.json} +10 -10
  79. package/tokens/felt/light/felt.dimension.json +23 -0
  80. package/tokens/redhat/glass/redhat.dimension.glass.json +0 -2
  81. /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
  82. /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
  83. /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
@@ -16116,11 +16116,13 @@
16116
16116
  },
16117
16117
  "pf-t--global--border--color--control--default": {
16118
16118
  "default": {
16119
+ "description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
16119
16120
  "type": "color",
16120
16121
  "value": "#a3a3a3",
16121
16122
  "filePath": "tokens/default/dark/semantic.dark.json",
16122
16123
  "isSource": true,
16123
16124
  "original": {
16125
+ "description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
16124
16126
  "type": "color",
16125
16127
  "value": "{global.dark.border.color.200}"
16126
16128
  },
@@ -16193,13 +16195,15 @@
16193
16195
  },
16194
16196
  "pf-t--global--border--color--control--read-only": {
16195
16197
  "default": {
16198
+ "description": "Use as the read-only border for control elements like form inputs, menu toggles.",
16196
16199
  "type": "color",
16197
- "value": "#383838",
16200
+ "value": "#4d4d4d",
16198
16201
  "filePath": "tokens/default/dark/semantic.dark.json",
16199
16202
  "isSource": true,
16200
16203
  "original": {
16204
+ "description": "Use as the read-only border for control elements like form inputs, menu toggles.",
16201
16205
  "type": "color",
16202
- "value": "{global.dark.border.color.50}"
16206
+ "value": "{global.dark.border.color.100}"
16203
16207
  },
16204
16208
  "name": "pf-t--global--border--color--control--read-only",
16205
16209
  "attributes": {
@@ -16219,48 +16223,48 @@
16219
16223
  "references": [
16220
16224
  {
16221
16225
  "type": "color",
16222
- "value": "#383838",
16226
+ "value": "#4d4d4d",
16223
16227
  "filePath": "tokens/default/dark/base.dark.json",
16224
16228
  "isSource": true,
16225
16229
  "original": {
16226
16230
  "type": "color",
16227
- "value": "{color.gray.70}"
16231
+ "value": "{color.gray.60}"
16228
16232
  },
16229
- "name": "pf-t--global--dark--border--color--50",
16233
+ "name": "pf-t--global--dark--border--color--100",
16230
16234
  "attributes": {
16231
16235
  "category": "global",
16232
16236
  "type": "dark",
16233
16237
  "item": "border",
16234
16238
  "subitem": "color",
16235
- "state": "50"
16239
+ "state": "100"
16236
16240
  },
16237
16241
  "path": [
16238
16242
  "global",
16239
16243
  "dark",
16240
16244
  "border",
16241
16245
  "color",
16242
- "50"
16246
+ "100"
16243
16247
  ],
16244
16248
  "references": [
16245
16249
  {
16246
16250
  "type": "color",
16247
- "value": "#383838",
16251
+ "value": "#4d4d4d",
16248
16252
  "filePath": "tokens/default/dark/palette.color.json",
16249
16253
  "isSource": true,
16250
16254
  "original": {
16251
16255
  "type": "color",
16252
- "value": "#383838"
16256
+ "value": "#4d4d4d"
16253
16257
  },
16254
- "name": "pf-t--color--gray--70",
16258
+ "name": "pf-t--color--gray--60",
16255
16259
  "attributes": {
16256
16260
  "category": "color",
16257
16261
  "type": "gray",
16258
- "item": "70"
16262
+ "item": "60"
16259
16263
  },
16260
16264
  "path": [
16261
16265
  "color",
16262
16266
  "gray",
16263
- "70"
16267
+ "60"
16264
16268
  ]
16265
16269
  }
16266
16270
  ]
@@ -16588,13 +16592,13 @@
16588
16592
  },
16589
16593
  "pf-t--global--border--color--brand--subtle--default": {
16590
16594
  "default": {
16591
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
16595
+ "description": "Use as the default border color for any subtle brand element like toggle groups",
16592
16596
  "type": "color",
16593
16597
  "value": "#004d99",
16594
16598
  "filePath": "tokens/default/dark/semantic.dark.json",
16595
16599
  "isSource": true,
16596
16600
  "original": {
16597
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
16601
+ "description": "Use as the default border color for any subtle brand element like toggle groups",
16598
16602
  "type": "color",
16599
16603
  "value": "{global.dark.color.brand.subtle.200}"
16600
16604
  },
@@ -16669,13 +16673,13 @@
16669
16673
  },
16670
16674
  "pf-t--global--border--color--brand--subtle--hover": {
16671
16675
  "default": {
16672
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
16676
+ "description": "Use as the hover border color for any subtle brand element like toggle groups",
16673
16677
  "type": "color",
16674
16678
  "value": "#92c5f9",
16675
16679
  "filePath": "tokens/default/dark/semantic.dark.json",
16676
16680
  "isSource": true,
16677
16681
  "original": {
16678
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
16682
+ "description": "Use as the hover border color for any subtle brand element like toggle groups",
16679
16683
  "type": "color",
16680
16684
  "value": "{global.dark.color.brand.subtle.300}"
16681
16685
  },
@@ -16750,13 +16754,13 @@
16750
16754
  },
16751
16755
  "pf-t--global--border--color--brand--subtle--clicked": {
16752
16756
  "default": {
16753
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
16757
+ "description": "Use as the clicked border color for any subtle brand element like toggle groups",
16754
16758
  "type": "color",
16755
16759
  "value": "#92c5f9",
16756
16760
  "filePath": "tokens/default/dark/semantic.dark.json",
16757
16761
  "isSource": true,
16758
16762
  "original": {
16759
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
16763
+ "description": "Use as the clicked border color for any subtle brand element like toggle groups",
16760
16764
  "type": "color",
16761
16765
  "value": "{global.dark.color.brand.subtle.300}"
16762
16766
  },
@@ -30325,12 +30329,12 @@
30325
30329
  "pf-t--global--text-decoration--color--default": {
30326
30330
  "default": {
30327
30331
  "type": "color",
30328
- "value": "#4d4d4d",
30332
+ "value": "#a3a3a3",
30329
30333
  "filePath": "tokens/default/dark/semantic.dark.json",
30330
30334
  "isSource": true,
30331
30335
  "original": {
30332
30336
  "type": "color",
30333
- "value": "{global.border.color.default}"
30337
+ "value": "{global.dark.border.color.200}"
30334
30338
  },
30335
30339
  "name": "pf-t--global--text-decoration--color--default",
30336
30340
  "attributes": {
@@ -30347,76 +30351,49 @@
30347
30351
  ],
30348
30352
  "references": [
30349
30353
  {
30350
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
30351
30354
  "type": "color",
30352
- "value": "#4d4d4d",
30353
- "filePath": "tokens/default/dark/semantic.dark.json",
30355
+ "value": "#a3a3a3",
30356
+ "filePath": "tokens/default/dark/base.dark.json",
30354
30357
  "isSource": true,
30355
30358
  "original": {
30356
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
30357
30359
  "type": "color",
30358
- "value": "{global.dark.border.color.100}"
30360
+ "value": "{color.gray.40}"
30359
30361
  },
30360
- "name": "pf-t--global--border--color--default",
30362
+ "name": "pf-t--global--dark--border--color--200",
30361
30363
  "attributes": {
30362
30364
  "category": "global",
30363
- "type": "border",
30364
- "item": "color",
30365
- "subitem": "default"
30365
+ "type": "dark",
30366
+ "item": "border",
30367
+ "subitem": "color",
30368
+ "state": "200"
30366
30369
  },
30367
30370
  "path": [
30368
30371
  "global",
30372
+ "dark",
30369
30373
  "border",
30370
30374
  "color",
30371
- "default"
30375
+ "200"
30372
30376
  ],
30373
30377
  "references": [
30374
30378
  {
30375
30379
  "type": "color",
30376
- "value": "#4d4d4d",
30377
- "filePath": "tokens/default/dark/base.dark.json",
30380
+ "value": "#a3a3a3",
30381
+ "filePath": "tokens/default/dark/palette.color.json",
30378
30382
  "isSource": true,
30379
30383
  "original": {
30380
30384
  "type": "color",
30381
- "value": "{color.gray.60}"
30385
+ "value": "#a3a3a3"
30382
30386
  },
30383
- "name": "pf-t--global--dark--border--color--100",
30387
+ "name": "pf-t--color--gray--40",
30384
30388
  "attributes": {
30385
- "category": "global",
30386
- "type": "dark",
30387
- "item": "border",
30388
- "subitem": "color",
30389
- "state": "100"
30389
+ "category": "color",
30390
+ "type": "gray",
30391
+ "item": "40"
30390
30392
  },
30391
30393
  "path": [
30392
- "global",
30393
- "dark",
30394
- "border",
30395
30394
  "color",
30396
- "100"
30397
- ],
30398
- "references": [
30399
- {
30400
- "type": "color",
30401
- "value": "#4d4d4d",
30402
- "filePath": "tokens/default/dark/palette.color.json",
30403
- "isSource": true,
30404
- "original": {
30405
- "type": "color",
30406
- "value": "#4d4d4d"
30407
- },
30408
- "name": "pf-t--color--gray--60",
30409
- "attributes": {
30410
- "category": "color",
30411
- "type": "gray",
30412
- "item": "60"
30413
- },
30414
- "path": [
30415
- "color",
30416
- "gray",
30417
- "60"
30418
- ]
30419
- }
30395
+ "gray",
30396
+ "40"
30420
30397
  ]
30421
30398
  }
30422
30399
  ]
@@ -35957,13 +35934,13 @@
35957
35934
  },
35958
35935
  "pf-t--global--border--color--brand--accent--default": {
35959
35936
  "redhat": {
35960
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
35937
+ "description": "Use as the default border color for any accented branded element, like secondary CTAs",
35961
35938
  "type": "color",
35962
35939
  "value": "#ffffff",
35963
35940
  "filePath": "tokens/redhat/dark/redhat.color.dark.json",
35964
35941
  "isSource": true,
35965
35942
  "original": {
35966
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
35943
+ "description": "Use as the default border color for any accented branded element, like secondary CTAs",
35967
35944
  "type": "color",
35968
35945
  "value": "{global.dark.color.brand.accent.400}"
35969
35946
  },
@@ -36036,13 +36013,13 @@
36036
36013
  },
36037
36014
  "pf-t--global--border--color--brand--accent--hover": {
36038
36015
  "redhat": {
36039
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
36016
+ "description": "Use as the hover border color for any accented branded element, like secondary CTAs",
36040
36017
  "type": "color",
36041
36018
  "value": "#ffffff",
36042
36019
  "filePath": "tokens/redhat/dark/redhat.color.dark.json",
36043
36020
  "isSource": true,
36044
36021
  "original": {
36045
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
36022
+ "description": "Use as the hover border color for any accented branded element, like secondary CTAs",
36046
36023
  "type": "color",
36047
36024
  "value": "{global.dark.color.brand.accent.400}"
36048
36025
  },
@@ -36115,13 +36092,13 @@
36115
36092
  },
36116
36093
  "pf-t--global--border--color--brand--accent--clicked": {
36117
36094
  "redhat": {
36118
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
36095
+ "description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
36119
36096
  "type": "color",
36120
36097
  "value": "#ffffff",
36121
36098
  "filePath": "tokens/redhat/dark/redhat.color.dark.json",
36122
36099
  "isSource": true,
36123
36100
  "original": {
36124
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
36101
+ "description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
36125
36102
  "type": "color",
36126
36103
  "value": "{global.dark.color.brand.accent.400}"
36127
36104
  },
@@ -41067,6 +41044,104 @@
41067
41044
  ]
41068
41045
  }
41069
41046
  },
41047
+ "pf-t--chart--global--layout--padding": {
41048
+ "default": {
41049
+ "type": "number",
41050
+ "value": 50,
41051
+ "filePath": "tokens/default/dark/charts.dark.json",
41052
+ "isSource": true,
41053
+ "original": {
41054
+ "type": "number",
41055
+ "value": 50
41056
+ },
41057
+ "name": "pf-t--chart--global--layout--padding",
41058
+ "attributes": {
41059
+ "category": "chart",
41060
+ "type": "global",
41061
+ "item": "layout",
41062
+ "subitem": "padding"
41063
+ },
41064
+ "path": [
41065
+ "chart",
41066
+ "global",
41067
+ "layout",
41068
+ "padding"
41069
+ ]
41070
+ }
41071
+ },
41072
+ "pf-t--chart--global--layout--height": {
41073
+ "default": {
41074
+ "type": "number",
41075
+ "value": 300,
41076
+ "filePath": "tokens/default/dark/charts.dark.json",
41077
+ "isSource": true,
41078
+ "original": {
41079
+ "type": "number",
41080
+ "value": 300
41081
+ },
41082
+ "name": "pf-t--chart--global--layout--height",
41083
+ "attributes": {
41084
+ "category": "chart",
41085
+ "type": "global",
41086
+ "item": "layout",
41087
+ "subitem": "height"
41088
+ },
41089
+ "path": [
41090
+ "chart",
41091
+ "global",
41092
+ "layout",
41093
+ "height"
41094
+ ]
41095
+ }
41096
+ },
41097
+ "pf-t--chart--global--layout--width": {
41098
+ "default": {
41099
+ "type": "number",
41100
+ "value": 450,
41101
+ "filePath": "tokens/default/dark/charts.dark.json",
41102
+ "isSource": true,
41103
+ "original": {
41104
+ "type": "number",
41105
+ "value": 450
41106
+ },
41107
+ "name": "pf-t--chart--global--layout--width",
41108
+ "attributes": {
41109
+ "category": "chart",
41110
+ "type": "global",
41111
+ "item": "layout",
41112
+ "subitem": "width"
41113
+ },
41114
+ "path": [
41115
+ "chart",
41116
+ "global",
41117
+ "layout",
41118
+ "width"
41119
+ ]
41120
+ }
41121
+ },
41122
+ "pf-t--chart--global--stroke-line-cap": {
41123
+ "default": {
41124
+ "type": "string",
41125
+ "value": "round",
41126
+ "filePath": "tokens/default/dark/charts.dark.json",
41127
+ "isSource": true,
41128
+ "original": {
41129
+ "type": "string",
41130
+ "value": "round"
41131
+ },
41132
+ "name": "pf-t--chart--global--stroke-line-cap",
41133
+ "attributes": {
41134
+ "category": "chart",
41135
+ "type": "global",
41136
+ "item": "stroke-line-cap"
41137
+ },
41138
+ "path": [
41139
+ "chart",
41140
+ "global",
41141
+ "stroke-line-cap"
41142
+ ]
41143
+ }
41144
+ },
41070
41145
  "pf-t--chart--global--label--padding": {
41071
41146
  "default": {
41072
41147
  "type": "number",
@@ -41225,104 +41300,6 @@
41225
41300
  ]
41226
41301
  }
41227
41302
  },
41228
- "pf-t--chart--global--layout--padding": {
41229
- "default": {
41230
- "type": "number",
41231
- "value": 50,
41232
- "filePath": "tokens/default/dark/charts.dark.json",
41233
- "isSource": true,
41234
- "original": {
41235
- "type": "number",
41236
- "value": 50
41237
- },
41238
- "name": "pf-t--chart--global--layout--padding",
41239
- "attributes": {
41240
- "category": "chart",
41241
- "type": "global",
41242
- "item": "layout",
41243
- "subitem": "padding"
41244
- },
41245
- "path": [
41246
- "chart",
41247
- "global",
41248
- "layout",
41249
- "padding"
41250
- ]
41251
- }
41252
- },
41253
- "pf-t--chart--global--layout--height": {
41254
- "default": {
41255
- "type": "number",
41256
- "value": 300,
41257
- "filePath": "tokens/default/dark/charts.dark.json",
41258
- "isSource": true,
41259
- "original": {
41260
- "type": "number",
41261
- "value": 300
41262
- },
41263
- "name": "pf-t--chart--global--layout--height",
41264
- "attributes": {
41265
- "category": "chart",
41266
- "type": "global",
41267
- "item": "layout",
41268
- "subitem": "height"
41269
- },
41270
- "path": [
41271
- "chart",
41272
- "global",
41273
- "layout",
41274
- "height"
41275
- ]
41276
- }
41277
- },
41278
- "pf-t--chart--global--layout--width": {
41279
- "default": {
41280
- "type": "number",
41281
- "value": 450,
41282
- "filePath": "tokens/default/dark/charts.dark.json",
41283
- "isSource": true,
41284
- "original": {
41285
- "type": "number",
41286
- "value": 450
41287
- },
41288
- "name": "pf-t--chart--global--layout--width",
41289
- "attributes": {
41290
- "category": "chart",
41291
- "type": "global",
41292
- "item": "layout",
41293
- "subitem": "width"
41294
- },
41295
- "path": [
41296
- "chart",
41297
- "global",
41298
- "layout",
41299
- "width"
41300
- ]
41301
- }
41302
- },
41303
- "pf-t--chart--global--stroke-line-cap": {
41304
- "default": {
41305
- "type": "string",
41306
- "value": "round",
41307
- "filePath": "tokens/default/dark/charts.dark.json",
41308
- "isSource": true,
41309
- "original": {
41310
- "type": "string",
41311
- "value": "round"
41312
- },
41313
- "name": "pf-t--chart--global--stroke-line-cap",
41314
- "attributes": {
41315
- "category": "chart",
41316
- "type": "global",
41317
- "item": "stroke-line-cap"
41318
- },
41319
- "path": [
41320
- "chart",
41321
- "global",
41322
- "stroke-line-cap"
41323
- ]
41324
- }
41325
- },
41326
41303
  "pf-t--chart--global--stroke-line-join": {
41327
41304
  "default": {
41328
41305
  "type": "string",