@patternfly/react-tokens 5.1.0 → 5.1.1-prerelease.1
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 +4 -2
- package/dist/esm/c_about_modal_box.d.ts +4 -0
- package/dist/esm/c_about_modal_box.js +4 -0
- package/dist/esm/c_about_modal_box_BackgroundImage.d.ts +6 -0
- package/dist/esm/c_about_modal_box_BackgroundImage.js +6 -0
- package/dist/esm/c_chip.d.ts +10 -0
- package/dist/esm/c_chip.js +10 -0
- package/dist/esm/c_chip__c_badge_MarginLeft.d.ts +6 -0
- package/dist/esm/c_chip__c_badge_MarginLeft.js +6 -0
- package/dist/esm/c_form_control.d.ts +12 -1
- package/dist/esm/c_form_control.js +12 -1
- package/dist/esm/c_multiple_file_upload.d.ts +3 -3
- package/dist/esm/c_multiple_file_upload.js +3 -3
- package/dist/esm/c_multiple_file_upload__main_TextAlign.d.ts +1 -1
- package/dist/esm/c_multiple_file_upload__main_TextAlign.js +1 -1
- package/dist/esm/c_multiple_file_upload_m_horizontal__main_TextAlign.d.ts +1 -1
- package/dist/esm/c_multiple_file_upload_m_horizontal__main_TextAlign.js +1 -1
- package/dist/esm/c_progress_stepper.d.ts +24 -8
- package/dist/esm/c_progress_stepper.js +24 -8
- package/dist/esm/c_progress_stepper_m_vertical__step_main_MarginLeft.d.ts +1 -1
- package/dist/esm/c_progress_stepper_m_vertical__step_main_MarginLeft.js +1 -1
- package/dist/esm/c_progress_stepper_m_vertical__step_main_MarginTop.d.ts +1 -1
- package/dist/esm/c_progress_stepper_m_vertical__step_main_MarginTop.js +1 -1
- package/dist/esm/c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft.d.ts +6 -0
- package/dist/esm/c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft.js +6 -0
- package/dist/esm/c_progress_stepper_m_vertical_m_compact__step_main_MarginTop.d.ts +6 -0
- package/dist/esm/c_progress_stepper_m_vertical_m_compact__step_main_MarginTop.js +6 -0
- package/dist/esm/c_sidebar.d.ts +4 -4
- package/dist/esm/c_sidebar.js +4 -4
- package/dist/esm/c_sidebar__main_AlignItems.d.ts +1 -1
- package/dist/esm/c_sidebar__main_AlignItems.js +1 -1
- package/dist/esm/c_sidebar__main_md_AlignItems.d.ts +1 -1
- package/dist/esm/c_sidebar__main_md_AlignItems.js +1 -1
- package/dist/esm/c_sidebar_m_split__main_AlignItems.d.ts +1 -1
- package/dist/esm/c_sidebar_m_split__main_AlignItems.js +1 -1
- package/dist/esm/c_table__check_responsive_MarginTop.d.ts +1 -1
- package/dist/esm/c_table__check_responsive_MarginTop.js +1 -1
- package/dist/esm/c_table_grid.d.ts +12 -0
- package/dist/esm/c_table_grid.js +12 -0
- package/dist/esm/c_table_m_compact__check_responsive_MarginTop.d.ts +6 -0
- package/dist/esm/c_table_m_compact__check_responsive_MarginTop.js +6 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.js +5 -0
- package/dist/js/c_about_modal_box.d.ts +4 -0
- package/dist/js/c_about_modal_box.js +4 -0
- package/dist/js/c_about_modal_box_BackgroundImage.d.ts +6 -0
- package/dist/js/c_about_modal_box_BackgroundImage.js +8 -0
- package/dist/js/c_chip.d.ts +10 -0
- package/dist/js/c_chip.js +10 -0
- package/dist/js/c_chip__c_badge_MarginLeft.d.ts +6 -0
- package/dist/js/c_chip__c_badge_MarginLeft.js +8 -0
- package/dist/js/c_form_control.d.ts +12 -1
- package/dist/js/c_form_control.js +12 -1
- package/dist/js/c_multiple_file_upload.d.ts +3 -3
- package/dist/js/c_multiple_file_upload.js +3 -3
- package/dist/js/c_multiple_file_upload__main_TextAlign.d.ts +1 -1
- package/dist/js/c_multiple_file_upload__main_TextAlign.js +1 -1
- package/dist/js/c_multiple_file_upload_m_horizontal__main_TextAlign.d.ts +1 -1
- package/dist/js/c_multiple_file_upload_m_horizontal__main_TextAlign.js +1 -1
- package/dist/js/c_progress_stepper.d.ts +24 -8
- package/dist/js/c_progress_stepper.js +24 -8
- package/dist/js/c_progress_stepper_m_vertical__step_main_MarginLeft.d.ts +1 -1
- package/dist/js/c_progress_stepper_m_vertical__step_main_MarginLeft.js +1 -1
- package/dist/js/c_progress_stepper_m_vertical__step_main_MarginTop.d.ts +1 -1
- package/dist/js/c_progress_stepper_m_vertical__step_main_MarginTop.js +1 -1
- package/dist/js/c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft.d.ts +6 -0
- package/dist/js/c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft.js +8 -0
- package/dist/js/c_progress_stepper_m_vertical_m_compact__step_main_MarginTop.d.ts +6 -0
- package/dist/js/c_progress_stepper_m_vertical_m_compact__step_main_MarginTop.js +8 -0
- package/dist/js/c_sidebar.d.ts +4 -4
- package/dist/js/c_sidebar.js +4 -4
- package/dist/js/c_sidebar__main_AlignItems.d.ts +1 -1
- package/dist/js/c_sidebar__main_AlignItems.js +1 -1
- package/dist/js/c_sidebar__main_md_AlignItems.d.ts +1 -1
- package/dist/js/c_sidebar__main_md_AlignItems.js +1 -1
- package/dist/js/c_sidebar_m_split__main_AlignItems.d.ts +1 -1
- package/dist/js/c_sidebar_m_split__main_AlignItems.js +1 -1
- package/dist/js/c_table__check_responsive_MarginTop.d.ts +1 -1
- package/dist/js/c_table__check_responsive_MarginTop.js +1 -1
- package/dist/js/c_table_grid.d.ts +12 -0
- package/dist/js/c_table_grid.js +12 -0
- package/dist/js/c_table_m_compact__check_responsive_MarginTop.d.ts +6 -0
- package/dist/js/c_table_m_compact__check_responsive_MarginTop.js +8 -0
- package/dist/js/index.d.ts +5 -0
- package/dist/js/index.js +5 -0
- package/package.json +4 -8
package/dist/esm/c_table_grid.js
CHANGED
|
@@ -338,6 +338,10 @@ export const c_table_grid = {
|
|
|
338
338
|
"0.25rem"
|
|
339
339
|
]
|
|
340
340
|
},
|
|
341
|
+
"c_table_m_compact__check_responsive_MarginTop": {
|
|
342
|
+
"name": "--pf-v5-c-table--m-compact__check--responsive--MarginTop",
|
|
343
|
+
"value": "0.4375rem"
|
|
344
|
+
},
|
|
341
345
|
"c_table_m_compact__action_responsive_MarginTop": {
|
|
342
346
|
"name": "--pf-v5-c-table--m-compact__action--responsive--MarginTop",
|
|
343
347
|
"value": "calc(0.25rem * -1)",
|
|
@@ -602,6 +606,14 @@ export const c_table_grid = {
|
|
|
602
606
|
"0.25rem"
|
|
603
607
|
]
|
|
604
608
|
},
|
|
609
|
+
"c_table__check_responsive_MarginTop": {
|
|
610
|
+
"name": "--pf-v5-c-table__check--responsive--MarginTop",
|
|
611
|
+
"value": "0.4375rem",
|
|
612
|
+
"values": [
|
|
613
|
+
"--pf-v5-c-table--m-compact__check--responsive--MarginTop",
|
|
614
|
+
"0.4375rem"
|
|
615
|
+
]
|
|
616
|
+
},
|
|
605
617
|
"c_table__check_input_MarginTop": {
|
|
606
618
|
"name": "--pf-v5-c-table__check--input--MarginTop",
|
|
607
619
|
"value": "0"
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_compact__check_responsive_MarginTop: {
|
|
2
|
+
"name": "--pf-v5-c-table--m-compact__check--responsive--MarginTop",
|
|
3
|
+
"value": "0.4375rem",
|
|
4
|
+
"var": "var(--pf-v5-c-table--m-compact__check--responsive--MarginTop)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_compact__check_responsive_MarginTop;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_compact__check_responsive_MarginTop = {
|
|
2
|
+
"name": "--pf-v5-c-table--m-compact__check--responsive--MarginTop",
|
|
3
|
+
"value": "0.4375rem",
|
|
4
|
+
"var": "var(--pf-v5-c-table--m-compact__check--responsive--MarginTop)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_compact__check_responsive_MarginTop;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -994,6 +994,7 @@ export { c_table_m_compact__tr_responsive_PaddingTop } from './c_table_m_compact
|
|
|
994
994
|
export { c_table_m_compact__tr_responsive_PaddingBottom } from './c_table_m_compact__tr_responsive_PaddingBottom';
|
|
995
995
|
export { c_table_m_compact__tr__td_responsive_PaddingTop } from './c_table_m_compact__tr__td_responsive_PaddingTop';
|
|
996
996
|
export { c_table_m_compact__tr__td_responsive_PaddingBottom } from './c_table_m_compact__tr__td_responsive_PaddingBottom';
|
|
997
|
+
export { c_table_m_compact__check_responsive_MarginTop } from './c_table_m_compact__check_responsive_MarginTop';
|
|
997
998
|
export { c_table_m_compact__action_responsive_MarginTop } from './c_table_m_compact__action_responsive_MarginTop';
|
|
998
999
|
export { c_table_m_compact__action_responsive_MarginBottom } from './c_table_m_compact__action_responsive_MarginBottom';
|
|
999
1000
|
export { c_table_m_compact__toggle_c_button_responsive_MarginBottom } from './c_table_m_compact__toggle_c_button_responsive_MarginBottom';
|
|
@@ -1465,7 +1466,9 @@ export { c_progress_stepper_m_vertical__step_main_MarginLeft } from './c_progres
|
|
|
1465
1466
|
export { c_progress_stepper_m_vertical_m_compact_GridTemplateColumns } from './c_progress_stepper_m_vertical_m_compact_GridTemplateColumns';
|
|
1466
1467
|
export { c_progress_stepper_m_vertical_m_compact__step_connector_PaddingBottom } from './c_progress_stepper_m_vertical_m_compact__step_connector_PaddingBottom';
|
|
1467
1468
|
export { c_progress_stepper_m_vertical_m_compact__step_connector_GridRow } from './c_progress_stepper_m_vertical_m_compact__step_connector_GridRow';
|
|
1469
|
+
export { c_progress_stepper_m_vertical_m_compact__step_main_MarginTop } from './c_progress_stepper_m_vertical_m_compact__step_main_MarginTop';
|
|
1468
1470
|
export { c_progress_stepper_m_vertical_m_compact__step_main_MarginRight } from './c_progress_stepper_m_vertical_m_compact__step_main_MarginRight';
|
|
1471
|
+
export { c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft } from './c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft';
|
|
1469
1472
|
export { c_progress_stepper_m_vertical_m_center__step_main_MarginRight } from './c_progress_stepper_m_vertical_m_center__step_main_MarginRight';
|
|
1470
1473
|
export { c_progress_stepper_m_vertical_m_center__step_main_MarginLeft } from './c_progress_stepper_m_vertical_m_center__step_main_MarginLeft';
|
|
1471
1474
|
export { c_progress_stepper_m_horizontal_GridAutoFlow } from './c_progress_stepper_m_horizontal_GridAutoFlow';
|
|
@@ -4353,6 +4356,7 @@ export { c_chip__content_FontSize } from './c_chip__content_FontSize';
|
|
|
4353
4356
|
export { c_chip__content_ColumnGap } from './c_chip__content_ColumnGap';
|
|
4354
4357
|
export { c_chip__text_Color } from './c_chip__text_Color';
|
|
4355
4358
|
export { c_chip__text_MaxWidth } from './c_chip__text_MaxWidth';
|
|
4359
|
+
export { c_chip__c_badge_MarginLeft } from './c_chip__c_badge_MarginLeft';
|
|
4356
4360
|
export { c_chip__actions_FontSize } from './c_chip__actions_FontSize';
|
|
4357
4361
|
export { c_chip__actions_c_button_PaddingTop } from './c_chip__actions_c_button_PaddingTop';
|
|
4358
4362
|
export { c_chip__actions_c_button_PaddingRight } from './c_chip__actions_c_button_PaddingRight';
|
|
@@ -5037,6 +5041,7 @@ export { c_accordion_m_bordered__expandable_content_m_expanded__expandable_conte
|
|
|
5037
5041
|
export { c_accordion__toggle_FontFamily } from './c_accordion__toggle_FontFamily';
|
|
5038
5042
|
export { c_accordion__toggle_FontSize } from './c_accordion__toggle_FontSize';
|
|
5039
5043
|
export { c_about_modal_box } from './c_about_modal_box';
|
|
5044
|
+
export { c_about_modal_box_BackgroundImage } from './c_about_modal_box_BackgroundImage';
|
|
5040
5045
|
export { c_about_modal_box_BackgroundColor } from './c_about_modal_box_BackgroundColor';
|
|
5041
5046
|
export { c_about_modal_box_BackgroundPosition } from './c_about_modal_box_BackgroundPosition';
|
|
5042
5047
|
export { c_about_modal_box_BackgroundSize_min_width } from './c_about_modal_box_BackgroundSize_min_width';
|
package/dist/esm/index.js
CHANGED
|
@@ -994,6 +994,7 @@ export { c_table_m_compact__tr_responsive_PaddingTop } from './c_table_m_compact
|
|
|
994
994
|
export { c_table_m_compact__tr_responsive_PaddingBottom } from './c_table_m_compact__tr_responsive_PaddingBottom';
|
|
995
995
|
export { c_table_m_compact__tr__td_responsive_PaddingTop } from './c_table_m_compact__tr__td_responsive_PaddingTop';
|
|
996
996
|
export { c_table_m_compact__tr__td_responsive_PaddingBottom } from './c_table_m_compact__tr__td_responsive_PaddingBottom';
|
|
997
|
+
export { c_table_m_compact__check_responsive_MarginTop } from './c_table_m_compact__check_responsive_MarginTop';
|
|
997
998
|
export { c_table_m_compact__action_responsive_MarginTop } from './c_table_m_compact__action_responsive_MarginTop';
|
|
998
999
|
export { c_table_m_compact__action_responsive_MarginBottom } from './c_table_m_compact__action_responsive_MarginBottom';
|
|
999
1000
|
export { c_table_m_compact__toggle_c_button_responsive_MarginBottom } from './c_table_m_compact__toggle_c_button_responsive_MarginBottom';
|
|
@@ -1465,7 +1466,9 @@ export { c_progress_stepper_m_vertical__step_main_MarginLeft } from './c_progres
|
|
|
1465
1466
|
export { c_progress_stepper_m_vertical_m_compact_GridTemplateColumns } from './c_progress_stepper_m_vertical_m_compact_GridTemplateColumns';
|
|
1466
1467
|
export { c_progress_stepper_m_vertical_m_compact__step_connector_PaddingBottom } from './c_progress_stepper_m_vertical_m_compact__step_connector_PaddingBottom';
|
|
1467
1468
|
export { c_progress_stepper_m_vertical_m_compact__step_connector_GridRow } from './c_progress_stepper_m_vertical_m_compact__step_connector_GridRow';
|
|
1469
|
+
export { c_progress_stepper_m_vertical_m_compact__step_main_MarginTop } from './c_progress_stepper_m_vertical_m_compact__step_main_MarginTop';
|
|
1468
1470
|
export { c_progress_stepper_m_vertical_m_compact__step_main_MarginRight } from './c_progress_stepper_m_vertical_m_compact__step_main_MarginRight';
|
|
1471
|
+
export { c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft } from './c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft';
|
|
1469
1472
|
export { c_progress_stepper_m_vertical_m_center__step_main_MarginRight } from './c_progress_stepper_m_vertical_m_center__step_main_MarginRight';
|
|
1470
1473
|
export { c_progress_stepper_m_vertical_m_center__step_main_MarginLeft } from './c_progress_stepper_m_vertical_m_center__step_main_MarginLeft';
|
|
1471
1474
|
export { c_progress_stepper_m_horizontal_GridAutoFlow } from './c_progress_stepper_m_horizontal_GridAutoFlow';
|
|
@@ -4353,6 +4356,7 @@ export { c_chip__content_FontSize } from './c_chip__content_FontSize';
|
|
|
4353
4356
|
export { c_chip__content_ColumnGap } from './c_chip__content_ColumnGap';
|
|
4354
4357
|
export { c_chip__text_Color } from './c_chip__text_Color';
|
|
4355
4358
|
export { c_chip__text_MaxWidth } from './c_chip__text_MaxWidth';
|
|
4359
|
+
export { c_chip__c_badge_MarginLeft } from './c_chip__c_badge_MarginLeft';
|
|
4356
4360
|
export { c_chip__actions_FontSize } from './c_chip__actions_FontSize';
|
|
4357
4361
|
export { c_chip__actions_c_button_PaddingTop } from './c_chip__actions_c_button_PaddingTop';
|
|
4358
4362
|
export { c_chip__actions_c_button_PaddingRight } from './c_chip__actions_c_button_PaddingRight';
|
|
@@ -5037,6 +5041,7 @@ export { c_accordion_m_bordered__expandable_content_m_expanded__expandable_conte
|
|
|
5037
5041
|
export { c_accordion__toggle_FontFamily } from './c_accordion__toggle_FontFamily';
|
|
5038
5042
|
export { c_accordion__toggle_FontSize } from './c_accordion__toggle_FontSize';
|
|
5039
5043
|
export { c_about_modal_box } from './c_about_modal_box';
|
|
5044
|
+
export { c_about_modal_box_BackgroundImage } from './c_about_modal_box_BackgroundImage';
|
|
5040
5045
|
export { c_about_modal_box_BackgroundColor } from './c_about_modal_box_BackgroundColor';
|
|
5041
5046
|
export { c_about_modal_box_BackgroundPosition } from './c_about_modal_box_BackgroundPosition';
|
|
5042
5047
|
export { c_about_modal_box_BackgroundSize_min_width } from './c_about_modal_box_BackgroundSize_min_width';
|
|
@@ -92,6 +92,10 @@ export const c_about_modal_box: {
|
|
|
92
92
|
"#fff"
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
+
"c_about_modal_box_BackgroundImage": {
|
|
96
|
+
"name": "--pf-v5-c-about-modal-box--BackgroundImage",
|
|
97
|
+
"value": "none"
|
|
98
|
+
},
|
|
95
99
|
"c_about_modal_box_BackgroundColor": {
|
|
96
100
|
"name": "--pf-v5-c-about-modal-box--BackgroundColor",
|
|
97
101
|
"value": "#030303",
|
|
@@ -94,6 +94,10 @@ exports.c_about_modal_box = {
|
|
|
94
94
|
"#fff"
|
|
95
95
|
]
|
|
96
96
|
},
|
|
97
|
+
"c_about_modal_box_BackgroundImage": {
|
|
98
|
+
"name": "--pf-v5-c-about-modal-box--BackgroundImage",
|
|
99
|
+
"value": "none"
|
|
100
|
+
},
|
|
97
101
|
"c_about_modal_box_BackgroundColor": {
|
|
98
102
|
"name": "--pf-v5-c-about-modal-box--BackgroundColor",
|
|
99
103
|
"value": "#030303",
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_about_modal_box_BackgroundImage = {
|
|
4
|
+
"name": "--pf-v5-c-about-modal-box--BackgroundImage",
|
|
5
|
+
"value": "none",
|
|
6
|
+
"var": "var(--pf-v5-c-about-modal-box--BackgroundImage)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_about_modal_box_BackgroundImage;
|
package/dist/js/c_chip.d.ts
CHANGED
|
@@ -255,6 +255,16 @@ export const c_chip: {
|
|
|
255
255
|
"name": "--pf-v5-c-chip__text--MaxWidth",
|
|
256
256
|
"value": "16ch"
|
|
257
257
|
},
|
|
258
|
+
"c_chip__c_badge_MarginLeft": {
|
|
259
|
+
"name": "--pf-v5-c-chip__c-badge--MarginLeft",
|
|
260
|
+
"value": "0.25rem",
|
|
261
|
+
"values": [
|
|
262
|
+
"--pf-v5-global--spacer--xs",
|
|
263
|
+
"$pf-v5-global--spacer--xs",
|
|
264
|
+
"pf-size-prem(4px)",
|
|
265
|
+
"0.25rem"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
258
268
|
"c_chip__actions_FontSize": {
|
|
259
269
|
"name": "--pf-v5-c-chip__actions--FontSize",
|
|
260
270
|
"value": "0.75rem",
|
package/dist/js/c_chip.js
CHANGED
|
@@ -257,6 +257,16 @@ exports.c_chip = {
|
|
|
257
257
|
"name": "--pf-v5-c-chip__text--MaxWidth",
|
|
258
258
|
"value": "16ch"
|
|
259
259
|
},
|
|
260
|
+
"c_chip__c_badge_MarginLeft": {
|
|
261
|
+
"name": "--pf-v5-c-chip__c-badge--MarginLeft",
|
|
262
|
+
"value": "0.25rem",
|
|
263
|
+
"values": [
|
|
264
|
+
"--pf-v5-global--spacer--xs",
|
|
265
|
+
"$pf-v5-global--spacer--xs",
|
|
266
|
+
"pf-size-prem(4px)",
|
|
267
|
+
"0.25rem"
|
|
268
|
+
]
|
|
269
|
+
},
|
|
260
270
|
"c_chip__actions_FontSize": {
|
|
261
271
|
"name": "--pf-v5-c-chip__actions--FontSize",
|
|
262
272
|
"value": "0.75rem",
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_chip__c_badge_MarginLeft = {
|
|
4
|
+
"name": "--pf-v5-c-chip__c-badge--MarginLeft",
|
|
5
|
+
"value": "0.25rem",
|
|
6
|
+
"var": "var(--pf-v5-c-chip__c-badge--MarginLeft)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_chip__c_badge_MarginLeft;
|
|
@@ -945,6 +945,17 @@ export const c_form_control: {
|
|
|
945
945
|
"#6a6e73"
|
|
946
946
|
]
|
|
947
947
|
},
|
|
948
|
+
"c_form_control_m_placeholder_Color": {
|
|
949
|
+
"name": "--pf-v5-c-form-control--m-placeholder--Color",
|
|
950
|
+
"value": "#6a6e73",
|
|
951
|
+
"values": [
|
|
952
|
+
"--pf-v5-c-form-control--m-disabled--Color",
|
|
953
|
+
"--pf-v5-global--disabled-color--100",
|
|
954
|
+
"$pf-v5-global--disabled-color--100",
|
|
955
|
+
"$pf-v5-color-black-600",
|
|
956
|
+
"#6a6e73"
|
|
957
|
+
]
|
|
958
|
+
},
|
|
948
959
|
"c_form_control__toggle_icon_Color": {
|
|
949
960
|
"name": "--pf-v5-c-form-control__toggle-icon--Color",
|
|
950
961
|
"value": "#6a6e73",
|
|
@@ -1230,7 +1241,7 @@ export const c_form_control: {
|
|
|
1230
1241
|
]
|
|
1231
1242
|
}
|
|
1232
1243
|
},
|
|
1233
|
-
".pf-v5-c-form-control.pf-m-placeholder > select
|
|
1244
|
+
".pf-v5-c-form-control.pf-m-placeholder > select *": {
|
|
1234
1245
|
"c_form_control_Color": {
|
|
1235
1246
|
"name": "--pf-v5-c-form-control--Color",
|
|
1236
1247
|
"value": "#151515",
|
|
@@ -947,6 +947,17 @@ exports.c_form_control = {
|
|
|
947
947
|
"#6a6e73"
|
|
948
948
|
]
|
|
949
949
|
},
|
|
950
|
+
"c_form_control_m_placeholder_Color": {
|
|
951
|
+
"name": "--pf-v5-c-form-control--m-placeholder--Color",
|
|
952
|
+
"value": "#6a6e73",
|
|
953
|
+
"values": [
|
|
954
|
+
"--pf-v5-c-form-control--m-disabled--Color",
|
|
955
|
+
"--pf-v5-global--disabled-color--100",
|
|
956
|
+
"$pf-v5-global--disabled-color--100",
|
|
957
|
+
"$pf-v5-color-black-600",
|
|
958
|
+
"#6a6e73"
|
|
959
|
+
]
|
|
960
|
+
},
|
|
950
961
|
"c_form_control__toggle_icon_Color": {
|
|
951
962
|
"name": "--pf-v5-c-form-control__toggle-icon--Color",
|
|
952
963
|
"value": "#6a6e73",
|
|
@@ -1232,7 +1243,7 @@ exports.c_form_control = {
|
|
|
1232
1243
|
]
|
|
1233
1244
|
}
|
|
1234
1245
|
},
|
|
1235
|
-
".pf-v5-c-form-control.pf-m-placeholder > select
|
|
1246
|
+
".pf-v5-c-form-control.pf-m-placeholder > select *": {
|
|
1236
1247
|
"c_form_control_Color": {
|
|
1237
1248
|
"name": "--pf-v5-c-form-control--Color",
|
|
1238
1249
|
"value": "#151515",
|
|
@@ -244,7 +244,7 @@ export const c_multiple_file_upload: {
|
|
|
244
244
|
},
|
|
245
245
|
"c_multiple_file_upload_m_horizontal__main_TextAlign": {
|
|
246
246
|
"name": "--pf-v5-c-multiple-file-upload--m-horizontal__main--TextAlign",
|
|
247
|
-
"value": "
|
|
247
|
+
"value": "start"
|
|
248
248
|
},
|
|
249
249
|
"c_multiple_file_upload_m_horizontal__main_GridTemplateColumns": {
|
|
250
250
|
"name": "--pf-v5-c-multiple-file-upload--m-horizontal__main--GridTemplateColumns",
|
|
@@ -447,10 +447,10 @@ export const c_multiple_file_upload: {
|
|
|
447
447
|
},
|
|
448
448
|
"c_multiple_file_upload__main_TextAlign": {
|
|
449
449
|
"name": "--pf-v5-c-multiple-file-upload__main--TextAlign",
|
|
450
|
-
"value": "
|
|
450
|
+
"value": "start",
|
|
451
451
|
"values": [
|
|
452
452
|
"--pf-v5-c-multiple-file-upload--m-horizontal__main--TextAlign",
|
|
453
|
-
"
|
|
453
|
+
"start"
|
|
454
454
|
]
|
|
455
455
|
},
|
|
456
456
|
"c_multiple_file_upload__main_GridTemplateColumns": {
|
|
@@ -246,7 +246,7 @@ exports.c_multiple_file_upload = {
|
|
|
246
246
|
},
|
|
247
247
|
"c_multiple_file_upload_m_horizontal__main_TextAlign": {
|
|
248
248
|
"name": "--pf-v5-c-multiple-file-upload--m-horizontal__main--TextAlign",
|
|
249
|
-
"value": "
|
|
249
|
+
"value": "start"
|
|
250
250
|
},
|
|
251
251
|
"c_multiple_file_upload_m_horizontal__main_GridTemplateColumns": {
|
|
252
252
|
"name": "--pf-v5-c-multiple-file-upload--m-horizontal__main--GridTemplateColumns",
|
|
@@ -449,10 +449,10 @@ exports.c_multiple_file_upload = {
|
|
|
449
449
|
},
|
|
450
450
|
"c_multiple_file_upload__main_TextAlign": {
|
|
451
451
|
"name": "--pf-v5-c-multiple-file-upload__main--TextAlign",
|
|
452
|
-
"value": "
|
|
452
|
+
"value": "start",
|
|
453
453
|
"values": [
|
|
454
454
|
"--pf-v5-c-multiple-file-upload--m-horizontal__main--TextAlign",
|
|
455
|
-
"
|
|
455
|
+
"start"
|
|
456
456
|
]
|
|
457
457
|
},
|
|
458
458
|
"c_multiple_file_upload__main_GridTemplateColumns": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_multiple_file_upload__main_TextAlign: {
|
|
2
2
|
"name": "--pf-v5-c-multiple-file-upload__main--TextAlign",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "start",
|
|
4
4
|
"var": "var(--pf-v5-c-multiple-file-upload__main--TextAlign)"
|
|
5
5
|
};
|
|
6
6
|
export default c_multiple_file_upload__main_TextAlign;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_multiple_file_upload__main_TextAlign = {
|
|
4
4
|
"name": "--pf-v5-c-multiple-file-upload__main--TextAlign",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "start",
|
|
6
6
|
"var": "var(--pf-v5-c-multiple-file-upload__main--TextAlign)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_multiple_file_upload__main_TextAlign;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_multiple_file_upload_m_horizontal__main_TextAlign: {
|
|
2
2
|
"name": "--pf-v5-c-multiple-file-upload--m-horizontal__main--TextAlign",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "start",
|
|
4
4
|
"var": "var(--pf-v5-c-multiple-file-upload--m-horizontal__main--TextAlign)"
|
|
5
5
|
};
|
|
6
6
|
export default c_multiple_file_upload_m_horizontal__main_TextAlign;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_multiple_file_upload_m_horizontal__main_TextAlign = {
|
|
4
4
|
"name": "--pf-v5-c-multiple-file-upload--m-horizontal__main--TextAlign",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "start",
|
|
6
6
|
"var": "var(--pf-v5-c-multiple-file-upload--m-horizontal__main--TextAlign)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_multiple_file_upload_m_horizontal__main_TextAlign;
|
|
@@ -111,10 +111,18 @@ export const c_progress_stepper: {
|
|
|
111
111
|
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow",
|
|
112
112
|
"value": "auto"
|
|
113
113
|
},
|
|
114
|
+
"c_progress_stepper_m_vertical_m_compact__step_main_MarginTop": {
|
|
115
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop",
|
|
116
|
+
"value": "0"
|
|
117
|
+
},
|
|
114
118
|
"c_progress_stepper_m_vertical_m_compact__step_main_MarginRight": {
|
|
115
119
|
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight",
|
|
116
120
|
"value": "0"
|
|
117
121
|
},
|
|
122
|
+
"c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft": {
|
|
123
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft",
|
|
124
|
+
"value": "0"
|
|
125
|
+
},
|
|
118
126
|
"c_progress_stepper_m_vertical_m_center__step_main_MarginRight": {
|
|
119
127
|
"name": "--pf-v5-c-progress-stepper--m-vertical--m-center__step-main--MarginRight",
|
|
120
128
|
"value": "0"
|
|
@@ -336,7 +344,7 @@ export const c_progress_stepper: {
|
|
|
336
344
|
},
|
|
337
345
|
"c_progress_stepper__step_connector_JustifyContent": {
|
|
338
346
|
"name": "--pf-v5-c-progress-stepper__step-connector--JustifyContent",
|
|
339
|
-
"value": "start"
|
|
347
|
+
"value": "flex-start"
|
|
340
348
|
},
|
|
341
349
|
"c_progress_stepper__step_icon_ZIndex": {
|
|
342
350
|
"name": "--pf-v5-c-progress-stepper__step-icon--ZIndex",
|
|
@@ -428,7 +436,7 @@ export const c_progress_stepper: {
|
|
|
428
436
|
},
|
|
429
437
|
"c_progress_stepper__step_title_TextAlign": {
|
|
430
438
|
"name": "--pf-v5-c-progress-stepper__step-title--TextAlign",
|
|
431
|
-
"value": "
|
|
439
|
+
"value": "start"
|
|
432
440
|
},
|
|
433
441
|
"c_progress_stepper__step_title_FontSize": {
|
|
434
442
|
"name": "--pf-v5-c-progress-stepper__step-title--FontSize",
|
|
@@ -633,7 +641,7 @@ export const c_progress_stepper: {
|
|
|
633
641
|
},
|
|
634
642
|
"c_progress_stepper__step_description_TextAlign": {
|
|
635
643
|
"name": "--pf-v5-c-progress-stepper__step-description--TextAlign",
|
|
636
|
-
"value": "
|
|
644
|
+
"value": "start"
|
|
637
645
|
},
|
|
638
646
|
"c_progress_stepper_GridAutoFlow": {
|
|
639
647
|
"name": "--pf-v5-c-progress-stepper--GridAutoFlow",
|
|
@@ -970,12 +978,12 @@ export const c_progress_stepper: {
|
|
|
970
978
|
"-3px"
|
|
971
979
|
]
|
|
972
980
|
},
|
|
973
|
-
"
|
|
974
|
-
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--
|
|
975
|
-
"value": "
|
|
981
|
+
"c_progress_stepper_m_vertical__step_main_MarginTop": {
|
|
982
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--MarginTop",
|
|
983
|
+
"value": "0",
|
|
976
984
|
"values": [
|
|
977
|
-
"--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--
|
|
978
|
-
"
|
|
985
|
+
"--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop",
|
|
986
|
+
"0"
|
|
979
987
|
]
|
|
980
988
|
},
|
|
981
989
|
"c_progress_stepper_m_vertical__step_main_MarginRight": {
|
|
@@ -985,6 +993,14 @@ export const c_progress_stepper: {
|
|
|
985
993
|
"--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight",
|
|
986
994
|
"0"
|
|
987
995
|
]
|
|
996
|
+
},
|
|
997
|
+
"c_progress_stepper_m_vertical__step_main_MarginLeft": {
|
|
998
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft",
|
|
999
|
+
"value": "0",
|
|
1000
|
+
"values": [
|
|
1001
|
+
"--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft",
|
|
1002
|
+
"0"
|
|
1003
|
+
]
|
|
988
1004
|
}
|
|
989
1005
|
},
|
|
990
1006
|
".pf-v5-c-progress-stepper__step.pf-m-current": {
|
|
@@ -113,10 +113,18 @@ exports.c_progress_stepper = {
|
|
|
113
113
|
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow",
|
|
114
114
|
"value": "auto"
|
|
115
115
|
},
|
|
116
|
+
"c_progress_stepper_m_vertical_m_compact__step_main_MarginTop": {
|
|
117
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop",
|
|
118
|
+
"value": "0"
|
|
119
|
+
},
|
|
116
120
|
"c_progress_stepper_m_vertical_m_compact__step_main_MarginRight": {
|
|
117
121
|
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight",
|
|
118
122
|
"value": "0"
|
|
119
123
|
},
|
|
124
|
+
"c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft": {
|
|
125
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft",
|
|
126
|
+
"value": "0"
|
|
127
|
+
},
|
|
120
128
|
"c_progress_stepper_m_vertical_m_center__step_main_MarginRight": {
|
|
121
129
|
"name": "--pf-v5-c-progress-stepper--m-vertical--m-center__step-main--MarginRight",
|
|
122
130
|
"value": "0"
|
|
@@ -338,7 +346,7 @@ exports.c_progress_stepper = {
|
|
|
338
346
|
},
|
|
339
347
|
"c_progress_stepper__step_connector_JustifyContent": {
|
|
340
348
|
"name": "--pf-v5-c-progress-stepper__step-connector--JustifyContent",
|
|
341
|
-
"value": "start"
|
|
349
|
+
"value": "flex-start"
|
|
342
350
|
},
|
|
343
351
|
"c_progress_stepper__step_icon_ZIndex": {
|
|
344
352
|
"name": "--pf-v5-c-progress-stepper__step-icon--ZIndex",
|
|
@@ -430,7 +438,7 @@ exports.c_progress_stepper = {
|
|
|
430
438
|
},
|
|
431
439
|
"c_progress_stepper__step_title_TextAlign": {
|
|
432
440
|
"name": "--pf-v5-c-progress-stepper__step-title--TextAlign",
|
|
433
|
-
"value": "
|
|
441
|
+
"value": "start"
|
|
434
442
|
},
|
|
435
443
|
"c_progress_stepper__step_title_FontSize": {
|
|
436
444
|
"name": "--pf-v5-c-progress-stepper__step-title--FontSize",
|
|
@@ -635,7 +643,7 @@ exports.c_progress_stepper = {
|
|
|
635
643
|
},
|
|
636
644
|
"c_progress_stepper__step_description_TextAlign": {
|
|
637
645
|
"name": "--pf-v5-c-progress-stepper__step-description--TextAlign",
|
|
638
|
-
"value": "
|
|
646
|
+
"value": "start"
|
|
639
647
|
},
|
|
640
648
|
"c_progress_stepper_GridAutoFlow": {
|
|
641
649
|
"name": "--pf-v5-c-progress-stepper--GridAutoFlow",
|
|
@@ -972,12 +980,12 @@ exports.c_progress_stepper = {
|
|
|
972
980
|
"-3px"
|
|
973
981
|
]
|
|
974
982
|
},
|
|
975
|
-
"
|
|
976
|
-
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--
|
|
977
|
-
"value": "
|
|
983
|
+
"c_progress_stepper_m_vertical__step_main_MarginTop": {
|
|
984
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--MarginTop",
|
|
985
|
+
"value": "0",
|
|
978
986
|
"values": [
|
|
979
|
-
"--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--
|
|
980
|
-
"
|
|
987
|
+
"--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop",
|
|
988
|
+
"0"
|
|
981
989
|
]
|
|
982
990
|
},
|
|
983
991
|
"c_progress_stepper_m_vertical__step_main_MarginRight": {
|
|
@@ -987,6 +995,14 @@ exports.c_progress_stepper = {
|
|
|
987
995
|
"--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight",
|
|
988
996
|
"0"
|
|
989
997
|
]
|
|
998
|
+
},
|
|
999
|
+
"c_progress_stepper_m_vertical__step_main_MarginLeft": {
|
|
1000
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft",
|
|
1001
|
+
"value": "0",
|
|
1002
|
+
"values": [
|
|
1003
|
+
"--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft",
|
|
1004
|
+
"0"
|
|
1005
|
+
]
|
|
990
1006
|
}
|
|
991
1007
|
},
|
|
992
1008
|
".pf-v5-c-progress-stepper__step.pf-m-current": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_progress_stepper_m_vertical__step_main_MarginLeft: {
|
|
2
2
|
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "0",
|
|
4
4
|
"var": "var(--pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft)"
|
|
5
5
|
};
|
|
6
6
|
export default c_progress_stepper_m_vertical__step_main_MarginLeft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_progress_stepper_m_vertical__step_main_MarginLeft = {
|
|
4
4
|
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "0",
|
|
6
6
|
"var": "var(--pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_progress_stepper_m_vertical__step_main_MarginLeft;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_progress_stepper_m_vertical__step_main_MarginTop: {
|
|
2
2
|
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--MarginTop",
|
|
3
|
-
"value": "0
|
|
3
|
+
"value": "0",
|
|
4
4
|
"var": "var(--pf-v5-c-progress-stepper--m-vertical__step-main--MarginTop)"
|
|
5
5
|
};
|
|
6
6
|
export default c_progress_stepper_m_vertical__step_main_MarginTop;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_progress_stepper_m_vertical__step_main_MarginTop = {
|
|
4
4
|
"name": "--pf-v5-c-progress-stepper--m-vertical__step-main--MarginTop",
|
|
5
|
-
"value": "0
|
|
5
|
+
"value": "0",
|
|
6
6
|
"var": "var(--pf-v5-c-progress-stepper--m-vertical__step-main--MarginTop)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_progress_stepper_m_vertical__step_main_MarginTop;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft: {
|
|
2
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft",
|
|
3
|
+
"value": "0",
|
|
4
|
+
"var": "var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft)"
|
|
5
|
+
};
|
|
6
|
+
export default c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft = {
|
|
4
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft",
|
|
5
|
+
"value": "0",
|
|
6
|
+
"var": "var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_progress_stepper_m_vertical_m_compact__step_main_MarginLeft;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_progress_stepper_m_vertical_m_compact__step_main_MarginTop: {
|
|
2
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop",
|
|
3
|
+
"value": "0",
|
|
4
|
+
"var": "var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop)"
|
|
5
|
+
};
|
|
6
|
+
export default c_progress_stepper_m_vertical_m_compact__step_main_MarginTop;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_progress_stepper_m_vertical_m_compact__step_main_MarginTop = {
|
|
4
|
+
"name": "--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop",
|
|
5
|
+
"value": "0",
|
|
6
|
+
"var": "var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_progress_stepper_m_vertical_m_compact__step_main_MarginTop;
|
package/dist/js/c_sidebar.d.ts
CHANGED
|
@@ -191,7 +191,7 @@ export const c_sidebar: {
|
|
|
191
191
|
},
|
|
192
192
|
"c_sidebar__main_md_AlignItems": {
|
|
193
193
|
"name": "--pf-v5-c-sidebar__main--md--AlignItems",
|
|
194
|
-
"value": "start"
|
|
194
|
+
"value": "flex-start"
|
|
195
195
|
},
|
|
196
196
|
"c_sidebar__main_child_MarginTop": {
|
|
197
197
|
"name": "--pf-v5-c-sidebar__main--child--MarginTop",
|
|
@@ -279,7 +279,7 @@ export const c_sidebar: {
|
|
|
279
279
|
},
|
|
280
280
|
"c_sidebar_m_split__main_AlignItems": {
|
|
281
281
|
"name": "--pf-v5-c-sidebar--m-split__main--AlignItems",
|
|
282
|
-
"value": "start"
|
|
282
|
+
"value": "flex-start"
|
|
283
283
|
},
|
|
284
284
|
"c_sidebar_m_split__main_FlexDirection": {
|
|
285
285
|
"name": "--pf-v5-c-sidebar--m-split__main--FlexDirection",
|
|
@@ -483,10 +483,10 @@ export const c_sidebar: {
|
|
|
483
483
|
},
|
|
484
484
|
"c_sidebar__main_AlignItems": {
|
|
485
485
|
"name": "--pf-v5-c-sidebar__main--AlignItems",
|
|
486
|
-
"value": "start",
|
|
486
|
+
"value": "flex-start",
|
|
487
487
|
"values": [
|
|
488
488
|
"--pf-v5-c-sidebar--m-split__main--AlignItems",
|
|
489
|
-
"start"
|
|
489
|
+
"flex-start"
|
|
490
490
|
]
|
|
491
491
|
},
|
|
492
492
|
"c_sidebar__panel_Position": {
|