@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/dist/js/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/js/c_button.js
CHANGED
|
@@ -178,6 +178,14 @@ exports.c_button = {
|
|
|
178
178
|
"name": "--pf-v6-c-button--TransitionProperty",
|
|
179
179
|
"value": "color, background, border-width, border-color"
|
|
180
180
|
},
|
|
181
|
+
"c_button_ScaleX": {
|
|
182
|
+
"name": "--pf-v6-c-button--ScaleX",
|
|
183
|
+
"value": "1"
|
|
184
|
+
},
|
|
185
|
+
"c_button_ScaleY": {
|
|
186
|
+
"name": "--pf-v6-c-button--ScaleY",
|
|
187
|
+
"value": "1"
|
|
188
|
+
},
|
|
181
189
|
"c_button_hover_BackgroundColor": {
|
|
182
190
|
"name": "--pf-v6-c-button--hover--BackgroundColor",
|
|
183
191
|
"value": "transparent"
|
|
@@ -207,6 +215,14 @@ exports.c_button = {
|
|
|
207
215
|
"name": "--pf-v6-c-button--hover--TextDecorationColor",
|
|
208
216
|
"value": "currentcolor"
|
|
209
217
|
},
|
|
218
|
+
"c_button_hover_ScaleX": {
|
|
219
|
+
"name": "--pf-v6-c-button--hover--ScaleX",
|
|
220
|
+
"value": "1"
|
|
221
|
+
},
|
|
222
|
+
"c_button_hover_ScaleY": {
|
|
223
|
+
"name": "--pf-v6-c-button--hover--ScaleY",
|
|
224
|
+
"value": "1"
|
|
225
|
+
},
|
|
210
226
|
"c_button_m_clicked_BackgroundColor": {
|
|
211
227
|
"name": "--pf-v6-c-button--m-clicked--BackgroundColor",
|
|
212
228
|
"value": "transparent"
|
|
@@ -2186,10 +2202,6 @@ exports.c_button = {
|
|
|
2186
2202
|
"name": "--pf-v6-c-button__icon--Rotate",
|
|
2187
2203
|
"value": "0deg"
|
|
2188
2204
|
},
|
|
2189
|
-
"c_button__icon_Scale": {
|
|
2190
|
-
"name": "--pf-v6-c-button__icon--Scale",
|
|
2191
|
-
"value": "1"
|
|
2192
|
-
},
|
|
2193
2205
|
"c_button_hover__icon_TransitionTimingFunction": {
|
|
2194
2206
|
"name": "--pf-v6-c-button--hover__icon--TransitionTimingFunction",
|
|
2195
2207
|
"value": "auto"
|
|
@@ -2206,6 +2218,22 @@ exports.c_button = {
|
|
|
2206
2218
|
"name": "--pf-v6-c-button--hover__icon--Rotate",
|
|
2207
2219
|
"value": "0deg"
|
|
2208
2220
|
},
|
|
2221
|
+
"c_button__icon_ScaleX": {
|
|
2222
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
2223
|
+
"value": "1"
|
|
2224
|
+
},
|
|
2225
|
+
"c_button__icon_ScaleY": {
|
|
2226
|
+
"name": "--pf-v6-c-button__icon--ScaleY",
|
|
2227
|
+
"value": "1"
|
|
2228
|
+
},
|
|
2229
|
+
"c_button_hover__icon_ScaleX": {
|
|
2230
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
2231
|
+
"value": "1"
|
|
2232
|
+
},
|
|
2233
|
+
"c_button_hover__icon_ScaleY": {
|
|
2234
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleY",
|
|
2235
|
+
"value": "1"
|
|
2236
|
+
},
|
|
2209
2237
|
"c_button_m_favorite__icon_TransitionDuration": {
|
|
2210
2238
|
"name": "--pf-v6-c-button--m-favorite__icon--TransitionDuration",
|
|
2211
2239
|
"value": "100ms",
|
|
@@ -2522,8 +2550,8 @@ exports.c_button = {
|
|
|
2522
2550
|
"name": "--pf-v6-c-button--hamburger-icon--bottom--collapse--path",
|
|
2523
2551
|
"value": "path(\"M9,9 L5,9\")"
|
|
2524
2552
|
},
|
|
2525
|
-
"
|
|
2526
|
-
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
2553
|
+
"c_button_m_hamburger__icon_m_expand_ScaleX": {
|
|
2554
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
2527
2555
|
"value": "-1"
|
|
2528
2556
|
}
|
|
2529
2557
|
},
|
|
@@ -4880,11 +4908,11 @@ exports.c_button = {
|
|
|
4880
4908
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
4881
4909
|
"value": "0s"
|
|
4882
4910
|
},
|
|
4883
|
-
"
|
|
4884
|
-
"name": "--pf-v6-c-button__icon--
|
|
4911
|
+
"c_button__icon_ScaleX": {
|
|
4912
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
4885
4913
|
"value": "-1",
|
|
4886
4914
|
"values": [
|
|
4887
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
4915
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
4888
4916
|
"-1"
|
|
4889
4917
|
]
|
|
4890
4918
|
},
|
|
@@ -4892,11 +4920,11 @@ exports.c_button = {
|
|
|
4892
4920
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
4893
4921
|
"value": "0s"
|
|
4894
4922
|
},
|
|
4895
|
-
"
|
|
4896
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
4923
|
+
"c_button_hover__icon_ScaleX": {
|
|
4924
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
4897
4925
|
"value": "-1",
|
|
4898
4926
|
"values": [
|
|
4899
|
-
"--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
4927
|
+
"--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
4900
4928
|
"-1"
|
|
4901
4929
|
]
|
|
4902
4930
|
}
|
|
@@ -4930,16 +4958,16 @@ exports.c_button = {
|
|
|
4930
4958
|
"name": "--pf-v6-c-button__icon--TransitionDelay",
|
|
4931
4959
|
"value": "0s"
|
|
4932
4960
|
},
|
|
4933
|
-
"
|
|
4934
|
-
"name": "--pf-v6-c-button__icon--
|
|
4961
|
+
"c_button__icon_ScaleX": {
|
|
4962
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
4935
4963
|
"value": "1"
|
|
4936
4964
|
},
|
|
4937
4965
|
"c_button_hover__icon_TransitionDelay": {
|
|
4938
4966
|
"name": "--pf-v6-c-button--hover__icon--TransitionDelay",
|
|
4939
4967
|
"value": "0s"
|
|
4940
4968
|
},
|
|
4941
|
-
"
|
|
4942
|
-
"name": "--pf-v6-c-button--hover__icon--
|
|
4969
|
+
"c_button_hover__icon_ScaleX": {
|
|
4970
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
4943
4971
|
"value": "1"
|
|
4944
4972
|
}
|
|
4945
4973
|
},
|
|
@@ -4983,6 +5011,22 @@ exports.c_button = {
|
|
|
4983
5011
|
"2px"
|
|
4984
5012
|
]
|
|
4985
5013
|
},
|
|
5014
|
+
"c_button_ScaleX": {
|
|
5015
|
+
"name": "--pf-v6-c-button--ScaleX",
|
|
5016
|
+
"value": "1",
|
|
5017
|
+
"values": [
|
|
5018
|
+
"--pf-v6-c-button--hover--ScaleX",
|
|
5019
|
+
"1"
|
|
5020
|
+
]
|
|
5021
|
+
},
|
|
5022
|
+
"c_button_ScaleY": {
|
|
5023
|
+
"name": "--pf-v6-c-button--ScaleY",
|
|
5024
|
+
"value": "1",
|
|
5025
|
+
"values": [
|
|
5026
|
+
"--pf-v6-c-button--hover--ScaleY",
|
|
5027
|
+
"1"
|
|
5028
|
+
]
|
|
5029
|
+
},
|
|
4986
5030
|
"c_button_m_plain_m_no_padding__icon_Color": {
|
|
4987
5031
|
"name": "--pf-v6-c-button--m-plain--m-no-padding__icon--Color",
|
|
4988
5032
|
"value": "#1f1f1f",
|
|
@@ -5036,6 +5080,22 @@ exports.c_button = {
|
|
|
5036
5080
|
"--pf-v6-c-button--hover__icon--Rotate",
|
|
5037
5081
|
"0deg"
|
|
5038
5082
|
]
|
|
5083
|
+
},
|
|
5084
|
+
"c_button__icon_ScaleX": {
|
|
5085
|
+
"name": "--pf-v6-c-button__icon--ScaleX",
|
|
5086
|
+
"value": "1",
|
|
5087
|
+
"values": [
|
|
5088
|
+
"--pf-v6-c-button--hover__icon--ScaleX",
|
|
5089
|
+
"1"
|
|
5090
|
+
]
|
|
5091
|
+
},
|
|
5092
|
+
"c_button__icon_ScaleY": {
|
|
5093
|
+
"name": "--pf-v6-c-button__icon--ScaleY",
|
|
5094
|
+
"value": "1",
|
|
5095
|
+
"values": [
|
|
5096
|
+
"--pf-v6-c-button--hover__icon--ScaleY",
|
|
5097
|
+
"1"
|
|
5098
|
+
]
|
|
5039
5099
|
}
|
|
5040
5100
|
},
|
|
5041
5101
|
".pf-v6-c-button:active": {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_button_hover__icon_ScaleX = {
|
|
4
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleX",
|
|
5
|
+
"value": "1",
|
|
6
|
+
"var": "var(--pf-v6-c-button--hover__icon--ScaleX)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_button_hover__icon_ScaleX;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_button_hover__icon_ScaleY = {
|
|
4
|
+
"name": "--pf-v6-c-button--hover__icon--ScaleY",
|
|
5
|
+
"value": "1",
|
|
6
|
+
"var": "var(--pf-v6-c-button--hover__icon--ScaleY)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_button_hover__icon_ScaleY;
|
|
@@ -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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
exports.__esModule = true;
|
|
3
|
-
exports.
|
|
4
|
-
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
3
|
+
exports.c_button_m_hamburger__icon_m_expand_ScaleX = {
|
|
4
|
+
"name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
|
|
5
5
|
"value": "-1",
|
|
6
|
-
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--
|
|
6
|
+
"var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX)"
|
|
7
7
|
};
|
|
8
|
-
exports["default"] = exports.
|
|
8
|
+
exports["default"] = exports.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",
|
|
@@ -349,7 +349,7 @@ exports.c_expandable_section = {
|
|
|
349
349
|
},
|
|
350
350
|
"c_expandable_section__content_MaxHeight": {
|
|
351
351
|
"name": "--pf-v6-c-expandable-section__content--MaxHeight",
|
|
352
|
-
"value": "
|
|
352
|
+
"value": "99999px"
|
|
353
353
|
},
|
|
354
354
|
"c_expandable_section__content_TransitionDelay_hide": {
|
|
355
355
|
"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;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_expandable_section__content_MaxHeight = {
|
|
4
4
|
"name": "--pf-v6-c-expandable-section__content--MaxHeight",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "99999px",
|
|
6
6
|
"var": "var(--pf-v6-c-expandable-section__content--MaxHeight)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.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",
|
|
@@ -1393,6 +1393,27 @@ exports.c_form_control = {
|
|
|
1393
1393
|
]
|
|
1394
1394
|
}
|
|
1395
1395
|
},
|
|
1396
|
+
".pf-v6-c-form-control.pf-m-error .pf-v6-c-form-control__icon.pf-m-status": {
|
|
1397
|
+
"c_form_control_TransitionDuration_Opacity": {
|
|
1398
|
+
"name": "--pf-v6-c-form-control--TransitionDuration--Opacity",
|
|
1399
|
+
"value": "200ms",
|
|
1400
|
+
"values": [
|
|
1401
|
+
"--pf-t--global--motion--duration--fade--default",
|
|
1402
|
+
"--pf-t--global--motion--duration--md",
|
|
1403
|
+
"--pf-t--global--duration--200",
|
|
1404
|
+
"200ms"
|
|
1405
|
+
]
|
|
1406
|
+
},
|
|
1407
|
+
"c_form_control_TransitionTimingFunction_Opacity": {
|
|
1408
|
+
"name": "--pf-v6-c-form-control--TransitionTimingFunction--Opacity",
|
|
1409
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
1410
|
+
"values": [
|
|
1411
|
+
"--pf-t--global--motion--timing-function--default",
|
|
1412
|
+
"--pf-t--global--timing-function--200",
|
|
1413
|
+
"cubic-bezier(.4, 0, .2, 1)"
|
|
1414
|
+
]
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1396
1417
|
".pf-v6-c-form-control.pf-m-success": {
|
|
1397
1418
|
"c_form_control_after_BorderColor": {
|
|
1398
1419
|
"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,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_form_control_TransitionDuration_Opacity = {
|
|
4
|
+
"name": "--pf-v6-c-form-control--TransitionDuration--Opacity",
|
|
5
|
+
"value": "200ms",
|
|
6
|
+
"var": "var(--pf-v6-c-form-control--TransitionDuration--Opacity)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.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,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_form_control_TransitionTimingFunction_Opacity = {
|
|
4
|
+
"name": "--pf-v6-c-form-control--TransitionTimingFunction--Opacity",
|
|
5
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
6
|
+
"var": "var(--pf-v6-c-form-control--TransitionTimingFunction--Opacity)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_form_control_TransitionTimingFunction_Opacity;
|