@patternfly/react-styles 6.0.0-alpha.20 → 6.0.0-alpha.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (205) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +64 -64
  3. package/css/components/Accordion/accordion.css +40 -40
  4. package/css/components/ActionList/action-list.css +1 -1
  5. package/css/components/Alert/alert-group.css +15 -15
  6. package/css/components/Alert/alert.css +47 -47
  7. package/css/components/Avatar/avatar.css +1 -1
  8. package/css/components/BackToTop/back-to-top.css +16 -16
  9. package/css/components/Backdrop/backdrop.css +1 -2
  10. package/css/components/BackgroundImage/background-image.css +1 -2
  11. package/css/components/Badge/badge.css +7 -7
  12. package/css/components/Banner/banner.css +14 -14
  13. package/css/components/Breadcrumb/breadcrumb.css +16 -17
  14. package/css/components/Breadcrumb/breadcrumb.d.ts +1 -1
  15. package/css/components/Breadcrumb/breadcrumb.js +1 -1
  16. package/css/components/Breadcrumb/breadcrumb.mjs +1 -1
  17. package/css/components/Button/button.css +94 -95
  18. package/css/components/CalendarMonth/calendar-month.css +43 -44
  19. package/css/components/Card/card.css +60 -61
  20. package/css/components/Check/check.css +3 -4
  21. package/css/components/ClipboardCopy/clipboard-copy.css +37 -38
  22. package/css/components/CodeBlock/code-block.css +20 -20
  23. package/css/components/CodeEditor/code-editor.css +34 -34
  24. package/css/components/Content/content.css +155 -130
  25. package/css/components/Content/content.d.ts +19 -0
  26. package/css/components/Content/content.js +19 -0
  27. package/css/components/Content/content.mjs +19 -0
  28. package/css/components/DataList/data-list-grid.css +98 -98
  29. package/css/components/DataList/data-list.css +282 -285
  30. package/css/components/DataList/data-list.d.ts +11 -11
  31. package/css/components/DataList/data-list.js +11 -11
  32. package/css/components/DataList/data-list.mjs +11 -11
  33. package/css/components/DatePicker/date-picker.css +15 -16
  34. package/css/components/DescriptionList/description-list.css +13 -13
  35. package/css/components/Divider/divider.css +27 -31
  36. package/css/components/DragDrop/drag-drop.css +2 -2
  37. package/css/components/Drawer/drawer.css +87 -90
  38. package/css/components/DualListSelector/dual-list-selector.css +60 -59
  39. package/css/components/EmptyState/empty-state.css +33 -33
  40. package/css/components/ExpandableSection/expandable-section.css +49 -49
  41. package/css/components/FileUpload/file-upload.css +1 -2
  42. package/css/components/Form/form.css +107 -108
  43. package/css/components/FormControl/form-control.css +45 -46
  44. package/css/components/HelperText/helper-text.css +3 -3
  45. package/css/components/Hint/hint.css +19 -18
  46. package/css/components/Hint/hint.d.ts +1 -2
  47. package/css/components/Hint/hint.js +1 -2
  48. package/css/components/Hint/hint.mjs +1 -2
  49. package/css/components/Icon/icon.css +1 -2
  50. package/css/components/InlineEdit/inline-edit.css +11 -12
  51. package/css/components/InputGroup/input-group.css +17 -18
  52. package/css/components/JumpLinks/jump-links.css +76 -77
  53. package/css/components/Label/label-group.css +27 -28
  54. package/css/components/Label/label.css +31 -32
  55. package/css/components/List/list.css +27 -27
  56. package/css/components/LogViewer/log-viewer.css +53 -77
  57. package/css/components/LogViewer/log-viewer.d.ts +0 -2
  58. package/css/components/LogViewer/log-viewer.js +0 -2
  59. package/css/components/LogViewer/log-viewer.mjs +0 -2
  60. package/css/components/Login/login.css +99 -104
  61. package/css/components/Login/login.d.ts +1 -1
  62. package/css/components/Login/login.js +1 -1
  63. package/css/components/Login/login.mjs +1 -1
  64. package/css/components/Masthead/masthead.css +1 -2
  65. package/css/components/Menu/menu.css +128 -84
  66. package/css/components/MenuToggle/menu-toggle.css +59 -60
  67. package/css/components/ModalBox/modal-box.css +41 -41
  68. package/css/components/MultipleFileUpload/multiple-file-upload.css +33 -34
  69. package/css/components/Nav/nav.css +1 -2
  70. package/css/components/NotificationBadge/notification-badge.css +17 -17
  71. package/css/components/NotificationDrawer/notification-drawer.css +42 -43
  72. package/css/components/NumberInput/number-input.css +8 -12
  73. package/css/components/OverflowMenu/overflow-menu.css +1 -1
  74. package/css/components/Page/page.css +146 -365
  75. package/css/components/Page/page.d.ts +0 -25
  76. package/css/components/Page/page.js +0 -25
  77. package/css/components/Page/page.mjs +0 -25
  78. package/css/components/Pagination/pagination.css +35 -38
  79. package/css/components/Panel/panel.css +25 -26
  80. package/css/components/Popover/popover.css +48 -48
  81. package/css/components/Progress/progress.css +5 -6
  82. package/css/components/ProgressStepper/progress-stepper.css +227 -229
  83. package/css/components/Radio/radio.css +7 -8
  84. package/css/components/Sidebar/sidebar.css +45 -46
  85. package/css/components/SimpleList/simple-list.css +19 -19
  86. package/css/components/Skeleton/skeleton.css +5 -6
  87. package/css/components/SkipToContent/skip-to-content.css +5 -5
  88. package/css/components/Slider/slider.css +26 -27
  89. package/css/components/Spinner/spinner.css +1 -2
  90. package/css/components/Switch/switch.css +5 -6
  91. package/css/components/TabContent/tab-content.css +25 -26
  92. package/css/components/Table/table-grid.css +404 -404
  93. package/css/components/Table/table-scrollable.css +17 -18
  94. package/css/components/Table/table-tree-view.css +257 -258
  95. package/css/components/Table/table-tree-view.d.ts +1 -1
  96. package/css/components/Table/table-tree-view.js +1 -1
  97. package/css/components/Table/table-tree-view.mjs +1 -1
  98. package/css/components/Table/table.css +169 -173
  99. package/css/components/Table/table.d.ts +7 -7
  100. package/css/components/Table/table.js +7 -7
  101. package/css/components/Table/table.mjs +7 -7
  102. package/css/components/Tabs/tabs.css +119 -120
  103. package/css/components/TextInputGroup/text-input-group.css +28 -29
  104. package/css/components/TextInputGroup/text-input-group.d.ts +1 -1
  105. package/css/components/TextInputGroup/text-input-group.js +1 -1
  106. package/css/components/TextInputGroup/text-input-group.mjs +1 -1
  107. package/css/components/Tile/tile.css +14 -15
  108. package/css/components/Timestamp/timestamp.css +1 -1
  109. package/css/components/Title/title.css +1 -1
  110. package/css/components/ToggleGroup/toggle-group.css +29 -30
  111. package/css/components/Toolbar/toolbar.css +94 -80
  112. package/css/components/Toolbar/toolbar.d.ts +2 -2
  113. package/css/components/Toolbar/toolbar.js +2 -2
  114. package/css/components/Toolbar/toolbar.mjs +2 -2
  115. package/css/components/Tooltip/tooltip.css +27 -27
  116. package/css/components/TreeView/tree-view.css +182 -183
  117. package/css/components/Truncate/truncate.css +1 -2
  118. package/css/components/Wizard/wizard.css +158 -140
  119. package/css/components/Wizard/wizard.d.ts +5 -2
  120. package/css/components/Wizard/wizard.js +5 -2
  121. package/css/components/Wizard/wizard.mjs +5 -2
  122. package/css/components/_index.css +23396 -0
  123. package/css/components/_index.d.ts +1497 -0
  124. package/css/components/_index.js +1498 -0
  125. package/css/components/_index.mjs +1496 -0
  126. package/css/docs/components/LogViewer/examples/LogViewer.css +9 -2
  127. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +2 -0
  128. package/css/docs/components/LogViewer/examples/LogViewer.js +2 -0
  129. package/css/docs/components/LogViewer/examples/LogViewer.mjs +2 -0
  130. package/css/docs/components/Nav/examples/Navigation.css +0 -5
  131. package/css/docs/components/Nav/examples/Navigation.d.ts +0 -1
  132. package/css/docs/components/Nav/examples/Navigation.js +0 -1
  133. package/css/docs/components/Nav/examples/Navigation.mjs +0 -1
  134. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +3 -27
  135. package/css/docs/components/Table/examples/Table.css +7 -0
  136. package/css/docs/components/Table/examples/Table.d.ts +2 -0
  137. package/css/docs/components/Table/examples/Table.js +2 -0
  138. package/css/docs/components/Table/examples/Table.mjs +2 -0
  139. package/css/docs/demos/Card/examples/Card.css +2 -2
  140. package/css/docs/demos/Toolbar/examples/Toolbar.css +1 -17
  141. package/css/docs/utilities/Alignment/examples/Alignment.css +2 -2
  142. package/css/docs/utilities/Display/examples/Display.css +3 -10
  143. package/css/docs/utilities/Display/examples/Display.d.ts +0 -8
  144. package/css/docs/utilities/Display/examples/Display.js +0 -8
  145. package/css/docs/utilities/Display/examples/Display.mjs +0 -8
  146. package/css/docs/utilities/Flex/examples/Flex.css +2 -2
  147. package/css/docs/utilities/Float/examples/Float.css +3 -3
  148. package/css/docs/utilities/Sizing/examples/Sizing.css +2 -2
  149. package/css/docs/utilities/Spacing/examples/Spacing.css +2 -2
  150. package/css/layouts/Bullseye/bullseye.css +1 -2
  151. package/css/layouts/Flex/flex.css +1 -2
  152. package/css/layouts/Gallery/gallery.css +1 -2
  153. package/css/layouts/Grid/grid.css +1 -2
  154. package/css/layouts/Level/level.css +1 -2
  155. package/css/layouts/Split/split.css +1 -2
  156. package/css/layouts/Stack/stack.css +1 -2
  157. package/css/layouts/_index.css +3454 -0
  158. package/css/layouts/_index.d.ts +846 -0
  159. package/css/layouts/_index.js +847 -0
  160. package/css/layouts/_index.mjs +845 -0
  161. package/css/utilities/BackgroundColor/{BackgroundColor.d.ts → background-color.d.ts} +1 -1
  162. package/css/utilities/BackgroundColor/{BackgroundColor.js → background-color.js} +1 -1
  163. package/css/utilities/BackgroundColor/{BackgroundColor.mjs → background-color.mjs} +1 -1
  164. package/css/utilities/Display/display.css +38 -0
  165. package/css/utilities/Display/display.d.ts +12 -0
  166. package/css/utilities/Display/display.js +12 -0
  167. package/css/utilities/Display/display.mjs +12 -0
  168. package/css/utilities/_index.css +7815 -0
  169. package/css/utilities/_index.d.ts +1671 -0
  170. package/css/utilities/_index.js +1672 -0
  171. package/css/utilities/_index.mjs +1670 -0
  172. package/package.json +3 -3
  173. package/css/components/AppLauncher/app-launcher.css +0 -244
  174. package/css/components/AppLauncher/app-launcher.d.ts +0 -29
  175. package/css/components/AppLauncher/app-launcher.js +0 -30
  176. package/css/components/AppLauncher/app-launcher.mjs +0 -28
  177. package/css/components/Chip/chip-group.css +0 -93
  178. package/css/components/Chip/chip-group.d.ts +0 -13
  179. package/css/components/Chip/chip-group.js +0 -14
  180. package/css/components/Chip/chip-group.mjs +0 -12
  181. package/css/components/Chip/chip.css +0 -122
  182. package/css/components/Chip/chip.d.ts +0 -16
  183. package/css/components/Chip/chip.js +0 -17
  184. package/css/components/Chip/chip.mjs +0 -15
  185. package/css/components/ContextSelector/context-selector.css +0 -336
  186. package/css/components/ContextSelector/context-selector.d.ts +0 -25
  187. package/css/components/ContextSelector/context-selector.js +0 -26
  188. package/css/components/ContextSelector/context-selector.mjs +0 -24
  189. package/css/components/Dropdown/dropdown.css +0 -686
  190. package/css/components/Dropdown/dropdown.d.ts +0 -55
  191. package/css/components/Dropdown/dropdown.js +0 -56
  192. package/css/components/Dropdown/dropdown.mjs +0 -54
  193. package/css/components/OptionsMenu/options-menu.css +0 -279
  194. package/css/components/OptionsMenu/options-menu.d.ts +0 -27
  195. package/css/components/OptionsMenu/options-menu.js +0 -28
  196. package/css/components/OptionsMenu/options-menu.mjs +0 -26
  197. package/css/components/Select/select.css +0 -599
  198. package/css/components/Select/select.d.ts +0 -61
  199. package/css/components/Select/select.js +0 -62
  200. package/css/components/Select/select.mjs +0 -60
  201. package/css/docs/components/Page/deprecated/PageHeader.css +0 -17
  202. package/css/docs/components/Page/deprecated/PageHeader.d.ts +0 -12
  203. package/css/docs/components/Page/deprecated/PageHeader.js +0 -13
  204. package/css/docs/components/Page/deprecated/PageHeader.mjs +0 -11
  205. /package/css/utilities/BackgroundColor/{BackgroundColor.css → background-color.css} +0 -0
@@ -1,15 +1,14 @@
1
- :root,
2
- .pf-v6-c-form {
1
+ :where(:root, .pf-v6-c-form) {
3
2
  --pf-v6-c-form--GridGap: var(--pf-t--global--spacer--lg);
4
3
  --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);
4
+ --pf-v6-c-form__group--m-action--MarginBlockStart: var(--pf-t--global--spacer--xl);
6
5
  --pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth: 9.375rem;
7
6
  --pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--md);
8
7
  --pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth: 1fr;
9
8
  --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;
9
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: 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));
10
+ --pf-v6-c-form__group-label--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
11
+ --pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart: 0;
13
12
  --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
13
  --pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--sm);
15
14
  --pf-v6-c-form__label--LineHeight: var(--pf-t--global--font--line-height--body);
@@ -17,67 +16,67 @@
17
16
  --pf-v6-c-form__label--hover--Cursor: pointer;
18
17
  --pf-v6-c-form__label--m-disabled--hover--Cursor: not-allowed;
19
18
  --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);
19
+ --pf-v6-c-form__label-required--MarginInlineStart: var(--pf-t--global--spacer--xs);
21
20
  --pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--sm);
22
21
  --pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
23
22
  --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);
23
+ --pf-v6-c-form__group-label-info--MarginInlineStart: var(--pf-t--global--spacer--sm);
25
24
  --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);
25
+ --pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd: var(--pf-t--global--spacer--lg);
26
+ --pf-v6-c-form__group-control__helper-text--MarginBlockEnd: var(--pf-t--global--spacer--xs);
28
27
  --pf-v6-c-form__group-control--Gap: var(--pf-t--global--spacer--sm);
29
28
  --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);
29
+ --pf-v6-c-form__group-control--m-stack__helper-text--MarginBlockStart: calc(var(--pf-v6-c-form__group-control--m-stack--Gap) * -1 + var(--pf-v6-c-form__helper-text--MarginBlockStart--base));
30
+ --pf-v6-c-form__actions--child--MarginBlockStart: var(--pf-t--global--spacer--sm);
31
+ --pf-v6-c-form__actions--child--MarginInlineEnd: var(--pf-t--global--spacer--sm);
32
+ --pf-v6-c-form__actions--child--MarginBlockEnd: var(--pf-t--global--spacer--sm);
33
+ --pf-v6-c-form__actions--child--MarginInlineStart: var(--pf-t--global--spacer--sm);
34
+ --pf-v6-c-form__actions--MarginBlockStart: calc(var(--pf-v6-c-form__actions--child--MarginBlockStart) * -1);
35
+ --pf-v6-c-form__actions--MarginInlineEnd: calc(var(--pf-v6-c-form__actions--child--MarginInlineEnd) * -1);
36
+ --pf-v6-c-form__actions--MarginBlockEnd: calc(var(--pf-v6-c-form__actions--child--MarginBlockEnd) * -1);
37
+ --pf-v6-c-form__actions--MarginInlineStart: calc(var(--pf-v6-c-form__actions--child--MarginInlineStart) * -1);
38
+ --pf-v6-c-form__helper-text--MarginBlockStart--base: var(--pf-t--global--spacer--xs);
39
+ --pf-v6-c-form__helper-text--MarginBlockStart: var(--pf-v6-c-form__helper-text--MarginBlockStart--base);
40
+ --pf-v6-c-form__section--MarginBlockStart: var(--pf-t--global--spacer--xl);
42
41
  --pf-v6-c-form__section--Gap: var(--pf-t--global--spacer--md);
43
42
  --pf-v6-c-form__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
44
43
  --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);
44
+ --pf-v6-c-form__section-title--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
46
45
  --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);
46
+ --pf-v6-c-form__field-group--BorderBlockStartWidth: var(--pf-v6-c-form__field-group--border-width-base);
47
+ --pf-v6-c-form__field-group--BorderBlockStartColor: var(--pf-t--global--border--color--default);
48
+ --pf-v6-c-form__field-group--BorderBlockEndWidth: var(--pf-v6-c-form__field-group--border-width-base);
49
+ --pf-v6-c-form__field-group--BorderBlockEndColor: var(--pf-t--global--border--color--default);
50
+ --pf-v6-c-form__field-group--field-group--MarginBlockStart: calc(var(--pf-v6-c-form--GridGap) * -1);
52
51
  --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);
52
+ --pf-v6-c-form__field-group-toggle--PaddingBlockStart: var(--pf-v6-c-form__field-group-header--PaddingBlockStart);
53
+ --pf-v6-c-form__field-group-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
54
+ --pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart: var(--pf-t--global--spacer--md);
56
55
  --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);
56
+ --pf-v6-c-form__field-group__field-group--field-group__field-group-toggle--after--BorderBlockStartWidth: var(--pf-v6-c-form__field-group-header-toggle--BorderWidth--base);
57
+ --pf-v6-c-form__field-group-toggle-button--MarginBlockStart: calc(var(--pf-v6-c-button--m-plain--PaddingBlockStart) * -1);
58
+ --pf-v6-c-form__field-group-toggle-button--MarginBlockEnd: calc(var(--pf-v6-c-button--m-plain--PaddingBlockEnd) * -1);
60
59
  --pf-v6-c-form__field-group-toggle-icon--Transition: var(--pf-t--global--transition);
61
60
  --pf-v6-c-form__field-group-toggle-icon--MinWidth: var(--pf-t--global--font--size--body--default);
62
61
  --pf-v6-c-form__field-group-toggle-icon--Rotate: 0;
63
62
  --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);
63
+ --pf-v6-c-form__field-group-header--PaddingBlockStart: var(--pf-t--global--spacer--md);
64
+ --pf-v6-c-form__field-group-header--PaddingBlockEnd: var(--pf-t--global--spacer--md);
66
65
  --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);
66
+ --pf-v6-c-form__field-group__field-group__field-group-header--PaddingBlockStart: var(--pf-t--global--spacer--lg);
67
+ --pf-v6-c-form__field-group__field-group__field-group-header--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
69
68
  --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);
69
+ --pf-v6-c-form__field-group__field-group--field-group__field-group-header--after--BorderBlockStartWidth: var(--pf-v6-c-form__field-group-header-toggle--BorderWidth--base);
70
+ --pf-v6-c-form__field-group-header-description--MarginBlockStart: var(--pf-t--global--spacer--xs);
72
71
  --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);
72
+ --pf-v6-c-form__field-group-header-actions--MarginInlineStart: var(--pf-t--global--spacer--sm);
73
+ --pf-v6-c-form__field-group-body--PaddingBlockStart: var(--pf-t--global--spacer--lg);
74
+ --pf-v6-c-form__field-group-body--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
76
75
  --pf-v6-c-form__field-group-body--Gap: var(--pf-v6-c-form--GridGap);
77
76
  --pf-v6-c-form__field-group-body--GridColumn: 2 / 3;
78
77
  --pf-v6-c-form__field-group__field-group__field-group-body--GridColumn: 1 / 3;
79
78
  --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);
79
+ --pf-v6-c-form__field-group-body__field-group--last-child--MarginBlockEnd: calc(var(--pf-v6-c-form__field-group-body--PaddingBlockEnd) * -1);
81
80
  }
82
81
 
83
82
  .pf-v6-c-form {
@@ -89,7 +88,7 @@
89
88
  }
90
89
  @media screen and (min-width: 768px) {
91
90
  .pf-v6-c-form.pf-m-horizontal {
92
- --pf-v6-c-form__group-label--PaddingBottom: 0;
91
+ --pf-v6-c-form__group-label--PaddingBlockEnd: 0;
93
92
  }
94
93
  .pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group {
95
94
  display: grid;
@@ -97,10 +96,10 @@
97
96
  grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
98
97
  }
99
98
  .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);
99
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart);
101
100
  }
102
101
  .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);
102
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
104
103
  transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
105
104
  }
106
105
  .pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group-control {
@@ -109,7 +108,7 @@
109
108
  }
110
109
  @media screen and (min-width: 0) {
111
110
  .pf-v6-c-form.pf-m-horizontal-on-xs {
112
- --pf-v6-c-form__group-label--PaddingBottom: 0;
111
+ --pf-v6-c-form__group-label--PaddingBlockEnd: 0;
113
112
  }
114
113
  .pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group {
115
114
  display: grid;
@@ -117,10 +116,10 @@
117
116
  grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
118
117
  }
119
118
  .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);
119
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart);
121
120
  }
122
121
  .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);
122
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
124
123
  transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
125
124
  }
126
125
  .pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group-control {
@@ -129,7 +128,7 @@
129
128
  }
130
129
  @media (min-width: 576px) {
131
130
  .pf-v6-c-form.pf-m-horizontal-on-sm {
132
- --pf-v6-c-form__group-label--PaddingBottom: 0;
131
+ --pf-v6-c-form__group-label--PaddingBlockEnd: 0;
133
132
  }
134
133
  .pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group {
135
134
  display: grid;
@@ -137,10 +136,10 @@
137
136
  grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
138
137
  }
139
138
  .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);
139
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart);
141
140
  }
142
141
  .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);
142
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
144
143
  transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
145
144
  }
146
145
  .pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group-control {
@@ -149,7 +148,7 @@
149
148
  }
150
149
  @media (min-width: 768px) {
151
150
  .pf-v6-c-form.pf-m-horizontal-on-md {
152
- --pf-v6-c-form__group-label--PaddingBottom: 0;
151
+ --pf-v6-c-form__group-label--PaddingBlockEnd: 0;
153
152
  }
154
153
  .pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group {
155
154
  display: grid;
@@ -157,10 +156,10 @@
157
156
  grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
158
157
  }
159
158
  .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);
159
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart);
161
160
  }
162
161
  .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);
162
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
164
163
  transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
165
164
  }
166
165
  .pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group-control {
@@ -169,7 +168,7 @@
169
168
  }
170
169
  @media (min-width: 992px) {
171
170
  .pf-v6-c-form.pf-m-horizontal-on-lg {
172
- --pf-v6-c-form__group-label--PaddingBottom: 0;
171
+ --pf-v6-c-form__group-label--PaddingBlockEnd: 0;
173
172
  }
174
173
  .pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group {
175
174
  display: grid;
@@ -177,10 +176,10 @@
177
176
  grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
178
177
  }
179
178
  .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);
179
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart);
181
180
  }
182
181
  .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);
182
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
184
183
  transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
185
184
  }
186
185
  .pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group-control {
@@ -189,7 +188,7 @@
189
188
  }
190
189
  @media (min-width: 1200px) {
191
190
  .pf-v6-c-form.pf-m-horizontal-on-xl {
192
- --pf-v6-c-form__group-label--PaddingBottom: 0;
191
+ --pf-v6-c-form__group-label--PaddingBlockEnd: 0;
193
192
  }
194
193
  .pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group {
195
194
  display: grid;
@@ -197,10 +196,10 @@
197
196
  grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
198
197
  }
199
198
  .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);
199
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart);
201
200
  }
202
201
  .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);
202
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
204
203
  transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
205
204
  }
206
205
  .pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group-control {
@@ -209,7 +208,7 @@
209
208
  }
210
209
  @media (min-width: 1450px) {
211
210
  .pf-v6-c-form.pf-m-horizontal-on-2xl {
212
- --pf-v6-c-form__group-label--PaddingBottom: 0;
211
+ --pf-v6-c-form__group-label--PaddingBlockEnd: 0;
213
212
  }
214
213
  .pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group {
215
214
  display: grid;
@@ -217,10 +216,10 @@
217
216
  grid-column-gap: var(--pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap);
218
217
  }
219
218
  .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);
219
+ padding-block-start: var(--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart);
221
220
  }
222
221
  .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);
222
+ --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
224
223
  transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
225
224
  }
226
225
  .pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group-control {
@@ -238,7 +237,7 @@
238
237
  min-width: 0;
239
238
  }
240
239
  .pf-v6-c-form__group.pf-m-action {
241
- margin-block-start: var(--pf-v6-c-form__group--m-action--MarginTop);
240
+ margin-block-start: var(--pf-v6-c-form__group--m-action--MarginBlockStart);
242
241
  overflow: hidden;
243
242
  }
244
243
 
@@ -247,17 +246,17 @@
247
246
  gap: var(--pf-v6-c-form__section--Gap);
248
247
  }
249
248
  .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);
249
+ margin-block-start: var(--pf-v6-c-form__section--MarginBlockStart);
251
250
  }
252
251
 
253
252
  .pf-v6-c-form__section-title {
254
- margin-block-end: var(--pf-v6-c-form__section-title--MarginBottom);
253
+ margin-block-end: var(--pf-v6-c-form__section-title--MarginBlockEnd);
255
254
  font-size: var(--pf-v6-c-form__section-title--FontSize);
256
255
  font-weight: var(--pf-v6-c-form__section-title--FontWeight);
257
256
  }
258
257
 
259
258
  .pf-v6-c-form__group-label {
260
- --pf-v6-c-form__helper-text--MarginTop: 0;
259
+ --pf-v6-c-form__helper-text--MarginBlockStart: 0;
261
260
  }
262
261
  .pf-v6-c-form__group-label.pf-m-info {
263
262
  display: flex;
@@ -269,7 +268,7 @@
269
268
  }
270
269
 
271
270
  .pf-v6-c-form__group-label-info {
272
- margin-inline-start: var(--pf-v6-c-form__group-label-info--MarginLeft);
271
+ margin-inline-start: var(--pf-v6-c-form__group-label-info--MarginInlineStart);
273
272
  font-size: var(--pf-v6-c-form__group-label-info--FontSize);
274
273
  }
275
274
 
@@ -295,7 +294,7 @@
295
294
  }
296
295
 
297
296
  .pf-v6-c-form__label-required {
298
- margin-inline-start: var(--pf-v6-c-form__label-required--MarginLeft);
297
+ margin-inline-start: var(--pf-v6-c-form__label-required--MarginInlineStart);
299
298
  font-size: var(--pf-v6-c-form__label-required--FontSize);
300
299
  color: var(--pf-v6-c-form__label-required--Color);
301
300
  }
@@ -312,23 +311,23 @@
312
311
  flex-flow: row wrap;
313
312
  }
314
313
  .pf-v6-c-form__group-control.pf-m-inline > * {
315
- margin-inline-end: var(--pf-v6-c-form__group-control--m-inline--child--MarginRight);
314
+ margin-inline-end: var(--pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd);
316
315
  }
317
316
  .pf-v6-c-form__group-control.pf-m-inline > :last-child {
318
- --pf-v6-c-form__group-control--m-inline--child--MarginRight: 0;
317
+ --pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd: 0;
319
318
  }
320
319
  .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);
320
+ --pf-v6-c-form__helper-text--MarginBlockStart: var(--pf-v6-c-form__group-control--m-stack__helper-text--MarginBlockStart);
322
321
  display: grid;
323
322
  gap: var(--pf-v6-c-form__group-control--m-stack--Gap);
324
323
  }
325
324
  .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);
325
+ --pf-v6-c-form__helper-text--MarginBlockStart: 0;
326
+ margin-block-end: var(--pf-v6-c-form__group-control__helper-text--MarginBlockEnd);
328
327
  }
329
328
 
330
329
  .pf-v6-c-form__helper-text {
331
- margin-block-start: var(--pf-v6-c-form__helper-text--MarginTop);
330
+ margin-block-start: var(--pf-v6-c-form__helper-text--MarginBlockStart);
332
331
  }
333
332
  .pf-v6-c-form__helper-text.pf-m-inactive {
334
333
  display: none;
@@ -345,40 +344,40 @@
345
344
  .pf-v6-c-form__actions {
346
345
  display: flex;
347
346
  flex-wrap: wrap;
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);
347
+ margin-block-start: var(--pf-v6-c-form__actions--MarginBlockStart);
348
+ margin-block-end: var(--pf-v6-c-form__actions--MarginBlockEnd);
349
+ margin-inline-start: var(--pf-v6-c-form__actions--MarginInlineStart);
350
+ margin-inline-end: var(--pf-v6-c-form__actions--MarginInlineEnd);
352
351
  }
353
352
  .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);
353
+ margin-block-start: var(--pf-v6-c-form__actions--child--MarginBlockStart);
354
+ margin-block-end: var(--pf-v6-c-form__actions--child--MarginBlockEnd);
355
+ margin-inline-start: var(--pf-v6-c-form__actions--child--MarginInlineStart);
356
+ margin-inline-end: var(--pf-v6-c-form__actions--child--MarginInlineEnd);
358
357
  }
359
358
 
360
359
  .pf-v6-c-form__field-group {
361
- --pf-v6-c-form__field-group--BorderTopWidth: var(--pf-v6-c-form__field-group--border-width-base);
360
+ --pf-v6-c-form__field-group--BorderBlockStartWidth: var(--pf-v6-c-form__field-group--border-width-base);
362
361
  display: grid;
363
362
  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);
363
+ border-block-start: var(--pf-v6-c-form__field-group--BorderBlockStartWidth) solid var(--pf-v6-c-form__field-group--BorderBlockStartColor);
364
+ border-block-end: var(--pf-v6-c-form__field-group--BorderBlockEndWidth) solid var(--pf-v6-c-form__field-group--BorderBlockEndColor);
366
365
  }
367
366
  .pf-v6-c-form__field-group:last-child {
368
- --pf-v6-c-form__field-group--BorderBottomWidth: 0;
367
+ --pf-v6-c-form__field-group--BorderBlockEndWidth: 0;
369
368
  }
370
369
  .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;
370
+ --pf-v6-c-form__field-group--BorderBlockStartWidth: 0;
372
371
  }
373
372
  .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);
373
+ margin-block-start: var(--pf-v6-c-form__field-group--field-group--MarginBlockStart);
375
374
  }
376
375
  .pf-v6-c-form__field-group .pf-v6-c-form__field-group {
377
376
  --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;
377
+ --pf-v6-c-form__field-group-toggle--PaddingBlockStart: var(--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart);
378
+ --pf-v6-c-form__field-group-header--PaddingBlockStart: var(--pf-v6-c-form__field-group__field-group__field-group-header--PaddingBlockStart);
379
+ --pf-v6-c-form__field-group-header--PaddingBlockEnd: var(--pf-v6-c-form__field-group__field-group__field-group-header--PaddingBlockEnd);
380
+ --pf-v6-c-form__field-group-body--PaddingBlockStart: 0;
382
381
  }
383
382
  .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
383
  --pf-v6-c-form__field-group-body--GridColumn: var(--pf-v6-c-form__field-group__field-group__field-group-toggle--field-group-body--GridColumn);
@@ -390,16 +389,16 @@
390
389
  .pf-v6-c-form__field-group-toggle {
391
390
  grid-row: 1/2;
392
391
  grid-column: 1/2;
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);
392
+ padding-block-start: var(--pf-v6-c-form__field-group-toggle--PaddingBlockStart);
393
+ padding-inline-end: var(--pf-v6-c-form__field-group-toggle--PaddingInlineEnd);
395
394
  }
396
395
  .pf-v6-c-form__field-group-toggle + .pf-v6-c-form__field-group-header {
397
396
  --pf-v6-c-form__field-group-header--GridColumn: var(--pf-v6-c-form__field-group-toggle--field-group-header--GridColumn);
398
397
  }
399
398
 
400
399
  .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);
400
+ margin-block-start: var(--pf-v6-c-form__field-group-toggle-button--MarginBlockStart);
401
+ margin-block-end: var(--pf-v6-c-form__field-group-toggle-button--MarginBlockEnd);
403
402
  }
404
403
 
405
404
  .pf-v6-c-form__field-group-toggle-icon {
@@ -418,8 +417,8 @@
418
417
  grid-row: 1/2;
419
418
  grid-column: var(--pf-v6-c-form__field-group-header--GridColumn);
420
419
  align-items: flex-start;
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);
420
+ padding-block-start: var(--pf-v6-c-form__field-group-header--PaddingBlockStart);
421
+ padding-block-end: var(--pf-v6-c-form__field-group-header--PaddingBlockEnd);
423
422
  }
424
423
 
425
424
  .pf-v6-c-form__field-group-header-main {
@@ -437,12 +436,12 @@
437
436
  }
438
437
 
439
438
  .pf-v6-c-form__field-group-header-description {
440
- margin-block-start: var(--pf-v6-c-form__field-group-header-description--MarginTop);
439
+ margin-block-start: var(--pf-v6-c-form__field-group-header-description--MarginBlockStart);
441
440
  color: var(--pf-v6-c-form__field-group-header-description--Color);
442
441
  }
443
442
 
444
443
  .pf-v6-c-form__field-group-header-actions {
445
- margin-inline-start: var(--pf-v6-c-form__field-group-header-actions--MarginLeft);
444
+ margin-inline-start: var(--pf-v6-c-form__field-group-header-actions--MarginInlineStart);
446
445
  white-space: nowrap;
447
446
  }
448
447
 
@@ -450,13 +449,13 @@
450
449
  display: grid;
451
450
  grid-column: var(--pf-v6-c-form__field-group-body--GridColumn);
452
451
  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);
452
+ padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingBlockStart);
453
+ padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBlockEnd);
455
454
  }
456
455
  .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;
456
+ --pf-v6-c-form__field-group-toggle--PaddingBlockStart: 0;
457
+ --pf-v6-c-form__field-group-header--PaddingBlockStart: 0;
459
458
  }
460
459
  .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);
460
+ margin-block-end: var(--pf-v6-c-form__field-group-body__field-group--last-child--MarginBlockEnd);
462
461
  }