@patternfly/react-tokens 6.3.0-prerelease.6 → 6.3.0-prerelease.8
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 +12 -0
- package/dist/esm/c_expandable_section.d.ts +52 -0
- package/dist/esm/c_expandable_section.js +52 -0
- package/dist/esm/c_expandable_section__content_TransitionDuration_collapse_fade.d.ts +1 -1
- package/dist/esm/c_expandable_section__content_TransitionDuration_collapse_fade.js +1 -1
- package/dist/esm/c_expandable_section__content_TransitionDuration_expand_fade.d.ts +1 -1
- package/dist/esm/c_expandable_section__content_TransitionDuration_expand_fade.js +1 -1
- package/dist/esm/c_expandable_section_m_expand_bottom__content_TranslateY.d.ts +6 -0
- package/dist/esm/c_expandable_section_m_expand_bottom__content_TranslateY.js +6 -0
- package/dist/esm/c_expandable_section_m_expand_top__content_TranslateY.d.ts +6 -0
- package/dist/esm/c_expandable_section_m_expand_top__content_TranslateY.js +6 -0
- package/dist/esm/c_file_upload.d.ts +10 -6
- package/dist/esm/c_file_upload.js +10 -6
- package/dist/esm/c_form.d.ts +28 -8
- package/dist/esm/c_form.js +28 -8
- package/dist/esm/c_form__field_group__field_group__field_group_toggle_PaddingBlockStart.d.ts +1 -1
- package/dist/esm/c_form__field_group__field_group__field_group_toggle_PaddingBlockStart.js +1 -1
- package/dist/esm/c_form__field_group_header_actions_MarginBlockEnd.d.ts +6 -0
- package/dist/esm/c_form__field_group_header_actions_MarginBlockEnd.js +6 -0
- package/dist/esm/c_form__field_group_header_actions_MarginBlockStart.d.ts +6 -0
- package/dist/esm/c_form__field_group_header_actions_MarginBlockStart.js +6 -0
- package/dist/esm/c_input_group.d.ts +255 -0
- package/dist/esm/c_input_group.js +255 -0
- package/dist/esm/c_input_group_Gap.d.ts +1 -1
- package/dist/esm/c_input_group_Gap.js +1 -1
- package/dist/esm/c_input_group__item_m_search_action_MaxWidth.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_action_MaxWidth.js +6 -0
- package/dist/esm/c_input_group__item_m_search_action_Opacity.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_action_Opacity.js +6 -0
- package/dist/esm/c_input_group__item_m_search_action_TransitionDuration_collapse_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_action_TransitionDuration_collapse_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_action_TransitionDuration_expand_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_action_TransitionDuration_expand_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_action_TransitionDuration_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_action_TransitionDuration_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_action_TransitionTimingFunction.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_action_TransitionTimingFunction.js +6 -0
- package/dist/esm/c_input_group__item_m_search_action_Visibility.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_action_Visibility.js +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_MaxWidth.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_MaxWidth.js +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_Opacity.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_Opacity.js +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_TransitionDuration_collapse_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_TransitionDuration_collapse_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_TransitionDuration_expand_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_TransitionDuration_expand_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_TransitionDuration_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_TransitionDuration_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_TransitionTimingFunction.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_TransitionTimingFunction.js +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_Visibility.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_expand_Visibility.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_MaxWidth.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_MaxWidth.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_Opacity.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_Opacity.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_ScaleX.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_ScaleX.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransformOriginX.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransformOriginX.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransformOriginX_expand_end.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransformOriginX_expand_end.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransformOriginX_expand_start.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransformOriginX_expand_start.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_collapse_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_collapse_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_collapse_slide.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_collapse_slide.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_expand_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_expand_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_expand_slide.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_expand_slide.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_fade.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_fade.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_slide.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionDuration_slide.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionTimingFunction.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_TransitionTimingFunction.js +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_Visibility.d.ts +6 -0
- package/dist/esm/c_input_group__item_m_search_text_input_Visibility.js +6 -0
- package/dist/esm/c_page.d.ts +33 -9
- package/dist/esm/c_page.js +33 -9
- package/dist/esm/c_page__sidebar_Opacity.d.ts +6 -0
- package/dist/esm/c_page__sidebar_Opacity.js +6 -0
- package/dist/esm/c_page__sidebar_TransitionDuration.d.ts +1 -1
- package/dist/esm/c_page__sidebar_TransitionDuration.js +1 -1
- package/dist/esm/c_page__sidebar_TransitionProperty.d.ts +6 -0
- package/dist/esm/c_page__sidebar_TransitionProperty.js +6 -0
- package/dist/esm/c_page__sidebar_TransitionTimingFunction.d.ts +1 -1
- package/dist/esm/c_page__sidebar_TransitionTimingFunction.js +1 -1
- package/dist/esm/c_page__sidebar_m_expanded_Opacity.d.ts +6 -0
- package/dist/esm/c_page__sidebar_m_expanded_Opacity.js +6 -0
- package/dist/esm/c_page__sidebar_xl_Opacity.d.ts +6 -0
- package/dist/esm/c_page__sidebar_xl_Opacity.js +6 -0
- package/dist/esm/c_table.d.ts +18 -0
- package/dist/esm/c_table.js +18 -0
- package/dist/esm/c_table__expandable_row_TransitionDuration_collapse_fade.d.ts +1 -1
- package/dist/esm/c_table__expandable_row_TransitionDuration_collapse_fade.js +1 -1
- package/dist/esm/c_table__expandable_row_TransitionDuration_expand_fade.d.ts +1 -1
- package/dist/esm/c_table__expandable_row_TransitionDuration_expand_fade.js +1 -1
- package/dist/esm/index.d.ts +36 -0
- package/dist/esm/index.js +36 -0
- package/dist/js/c_expandable_section.d.ts +52 -0
- package/dist/js/c_expandable_section.js +52 -0
- package/dist/js/c_expandable_section__content_TransitionDuration_collapse_fade.d.ts +1 -1
- package/dist/js/c_expandable_section__content_TransitionDuration_collapse_fade.js +1 -1
- package/dist/js/c_expandable_section__content_TransitionDuration_expand_fade.d.ts +1 -1
- package/dist/js/c_expandable_section__content_TransitionDuration_expand_fade.js +1 -1
- package/dist/js/c_expandable_section_m_expand_bottom__content_TranslateY.d.ts +6 -0
- package/dist/js/c_expandable_section_m_expand_bottom__content_TranslateY.js +8 -0
- package/dist/js/c_expandable_section_m_expand_top__content_TranslateY.d.ts +6 -0
- package/dist/js/c_expandable_section_m_expand_top__content_TranslateY.js +8 -0
- package/dist/js/c_file_upload.d.ts +10 -6
- package/dist/js/c_file_upload.js +10 -6
- package/dist/js/c_form.d.ts +28 -8
- package/dist/js/c_form.js +28 -8
- package/dist/js/c_form__field_group__field_group__field_group_toggle_PaddingBlockStart.d.ts +1 -1
- package/dist/js/c_form__field_group__field_group__field_group_toggle_PaddingBlockStart.js +1 -1
- package/dist/js/c_form__field_group_header_actions_MarginBlockEnd.d.ts +6 -0
- package/dist/js/c_form__field_group_header_actions_MarginBlockEnd.js +8 -0
- package/dist/js/c_form__field_group_header_actions_MarginBlockStart.d.ts +6 -0
- package/dist/js/c_form__field_group_header_actions_MarginBlockStart.js +8 -0
- package/dist/js/c_input_group.d.ts +255 -0
- package/dist/js/c_input_group.js +255 -0
- package/dist/js/c_input_group_Gap.d.ts +1 -1
- package/dist/js/c_input_group_Gap.js +1 -1
- package/dist/js/c_input_group__item_m_search_action_MaxWidth.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_action_MaxWidth.js +8 -0
- package/dist/js/c_input_group__item_m_search_action_Opacity.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_action_Opacity.js +8 -0
- package/dist/js/c_input_group__item_m_search_action_TransitionDuration_collapse_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_action_TransitionDuration_collapse_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_action_TransitionDuration_expand_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_action_TransitionDuration_expand_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_action_TransitionDuration_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_action_TransitionDuration_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_action_TransitionTimingFunction.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_action_TransitionTimingFunction.js +8 -0
- package/dist/js/c_input_group__item_m_search_action_Visibility.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_action_Visibility.js +8 -0
- package/dist/js/c_input_group__item_m_search_expand_MaxWidth.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_expand_MaxWidth.js +8 -0
- package/dist/js/c_input_group__item_m_search_expand_Opacity.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_expand_Opacity.js +8 -0
- package/dist/js/c_input_group__item_m_search_expand_TransitionDuration_collapse_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_expand_TransitionDuration_collapse_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_expand_TransitionDuration_expand_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_expand_TransitionDuration_expand_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_expand_TransitionDuration_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_expand_TransitionDuration_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_expand_TransitionTimingFunction.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_expand_TransitionTimingFunction.js +8 -0
- package/dist/js/c_input_group__item_m_search_expand_Visibility.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_expand_Visibility.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_MaxWidth.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_MaxWidth.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_Opacity.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_Opacity.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_ScaleX.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_ScaleX.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransformOriginX.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransformOriginX.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransformOriginX_expand_end.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransformOriginX_expand_end.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransformOriginX_expand_start.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransformOriginX_expand_start.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_collapse_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_collapse_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_collapse_slide.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_collapse_slide.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_expand_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_expand_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_expand_slide.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_expand_slide.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_fade.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_fade.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_slide.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionDuration_slide.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionTimingFunction.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_TransitionTimingFunction.js +8 -0
- package/dist/js/c_input_group__item_m_search_text_input_Visibility.d.ts +6 -0
- package/dist/js/c_input_group__item_m_search_text_input_Visibility.js +8 -0
- package/dist/js/c_page.d.ts +33 -9
- package/dist/js/c_page.js +33 -9
- package/dist/js/c_page__sidebar_Opacity.d.ts +6 -0
- package/dist/js/c_page__sidebar_Opacity.js +8 -0
- package/dist/js/c_page__sidebar_TransitionDuration.d.ts +1 -1
- package/dist/js/c_page__sidebar_TransitionDuration.js +1 -1
- package/dist/js/c_page__sidebar_TransitionProperty.d.ts +6 -0
- package/dist/js/c_page__sidebar_TransitionProperty.js +8 -0
- package/dist/js/c_page__sidebar_TransitionTimingFunction.d.ts +1 -1
- package/dist/js/c_page__sidebar_TransitionTimingFunction.js +1 -1
- package/dist/js/c_page__sidebar_m_expanded_Opacity.d.ts +6 -0
- package/dist/js/c_page__sidebar_m_expanded_Opacity.js +8 -0
- package/dist/js/c_page__sidebar_xl_Opacity.d.ts +6 -0
- package/dist/js/c_page__sidebar_xl_Opacity.js +8 -0
- package/dist/js/c_table.d.ts +18 -0
- package/dist/js/c_table.js +18 -0
- package/dist/js/c_table__expandable_row_TransitionDuration_collapse_fade.d.ts +1 -1
- package/dist/js/c_table__expandable_row_TransitionDuration_collapse_fade.js +1 -1
- package/dist/js/c_table__expandable_row_TransitionDuration_expand_fade.d.ts +1 -1
- package/dist/js/c_table__expandable_row_TransitionDuration_expand_fade.js +1 -1
- package/dist/js/index.d.ts +36 -0
- package/dist/js/index.js +36 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.0-prerelease.7...@patternfly/react-tokens@6.3.0-prerelease.8) (2025-06-20)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **Table:** added optin animations for expansion ([#11865](https://github.com/patternfly/patternfly-react/issues/11865)) ([9adc88b](https://github.com/patternfly/patternfly-react/commit/9adc88b652f77ed5737c9f6dd02885daace1cd2b))
|
|
11
|
+
|
|
12
|
+
# [6.3.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.0-prerelease.6...@patternfly/react-tokens@6.3.0-prerelease.7) (2025-06-17)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **ExpandableSection:** made animation opt-in for detached variant ([#11851](https://github.com/patternfly/patternfly-react/issues/11851)) ([64befbe](https://github.com/patternfly/patternfly-react/commit/64befbe8547ebf4c388ed9f039253a7a689440f8))
|
|
17
|
+
|
|
6
18
|
# [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
19
|
|
|
8
20
|
### Features
|
|
@@ -145,6 +145,14 @@ export const c_expandable_section: {
|
|
|
145
145
|
"name": "--pf-v6-c-expandable-section__content--TranslateY",
|
|
146
146
|
"value": "0"
|
|
147
147
|
},
|
|
148
|
+
"c_expandable_section_m_expand_top__content_TranslateY": {
|
|
149
|
+
"name": "--pf-v6-c-expandable-section--m-expand-top__content--TranslateY",
|
|
150
|
+
"value": "0"
|
|
151
|
+
},
|
|
152
|
+
"c_expandable_section_m_expand_bottom__content_TranslateY": {
|
|
153
|
+
"name": "--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY",
|
|
154
|
+
"value": "0"
|
|
155
|
+
},
|
|
148
156
|
"c_expandable_section_m_expanded__content_Opacity": {
|
|
149
157
|
"name": "--pf-v6-c-expandable-section--m-expanded__content--Opacity",
|
|
150
158
|
"value": "1"
|
|
@@ -354,6 +362,50 @@ export const c_expandable_section: {
|
|
|
354
362
|
"value": "0s"
|
|
355
363
|
}
|
|
356
364
|
},
|
|
365
|
+
".pf-v6-c-expandable-section.pf-m-expand-top": {
|
|
366
|
+
"c_expandable_section__toggle_icon_Rotate": {
|
|
367
|
+
"name": "--pf-v6-c-expandable-section__toggle-icon--Rotate",
|
|
368
|
+
"value": "0",
|
|
369
|
+
"values": [
|
|
370
|
+
"--pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate",
|
|
371
|
+
"0"
|
|
372
|
+
]
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
".pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child):not(.pf-m-expand-top, .pf-m-expand-bottom)": {
|
|
376
|
+
"c_expandable_section__content_TranslateY": {
|
|
377
|
+
"name": "--pf-v6-c-expandable-section__content--TranslateY",
|
|
378
|
+
"value": "0"
|
|
379
|
+
},
|
|
380
|
+
"c_expandable_section__content_TransitionDuration_expand_fade": {
|
|
381
|
+
"name": "--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade",
|
|
382
|
+
"value": "0s"
|
|
383
|
+
},
|
|
384
|
+
"c_expandable_section__content_TransitionDuration_collapse_fade": {
|
|
385
|
+
"name": "--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade",
|
|
386
|
+
"value": "0s"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
".pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child).pf-m-expand-top:not(.pf-m-expanded)": {
|
|
390
|
+
"c_expandable_section__content_TranslateY": {
|
|
391
|
+
"name": "--pf-v6-c-expandable-section__content--TranslateY",
|
|
392
|
+
"value": "0",
|
|
393
|
+
"values": [
|
|
394
|
+
"--pf-v6-c-expandable-section--m-expand-top__content--TranslateY",
|
|
395
|
+
"0"
|
|
396
|
+
]
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
".pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child).pf-m-expand-bottom:not(.pf-m-expanded)": {
|
|
400
|
+
"c_expandable_section__content_TranslateY": {
|
|
401
|
+
"name": "--pf-v6-c-expandable-section__content--TranslateY",
|
|
402
|
+
"value": "0",
|
|
403
|
+
"values": [
|
|
404
|
+
"--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY",
|
|
405
|
+
"0"
|
|
406
|
+
]
|
|
407
|
+
}
|
|
408
|
+
},
|
|
357
409
|
".pf-v6-c-expandable-section.pf-m-limit-width": {
|
|
358
410
|
"c_expandable_section__content_MaxWidth": {
|
|
359
411
|
"name": "--pf-v6-c-expandable-section__content--MaxWidth",
|
|
@@ -145,6 +145,14 @@ export const c_expandable_section = {
|
|
|
145
145
|
"name": "--pf-v6-c-expandable-section__content--TranslateY",
|
|
146
146
|
"value": "0"
|
|
147
147
|
},
|
|
148
|
+
"c_expandable_section_m_expand_top__content_TranslateY": {
|
|
149
|
+
"name": "--pf-v6-c-expandable-section--m-expand-top__content--TranslateY",
|
|
150
|
+
"value": "0"
|
|
151
|
+
},
|
|
152
|
+
"c_expandable_section_m_expand_bottom__content_TranslateY": {
|
|
153
|
+
"name": "--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY",
|
|
154
|
+
"value": "0"
|
|
155
|
+
},
|
|
148
156
|
"c_expandable_section_m_expanded__content_Opacity": {
|
|
149
157
|
"name": "--pf-v6-c-expandable-section--m-expanded__content--Opacity",
|
|
150
158
|
"value": "1"
|
|
@@ -354,6 +362,50 @@ export const c_expandable_section = {
|
|
|
354
362
|
"value": "0s"
|
|
355
363
|
}
|
|
356
364
|
},
|
|
365
|
+
".pf-v6-c-expandable-section.pf-m-expand-top": {
|
|
366
|
+
"c_expandable_section__toggle_icon_Rotate": {
|
|
367
|
+
"name": "--pf-v6-c-expandable-section__toggle-icon--Rotate",
|
|
368
|
+
"value": "0",
|
|
369
|
+
"values": [
|
|
370
|
+
"--pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate",
|
|
371
|
+
"0"
|
|
372
|
+
]
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
".pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child):not(.pf-m-expand-top, .pf-m-expand-bottom)": {
|
|
376
|
+
"c_expandable_section__content_TranslateY": {
|
|
377
|
+
"name": "--pf-v6-c-expandable-section__content--TranslateY",
|
|
378
|
+
"value": "0"
|
|
379
|
+
},
|
|
380
|
+
"c_expandable_section__content_TransitionDuration_expand_fade": {
|
|
381
|
+
"name": "--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade",
|
|
382
|
+
"value": "0s"
|
|
383
|
+
},
|
|
384
|
+
"c_expandable_section__content_TransitionDuration_collapse_fade": {
|
|
385
|
+
"name": "--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade",
|
|
386
|
+
"value": "0s"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
".pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child).pf-m-expand-top:not(.pf-m-expanded)": {
|
|
390
|
+
"c_expandable_section__content_TranslateY": {
|
|
391
|
+
"name": "--pf-v6-c-expandable-section__content--TranslateY",
|
|
392
|
+
"value": "0",
|
|
393
|
+
"values": [
|
|
394
|
+
"--pf-v6-c-expandable-section--m-expand-top__content--TranslateY",
|
|
395
|
+
"0"
|
|
396
|
+
]
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
".pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child).pf-m-expand-bottom:not(.pf-m-expanded)": {
|
|
400
|
+
"c_expandable_section__content_TranslateY": {
|
|
401
|
+
"name": "--pf-v6-c-expandable-section__content--TranslateY",
|
|
402
|
+
"value": "0",
|
|
403
|
+
"values": [
|
|
404
|
+
"--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY",
|
|
405
|
+
"0"
|
|
406
|
+
]
|
|
407
|
+
}
|
|
408
|
+
},
|
|
357
409
|
".pf-v6-c-expandable-section.pf-m-limit-width": {
|
|
358
410
|
"c_expandable_section__content_MaxWidth": {
|
|
359
411
|
"name": "--pf-v6-c-expandable-section__content--MaxWidth",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_TransitionDuration_collapse_fade: {
|
|
2
2
|
"name": "--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "0s",
|
|
4
4
|
"var": "var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_TransitionDuration_collapse_fade;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_TransitionDuration_collapse_fade = {
|
|
2
2
|
"name": "--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "0s",
|
|
4
4
|
"var": "var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_TransitionDuration_collapse_fade;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_TransitionDuration_expand_fade: {
|
|
2
2
|
"name": "--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "0s",
|
|
4
4
|
"var": "var(--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_TransitionDuration_expand_fade;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_TransitionDuration_expand_fade = {
|
|
2
2
|
"name": "--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "0s",
|
|
4
4
|
"var": "var(--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_TransitionDuration_expand_fade;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_expandable_section_m_expand_bottom__content_TranslateY: {
|
|
2
|
+
"name": "--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY",
|
|
3
|
+
"value": "0",
|
|
4
|
+
"var": "var(--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY)"
|
|
5
|
+
};
|
|
6
|
+
export default c_expandable_section_m_expand_bottom__content_TranslateY;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_expandable_section_m_expand_bottom__content_TranslateY = {
|
|
2
|
+
"name": "--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY",
|
|
3
|
+
"value": "0",
|
|
4
|
+
"var": "var(--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY)"
|
|
5
|
+
};
|
|
6
|
+
export default c_expandable_section_m_expand_bottom__content_TranslateY;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_expandable_section_m_expand_top__content_TranslateY: {
|
|
2
|
+
"name": "--pf-v6-c-expandable-section--m-expand-top__content--TranslateY",
|
|
3
|
+
"value": "0",
|
|
4
|
+
"var": "var(--pf-v6-c-expandable-section--m-expand-top__content--TranslateY)"
|
|
5
|
+
};
|
|
6
|
+
export default c_expandable_section_m_expand_top__content_TranslateY;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_expandable_section_m_expand_top__content_TranslateY = {
|
|
2
|
+
"name": "--pf-v6-c-expandable-section--m-expand-top__content--TranslateY",
|
|
3
|
+
"value": "0",
|
|
4
|
+
"var": "var(--pf-v6-c-expandable-section--m-expand-top__content--TranslateY)"
|
|
5
|
+
};
|
|
6
|
+
export default c_expandable_section_m_expand_top__content_TranslateY;
|
|
@@ -66,18 +66,23 @@ export const c_file_upload: {
|
|
|
66
66
|
},
|
|
67
67
|
"c_file_upload_BorderColor": {
|
|
68
68
|
"name": "--pf-v6-c-file-upload--BorderColor",
|
|
69
|
-
"value": "
|
|
69
|
+
"value": "#c7c7c7",
|
|
70
|
+
"values": [
|
|
71
|
+
"--pf-t--global--border--color--default",
|
|
72
|
+
"--pf-t--global--border--color--100",
|
|
73
|
+
"--pf-t--color--gray--30",
|
|
74
|
+
"#c7c7c7"
|
|
75
|
+
]
|
|
70
76
|
},
|
|
71
77
|
"c_file_upload_BorderStyle": {
|
|
72
78
|
"name": "--pf-v6-c-file-upload--BorderStyle",
|
|
73
|
-
"value": "
|
|
79
|
+
"value": "dashed"
|
|
74
80
|
},
|
|
75
81
|
"c_file_upload_m_drag_hover_BorderColor": {
|
|
76
82
|
"name": "--pf-v6-c-file-upload--m-drag-hover--BorderColor",
|
|
77
83
|
"value": "#0066cc",
|
|
78
84
|
"values": [
|
|
79
|
-
"--pf-t--global--
|
|
80
|
-
"--pf-t--global--color--brand--default",
|
|
85
|
+
"--pf-t--global--border--color--clicked",
|
|
81
86
|
"--pf-t--global--color--brand--200",
|
|
82
87
|
"--pf-t--color--blue--50",
|
|
83
88
|
"#0066cc"
|
|
@@ -112,8 +117,7 @@ export const c_file_upload: {
|
|
|
112
117
|
"value": "#0066cc",
|
|
113
118
|
"values": [
|
|
114
119
|
"--pf-v6-c-file-upload--m-drag-hover--BorderColor",
|
|
115
|
-
"--pf-t--global--
|
|
116
|
-
"--pf-t--global--color--brand--default",
|
|
120
|
+
"--pf-t--global--border--color--clicked",
|
|
117
121
|
"--pf-t--global--color--brand--200",
|
|
118
122
|
"--pf-t--color--blue--50",
|
|
119
123
|
"#0066cc"
|
|
@@ -66,18 +66,23 @@ export const c_file_upload = {
|
|
|
66
66
|
},
|
|
67
67
|
"c_file_upload_BorderColor": {
|
|
68
68
|
"name": "--pf-v6-c-file-upload--BorderColor",
|
|
69
|
-
"value": "
|
|
69
|
+
"value": "#c7c7c7",
|
|
70
|
+
"values": [
|
|
71
|
+
"--pf-t--global--border--color--default",
|
|
72
|
+
"--pf-t--global--border--color--100",
|
|
73
|
+
"--pf-t--color--gray--30",
|
|
74
|
+
"#c7c7c7"
|
|
75
|
+
]
|
|
70
76
|
},
|
|
71
77
|
"c_file_upload_BorderStyle": {
|
|
72
78
|
"name": "--pf-v6-c-file-upload--BorderStyle",
|
|
73
|
-
"value": "
|
|
79
|
+
"value": "dashed"
|
|
74
80
|
},
|
|
75
81
|
"c_file_upload_m_drag_hover_BorderColor": {
|
|
76
82
|
"name": "--pf-v6-c-file-upload--m-drag-hover--BorderColor",
|
|
77
83
|
"value": "#0066cc",
|
|
78
84
|
"values": [
|
|
79
|
-
"--pf-t--global--
|
|
80
|
-
"--pf-t--global--color--brand--default",
|
|
85
|
+
"--pf-t--global--border--color--clicked",
|
|
81
86
|
"--pf-t--global--color--brand--200",
|
|
82
87
|
"--pf-t--color--blue--50",
|
|
83
88
|
"#0066cc"
|
|
@@ -112,8 +117,7 @@ export const c_file_upload = {
|
|
|
112
117
|
"value": "#0066cc",
|
|
113
118
|
"values": [
|
|
114
119
|
"--pf-v6-c-file-upload--m-drag-hover--BorderColor",
|
|
115
|
-
"--pf-t--global--
|
|
116
|
-
"--pf-t--global--color--brand--default",
|
|
120
|
+
"--pf-t--global--border--color--clicked",
|
|
117
121
|
"--pf-t--global--color--brand--200",
|
|
118
122
|
"--pf-t--color--blue--50",
|
|
119
123
|
"#0066cc"
|
package/dist/esm/c_form.d.ts
CHANGED
|
@@ -472,11 +472,11 @@ export const c_form: {
|
|
|
472
472
|
},
|
|
473
473
|
"c_form__field_group__field_group__field_group_toggle_PaddingBlockStart": {
|
|
474
474
|
"name": "--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart",
|
|
475
|
-
"value": "
|
|
475
|
+
"value": "1.5rem",
|
|
476
476
|
"values": [
|
|
477
|
-
"--pf-t--global--spacer--
|
|
478
|
-
"--pf-t--global--spacer--
|
|
479
|
-
"
|
|
477
|
+
"--pf-t--global--spacer--lg",
|
|
478
|
+
"--pf-t--global--spacer--400",
|
|
479
|
+
"1.5rem"
|
|
480
480
|
]
|
|
481
481
|
},
|
|
482
482
|
"c_form__field_group_header_toggle_BorderWidth_base": {
|
|
@@ -637,6 +637,26 @@ export const c_form: {
|
|
|
637
637
|
"0.5rem"
|
|
638
638
|
]
|
|
639
639
|
},
|
|
640
|
+
"c_form__field_group_header_actions_MarginBlockStart": {
|
|
641
|
+
"name": "--pf-v6-c-form__field-group-header-actions--MarginBlockStart",
|
|
642
|
+
"value": "calc(0.5rem * -1)",
|
|
643
|
+
"values": [
|
|
644
|
+
"calc(--pf-t--global--spacer--control--vertical--plain * -1)",
|
|
645
|
+
"calc(--pf-t--global--spacer--sm * -1)",
|
|
646
|
+
"calc(--pf-t--global--spacer--200 * -1)",
|
|
647
|
+
"calc(0.5rem * -1)"
|
|
648
|
+
]
|
|
649
|
+
},
|
|
650
|
+
"c_form__field_group_header_actions_MarginBlockEnd": {
|
|
651
|
+
"name": "--pf-v6-c-form__field-group-header-actions--MarginBlockEnd",
|
|
652
|
+
"value": "calc(0.5rem * -1)",
|
|
653
|
+
"values": [
|
|
654
|
+
"calc(--pf-t--global--spacer--control--vertical--plain * -1)",
|
|
655
|
+
"calc(--pf-t--global--spacer--sm * -1)",
|
|
656
|
+
"calc(--pf-t--global--spacer--200 * -1)",
|
|
657
|
+
"calc(0.5rem * -1)"
|
|
658
|
+
]
|
|
659
|
+
},
|
|
640
660
|
"c_form__field_group_body_PaddingBlockStart": {
|
|
641
661
|
"name": "--pf-v6-c-form__field-group-body--PaddingBlockStart",
|
|
642
662
|
"value": "1.5rem",
|
|
@@ -799,12 +819,12 @@ export const c_form: {
|
|
|
799
819
|
},
|
|
800
820
|
"c_form__field_group_toggle_PaddingBlockStart": {
|
|
801
821
|
"name": "--pf-v6-c-form__field-group-toggle--PaddingBlockStart",
|
|
802
|
-
"value": "
|
|
822
|
+
"value": "1.5rem",
|
|
803
823
|
"values": [
|
|
804
824
|
"--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart",
|
|
805
|
-
"--pf-t--global--spacer--
|
|
806
|
-
"--pf-t--global--spacer--
|
|
807
|
-
"
|
|
825
|
+
"--pf-t--global--spacer--lg",
|
|
826
|
+
"--pf-t--global--spacer--400",
|
|
827
|
+
"1.5rem"
|
|
808
828
|
]
|
|
809
829
|
},
|
|
810
830
|
"c_form__field_group_header_PaddingBlockStart": {
|
package/dist/esm/c_form.js
CHANGED
|
@@ -472,11 +472,11 @@ export const c_form = {
|
|
|
472
472
|
},
|
|
473
473
|
"c_form__field_group__field_group__field_group_toggle_PaddingBlockStart": {
|
|
474
474
|
"name": "--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart",
|
|
475
|
-
"value": "
|
|
475
|
+
"value": "1.5rem",
|
|
476
476
|
"values": [
|
|
477
|
-
"--pf-t--global--spacer--
|
|
478
|
-
"--pf-t--global--spacer--
|
|
479
|
-
"
|
|
477
|
+
"--pf-t--global--spacer--lg",
|
|
478
|
+
"--pf-t--global--spacer--400",
|
|
479
|
+
"1.5rem"
|
|
480
480
|
]
|
|
481
481
|
},
|
|
482
482
|
"c_form__field_group_header_toggle_BorderWidth_base": {
|
|
@@ -637,6 +637,26 @@ export const c_form = {
|
|
|
637
637
|
"0.5rem"
|
|
638
638
|
]
|
|
639
639
|
},
|
|
640
|
+
"c_form__field_group_header_actions_MarginBlockStart": {
|
|
641
|
+
"name": "--pf-v6-c-form__field-group-header-actions--MarginBlockStart",
|
|
642
|
+
"value": "calc(0.5rem * -1)",
|
|
643
|
+
"values": [
|
|
644
|
+
"calc(--pf-t--global--spacer--control--vertical--plain * -1)",
|
|
645
|
+
"calc(--pf-t--global--spacer--sm * -1)",
|
|
646
|
+
"calc(--pf-t--global--spacer--200 * -1)",
|
|
647
|
+
"calc(0.5rem * -1)"
|
|
648
|
+
]
|
|
649
|
+
},
|
|
650
|
+
"c_form__field_group_header_actions_MarginBlockEnd": {
|
|
651
|
+
"name": "--pf-v6-c-form__field-group-header-actions--MarginBlockEnd",
|
|
652
|
+
"value": "calc(0.5rem * -1)",
|
|
653
|
+
"values": [
|
|
654
|
+
"calc(--pf-t--global--spacer--control--vertical--plain * -1)",
|
|
655
|
+
"calc(--pf-t--global--spacer--sm * -1)",
|
|
656
|
+
"calc(--pf-t--global--spacer--200 * -1)",
|
|
657
|
+
"calc(0.5rem * -1)"
|
|
658
|
+
]
|
|
659
|
+
},
|
|
640
660
|
"c_form__field_group_body_PaddingBlockStart": {
|
|
641
661
|
"name": "--pf-v6-c-form__field-group-body--PaddingBlockStart",
|
|
642
662
|
"value": "1.5rem",
|
|
@@ -799,12 +819,12 @@ export const c_form = {
|
|
|
799
819
|
},
|
|
800
820
|
"c_form__field_group_toggle_PaddingBlockStart": {
|
|
801
821
|
"name": "--pf-v6-c-form__field-group-toggle--PaddingBlockStart",
|
|
802
|
-
"value": "
|
|
822
|
+
"value": "1.5rem",
|
|
803
823
|
"values": [
|
|
804
824
|
"--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart",
|
|
805
|
-
"--pf-t--global--spacer--
|
|
806
|
-
"--pf-t--global--spacer--
|
|
807
|
-
"
|
|
825
|
+
"--pf-t--global--spacer--lg",
|
|
826
|
+
"--pf-t--global--spacer--400",
|
|
827
|
+
"1.5rem"
|
|
808
828
|
]
|
|
809
829
|
},
|
|
810
830
|
"c_form__field_group_header_PaddingBlockStart": {
|
package/dist/esm/c_form__field_group__field_group__field_group_toggle_PaddingBlockStart.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_form__field_group__field_group__field_group_toggle_PaddingBlockStart: {
|
|
2
2
|
"name": "--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "1.5rem",
|
|
4
4
|
"var": "var(--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart)"
|
|
5
5
|
};
|
|
6
6
|
export default c_form__field_group__field_group__field_group_toggle_PaddingBlockStart;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_form__field_group__field_group__field_group_toggle_PaddingBlockStart = {
|
|
2
2
|
"name": "--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "1.5rem",
|
|
4
4
|
"var": "var(--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart)"
|
|
5
5
|
};
|
|
6
6
|
export default c_form__field_group__field_group__field_group_toggle_PaddingBlockStart;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form__field_group_header_actions_MarginBlockEnd: {
|
|
2
|
+
"name": "--pf-v6-c-form__field-group-header-actions--MarginBlockEnd",
|
|
3
|
+
"value": "calc(0.5rem * -1)",
|
|
4
|
+
"var": "var(--pf-v6-c-form__field-group-header-actions--MarginBlockEnd)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form__field_group_header_actions_MarginBlockEnd;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form__field_group_header_actions_MarginBlockEnd = {
|
|
2
|
+
"name": "--pf-v6-c-form__field-group-header-actions--MarginBlockEnd",
|
|
3
|
+
"value": "calc(0.5rem * -1)",
|
|
4
|
+
"var": "var(--pf-v6-c-form__field-group-header-actions--MarginBlockEnd)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form__field_group_header_actions_MarginBlockEnd;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form__field_group_header_actions_MarginBlockStart: {
|
|
2
|
+
"name": "--pf-v6-c-form__field-group-header-actions--MarginBlockStart",
|
|
3
|
+
"value": "calc(0.5rem * -1)",
|
|
4
|
+
"var": "var(--pf-v6-c-form__field-group-header-actions--MarginBlockStart)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form__field_group_header_actions_MarginBlockStart;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_form__field_group_header_actions_MarginBlockStart = {
|
|
2
|
+
"name": "--pf-v6-c-form__field-group-header-actions--MarginBlockStart",
|
|
3
|
+
"value": "calc(0.5rem * -1)",
|
|
4
|
+
"var": "var(--pf-v6-c-form__field-group-header-actions--MarginBlockStart)"
|
|
5
|
+
};
|
|
6
|
+
export default c_form__field_group_header_actions_MarginBlockStart;
|