@patternfly/patternfly 6.0.0-alpha.90 → 6.0.0-alpha.92

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.
Files changed (259) hide show
  1. package/base/patternfly-common.css +10 -10
  2. package/base/patternfly-globals.css +3 -3
  3. package/base/patternfly-icons.css +1 -1
  4. package/base/patternfly-themes.css +53 -53
  5. package/base/patternfly-variables.css +236 -245
  6. package/base/tokens/_tokens-font.scss +0 -11
  7. package/components/AboutModalBox/about-modal-box.css +102 -102
  8. package/components/Accordion/accordion.css +118 -118
  9. package/components/ActionList/action-list.css +16 -16
  10. package/components/Alert/alert-group.css +50 -50
  11. package/components/Alert/alert.css +161 -161
  12. package/components/AppLauncher/app-launcher.css +167 -167
  13. package/components/Avatar/avatar.css +116 -116
  14. package/components/BackToTop/back-to-top.css +21 -21
  15. package/components/Backdrop/backdrop.css +9 -9
  16. package/components/BackgroundImage/background-image.css +15 -15
  17. package/components/Badge/badge.css +35 -35
  18. package/components/Banner/banner.css +114 -114
  19. package/components/Brand/brand.css +28 -28
  20. package/components/Breadcrumb/breadcrumb.css +62 -62
  21. package/components/Button/button.css +514 -514
  22. package/components/CalendarMonth/calendar-month.css +144 -144
  23. package/components/Card/card.css +230 -230
  24. package/components/Check/check.css +43 -43
  25. package/components/Chip/chip-group.css +60 -60
  26. package/components/Chip/chip.css +83 -83
  27. package/components/ClipboardCopy/clipboard-copy.css +71 -71
  28. package/components/CodeBlock/code-block.css +35 -35
  29. package/components/CodeEditor/code-editor.css +121 -121
  30. package/components/Content/content.css +216 -216
  31. package/components/ContextSelector/context-selector.css +251 -251
  32. package/components/DataList/data-list-grid.css +182 -182
  33. package/components/DataList/data-list.css +468 -468
  34. package/components/DatePicker/date-picker.css +35 -35
  35. package/components/DescriptionList/description-list-order.css +90 -90
  36. package/components/DescriptionList/description-list.css +193 -193
  37. package/components/Divider/divider.css +143 -143
  38. package/components/DragDrop/drag-drop.css +46 -46
  39. package/components/Drawer/drawer.css +474 -474
  40. package/components/Dropdown/dropdown.css +457 -457
  41. package/components/DualListSelector/dual-list-selector.css +199 -199
  42. package/components/EmptyState/empty-state.css +104 -104
  43. package/components/ExpandableSection/expandable-section.css +113 -113
  44. package/components/FileUpload/file-upload.css +32 -32
  45. package/components/Form/form.css +281 -281
  46. package/components/FormControl/form-control.css +197 -197
  47. package/components/HelperText/helper-text.css +51 -51
  48. package/components/Hint/hint.css +46 -46
  49. package/components/Icon/icon.css +218 -218
  50. package/components/InlineEdit/inline-edit.css +43 -43
  51. package/components/InputGroup/input-group.css +52 -52
  52. package/components/JumpLinks/jump-links.css +183 -183
  53. package/components/Label/label-group.css +86 -86
  54. package/components/Label/label.css +438 -438
  55. package/components/List/list.css +53 -53
  56. package/components/LogViewer/log-viewer.css +138 -138
  57. package/components/Login/login.css +139 -139
  58. package/components/Masthead/masthead.css +319 -319
  59. package/components/Menu/menu.css +415 -415
  60. package/components/MenuToggle/menu-toggle.css +275 -275
  61. package/components/ModalBox/modal-box.css +121 -121
  62. package/components/MultipleFileUpload/multiple-file-upload.css +163 -163
  63. package/components/Nav/nav.css +225 -225
  64. package/components/NotificationBadge/notification-badge.css +66 -66
  65. package/components/NotificationDrawer/notification-drawer.css +179 -179
  66. package/components/NumberInput/number-input.css +20 -20
  67. package/components/OptionsMenu/options-menu.css +190 -190
  68. package/components/OverflowMenu/overflow-menu.css +19 -19
  69. package/components/Page/page.css +598 -598
  70. package/components/Pagination/pagination.css +220 -220
  71. package/components/Panel/panel.css +72 -72
  72. package/components/Popover/popover.css +148 -148
  73. package/components/Progress/progress.css +80 -80
  74. package/components/ProgressStepper/progress-stepper.css +514 -514
  75. package/components/Radio/radio.css +44 -44
  76. package/components/Select/select.css +423 -423
  77. package/components/Sidebar/sidebar.css +166 -166
  78. package/components/SimpleList/simple-list.css +53 -53
  79. package/components/Skeleton/skeleton.css +112 -112
  80. package/components/SkipToContent/skip-to-content.css +8 -8
  81. package/components/Slider/slider.css +144 -144
  82. package/components/Spinner/spinner.css +36 -36
  83. package/components/Switch/switch.css +89 -89
  84. package/components/TabContent/tab-content.css +34 -34
  85. package/components/Table/table-grid.css +911 -911
  86. package/components/Table/table-scrollable.css +38 -38
  87. package/components/Table/table-tree-view.css +497 -497
  88. package/components/Table/table.css +660 -660
  89. package/components/Tabs/tabs.css +616 -616
  90. package/components/TextInputGroup/text-input-group.css +88 -88
  91. package/components/Tile/tile.css +68 -68
  92. package/components/Timestamp/timestamp.css +29 -29
  93. package/components/Title/title.css +87 -87
  94. package/components/ToggleGroup/toggle-group.css +86 -86
  95. package/components/Toolbar/toolbar.css +2279 -2279
  96. package/components/Tooltip/tooltip.css +85 -85
  97. package/components/TreeView/tree-view.css +363 -363
  98. package/components/Truncate/truncate.css +15 -15
  99. package/components/Wizard/wizard.css +272 -272
  100. package/docs/components/AboutModalBox/examples/AboutModalBox.md +11 -11
  101. package/docs/components/Accordion/examples/Accordion.md +188 -188
  102. package/docs/components/ActionList/examples/ActionList.md +55 -55
  103. package/docs/components/Alert/examples/Alert.md +222 -222
  104. package/docs/components/AppLauncher/deprecated/application-launcher.md +146 -146
  105. package/docs/components/Avatar/examples/Avatar.md +6 -6
  106. package/docs/components/BackToTop/examples/BackToTop.md +3 -3
  107. package/docs/components/Backdrop/examples/Backdrop.md +1 -1
  108. package/docs/components/BackgroundImage/examples/BackgroundImage.md +2 -2
  109. package/docs/components/Badge/examples/Badge.md +17 -17
  110. package/docs/components/Banner/examples/Banner.md +42 -42
  111. package/docs/components/Brand/examples/Brand.md +4 -4
  112. package/docs/components/Breadcrumb/examples/Breadcrumb.md +90 -90
  113. package/docs/components/Button/examples/Button.md +364 -364
  114. package/docs/components/CalendarMonth/examples/CalendarMonth.md +436 -436
  115. package/docs/components/Card/examples/Card.md +515 -515
  116. package/docs/components/Check/examples/Check.md +37 -37
  117. package/docs/components/Chip/examples/Chip.md +216 -216
  118. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +82 -82
  119. package/docs/components/CodeBlock/examples/CodeBlock.md +39 -39
  120. package/docs/components/CodeEditor/examples/CodeEditor.md +85 -85
  121. package/docs/components/Content/examples/Content.md +1 -1
  122. package/docs/components/ContextSelector/deprecated/context-selector.md +160 -160
  123. package/docs/components/DataList/examples/DataList.md +666 -666
  124. package/docs/components/DatePicker/examples/DatePicker.md +54 -54
  125. package/docs/components/DescriptionList/examples/DescriptionList.md +737 -737
  126. package/docs/components/Divider/examples/Divider.md +18 -18
  127. package/docs/components/DragDrop/examples/DragDrop.md +27 -27
  128. package/docs/components/Drawer/examples/Drawer.md +225 -225
  129. package/docs/components/Dropdown/deprecated/Dropdown.md +541 -541
  130. package/docs/components/DualListSelector/examples/DualListSelector.md +1012 -1012
  131. package/docs/components/EmptyState/examples/EmptyState.md +100 -100
  132. package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -47
  133. package/docs/components/FileUpload/examples/FileUpload.md +94 -94
  134. package/docs/components/Form/examples/Form.md +226 -226
  135. package/docs/components/FormControl/examples/FormControl.md +65 -65
  136. package/docs/components/HelperText/examples/HelperText.md +72 -72
  137. package/docs/components/Hint/examples/Hint.md +44 -44
  138. package/docs/components/Icon/examples/Icon.md +85 -85
  139. package/docs/components/InlineEdit/examples/InlineEdit.md +209 -209
  140. package/docs/components/InputGroup/examples/InputGroup.md +73 -73
  141. package/docs/components/JumpLinks/examples/JumpLinks.md +285 -285
  142. package/docs/components/Label/examples/Label.md +1717 -1717
  143. package/docs/components/List/examples/List.md +30 -30
  144. package/docs/components/LogViewer/examples/LogViewer.md +1785 -1785
  145. package/docs/components/Login/examples/Login.md +287 -287
  146. package/docs/components/Masthead/examples/masthead.md +39 -39
  147. package/docs/components/Menu/examples/Menu.md +2377 -2377
  148. package/docs/components/MenuToggle/examples/MenuToggle.md +242 -242
  149. package/docs/components/ModalBox/examples/ModalBox.md +119 -119
  150. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +192 -192
  151. package/docs/components/Nav/examples/Navigation.md +856 -856
  152. package/docs/components/NotificationBadge/examples/NotificationBadge.md +42 -42
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +659 -659
  154. package/docs/components/NumberInput/examples/NumberInput.md +127 -127
  155. package/docs/components/OptionsMenu/deprecated/options-menu.md +178 -178
  156. package/docs/components/OverflowMenu/examples/overflow-menu.md +97 -97
  157. package/docs/components/Page/deprecated/PageHeader.md +85 -85
  158. package/docs/components/Page/examples/Page.md +90 -90
  159. package/docs/components/Pagination/examples/Pagination.md +285 -285
  160. package/docs/components/Panel/examples/Panel.md +38 -38
  161. package/docs/components/Popover/examples/Popover.md +169 -169
  162. package/docs/components/Progress/examples/Progress.md +145 -145
  163. package/docs/components/ProgressStepper/examples/ProgressStepper.md +295 -295
  164. package/docs/components/Radio/examples/Radio.md +33 -33
  165. package/docs/components/Select/deprecated/Select.md +736 -736
  166. package/docs/components/Sidebar/examples/Sidebar.md +65 -65
  167. package/docs/components/SimpleList/examples/SimpleList.md +39 -39
  168. package/docs/components/Skeleton/examples/Skeleton.md +29 -29
  169. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -3
  170. package/docs/components/Slider/examples/Slider.md +213 -213
  171. package/docs/components/Spinner/examples/Spinner.md +14 -14
  172. package/docs/components/Switch/examples/Switch.md +58 -58
  173. package/docs/components/TabContent/examples/TabContent.md +24 -24
  174. package/docs/components/Table/examples/Table.md +6982 -6982
  175. package/docs/components/Tabs/examples/Tabs.md +2114 -2114
  176. package/docs/components/TextInputGroup/examples/TextInputGroup.md +373 -373
  177. package/docs/components/Tile/examples/Tile.md +131 -131
  178. package/docs/components/Timestamp/examples/Timestamp.md +10 -10
  179. package/docs/components/Title/examples/Title.md +12 -12
  180. package/docs/components/ToggleGroup/examples/toggle-group.md +116 -116
  181. package/docs/components/Toolbar/examples/Toolbar.md +611 -611
  182. package/docs/components/Tooltip/examples/Tooltip.md +27 -27
  183. package/docs/components/TreeView/examples/TreeView.md +1166 -1166
  184. package/docs/components/Truncate/examples/Truncate.md +7 -7
  185. package/docs/components/Wizard/examples/Wizard.md +522 -522
  186. package/docs/demos/AboutModal/examples/AboutModal.md +106 -106
  187. package/docs/demos/Alert/examples/Alert.md +391 -391
  188. package/docs/demos/BackToTop/examples/BackToTop.md +175 -175
  189. package/docs/demos/Banner/examples/Banner.md +364 -364
  190. package/docs/demos/Button/examples/Button.md +50 -50
  191. package/docs/demos/Card/examples/Card.md +1054 -1054
  192. package/docs/demos/CardView/examples/CardView.md +378 -378
  193. package/docs/demos/ContextSelector/examples/ContextSelector.md +449 -449
  194. package/docs/demos/Dashboard/examples/Dashboard.md +541 -541
  195. package/docs/demos/DataList/examples/DataList.md +1148 -1148
  196. package/docs/demos/DescriptionList/examples/DescriptionList.md +544 -544
  197. package/docs/demos/Drawer/examples/Drawer.md +531 -531
  198. package/docs/demos/Form/examples/BasicForms.md +444 -444
  199. package/docs/demos/HelperText/examples/HelperText.md +51 -51
  200. package/docs/demos/JumpLinks/examples/JumpLinks.md +596 -596
  201. package/docs/demos/Masthead/examples/Masthead.md +763 -763
  202. package/docs/demos/Modal/examples/Modal.md +645 -645
  203. package/docs/demos/Nav/examples/Nav.md +649 -649
  204. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1570 -1570
  205. package/docs/demos/Page/examples/Page.md +1330 -1330
  206. package/docs/demos/Page/examples/Penta.md +217 -217
  207. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +23 -23
  208. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +108 -108
  209. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1890 -1890
  210. package/docs/demos/Skeleton/examples/Skeleton.md +176 -176
  211. package/docs/demos/Table/examples/Table.md +4580 -4580
  212. package/docs/demos/Tabs/examples/Tabs.md +1040 -1040
  213. package/docs/demos/Toolbar/examples/Toolbar.md +961 -961
  214. package/docs/demos/Wizard/examples/Wizard.md +1574 -1574
  215. package/docs/layouts/Bullseye/examples/Bullseye.md +2 -2
  216. package/docs/layouts/Flex/examples/Flex.md +290 -290
  217. package/docs/layouts/Gallery/examples/Gallery.md +48 -48
  218. package/docs/layouts/Grid/examples/Grid.md +121 -121
  219. package/docs/layouts/Level/examples/Level.md +11 -11
  220. package/docs/layouts/Split/examples/Split.md +23 -23
  221. package/docs/layouts/Stack/examples/Stack.md +8 -8
  222. package/docs/utilities/Accessibility/examples/Accessibility.md +3 -3
  223. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  224. package/docs/utilities/Display/examples/Display.md +16 -16
  225. package/docs/utilities/Flex/examples/Flex.md +53 -53
  226. package/docs/utilities/Float/examples/Float.md +2 -2
  227. package/docs/utilities/Spacing/examples/Spacing.md +16 -16
  228. package/layouts/Bullseye/bullseye.css +3 -3
  229. package/layouts/Flex/flex.css +1276 -1276
  230. package/layouts/Gallery/gallery.css +34 -34
  231. package/layouts/Grid/grid.css +531 -531
  232. package/layouts/Level/level.css +4 -4
  233. package/layouts/Split/split.css +6 -6
  234. package/layouts/Stack/stack.css +5 -5
  235. package/package.json +5 -5
  236. package/patternfly-addons.css +2989 -2989
  237. package/patternfly-base-no-globals-theme-dark-unversioned.css +269 -278
  238. package/patternfly-base-no-globals.css +284 -293
  239. package/patternfly-base-theme-dark-unversioned.css +271 -280
  240. package/patternfly-base.css +286 -295
  241. package/patternfly-charts-theme-dark-unversioned.css +66 -66
  242. package/patternfly-charts-theme-dark.css +66 -66
  243. package/patternfly-charts.css +320 -320
  244. package/patternfly-no-globals.css +20217 -20226
  245. package/patternfly-theme-dark-unversioned.css +20209 -20218
  246. package/patternfly.css +20219 -20228
  247. package/patternfly.min.css +1 -1
  248. package/patternfly.min.css.map +1 -1
  249. package/sass-utilities/_init.scss +1 -1
  250. package/utilities/Accessibility/accessibility.css +18 -18
  251. package/utilities/Alignment/alignment.css +24 -24
  252. package/utilities/BackgroundColor/BackgroundColor.css +252 -252
  253. package/utilities/BoxShadow/box-shadow.css +42 -42
  254. package/utilities/Display/display.css +54 -54
  255. package/utilities/Flex/flex.css +228 -228
  256. package/utilities/Float/float.css +12 -12
  257. package/utilities/Sizing/sizing.css +216 -216
  258. package/utilities/Spacing/spacing.css +1512 -1512
  259. package/utilities/Text/text.css +631 -631
@@ -1,462 +1,462 @@
1
1
  :root,
2
- .pf-v5-c-form {
3
- --pf-v5-c-form--GridGap: var(--pf-t--global--spacer--lg);
4
- --pf-v5-c-form__group--Gap: var(--pf-t--global--spacer--sm);
5
- --pf-v5-c-form__group--m-action--MarginTop: var(--pf-t--global--spacer--xl);
6
- --pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth: 9.375rem;
7
- --pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--md);
8
- --pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth: 1fr;
9
- --pf-v5-c-form--m-limit-width--MaxWidth: 55rem;
10
- --pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: calc((((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) + (2 * var(--pf-t--global--border--width--control--default))) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)) - ((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) + var(--pf-t--global--border--width--control--default));
11
- --pf-v5-c-form__group-label--PaddingBottom: var(--pf-t--global--spacer--sm);
12
- --pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop: 0;
13
- --pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY: calc(((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) - ((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)));
14
- --pf-v5-c-form__label--FontSize: var(--pf-t--global--font--size--body--sm);
15
- --pf-v5-c-form__label--LineHeight: var(--pf-t--global--font--line-height--body);
16
- --pf-v5-c-form__label--m-disabled--Color: var(--pf-t--global--text--color--disabled);
17
- --pf-v5-c-form__label--hover--Cursor: pointer;
18
- --pf-v5-c-form__label--m-disabled--hover--Cursor: not-allowed;
19
- --pf-v5-c-form__label-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
20
- --pf-v5-c-form__label-required--MarginLeft: var(--pf-t--global--spacer--xs);
21
- --pf-v5-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--sm);
22
- --pf-v5-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
23
- --pf-v5-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--sm);
24
- --pf-v5-c-form__group-label-info--MarginLeft: var(--pf-t--global--spacer--sm);
25
- --pf-v5-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
26
- --pf-v5-c-form__group-control--m-inline--child--MarginRight: var(--pf-t--global--spacer--lg);
27
- --pf-v5-c-form__group-control__helper-text--MarginBottom: var(--pf-t--global--spacer--xs);
28
- --pf-v5-c-form__group-control--Gap: var(--pf-t--global--spacer--sm);
29
- --pf-v5-c-form__group-control--m-stack--Gap: var(--pf-t--global--spacer--sm);
30
- --pf-v5-c-form__group-control--m-stack__helper-text--MarginTop: calc(var(--pf-v5-c-form__group-control--m-stack--Gap) * -1 + var(--pf-v5-c-form__helper-text--MarginTop--base));
31
- --pf-v5-c-form__actions--child--MarginTop: var(--pf-t--global--spacer--sm);
32
- --pf-v5-c-form__actions--child--MarginRight: var(--pf-t--global--spacer--sm);
33
- --pf-v5-c-form__actions--child--MarginBottom: var(--pf-t--global--spacer--sm);
34
- --pf-v5-c-form__actions--child--MarginLeft: var(--pf-t--global--spacer--sm);
35
- --pf-v5-c-form__actions--MarginTop: calc(var(--pf-v5-c-form__actions--child--MarginTop) * -1);
36
- --pf-v5-c-form__actions--MarginRight: calc(var(--pf-v5-c-form__actions--child--MarginRight) * -1);
37
- --pf-v5-c-form__actions--MarginBottom: calc(var(--pf-v5-c-form__actions--child--MarginBottom) * -1);
38
- --pf-v5-c-form__actions--MarginLeft: calc(var(--pf-v5-c-form__actions--child--MarginLeft) * -1);
39
- --pf-v5-c-form__helper-text--MarginTop--base: var(--pf-t--global--spacer--xs);
40
- --pf-v5-c-form__helper-text--MarginTop: var(--pf-v5-c-form__helper-text--MarginTop--base);
41
- --pf-v5-c-form__section--MarginTop: var(--pf-t--global--spacer--xl);
42
- --pf-v5-c-form__section--Gap: var(--pf-t--global--spacer--md);
43
- --pf-v5-c-form__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
44
- --pf-v5-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading);
45
- --pf-v5-c-form__section-title--MarginBottom: calc(var(--pf-t--global--spacer--sm) * -1);
46
- --pf-v5-c-form__field-group--border-width-base: var(--pf-t--global--border--width--divider--default);
47
- --pf-v5-c-form__field-group--BorderTopWidth: var(--pf-v5-c-form__field-group--border-width-base);
48
- --pf-v5-c-form__field-group--BorderTopColor: var(--pf-t--global--border--color--default);
49
- --pf-v5-c-form__field-group--BorderBottomWidth: var(--pf-v5-c-form__field-group--border-width-base);
50
- --pf-v5-c-form__field-group--BorderBottomColor: var(--pf-t--global--border--color--default);
51
- --pf-v5-c-form__field-group--field-group--MarginTop: calc(var(--pf-v5-c-form--GridGap) * -1);
52
- --pf-v5-c-form__field-group--GridTemplateColumns--toggle: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v5-c-form__field-group-toggle-icon--MinWidth) + var(--pf-t--global--spacer--xs));
53
- --pf-v5-c-form__field-group-toggle--PaddingTop: var(--pf-v5-c-form__field-group-header--PaddingTop);
54
- --pf-v5-c-form__field-group-toggle--PaddingRight: var(--pf-t--global--spacer--xs);
55
- --pf-v5-c-form__field-group__field-group__field-group-toggle--PaddingTop: var(--pf-t--global--spacer--md);
56
- --pf-v5-c-form__field-group-header-toggle--BorderWidth--base: var(--pf-t--global--border--width--divider--default);
57
- --pf-v5-c-form__field-group__field-group--field-group__field-group-toggle--after--BorderTopWidth: var(--pf-v5-c-form__field-group-header-toggle--BorderWidth--base);
58
- --pf-v5-c-form__field-group-toggle-button--MarginTop: calc(var(--pf-v5-c-button--m-plain--PaddingTop) * -1);
59
- --pf-v5-c-form__field-group-toggle-button--MarginBottom: calc(var(--pf-v5-c-button--m-plain--PaddingBottom) * -1);
60
- --pf-v5-c-form__field-group-toggle-icon--Transition: var(--pf-v5-global--Transition);
61
- --pf-v5-c-form__field-group-toggle-icon--MinWidth: var(--pf-t--global--font--size--body--default);
62
- --pf-v5-c-form__field-group-toggle-icon--Rotate: 0;
63
- --pf-v5-c-form__field-group--m-expanded__toggle-icon--Rotate: 90deg;
64
- --pf-v5-c-form__field-group-header--PaddingTop: var(--pf-t--global--spacer--md);
65
- --pf-v5-c-form__field-group-header--PaddingBottom: var(--pf-t--global--spacer--md);
66
- --pf-v5-c-form__field-group-header--GridColumn: 1 / 3;
67
- --pf-v5-c-form__field-group__field-group__field-group-header--PaddingTop: var(--pf-t--global--spacer--lg);
68
- --pf-v5-c-form__field-group__field-group__field-group-header--PaddingBottom: var(--pf-t--global--spacer--lg);
69
- --pf-v5-c-form__field-group-toggle--field-group-header--GridColumn: 2 / 3;
70
- --pf-v5-c-form__field-group__field-group--field-group__field-group-header--after--BorderTopWidth: var(--pf-v5-c-form__field-group-header-toggle--BorderWidth--base);
71
- --pf-v5-c-form__field-group-header-description--MarginTop: var(--pf-t--global--spacer--xs);
72
- --pf-v5-c-form__field-group-header-description--Color: var(--pf-t--global--text--color--subtle);
73
- --pf-v5-c-form__field-group-header-actions--MarginLeft: var(--pf-t--global--spacer--sm);
74
- --pf-v5-c-form__field-group-body--PaddingTop: var(--pf-t--global--spacer--lg);
75
- --pf-v5-c-form__field-group-body--PaddingBottom: var(--pf-t--global--spacer--lg);
76
- --pf-v5-c-form__field-group-body--Gap: var(--pf-v5-c-form--GridGap);
77
- --pf-v5-c-form__field-group-body--GridColumn: 2 / 3;
78
- --pf-v5-c-form__field-group__field-group__field-group-body--GridColumn: 1 / 3;
79
- --pf-v5-c-form__field-group__field-group__field-group-toggle--field-group-body--GridColumn: 2 / 3;
80
- --pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom: calc(var(--pf-v5-c-form__field-group-body--PaddingBottom) * -1);
2
+ .pf-v6-c-form {
3
+ --pf-v6-c-form--GridGap: var(--pf-t--global--spacer--lg);
4
+ --pf-v6-c-form__group--Gap: var(--pf-t--global--spacer--sm);
5
+ --pf-v6-c-form__group--m-action--MarginTop: var(--pf-t--global--spacer--xl);
6
+ --pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth: 9.375rem;
7
+ --pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--md);
8
+ --pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth: 1fr;
9
+ --pf-v6-c-form--m-limit-width--MaxWidth: 55rem;
10
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingTop: calc((((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) + (2 * var(--pf-t--global--border--width--control--default))) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)) - ((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) + var(--pf-t--global--border--width--control--default));
11
+ --pf-v6-c-form__group-label--PaddingBottom: var(--pf-t--global--spacer--sm);
12
+ --pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop: 0;
13
+ --pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY: calc(((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) - ((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)));
14
+ --pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--sm);
15
+ --pf-v6-c-form__label--LineHeight: var(--pf-t--global--font--line-height--body);
16
+ --pf-v6-c-form__label--m-disabled--Color: var(--pf-t--global--text--color--disabled);
17
+ --pf-v6-c-form__label--hover--Cursor: pointer;
18
+ --pf-v6-c-form__label--m-disabled--hover--Cursor: not-allowed;
19
+ --pf-v6-c-form__label-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
20
+ --pf-v6-c-form__label-required--MarginLeft: var(--pf-t--global--spacer--xs);
21
+ --pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--sm);
22
+ --pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
23
+ --pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--sm);
24
+ --pf-v6-c-form__group-label-info--MarginLeft: var(--pf-t--global--spacer--sm);
25
+ --pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
26
+ --pf-v6-c-form__group-control--m-inline--child--MarginRight: var(--pf-t--global--spacer--lg);
27
+ --pf-v6-c-form__group-control__helper-text--MarginBottom: var(--pf-t--global--spacer--xs);
28
+ --pf-v6-c-form__group-control--Gap: var(--pf-t--global--spacer--sm);
29
+ --pf-v6-c-form__group-control--m-stack--Gap: var(--pf-t--global--spacer--sm);
30
+ --pf-v6-c-form__group-control--m-stack__helper-text--MarginTop: calc(var(--pf-v6-c-form__group-control--m-stack--Gap) * -1 + var(--pf-v6-c-form__helper-text--MarginTop--base));
31
+ --pf-v6-c-form__actions--child--MarginTop: var(--pf-t--global--spacer--sm);
32
+ --pf-v6-c-form__actions--child--MarginRight: var(--pf-t--global--spacer--sm);
33
+ --pf-v6-c-form__actions--child--MarginBottom: var(--pf-t--global--spacer--sm);
34
+ --pf-v6-c-form__actions--child--MarginLeft: var(--pf-t--global--spacer--sm);
35
+ --pf-v6-c-form__actions--MarginTop: calc(var(--pf-v6-c-form__actions--child--MarginTop) * -1);
36
+ --pf-v6-c-form__actions--MarginRight: calc(var(--pf-v6-c-form__actions--child--MarginRight) * -1);
37
+ --pf-v6-c-form__actions--MarginBottom: calc(var(--pf-v6-c-form__actions--child--MarginBottom) * -1);
38
+ --pf-v6-c-form__actions--MarginLeft: calc(var(--pf-v6-c-form__actions--child--MarginLeft) * -1);
39
+ --pf-v6-c-form__helper-text--MarginTop--base: var(--pf-t--global--spacer--xs);
40
+ --pf-v6-c-form__helper-text--MarginTop: var(--pf-v6-c-form__helper-text--MarginTop--base);
41
+ --pf-v6-c-form__section--MarginTop: var(--pf-t--global--spacer--xl);
42
+ --pf-v6-c-form__section--Gap: var(--pf-t--global--spacer--md);
43
+ --pf-v6-c-form__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
44
+ --pf-v6-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading);
45
+ --pf-v6-c-form__section-title--MarginBottom: calc(var(--pf-t--global--spacer--sm) * -1);
46
+ --pf-v6-c-form__field-group--border-width-base: var(--pf-t--global--border--width--divider--default);
47
+ --pf-v6-c-form__field-group--BorderTopWidth: var(--pf-v6-c-form__field-group--border-width-base);
48
+ --pf-v6-c-form__field-group--BorderTopColor: var(--pf-t--global--border--color--default);
49
+ --pf-v6-c-form__field-group--BorderBottomWidth: var(--pf-v6-c-form__field-group--border-width-base);
50
+ --pf-v6-c-form__field-group--BorderBottomColor: var(--pf-t--global--border--color--default);
51
+ --pf-v6-c-form__field-group--field-group--MarginTop: calc(var(--pf-v6-c-form--GridGap) * -1);
52
+ --pf-v6-c-form__field-group--GridTemplateColumns--toggle: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v6-c-form__field-group-toggle-icon--MinWidth) + var(--pf-t--global--spacer--xs));
53
+ --pf-v6-c-form__field-group-toggle--PaddingTop: var(--pf-v6-c-form__field-group-header--PaddingTop);
54
+ --pf-v6-c-form__field-group-toggle--PaddingRight: var(--pf-t--global--spacer--xs);
55
+ --pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingTop: var(--pf-t--global--spacer--md);
56
+ --pf-v6-c-form__field-group-header-toggle--BorderWidth--base: var(--pf-t--global--border--width--divider--default);
57
+ --pf-v6-c-form__field-group__field-group--field-group__field-group-toggle--after--BorderTopWidth: var(--pf-v6-c-form__field-group-header-toggle--BorderWidth--base);
58
+ --pf-v6-c-form__field-group-toggle-button--MarginTop: calc(var(--pf-v6-c-button--m-plain--PaddingTop) * -1);
59
+ --pf-v6-c-form__field-group-toggle-button--MarginBottom: calc(var(--pf-v6-c-button--m-plain--PaddingBottom) * -1);
60
+ --pf-v6-c-form__field-group-toggle-icon--Transition: var(--pf-v6-global--Transition);
61
+ --pf-v6-c-form__field-group-toggle-icon--MinWidth: var(--pf-t--global--font--size--body--default);
62
+ --pf-v6-c-form__field-group-toggle-icon--Rotate: 0;
63
+ --pf-v6-c-form__field-group--m-expanded__toggle-icon--Rotate: 90deg;
64
+ --pf-v6-c-form__field-group-header--PaddingTop: var(--pf-t--global--spacer--md);
65
+ --pf-v6-c-form__field-group-header--PaddingBottom: var(--pf-t--global--spacer--md);
66
+ --pf-v6-c-form__field-group-header--GridColumn: 1 / 3;
67
+ --pf-v6-c-form__field-group__field-group__field-group-header--PaddingTop: var(--pf-t--global--spacer--lg);
68
+ --pf-v6-c-form__field-group__field-group__field-group-header--PaddingBottom: var(--pf-t--global--spacer--lg);
69
+ --pf-v6-c-form__field-group-toggle--field-group-header--GridColumn: 2 / 3;
70
+ --pf-v6-c-form__field-group__field-group--field-group__field-group-header--after--BorderTopWidth: var(--pf-v6-c-form__field-group-header-toggle--BorderWidth--base);
71
+ --pf-v6-c-form__field-group-header-description--MarginTop: var(--pf-t--global--spacer--xs);
72
+ --pf-v6-c-form__field-group-header-description--Color: var(--pf-t--global--text--color--subtle);
73
+ --pf-v6-c-form__field-group-header-actions--MarginLeft: var(--pf-t--global--spacer--sm);
74
+ --pf-v6-c-form__field-group-body--PaddingTop: var(--pf-t--global--spacer--lg);
75
+ --pf-v6-c-form__field-group-body--PaddingBottom: var(--pf-t--global--spacer--lg);
76
+ --pf-v6-c-form__field-group-body--Gap: var(--pf-v6-c-form--GridGap);
77
+ --pf-v6-c-form__field-group-body--GridColumn: 2 / 3;
78
+ --pf-v6-c-form__field-group__field-group__field-group-body--GridColumn: 1 / 3;
79
+ --pf-v6-c-form__field-group__field-group__field-group-toggle--field-group-body--GridColumn: 2 / 3;
80
+ --pf-v6-c-form__field-group-body__field-group--last-child--MarginBottom: calc(var(--pf-v6-c-form__field-group-body--PaddingBottom) * -1);
81
81
  }
82
82
 
83
- .pf-v5-c-form {
83
+ .pf-v6-c-form {
84
84
  display: grid;
85
- gap: var(--pf-v5-c-form--GridGap);
85
+ gap: var(--pf-v6-c-form--GridGap);
86
86
  }
87
- .pf-v5-c-form.pf-m-horizontal.pf-m-align-right .pf-v5-c-form__label {
87
+ .pf-v6-c-form.pf-m-horizontal.pf-m-align-right .pf-v6-c-form__label {
88
88
  text-align: end;
89
89
  }
90
90
  @media screen and (min-width: 768px) {
91
- .pf-v5-c-form.pf-m-horizontal {
92
- --pf-v5-c-form__group-label--PaddingBottom: 0;
91
+ .pf-v6-c-form.pf-m-horizontal {
92
+ --pf-v6-c-form__group-label--PaddingBottom: 0;
93
93
  }
94
- .pf-v5-c-form.pf-m-horizontal .pf-v5-c-form__group {
94
+ .pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group {
95
95
  display: grid;
96
- grid-template-columns: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth);
97
- grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
96
+ grid-template-columns: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth);
97
+ grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
98
98
  }
99
- .pf-v5-c-form.pf-m-horizontal .pf-v5-c-form__group-label {
100
- padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
99
+ .pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group-label {
100
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingTop);
101
101
  }
102
- .pf-v5-c-form.pf-m-horizontal .pf-v5-c-form__group-label.pf-m-no-padding-top {
103
- --pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
104
- transform: translateY(var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
102
+ .pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group-label.pf-m-no-padding-top {
103
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
104
+ transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
105
105
  }
106
- .pf-v5-c-form.pf-m-horizontal .pf-v5-c-form__group-control {
106
+ .pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group-control {
107
107
  grid-column: 2;
108
108
  }
109
109
  }
110
110
  @media screen and (min-width: 0) {
111
- .pf-v5-c-form.pf-m-horizontal-on-xs {
112
- --pf-v5-c-form__group-label--PaddingBottom: 0;
111
+ .pf-v6-c-form.pf-m-horizontal-on-xs {
112
+ --pf-v6-c-form__group-label--PaddingBottom: 0;
113
113
  }
114
- .pf-v5-c-form.pf-m-horizontal-on-xs .pf-v5-c-form__group {
114
+ .pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group {
115
115
  display: grid;
116
- grid-template-columns: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth);
117
- grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
116
+ grid-template-columns: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth);
117
+ grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
118
118
  }
119
- .pf-v5-c-form.pf-m-horizontal-on-xs .pf-v5-c-form__group-label {
120
- padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
119
+ .pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group-label {
120
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingTop);
121
121
  }
122
- .pf-v5-c-form.pf-m-horizontal-on-xs .pf-v5-c-form__group-label.pf-m-no-padding-top {
123
- --pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
124
- transform: translateY(var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
122
+ .pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group-label.pf-m-no-padding-top {
123
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
124
+ transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
125
125
  }
126
- .pf-v5-c-form.pf-m-horizontal-on-xs .pf-v5-c-form__group-control {
126
+ .pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group-control {
127
127
  grid-column: 2;
128
128
  }
129
129
  }
130
130
  @media (min-width: 576px) {
131
- .pf-v5-c-form.pf-m-horizontal-on-sm {
132
- --pf-v5-c-form__group-label--PaddingBottom: 0;
131
+ .pf-v6-c-form.pf-m-horizontal-on-sm {
132
+ --pf-v6-c-form__group-label--PaddingBottom: 0;
133
133
  }
134
- .pf-v5-c-form.pf-m-horizontal-on-sm .pf-v5-c-form__group {
134
+ .pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group {
135
135
  display: grid;
136
- grid-template-columns: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth);
137
- grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
136
+ grid-template-columns: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth);
137
+ grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
138
138
  }
139
- .pf-v5-c-form.pf-m-horizontal-on-sm .pf-v5-c-form__group-label {
140
- padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
139
+ .pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group-label {
140
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingTop);
141
141
  }
142
- .pf-v5-c-form.pf-m-horizontal-on-sm .pf-v5-c-form__group-label.pf-m-no-padding-top {
143
- --pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
144
- transform: translateY(var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
142
+ .pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group-label.pf-m-no-padding-top {
143
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
144
+ transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
145
145
  }
146
- .pf-v5-c-form.pf-m-horizontal-on-sm .pf-v5-c-form__group-control {
146
+ .pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group-control {
147
147
  grid-column: 2;
148
148
  }
149
149
  }
150
150
  @media (min-width: 768px) {
151
- .pf-v5-c-form.pf-m-horizontal-on-md {
152
- --pf-v5-c-form__group-label--PaddingBottom: 0;
151
+ .pf-v6-c-form.pf-m-horizontal-on-md {
152
+ --pf-v6-c-form__group-label--PaddingBottom: 0;
153
153
  }
154
- .pf-v5-c-form.pf-m-horizontal-on-md .pf-v5-c-form__group {
154
+ .pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group {
155
155
  display: grid;
156
- grid-template-columns: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth);
157
- grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
156
+ grid-template-columns: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth);
157
+ grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
158
158
  }
159
- .pf-v5-c-form.pf-m-horizontal-on-md .pf-v5-c-form__group-label {
160
- padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
159
+ .pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group-label {
160
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingTop);
161
161
  }
162
- .pf-v5-c-form.pf-m-horizontal-on-md .pf-v5-c-form__group-label.pf-m-no-padding-top {
163
- --pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
164
- transform: translateY(var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
162
+ .pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group-label.pf-m-no-padding-top {
163
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
164
+ transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
165
165
  }
166
- .pf-v5-c-form.pf-m-horizontal-on-md .pf-v5-c-form__group-control {
166
+ .pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group-control {
167
167
  grid-column: 2;
168
168
  }
169
169
  }
170
170
  @media (min-width: 992px) {
171
- .pf-v5-c-form.pf-m-horizontal-on-lg {
172
- --pf-v5-c-form__group-label--PaddingBottom: 0;
171
+ .pf-v6-c-form.pf-m-horizontal-on-lg {
172
+ --pf-v6-c-form__group-label--PaddingBottom: 0;
173
173
  }
174
- .pf-v5-c-form.pf-m-horizontal-on-lg .pf-v5-c-form__group {
174
+ .pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group {
175
175
  display: grid;
176
- grid-template-columns: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth);
177
- grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
176
+ grid-template-columns: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth);
177
+ grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
178
178
  }
179
- .pf-v5-c-form.pf-m-horizontal-on-lg .pf-v5-c-form__group-label {
180
- padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
179
+ .pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group-label {
180
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingTop);
181
181
  }
182
- .pf-v5-c-form.pf-m-horizontal-on-lg .pf-v5-c-form__group-label.pf-m-no-padding-top {
183
- --pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
184
- transform: translateY(var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
182
+ .pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group-label.pf-m-no-padding-top {
183
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
184
+ transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
185
185
  }
186
- .pf-v5-c-form.pf-m-horizontal-on-lg .pf-v5-c-form__group-control {
186
+ .pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group-control {
187
187
  grid-column: 2;
188
188
  }
189
189
  }
190
190
  @media (min-width: 1200px) {
191
- .pf-v5-c-form.pf-m-horizontal-on-xl {
192
- --pf-v5-c-form__group-label--PaddingBottom: 0;
191
+ .pf-v6-c-form.pf-m-horizontal-on-xl {
192
+ --pf-v6-c-form__group-label--PaddingBottom: 0;
193
193
  }
194
- .pf-v5-c-form.pf-m-horizontal-on-xl .pf-v5-c-form__group {
194
+ .pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group {
195
195
  display: grid;
196
- grid-template-columns: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth);
197
- grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
196
+ grid-template-columns: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth);
197
+ grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
198
198
  }
199
- .pf-v5-c-form.pf-m-horizontal-on-xl .pf-v5-c-form__group-label {
200
- padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
199
+ .pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group-label {
200
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingTop);
201
201
  }
202
- .pf-v5-c-form.pf-m-horizontal-on-xl .pf-v5-c-form__group-label.pf-m-no-padding-top {
203
- --pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
204
- transform: translateY(var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
202
+ .pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group-label.pf-m-no-padding-top {
203
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
204
+ transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
205
205
  }
206
- .pf-v5-c-form.pf-m-horizontal-on-xl .pf-v5-c-form__group-control {
206
+ .pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group-control {
207
207
  grid-column: 2;
208
208
  }
209
209
  }
210
210
  @media (min-width: 1450px) {
211
- .pf-v5-c-form.pf-m-horizontal-on-2xl {
212
- --pf-v5-c-form__group-label--PaddingBottom: 0;
211
+ .pf-v6-c-form.pf-m-horizontal-on-2xl {
212
+ --pf-v6-c-form__group-label--PaddingBottom: 0;
213
213
  }
214
- .pf-v5-c-form.pf-m-horizontal-on-2xl .pf-v5-c-form__group {
214
+ .pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group {
215
215
  display: grid;
216
- grid-template-columns: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth);
217
- grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
216
+ grid-template-columns: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth);
217
+ grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
218
218
  }
219
- .pf-v5-c-form.pf-m-horizontal-on-2xl .pf-v5-c-form__group-label {
220
- padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
219
+ .pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group-label {
220
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingTop);
221
221
  }
222
- .pf-v5-c-form.pf-m-horizontal-on-2xl .pf-v5-c-form__group-label.pf-m-no-padding-top {
223
- --pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
224
- transform: translateY(var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
222
+ .pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group-label.pf-m-no-padding-top {
223
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
224
+ transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
225
225
  }
226
- .pf-v5-c-form.pf-m-horizontal-on-2xl .pf-v5-c-form__group-control {
226
+ .pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group-control {
227
227
  grid-column: 2;
228
228
  }
229
229
  }
230
- .pf-v5-c-form.pf-m-limit-width {
231
- max-width: var(--pf-v5-c-form--m-limit-width--MaxWidth);
230
+ .pf-v6-c-form.pf-m-limit-width {
231
+ max-width: var(--pf-v6-c-form--m-limit-width--MaxWidth);
232
232
  }
233
233
 
234
- .pf-v5-c-form__group {
234
+ .pf-v6-c-form__group {
235
235
  display: flex;
236
236
  flex-direction: column;
237
- gap: var(--pf-v5-c-form__group--Gap);
237
+ gap: var(--pf-v6-c-form__group--Gap);
238
238
  min-width: 0;
239
239
  }
240
- .pf-v5-c-form__group.pf-m-action {
241
- margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
240
+ .pf-v6-c-form__group.pf-m-action {
241
+ margin-block-start: var(--pf-v6-c-form__group--m-action--MarginTop);
242
242
  overflow: hidden;
243
243
  }
244
244
 
245
- .pf-v5-c-form__section {
245
+ .pf-v6-c-form__section {
246
246
  display: grid;
247
- gap: var(--pf-v5-c-form__section--Gap);
247
+ gap: var(--pf-v6-c-form__section--Gap);
248
248
  }
249
- .pf-v5-c-form__section + .pf-v5-c-form__group:not(.pf-m-action), .pf-v5-c-form__section:not(:first-child) {
250
- margin-block-start: var(--pf-v5-c-form__section--MarginTop);
249
+ .pf-v6-c-form__section + .pf-v6-c-form__group:not(.pf-m-action), .pf-v6-c-form__section:not(:first-child) {
250
+ margin-block-start: var(--pf-v6-c-form__section--MarginTop);
251
251
  }
252
252
 
253
- .pf-v5-c-form__section-title {
254
- margin-block-end: var(--pf-v5-c-form__section-title--MarginBottom);
255
- font-size: var(--pf-v5-c-form__section-title--FontSize);
256
- font-weight: var(--pf-v5-c-form__section-title--FontWeight);
253
+ .pf-v6-c-form__section-title {
254
+ margin-block-end: var(--pf-v6-c-form__section-title--MarginBottom);
255
+ font-size: var(--pf-v6-c-form__section-title--FontSize);
256
+ font-weight: var(--pf-v6-c-form__section-title--FontWeight);
257
257
  }
258
258
 
259
- .pf-v5-c-form__group-label {
260
- --pf-v5-c-form__helper-text--MarginTop: 0;
259
+ .pf-v6-c-form__group-label {
260
+ --pf-v6-c-form__helper-text--MarginTop: 0;
261
261
  }
262
- .pf-v5-c-form__group-label.pf-m-info {
262
+ .pf-v6-c-form__group-label.pf-m-info {
263
263
  display: flex;
264
264
  align-items: flex-end;
265
265
  }
266
266
 
267
- .pf-v5-c-form__group-label-main {
267
+ .pf-v6-c-form__group-label-main {
268
268
  flex-grow: 1;
269
269
  }
270
270
 
271
- .pf-v5-c-form__group-label-info {
272
- margin-inline-start: var(--pf-v5-c-form__group-label-info--MarginLeft);
273
- font-size: var(--pf-v5-c-form__group-label-info--FontSize);
271
+ .pf-v6-c-form__group-label-info {
272
+ margin-inline-start: var(--pf-v6-c-form__group-label-info--MarginLeft);
273
+ font-size: var(--pf-v6-c-form__group-label-info--FontSize);
274
274
  }
275
275
 
276
- .pf-v5-c-form__label {
277
- font-size: var(--pf-v5-c-form__label--FontSize);
278
- line-height: var(--pf-v5-c-form__label--LineHeight);
276
+ .pf-v6-c-form__label {
277
+ font-size: var(--pf-v6-c-form__label--FontSize);
278
+ line-height: var(--pf-v6-c-form__label--LineHeight);
279
279
  }
280
- .pf-v5-c-form__label::selection {
280
+ .pf-v6-c-form__label::selection {
281
281
  background-color: none;
282
282
  }
283
- .pf-v5-c-form__label:not(.pf-m-disabled):hover {
284
- cursor: var(--pf-v5-c-form__label--hover--Cursor);
283
+ .pf-v6-c-form__label:not(.pf-m-disabled):hover {
284
+ cursor: var(--pf-v6-c-form__label--hover--Cursor);
285
285
  }
286
- .pf-v5-c-form__label.pf-m-disabled {
287
- color: var(--pf-v5-c-form__label--m-disabled--Color);
286
+ .pf-v6-c-form__label.pf-m-disabled {
287
+ color: var(--pf-v6-c-form__label--m-disabled--Color);
288
288
  }
289
- .pf-v5-c-form__label.pf-m-disabled:hover {
290
- cursor: var(--pf-v5-c-form__label--m-disabled--hover--Cursor);
289
+ .pf-v6-c-form__label.pf-m-disabled:hover {
290
+ cursor: var(--pf-v6-c-form__label--m-disabled--hover--Cursor);
291
291
  }
292
292
 
293
- .pf-v5-c-form__label-text {
294
- font-weight: var(--pf-v5-c-form__label-text--FontWeight);
293
+ .pf-v6-c-form__label-text {
294
+ font-weight: var(--pf-v6-c-form__label-text--FontWeight);
295
295
  }
296
296
 
297
- .pf-v5-c-form__label-required {
298
- margin-inline-start: var(--pf-v5-c-form__label-required--MarginLeft);
299
- font-size: var(--pf-v5-c-form__label-required--FontSize);
300
- color: var(--pf-v5-c-form__label-required--Color);
297
+ .pf-v6-c-form__label-required {
298
+ margin-inline-start: var(--pf-v6-c-form__label-required--MarginLeft);
299
+ font-size: var(--pf-v6-c-form__label-required--FontSize);
300
+ color: var(--pf-v6-c-form__label-required--Color);
301
301
  }
302
302
 
303
- .pf-v5-c-form__group-label-help .pf-v5-c-button {
304
- --pf-v5-c-button--FontSize: var(--pf-v5-c-form__group-label-help--FontSize);
303
+ .pf-v6-c-form__group-label-help .pf-v6-c-button {
304
+ --pf-v6-c-button--FontSize: var(--pf-v6-c-form__group-label-help--FontSize);
305
305
  }
306
306
 
307
- .pf-v5-c-form__group-control {
307
+ .pf-v6-c-form__group-control {
308
308
  min-width: 0;
309
309
  }
310
- .pf-v5-c-form__group-control.pf-m-inline {
310
+ .pf-v6-c-form__group-control.pf-m-inline {
311
311
  display: flex;
312
312
  flex-flow: row wrap;
313
313
  }
314
- .pf-v5-c-form__group-control.pf-m-inline > * {
315
- margin-inline-end: var(--pf-v5-c-form__group-control--m-inline--child--MarginRight);
314
+ .pf-v6-c-form__group-control.pf-m-inline > * {
315
+ margin-inline-end: var(--pf-v6-c-form__group-control--m-inline--child--MarginRight);
316
316
  }
317
- .pf-v5-c-form__group-control.pf-m-inline > :last-child {
318
- --pf-v5-c-form__group-control--m-inline--child--MarginRight: 0;
317
+ .pf-v6-c-form__group-control.pf-m-inline > :last-child {
318
+ --pf-v6-c-form__group-control--m-inline--child--MarginRight: 0;
319
319
  }
320
- .pf-v5-c-form__group-control.pf-m-stack {
321
- --pf-v5-c-form__helper-text--MarginTop: var(--pf-v5-c-form__group-control--m-stack__helper-text--MarginTop);
320
+ .pf-v6-c-form__group-control.pf-m-stack {
321
+ --pf-v6-c-form__helper-text--MarginTop: var(--pf-v6-c-form__group-control--m-stack__helper-text--MarginTop);
322
322
  display: grid;
323
- gap: var(--pf-v5-c-form__group-control--m-stack--Gap);
323
+ gap: var(--pf-v6-c-form__group-control--m-stack--Gap);
324
324
  }
325
- .pf-v5-c-form__group-control .pf-v5-c-form__helper-text:first-child {
326
- --pf-v5-c-form__helper-text--MarginTop: 0;
327
- margin-block-end: var(--pf-v5-c-form__group-control__helper-text--MarginBottom);
325
+ .pf-v6-c-form__group-control .pf-v6-c-form__helper-text:first-child {
326
+ --pf-v6-c-form__helper-text--MarginTop: 0;
327
+ margin-block-end: var(--pf-v6-c-form__group-control__helper-text--MarginBottom);
328
328
  }
329
329
 
330
- .pf-v5-c-form__helper-text {
331
- margin-block-start: var(--pf-v5-c-form__helper-text--MarginTop);
330
+ .pf-v6-c-form__helper-text {
331
+ margin-block-start: var(--pf-v6-c-form__helper-text--MarginTop);
332
332
  }
333
- .pf-v5-c-form__helper-text.pf-m-inactive {
333
+ .pf-v6-c-form__helper-text.pf-m-inactive {
334
334
  display: none;
335
335
  }
336
- .pf-v5-c-form__helper-text.pf-m-hidden {
336
+ .pf-v6-c-form__helper-text.pf-m-hidden {
337
337
  visibility: hidden;
338
338
  opacity: 0;
339
339
  }
340
340
 
341
- .pf-v5-c-form__fieldset {
341
+ .pf-v6-c-form__fieldset {
342
342
  border: 0;
343
343
  }
344
344
 
345
- .pf-v5-c-form__actions {
345
+ .pf-v6-c-form__actions {
346
346
  display: flex;
347
347
  flex-wrap: wrap;
348
- margin-block-start: var(--pf-v5-c-form__actions--MarginTop);
349
- margin-block-end: var(--pf-v5-c-form__actions--MarginBottom);
350
- margin-inline-start: var(--pf-v5-c-form__actions--MarginLeft);
351
- margin-inline-end: var(--pf-v5-c-form__actions--MarginRight);
348
+ margin-block-start: var(--pf-v6-c-form__actions--MarginTop);
349
+ margin-block-end: var(--pf-v6-c-form__actions--MarginBottom);
350
+ margin-inline-start: var(--pf-v6-c-form__actions--MarginLeft);
351
+ margin-inline-end: var(--pf-v6-c-form__actions--MarginRight);
352
352
  }
353
- .pf-v5-c-form__actions > * {
354
- margin-block-start: var(--pf-v5-c-form__actions--child--MarginTop);
355
- margin-block-end: var(--pf-v5-c-form__actions--child--MarginBottom);
356
- margin-inline-start: var(--pf-v5-c-form__actions--child--MarginLeft);
357
- margin-inline-end: var(--pf-v5-c-form__actions--child--MarginRight);
353
+ .pf-v6-c-form__actions > * {
354
+ margin-block-start: var(--pf-v6-c-form__actions--child--MarginTop);
355
+ margin-block-end: var(--pf-v6-c-form__actions--child--MarginBottom);
356
+ margin-inline-start: var(--pf-v6-c-form__actions--child--MarginLeft);
357
+ margin-inline-end: var(--pf-v6-c-form__actions--child--MarginRight);
358
358
  }
359
359
 
360
- .pf-v5-c-form__field-group {
361
- --pf-v5-c-form__field-group--BorderTopWidth: var(--pf-v5-c-form__field-group--border-width-base);
360
+ .pf-v6-c-form__field-group {
361
+ --pf-v6-c-form__field-group--BorderTopWidth: var(--pf-v6-c-form__field-group--border-width-base);
362
362
  display: grid;
363
- grid-template-columns: minmax(var(--pf-v5-c-form__field-group--GridTemplateColumns--toggle), max-content) 1fr;
364
- border-block-start: var(--pf-v5-c-form__field-group--BorderTopWidth) solid var(--pf-v5-c-form__field-group--BorderTopColor);
365
- border-block-end: var(--pf-v5-c-form__field-group--BorderBottomWidth) solid var(--pf-v5-c-form__field-group--BorderBottomColor);
363
+ grid-template-columns: minmax(var(--pf-v6-c-form__field-group--GridTemplateColumns--toggle), max-content) 1fr;
364
+ border-block-start: var(--pf-v6-c-form__field-group--BorderTopWidth) solid var(--pf-v6-c-form__field-group--BorderTopColor);
365
+ border-block-end: var(--pf-v6-c-form__field-group--BorderBottomWidth) solid var(--pf-v6-c-form__field-group--BorderBottomColor);
366
366
  }
367
- .pf-v5-c-form__field-group:last-child {
368
- --pf-v5-c-form__field-group--BorderBottomWidth: 0;
367
+ .pf-v6-c-form__field-group:last-child {
368
+ --pf-v6-c-form__field-group--BorderBottomWidth: 0;
369
369
  }
370
- .pf-v5-c-form__field-group + .pf-v5-c-form__field-group, .pf-v5-c-form__field-group:first-child {
371
- --pf-v5-c-form__field-group--BorderTopWidth: 0;
370
+ .pf-v6-c-form__field-group + .pf-v6-c-form__field-group, .pf-v6-c-form__field-group:first-child {
371
+ --pf-v6-c-form__field-group--BorderTopWidth: 0;
372
372
  }
373
- .pf-v5-c-form__field-group + .pf-v5-c-form__field-group {
374
- margin-block-start: var(--pf-v5-c-form__field-group--field-group--MarginTop);
373
+ .pf-v6-c-form__field-group + .pf-v6-c-form__field-group {
374
+ margin-block-start: var(--pf-v6-c-form__field-group--field-group--MarginTop);
375
375
  }
376
- .pf-v5-c-form__field-group .pf-v5-c-form__field-group {
377
- --pf-v5-c-form__field-group-body--GridColumn: var(--pf-v5-c-form__field-group__field-group__field-group-body--GridColumn);
378
- --pf-v5-c-form__field-group-toggle--PaddingTop: var(--pf-v5-c-form__field-group__field-group__field-group-toggle--PaddingTop);
379
- --pf-v5-c-form__field-group-header--PaddingTop: var(--pf-v5-c-form__field-group__field-group__field-group-header--PaddingTop);
380
- --pf-v5-c-form__field-group-header--PaddingBottom: var(--pf-v5-c-form__field-group__field-group__field-group-header--PaddingBottom);
381
- --pf-v5-c-form__field-group-body--PaddingTop: 0;
376
+ .pf-v6-c-form__field-group .pf-v6-c-form__field-group {
377
+ --pf-v6-c-form__field-group-body--GridColumn: var(--pf-v6-c-form__field-group__field-group__field-group-body--GridColumn);
378
+ --pf-v6-c-form__field-group-toggle--PaddingTop: var(--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingTop);
379
+ --pf-v6-c-form__field-group-header--PaddingTop: var(--pf-v6-c-form__field-group__field-group__field-group-header--PaddingTop);
380
+ --pf-v6-c-form__field-group-header--PaddingBottom: var(--pf-v6-c-form__field-group__field-group__field-group-header--PaddingBottom);
381
+ --pf-v6-c-form__field-group-body--PaddingTop: 0;
382
382
  }
383
- .pf-v5-c-form__field-group .pf-v5-c-form__field-group .pf-v5-c-form__field-group-toggle ~ .pf-v5-c-form__field-group-body {
384
- --pf-v5-c-form__field-group-body--GridColumn: var(--pf-v5-c-form__field-group__field-group__field-group-toggle--field-group-body--GridColumn);
383
+ .pf-v6-c-form__field-group .pf-v6-c-form__field-group .pf-v6-c-form__field-group-toggle ~ .pf-v6-c-form__field-group-body {
384
+ --pf-v6-c-form__field-group-body--GridColumn: var(--pf-v6-c-form__field-group__field-group__field-group-toggle--field-group-body--GridColumn);
385
385
  }
386
- .pf-v5-c-form__field-group.pf-m-expanded > .pf-v5-c-form__field-group-toggle {
387
- --pf-v5-c-form__field-group-toggle-icon--Rotate: var(--pf-v5-c-form__field-group--m-expanded__toggle-icon--Rotate);
386
+ .pf-v6-c-form__field-group.pf-m-expanded > .pf-v6-c-form__field-group-toggle {
387
+ --pf-v6-c-form__field-group-toggle-icon--Rotate: var(--pf-v6-c-form__field-group--m-expanded__toggle-icon--Rotate);
388
388
  }
389
389
 
390
- .pf-v5-c-form__field-group-toggle {
390
+ .pf-v6-c-form__field-group-toggle {
391
391
  grid-row: 1/2;
392
392
  grid-column: 1/2;
393
- padding-block-start: var(--pf-v5-c-form__field-group-toggle--PaddingTop);
394
- padding-inline-end: var(--pf-v5-c-form__field-group-toggle--PaddingRight);
393
+ padding-block-start: var(--pf-v6-c-form__field-group-toggle--PaddingTop);
394
+ padding-inline-end: var(--pf-v6-c-form__field-group-toggle--PaddingRight);
395
395
  }
396
- .pf-v5-c-form__field-group-toggle + .pf-v5-c-form__field-group-header {
397
- --pf-v5-c-form__field-group-header--GridColumn: var(--pf-v5-c-form__field-group-toggle--field-group-header--GridColumn);
396
+ .pf-v6-c-form__field-group-toggle + .pf-v6-c-form__field-group-header {
397
+ --pf-v6-c-form__field-group-header--GridColumn: var(--pf-v6-c-form__field-group-toggle--field-group-header--GridColumn);
398
398
  }
399
399
 
400
- .pf-v5-c-form__field-group-toggle-button {
401
- margin-block-start: var(--pf-v5-c-form__field-group-toggle-button--MarginTop);
402
- margin-block-end: var(--pf-v5-c-form__field-group-toggle-button--MarginBottom);
400
+ .pf-v6-c-form__field-group-toggle-button {
401
+ margin-block-start: var(--pf-v6-c-form__field-group-toggle-button--MarginTop);
402
+ margin-block-end: var(--pf-v6-c-form__field-group-toggle-button--MarginBottom);
403
403
  }
404
404
 
405
- .pf-v5-c-form__field-group-toggle-icon {
405
+ .pf-v6-c-form__field-group-toggle-icon {
406
406
  display: inline-block;
407
- min-width: var(--pf-v5-c-form__field-group-toggle-icon--MinWidth);
407
+ min-width: var(--pf-v6-c-form__field-group-toggle-icon--MinWidth);
408
408
  text-align: center;
409
- transition: var(--pf-v5-c-form__field-group-toggle-icon--Transition);
410
- transform: rotate(var(--pf-v5-c-form__field-group-toggle-icon--Rotate));
409
+ transition: var(--pf-v6-c-form__field-group-toggle-icon--Transition);
410
+ transform: rotate(var(--pf-v6-c-form__field-group-toggle-icon--Rotate));
411
411
  }
412
- :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-form__field-group-toggle-icon {
412
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-form__field-group-toggle-icon {
413
413
  scale: -1 1;
414
414
  }
415
415
 
416
- .pf-v5-c-form__field-group-header {
416
+ .pf-v6-c-form__field-group-header {
417
417
  display: flex;
418
418
  grid-row: 1/2;
419
- grid-column: var(--pf-v5-c-form__field-group-header--GridColumn);
419
+ grid-column: var(--pf-v6-c-form__field-group-header--GridColumn);
420
420
  align-items: flex-start;
421
- padding-block-start: var(--pf-v5-c-form__field-group-header--PaddingTop);
422
- padding-block-end: var(--pf-v5-c-form__field-group-header--PaddingBottom);
421
+ padding-block-start: var(--pf-v6-c-form__field-group-header--PaddingTop);
422
+ padding-block-end: var(--pf-v6-c-form__field-group-header--PaddingBottom);
423
423
  }
424
424
 
425
- .pf-v5-c-form__field-group-header-main {
425
+ .pf-v6-c-form__field-group-header-main {
426
426
  display: flex;
427
427
  flex-direction: column;
428
428
  flex-grow: 1;
429
429
  }
430
430
 
431
- .pf-v5-c-form__field-group-header-title {
431
+ .pf-v6-c-form__field-group-header-title {
432
432
  display: flex;
433
433
  }
434
434
 
435
- .pf-v5-c-form__field-group-header-title-text {
435
+ .pf-v6-c-form__field-group-header-title-text {
436
436
  flex-grow: 1;
437
437
  }
438
438
 
439
- .pf-v5-c-form__field-group-header-description {
440
- margin-block-start: var(--pf-v5-c-form__field-group-header-description--MarginTop);
441
- color: var(--pf-v5-c-form__field-group-header-description--Color);
439
+ .pf-v6-c-form__field-group-header-description {
440
+ margin-block-start: var(--pf-v6-c-form__field-group-header-description--MarginTop);
441
+ color: var(--pf-v6-c-form__field-group-header-description--Color);
442
442
  }
443
443
 
444
- .pf-v5-c-form__field-group-header-actions {
445
- margin-inline-start: var(--pf-v5-c-form__field-group-header-actions--MarginLeft);
444
+ .pf-v6-c-form__field-group-header-actions {
445
+ margin-inline-start: var(--pf-v6-c-form__field-group-header-actions--MarginLeft);
446
446
  white-space: nowrap;
447
447
  }
448
448
 
449
- .pf-v5-c-form__field-group-body {
449
+ .pf-v6-c-form__field-group-body {
450
450
  display: grid;
451
- grid-column: var(--pf-v5-c-form__field-group-body--GridColumn);
452
- gap: var(--pf-v5-c-form__field-group-body--Gap);
453
- padding-block-start: var(--pf-v5-c-form__field-group-body--PaddingTop);
454
- padding-block-end: var(--pf-v5-c-form__field-group-body--PaddingBottom);
451
+ grid-column: var(--pf-v6-c-form__field-group-body--GridColumn);
452
+ gap: var(--pf-v6-c-form__field-group-body--Gap);
453
+ padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingTop);
454
+ padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBottom);
455
455
  }
456
- .pf-v5-c-form__field-group-body > .pf-v5-c-form__field-group:first-child {
457
- --pf-v5-c-form__field-group-toggle--PaddingTop: 0;
458
- --pf-v5-c-form__field-group-header--PaddingTop: 0;
456
+ .pf-v6-c-form__field-group-body > .pf-v6-c-form__field-group:first-child {
457
+ --pf-v6-c-form__field-group-toggle--PaddingTop: 0;
458
+ --pf-v6-c-form__field-group-header--PaddingTop: 0;
459
459
  }
460
- .pf-v5-c-form__field-group-body > .pf-v5-c-form__field-group:last-child {
461
- margin-block-end: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
460
+ .pf-v6-c-form__field-group-body > .pf-v6-c-form__field-group:last-child {
461
+ margin-block-end: var(--pf-v6-c-form__field-group-body__field-group--last-child--MarginBottom);
462
462
  }