@patternfly/design-tokens 1.15.1 → 1.15.2

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 (78) 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/plugins/export-patternfly-tokens/dist/ui.html +344 -334
  39. package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
  40. package/tokens/default/dark/base.dark.json +42 -42
  41. package/tokens/default/dark/charts.dark.json +32 -32
  42. package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
  43. package/tokens/default/dark/palette.color.json +4 -4
  44. package/tokens/default/dark/semantic.dark.json +115 -115
  45. package/tokens/default/glass/base.dimension.json +24 -24
  46. package/tokens/default/glass/palette.color.json +4 -4
  47. package/tokens/default/glass/semantic.dimension.glass.json +137 -141
  48. package/tokens/default/glass/semantic.glass.json +114 -114
  49. package/tokens/default/glass-dark/base.dark.json +42 -42
  50. package/tokens/default/glass-dark/palette.color.json +4 -4
  51. package/tokens/default/glass-dark/semantic.glass.dark.json +115 -115
  52. package/tokens/default/highcontrast/base.dimension.json +24 -24
  53. package/tokens/default/highcontrast/palette.color.json +4 -4
  54. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +136 -140
  55. package/tokens/default/highcontrast/semantic.highcontrast.json +114 -114
  56. package/tokens/default/highcontrast-dark/base.dark.json +42 -42
  57. package/tokens/default/highcontrast-dark/palette.color.json +4 -4
  58. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +115 -115
  59. package/tokens/default/light/base.dimension.json +24 -24
  60. package/tokens/default/light/charts.highcontrast.json +765 -0
  61. package/tokens/default/light/charts.json +32 -32
  62. package/tokens/default/light/palette.color.json +4 -4
  63. package/tokens/default/light/semantic.dimension.json +137 -141
  64. package/tokens/default/light/semantic.json +114 -114
  65. package/tokens/default/light/semantic.motion.json +17 -17
  66. package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +19 -19
  67. package/tokens/{redhat/light/redhat.color.json → felt/glass/felt.color.glass.json} +10 -10
  68. package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
  69. package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +22 -17
  70. package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
  71. package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
  72. package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
  73. package/tokens/{redhat/glass/redhat.color.glass.json → felt/light/felt.color.json} +10 -10
  74. package/tokens/felt/light/felt.dimension.json +23 -0
  75. package/tokens/redhat/glass/redhat.dimension.glass.json +0 -2
  76. /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
  77. /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
  78. /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
@@ -1391,12 +1391,12 @@
1391
1391
  "pf-t--global--background--color--control--read-only": {
1392
1392
  "default": {
1393
1393
  "type": "color",
1394
- "value": "#383838",
1394
+ "value": "#151515",
1395
1395
  "filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
1396
1396
  "isSource": true,
1397
1397
  "original": {
1398
1398
  "type": "color",
1399
- "value": "{global.dark.background.color.300}"
1399
+ "value": "{global.dark.background.color.100}"
1400
1400
  },
1401
1401
  "name": "pf-t--global--background--color--control--read-only",
1402
1402
  "attributes": {
@@ -1416,48 +1416,48 @@
1416
1416
  "references": [
1417
1417
  {
1418
1418
  "type": "color",
1419
- "value": "#383838",
1419
+ "value": "#151515",
1420
1420
  "filePath": "tokens/default/highcontrast-dark/base.dark.json",
1421
1421
  "isSource": true,
1422
1422
  "original": {
1423
1423
  "type": "color",
1424
- "value": "{color.gray.70}"
1424
+ "value": "{color.gray.95}"
1425
1425
  },
1426
- "name": "pf-t--global--dark--background--color--300",
1426
+ "name": "pf-t--global--dark--background--color--100",
1427
1427
  "attributes": {
1428
1428
  "category": "global",
1429
1429
  "type": "dark",
1430
1430
  "item": "background",
1431
1431
  "subitem": "color",
1432
- "state": "300"
1432
+ "state": "100"
1433
1433
  },
1434
1434
  "path": [
1435
1435
  "global",
1436
1436
  "dark",
1437
1437
  "background",
1438
1438
  "color",
1439
- "300"
1439
+ "100"
1440
1440
  ],
1441
1441
  "references": [
1442
1442
  {
1443
1443
  "type": "color",
1444
- "value": "#383838",
1444
+ "value": "#151515",
1445
1445
  "filePath": "tokens/default/highcontrast-dark/palette.color.json",
1446
1446
  "isSource": true,
1447
1447
  "original": {
1448
1448
  "type": "color",
1449
- "value": "#383838"
1449
+ "value": "#151515"
1450
1450
  },
1451
- "name": "pf-t--color--gray--70",
1451
+ "name": "pf-t--color--gray--95",
1452
1452
  "attributes": {
1453
1453
  "category": "color",
1454
1454
  "type": "gray",
1455
- "item": "70"
1455
+ "item": "95"
1456
1456
  },
1457
1457
  "path": [
1458
1458
  "color",
1459
1459
  "gray",
1460
- "70"
1460
+ "95"
1461
1461
  ]
1462
1462
  }
1463
1463
  ]
@@ -16597,11 +16597,13 @@
16597
16597
  },
16598
16598
  "pf-t--global--border--color--control--default": {
16599
16599
  "default": {
16600
+ "description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
16600
16601
  "type": "color",
16601
16602
  "value": "#c7c7c7",
16602
16603
  "filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
16603
16604
  "isSource": true,
16604
16605
  "original": {
16606
+ "description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
16605
16607
  "type": "color",
16606
16608
  "value": "{global.dark.border.color.300}"
16607
16609
  },
@@ -16674,11 +16676,13 @@
16674
16676
  },
16675
16677
  "pf-t--global--border--color--control--read-only": {
16676
16678
  "default": {
16679
+ "description": "Use as the read-only border for control elements like form inputs, menu toggles.",
16677
16680
  "type": "color",
16678
16681
  "value": "#383838",
16679
16682
  "filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
16680
16683
  "isSource": true,
16681
16684
  "original": {
16685
+ "description": "Use as the read-only border for control elements like form inputs, menu toggles.",
16682
16686
  "type": "color",
16683
16687
  "value": "{global.dark.border.color.50}"
16684
16688
  },
@@ -17069,13 +17073,13 @@
17069
17073
  },
17070
17074
  "pf-t--global--border--color--brand--subtle--default": {
17071
17075
  "default": {
17072
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
17076
+ "description": "Use as the default border color for any subtle brand element like toggle groups",
17073
17077
  "type": "color",
17074
17078
  "value": "#004d99",
17075
17079
  "filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
17076
17080
  "isSource": true,
17077
17081
  "original": {
17078
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
17082
+ "description": "Use as the default border color for any subtle brand element like toggle groups",
17079
17083
  "type": "color",
17080
17084
  "value": "{global.dark.color.brand.subtle.200}"
17081
17085
  },
@@ -17150,13 +17154,13 @@
17150
17154
  },
17151
17155
  "pf-t--global--border--color--brand--subtle--hover": {
17152
17156
  "default": {
17153
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
17157
+ "description": "Use as the hover border color for any subtle brand element like toggle groups",
17154
17158
  "type": "color",
17155
17159
  "value": "#92c5f9",
17156
17160
  "filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
17157
17161
  "isSource": true,
17158
17162
  "original": {
17159
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
17163
+ "description": "Use as the hover border color for any subtle brand element like toggle groups",
17160
17164
  "type": "color",
17161
17165
  "value": "{global.dark.color.brand.subtle.300}"
17162
17166
  },
@@ -17231,13 +17235,13 @@
17231
17235
  },
17232
17236
  "pf-t--global--border--color--brand--subtle--clicked": {
17233
17237
  "default": {
17234
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
17238
+ "description": "Use as the clicked border color for any subtle brand element like toggle groups",
17235
17239
  "type": "color",
17236
17240
  "value": "#92c5f9",
17237
17241
  "filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
17238
17242
  "isSource": true,
17239
17243
  "original": {
17240
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
17244
+ "description": "Use as the clicked border color for any subtle brand element like toggle groups",
17241
17245
  "type": "color",
17242
17246
  "value": "{global.dark.color.brand.subtle.300}"
17243
17247
  },
@@ -31178,7 +31182,7 @@
31178
31182
  "isSource": true,
31179
31183
  "original": {
31180
31184
  "type": "color",
31181
- "value": "{global.border.color.default}"
31185
+ "value": "{global.dark.border.color.300}"
31182
31186
  },
31183
31187
  "name": "pf-t--global--text-decoration--color--default",
31184
31188
  "attributes": {
@@ -31195,76 +31199,49 @@
31195
31199
  ],
31196
31200
  "references": [
31197
31201
  {
31198
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
31199
31202
  "type": "color",
31200
31203
  "value": "#c7c7c7",
31201
- "filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
31204
+ "filePath": "tokens/default/highcontrast-dark/base.dark.json",
31202
31205
  "isSource": true,
31203
31206
  "original": {
31204
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
31205
31207
  "type": "color",
31206
- "value": "{global.dark.border.color.300}"
31208
+ "value": "{color.gray.30}"
31207
31209
  },
31208
- "name": "pf-t--global--border--color--default",
31210
+ "name": "pf-t--global--dark--border--color--300",
31209
31211
  "attributes": {
31210
31212
  "category": "global",
31211
- "type": "border",
31212
- "item": "color",
31213
- "subitem": "default"
31213
+ "type": "dark",
31214
+ "item": "border",
31215
+ "subitem": "color",
31216
+ "state": "300"
31214
31217
  },
31215
31218
  "path": [
31216
31219
  "global",
31220
+ "dark",
31217
31221
  "border",
31218
31222
  "color",
31219
- "default"
31223
+ "300"
31220
31224
  ],
31221
31225
  "references": [
31222
31226
  {
31223
31227
  "type": "color",
31224
31228
  "value": "#c7c7c7",
31225
- "filePath": "tokens/default/highcontrast-dark/base.dark.json",
31229
+ "filePath": "tokens/default/highcontrast-dark/palette.color.json",
31226
31230
  "isSource": true,
31227
31231
  "original": {
31228
31232
  "type": "color",
31229
- "value": "{color.gray.30}"
31233
+ "value": "#c7c7c7"
31230
31234
  },
31231
- "name": "pf-t--global--dark--border--color--300",
31235
+ "name": "pf-t--color--gray--30",
31232
31236
  "attributes": {
31233
- "category": "global",
31234
- "type": "dark",
31235
- "item": "border",
31236
- "subitem": "color",
31237
- "state": "300"
31237
+ "category": "color",
31238
+ "type": "gray",
31239
+ "item": "30"
31238
31240
  },
31239
31241
  "path": [
31240
- "global",
31241
- "dark",
31242
- "border",
31243
31242
  "color",
31244
- "300"
31245
- ],
31246
- "references": [
31247
- {
31248
- "type": "color",
31249
- "value": "#c7c7c7",
31250
- "filePath": "tokens/default/highcontrast-dark/palette.color.json",
31251
- "isSource": true,
31252
- "original": {
31253
- "type": "color",
31254
- "value": "#c7c7c7"
31255
- },
31256
- "name": "pf-t--color--gray--30",
31257
- "attributes": {
31258
- "category": "color",
31259
- "type": "gray",
31260
- "item": "30"
31261
- },
31262
- "path": [
31263
- "color",
31264
- "gray",
31265
- "30"
31266
- ]
31267
- }
31243
+ "gray",
31244
+ "30"
31268
31245
  ]
31269
31246
  }
31270
31247
  ]
@@ -36320,13 +36297,13 @@
36320
36297
  },
36321
36298
  "pf-t--global--border--color--brand--accent--default": {
36322
36299
  "redhat": {
36323
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
36300
+ "description": "Use as the default border color for any accented branded element, like secondary CTAs",
36324
36301
  "type": "color",
36325
36302
  "value": "#ffffff",
36326
36303
  "filePath": "tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json",
36327
36304
  "isSource": true,
36328
36305
  "original": {
36329
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
36306
+ "description": "Use as the default border color for any accented branded element, like secondary CTAs",
36330
36307
  "type": "color",
36331
36308
  "value": "{global.dark.color.brand.accent.400}"
36332
36309
  },
@@ -36399,13 +36376,13 @@
36399
36376
  },
36400
36377
  "pf-t--global--border--color--brand--accent--hover": {
36401
36378
  "redhat": {
36402
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
36379
+ "description": "Use as the hover border color for any accented branded element, like secondary CTAs",
36403
36380
  "type": "color",
36404
36381
  "value": "#ffffff",
36405
36382
  "filePath": "tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json",
36406
36383
  "isSource": true,
36407
36384
  "original": {
36408
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
36385
+ "description": "Use as the hover border color for any accented branded element, like secondary CTAs",
36409
36386
  "type": "color",
36410
36387
  "value": "{global.dark.color.brand.accent.400}"
36411
36388
  },
@@ -36478,13 +36455,13 @@
36478
36455
  },
36479
36456
  "pf-t--global--border--color--brand--accent--clicked": {
36480
36457
  "redhat": {
36481
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
36458
+ "description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
36482
36459
  "type": "color",
36483
36460
  "value": "#ffffff",
36484
36461
  "filePath": "tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json",
36485
36462
  "isSource": true,
36486
36463
  "original": {
36487
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
36464
+ "description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
36488
36465
  "type": "color",
36489
36466
  "value": "{global.dark.color.brand.accent.400}"
36490
36467
  },