@patternfly/design-tokens 1.15.0 → 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 +17 -16
  2. package/build/css/tokens-default.scss +11 -9
  3. package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +8 -2
  4. package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +16 -6
  5. package/build/css/tokens-felt-glass.scss +30 -0
  6. package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -9
  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 +10 -6
  10. package/build/css/tokens-glass.scss +14 -7
  11. package/build/css/tokens-palette.scss +1 -1
  12. package/build/css/tokens-redhat-highcontrast.scss +641 -10
  13. package/build.js +80 -37
  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 +3225 -3126
  29. package/patternfly-docs/content/token-layers-glass.json +14804 -2938
  30. package/patternfly-docs/content/token-layers-highcontrast-dark.json +3200 -2956
  31. package/patternfly-docs/content/token-layers-highcontrast.json +4665 -4428
  32. package/patternfly-docs/content/token-layers-redhat-dark.json +429 -346
  33. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +638 -541
  34. package/patternfly-docs/content/token-layers-redhat-glass.json +12354 -484
  35. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +309 -226
  36. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +5248 -4689
  37. package/patternfly-docs/content/token-layers-redhat.json +6681 -6126
  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 +44 -44
  41. package/tokens/default/dark/charts.dark.json +33 -33
  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 +144 -130
  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 +1105 -0
  48. package/tokens/default/glass/semantic.glass.json +143 -129
  49. package/tokens/default/glass-dark/base.dark.json +44 -44
  50. package/tokens/default/glass-dark/palette.color.json +4 -4
  51. package/tokens/default/glass-dark/semantic.glass.dark.json +147 -133
  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 +143 -135
  55. package/tokens/default/highcontrast/semantic.highcontrast.json +137 -123
  56. package/tokens/default/highcontrast-dark/base.dark.json +44 -44
  57. package/tokens/default/highcontrast-dark/palette.color.json +4 -4
  58. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +141 -127
  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 +33 -33
  62. package/tokens/default/light/palette.color.json +4 -4
  63. package/tokens/default/light/semantic.dimension.json +144 -136
  64. package/tokens/default/light/semantic.json +137 -123
  65. package/tokens/default/light/semantic.motion.json +14 -14
  66. package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +30 -30
  67. package/tokens/{redhat/glass/redhat.color.glass.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} +30 -25
  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/light/redhat.color.json → felt/light/felt.color.json} +10 -10
  74. package/tokens/felt/light/felt.dimension.json +23 -0
  75. package/build/css/tokens-redhat-glass.scss +0 -21
  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
@@ -231,7 +231,7 @@
231
231
  ]
232
232
  }
233
233
  },
234
- "pf-t--global--background--color--glass--primary": {
234
+ "pf-t--global--background--color--glass--primary--default": {
235
235
  "default": {
236
236
  "type": "color",
237
237
  "value": "rgba(41, 41, 41, 0.5000)",
@@ -241,7 +241,7 @@
241
241
  "type": "color",
242
242
  "value": "rgba(41, 41, 41, 0.5000)"
243
243
  },
244
- "name": "pf-t--global--background--color--glass--primary",
244
+ "name": "pf-t--global--background--color--glass--primary--default",
245
245
  "attributes": {
246
246
  "category": "global",
247
247
  "type": "background",
@@ -254,109 +254,83 @@
254
254
  "background",
255
255
  "color",
256
256
  "glass",
257
- "primary"
257
+ "primary",
258
+ "default"
258
259
  ]
259
260
  }
260
261
  },
261
- "pf-t--global--background--color--glass--floating": {
262
+ "pf-t--global--background--color--floating--default": {
262
263
  "default": {
264
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
263
265
  "type": "color",
264
266
  "value": "#292929",
265
267
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
266
268
  "isSource": true,
267
269
  "original": {
270
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
268
271
  "type": "color",
269
- "value": "{global.background.color.floating.default}"
272
+ "value": "{global.dark.background.color.200}"
270
273
  },
271
- "name": "pf-t--global--background--color--glass--floating",
274
+ "name": "pf-t--global--background--color--floating--default",
272
275
  "attributes": {
273
276
  "category": "global",
274
277
  "type": "background",
275
278
  "item": "color",
276
- "subitem": "glass",
277
- "state": "floating"
279
+ "subitem": "floating",
280
+ "state": "default"
278
281
  },
279
282
  "path": [
280
283
  "global",
281
284
  "background",
282
285
  "color",
283
- "glass",
284
- "floating"
286
+ "floating",
287
+ "default"
285
288
  ],
286
289
  "references": [
287
290
  {
288
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
289
291
  "type": "color",
290
292
  "value": "#292929",
291
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
293
+ "filePath": "tokens/default/glass-dark/base.dark.json",
292
294
  "isSource": true,
293
295
  "original": {
294
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
295
296
  "type": "color",
296
- "value": "{global.dark.background.color.200}"
297
+ "value": "{color.gray.80}"
297
298
  },
298
- "name": "pf-t--global--background--color--floating--default",
299
+ "name": "pf-t--global--dark--background--color--200",
299
300
  "attributes": {
300
301
  "category": "global",
301
- "type": "background",
302
- "item": "color",
303
- "subitem": "floating",
304
- "state": "default"
302
+ "type": "dark",
303
+ "item": "background",
304
+ "subitem": "color",
305
+ "state": "200"
305
306
  },
306
307
  "path": [
307
308
  "global",
309
+ "dark",
308
310
  "background",
309
311
  "color",
310
- "floating",
311
- "default"
312
+ "200"
312
313
  ],
313
314
  "references": [
314
315
  {
315
316
  "type": "color",
316
317
  "value": "#292929",
317
- "filePath": "tokens/default/glass-dark/base.dark.json",
318
+ "filePath": "tokens/default/glass-dark/palette.color.json",
318
319
  "isSource": true,
319
320
  "original": {
320
321
  "type": "color",
321
- "value": "{color.gray.80}"
322
+ "value": "#292929"
322
323
  },
323
- "name": "pf-t--global--dark--background--color--200",
324
+ "name": "pf-t--color--gray--80",
324
325
  "attributes": {
325
- "category": "global",
326
- "type": "dark",
327
- "item": "background",
328
- "subitem": "color",
329
- "state": "200"
326
+ "category": "color",
327
+ "type": "gray",
328
+ "item": "80"
330
329
  },
331
330
  "path": [
332
- "global",
333
- "dark",
334
- "background",
335
331
  "color",
336
- "200"
337
- ],
338
- "references": [
339
- {
340
- "type": "color",
341
- "value": "#292929",
342
- "filePath": "tokens/default/glass-dark/palette.color.json",
343
- "isSource": true,
344
- "original": {
345
- "type": "color",
346
- "value": "#292929"
347
- },
348
- "name": "pf-t--color--gray--80",
349
- "attributes": {
350
- "category": "color",
351
- "type": "gray",
352
- "item": "80"
353
- },
354
- "path": [
355
- "color",
356
- "gray",
357
- "80"
358
- ]
359
- }
332
+ "gray",
333
+ "80"
360
334
  ]
361
335
  }
362
336
  ]
@@ -364,78 +338,78 @@
364
338
  ]
365
339
  }
366
340
  },
367
- "pf-t--global--background--color--floating--default": {
341
+ "pf-t--global--background--color--floating--hover": {
368
342
  "default": {
369
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
343
+ "description": "Use as the hover state for floating backgrounds",
370
344
  "type": "color",
371
- "value": "#292929",
345
+ "value": "#383838",
372
346
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
373
347
  "isSource": true,
374
348
  "original": {
375
- "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
349
+ "description": "Use as the hover state for floating backgrounds",
376
350
  "type": "color",
377
- "value": "{global.dark.background.color.200}"
351
+ "value": "{global.dark.background.color.300}"
378
352
  },
379
- "name": "pf-t--global--background--color--floating--default",
353
+ "name": "pf-t--global--background--color--floating--hover",
380
354
  "attributes": {
381
355
  "category": "global",
382
356
  "type": "background",
383
357
  "item": "color",
384
358
  "subitem": "floating",
385
- "state": "default"
359
+ "state": "hover"
386
360
  },
387
361
  "path": [
388
362
  "global",
389
363
  "background",
390
364
  "color",
391
365
  "floating",
392
- "default"
366
+ "hover"
393
367
  ],
394
368
  "references": [
395
369
  {
396
370
  "type": "color",
397
- "value": "#292929",
371
+ "value": "#383838",
398
372
  "filePath": "tokens/default/glass-dark/base.dark.json",
399
373
  "isSource": true,
400
374
  "original": {
401
375
  "type": "color",
402
- "value": "{color.gray.80}"
376
+ "value": "{color.gray.70}"
403
377
  },
404
- "name": "pf-t--global--dark--background--color--200",
378
+ "name": "pf-t--global--dark--background--color--300",
405
379
  "attributes": {
406
380
  "category": "global",
407
381
  "type": "dark",
408
382
  "item": "background",
409
383
  "subitem": "color",
410
- "state": "200"
384
+ "state": "300"
411
385
  },
412
386
  "path": [
413
387
  "global",
414
388
  "dark",
415
389
  "background",
416
390
  "color",
417
- "200"
391
+ "300"
418
392
  ],
419
393
  "references": [
420
394
  {
421
395
  "type": "color",
422
- "value": "#292929",
396
+ "value": "#383838",
423
397
  "filePath": "tokens/default/glass-dark/palette.color.json",
424
398
  "isSource": true,
425
399
  "original": {
426
400
  "type": "color",
427
- "value": "#292929"
401
+ "value": "#383838"
428
402
  },
429
- "name": "pf-t--color--gray--80",
403
+ "name": "pf-t--color--gray--70",
430
404
  "attributes": {
431
405
  "category": "color",
432
406
  "type": "gray",
433
- "item": "80"
407
+ "item": "70"
434
408
  },
435
409
  "path": [
436
410
  "color",
437
411
  "gray",
438
- "80"
412
+ "70"
439
413
  ]
440
414
  }
441
415
  ]
@@ -443,32 +417,32 @@
443
417
  ]
444
418
  }
445
419
  },
446
- "pf-t--global--background--color--floating--hover": {
420
+ "pf-t--global--background--color--floating--clicked": {
447
421
  "default": {
448
- "description": "Use as the hover state for floating backgrounds",
422
+ "description": "Use as the clicked state for floating backgrounds",
449
423
  "type": "color",
450
424
  "value": "#383838",
451
425
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
452
426
  "isSource": true,
453
427
  "original": {
454
- "description": "Use as the hover state for floating backgrounds",
428
+ "description": "Use as the clicked state for floating backgrounds",
455
429
  "type": "color",
456
430
  "value": "{global.dark.background.color.300}"
457
431
  },
458
- "name": "pf-t--global--background--color--floating--hover",
432
+ "name": "pf-t--global--background--color--floating--clicked",
459
433
  "attributes": {
460
434
  "category": "global",
461
435
  "type": "background",
462
436
  "item": "color",
463
437
  "subitem": "floating",
464
- "state": "hover"
438
+ "state": "clicked"
465
439
  },
466
440
  "path": [
467
441
  "global",
468
442
  "background",
469
443
  "color",
470
444
  "floating",
471
- "hover"
445
+ "clicked"
472
446
  ],
473
447
  "references": [
474
448
  {
@@ -522,78 +496,106 @@
522
496
  ]
523
497
  }
524
498
  },
525
- "pf-t--global--background--color--floating--clicked": {
499
+ "pf-t--global--background--color--floating--secondary--default": {
526
500
  "default": {
527
- "description": "Use as the clicked state for floating backgrounds",
528
501
  "type": "color",
529
- "value": "#383838",
502
+ "value": "#292929",
530
503
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
531
504
  "isSource": true,
532
505
  "original": {
533
- "description": "Use as the clicked state for floating backgrounds",
534
506
  "type": "color",
535
- "value": "{global.dark.background.color.300}"
507
+ "value": "{global.background.color.floating.default}"
536
508
  },
537
- "name": "pf-t--global--background--color--floating--clicked",
509
+ "name": "pf-t--global--background--color--floating--secondary--default",
538
510
  "attributes": {
539
511
  "category": "global",
540
512
  "type": "background",
541
513
  "item": "color",
542
514
  "subitem": "floating",
543
- "state": "clicked"
515
+ "state": "secondary"
544
516
  },
545
517
  "path": [
546
518
  "global",
547
519
  "background",
548
520
  "color",
549
521
  "floating",
550
- "clicked"
522
+ "secondary",
523
+ "default"
551
524
  ],
552
525
  "references": [
553
526
  {
527
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
554
528
  "type": "color",
555
- "value": "#383838",
556
- "filePath": "tokens/default/glass-dark/base.dark.json",
529
+ "value": "#292929",
530
+ "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
557
531
  "isSource": true,
558
532
  "original": {
533
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
559
534
  "type": "color",
560
- "value": "{color.gray.70}"
535
+ "value": "{global.dark.background.color.200}"
561
536
  },
562
- "name": "pf-t--global--dark--background--color--300",
537
+ "name": "pf-t--global--background--color--floating--default",
563
538
  "attributes": {
564
539
  "category": "global",
565
- "type": "dark",
566
- "item": "background",
567
- "subitem": "color",
568
- "state": "300"
540
+ "type": "background",
541
+ "item": "color",
542
+ "subitem": "floating",
543
+ "state": "default"
569
544
  },
570
545
  "path": [
571
546
  "global",
572
- "dark",
573
547
  "background",
574
548
  "color",
575
- "300"
549
+ "floating",
550
+ "default"
576
551
  ],
577
552
  "references": [
578
553
  {
579
554
  "type": "color",
580
- "value": "#383838",
581
- "filePath": "tokens/default/glass-dark/palette.color.json",
555
+ "value": "#292929",
556
+ "filePath": "tokens/default/glass-dark/base.dark.json",
582
557
  "isSource": true,
583
558
  "original": {
584
559
  "type": "color",
585
- "value": "#383838"
560
+ "value": "{color.gray.80}"
586
561
  },
587
- "name": "pf-t--color--gray--70",
562
+ "name": "pf-t--global--dark--background--color--200",
588
563
  "attributes": {
589
- "category": "color",
590
- "type": "gray",
591
- "item": "70"
564
+ "category": "global",
565
+ "type": "dark",
566
+ "item": "background",
567
+ "subitem": "color",
568
+ "state": "200"
592
569
  },
593
570
  "path": [
571
+ "global",
572
+ "dark",
573
+ "background",
594
574
  "color",
595
- "gray",
596
- "70"
575
+ "200"
576
+ ],
577
+ "references": [
578
+ {
579
+ "type": "color",
580
+ "value": "#292929",
581
+ "filePath": "tokens/default/glass-dark/palette.color.json",
582
+ "isSource": true,
583
+ "original": {
584
+ "type": "color",
585
+ "value": "#292929"
586
+ },
587
+ "name": "pf-t--color--gray--80",
588
+ "attributes": {
589
+ "category": "color",
590
+ "type": "gray",
591
+ "item": "80"
592
+ },
593
+ "path": [
594
+ "color",
595
+ "gray",
596
+ "80"
597
+ ]
598
+ }
597
599
  ]
598
600
  }
599
601
  ]
@@ -828,13 +830,13 @@
828
830
  "default": {
829
831
  "description": "Use as the hover state for components that use the plain action default background but are placed on a secondary background color (like left nav, horizontal nav, etc.)",
830
832
  "type": "color",
831
- "value": "#292929",
833
+ "value": "rgba(199, 199, 199, 0.1500)",
832
834
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
833
835
  "isSource": true,
834
836
  "original": {
835
837
  "description": "Use as the hover state for components that use the plain action default background but are placed on a secondary background color (like left nav, horizontal nav, etc.)",
836
838
  "type": "color",
837
- "value": "{global.dark.background.color.200}"
839
+ "value": "{global.background.color.action.plain.hover}"
838
840
  },
839
841
  "name": "pf-t--global--background--color--action--plain--alt--hover",
840
842
  "attributes": {
@@ -855,49 +857,56 @@
855
857
  ],
856
858
  "references": [
857
859
  {
860
+ "description": "Use as the hover state for components that use the plain action default background.",
858
861
  "type": "color",
859
- "value": "#292929",
860
- "filePath": "tokens/default/glass-dark/base.dark.json",
862
+ "value": "rgba(199, 199, 199, 0.1500)",
863
+ "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
861
864
  "isSource": true,
862
865
  "original": {
866
+ "description": "Use as the hover state for components that use the plain action default background.",
863
867
  "type": "color",
864
- "value": "{color.gray.80}"
868
+ "value": "{global.dark.background.color.600}"
865
869
  },
866
- "name": "pf-t--global--dark--background--color--200",
870
+ "name": "pf-t--global--background--color--action--plain--hover",
867
871
  "attributes": {
868
872
  "category": "global",
869
- "type": "dark",
870
- "item": "background",
871
- "subitem": "color",
872
- "state": "200"
873
+ "type": "background",
874
+ "item": "color",
875
+ "subitem": "action",
876
+ "state": "plain"
873
877
  },
874
878
  "path": [
875
879
  "global",
876
- "dark",
877
880
  "background",
878
881
  "color",
879
- "200"
882
+ "action",
883
+ "plain",
884
+ "hover"
880
885
  ],
881
886
  "references": [
882
887
  {
883
888
  "type": "color",
884
- "value": "#292929",
885
- "filePath": "tokens/default/glass-dark/palette.color.json",
889
+ "value": "rgba(199, 199, 199, 0.1500)",
890
+ "filePath": "tokens/default/glass-dark/base.dark.json",
886
891
  "isSource": true,
887
892
  "original": {
888
893
  "type": "color",
889
- "value": "#292929"
894
+ "value": "rgba(199, 199, 199, 0.1500)"
890
895
  },
891
- "name": "pf-t--color--gray--80",
896
+ "name": "pf-t--global--dark--background--color--600",
892
897
  "attributes": {
893
- "category": "color",
894
- "type": "gray",
895
- "item": "80"
898
+ "category": "global",
899
+ "type": "dark",
900
+ "item": "background",
901
+ "subitem": "color",
902
+ "state": "600"
896
903
  },
897
904
  "path": [
905
+ "global",
906
+ "dark",
907
+ "background",
898
908
  "color",
899
- "gray",
900
- "80"
909
+ "600"
901
910
  ]
902
911
  }
903
912
  ]
@@ -909,13 +918,13 @@
909
918
  "default": {
910
919
  "description": "Use as the active/pressed state for components that use the plain action default background but are placed on a secondary background color (like left nav, horizontal nav, etc.)",
911
920
  "type": "color",
912
- "value": "#292929",
921
+ "value": "rgba(199, 199, 199, 0.1500)",
913
922
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
914
923
  "isSource": true,
915
924
  "original": {
916
925
  "description": "Use as the active/pressed state for components that use the plain action default background but are placed on a secondary background color (like left nav, horizontal nav, etc.)",
917
926
  "type": "color",
918
- "value": "{global.dark.background.color.200}"
927
+ "value": "{global.background.color.action.plain.clicked}"
919
928
  },
920
929
  "name": "pf-t--global--background--color--action--plain--alt--clicked",
921
930
  "attributes": {
@@ -936,49 +945,56 @@
936
945
  ],
937
946
  "references": [
938
947
  {
948
+ "description": "Use as the active/pressed state for components that use the plain action default background.",
939
949
  "type": "color",
940
- "value": "#292929",
941
- "filePath": "tokens/default/glass-dark/base.dark.json",
950
+ "value": "rgba(199, 199, 199, 0.1500)",
951
+ "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
942
952
  "isSource": true,
943
953
  "original": {
954
+ "description": "Use as the active/pressed state for components that use the plain action default background.",
944
955
  "type": "color",
945
- "value": "{color.gray.80}"
956
+ "value": "{global.dark.background.color.600}"
946
957
  },
947
- "name": "pf-t--global--dark--background--color--200",
958
+ "name": "pf-t--global--background--color--action--plain--clicked",
948
959
  "attributes": {
949
960
  "category": "global",
950
- "type": "dark",
951
- "item": "background",
952
- "subitem": "color",
953
- "state": "200"
961
+ "type": "background",
962
+ "item": "color",
963
+ "subitem": "action",
964
+ "state": "plain"
954
965
  },
955
966
  "path": [
956
967
  "global",
957
- "dark",
958
968
  "background",
959
969
  "color",
960
- "200"
970
+ "action",
971
+ "plain",
972
+ "clicked"
961
973
  ],
962
974
  "references": [
963
975
  {
964
976
  "type": "color",
965
- "value": "#292929",
966
- "filePath": "tokens/default/glass-dark/palette.color.json",
977
+ "value": "rgba(199, 199, 199, 0.1500)",
978
+ "filePath": "tokens/default/glass-dark/base.dark.json",
967
979
  "isSource": true,
968
980
  "original": {
969
981
  "type": "color",
970
- "value": "#292929"
982
+ "value": "rgba(199, 199, 199, 0.1500)"
971
983
  },
972
- "name": "pf-t--color--gray--80",
984
+ "name": "pf-t--global--dark--background--color--600",
973
985
  "attributes": {
974
- "category": "color",
975
- "type": "gray",
976
- "item": "80"
986
+ "category": "global",
987
+ "type": "dark",
988
+ "item": "background",
989
+ "subitem": "color",
990
+ "state": "600"
977
991
  },
978
992
  "path": [
993
+ "global",
994
+ "dark",
995
+ "background",
979
996
  "color",
980
- "gray",
981
- "80"
997
+ "600"
982
998
  ]
983
999
  }
984
1000
  ]
@@ -1628,6 +1644,34 @@
1628
1644
  ]
1629
1645
  }
1630
1646
  },
1647
+ "pf-t--global--background--color--striped--row--default": {
1648
+ "default": {
1649
+ "type": "color",
1650
+ "value": "rgba(21, 21, 21, 0.3000)",
1651
+ "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
1652
+ "isSource": true,
1653
+ "original": {
1654
+ "type": "color",
1655
+ "value": "rgba(21, 21, 21, 0.3000)"
1656
+ },
1657
+ "name": "pf-t--global--background--color--striped--row--default",
1658
+ "attributes": {
1659
+ "category": "global",
1660
+ "type": "background",
1661
+ "item": "color",
1662
+ "subitem": "striped",
1663
+ "state": "row"
1664
+ },
1665
+ "path": [
1666
+ "global",
1667
+ "background",
1668
+ "color",
1669
+ "striped",
1670
+ "row",
1671
+ "default"
1672
+ ]
1673
+ }
1674
+ },
1631
1675
  "pf-t--global--background--color--loading--skeleton--default": {
1632
1676
  "default": {
1633
1677
  "type": "color",
@@ -1741,12 +1785,12 @@
1741
1785
  "pf-t--global--background--filter--glass--blur--primary": {
1742
1786
  "default": {
1743
1787
  "type": "number",
1744
- "value": "blur(12.5px)",
1788
+ "value": "blur(16px)",
1745
1789
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
1746
1790
  "isSource": true,
1747
1791
  "original": {
1748
1792
  "type": "number",
1749
- "value": 12.5
1793
+ "value": 16
1750
1794
  },
1751
1795
  "name": "pf-t--global--background--filter--glass--blur--primary",
1752
1796
  "attributes": {
@@ -1766,34 +1810,6 @@
1766
1810
  ]
1767
1811
  }
1768
1812
  },
1769
- "pf-t--global--background--filter--glass--blur--floating": {
1770
- "default": {
1771
- "type": "number",
1772
- "value": "blur(0px)",
1773
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
1774
- "isSource": true,
1775
- "original": {
1776
- "type": "number",
1777
- "value": 0
1778
- },
1779
- "name": "pf-t--global--background--filter--glass--blur--floating",
1780
- "attributes": {
1781
- "category": "global",
1782
- "type": "background",
1783
- "item": "filter",
1784
- "subitem": "glass",
1785
- "state": "blur"
1786
- },
1787
- "path": [
1788
- "global",
1789
- "background",
1790
- "filter",
1791
- "glass",
1792
- "blur",
1793
- "floating"
1794
- ]
1795
- }
1796
- },
1797
1813
  "pf-t--global--color--brand--default": {
1798
1814
  "default": {
1799
1815
  "description": "Use this color for elements that you want to reinforce your brand",
@@ -7312,113 +7328,6 @@
7312
7328
  ]
7313
7329
  }
7314
7330
  },
7315
- "pf-t--global--icon--color--on-brand--accent--default": {
7316
- "default": {
7317
- "description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
7318
- "type": "color",
7319
- "value": "#f2f2f2",
7320
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
7321
- "isSource": true,
7322
- "original": {
7323
- "description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
7324
- "type": "color",
7325
- "value": "{global.icon.color.regular}"
7326
- },
7327
- "name": "pf-t--global--icon--color--on-brand--accent--default",
7328
- "attributes": {
7329
- "category": "global",
7330
- "type": "icon",
7331
- "item": "color",
7332
- "subitem": "on-brand",
7333
- "state": "accent"
7334
- },
7335
- "path": [
7336
- "global",
7337
- "icon",
7338
- "color",
7339
- "on-brand",
7340
- "accent",
7341
- "default"
7342
- ],
7343
- "references": [
7344
- {
7345
- "description": "Use as the default color for icons in icon buttons and/or when paired with regular-colored text",
7346
- "type": "color",
7347
- "value": "#f2f2f2",
7348
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
7349
- "isSource": true,
7350
- "original": {
7351
- "description": "Use as the default color for icons in icon buttons and/or when paired with regular-colored text",
7352
- "type": "color",
7353
- "value": "{global.dark.icon.color.100}"
7354
- },
7355
- "name": "pf-t--global--icon--color--regular",
7356
- "attributes": {
7357
- "category": "global",
7358
- "type": "icon",
7359
- "item": "color",
7360
- "subitem": "regular"
7361
- },
7362
- "path": [
7363
- "global",
7364
- "icon",
7365
- "color",
7366
- "regular"
7367
- ],
7368
- "references": [
7369
- {
7370
- "type": "color",
7371
- "value": "#f2f2f2",
7372
- "filePath": "tokens/default/glass-dark/base.dark.json",
7373
- "isSource": true,
7374
- "original": {
7375
- "type": "color",
7376
- "value": "{color.gray.10}"
7377
- },
7378
- "name": "pf-t--global--dark--icon--color--100",
7379
- "attributes": {
7380
- "category": "global",
7381
- "type": "dark",
7382
- "item": "icon",
7383
- "subitem": "color",
7384
- "state": "100"
7385
- },
7386
- "path": [
7387
- "global",
7388
- "dark",
7389
- "icon",
7390
- "color",
7391
- "100"
7392
- ],
7393
- "references": [
7394
- {
7395
- "type": "color",
7396
- "value": "#f2f2f2",
7397
- "filePath": "tokens/default/glass-dark/palette.color.json",
7398
- "isSource": true,
7399
- "original": {
7400
- "type": "color",
7401
- "value": "#f2f2f2"
7402
- },
7403
- "name": "pf-t--color--gray--10",
7404
- "attributes": {
7405
- "category": "color",
7406
- "type": "gray",
7407
- "item": "10"
7408
- },
7409
- "path": [
7410
- "color",
7411
- "gray",
7412
- "10"
7413
- ]
7414
- }
7415
- ]
7416
- }
7417
- ]
7418
- }
7419
- ]
7420
- }
7421
- },
7422
7331
  "pf-t--global--icon--color--on-brand--subtle--default": {
7423
7332
  "default": {
7424
7333
  "description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
@@ -15723,11 +15632,13 @@
15723
15632
  },
15724
15633
  "pf-t--global--border--color--control--default": {
15725
15634
  "default": {
15635
+ "description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
15726
15636
  "type": "color",
15727
15637
  "value": "#a3a3a3",
15728
15638
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
15729
15639
  "isSource": true,
15730
15640
  "original": {
15641
+ "description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
15731
15642
  "type": "color",
15732
15643
  "value": "{global.dark.border.color.200}"
15733
15644
  },
@@ -15800,13 +15711,15 @@
15800
15711
  },
15801
15712
  "pf-t--global--border--color--control--read-only": {
15802
15713
  "default": {
15714
+ "description": "Use as the read-only border for control elements like form inputs, menu toggles.",
15803
15715
  "type": "color",
15804
- "value": "rgba(41, 41, 41, 0.5000)",
15716
+ "value": "#383838",
15805
15717
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
15806
15718
  "isSource": true,
15807
15719
  "original": {
15720
+ "description": "Use as the read-only border for control elements like form inputs, menu toggles.",
15808
15721
  "type": "color",
15809
- "value": "{global.border.color.alt}"
15722
+ "value": "{global.dark.border.color.50}"
15810
15723
  },
15811
15724
  "name": "pf-t--global--border--color--control--read-only",
15812
15725
  "attributes": {
@@ -15825,55 +15738,49 @@
15825
15738
  ],
15826
15739
  "references": [
15827
15740
  {
15828
- "description": "Use when border color needs to match the primary bkg color – helpful when you want a divider to look like negative space when shown on a colored bkg",
15829
15741
  "type": "color",
15830
- "value": "rgba(41, 41, 41, 0.5000)",
15831
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
15742
+ "value": "#383838",
15743
+ "filePath": "tokens/default/glass-dark/base.dark.json",
15832
15744
  "isSource": true,
15833
15745
  "original": {
15834
- "description": "Use when border color needs to match the primary bkg color – helpful when you want a divider to look like negative space when shown on a colored bkg",
15835
15746
  "type": "color",
15836
- "value": "{global.background.color.primary.default}"
15747
+ "value": "{color.gray.70}"
15837
15748
  },
15838
- "name": "pf-t--global--border--color--alt",
15749
+ "name": "pf-t--global--dark--border--color--50",
15839
15750
  "attributes": {
15840
15751
  "category": "global",
15841
- "type": "border",
15842
- "item": "color",
15843
- "subitem": "alt"
15752
+ "type": "dark",
15753
+ "item": "border",
15754
+ "subitem": "color",
15755
+ "state": "50"
15844
15756
  },
15845
15757
  "path": [
15846
15758
  "global",
15759
+ "dark",
15847
15760
  "border",
15848
15761
  "color",
15849
- "alt"
15762
+ "50"
15850
15763
  ],
15851
15764
  "references": [
15852
15765
  {
15853
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15854
15766
  "type": "color",
15855
- "value": "rgba(41, 41, 41, 0.5000)",
15856
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
15767
+ "value": "#383838",
15768
+ "filePath": "tokens/default/glass-dark/palette.color.json",
15857
15769
  "isSource": true,
15858
15770
  "original": {
15859
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15860
15771
  "type": "color",
15861
- "value": "rgba(41, 41, 41, 0.5000)"
15772
+ "value": "#383838"
15862
15773
  },
15863
- "name": "pf-t--global--background--color--primary--default",
15774
+ "name": "pf-t--color--gray--70",
15864
15775
  "attributes": {
15865
- "category": "global",
15866
- "type": "background",
15867
- "item": "color",
15868
- "subitem": "primary",
15869
- "state": "default"
15776
+ "category": "color",
15777
+ "type": "gray",
15778
+ "item": "70"
15870
15779
  },
15871
15780
  "path": [
15872
- "global",
15873
- "background",
15874
15781
  "color",
15875
- "primary",
15876
- "default"
15782
+ "gray",
15783
+ "70"
15877
15784
  ]
15878
15785
  }
15879
15786
  ]
@@ -16201,13 +16108,13 @@
16201
16108
  },
16202
16109
  "pf-t--global--border--color--brand--subtle--default": {
16203
16110
  "default": {
16204
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
16111
+ "description": "Use as the default border color for any subtle brand element like toggle groups",
16205
16112
  "type": "color",
16206
16113
  "value": "#004d99",
16207
16114
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
16208
16115
  "isSource": true,
16209
16116
  "original": {
16210
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
16117
+ "description": "Use as the default border color for any subtle brand element like toggle groups",
16211
16118
  "type": "color",
16212
16119
  "value": "{global.dark.color.brand.subtle.200}"
16213
16120
  },
@@ -16282,13 +16189,13 @@
16282
16189
  },
16283
16190
  "pf-t--global--border--color--brand--subtle--hover": {
16284
16191
  "default": {
16285
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
16192
+ "description": "Use as the hover border color for any subtle brand element like toggle groups",
16286
16193
  "type": "color",
16287
16194
  "value": "#92c5f9",
16288
16195
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
16289
16196
  "isSource": true,
16290
16197
  "original": {
16291
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
16198
+ "description": "Use as the hover border color for any subtle brand element like toggle groups",
16292
16199
  "type": "color",
16293
16200
  "value": "{global.dark.color.brand.subtle.300}"
16294
16201
  },
@@ -16363,13 +16270,13 @@
16363
16270
  },
16364
16271
  "pf-t--global--border--color--brand--subtle--clicked": {
16365
16272
  "default": {
16366
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
16273
+ "description": "Use as the clicked border color for any subtle brand element like toggle groups",
16367
16274
  "type": "color",
16368
16275
  "value": "#92c5f9",
16369
16276
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
16370
16277
  "isSource": true,
16371
16278
  "original": {
16372
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
16279
+ "description": "Use as the clicked border color for any subtle brand element like toggle groups",
16373
16280
  "type": "color",
16374
16281
  "value": "{global.dark.color.brand.subtle.300}"
16375
16282
  },
@@ -18123,7 +18030,7 @@
18123
18030
  "default": {
18124
18031
  "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
18125
18032
  "type": "color",
18126
- "value": "#707070",
18033
+ "value": "#4d4d4d",
18127
18034
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
18128
18035
  "isSource": true,
18129
18036
  "original": {
@@ -18147,12 +18054,12 @@
18147
18054
  "references": [
18148
18055
  {
18149
18056
  "type": "color",
18150
- "value": "#707070",
18057
+ "value": "#4d4d4d",
18151
18058
  "filePath": "tokens/default/glass-dark/base.dark.json",
18152
18059
  "isSource": true,
18153
18060
  "original": {
18154
18061
  "type": "color",
18155
- "value": "{color.gray.50}"
18062
+ "value": "{color.gray.60}"
18156
18063
  },
18157
18064
  "name": "pf-t--global--dark--border--color--100",
18158
18065
  "attributes": {
@@ -18172,23 +18079,23 @@
18172
18079
  "references": [
18173
18080
  {
18174
18081
  "type": "color",
18175
- "value": "#707070",
18082
+ "value": "#4d4d4d",
18176
18083
  "filePath": "tokens/default/glass-dark/palette.color.json",
18177
18084
  "isSource": true,
18178
18085
  "original": {
18179
18086
  "type": "color",
18180
- "value": "#707070"
18087
+ "value": "#4d4d4d"
18181
18088
  },
18182
- "name": "pf-t--color--gray--50",
18089
+ "name": "pf-t--color--gray--60",
18183
18090
  "attributes": {
18184
18091
  "category": "color",
18185
18092
  "type": "gray",
18186
- "item": "50"
18093
+ "item": "60"
18187
18094
  },
18188
18095
  "path": [
18189
18096
  "color",
18190
18097
  "gray",
18191
- "50"
18098
+ "60"
18192
18099
  ]
18193
18100
  }
18194
18101
  ]
@@ -18360,7 +18267,7 @@
18360
18267
  "original": {
18361
18268
  "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
18362
18269
  "type": "color",
18363
- "value": "{color.gray.70}"
18270
+ "value": "{global.dark.border.color.50}"
18364
18271
  },
18365
18272
  "name": "pf-t--global--border--color--subtle",
18366
18273
  "attributes": {
@@ -18379,22 +18286,49 @@
18379
18286
  {
18380
18287
  "type": "color",
18381
18288
  "value": "#383838",
18382
- "filePath": "tokens/default/glass-dark/palette.color.json",
18289
+ "filePath": "tokens/default/glass-dark/base.dark.json",
18383
18290
  "isSource": true,
18384
18291
  "original": {
18385
18292
  "type": "color",
18386
- "value": "#383838"
18293
+ "value": "{color.gray.70}"
18387
18294
  },
18388
- "name": "pf-t--color--gray--70",
18295
+ "name": "pf-t--global--dark--border--color--50",
18389
18296
  "attributes": {
18390
- "category": "color",
18391
- "type": "gray",
18392
- "item": "70"
18297
+ "category": "global",
18298
+ "type": "dark",
18299
+ "item": "border",
18300
+ "subitem": "color",
18301
+ "state": "50"
18393
18302
  },
18394
18303
  "path": [
18304
+ "global",
18305
+ "dark",
18306
+ "border",
18395
18307
  "color",
18396
- "gray",
18397
- "70"
18308
+ "50"
18309
+ ],
18310
+ "references": [
18311
+ {
18312
+ "type": "color",
18313
+ "value": "#383838",
18314
+ "filePath": "tokens/default/glass-dark/palette.color.json",
18315
+ "isSource": true,
18316
+ "original": {
18317
+ "type": "color",
18318
+ "value": "#383838"
18319
+ },
18320
+ "name": "pf-t--color--gray--70",
18321
+ "attributes": {
18322
+ "category": "color",
18323
+ "type": "gray",
18324
+ "item": "70"
18325
+ },
18326
+ "path": [
18327
+ "color",
18328
+ "gray",
18329
+ "70"
18330
+ ]
18331
+ }
18398
18332
  ]
18399
18333
  }
18400
18334
  ]
@@ -18610,6 +18544,89 @@
18610
18544
  ]
18611
18545
  }
18612
18546
  },
18547
+ "pf-t--global--border--color--glass--default": {
18548
+ "default": {
18549
+ "type": "color",
18550
+ "value": "rgba(41, 41, 41, 0.5000)",
18551
+ "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
18552
+ "isSource": true,
18553
+ "original": {
18554
+ "type": "color",
18555
+ "value": "{global.border.color.alt}"
18556
+ },
18557
+ "name": "pf-t--global--border--color--glass--default",
18558
+ "attributes": {
18559
+ "category": "global",
18560
+ "type": "border",
18561
+ "item": "color",
18562
+ "subitem": "glass",
18563
+ "state": "default"
18564
+ },
18565
+ "path": [
18566
+ "global",
18567
+ "border",
18568
+ "color",
18569
+ "glass",
18570
+ "default"
18571
+ ],
18572
+ "references": [
18573
+ {
18574
+ "description": "Use when border color needs to match the primary bkg color – helpful when you want a divider to look like negative space when shown on a colored bkg",
18575
+ "type": "color",
18576
+ "value": "rgba(41, 41, 41, 0.5000)",
18577
+ "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
18578
+ "isSource": true,
18579
+ "original": {
18580
+ "description": "Use when border color needs to match the primary bkg color – helpful when you want a divider to look like negative space when shown on a colored bkg",
18581
+ "type": "color",
18582
+ "value": "{global.background.color.primary.default}"
18583
+ },
18584
+ "name": "pf-t--global--border--color--alt",
18585
+ "attributes": {
18586
+ "category": "global",
18587
+ "type": "border",
18588
+ "item": "color",
18589
+ "subitem": "alt"
18590
+ },
18591
+ "path": [
18592
+ "global",
18593
+ "border",
18594
+ "color",
18595
+ "alt"
18596
+ ],
18597
+ "references": [
18598
+ {
18599
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
18600
+ "type": "color",
18601
+ "value": "rgba(41, 41, 41, 0.5000)",
18602
+ "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
18603
+ "isSource": true,
18604
+ "original": {
18605
+ "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
18606
+ "type": "color",
18607
+ "value": "rgba(41, 41, 41, 0.5000)"
18608
+ },
18609
+ "name": "pf-t--global--background--color--primary--default",
18610
+ "attributes": {
18611
+ "category": "global",
18612
+ "type": "background",
18613
+ "item": "color",
18614
+ "subitem": "primary",
18615
+ "state": "default"
18616
+ },
18617
+ "path": [
18618
+ "global",
18619
+ "background",
18620
+ "color",
18621
+ "primary",
18622
+ "default"
18623
+ ]
18624
+ }
18625
+ ]
18626
+ }
18627
+ ]
18628
+ }
18629
+ },
18613
18630
  "pf-t--global--border--color--nonstatus--red--default": {
18614
18631
  "default": {
18615
18632
  "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.)",
@@ -29707,12 +29724,12 @@
29707
29724
  "pf-t--global--text-decoration--color--default": {
29708
29725
  "default": {
29709
29726
  "type": "color",
29710
- "value": "#707070",
29727
+ "value": "#a3a3a3",
29711
29728
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
29712
29729
  "isSource": true,
29713
29730
  "original": {
29714
29731
  "type": "color",
29715
- "value": "{global.border.color.default}"
29732
+ "value": "{global.dark.border.color.200}"
29716
29733
  },
29717
29734
  "name": "pf-t--global--text-decoration--color--default",
29718
29735
  "attributes": {
@@ -29729,76 +29746,49 @@
29729
29746
  ],
29730
29747
  "references": [
29731
29748
  {
29732
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
29733
29749
  "type": "color",
29734
- "value": "#707070",
29735
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
29750
+ "value": "#a3a3a3",
29751
+ "filePath": "tokens/default/glass-dark/base.dark.json",
29736
29752
  "isSource": true,
29737
29753
  "original": {
29738
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
29739
29754
  "type": "color",
29740
- "value": "{global.dark.border.color.100}"
29755
+ "value": "{color.gray.40}"
29741
29756
  },
29742
- "name": "pf-t--global--border--color--default",
29757
+ "name": "pf-t--global--dark--border--color--200",
29743
29758
  "attributes": {
29744
29759
  "category": "global",
29745
- "type": "border",
29746
- "item": "color",
29747
- "subitem": "default"
29760
+ "type": "dark",
29761
+ "item": "border",
29762
+ "subitem": "color",
29763
+ "state": "200"
29748
29764
  },
29749
29765
  "path": [
29750
29766
  "global",
29767
+ "dark",
29751
29768
  "border",
29752
29769
  "color",
29753
- "default"
29770
+ "200"
29754
29771
  ],
29755
29772
  "references": [
29756
29773
  {
29757
29774
  "type": "color",
29758
- "value": "#707070",
29759
- "filePath": "tokens/default/glass-dark/base.dark.json",
29775
+ "value": "#a3a3a3",
29776
+ "filePath": "tokens/default/glass-dark/palette.color.json",
29760
29777
  "isSource": true,
29761
29778
  "original": {
29762
29779
  "type": "color",
29763
- "value": "{color.gray.50}"
29780
+ "value": "#a3a3a3"
29764
29781
  },
29765
- "name": "pf-t--global--dark--border--color--100",
29782
+ "name": "pf-t--color--gray--40",
29766
29783
  "attributes": {
29767
- "category": "global",
29768
- "type": "dark",
29769
- "item": "border",
29770
- "subitem": "color",
29771
- "state": "100"
29784
+ "category": "color",
29785
+ "type": "gray",
29786
+ "item": "40"
29772
29787
  },
29773
29788
  "path": [
29774
- "global",
29775
- "dark",
29776
- "border",
29777
29789
  "color",
29778
- "100"
29779
- ],
29780
- "references": [
29781
- {
29782
- "type": "color",
29783
- "value": "#707070",
29784
- "filePath": "tokens/default/glass-dark/palette.color.json",
29785
- "isSource": true,
29786
- "original": {
29787
- "type": "color",
29788
- "value": "#707070"
29789
- },
29790
- "name": "pf-t--color--gray--50",
29791
- "attributes": {
29792
- "category": "color",
29793
- "type": "gray",
29794
- "item": "50"
29795
- },
29796
- "path": [
29797
- "color",
29798
- "gray",
29799
- "50"
29800
- ]
29801
- }
29790
+ "gray",
29791
+ "40"
29802
29792
  ]
29803
29793
  }
29804
29794
  ]
@@ -33702,157 +33692,157 @@
33702
33692
  ]
33703
33693
  }
33704
33694
  },
33705
- "pf-t--global--dark--color--nonstatus--gray--300": {
33706
- "default": {
33707
- "type": "color",
33708
- "value": "#a3a3a3",
33709
- "filePath": "tokens/default/glass-dark/base.dark.json",
33710
- "isSource": true,
33711
- "original": {
33712
- "type": "color",
33713
- "value": "{color.gray.40}"
33714
- },
33715
- "name": "pf-t--global--dark--color--nonstatus--gray--300",
33716
- "attributes": {
33717
- "category": "global",
33718
- "type": "dark",
33719
- "item": "color",
33720
- "subitem": "nonstatus",
33721
- "state": "gray"
33722
- },
33723
- "path": [
33724
- "global",
33725
- "dark",
33726
- "color",
33727
- "nonstatus",
33728
- "gray",
33729
- "300"
33730
- ],
33731
- "references": [
33732
- {
33733
- "type": "color",
33734
- "value": "#a3a3a3",
33735
- "filePath": "tokens/default/glass-dark/palette.color.json",
33736
- "isSource": true,
33737
- "original": {
33738
- "type": "color",
33739
- "value": "#a3a3a3"
33740
- },
33741
- "name": "pf-t--color--gray--40",
33742
- "attributes": {
33743
- "category": "color",
33744
- "type": "gray",
33745
- "item": "40"
33746
- },
33747
- "path": [
33748
- "color",
33749
- "gray",
33750
- "40"
33751
- ]
33752
- }
33753
- ]
33754
- }
33755
- },
33756
- "pf-t--global--dark--border--color--50": {
33757
- "default": {
33758
- "type": "color",
33759
- "value": "#4d4d4d",
33760
- "filePath": "tokens/default/glass-dark/base.dark.json",
33761
- "isSource": true,
33762
- "original": {
33763
- "type": "color",
33764
- "value": "{color.gray.60}"
33765
- },
33766
- "name": "pf-t--global--dark--border--color--50",
33767
- "attributes": {
33768
- "category": "global",
33769
- "type": "dark",
33770
- "item": "border",
33771
- "subitem": "color",
33772
- "state": "50"
33773
- },
33774
- "path": [
33775
- "global",
33776
- "dark",
33777
- "border",
33778
- "color",
33779
- "50"
33780
- ],
33781
- "references": [
33782
- {
33783
- "type": "color",
33784
- "value": "#4d4d4d",
33785
- "filePath": "tokens/default/glass-dark/palette.color.json",
33786
- "isSource": true,
33787
- "original": {
33788
- "type": "color",
33789
- "value": "#4d4d4d"
33790
- },
33791
- "name": "pf-t--color--gray--60",
33792
- "attributes": {
33793
- "category": "color",
33794
- "type": "gray",
33795
- "item": "60"
33796
- },
33797
- "path": [
33798
- "color",
33799
- "gray",
33800
- "60"
33801
- ]
33802
- }
33803
- ]
33804
- }
33805
- },
33806
- "pf-t--global--dark--border--color--100": {
33807
- "default": {
33808
- "type": "color",
33809
- "value": "#707070",
33810
- "filePath": "tokens/default/glass-dark/base.dark.json",
33811
- "isSource": true,
33812
- "original": {
33813
- "type": "color",
33814
- "value": "{color.gray.50}"
33815
- },
33816
- "name": "pf-t--global--dark--border--color--100",
33817
- "attributes": {
33818
- "category": "global",
33819
- "type": "dark",
33820
- "item": "border",
33821
- "subitem": "color",
33822
- "state": "100"
33823
- },
33824
- "path": [
33825
- "global",
33826
- "dark",
33827
- "border",
33828
- "color",
33829
- "100"
33830
- ],
33831
- "references": [
33832
- {
33833
- "type": "color",
33834
- "value": "#707070",
33835
- "filePath": "tokens/default/glass-dark/palette.color.json",
33836
- "isSource": true,
33837
- "original": {
33838
- "type": "color",
33839
- "value": "#707070"
33840
- },
33841
- "name": "pf-t--color--gray--50",
33842
- "attributes": {
33843
- "category": "color",
33844
- "type": "gray",
33845
- "item": "50"
33846
- },
33847
- "path": [
33848
- "color",
33849
- "gray",
33850
- "50"
33851
- ]
33852
- }
33853
- ]
33854
- }
33855
- },
33695
+ "pf-t--global--dark--color--nonstatus--gray--300": {
33696
+ "default": {
33697
+ "type": "color",
33698
+ "value": "#a3a3a3",
33699
+ "filePath": "tokens/default/glass-dark/base.dark.json",
33700
+ "isSource": true,
33701
+ "original": {
33702
+ "type": "color",
33703
+ "value": "{color.gray.40}"
33704
+ },
33705
+ "name": "pf-t--global--dark--color--nonstatus--gray--300",
33706
+ "attributes": {
33707
+ "category": "global",
33708
+ "type": "dark",
33709
+ "item": "color",
33710
+ "subitem": "nonstatus",
33711
+ "state": "gray"
33712
+ },
33713
+ "path": [
33714
+ "global",
33715
+ "dark",
33716
+ "color",
33717
+ "nonstatus",
33718
+ "gray",
33719
+ "300"
33720
+ ],
33721
+ "references": [
33722
+ {
33723
+ "type": "color",
33724
+ "value": "#a3a3a3",
33725
+ "filePath": "tokens/default/glass-dark/palette.color.json",
33726
+ "isSource": true,
33727
+ "original": {
33728
+ "type": "color",
33729
+ "value": "#a3a3a3"
33730
+ },
33731
+ "name": "pf-t--color--gray--40",
33732
+ "attributes": {
33733
+ "category": "color",
33734
+ "type": "gray",
33735
+ "item": "40"
33736
+ },
33737
+ "path": [
33738
+ "color",
33739
+ "gray",
33740
+ "40"
33741
+ ]
33742
+ }
33743
+ ]
33744
+ }
33745
+ },
33746
+ "pf-t--global--dark--border--color--50": {
33747
+ "default": {
33748
+ "type": "color",
33749
+ "value": "#383838",
33750
+ "filePath": "tokens/default/glass-dark/base.dark.json",
33751
+ "isSource": true,
33752
+ "original": {
33753
+ "type": "color",
33754
+ "value": "{color.gray.70}"
33755
+ },
33756
+ "name": "pf-t--global--dark--border--color--50",
33757
+ "attributes": {
33758
+ "category": "global",
33759
+ "type": "dark",
33760
+ "item": "border",
33761
+ "subitem": "color",
33762
+ "state": "50"
33763
+ },
33764
+ "path": [
33765
+ "global",
33766
+ "dark",
33767
+ "border",
33768
+ "color",
33769
+ "50"
33770
+ ],
33771
+ "references": [
33772
+ {
33773
+ "type": "color",
33774
+ "value": "#383838",
33775
+ "filePath": "tokens/default/glass-dark/palette.color.json",
33776
+ "isSource": true,
33777
+ "original": {
33778
+ "type": "color",
33779
+ "value": "#383838"
33780
+ },
33781
+ "name": "pf-t--color--gray--70",
33782
+ "attributes": {
33783
+ "category": "color",
33784
+ "type": "gray",
33785
+ "item": "70"
33786
+ },
33787
+ "path": [
33788
+ "color",
33789
+ "gray",
33790
+ "70"
33791
+ ]
33792
+ }
33793
+ ]
33794
+ }
33795
+ },
33796
+ "pf-t--global--dark--border--color--100": {
33797
+ "default": {
33798
+ "type": "color",
33799
+ "value": "#4d4d4d",
33800
+ "filePath": "tokens/default/glass-dark/base.dark.json",
33801
+ "isSource": true,
33802
+ "original": {
33803
+ "type": "color",
33804
+ "value": "{color.gray.60}"
33805
+ },
33806
+ "name": "pf-t--global--dark--border--color--100",
33807
+ "attributes": {
33808
+ "category": "global",
33809
+ "type": "dark",
33810
+ "item": "border",
33811
+ "subitem": "color",
33812
+ "state": "100"
33813
+ },
33814
+ "path": [
33815
+ "global",
33816
+ "dark",
33817
+ "border",
33818
+ "color",
33819
+ "100"
33820
+ ],
33821
+ "references": [
33822
+ {
33823
+ "type": "color",
33824
+ "value": "#4d4d4d",
33825
+ "filePath": "tokens/default/glass-dark/palette.color.json",
33826
+ "isSource": true,
33827
+ "original": {
33828
+ "type": "color",
33829
+ "value": "#4d4d4d"
33830
+ },
33831
+ "name": "pf-t--color--gray--60",
33832
+ "attributes": {
33833
+ "category": "color",
33834
+ "type": "gray",
33835
+ "item": "60"
33836
+ },
33837
+ "path": [
33838
+ "color",
33839
+ "gray",
33840
+ "60"
33841
+ ]
33842
+ }
33843
+ ]
33844
+ }
33845
+ },
33856
33846
  "pf-t--global--dark--border--color--200": {
33857
33847
  "default": {
33858
33848
  "type": "color",
@@ -35016,6 +35006,113 @@
35016
35006
  ]
35017
35007
  }
35018
35008
  },
35009
+ "pf-t--global--icon--color--on-brand--accent--default": {
35010
+ "redhat": {
35011
+ "description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
35012
+ "type": "color",
35013
+ "value": "#f2f2f2",
35014
+ "filePath": "tokens/redhat/glass-dark/redhat.color.glass.dark.json",
35015
+ "isSource": true,
35016
+ "original": {
35017
+ "description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
35018
+ "type": "color",
35019
+ "value": "{global.icon.color.regular}"
35020
+ },
35021
+ "name": "pf-t--global--icon--color--on-brand--accent--default",
35022
+ "attributes": {
35023
+ "category": "global",
35024
+ "type": "icon",
35025
+ "item": "color",
35026
+ "subitem": "on-brand",
35027
+ "state": "accent"
35028
+ },
35029
+ "path": [
35030
+ "global",
35031
+ "icon",
35032
+ "color",
35033
+ "on-brand",
35034
+ "accent",
35035
+ "default"
35036
+ ],
35037
+ "references": [
35038
+ {
35039
+ "description": "Use as the default color for icons in icon buttons and/or when paired with regular-colored text",
35040
+ "type": "color",
35041
+ "value": "#f2f2f2",
35042
+ "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
35043
+ "isSource": true,
35044
+ "original": {
35045
+ "description": "Use as the default color for icons in icon buttons and/or when paired with regular-colored text",
35046
+ "type": "color",
35047
+ "value": "{global.dark.icon.color.100}"
35048
+ },
35049
+ "name": "pf-t--global--icon--color--regular",
35050
+ "attributes": {
35051
+ "category": "global",
35052
+ "type": "icon",
35053
+ "item": "color",
35054
+ "subitem": "regular"
35055
+ },
35056
+ "path": [
35057
+ "global",
35058
+ "icon",
35059
+ "color",
35060
+ "regular"
35061
+ ],
35062
+ "references": [
35063
+ {
35064
+ "type": "color",
35065
+ "value": "#f2f2f2",
35066
+ "filePath": "tokens/default/glass-dark/base.dark.json",
35067
+ "isSource": true,
35068
+ "original": {
35069
+ "type": "color",
35070
+ "value": "{color.gray.10}"
35071
+ },
35072
+ "name": "pf-t--global--dark--icon--color--100",
35073
+ "attributes": {
35074
+ "category": "global",
35075
+ "type": "dark",
35076
+ "item": "icon",
35077
+ "subitem": "color",
35078
+ "state": "100"
35079
+ },
35080
+ "path": [
35081
+ "global",
35082
+ "dark",
35083
+ "icon",
35084
+ "color",
35085
+ "100"
35086
+ ],
35087
+ "references": [
35088
+ {
35089
+ "type": "color",
35090
+ "value": "#f2f2f2",
35091
+ "filePath": "tokens/default/glass-dark/palette.color.json",
35092
+ "isSource": true,
35093
+ "original": {
35094
+ "type": "color",
35095
+ "value": "#f2f2f2"
35096
+ },
35097
+ "name": "pf-t--color--gray--10",
35098
+ "attributes": {
35099
+ "category": "color",
35100
+ "type": "gray",
35101
+ "item": "10"
35102
+ },
35103
+ "path": [
35104
+ "color",
35105
+ "gray",
35106
+ "10"
35107
+ ]
35108
+ }
35109
+ ]
35110
+ }
35111
+ ]
35112
+ }
35113
+ ]
35114
+ }
35115
+ },
35019
35116
  "pf-t--global--icon--color--on-brand--accent--hover": {
35020
35117
  "redhat": {
35021
35118
  "description": "Use as the hover state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
@@ -35232,13 +35329,13 @@
35232
35329
  },
35233
35330
  "pf-t--global--border--color--brand--accent--default": {
35234
35331
  "redhat": {
35235
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
35332
+ "description": "Use as the default border color for any accented branded element, like secondary CTAs",
35236
35333
  "type": "color",
35237
35334
  "value": "#ffffff",
35238
35335
  "filePath": "tokens/redhat/glass-dark/redhat.color.glass.dark.json",
35239
35336
  "isSource": true,
35240
35337
  "original": {
35241
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
35338
+ "description": "Use as the default border color for any accented branded element, like secondary CTAs",
35242
35339
  "type": "color",
35243
35340
  "value": "{global.dark.color.brand.accent.400}"
35244
35341
  },
@@ -35311,13 +35408,13 @@
35311
35408
  },
35312
35409
  "pf-t--global--border--color--brand--accent--hover": {
35313
35410
  "redhat": {
35314
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
35411
+ "description": "Use as the hover border color for any accented branded element, like secondary CTAs",
35315
35412
  "type": "color",
35316
35413
  "value": "#ffffff",
35317
35414
  "filePath": "tokens/redhat/glass-dark/redhat.color.glass.dark.json",
35318
35415
  "isSource": true,
35319
35416
  "original": {
35320
- "description": "Use as the hover state border color for any branded element, like color-coded labels, banners, etc.",
35417
+ "description": "Use as the hover border color for any accented branded element, like secondary CTAs",
35321
35418
  "type": "color",
35322
35419
  "value": "{global.dark.color.brand.accent.400}"
35323
35420
  },
@@ -35390,13 +35487,13 @@
35390
35487
  },
35391
35488
  "pf-t--global--border--color--brand--accent--clicked": {
35392
35489
  "redhat": {
35393
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
35490
+ "description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
35394
35491
  "type": "color",
35395
35492
  "value": "#ffffff",
35396
35493
  "filePath": "tokens/redhat/glass-dark/redhat.color.glass.dark.json",
35397
35494
  "isSource": true,
35398
35495
  "original": {
35399
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
35496
+ "description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
35400
35497
  "type": "color",
35401
35498
  "value": "{global.dark.color.brand.accent.400}"
35402
35499
  },