@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
@@ -7328,113 +7328,6 @@
7328
7328
  ]
7329
7329
  }
7330
7330
  },
7331
- "pf-t--global--icon--color--on-brand--accent--default": {
7332
- "default": {
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.",
7334
- "type": "color",
7335
- "value": "#1f1f1f",
7336
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
7337
- "isSource": true,
7338
- "original": {
7339
- "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.",
7340
- "type": "color",
7341
- "value": "{global.icon.color.inverse}"
7342
- },
7343
- "name": "pf-t--global--icon--color--on-brand--accent--default",
7344
- "attributes": {
7345
- "category": "global",
7346
- "type": "icon",
7347
- "item": "color",
7348
- "subitem": "on-brand",
7349
- "state": "accent"
7350
- },
7351
- "path": [
7352
- "global",
7353
- "icon",
7354
- "color",
7355
- "on-brand",
7356
- "accent",
7357
- "default"
7358
- ],
7359
- "references": [
7360
- {
7361
- "description": "Use as the color for icons that are placed on an inverse background color",
7362
- "type": "color",
7363
- "value": "#1f1f1f",
7364
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
7365
- "isSource": true,
7366
- "original": {
7367
- "description": "Use as the color for icons that are placed on an inverse background color",
7368
- "type": "color",
7369
- "value": "{global.dark.icon.color.300}"
7370
- },
7371
- "name": "pf-t--global--icon--color--inverse",
7372
- "attributes": {
7373
- "category": "global",
7374
- "type": "icon",
7375
- "item": "color",
7376
- "subitem": "inverse"
7377
- },
7378
- "path": [
7379
- "global",
7380
- "icon",
7381
- "color",
7382
- "inverse"
7383
- ],
7384
- "references": [
7385
- {
7386
- "type": "color",
7387
- "value": "#1f1f1f",
7388
- "filePath": "tokens/default/glass-dark/base.dark.json",
7389
- "isSource": true,
7390
- "original": {
7391
- "type": "color",
7392
- "value": "{color.gray.90}"
7393
- },
7394
- "name": "pf-t--global--dark--icon--color--300",
7395
- "attributes": {
7396
- "category": "global",
7397
- "type": "dark",
7398
- "item": "icon",
7399
- "subitem": "color",
7400
- "state": "300"
7401
- },
7402
- "path": [
7403
- "global",
7404
- "dark",
7405
- "icon",
7406
- "color",
7407
- "300"
7408
- ],
7409
- "references": [
7410
- {
7411
- "type": "color",
7412
- "value": "#1f1f1f",
7413
- "filePath": "tokens/default/glass-dark/palette.color.json",
7414
- "isSource": true,
7415
- "original": {
7416
- "type": "color",
7417
- "value": "#1f1f1f"
7418
- },
7419
- "name": "pf-t--color--gray--90",
7420
- "attributes": {
7421
- "category": "color",
7422
- "type": "gray",
7423
- "item": "90"
7424
- },
7425
- "path": [
7426
- "color",
7427
- "gray",
7428
- "90"
7429
- ]
7430
- }
7431
- ]
7432
- }
7433
- ]
7434
- }
7435
- ]
7436
- }
7437
- },
7438
7331
  "pf-t--global--icon--color--on-brand--subtle--default": {
7439
7332
  "default": {
7440
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.",
@@ -15739,11 +15632,13 @@
15739
15632
  },
15740
15633
  "pf-t--global--border--color--control--default": {
15741
15634
  "default": {
15635
+ "description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
15742
15636
  "type": "color",
15743
15637
  "value": "#a3a3a3",
15744
15638
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
15745
15639
  "isSource": true,
15746
15640
  "original": {
15641
+ "description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
15747
15642
  "type": "color",
15748
15643
  "value": "{global.dark.border.color.200}"
15749
15644
  },
@@ -15816,13 +15711,15 @@
15816
15711
  },
15817
15712
  "pf-t--global--border--color--control--read-only": {
15818
15713
  "default": {
15714
+ "description": "Use as the read-only border for control elements like form inputs, menu toggles.",
15819
15715
  "type": "color",
15820
- "value": "rgba(41, 41, 41, 0.5000)",
15716
+ "value": "#383838",
15821
15717
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
15822
15718
  "isSource": true,
15823
15719
  "original": {
15720
+ "description": "Use as the read-only border for control elements like form inputs, menu toggles.",
15824
15721
  "type": "color",
15825
- "value": "{global.border.color.alt}"
15722
+ "value": "{global.dark.border.color.50}"
15826
15723
  },
15827
15724
  "name": "pf-t--global--border--color--control--read-only",
15828
15725
  "attributes": {
@@ -15841,55 +15738,49 @@
15841
15738
  ],
15842
15739
  "references": [
15843
15740
  {
15844
- "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",
15845
15741
  "type": "color",
15846
- "value": "rgba(41, 41, 41, 0.5000)",
15847
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
15742
+ "value": "#383838",
15743
+ "filePath": "tokens/default/glass-dark/base.dark.json",
15848
15744
  "isSource": true,
15849
15745
  "original": {
15850
- "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",
15851
15746
  "type": "color",
15852
- "value": "{global.background.color.primary.default}"
15747
+ "value": "{color.gray.70}"
15853
15748
  },
15854
- "name": "pf-t--global--border--color--alt",
15749
+ "name": "pf-t--global--dark--border--color--50",
15855
15750
  "attributes": {
15856
15751
  "category": "global",
15857
- "type": "border",
15858
- "item": "color",
15859
- "subitem": "alt"
15752
+ "type": "dark",
15753
+ "item": "border",
15754
+ "subitem": "color",
15755
+ "state": "50"
15860
15756
  },
15861
15757
  "path": [
15862
15758
  "global",
15759
+ "dark",
15863
15760
  "border",
15864
15761
  "color",
15865
- "alt"
15762
+ "50"
15866
15763
  ],
15867
15764
  "references": [
15868
15765
  {
15869
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15870
15766
  "type": "color",
15871
- "value": "rgba(41, 41, 41, 0.5000)",
15872
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
15767
+ "value": "#383838",
15768
+ "filePath": "tokens/default/glass-dark/palette.color.json",
15873
15769
  "isSource": true,
15874
15770
  "original": {
15875
- "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
15876
15771
  "type": "color",
15877
- "value": "rgba(41, 41, 41, 0.5000)"
15772
+ "value": "#383838"
15878
15773
  },
15879
- "name": "pf-t--global--background--color--primary--default",
15774
+ "name": "pf-t--color--gray--70",
15880
15775
  "attributes": {
15881
- "category": "global",
15882
- "type": "background",
15883
- "item": "color",
15884
- "subitem": "primary",
15885
- "state": "default"
15776
+ "category": "color",
15777
+ "type": "gray",
15778
+ "item": "70"
15886
15779
  },
15887
15780
  "path": [
15888
- "global",
15889
- "background",
15890
15781
  "color",
15891
- "primary",
15892
- "default"
15782
+ "gray",
15783
+ "70"
15893
15784
  ]
15894
15785
  }
15895
15786
  ]
@@ -16217,13 +16108,13 @@
16217
16108
  },
16218
16109
  "pf-t--global--border--color--brand--subtle--default": {
16219
16110
  "default": {
16220
- "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",
16221
16112
  "type": "color",
16222
16113
  "value": "#004d99",
16223
16114
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
16224
16115
  "isSource": true,
16225
16116
  "original": {
16226
- "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",
16227
16118
  "type": "color",
16228
16119
  "value": "{global.dark.color.brand.subtle.200}"
16229
16120
  },
@@ -16298,13 +16189,13 @@
16298
16189
  },
16299
16190
  "pf-t--global--border--color--brand--subtle--hover": {
16300
16191
  "default": {
16301
- "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",
16302
16193
  "type": "color",
16303
16194
  "value": "#92c5f9",
16304
16195
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
16305
16196
  "isSource": true,
16306
16197
  "original": {
16307
- "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",
16308
16199
  "type": "color",
16309
16200
  "value": "{global.dark.color.brand.subtle.300}"
16310
16201
  },
@@ -16379,13 +16270,13 @@
16379
16270
  },
16380
16271
  "pf-t--global--border--color--brand--subtle--clicked": {
16381
16272
  "default": {
16382
- "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",
16383
16274
  "type": "color",
16384
16275
  "value": "#92c5f9",
16385
16276
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
16386
16277
  "isSource": true,
16387
16278
  "original": {
16388
- "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",
16389
16280
  "type": "color",
16390
16281
  "value": "{global.dark.color.brand.subtle.300}"
16391
16282
  },
@@ -29833,12 +29724,12 @@
29833
29724
  "pf-t--global--text-decoration--color--default": {
29834
29725
  "default": {
29835
29726
  "type": "color",
29836
- "value": "#4d4d4d",
29727
+ "value": "#a3a3a3",
29837
29728
  "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
29838
29729
  "isSource": true,
29839
29730
  "original": {
29840
29731
  "type": "color",
29841
- "value": "{global.border.color.default}"
29732
+ "value": "{global.dark.border.color.200}"
29842
29733
  },
29843
29734
  "name": "pf-t--global--text-decoration--color--default",
29844
29735
  "attributes": {
@@ -29855,76 +29746,49 @@
29855
29746
  ],
29856
29747
  "references": [
29857
29748
  {
29858
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
29859
29749
  "type": "color",
29860
- "value": "#4d4d4d",
29861
- "filePath": "tokens/default/glass-dark/semantic.glass.dark.json",
29750
+ "value": "#a3a3a3",
29751
+ "filePath": "tokens/default/glass-dark/base.dark.json",
29862
29752
  "isSource": true,
29863
29753
  "original": {
29864
- "description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
29865
29754
  "type": "color",
29866
- "value": "{global.dark.border.color.100}"
29755
+ "value": "{color.gray.40}"
29867
29756
  },
29868
- "name": "pf-t--global--border--color--default",
29757
+ "name": "pf-t--global--dark--border--color--200",
29869
29758
  "attributes": {
29870
29759
  "category": "global",
29871
- "type": "border",
29872
- "item": "color",
29873
- "subitem": "default"
29760
+ "type": "dark",
29761
+ "item": "border",
29762
+ "subitem": "color",
29763
+ "state": "200"
29874
29764
  },
29875
29765
  "path": [
29876
29766
  "global",
29767
+ "dark",
29877
29768
  "border",
29878
29769
  "color",
29879
- "default"
29770
+ "200"
29880
29771
  ],
29881
29772
  "references": [
29882
29773
  {
29883
29774
  "type": "color",
29884
- "value": "#4d4d4d",
29885
- "filePath": "tokens/default/glass-dark/base.dark.json",
29775
+ "value": "#a3a3a3",
29776
+ "filePath": "tokens/default/glass-dark/palette.color.json",
29886
29777
  "isSource": true,
29887
29778
  "original": {
29888
29779
  "type": "color",
29889
- "value": "{color.gray.60}"
29780
+ "value": "#a3a3a3"
29890
29781
  },
29891
- "name": "pf-t--global--dark--border--color--100",
29782
+ "name": "pf-t--color--gray--40",
29892
29783
  "attributes": {
29893
- "category": "global",
29894
- "type": "dark",
29895
- "item": "border",
29896
- "subitem": "color",
29897
- "state": "100"
29784
+ "category": "color",
29785
+ "type": "gray",
29786
+ "item": "40"
29898
29787
  },
29899
29788
  "path": [
29900
- "global",
29901
- "dark",
29902
- "border",
29903
29789
  "color",
29904
- "100"
29905
- ],
29906
- "references": [
29907
- {
29908
- "type": "color",
29909
- "value": "#4d4d4d",
29910
- "filePath": "tokens/default/glass-dark/palette.color.json",
29911
- "isSource": true,
29912
- "original": {
29913
- "type": "color",
29914
- "value": "#4d4d4d"
29915
- },
29916
- "name": "pf-t--color--gray--60",
29917
- "attributes": {
29918
- "category": "color",
29919
- "type": "gray",
29920
- "item": "60"
29921
- },
29922
- "path": [
29923
- "color",
29924
- "gray",
29925
- "60"
29926
- ]
29927
- }
29790
+ "gray",
29791
+ "40"
29928
29792
  ]
29929
29793
  }
29930
29794
  ]
@@ -35142,6 +35006,113 @@
35142
35006
  ]
35143
35007
  }
35144
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
+ },
35145
35116
  "pf-t--global--icon--color--on-brand--accent--hover": {
35146
35117
  "redhat": {
35147
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.",
@@ -35358,13 +35329,13 @@
35358
35329
  },
35359
35330
  "pf-t--global--border--color--brand--accent--default": {
35360
35331
  "redhat": {
35361
- "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",
35362
35333
  "type": "color",
35363
35334
  "value": "#ffffff",
35364
35335
  "filePath": "tokens/redhat/glass-dark/redhat.color.glass.dark.json",
35365
35336
  "isSource": true,
35366
35337
  "original": {
35367
- "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",
35368
35339
  "type": "color",
35369
35340
  "value": "{global.dark.color.brand.accent.400}"
35370
35341
  },
@@ -35437,13 +35408,13 @@
35437
35408
  },
35438
35409
  "pf-t--global--border--color--brand--accent--hover": {
35439
35410
  "redhat": {
35440
- "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",
35441
35412
  "type": "color",
35442
35413
  "value": "#ffffff",
35443
35414
  "filePath": "tokens/redhat/glass-dark/redhat.color.glass.dark.json",
35444
35415
  "isSource": true,
35445
35416
  "original": {
35446
- "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",
35447
35418
  "type": "color",
35448
35419
  "value": "{global.dark.color.brand.accent.400}"
35449
35420
  },
@@ -35516,13 +35487,13 @@
35516
35487
  },
35517
35488
  "pf-t--global--border--color--brand--accent--clicked": {
35518
35489
  "redhat": {
35519
- "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",
35520
35491
  "type": "color",
35521
35492
  "value": "#ffffff",
35522
35493
  "filePath": "tokens/redhat/glass-dark/redhat.color.glass.dark.json",
35523
35494
  "isSource": true,
35524
35495
  "original": {
35525
- "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",
35526
35497
  "type": "color",
35527
35498
  "value": "{global.dark.color.brand.accent.400}"
35528
35499
  },