@patternfly/design-tokens 1.15.1 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/tokens-dark.scss +3 -3
- package/build/css/tokens-default.scss +4 -5
- package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +1 -1
- package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +4 -3
- package/build/css/{tokens-redhat-glass.scss → tokens-felt-glass.scss} +4 -2
- package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -3
- package/build/css/tokens-felt-highcontrast.scss +121 -0
- package/build/css/{tokens-redhat.scss → tokens-felt.scss} +1 -1
- package/build/css/tokens-glass-dark.scss +2 -2
- package/build/css/tokens-glass.scss +1 -1
- package/build/css/tokens-palette.scss +1 -1
- package/build/css/tokens-redhat-highcontrast.scss +641 -10
- package/build.js +42 -42
- package/{config.redhat-dark.json → config.felt-dark.json} +2 -2
- package/{config.redhat-glass-dark.json → config.felt-glass-dark.json} +2 -2
- package/{config.redhat-glass.json → config.felt-glass.json} +2 -2
- package/{config.redhat-highcontrast-dark.json → config.felt-highcontrast-dark.json} +2 -2
- package/{config.redhat.json → config.felt.json} +2 -2
- package/{config.layers.redhat-dark.json → config.layers.felt-dark.json} +2 -2
- package/{config.layers.redhat-glass-dark.json → config.layers.felt-glass-dark.json} +2 -2
- package/{config.layers.redhat-glass.json → config.layers.felt-glass.json} +2 -2
- package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json} +2 -2
- package/package.json +1 -1
- package/patternfly-docs/content/token-layers-felt-dark.json +48543 -0
- package/patternfly-docs/content/token-layers-felt-glass-dark.json +37670 -0
- package/patternfly-docs/content/token-layers-felt-glass.json +52576 -0
- package/patternfly-docs/content/token-layers-felt-highcontrast-dark.json +38323 -0
- package/patternfly-docs/content/token-layers-glass-dark.json +4214 -4247
- package/patternfly-docs/content/token-layers-glass.json +4997 -5049
- package/patternfly-docs/content/token-layers-highcontrast-dark.json +2978 -3005
- package/patternfly-docs/content/token-layers-highcontrast.json +4177 -4229
- package/patternfly-docs/content/token-layers-redhat-dark.json +147 -170
- package/patternfly-docs/content/token-layers-redhat-glass-dark.json +165 -194
- package/patternfly-docs/content/token-layers-redhat-glass.json +298 -346
- package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +46 -69
- package/patternfly-docs/content/token-layers-redhat-highcontrast.json +4911 -4641
- package/patternfly-docs/content/token-layers-redhat.json +6147 -5881
- package/patternfly-docs/content/tokensTable.css +178 -0
- package/patternfly-docs/content/tokensTable.js +1078 -180
- package/patternfly-docs/content/tokensToolbar.js +240 -11
- package/patternfly-docs/generated/foundations-and-styles/design-tokens/all-design-tokens/design-tokens.js +37 -3
- package/patternfly-docs/generated/index.js +1 -0
- package/plugins/export-patternfly-tokens/dist/ui.html +344 -334
- package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
- package/tokens/default/dark/base.dark.json +42 -42
- package/tokens/default/dark/charts.dark.json +32 -32
- package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
- package/tokens/default/dark/palette.color.json +4 -4
- package/tokens/default/dark/semantic.dark.json +115 -115
- package/tokens/default/glass/base.dimension.json +24 -24
- package/tokens/default/glass/palette.color.json +4 -4
- package/tokens/default/glass/semantic.dimension.glass.json +137 -141
- package/tokens/default/glass/semantic.glass.json +114 -114
- package/tokens/default/glass-dark/base.dark.json +42 -42
- package/tokens/default/glass-dark/palette.color.json +4 -4
- package/tokens/default/glass-dark/semantic.glass.dark.json +115 -115
- package/tokens/default/highcontrast/base.dimension.json +24 -24
- package/tokens/default/highcontrast/palette.color.json +4 -4
- package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +136 -140
- package/tokens/default/highcontrast/semantic.highcontrast.json +114 -114
- package/tokens/default/highcontrast-dark/base.dark.json +42 -42
- package/tokens/default/highcontrast-dark/palette.color.json +4 -4
- package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +115 -115
- package/tokens/default/light/base.dimension.json +24 -24
- package/tokens/default/light/charts.highcontrast.json +765 -0
- package/tokens/default/light/charts.json +32 -32
- package/tokens/default/light/palette.color.json +4 -4
- package/tokens/default/light/semantic.dimension.json +137 -141
- package/tokens/default/light/semantic.json +114 -114
- package/tokens/default/light/semantic.motion.json +17 -17
- package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +19 -19
- package/tokens/{redhat/light/redhat.color.json → felt/glass/felt.color.glass.json} +10 -10
- package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
- package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +22 -17
- package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
- package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
- package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
- package/tokens/{redhat/glass/redhat.color.glass.json → felt/light/felt.color.json} +10 -10
- package/tokens/felt/light/felt.dimension.json +23 -0
- package/tokens/redhat/glass/redhat.dimension.glass.json +0 -2
- /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
|
@@ -9295,11 +9295,13 @@
|
|
|
9295
9295
|
},
|
|
9296
9296
|
"pf-t--global--border--color--control--default": {
|
|
9297
9297
|
"default": {
|
|
9298
|
+
"description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
|
|
9298
9299
|
"type": "color",
|
|
9299
9300
|
"value": "#8c8c8c",
|
|
9300
9301
|
"filePath": "tokens/default/glass/semantic.glass.json",
|
|
9301
9302
|
"isSource": true,
|
|
9302
9303
|
"original": {
|
|
9304
|
+
"description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
|
|
9303
9305
|
"type": "color",
|
|
9304
9306
|
"value": "{global.border.color.300}"
|
|
9305
9307
|
},
|
|
@@ -9370,11 +9372,13 @@
|
|
|
9370
9372
|
},
|
|
9371
9373
|
"pf-t--global--border--color--control--read-only": {
|
|
9372
9374
|
"default": {
|
|
9375
|
+
"description": "Use as the read-only border for control elements like form inputs, menu toggles.",
|
|
9373
9376
|
"type": "color",
|
|
9374
9377
|
"value": "#c7c7c7",
|
|
9375
9378
|
"filePath": "tokens/default/glass/semantic.glass.json",
|
|
9376
9379
|
"isSource": true,
|
|
9377
9380
|
"original": {
|
|
9381
|
+
"description": "Use as the read-only border for control elements like form inputs, menu toggles.",
|
|
9378
9382
|
"type": "color",
|
|
9379
9383
|
"value": "{global.border.color.100}"
|
|
9380
9384
|
},
|
|
@@ -9757,13 +9761,13 @@
|
|
|
9757
9761
|
},
|
|
9758
9762
|
"pf-t--global--border--color--brand--subtle--default": {
|
|
9759
9763
|
"default": {
|
|
9760
|
-
"description": "Use as the default border color for any
|
|
9764
|
+
"description": "Use as the default border color for any subtle brand element like toggle groups",
|
|
9761
9765
|
"type": "color",
|
|
9762
9766
|
"value": "#b9dafc",
|
|
9763
9767
|
"filePath": "tokens/default/glass/semantic.glass.json",
|
|
9764
9768
|
"isSource": true,
|
|
9765
9769
|
"original": {
|
|
9766
|
-
"description": "Use as the default border color for any
|
|
9770
|
+
"description": "Use as the default border color for any subtle brand element like toggle groups",
|
|
9767
9771
|
"type": "color",
|
|
9768
9772
|
"value": "{global.color.brand.subtle.200}"
|
|
9769
9773
|
},
|
|
@@ -9837,13 +9841,13 @@
|
|
|
9837
9841
|
},
|
|
9838
9842
|
"pf-t--global--border--color--brand--subtle--hover": {
|
|
9839
9843
|
"default": {
|
|
9840
|
-
"description": "Use as the hover
|
|
9844
|
+
"description": "Use as the hover border color for any subtle brand element like toggle groups",
|
|
9841
9845
|
"type": "color",
|
|
9842
9846
|
"value": "#4394e5",
|
|
9843
9847
|
"filePath": "tokens/default/glass/semantic.glass.json",
|
|
9844
9848
|
"isSource": true,
|
|
9845
9849
|
"original": {
|
|
9846
|
-
"description": "Use as the hover
|
|
9850
|
+
"description": "Use as the hover border color for any subtle brand element like toggle groups",
|
|
9847
9851
|
"type": "color",
|
|
9848
9852
|
"value": "{global.color.brand.subtle.300}"
|
|
9849
9853
|
},
|
|
@@ -9917,13 +9921,13 @@
|
|
|
9917
9921
|
},
|
|
9918
9922
|
"pf-t--global--border--color--brand--subtle--clicked": {
|
|
9919
9923
|
"default": {
|
|
9920
|
-
"description": "Use as the clicked
|
|
9924
|
+
"description": "Use as the clicked border color for any subtle brand element like toggle groups",
|
|
9921
9925
|
"type": "color",
|
|
9922
9926
|
"value": "#4394e5",
|
|
9923
9927
|
"filePath": "tokens/default/glass/semantic.glass.json",
|
|
9924
9928
|
"isSource": true,
|
|
9925
9929
|
"original": {
|
|
9926
|
-
"description": "Use as the clicked
|
|
9930
|
+
"description": "Use as the clicked border color for any subtle brand element like toggle groups",
|
|
9927
9931
|
"type": "color",
|
|
9928
9932
|
"value": "{global.color.brand.subtle.300}"
|
|
9929
9933
|
},
|
|
@@ -14702,12 +14706,12 @@
|
|
|
14702
14706
|
"pf-t--global--text-decoration--color--default": {
|
|
14703
14707
|
"default": {
|
|
14704
14708
|
"type": "color",
|
|
14705
|
-
"value": "#
|
|
14709
|
+
"value": "#8c8c8c",
|
|
14706
14710
|
"filePath": "tokens/default/glass/semantic.glass.json",
|
|
14707
14711
|
"isSource": true,
|
|
14708
14712
|
"original": {
|
|
14709
14713
|
"type": "color",
|
|
14710
|
-
"value": "{global.border.color.
|
|
14714
|
+
"value": "{global.border.color.300}"
|
|
14711
14715
|
},
|
|
14712
14716
|
"name": "pf-t--global--text-decoration--color--default",
|
|
14713
14717
|
"attributes": {
|
|
@@ -14724,74 +14728,47 @@
|
|
|
14724
14728
|
],
|
|
14725
14729
|
"references": [
|
|
14726
14730
|
{
|
|
14727
|
-
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
14728
14731
|
"type": "color",
|
|
14729
|
-
"value": "#
|
|
14730
|
-
"filePath": "tokens/default/glass/
|
|
14732
|
+
"value": "#8c8c8c",
|
|
14733
|
+
"filePath": "tokens/default/glass/base.json",
|
|
14731
14734
|
"isSource": true,
|
|
14732
14735
|
"original": {
|
|
14733
|
-
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
14734
14736
|
"type": "color",
|
|
14735
|
-
"value": "{
|
|
14737
|
+
"value": "{color.gray.45}"
|
|
14736
14738
|
},
|
|
14737
|
-
"name": "pf-t--global--border--color--
|
|
14739
|
+
"name": "pf-t--global--border--color--300",
|
|
14738
14740
|
"attributes": {
|
|
14739
14741
|
"category": "global",
|
|
14740
14742
|
"type": "border",
|
|
14741
14743
|
"item": "color",
|
|
14742
|
-
"subitem": "
|
|
14744
|
+
"subitem": "300"
|
|
14743
14745
|
},
|
|
14744
14746
|
"path": [
|
|
14745
14747
|
"global",
|
|
14746
14748
|
"border",
|
|
14747
14749
|
"color",
|
|
14748
|
-
"
|
|
14750
|
+
"300"
|
|
14749
14751
|
],
|
|
14750
14752
|
"references": [
|
|
14751
14753
|
{
|
|
14752
14754
|
"type": "color",
|
|
14753
|
-
"value": "#
|
|
14754
|
-
"filePath": "tokens/default/glass/
|
|
14755
|
+
"value": "#8c8c8c",
|
|
14756
|
+
"filePath": "tokens/default/glass/palette.color.json",
|
|
14755
14757
|
"isSource": true,
|
|
14756
14758
|
"original": {
|
|
14757
14759
|
"type": "color",
|
|
14758
|
-
"value": "
|
|
14760
|
+
"value": "#8c8c8c"
|
|
14759
14761
|
},
|
|
14760
|
-
"name": "pf-t--
|
|
14762
|
+
"name": "pf-t--color--gray--45",
|
|
14761
14763
|
"attributes": {
|
|
14762
|
-
"category": "
|
|
14763
|
-
"type": "
|
|
14764
|
-
"item": "
|
|
14765
|
-
"subitem": "100"
|
|
14764
|
+
"category": "color",
|
|
14765
|
+
"type": "gray",
|
|
14766
|
+
"item": "45"
|
|
14766
14767
|
},
|
|
14767
14768
|
"path": [
|
|
14768
|
-
"global",
|
|
14769
|
-
"border",
|
|
14770
14769
|
"color",
|
|
14771
|
-
"
|
|
14772
|
-
|
|
14773
|
-
"references": [
|
|
14774
|
-
{
|
|
14775
|
-
"type": "color",
|
|
14776
|
-
"value": "#c7c7c7",
|
|
14777
|
-
"filePath": "tokens/default/glass/palette.color.json",
|
|
14778
|
-
"isSource": true,
|
|
14779
|
-
"original": {
|
|
14780
|
-
"type": "color",
|
|
14781
|
-
"value": "#c7c7c7"
|
|
14782
|
-
},
|
|
14783
|
-
"name": "pf-t--color--gray--30",
|
|
14784
|
-
"attributes": {
|
|
14785
|
-
"category": "color",
|
|
14786
|
-
"type": "gray",
|
|
14787
|
-
"item": "30"
|
|
14788
|
-
},
|
|
14789
|
-
"path": [
|
|
14790
|
-
"color",
|
|
14791
|
-
"gray",
|
|
14792
|
-
"30"
|
|
14793
|
-
]
|
|
14794
|
-
}
|
|
14770
|
+
"gray",
|
|
14771
|
+
"45"
|
|
14795
14772
|
]
|
|
14796
14773
|
}
|
|
14797
14774
|
]
|
|
@@ -37073,153 +37050,153 @@
|
|
|
37073
37050
|
]
|
|
37074
37051
|
}
|
|
37075
37052
|
},
|
|
37076
|
-
"pf-t--global--font--
|
|
37053
|
+
"pf-t--global--font--line-height--100": {
|
|
37077
37054
|
"default": {
|
|
37078
37055
|
"type": "number",
|
|
37079
|
-
"value":
|
|
37056
|
+
"value": 1.3,
|
|
37080
37057
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
37081
37058
|
"isSource": true,
|
|
37082
37059
|
"original": {
|
|
37083
37060
|
"type": "number",
|
|
37084
|
-
"value":
|
|
37061
|
+
"value": 1.2999999523162842
|
|
37085
37062
|
},
|
|
37086
|
-
"name": "pf-t--global--font--
|
|
37063
|
+
"name": "pf-t--global--font--line-height--100",
|
|
37087
37064
|
"attributes": {
|
|
37088
37065
|
"category": "global",
|
|
37089
37066
|
"type": "font",
|
|
37090
|
-
"item": "
|
|
37067
|
+
"item": "line-height",
|
|
37091
37068
|
"subitem": "100"
|
|
37092
37069
|
},
|
|
37093
37070
|
"path": [
|
|
37094
37071
|
"global",
|
|
37095
37072
|
"font",
|
|
37096
|
-
"
|
|
37073
|
+
"line-height",
|
|
37097
37074
|
"100"
|
|
37098
37075
|
]
|
|
37099
37076
|
}
|
|
37100
37077
|
},
|
|
37101
|
-
"pf-t--global--font--
|
|
37078
|
+
"pf-t--global--font--line-height--200": {
|
|
37102
37079
|
"default": {
|
|
37103
37080
|
"type": "number",
|
|
37104
|
-
"value":
|
|
37081
|
+
"value": 1.5,
|
|
37105
37082
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
37106
37083
|
"isSource": true,
|
|
37107
37084
|
"original": {
|
|
37108
37085
|
"type": "number",
|
|
37109
|
-
"value":
|
|
37086
|
+
"value": 1.5
|
|
37110
37087
|
},
|
|
37111
|
-
"name": "pf-t--global--font--
|
|
37088
|
+
"name": "pf-t--global--font--line-height--200",
|
|
37112
37089
|
"attributes": {
|
|
37113
37090
|
"category": "global",
|
|
37114
37091
|
"type": "font",
|
|
37115
|
-
"item": "
|
|
37092
|
+
"item": "line-height",
|
|
37116
37093
|
"subitem": "200"
|
|
37117
37094
|
},
|
|
37118
37095
|
"path": [
|
|
37119
37096
|
"global",
|
|
37120
37097
|
"font",
|
|
37121
|
-
"
|
|
37098
|
+
"line-height",
|
|
37122
37099
|
"200"
|
|
37123
37100
|
]
|
|
37124
37101
|
}
|
|
37125
37102
|
},
|
|
37126
|
-
"pf-t--global--font--weight--
|
|
37103
|
+
"pf-t--global--font--weight--100": {
|
|
37127
37104
|
"default": {
|
|
37128
37105
|
"type": "number",
|
|
37129
|
-
"value":
|
|
37106
|
+
"value": 400,
|
|
37130
37107
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
37131
37108
|
"isSource": true,
|
|
37132
37109
|
"original": {
|
|
37133
37110
|
"type": "number",
|
|
37134
|
-
"value":
|
|
37111
|
+
"value": 400
|
|
37135
37112
|
},
|
|
37136
|
-
"name": "pf-t--global--font--weight--
|
|
37113
|
+
"name": "pf-t--global--font--weight--100",
|
|
37137
37114
|
"attributes": {
|
|
37138
37115
|
"category": "global",
|
|
37139
37116
|
"type": "font",
|
|
37140
37117
|
"item": "weight",
|
|
37141
|
-
"subitem": "
|
|
37118
|
+
"subitem": "100"
|
|
37142
37119
|
},
|
|
37143
37120
|
"path": [
|
|
37144
37121
|
"global",
|
|
37145
37122
|
"font",
|
|
37146
37123
|
"weight",
|
|
37147
|
-
"
|
|
37124
|
+
"100"
|
|
37148
37125
|
]
|
|
37149
37126
|
}
|
|
37150
37127
|
},
|
|
37151
|
-
"pf-t--global--font--weight--
|
|
37128
|
+
"pf-t--global--font--weight--200": {
|
|
37152
37129
|
"default": {
|
|
37153
37130
|
"type": "number",
|
|
37154
|
-
"value":
|
|
37131
|
+
"value": 500,
|
|
37155
37132
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
37156
37133
|
"isSource": true,
|
|
37157
37134
|
"original": {
|
|
37158
37135
|
"type": "number",
|
|
37159
|
-
"value":
|
|
37136
|
+
"value": 500
|
|
37160
37137
|
},
|
|
37161
|
-
"name": "pf-t--global--font--weight--
|
|
37138
|
+
"name": "pf-t--global--font--weight--200",
|
|
37162
37139
|
"attributes": {
|
|
37163
37140
|
"category": "global",
|
|
37164
37141
|
"type": "font",
|
|
37165
37142
|
"item": "weight",
|
|
37166
|
-
"subitem": "
|
|
37143
|
+
"subitem": "200"
|
|
37167
37144
|
},
|
|
37168
37145
|
"path": [
|
|
37169
37146
|
"global",
|
|
37170
37147
|
"font",
|
|
37171
37148
|
"weight",
|
|
37172
|
-
"
|
|
37149
|
+
"200"
|
|
37173
37150
|
]
|
|
37174
37151
|
}
|
|
37175
37152
|
},
|
|
37176
|
-
"pf-t--global--font--
|
|
37153
|
+
"pf-t--global--font--weight--300": {
|
|
37177
37154
|
"default": {
|
|
37178
37155
|
"type": "number",
|
|
37179
|
-
"value":
|
|
37156
|
+
"value": 500,
|
|
37180
37157
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
37181
37158
|
"isSource": true,
|
|
37182
37159
|
"original": {
|
|
37183
37160
|
"type": "number",
|
|
37184
|
-
"value":
|
|
37161
|
+
"value": 500
|
|
37185
37162
|
},
|
|
37186
|
-
"name": "pf-t--global--font--
|
|
37163
|
+
"name": "pf-t--global--font--weight--300",
|
|
37187
37164
|
"attributes": {
|
|
37188
37165
|
"category": "global",
|
|
37189
37166
|
"type": "font",
|
|
37190
|
-
"item": "
|
|
37191
|
-
"subitem": "
|
|
37167
|
+
"item": "weight",
|
|
37168
|
+
"subitem": "300"
|
|
37192
37169
|
},
|
|
37193
37170
|
"path": [
|
|
37194
37171
|
"global",
|
|
37195
37172
|
"font",
|
|
37196
|
-
"
|
|
37197
|
-
"
|
|
37173
|
+
"weight",
|
|
37174
|
+
"300"
|
|
37198
37175
|
]
|
|
37199
37176
|
}
|
|
37200
37177
|
},
|
|
37201
|
-
"pf-t--global--font--
|
|
37178
|
+
"pf-t--global--font--weight--400": {
|
|
37202
37179
|
"default": {
|
|
37203
37180
|
"type": "number",
|
|
37204
|
-
"value":
|
|
37181
|
+
"value": 700,
|
|
37205
37182
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
37206
37183
|
"isSource": true,
|
|
37207
37184
|
"original": {
|
|
37208
37185
|
"type": "number",
|
|
37209
|
-
"value":
|
|
37186
|
+
"value": 700
|
|
37210
37187
|
},
|
|
37211
|
-
"name": "pf-t--global--font--
|
|
37188
|
+
"name": "pf-t--global--font--weight--400",
|
|
37212
37189
|
"attributes": {
|
|
37213
37190
|
"category": "global",
|
|
37214
37191
|
"type": "font",
|
|
37215
|
-
"item": "
|
|
37216
|
-
"subitem": "
|
|
37192
|
+
"item": "weight",
|
|
37193
|
+
"subitem": "400"
|
|
37217
37194
|
},
|
|
37218
37195
|
"path": [
|
|
37219
37196
|
"global",
|
|
37220
37197
|
"font",
|
|
37221
|
-
"
|
|
37222
|
-
"
|
|
37198
|
+
"weight",
|
|
37199
|
+
"400"
|
|
37223
37200
|
]
|
|
37224
37201
|
}
|
|
37225
37202
|
},
|
|
@@ -41216,6 +41193,58 @@
|
|
|
41216
41193
|
]
|
|
41217
41194
|
}
|
|
41218
41195
|
},
|
|
41196
|
+
"pf-t--global--icon--size--3xl": {
|
|
41197
|
+
"default": {
|
|
41198
|
+
"description": "Use for triple extra large icons.",
|
|
41199
|
+
"type": "number",
|
|
41200
|
+
"value": "6rem",
|
|
41201
|
+
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
41202
|
+
"isSource": true,
|
|
41203
|
+
"original": {
|
|
41204
|
+
"description": "Use for triple extra large icons.",
|
|
41205
|
+
"type": "number",
|
|
41206
|
+
"value": "{global.icon.size.500}"
|
|
41207
|
+
},
|
|
41208
|
+
"name": "pf-t--global--icon--size--3xl",
|
|
41209
|
+
"attributes": {
|
|
41210
|
+
"category": "global",
|
|
41211
|
+
"type": "icon",
|
|
41212
|
+
"item": "size",
|
|
41213
|
+
"subitem": "3xl"
|
|
41214
|
+
},
|
|
41215
|
+
"path": [
|
|
41216
|
+
"global",
|
|
41217
|
+
"icon",
|
|
41218
|
+
"size",
|
|
41219
|
+
"3xl"
|
|
41220
|
+
],
|
|
41221
|
+
"references": [
|
|
41222
|
+
{
|
|
41223
|
+
"type": "number",
|
|
41224
|
+
"value": "6rem",
|
|
41225
|
+
"filePath": "tokens/default/glass/base.dimension.json",
|
|
41226
|
+
"isSource": true,
|
|
41227
|
+
"original": {
|
|
41228
|
+
"type": "number",
|
|
41229
|
+
"value": 96
|
|
41230
|
+
},
|
|
41231
|
+
"name": "pf-t--global--icon--size--500",
|
|
41232
|
+
"attributes": {
|
|
41233
|
+
"category": "global",
|
|
41234
|
+
"type": "icon",
|
|
41235
|
+
"item": "size",
|
|
41236
|
+
"subitem": "500"
|
|
41237
|
+
},
|
|
41238
|
+
"path": [
|
|
41239
|
+
"global",
|
|
41240
|
+
"icon",
|
|
41241
|
+
"size",
|
|
41242
|
+
"500"
|
|
41243
|
+
]
|
|
41244
|
+
}
|
|
41245
|
+
]
|
|
41246
|
+
}
|
|
41247
|
+
},
|
|
41219
41248
|
"pf-t--global--icon--size--font--heading--h1": {
|
|
41220
41249
|
"default": {
|
|
41221
41250
|
"description": "Use for icons that are placed inline with first level headings",
|
|
@@ -42859,82 +42888,86 @@
|
|
|
42859
42888
|
]
|
|
42860
42889
|
}
|
|
42861
42890
|
},
|
|
42862
|
-
"pf-t--global--
|
|
42891
|
+
"pf-t--global--border--width--divider--default": {
|
|
42863
42892
|
"default": {
|
|
42864
|
-
"description": "Use
|
|
42893
|
+
"description": "Use as the default border width for dividers.",
|
|
42865
42894
|
"type": "number",
|
|
42866
|
-
"value": "
|
|
42895
|
+
"value": "1px",
|
|
42867
42896
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
42868
42897
|
"isSource": true,
|
|
42869
42898
|
"original": {
|
|
42870
|
-
"description": "Use
|
|
42899
|
+
"description": "Use as the default border width for dividers.",
|
|
42871
42900
|
"type": "number",
|
|
42872
|
-
"value": "{global.
|
|
42901
|
+
"value": "{global.border.width.100}"
|
|
42873
42902
|
},
|
|
42874
|
-
"name": "pf-t--global--
|
|
42903
|
+
"name": "pf-t--global--border--width--divider--default",
|
|
42875
42904
|
"attributes": {
|
|
42876
42905
|
"category": "global",
|
|
42877
|
-
"type": "
|
|
42878
|
-
"item": "
|
|
42879
|
-
"subitem": "
|
|
42906
|
+
"type": "border",
|
|
42907
|
+
"item": "width",
|
|
42908
|
+
"subitem": "divider",
|
|
42909
|
+
"state": "default"
|
|
42880
42910
|
},
|
|
42881
42911
|
"path": [
|
|
42882
42912
|
"global",
|
|
42883
|
-
"
|
|
42884
|
-
"
|
|
42885
|
-
"
|
|
42913
|
+
"border",
|
|
42914
|
+
"width",
|
|
42915
|
+
"divider",
|
|
42916
|
+
"default"
|
|
42886
42917
|
],
|
|
42887
42918
|
"references": [
|
|
42888
42919
|
{
|
|
42889
42920
|
"type": "number",
|
|
42890
|
-
"value": "
|
|
42921
|
+
"value": "1px",
|
|
42891
42922
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
42892
42923
|
"isSource": true,
|
|
42893
42924
|
"original": {
|
|
42894
42925
|
"type": "number",
|
|
42895
|
-
"value":
|
|
42926
|
+
"value": 1
|
|
42896
42927
|
},
|
|
42897
|
-
"name": "pf-t--global--
|
|
42928
|
+
"name": "pf-t--global--border--width--100",
|
|
42898
42929
|
"attributes": {
|
|
42899
42930
|
"category": "global",
|
|
42900
|
-
"type": "
|
|
42901
|
-
"item": "
|
|
42902
|
-
"subitem": "
|
|
42931
|
+
"type": "border",
|
|
42932
|
+
"item": "width",
|
|
42933
|
+
"subitem": "100"
|
|
42903
42934
|
},
|
|
42904
42935
|
"path": [
|
|
42905
42936
|
"global",
|
|
42906
|
-
"
|
|
42907
|
-
"
|
|
42908
|
-
"
|
|
42937
|
+
"border",
|
|
42938
|
+
"width",
|
|
42939
|
+
"100"
|
|
42909
42940
|
]
|
|
42910
42941
|
}
|
|
42911
42942
|
]
|
|
42912
42943
|
}
|
|
42913
42944
|
},
|
|
42914
|
-
"pf-t--global--border--width--
|
|
42945
|
+
"pf-t--global--border--width--divider--hover": {
|
|
42915
42946
|
"default": {
|
|
42916
|
-
"description": "Use as the
|
|
42947
|
+
"description": "Use as the border width hover state for dividers.",
|
|
42917
42948
|
"type": "number",
|
|
42918
42949
|
"value": "1px",
|
|
42919
42950
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
42920
42951
|
"isSource": true,
|
|
42921
42952
|
"original": {
|
|
42922
|
-
"description": "Use as the
|
|
42953
|
+
"description": "Use as the border width hover state for dividers.",
|
|
42923
42954
|
"type": "number",
|
|
42924
42955
|
"value": "{global.border.width.100}"
|
|
42925
42956
|
},
|
|
42926
|
-
"name": "pf-t--global--border--width--
|
|
42957
|
+
"name": "pf-t--global--border--width--divider--hover",
|
|
42927
42958
|
"attributes": {
|
|
42928
42959
|
"category": "global",
|
|
42929
42960
|
"type": "border",
|
|
42930
42961
|
"item": "width",
|
|
42931
|
-
"subitem": "
|
|
42962
|
+
"subitem": "divider",
|
|
42963
|
+
"state": "hover"
|
|
42932
42964
|
},
|
|
42933
42965
|
"path": [
|
|
42934
42966
|
"global",
|
|
42935
42967
|
"border",
|
|
42936
42968
|
"width",
|
|
42937
|
-
"
|
|
42969
|
+
"divider",
|
|
42970
|
+
"hover"
|
|
42938
42971
|
],
|
|
42939
42972
|
"references": [
|
|
42940
42973
|
{
|
|
@@ -42963,32 +42996,32 @@
|
|
|
42963
42996
|
]
|
|
42964
42997
|
}
|
|
42965
42998
|
},
|
|
42966
|
-
"pf-t--global--border--width--divider--
|
|
42999
|
+
"pf-t--global--border--width--divider--clicked": {
|
|
42967
43000
|
"default": {
|
|
42968
|
-
"description": "Use as the
|
|
43001
|
+
"description": "Use as the border width clicked state for dividers.",
|
|
42969
43002
|
"type": "number",
|
|
42970
43003
|
"value": "1px",
|
|
42971
43004
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
42972
43005
|
"isSource": true,
|
|
42973
43006
|
"original": {
|
|
42974
|
-
"description": "Use as the
|
|
43007
|
+
"description": "Use as the border width clicked state for dividers.",
|
|
42975
43008
|
"type": "number",
|
|
42976
43009
|
"value": "{global.border.width.100}"
|
|
42977
43010
|
},
|
|
42978
|
-
"name": "pf-t--global--border--width--divider--
|
|
43011
|
+
"name": "pf-t--global--border--width--divider--clicked",
|
|
42979
43012
|
"attributes": {
|
|
42980
43013
|
"category": "global",
|
|
42981
43014
|
"type": "border",
|
|
42982
43015
|
"item": "width",
|
|
42983
43016
|
"subitem": "divider",
|
|
42984
|
-
"state": "
|
|
43017
|
+
"state": "clicked"
|
|
42985
43018
|
},
|
|
42986
43019
|
"path": [
|
|
42987
43020
|
"global",
|
|
42988
43021
|
"border",
|
|
42989
43022
|
"width",
|
|
42990
43023
|
"divider",
|
|
42991
|
-
"
|
|
43024
|
+
"clicked"
|
|
42992
43025
|
],
|
|
42993
43026
|
"references": [
|
|
42994
43027
|
{
|
|
@@ -43017,86 +43050,30 @@
|
|
|
43017
43050
|
]
|
|
43018
43051
|
}
|
|
43019
43052
|
},
|
|
43020
|
-
"pf-t--global--border--width--
|
|
43021
|
-
"default": {
|
|
43022
|
-
"description": "Use as the border width hover state for dividers.",
|
|
43023
|
-
"type": "number",
|
|
43024
|
-
"value": "1px",
|
|
43025
|
-
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
43026
|
-
"isSource": true,
|
|
43027
|
-
"original": {
|
|
43028
|
-
"description": "Use as the border width hover state for dividers.",
|
|
43029
|
-
"type": "number",
|
|
43030
|
-
"value": "{global.border.width.100}"
|
|
43031
|
-
},
|
|
43032
|
-
"name": "pf-t--global--border--width--divider--hover",
|
|
43033
|
-
"attributes": {
|
|
43034
|
-
"category": "global",
|
|
43035
|
-
"type": "border",
|
|
43036
|
-
"item": "width",
|
|
43037
|
-
"subitem": "divider",
|
|
43038
|
-
"state": "hover"
|
|
43039
|
-
},
|
|
43040
|
-
"path": [
|
|
43041
|
-
"global",
|
|
43042
|
-
"border",
|
|
43043
|
-
"width",
|
|
43044
|
-
"divider",
|
|
43045
|
-
"hover"
|
|
43046
|
-
],
|
|
43047
|
-
"references": [
|
|
43048
|
-
{
|
|
43049
|
-
"type": "number",
|
|
43050
|
-
"value": "1px",
|
|
43051
|
-
"filePath": "tokens/default/glass/base.dimension.json",
|
|
43052
|
-
"isSource": true,
|
|
43053
|
-
"original": {
|
|
43054
|
-
"type": "number",
|
|
43055
|
-
"value": 1
|
|
43056
|
-
},
|
|
43057
|
-
"name": "pf-t--global--border--width--100",
|
|
43058
|
-
"attributes": {
|
|
43059
|
-
"category": "global",
|
|
43060
|
-
"type": "border",
|
|
43061
|
-
"item": "width",
|
|
43062
|
-
"subitem": "100"
|
|
43063
|
-
},
|
|
43064
|
-
"path": [
|
|
43065
|
-
"global",
|
|
43066
|
-
"border",
|
|
43067
|
-
"width",
|
|
43068
|
-
"100"
|
|
43069
|
-
]
|
|
43070
|
-
}
|
|
43071
|
-
]
|
|
43072
|
-
}
|
|
43073
|
-
},
|
|
43074
|
-
"pf-t--global--border--width--divider--clicked": {
|
|
43053
|
+
"pf-t--global--border--width--regular": {
|
|
43075
43054
|
"default": {
|
|
43076
|
-
"description": "Use as the border width
|
|
43055
|
+
"description": "Use as the default border width for elements.",
|
|
43077
43056
|
"type": "number",
|
|
43078
43057
|
"value": "1px",
|
|
43079
43058
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
43080
43059
|
"isSource": true,
|
|
43081
43060
|
"original": {
|
|
43082
|
-
"description": "Use as the border width
|
|
43061
|
+
"description": "Use as the default border width for elements.",
|
|
43083
43062
|
"type": "number",
|
|
43084
43063
|
"value": "{global.border.width.100}"
|
|
43085
43064
|
},
|
|
43086
|
-
"name": "pf-t--global--border--width--
|
|
43065
|
+
"name": "pf-t--global--border--width--regular",
|
|
43087
43066
|
"attributes": {
|
|
43088
43067
|
"category": "global",
|
|
43089
43068
|
"type": "border",
|
|
43090
43069
|
"item": "width",
|
|
43091
|
-
"subitem": "
|
|
43092
|
-
"state": "clicked"
|
|
43070
|
+
"subitem": "regular"
|
|
43093
43071
|
},
|
|
43094
43072
|
"path": [
|
|
43095
43073
|
"global",
|
|
43096
43074
|
"border",
|
|
43097
43075
|
"width",
|
|
43098
|
-
"
|
|
43099
|
-
"clicked"
|
|
43076
|
+
"regular"
|
|
43100
43077
|
],
|
|
43101
43078
|
"references": [
|
|
43102
43079
|
{
|
|
@@ -44519,14 +44496,14 @@
|
|
|
44519
44496
|
}
|
|
44520
44497
|
},
|
|
44521
44498
|
"pf-t--global--border--radius--control--default": {
|
|
44522
|
-
"
|
|
44499
|
+
"redhat": {
|
|
44523
44500
|
"type": "number",
|
|
44524
|
-
"value": "
|
|
44525
|
-
"filePath": "tokens/
|
|
44501
|
+
"value": "999px",
|
|
44502
|
+
"filePath": "tokens/redhat/glass/redhat.dimension.glass.json",
|
|
44526
44503
|
"isSource": true,
|
|
44527
44504
|
"original": {
|
|
44528
44505
|
"type": "number",
|
|
44529
|
-
"value": "{global.border.radius.
|
|
44506
|
+
"value": "{global.border.radius.pill}"
|
|
44530
44507
|
},
|
|
44531
44508
|
"name": "pf-t--global--border--radius--control--default",
|
|
44532
44509
|
"attributes": {
|
|
@@ -44545,51 +44522,51 @@
|
|
|
44545
44522
|
],
|
|
44546
44523
|
"references": [
|
|
44547
44524
|
{
|
|
44548
|
-
"description": "Use to adjust the curvature of the border corners for an element. Use for
|
|
44525
|
+
"description": "Use to adjust the curvature of the border corners for an element. Use for corners that are as round as possible, like standard buttons and badges.",
|
|
44549
44526
|
"type": "number",
|
|
44550
|
-
"value": "
|
|
44527
|
+
"value": "999px",
|
|
44551
44528
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
44552
44529
|
"isSource": true,
|
|
44553
44530
|
"original": {
|
|
44554
|
-
"description": "Use to adjust the curvature of the border corners for an element. Use for
|
|
44531
|
+
"description": "Use to adjust the curvature of the border corners for an element. Use for corners that are as round as possible, like standard buttons and badges.",
|
|
44555
44532
|
"type": "number",
|
|
44556
|
-
"value": "{global.border.radius.
|
|
44533
|
+
"value": "{global.border.radius.500}"
|
|
44557
44534
|
},
|
|
44558
|
-
"name": "pf-t--global--border--radius--
|
|
44535
|
+
"name": "pf-t--global--border--radius--pill",
|
|
44559
44536
|
"attributes": {
|
|
44560
44537
|
"category": "global",
|
|
44561
44538
|
"type": "border",
|
|
44562
44539
|
"item": "radius",
|
|
44563
|
-
"subitem": "
|
|
44540
|
+
"subitem": "pill"
|
|
44564
44541
|
},
|
|
44565
44542
|
"path": [
|
|
44566
44543
|
"global",
|
|
44567
44544
|
"border",
|
|
44568
44545
|
"radius",
|
|
44569
|
-
"
|
|
44546
|
+
"pill"
|
|
44570
44547
|
],
|
|
44571
44548
|
"references": [
|
|
44572
44549
|
{
|
|
44573
44550
|
"type": "number",
|
|
44574
|
-
"value": "
|
|
44551
|
+
"value": "999px",
|
|
44575
44552
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
44576
44553
|
"isSource": true,
|
|
44577
44554
|
"original": {
|
|
44578
44555
|
"type": "number",
|
|
44579
|
-
"value":
|
|
44556
|
+
"value": 999
|
|
44580
44557
|
},
|
|
44581
|
-
"name": "pf-t--global--border--radius--
|
|
44558
|
+
"name": "pf-t--global--border--radius--500",
|
|
44582
44559
|
"attributes": {
|
|
44583
44560
|
"category": "global",
|
|
44584
44561
|
"type": "border",
|
|
44585
44562
|
"item": "radius",
|
|
44586
|
-
"subitem": "
|
|
44563
|
+
"subitem": "500"
|
|
44587
44564
|
},
|
|
44588
44565
|
"path": [
|
|
44589
44566
|
"global",
|
|
44590
44567
|
"border",
|
|
44591
44568
|
"radius",
|
|
44592
|
-
"
|
|
44569
|
+
"500"
|
|
44593
44570
|
]
|
|
44594
44571
|
}
|
|
44595
44572
|
]
|
|
@@ -44677,14 +44654,14 @@
|
|
|
44677
44654
|
}
|
|
44678
44655
|
},
|
|
44679
44656
|
"pf-t--global--border--radius--action--plain--default": {
|
|
44680
|
-
"
|
|
44657
|
+
"redhat": {
|
|
44681
44658
|
"type": "number",
|
|
44682
|
-
"value": "
|
|
44683
|
-
"filePath": "tokens/
|
|
44659
|
+
"value": "999px",
|
|
44660
|
+
"filePath": "tokens/redhat/glass/redhat.dimension.glass.json",
|
|
44684
44661
|
"isSource": true,
|
|
44685
44662
|
"original": {
|
|
44686
44663
|
"type": "number",
|
|
44687
|
-
"value": "{global.border.radius.
|
|
44664
|
+
"value": "{global.border.radius.pill}"
|
|
44688
44665
|
},
|
|
44689
44666
|
"name": "pf-t--global--border--radius--action--plain--default",
|
|
44690
44667
|
"attributes": {
|
|
@@ -44704,51 +44681,51 @@
|
|
|
44704
44681
|
],
|
|
44705
44682
|
"references": [
|
|
44706
44683
|
{
|
|
44707
|
-
"description": "Use to adjust the curvature of the border corners for an element. Use for
|
|
44684
|
+
"description": "Use to adjust the curvature of the border corners for an element. Use for corners that are as round as possible, like standard buttons and badges.",
|
|
44708
44685
|
"type": "number",
|
|
44709
|
-
"value": "
|
|
44686
|
+
"value": "999px",
|
|
44710
44687
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
44711
44688
|
"isSource": true,
|
|
44712
44689
|
"original": {
|
|
44713
|
-
"description": "Use to adjust the curvature of the border corners for an element. Use for
|
|
44690
|
+
"description": "Use to adjust the curvature of the border corners for an element. Use for corners that are as round as possible, like standard buttons and badges.",
|
|
44714
44691
|
"type": "number",
|
|
44715
|
-
"value": "{global.border.radius.
|
|
44692
|
+
"value": "{global.border.radius.500}"
|
|
44716
44693
|
},
|
|
44717
|
-
"name": "pf-t--global--border--radius--
|
|
44694
|
+
"name": "pf-t--global--border--radius--pill",
|
|
44718
44695
|
"attributes": {
|
|
44719
44696
|
"category": "global",
|
|
44720
44697
|
"type": "border",
|
|
44721
44698
|
"item": "radius",
|
|
44722
|
-
"subitem": "
|
|
44699
|
+
"subitem": "pill"
|
|
44723
44700
|
},
|
|
44724
44701
|
"path": [
|
|
44725
44702
|
"global",
|
|
44726
44703
|
"border",
|
|
44727
44704
|
"radius",
|
|
44728
|
-
"
|
|
44705
|
+
"pill"
|
|
44729
44706
|
],
|
|
44730
44707
|
"references": [
|
|
44731
44708
|
{
|
|
44732
44709
|
"type": "number",
|
|
44733
|
-
"value": "
|
|
44710
|
+
"value": "999px",
|
|
44734
44711
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
44735
44712
|
"isSource": true,
|
|
44736
44713
|
"original": {
|
|
44737
44714
|
"type": "number",
|
|
44738
|
-
"value":
|
|
44715
|
+
"value": 999
|
|
44739
44716
|
},
|
|
44740
|
-
"name": "pf-t--global--border--radius--
|
|
44717
|
+
"name": "pf-t--global--border--radius--500",
|
|
44741
44718
|
"attributes": {
|
|
44742
44719
|
"category": "global",
|
|
44743
44720
|
"type": "border",
|
|
44744
44721
|
"item": "radius",
|
|
44745
|
-
"subitem": "
|
|
44722
|
+
"subitem": "500"
|
|
44746
44723
|
},
|
|
44747
44724
|
"path": [
|
|
44748
44725
|
"global",
|
|
44749
44726
|
"border",
|
|
44750
44727
|
"radius",
|
|
44751
|
-
"
|
|
44728
|
+
"500"
|
|
44752
44729
|
]
|
|
44753
44730
|
}
|
|
44754
44731
|
]
|
|
@@ -44837,13 +44814,13 @@
|
|
|
44837
44814
|
},
|
|
44838
44815
|
"pf-t--global--border--color--brand--accent--default": {
|
|
44839
44816
|
"redhat": {
|
|
44840
|
-
"description": "Use as the default border color for any branded element, like
|
|
44817
|
+
"description": "Use as the default border color for any accented branded element, like secondary CTAs",
|
|
44841
44818
|
"type": "color",
|
|
44842
44819
|
"value": "#000000",
|
|
44843
44820
|
"filePath": "tokens/redhat/glass/redhat.color.glass.json",
|
|
44844
44821
|
"isSource": true,
|
|
44845
44822
|
"original": {
|
|
44846
|
-
"description": "Use as the default border color for any branded element, like
|
|
44823
|
+
"description": "Use as the default border color for any accented branded element, like secondary CTAs",
|
|
44847
44824
|
"type": "color",
|
|
44848
44825
|
"value": "{global.color.brand.accent.400}"
|
|
44849
44826
|
},
|
|
@@ -44915,13 +44892,13 @@
|
|
|
44915
44892
|
},
|
|
44916
44893
|
"pf-t--global--border--color--brand--accent--hover": {
|
|
44917
44894
|
"redhat": {
|
|
44918
|
-
"description": "Use as the hover
|
|
44895
|
+
"description": "Use as the hover border color for any accented branded element, like secondary CTAs",
|
|
44919
44896
|
"type": "color",
|
|
44920
44897
|
"value": "#000000",
|
|
44921
44898
|
"filePath": "tokens/redhat/glass/redhat.color.glass.json",
|
|
44922
44899
|
"isSource": true,
|
|
44923
44900
|
"original": {
|
|
44924
|
-
"description": "Use as the hover
|
|
44901
|
+
"description": "Use as the hover border color for any accented branded element, like secondary CTAs",
|
|
44925
44902
|
"type": "color",
|
|
44926
44903
|
"value": "{global.color.brand.accent.400}"
|
|
44927
44904
|
},
|
|
@@ -44993,13 +44970,13 @@
|
|
|
44993
44970
|
},
|
|
44994
44971
|
"pf-t--global--border--color--brand--accent--clicked": {
|
|
44995
44972
|
"redhat": {
|
|
44996
|
-
"description": "Use as the clicked
|
|
44973
|
+
"description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
|
|
44997
44974
|
"type": "color",
|
|
44998
44975
|
"value": "#000000",
|
|
44999
44976
|
"filePath": "tokens/redhat/glass/redhat.color.glass.json",
|
|
45000
44977
|
"isSource": true,
|
|
45001
44978
|
"original": {
|
|
45002
|
-
"description": "Use as the clicked
|
|
44979
|
+
"description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
|
|
45003
44980
|
"type": "color",
|
|
45004
44981
|
"value": "{global.color.brand.accent.400}"
|
|
45005
44982
|
},
|
|
@@ -45069,321 +45046,321 @@
|
|
|
45069
45046
|
]
|
|
45070
45047
|
}
|
|
45071
45048
|
},
|
|
45072
|
-
"pf-t--global--font--
|
|
45049
|
+
"pf-t--global--font--line-height--body": {
|
|
45073
45050
|
"default": {
|
|
45074
|
-
"description": "Use to define the
|
|
45051
|
+
"description": "Use to define the line height for body text",
|
|
45075
45052
|
"type": "number",
|
|
45076
|
-
"value":
|
|
45053
|
+
"value": 1.5,
|
|
45077
45054
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
45078
45055
|
"isSource": true,
|
|
45079
45056
|
"original": {
|
|
45080
|
-
"description": "Use to define the
|
|
45057
|
+
"description": "Use to define the line height for body text",
|
|
45081
45058
|
"type": "number",
|
|
45082
|
-
"value": "{global.font.
|
|
45059
|
+
"value": "{global.font.line-height.200}"
|
|
45083
45060
|
},
|
|
45084
|
-
"name": "pf-t--global--font--
|
|
45061
|
+
"name": "pf-t--global--font--line-height--body",
|
|
45085
45062
|
"attributes": {
|
|
45086
45063
|
"category": "global",
|
|
45087
45064
|
"type": "font",
|
|
45088
|
-
"item": "
|
|
45089
|
-
"subitem": "body"
|
|
45090
|
-
"state": "default"
|
|
45065
|
+
"item": "line-height",
|
|
45066
|
+
"subitem": "body"
|
|
45091
45067
|
},
|
|
45092
45068
|
"path": [
|
|
45093
45069
|
"global",
|
|
45094
45070
|
"font",
|
|
45095
|
-
"
|
|
45096
|
-
"body"
|
|
45097
|
-
"default"
|
|
45071
|
+
"line-height",
|
|
45072
|
+
"body"
|
|
45098
45073
|
],
|
|
45099
45074
|
"references": [
|
|
45100
45075
|
{
|
|
45101
45076
|
"type": "number",
|
|
45102
|
-
"value":
|
|
45077
|
+
"value": 1.5,
|
|
45103
45078
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
45104
45079
|
"isSource": true,
|
|
45105
45080
|
"original": {
|
|
45106
45081
|
"type": "number",
|
|
45107
|
-
"value":
|
|
45082
|
+
"value": 1.5
|
|
45108
45083
|
},
|
|
45109
|
-
"name": "pf-t--global--font--
|
|
45084
|
+
"name": "pf-t--global--font--line-height--200",
|
|
45110
45085
|
"attributes": {
|
|
45111
45086
|
"category": "global",
|
|
45112
45087
|
"type": "font",
|
|
45113
|
-
"item": "
|
|
45114
|
-
"subitem": "
|
|
45088
|
+
"item": "line-height",
|
|
45089
|
+
"subitem": "200"
|
|
45115
45090
|
},
|
|
45116
45091
|
"path": [
|
|
45117
45092
|
"global",
|
|
45118
45093
|
"font",
|
|
45119
|
-
"
|
|
45120
|
-
"
|
|
45094
|
+
"line-height",
|
|
45095
|
+
"200"
|
|
45121
45096
|
]
|
|
45122
45097
|
}
|
|
45123
45098
|
]
|
|
45124
45099
|
}
|
|
45125
45100
|
},
|
|
45126
|
-
"pf-t--global--font--
|
|
45101
|
+
"pf-t--global--font--line-height--heading": {
|
|
45127
45102
|
"default": {
|
|
45128
|
-
"description": "Use to define the
|
|
45103
|
+
"description": "Use to define the line height for heading text",
|
|
45129
45104
|
"type": "number",
|
|
45130
|
-
"value":
|
|
45105
|
+
"value": 1.3,
|
|
45131
45106
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
45132
45107
|
"isSource": true,
|
|
45133
45108
|
"original": {
|
|
45134
|
-
"description": "Use to define the
|
|
45109
|
+
"description": "Use to define the line height for heading text",
|
|
45135
45110
|
"type": "number",
|
|
45136
|
-
"value": "{global.font.
|
|
45111
|
+
"value": "{global.font.line-height.100}"
|
|
45137
45112
|
},
|
|
45138
|
-
"name": "pf-t--global--font--
|
|
45113
|
+
"name": "pf-t--global--font--line-height--heading",
|
|
45139
45114
|
"attributes": {
|
|
45140
45115
|
"category": "global",
|
|
45141
45116
|
"type": "font",
|
|
45142
|
-
"item": "
|
|
45143
|
-
"subitem": "
|
|
45144
|
-
"state": "bold"
|
|
45117
|
+
"item": "line-height",
|
|
45118
|
+
"subitem": "heading"
|
|
45145
45119
|
},
|
|
45146
45120
|
"path": [
|
|
45147
45121
|
"global",
|
|
45148
45122
|
"font",
|
|
45149
|
-
"
|
|
45150
|
-
"
|
|
45151
|
-
"bold"
|
|
45123
|
+
"line-height",
|
|
45124
|
+
"heading"
|
|
45152
45125
|
],
|
|
45153
45126
|
"references": [
|
|
45154
45127
|
{
|
|
45155
45128
|
"type": "number",
|
|
45156
|
-
"value":
|
|
45129
|
+
"value": 1.3,
|
|
45157
45130
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
45158
45131
|
"isSource": true,
|
|
45159
45132
|
"original": {
|
|
45160
45133
|
"type": "number",
|
|
45161
|
-
"value":
|
|
45134
|
+
"value": 1.2999999523162842
|
|
45162
45135
|
},
|
|
45163
|
-
"name": "pf-t--global--font--
|
|
45136
|
+
"name": "pf-t--global--font--line-height--100",
|
|
45164
45137
|
"attributes": {
|
|
45165
45138
|
"category": "global",
|
|
45166
45139
|
"type": "font",
|
|
45167
|
-
"item": "
|
|
45168
|
-
"subitem": "
|
|
45140
|
+
"item": "line-height",
|
|
45141
|
+
"subitem": "100"
|
|
45169
45142
|
},
|
|
45170
45143
|
"path": [
|
|
45171
45144
|
"global",
|
|
45172
45145
|
"font",
|
|
45173
|
-
"
|
|
45174
|
-
"
|
|
45146
|
+
"line-height",
|
|
45147
|
+
"100"
|
|
45175
45148
|
]
|
|
45176
45149
|
}
|
|
45177
45150
|
]
|
|
45178
45151
|
}
|
|
45179
45152
|
},
|
|
45180
|
-
"pf-t--global--font--weight--
|
|
45153
|
+
"pf-t--global--font--weight--body--default": {
|
|
45181
45154
|
"default": {
|
|
45182
|
-
"description": "Use to define the default weight for
|
|
45155
|
+
"description": "Use to define the default weight for body text",
|
|
45183
45156
|
"type": "number",
|
|
45184
|
-
"value":
|
|
45157
|
+
"value": 400,
|
|
45185
45158
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
45186
45159
|
"isSource": true,
|
|
45187
45160
|
"original": {
|
|
45188
|
-
"description": "Use to define the default weight for
|
|
45161
|
+
"description": "Use to define the default weight for body text",
|
|
45189
45162
|
"type": "number",
|
|
45190
|
-
"value": "{global.font.weight.
|
|
45163
|
+
"value": "{global.font.weight.100}"
|
|
45191
45164
|
},
|
|
45192
|
-
"name": "pf-t--global--font--weight--
|
|
45165
|
+
"name": "pf-t--global--font--weight--body--default",
|
|
45193
45166
|
"attributes": {
|
|
45194
45167
|
"category": "global",
|
|
45195
45168
|
"type": "font",
|
|
45196
45169
|
"item": "weight",
|
|
45197
|
-
"subitem": "
|
|
45170
|
+
"subitem": "body",
|
|
45198
45171
|
"state": "default"
|
|
45199
45172
|
},
|
|
45200
45173
|
"path": [
|
|
45201
45174
|
"global",
|
|
45202
45175
|
"font",
|
|
45203
45176
|
"weight",
|
|
45204
|
-
"
|
|
45177
|
+
"body",
|
|
45205
45178
|
"default"
|
|
45206
45179
|
],
|
|
45207
45180
|
"references": [
|
|
45208
45181
|
{
|
|
45209
45182
|
"type": "number",
|
|
45210
|
-
"value":
|
|
45183
|
+
"value": 400,
|
|
45211
45184
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
45212
45185
|
"isSource": true,
|
|
45213
45186
|
"original": {
|
|
45214
45187
|
"type": "number",
|
|
45215
|
-
"value":
|
|
45188
|
+
"value": 400
|
|
45216
45189
|
},
|
|
45217
|
-
"name": "pf-t--global--font--weight--
|
|
45190
|
+
"name": "pf-t--global--font--weight--100",
|
|
45218
45191
|
"attributes": {
|
|
45219
45192
|
"category": "global",
|
|
45220
45193
|
"type": "font",
|
|
45221
45194
|
"item": "weight",
|
|
45222
|
-
"subitem": "
|
|
45195
|
+
"subitem": "100"
|
|
45223
45196
|
},
|
|
45224
45197
|
"path": [
|
|
45225
45198
|
"global",
|
|
45226
45199
|
"font",
|
|
45227
45200
|
"weight",
|
|
45228
|
-
"
|
|
45201
|
+
"100"
|
|
45229
45202
|
]
|
|
45230
45203
|
}
|
|
45231
45204
|
]
|
|
45232
45205
|
}
|
|
45233
45206
|
},
|
|
45234
|
-
"pf-t--global--font--weight--
|
|
45207
|
+
"pf-t--global--font--weight--body--bold": {
|
|
45235
45208
|
"default": {
|
|
45236
|
-
"description": "Use to define the bold weight for
|
|
45209
|
+
"description": "Use to define the bold weight for body text, often used to field labels or to add emphasis.",
|
|
45237
45210
|
"type": "number",
|
|
45238
|
-
"value":
|
|
45211
|
+
"value": 500,
|
|
45239
45212
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
45240
45213
|
"isSource": true,
|
|
45241
45214
|
"original": {
|
|
45242
|
-
"description": "Use to define the bold weight for
|
|
45215
|
+
"description": "Use to define the bold weight for body text, often used to field labels or to add emphasis.",
|
|
45243
45216
|
"type": "number",
|
|
45244
|
-
"value": "{global.font.weight.
|
|
45217
|
+
"value": "{global.font.weight.200}"
|
|
45245
45218
|
},
|
|
45246
|
-
"name": "pf-t--global--font--weight--
|
|
45219
|
+
"name": "pf-t--global--font--weight--body--bold",
|
|
45247
45220
|
"attributes": {
|
|
45248
45221
|
"category": "global",
|
|
45249
45222
|
"type": "font",
|
|
45250
45223
|
"item": "weight",
|
|
45251
|
-
"subitem": "
|
|
45224
|
+
"subitem": "body",
|
|
45252
45225
|
"state": "bold"
|
|
45253
45226
|
},
|
|
45254
45227
|
"path": [
|
|
45255
45228
|
"global",
|
|
45256
45229
|
"font",
|
|
45257
45230
|
"weight",
|
|
45258
|
-
"
|
|
45231
|
+
"body",
|
|
45259
45232
|
"bold"
|
|
45260
45233
|
],
|
|
45261
45234
|
"references": [
|
|
45262
45235
|
{
|
|
45263
45236
|
"type": "number",
|
|
45264
|
-
"value":
|
|
45237
|
+
"value": 500,
|
|
45265
45238
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
45266
45239
|
"isSource": true,
|
|
45267
45240
|
"original": {
|
|
45268
45241
|
"type": "number",
|
|
45269
|
-
"value":
|
|
45242
|
+
"value": 500
|
|
45270
45243
|
},
|
|
45271
|
-
"name": "pf-t--global--font--weight--
|
|
45244
|
+
"name": "pf-t--global--font--weight--200",
|
|
45272
45245
|
"attributes": {
|
|
45273
45246
|
"category": "global",
|
|
45274
45247
|
"type": "font",
|
|
45275
45248
|
"item": "weight",
|
|
45276
|
-
"subitem": "
|
|
45249
|
+
"subitem": "200"
|
|
45277
45250
|
},
|
|
45278
45251
|
"path": [
|
|
45279
45252
|
"global",
|
|
45280
45253
|
"font",
|
|
45281
45254
|
"weight",
|
|
45282
|
-
"
|
|
45255
|
+
"200"
|
|
45283
45256
|
]
|
|
45284
45257
|
}
|
|
45285
45258
|
]
|
|
45286
45259
|
}
|
|
45287
45260
|
},
|
|
45288
|
-
"pf-t--global--font--
|
|
45261
|
+
"pf-t--global--font--weight--heading--default": {
|
|
45289
45262
|
"default": {
|
|
45290
|
-
"description": "Use to define the
|
|
45263
|
+
"description": "Use to define the default weight for heading text",
|
|
45291
45264
|
"type": "number",
|
|
45292
|
-
"value":
|
|
45265
|
+
"value": 500,
|
|
45293
45266
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
45294
45267
|
"isSource": true,
|
|
45295
45268
|
"original": {
|
|
45296
|
-
"description": "Use to define the
|
|
45269
|
+
"description": "Use to define the default weight for heading text",
|
|
45297
45270
|
"type": "number",
|
|
45298
|
-
"value": "{global.font.
|
|
45271
|
+
"value": "{global.font.weight.300}"
|
|
45299
45272
|
},
|
|
45300
|
-
"name": "pf-t--global--font--
|
|
45273
|
+
"name": "pf-t--global--font--weight--heading--default",
|
|
45301
45274
|
"attributes": {
|
|
45302
45275
|
"category": "global",
|
|
45303
45276
|
"type": "font",
|
|
45304
|
-
"item": "
|
|
45305
|
-
"subitem": "
|
|
45277
|
+
"item": "weight",
|
|
45278
|
+
"subitem": "heading",
|
|
45279
|
+
"state": "default"
|
|
45306
45280
|
},
|
|
45307
45281
|
"path": [
|
|
45308
45282
|
"global",
|
|
45309
45283
|
"font",
|
|
45310
|
-
"
|
|
45311
|
-
"
|
|
45284
|
+
"weight",
|
|
45285
|
+
"heading",
|
|
45286
|
+
"default"
|
|
45312
45287
|
],
|
|
45313
45288
|
"references": [
|
|
45314
45289
|
{
|
|
45315
45290
|
"type": "number",
|
|
45316
|
-
"value":
|
|
45291
|
+
"value": 500,
|
|
45317
45292
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
45318
45293
|
"isSource": true,
|
|
45319
45294
|
"original": {
|
|
45320
45295
|
"type": "number",
|
|
45321
|
-
"value":
|
|
45296
|
+
"value": 500
|
|
45322
45297
|
},
|
|
45323
|
-
"name": "pf-t--global--font--
|
|
45298
|
+
"name": "pf-t--global--font--weight--300",
|
|
45324
45299
|
"attributes": {
|
|
45325
45300
|
"category": "global",
|
|
45326
45301
|
"type": "font",
|
|
45327
|
-
"item": "
|
|
45328
|
-
"subitem": "
|
|
45302
|
+
"item": "weight",
|
|
45303
|
+
"subitem": "300"
|
|
45329
45304
|
},
|
|
45330
45305
|
"path": [
|
|
45331
45306
|
"global",
|
|
45332
45307
|
"font",
|
|
45333
|
-
"
|
|
45334
|
-
"
|
|
45308
|
+
"weight",
|
|
45309
|
+
"300"
|
|
45335
45310
|
]
|
|
45336
45311
|
}
|
|
45337
45312
|
]
|
|
45338
45313
|
}
|
|
45339
45314
|
},
|
|
45340
|
-
"pf-t--global--font--
|
|
45315
|
+
"pf-t--global--font--weight--heading--bold": {
|
|
45341
45316
|
"default": {
|
|
45342
|
-
"description": "Use to define the
|
|
45317
|
+
"description": "Use to define the bold weight for heading text, often used to add emphasis.",
|
|
45343
45318
|
"type": "number",
|
|
45344
|
-
"value":
|
|
45319
|
+
"value": 700,
|
|
45345
45320
|
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
45346
45321
|
"isSource": true,
|
|
45347
45322
|
"original": {
|
|
45348
|
-
"description": "Use to define the
|
|
45323
|
+
"description": "Use to define the bold weight for heading text, often used to add emphasis.",
|
|
45349
45324
|
"type": "number",
|
|
45350
|
-
"value": "{global.font.
|
|
45325
|
+
"value": "{global.font.weight.400}"
|
|
45351
45326
|
},
|
|
45352
|
-
"name": "pf-t--global--font--
|
|
45327
|
+
"name": "pf-t--global--font--weight--heading--bold",
|
|
45353
45328
|
"attributes": {
|
|
45354
45329
|
"category": "global",
|
|
45355
45330
|
"type": "font",
|
|
45356
|
-
"item": "
|
|
45357
|
-
"subitem": "heading"
|
|
45331
|
+
"item": "weight",
|
|
45332
|
+
"subitem": "heading",
|
|
45333
|
+
"state": "bold"
|
|
45358
45334
|
},
|
|
45359
45335
|
"path": [
|
|
45360
45336
|
"global",
|
|
45361
45337
|
"font",
|
|
45362
|
-
"
|
|
45363
|
-
"heading"
|
|
45338
|
+
"weight",
|
|
45339
|
+
"heading",
|
|
45340
|
+
"bold"
|
|
45364
45341
|
],
|
|
45365
45342
|
"references": [
|
|
45366
45343
|
{
|
|
45367
45344
|
"type": "number",
|
|
45368
|
-
"value":
|
|
45345
|
+
"value": 700,
|
|
45369
45346
|
"filePath": "tokens/default/glass/base.dimension.json",
|
|
45370
45347
|
"isSource": true,
|
|
45371
45348
|
"original": {
|
|
45372
45349
|
"type": "number",
|
|
45373
|
-
"value":
|
|
45350
|
+
"value": 700
|
|
45374
45351
|
},
|
|
45375
|
-
"name": "pf-t--global--font--
|
|
45352
|
+
"name": "pf-t--global--font--weight--400",
|
|
45376
45353
|
"attributes": {
|
|
45377
45354
|
"category": "global",
|
|
45378
45355
|
"type": "font",
|
|
45379
|
-
"item": "
|
|
45380
|
-
"subitem": "
|
|
45356
|
+
"item": "weight",
|
|
45357
|
+
"subitem": "400"
|
|
45381
45358
|
},
|
|
45382
45359
|
"path": [
|
|
45383
45360
|
"global",
|
|
45384
45361
|
"font",
|
|
45385
|
-
"
|
|
45386
|
-
"
|
|
45362
|
+
"weight",
|
|
45363
|
+
"400"
|
|
45387
45364
|
]
|
|
45388
45365
|
}
|
|
45389
45366
|
]
|
|
@@ -49839,31 +49816,6 @@
|
|
|
49839
49816
|
]
|
|
49840
49817
|
}
|
|
49841
49818
|
},
|
|
49842
|
-
"pf-t--global--text-decoration--offset--hover": {
|
|
49843
|
-
"default": {
|
|
49844
|
-
"type": "number",
|
|
49845
|
-
"value": 5,
|
|
49846
|
-
"filePath": "tokens/default/glass/semantic.dimension.glass.json",
|
|
49847
|
-
"isSource": true,
|
|
49848
|
-
"original": {
|
|
49849
|
-
"type": "number",
|
|
49850
|
-
"value": 5
|
|
49851
|
-
},
|
|
49852
|
-
"name": "pf-t--global--text-decoration--offset--hover",
|
|
49853
|
-
"attributes": {
|
|
49854
|
-
"category": "global",
|
|
49855
|
-
"type": "text-decoration",
|
|
49856
|
-
"item": "offset",
|
|
49857
|
-
"subitem": "hover"
|
|
49858
|
-
},
|
|
49859
|
-
"path": [
|
|
49860
|
-
"global",
|
|
49861
|
-
"text-decoration",
|
|
49862
|
-
"offset",
|
|
49863
|
-
"hover"
|
|
49864
|
-
]
|
|
49865
|
-
}
|
|
49866
|
-
},
|
|
49867
49819
|
"pf-t--global--text-decoration--editable-text--line--default": {
|
|
49868
49820
|
"default": {
|
|
49869
49821
|
"type": "number",
|