@patternfly/react-tokens 6.3.0-prerelease.5 → 6.3.0-prerelease.6
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/CHANGELOG.md +6 -0
- package/dist/esm/c_button.d.ts +76 -16
- package/dist/esm/c_button.js +76 -16
- package/dist/esm/c_button_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_ScaleX.js +6 -0
- package/dist/esm/c_button_ScaleY.d.ts +6 -0
- package/dist/esm/c_button_ScaleY.js +6 -0
- package/dist/esm/c_button__icon_ScaleX.d.ts +6 -0
- package/dist/esm/c_button__icon_ScaleX.js +6 -0
- package/dist/esm/c_button__icon_ScaleY.d.ts +6 -0
- package/dist/esm/c_button__icon_ScaleY.js +6 -0
- package/dist/esm/c_button_hover_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_hover_ScaleX.js +6 -0
- package/dist/esm/c_button_hover_ScaleY.d.ts +6 -0
- package/dist/esm/c_button_hover_ScaleY.js +6 -0
- package/dist/esm/c_button_hover__icon_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_hover__icon_ScaleX.js +6 -0
- package/dist/esm/c_button_hover__icon_ScaleY.d.ts +6 -0
- package/dist/esm/c_button_hover__icon_ScaleY.js +6 -0
- package/dist/esm/c_button_m_hamburger__icon_m_expand_ScaleX.d.ts +6 -0
- package/dist/esm/c_button_m_hamburger__icon_m_expand_ScaleX.js +6 -0
- package/dist/esm/c_expandable_section.d.ts +1 -1
- package/dist/esm/c_expandable_section.js +1 -1
- package/dist/esm/c_expandable_section__content_MaxHeight.d.ts +1 -1
- package/dist/esm/c_expandable_section__content_MaxHeight.js +1 -1
- package/dist/esm/c_form_control.d.ts +21 -0
- package/dist/esm/c_form_control.js +21 -0
- package/dist/esm/c_form_control_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/esm/c_form_control_TransitionDuration_Opacity.js +6 -0
- package/dist/esm/c_form_control_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/esm/c_form_control_TransitionTimingFunction_Opacity.js +6 -0
- package/dist/esm/c_page.d.ts +10 -10
- package/dist/esm/c_page.js +10 -10
- package/dist/esm/c_progress.d.ts +21 -0
- package/dist/esm/c_progress.js +21 -0
- package/dist/esm/c_progress_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/esm/c_progress_TransitionDuration_Opacity.js +6 -0
- package/dist/esm/c_progress_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/esm/c_progress_TransitionTimingFunction_Opacity.js +6 -0
- package/dist/esm/c_table.d.ts +0 -19
- package/dist/esm/c_table.js +0 -19
- package/dist/esm/c_text_input_group.d.ts +21 -0
- package/dist/esm/c_text_input_group.js +21 -0
- package/dist/esm/c_text_input_group_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/esm/c_text_input_group_TransitionDuration_Opacity.js +6 -0
- package/dist/esm/c_text_input_group_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/esm/c_text_input_group_TransitionTimingFunction_Opacity.js +6 -0
- package/dist/esm/index.d.ts +15 -5
- package/dist/esm/index.js +15 -5
- package/dist/js/c_button.d.ts +76 -16
- package/dist/js/c_button.js +76 -16
- package/dist/js/c_button_ScaleX.d.ts +6 -0
- package/dist/js/c_button_ScaleX.js +8 -0
- package/dist/js/c_button_ScaleY.d.ts +6 -0
- package/dist/js/c_button_ScaleY.js +8 -0
- package/dist/js/c_button__icon_ScaleX.d.ts +6 -0
- package/dist/js/c_button__icon_ScaleX.js +8 -0
- package/dist/js/c_button__icon_ScaleY.d.ts +6 -0
- package/dist/js/c_button__icon_ScaleY.js +8 -0
- package/dist/js/c_button_hover_ScaleX.d.ts +6 -0
- package/dist/js/c_button_hover_ScaleX.js +8 -0
- package/dist/js/c_button_hover_ScaleY.d.ts +6 -0
- package/dist/js/c_button_hover_ScaleY.js +8 -0
- package/dist/js/c_button_hover__icon_ScaleX.d.ts +6 -0
- package/dist/js/c_button_hover__icon_ScaleX.js +8 -0
- package/dist/js/c_button_hover__icon_ScaleY.d.ts +6 -0
- package/dist/js/c_button_hover__icon_ScaleY.js +8 -0
- package/dist/js/c_button_m_hamburger__icon_m_expand_ScaleX.d.ts +6 -0
- package/dist/js/{c_button_m_hamburger__icon_m_expand_Scale.js → c_button_m_hamburger__icon_m_expand_ScaleX.js} +4 -4
- package/dist/js/c_expandable_section.d.ts +1 -1
- package/dist/js/c_expandable_section.js +1 -1
- package/dist/js/c_expandable_section__content_MaxHeight.d.ts +1 -1
- package/dist/js/c_expandable_section__content_MaxHeight.js +1 -1
- package/dist/js/c_form_control.d.ts +21 -0
- package/dist/js/c_form_control.js +21 -0
- package/dist/js/c_form_control_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/js/c_form_control_TransitionDuration_Opacity.js +8 -0
- package/dist/js/c_form_control_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/js/c_form_control_TransitionTimingFunction_Opacity.js +8 -0
- package/dist/js/c_page.d.ts +10 -10
- package/dist/js/c_page.js +10 -10
- package/dist/js/c_progress.d.ts +21 -0
- package/dist/js/c_progress.js +21 -0
- package/dist/js/c_progress_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/js/c_progress_TransitionDuration_Opacity.js +8 -0
- package/dist/js/c_progress_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/js/c_progress_TransitionTimingFunction_Opacity.js +8 -0
- package/dist/js/c_table.d.ts +0 -19
- package/dist/js/c_table.js +0 -19
- package/dist/js/c_text_input_group.d.ts +21 -0
- package/dist/js/c_text_input_group.js +21 -0
- package/dist/js/c_text_input_group_TransitionDuration_Opacity.d.ts +6 -0
- package/dist/js/c_text_input_group_TransitionDuration_Opacity.js +8 -0
- package/dist/js/c_text_input_group_TransitionTimingFunction_Opacity.d.ts +6 -0
- package/dist/js/c_text_input_group_TransitionTimingFunction_Opacity.js +8 -0
- package/dist/js/index.d.ts +15 -5
- package/dist/js/index.js +15 -5
- package/package.json +4 -4
- package/dist/esm/c_button__icon_Scale.d.ts +0 -6
- package/dist/esm/c_button__icon_Scale.js +0 -6
- package/dist/esm/c_button_hover__icon_Scale.d.ts +0 -6
- package/dist/esm/c_button_hover__icon_Scale.js +0 -6
- package/dist/esm/c_button_m_hamburger__icon_m_expand_Scale.d.ts +0 -6
- package/dist/esm/c_button_m_hamburger__icon_m_expand_Scale.js +0 -6
- package/dist/esm/c_table__expandable_row_TransitionDuration_fade.d.ts +0 -6
- package/dist/esm/c_table__expandable_row_TransitionDuration_fade.js +0 -6
- package/dist/esm/c_table__expandable_row_TransitionDuration_slide.d.ts +0 -6
- package/dist/esm/c_table__expandable_row_TransitionDuration_slide.js +0 -6
- package/dist/js/c_button__icon_Scale.d.ts +0 -6
- package/dist/js/c_button__icon_Scale.js +0 -8
- package/dist/js/c_button_hover__icon_Scale.d.ts +0 -6
- package/dist/js/c_button_hover__icon_Scale.js +0 -8
- package/dist/js/c_button_m_hamburger__icon_m_expand_Scale.d.ts +0 -6
- package/dist/js/c_table__expandable_row_TransitionDuration_fade.d.ts +0 -6
- package/dist/js/c_table__expandable_row_TransitionDuration_fade.js +0 -8
- package/dist/js/c_table__expandable_row_TransitionDuration_slide.d.ts +0 -6
- package/dist/js/c_table__expandable_row_TransitionDuration_slide.js +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [6.3.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.0-prerelease.5...@patternfly/react-tokens@6.3.0-prerelease.6) (2025-06-13)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **Button/MenuToggle:** added support for hamburger/settings animations ([#11861](https://github.com/patternfly/patternfly-react/issues/11861)) ([cf3d84e](https://github.com/patternfly/patternfly-react/commit/cf3d84ebf8f3046f038af6f6557946faadfe35b0))
|
|
11
|
+
|
|
6
12
|
# [6.3.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.0-prerelease.4...@patternfly/react-tokens@6.3.0-prerelease.5) (2025-06-13)
|
|
7
13
|
|
|
8
14
|
### Features
|
package/dist/esm/c_button.d.ts
CHANGED
|
@@ -176,6 +176,14 @@ export const c_button: {
|
|
|
176
176
|
"name": "--pf-v6-c-button--TransitionProperty",
|
|
177
177
|
"value": "color, background, border-width, border-color"
|
|
178
178
|
},
|
|
179
|
+
"c_button_ScaleX": {
|
|
180
|
+
"name": "--pf-v6-c-button--ScaleX",
|
|
181
|
+
"value": "1"
|
|
182
|
+
},
|
|
183
|
+
"c_button_ScaleY": {
|
|
184
|
+
"name": "--pf-v6-c-button--ScaleY",
|
|
185
|
+
"value": "1"
|
|
186
|
+
},
|
|
179
187
|
"c_button_hover_BackgroundColor": {
|
|
180
188
|
"name": "--pf-v6-c-button--hover--BackgroundColor",
|
|
181
189
|
"value": "transparent"
|
|
@@ -205,6 +213,14 @@ export const c_button: {
|
|
|
205
213
|
"name": "--pf-v6-c-button--hover--TextDecorationColor",
|
|
206
214
|
"value": "currentcolor"
|
|
207
215
|
},
|
|
216
|
+
"c_button_hover_ScaleX": {
|
|
217
|
+
"name": "--pf-v6-c-button--hover--ScaleX",
|
|
218
|
+
"value": "1"
|
|
219
|
+
},
|
|
220
|
+
"c_button_hover_ScaleY": {
|
|
221
|
+
"name": "--pf-v6-c-button--hover--ScaleY",
|
|
222
|
+
"value": "1"
|
|
223
|
+
},
|
|
208
224
|
"c_button_m_clicked_BackgroundColor": {
|
|
209
225
|
"name": "--pf-v6-c-button--m-clicked--BackgroundColor",
|
|
210
226
|
"value": "transparent"
|
|
@@ -2184,10 +2200,6 @@ export const c_button: {
|
|
|
2184
2200
|
"name": "--pf-v6-c-button__icon--Rotate",
|
|
2185
2201
|
"value": "0deg"
|
|
2186
2202
|
},
|
|
2187
|
-
"c_button__icon_Scale": {
|
|
2188
|
-
"name": "--pf-v6-c-button__icon--Scale",
|
|
2189
|
-
"value": "1"
|
|
2190
|
-
},
|
|
2191
2203
|
"c_button_hover__icon_TransitionTimingFunction": {
|
|
2192
2204
|
"name": "--pf-v6-c-button--hover__icon--TransitionTimingFunction",
|
|
2193
2205
|
"value": "auto"
|
|
@@ -2204,6 +2216,22 @@ export const c_button: {
|
|
|
2204
2216
|
"name": "--pf-v6-c-button--hover__icon--Rotate",
|
|
2205
2217
|
"value": "0deg"
|
|
2206
2218
|
},
|
|
2219
|
+
"c_button__icon_ScaleX": {
|
|
2220
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
2221
|
+
"value": "1"
|
|
2222
|
+
},
|
|
2223
|
+
"c_button__icon_ScaleY": {
|
|
2224
|
+
"name": "--pf-v6-c-button__icon--ScaleY",
|
|
2225
|
+
"value": "1"
|
|
2226
|
+
},
|
|
2227
|
+
"c_button_hover__icon_ScaleX": {
|
|
2228
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
2229
|
+
"value": "1"
|
|
2230
|
+
},
|
|
2231
|
+
"c_button_hover__icon_ScaleY": {
|
|
2232
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleY",
|
|
2233
|
+
"value": "1"
|
|
2234
|
+
},
|
|
2207
2235
|
"c_button_m_favorite__icon_TransitionDuration": {
|
|
2208
2236
|
"name": "--pf-v6-c-button--m-favorite__icon--TransitionDuration",
|
|
2209
2237
|
"value": "100ms",
|
|
@@ -2520,8 +2548,8 @@ export const c_button: {
|
|
|
2520
2548
|
"name": "--pf-v6-c-button--hamburger-icon--bottom--collapse--path",
|
|
2521
2549
|
"value": "path(\"M9,9 L5,9\")"
|
|
2522
2550
|
},
|
|
2523
|
-
"
|
|
2524
|
-
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
2551
|
+
"c_button_m_hamburger__icon_m_expand_ScaleX": {
|
|
2552
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
2525
2553
|
"value": "-1"
|
|
2526
2554
|
}
|
|
2527
2555
|
},
|
|
@@ -4878,11 +4906,11 @@ export const c_button: {
|
|
|
4878
4906
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
4879
4907
|
"value": "0s"
|
|
4880
4908
|
},
|
|
4881
|
-
"
|
|
4882
|
-
"name": "--pf-v6-c-button__icon--
|
|
4909
|
+
"c_button__icon_ScaleX": {
|
|
4910
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
4883
4911
|
"value": "-1",
|
|
4884
4912
|
"values": [
|
|
4885
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
4913
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
4886
4914
|
"-1"
|
|
4887
4915
|
]
|
|
4888
4916
|
},
|
|
@@ -4890,11 +4918,11 @@ export const c_button: {
|
|
|
4890
4918
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
4891
4919
|
"value": "0s"
|
|
4892
4920
|
},
|
|
4893
|
-
"
|
|
4894
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
4921
|
+
"c_button_hover__icon_ScaleX": {
|
|
4922
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
4895
4923
|
"value": "-1",
|
|
4896
4924
|
"values": [
|
|
4897
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
4925
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
4898
4926
|
"-1"
|
|
4899
4927
|
]
|
|
4900
4928
|
}
|
|
@@ -4928,16 +4956,16 @@ export const c_button: {
|
|
|
4928
4956
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
4929
4957
|
"value": "0s"
|
|
4930
4958
|
},
|
|
4931
|
-
"
|
|
4932
|
-
"name": "--pf-v6-c-button__icon--
|
|
4959
|
+
"c_button__icon_ScaleX": {
|
|
4960
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
4933
4961
|
"value": "1"
|
|
4934
4962
|
},
|
|
4935
4963
|
"c_button_hover__icon_TransitionDelay": {
|
|
4936
4964
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
4937
4965
|
"value": "0s"
|
|
4938
4966
|
},
|
|
4939
|
-
"
|
|
4940
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
4967
|
+
"c_button_hover__icon_ScaleX": {
|
|
4968
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
4941
4969
|
"value": "1"
|
|
4942
4970
|
}
|
|
4943
4971
|
},
|
|
@@ -4981,6 +5009,22 @@ export const c_button: {
|
|
|
4981
5009
|
"2px"
|
|
4982
5010
|
]
|
|
4983
5011
|
},
|
|
5012
|
+
"c_button_ScaleX": {
|
|
5013
|
+
"name": "--pf-v6-c-button--ScaleX",
|
|
5014
|
+
"value": "1",
|
|
5015
|
+
"values": [
|
|
5016
|
+
"--pf-v6-c-button--hover--ScaleX",
|
|
5017
|
+
"1"
|
|
5018
|
+
]
|
|
5019
|
+
},
|
|
5020
|
+
"c_button_ScaleY": {
|
|
5021
|
+
"name": "--pf-v6-c-button--ScaleY",
|
|
5022
|
+
"value": "1",
|
|
5023
|
+
"values": [
|
|
5024
|
+
"--pf-v6-c-button--hover--ScaleY",
|
|
5025
|
+
"1"
|
|
5026
|
+
]
|
|
5027
|
+
},
|
|
4984
5028
|
"c_button_m_plain_m_no_padding__icon_Color": {
|
|
4985
5029
|
"name": "--pf-v6-c-button--m-plain--m-no-padding__icon--Color",
|
|
4986
5030
|
"value": "#1f1f1f",
|
|
@@ -5034,6 +5078,22 @@ export const c_button: {
|
|
|
5034
5078
|
"--pf-v6-c-button--hover__icon--Rotate",
|
|
5035
5079
|
"0deg"
|
|
5036
5080
|
]
|
|
5081
|
+
},
|
|
5082
|
+
"c_button__icon_ScaleX": {
|
|
5083
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
5084
|
+
"value": "1",
|
|
5085
|
+
"values": [
|
|
5086
|
+
"--pf-v6-c-button--hover__icon--ScaleX",
|
|
5087
|
+
"1"
|
|
5088
|
+
]
|
|
5089
|
+
},
|
|
5090
|
+
"c_button__icon_ScaleY": {
|
|
5091
|
+
"name": "--pf-v6-c-button__icon--ScaleY",
|
|
5092
|
+
"value": "1",
|
|
5093
|
+
"values": [
|
|
5094
|
+
"--pf-v6-c-button--hover__icon--ScaleY",
|
|
5095
|
+
"1"
|
|
5096
|
+
]
|
|
5037
5097
|
}
|
|
5038
5098
|
},
|
|
5039
5099
|
".pf-v6-c-button:active": {
|
package/dist/esm/c_button.js
CHANGED
|
@@ -176,6 +176,14 @@ export const c_button = {
|
|
|
176
176
|
"name": "--pf-v6-c-button--TransitionProperty",
|
|
177
177
|
"value": "color, background, border-width, border-color"
|
|
178
178
|
},
|
|
179
|
+
"c_button_ScaleX": {
|
|
180
|
+
"name": "--pf-v6-c-button--ScaleX",
|
|
181
|
+
"value": "1"
|
|
182
|
+
},
|
|
183
|
+
"c_button_ScaleY": {
|
|
184
|
+
"name": "--pf-v6-c-button--ScaleY",
|
|
185
|
+
"value": "1"
|
|
186
|
+
},
|
|
179
187
|
"c_button_hover_BackgroundColor": {
|
|
180
188
|
"name": "--pf-v6-c-button--hover--BackgroundColor",
|
|
181
189
|
"value": "transparent"
|
|
@@ -205,6 +213,14 @@ export const c_button = {
|
|
|
205
213
|
"name": "--pf-v6-c-button--hover--TextDecorationColor",
|
|
206
214
|
"value": "currentcolor"
|
|
207
215
|
},
|
|
216
|
+
"c_button_hover_ScaleX": {
|
|
217
|
+
"name": "--pf-v6-c-button--hover--ScaleX",
|
|
218
|
+
"value": "1"
|
|
219
|
+
},
|
|
220
|
+
"c_button_hover_ScaleY": {
|
|
221
|
+
"name": "--pf-v6-c-button--hover--ScaleY",
|
|
222
|
+
"value": "1"
|
|
223
|
+
},
|
|
208
224
|
"c_button_m_clicked_BackgroundColor": {
|
|
209
225
|
"name": "--pf-v6-c-button--m-clicked--BackgroundColor",
|
|
210
226
|
"value": "transparent"
|
|
@@ -2184,10 +2200,6 @@ export const c_button = {
|
|
|
2184
2200
|
"name": "--pf-v6-c-button__icon--Rotate",
|
|
2185
2201
|
"value": "0deg"
|
|
2186
2202
|
},
|
|
2187
|
-
"c_button__icon_Scale": {
|
|
2188
|
-
"name": "--pf-v6-c-button__icon--Scale",
|
|
2189
|
-
"value": "1"
|
|
2190
|
-
},
|
|
2191
2203
|
"c_button_hover__icon_TransitionTimingFunction": {
|
|
2192
2204
|
"name": "--pf-v6-c-button--hover__icon--TransitionTimingFunction",
|
|
2193
2205
|
"value": "auto"
|
|
@@ -2204,6 +2216,22 @@ export const c_button = {
|
|
|
2204
2216
|
"name": "--pf-v6-c-button--hover__icon--Rotate",
|
|
2205
2217
|
"value": "0deg"
|
|
2206
2218
|
},
|
|
2219
|
+
"c_button__icon_ScaleX": {
|
|
2220
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
2221
|
+
"value": "1"
|
|
2222
|
+
},
|
|
2223
|
+
"c_button__icon_ScaleY": {
|
|
2224
|
+
"name": "--pf-v6-c-button__icon--ScaleY",
|
|
2225
|
+
"value": "1"
|
|
2226
|
+
},
|
|
2227
|
+
"c_button_hover__icon_ScaleX": {
|
|
2228
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
2229
|
+
"value": "1"
|
|
2230
|
+
},
|
|
2231
|
+
"c_button_hover__icon_ScaleY": {
|
|
2232
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleY",
|
|
2233
|
+
"value": "1"
|
|
2234
|
+
},
|
|
2207
2235
|
"c_button_m_favorite__icon_TransitionDuration": {
|
|
2208
2236
|
"name": "--pf-v6-c-button--m-favorite__icon--TransitionDuration",
|
|
2209
2237
|
"value": "100ms",
|
|
@@ -2520,8 +2548,8 @@ export const c_button = {
|
|
|
2520
2548
|
"name": "--pf-v6-c-button--hamburger-icon--bottom--collapse--path",
|
|
2521
2549
|
"value": "path(\"M9,9 L5,9\")"
|
|
2522
2550
|
},
|
|
2523
|
-
"
|
|
2524
|
-
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
2551
|
+
"c_button_m_hamburger__icon_m_expand_ScaleX": {
|
|
2552
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
2525
2553
|
"value": "-1"
|
|
2526
2554
|
}
|
|
2527
2555
|
},
|
|
@@ -4878,11 +4906,11 @@ export const c_button = {
|
|
|
4878
4906
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
4879
4907
|
"value": "0s"
|
|
4880
4908
|
},
|
|
4881
|
-
"
|
|
4882
|
-
"name": "--pf-v6-c-button__icon--
|
|
4909
|
+
"c_button__icon_ScaleX": {
|
|
4910
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
4883
4911
|
"value": "-1",
|
|
4884
4912
|
"values": [
|
|
4885
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
4913
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
4886
4914
|
"-1"
|
|
4887
4915
|
]
|
|
4888
4916
|
},
|
|
@@ -4890,11 +4918,11 @@ export const c_button = {
|
|
|
4890
4918
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
4891
4919
|
"value": "0s"
|
|
4892
4920
|
},
|
|
4893
|
-
"
|
|
4894
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
4921
|
+
"c_button_hover__icon_ScaleX": {
|
|
4922
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
4895
4923
|
"value": "-1",
|
|
4896
4924
|
"values": [
|
|
4897
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
4925
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
4898
4926
|
"-1"
|
|
4899
4927
|
]
|
|
4900
4928
|
}
|
|
@@ -4928,16 +4956,16 @@ export const c_button = {
|
|
|
4928
4956
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
4929
4957
|
"value": "0s"
|
|
4930
4958
|
},
|
|
4931
|
-
"
|
|
4932
|
-
"name": "--pf-v6-c-button__icon--
|
|
4959
|
+
"c_button__icon_ScaleX": {
|
|
4960
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
4933
4961
|
"value": "1"
|
|
4934
4962
|
},
|
|
4935
4963
|
"c_button_hover__icon_TransitionDelay": {
|
|
4936
4964
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
4937
4965
|
"value": "0s"
|
|
4938
4966
|
},
|
|
4939
|
-
"
|
|
4940
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
4967
|
+
"c_button_hover__icon_ScaleX": {
|
|
4968
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
4941
4969
|
"value": "1"
|
|
4942
4970
|
}
|
|
4943
4971
|
},
|
|
@@ -4981,6 +5009,22 @@ export const c_button = {
|
|
|
4981
5009
|
"2px"
|
|
4982
5010
|
]
|
|
4983
5011
|
},
|
|
5012
|
+
"c_button_ScaleX": {
|
|
5013
|
+
"name": "--pf-v6-c-button--ScaleX",
|
|
5014
|
+
"value": "1",
|
|
5015
|
+
"values": [
|
|
5016
|
+
"--pf-v6-c-button--hover--ScaleX",
|
|
5017
|
+
"1"
|
|
5018
|
+
]
|
|
5019
|
+
},
|
|
5020
|
+
"c_button_ScaleY": {
|
|
5021
|
+
"name": "--pf-v6-c-button--ScaleY",
|
|
5022
|
+
"value": "1",
|
|
5023
|
+
"values": [
|
|
5024
|
+
"--pf-v6-c-button--hover--ScaleY",
|
|
5025
|
+
"1"
|
|
5026
|
+
]
|
|
5027
|
+
},
|
|
4984
5028
|
"c_button_m_plain_m_no_padding__icon_Color": {
|
|
4985
5029
|
"name": "--pf-v6-c-button--m-plain--m-no-padding__icon--Color",
|
|
4986
5030
|
"value": "#1f1f1f",
|
|
@@ -5034,6 +5078,22 @@ export const c_button = {
|
|
|
5034
5078
|
"--pf-v6-c-button--hover__icon--Rotate",
|
|
5035
5079
|
"0deg"
|
|
5036
5080
|
]
|
|
5081
|
+
},
|
|
5082
|
+
"c_button__icon_ScaleX": {
|
|
5083
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
5084
|
+
"value": "1",
|
|
5085
|
+
"values": [
|
|
5086
|
+
"--pf-v6-c-button--hover__icon--ScaleX",
|
|
5087
|
+
"1"
|
|
5088
|
+
]
|
|
5089
|
+
},
|
|
5090
|
+
"c_button__icon_ScaleY": {
|
|
5091
|
+
"name": "--pf-v6-c-button__icon--ScaleY",
|
|
5092
|
+
"value": "1",
|
|
5093
|
+
"values": [
|
|
5094
|
+
"--pf-v6-c-button--hover__icon--ScaleY",
|
|
5095
|
+
"1"
|
|
5096
|
+
]
|
|
5037
5097
|
}
|
|
5038
5098
|
},
|
|
5039
5099
|
".pf-v6-c-button:active": {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_button_m_hamburger__icon_m_expand_ScaleX: {
|
|
2
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
3
|
+
"value": "-1",
|
|
4
|
+
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX)"
|
|
5
|
+
};
|
|
6
|
+
export default c_button_m_hamburger__icon_m_expand_ScaleX;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_button_m_hamburger__icon_m_expand_ScaleX = {
|
|
2
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
3
|
+
"value": "-1",
|
|
4
|
+
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX)"
|
|
5
|
+
};
|
|
6
|
+
export default c_button_m_hamburger__icon_m_expand_ScaleX;
|
|
@@ -347,7 +347,7 @@ export const c_expandable_section: {
|
|
|
347
347
|
},
|
|
348
348
|
"c_expandable_section__content_MaxHeight": {
|
|
349
349
|
"name": "--pf-v6-c-expandable-section__content--MaxHeight",
|
|
350
|
-
"value": "
|
|
350
|
+
"value": "99999px"
|
|
351
351
|
},
|
|
352
352
|
"c_expandable_section__content_TransitionDelay_hide": {
|
|
353
353
|
"name": "--pf-v6-c-expandable-section__content--TransitionDelay--hide",
|
|
@@ -347,7 +347,7 @@ export const c_expandable_section = {
|
|
|
347
347
|
},
|
|
348
348
|
"c_expandable_section__content_MaxHeight": {
|
|
349
349
|
"name": "--pf-v6-c-expandable-section__content--MaxHeight",
|
|
350
|
-
"value": "
|
|
350
|
+
"value": "99999px"
|
|
351
351
|
},
|
|
352
352
|
"c_expandable_section__content_TransitionDelay_hide": {
|
|
353
353
|
"name": "--pf-v6-c-expandable-section__content--TransitionDelay--hide",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_MaxHeight: {
|
|
2
2
|
"name": "--pf-v6-c-expandable-section__content--MaxHeight",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "99999px",
|
|
4
4
|
"var": "var(--pf-v6-c-expandable-section__content--MaxHeight)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_MaxHeight;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_MaxHeight = {
|
|
2
2
|
"name": "--pf-v6-c-expandable-section__content--MaxHeight",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "99999px",
|
|
4
4
|
"var": "var(--pf-v6-c-expandable-section__content--MaxHeight)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_MaxHeight;
|
|
@@ -1391,6 +1391,27 @@ export const c_form_control: {
|
|
|
1391
1391
|
]
|
|
1392
1392
|
}
|
|
1393
1393
|
},
|
|
1394
|
+
".pf-v6-c-form-control.pf-m-error .pf-v6-c-form-control__icon.pf-m-status": {
|
|
1395
|
+
"c_form_control_TransitionDuration_Opacity": {
|
|
1396
|
+
"name": "--pf-v6-c-form-control--TransitionDuration--Opacity",
|
|
1397
|
+
"value": "200ms",
|
|
1398
|
+
"values": [
|
|
1399
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
1400
|
+
"--pf-t--global--motion--duration--md",
|
|
1401
|
+
"--pf-t--global--duration--200",
|
|
1402
|
+
"200ms"
|
|
1403
|
+
]
|
|
1404
|
+
},
|
|
1405
|
+
"c_form_control_TransitionTimingFunction_Opacity": {
|
|
1406
|
+
"name": "--pf-v6-c-form-control--TransitionTimingFunction--Opacity",
|
|
1407
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
1408
|
+
"values": [
|
|
1409
|
+
"--pf-t--global--motion--timing-function--default",
|
|
1410
|
+
"--pf-t--global--timing-function--200",
|
|
1411
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
1412
|
+
]
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1394
1415
|
".pf-v6-c-form-control.pf-m-success": {
|
|
1395
1416
|
"c_form_control_after_BorderColor": {
|
|
1396
1417
|
"name": "--pf-v6-c-form-control--after--BorderColor",
|
|
@@ -1391,6 +1391,27 @@ export const c_form_control = {
|
|
|
1391
1391
|
]
|
|
1392
1392
|
}
|
|
1393
1393
|
},
|
|
1394
|
+
".pf-v6-c-form-control.pf-m-error .pf-v6-c-form-control__icon.pf-m-status": {
|
|
1395
|
+
"c_form_control_TransitionDuration_Opacity": {
|
|
1396
|
+
"name": "--pf-v6-c-form-control--TransitionDuration--Opacity",
|
|
1397
|
+
"value": "200ms",
|
|
1398
|
+
"values": [
|
|
1399
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
1400
|
+
"--pf-t--global--motion--duration--md",
|
|
1401
|
+
"--pf-t--global--duration--200",
|
|
1402
|
+
"200ms"
|
|
1403
|
+
]
|
|
1404
|
+
},
|
|
1405
|
+
"c_form_control_TransitionTimingFunction_Opacity": {
|
|
1406
|
+
"name": "--pf-v6-c-form-control--TransitionTimingFunction--Opacity",
|
|
1407
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
1408
|
+
"values": [
|
|
1409
|
+
"--pf-t--global--motion--timing-function--default",
|
|
1410
|
+
"--pf-t--global--timing-function--200",
|
|
1411
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
1412
|
+
]
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1394
1415
|
".pf-v6-c-form-control.pf-m-success": {
|
|
1395
1416
|
"c_form_control_after_BorderColor": {
|
|
1396
1417
|
"name": "--pf-v6-c-form-control--after--BorderColor",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form_control_TransitionDuration_Opacity: {
|
|
2
|
+
"name": "--pf-v6-c-form-control--TransitionDuration--Opacity",
|
|
3
|
+
"value": "200ms",
|
|
4
|
+
"var": "var(--pf-v6-c-form-control--TransitionDuration--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form_control_TransitionDuration_Opacity;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form_control_TransitionDuration_Opacity = {
|
|
2
|
+
"name": "--pf-v6-c-form-control--TransitionDuration--Opacity",
|
|
3
|
+
"value": "200ms",
|
|
4
|
+
"var": "var(--pf-v6-c-form-control--TransitionDuration--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form_control_TransitionDuration_Opacity;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form_control_TransitionTimingFunction_Opacity: {
|
|
2
|
+
"name": "--pf-v6-c-form-control--TransitionTimingFunction--Opacity",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-form-control--TransitionTimingFunction--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form_control_TransitionTimingFunction_Opacity;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form_control_TransitionTimingFunction_Opacity = {
|
|
2
|
+
"name": "--pf-v6-c-form-control--TransitionTimingFunction--Opacity",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-form-control--TransitionTimingFunction--Opacity)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form_control_TransitionTimingFunction_Opacity;
|