@patternfly/patternfly 6.0.0-alpha.121 → 6.0.0-alpha.123

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 (175) hide show
  1. package/base/patternfly-variables.css +9 -22
  2. package/base/patternfly-variables.scss +11 -5
  3. package/base/tokens/_index.scss +1 -0
  4. package/base/tokens/tokens-charts-dark.scss +169 -0
  5. package/base/tokens/tokens-charts.scss +75 -65
  6. package/base/tokens/tokens-dark.scss +4 -5
  7. package/base/tokens/tokens-default.scss +10 -11
  8. package/base/tokens/tokens-font.scss +1 -1
  9. package/base/tokens/tokens-palette.scss +4 -5
  10. package/components/AboutModalBox/about-modal-box.css +54 -54
  11. package/components/AboutModalBox/about-modal-box.scss +54 -54
  12. package/components/Accordion/accordion.css +39 -39
  13. package/components/Accordion/accordion.scss +39 -39
  14. package/components/Alert/alert-group.css +15 -15
  15. package/components/Alert/alert-group.scss +15 -15
  16. package/components/Alert/alert.css +46 -46
  17. package/components/Alert/alert.scss +46 -46
  18. package/components/AppLauncher/app-launcher.css +58 -58
  19. package/components/AppLauncher/app-launcher.scss +58 -58
  20. package/components/BackToTop/back-to-top.css +14 -14
  21. package/components/BackToTop/back-to-top.scss +14 -14
  22. package/components/Badge/badge.css +6 -6
  23. package/components/Badge/badge.scss +6 -6
  24. package/components/Banner/banner.css +12 -12
  25. package/components/Banner/banner.scss +12 -12
  26. package/components/Breadcrumb/breadcrumb.css +12 -12
  27. package/components/Breadcrumb/breadcrumb.scss +12 -12
  28. package/components/Button/button.css +93 -93
  29. package/components/Button/button.scss +93 -93
  30. package/components/CalendarMonth/calendar-month.css +42 -42
  31. package/components/CalendarMonth/calendar-month.scss +42 -42
  32. package/components/Card/card.css +59 -59
  33. package/components/Card/card.scss +59 -59
  34. package/components/Check/check.css +2 -2
  35. package/components/Check/check.scss +2 -2
  36. package/components/Chip/chip-group.css +20 -20
  37. package/components/Chip/chip-group.scss +20 -20
  38. package/components/Chip/chip.css +26 -26
  39. package/components/Chip/chip.scss +26 -26
  40. package/components/ClipboardCopy/clipboard-copy.css +36 -36
  41. package/components/ClipboardCopy/clipboard-copy.scss +36 -36
  42. package/components/CodeBlock/code-block.css +19 -19
  43. package/components/CodeBlock/code-block.scss +19 -19
  44. package/components/CodeEditor/code-editor.css +33 -33
  45. package/components/CodeEditor/code-editor.scss +33 -33
  46. package/components/Content/content.css +65 -65
  47. package/components/Content/content.scss +65 -65
  48. package/components/ContextSelector/context-selector.css +145 -145
  49. package/components/ContextSelector/context-selector.scss +145 -145
  50. package/components/DataList/data-list-grid.css +98 -98
  51. package/components/DataList/data-list-grid.scss +14 -14
  52. package/components/DataList/data-list.css +233 -233
  53. package/components/DataList/data-list.scss +135 -135
  54. package/components/DatePicker/date-picker.css +14 -14
  55. package/components/DatePicker/date-picker.scss +14 -14
  56. package/components/DescriptionList/description-list.css +6 -6
  57. package/components/DescriptionList/description-list.scss +6 -6
  58. package/components/Drawer/drawer.css +84 -84
  59. package/components/Drawer/drawer.scss +84 -84
  60. package/components/Dropdown/dropdown.css +126 -126
  61. package/components/Dropdown/dropdown.scss +126 -126
  62. package/components/DualListSelector/dual-list-selector.css +59 -58
  63. package/components/DualListSelector/dual-list-selector.scss +41 -40
  64. package/components/EmptyState/empty-state.css +32 -32
  65. package/components/EmptyState/empty-state.scss +32 -32
  66. package/components/ExpandableSection/expandable-section.css +48 -48
  67. package/components/ExpandableSection/expandable-section.scss +48 -48
  68. package/components/Form/form.css +106 -106
  69. package/components/Form/form.scss +88 -88
  70. package/components/FormControl/form-control.css +44 -44
  71. package/components/FormControl/form-control.scss +44 -44
  72. package/components/HelperText/helper-text.css +2 -2
  73. package/components/HelperText/helper-text.scss +2 -2
  74. package/components/Hint/hint.css +16 -16
  75. package/components/Hint/hint.scss +16 -16
  76. package/components/InlineEdit/inline-edit.css +10 -10
  77. package/components/InlineEdit/inline-edit.scss +10 -10
  78. package/components/InputGroup/input-group.css +16 -16
  79. package/components/InputGroup/input-group.scss +16 -16
  80. package/components/JumpLinks/jump-links.css +75 -75
  81. package/components/JumpLinks/jump-links.scss +75 -75
  82. package/components/Label/label-group.css +26 -26
  83. package/components/Label/label-group.scss +26 -26
  84. package/components/Label/label.css +30 -30
  85. package/components/Label/label.scss +30 -30
  86. package/components/List/list.css +27 -27
  87. package/components/List/list.scss +27 -27
  88. package/components/LogViewer/log-viewer.css +36 -36
  89. package/components/LogViewer/log-viewer.scss +37 -37
  90. package/components/Login/login.css +88 -88
  91. package/components/Login/login.scss +88 -88
  92. package/components/Menu/menu.css +20 -20
  93. package/components/Menu/menu.scss +20 -20
  94. package/components/MenuToggle/menu-toggle.css +58 -58
  95. package/components/MenuToggle/menu-toggle.scss +58 -58
  96. package/components/ModalBox/modal-box.css +39 -39
  97. package/components/ModalBox/modal-box.scss +39 -39
  98. package/components/MultipleFileUpload/multiple-file-upload.css +32 -32
  99. package/components/MultipleFileUpload/multiple-file-upload.scss +32 -32
  100. package/components/NotificationBadge/notification-badge.css +16 -16
  101. package/components/NotificationBadge/notification-badge.scss +16 -16
  102. package/components/NotificationDrawer/notification-drawer.css +41 -41
  103. package/components/NotificationDrawer/notification-drawer.scss +41 -41
  104. package/components/NumberInput/number-input.css +2 -2
  105. package/components/NumberInput/number-input.scss +2 -2
  106. package/components/OptionsMenu/options-menu.css +79 -79
  107. package/components/OptionsMenu/options-menu.scss +79 -79
  108. package/components/Page/page.css +181 -181
  109. package/components/Page/page.scss +131 -131
  110. package/components/Pagination/pagination.css +24 -24
  111. package/components/Pagination/pagination.scss +24 -24
  112. package/components/Panel/panel.css +24 -24
  113. package/components/Panel/panel.scss +24 -24
  114. package/components/Popover/popover.css +48 -48
  115. package/components/Popover/popover.scss +48 -48
  116. package/components/Progress/progress.css +4 -4
  117. package/components/Progress/progress.scss +4 -4
  118. package/components/ProgressStepper/progress-stepper.css +225 -225
  119. package/components/ProgressStepper/progress-stepper.scss +93 -93
  120. package/components/Radio/radio.css +6 -6
  121. package/components/Radio/radio.scss +6 -6
  122. package/components/Select/select.css +171 -171
  123. package/components/Select/select.scss +171 -171
  124. package/components/Sidebar/sidebar.css +44 -44
  125. package/components/Sidebar/sidebar.scss +44 -44
  126. package/components/SimpleList/simple-list.css +18 -18
  127. package/components/SimpleList/simple-list.scss +18 -18
  128. package/components/Skeleton/skeleton.css +4 -4
  129. package/components/Skeleton/skeleton.scss +4 -4
  130. package/components/SkipToContent/skip-to-content.css +4 -4
  131. package/components/SkipToContent/skip-to-content.scss +4 -4
  132. package/components/Slider/slider.css +25 -25
  133. package/components/Slider/slider.scss +25 -25
  134. package/components/Switch/switch.css +4 -4
  135. package/components/Switch/switch.scss +4 -4
  136. package/components/TabContent/tab-content.css +24 -24
  137. package/components/TabContent/tab-content.scss +24 -24
  138. package/components/Table/table-grid.css +404 -404
  139. package/components/Table/table-grid.scss +116 -116
  140. package/components/Table/table-scrollable.css +16 -16
  141. package/components/Table/table-scrollable.scss +16 -16
  142. package/components/Table/table-tree-view.css +251 -251
  143. package/components/Table/table-tree-view.scss +59 -59
  144. package/components/Table/table.css +122 -122
  145. package/components/Table/table.scss +122 -122
  146. package/components/Tabs/tabs.css +118 -118
  147. package/components/Tabs/tabs.scss +118 -118
  148. package/components/TextInputGroup/text-input-group.css +26 -26
  149. package/components/TextInputGroup/text-input-group.scss +26 -26
  150. package/components/Tile/tile.css +13 -13
  151. package/components/Tile/tile.scss +13 -13
  152. package/components/ToggleGroup/toggle-group.css +28 -28
  153. package/components/ToggleGroup/toggle-group.scss +28 -28
  154. package/components/Tooltip/tooltip.css +26 -26
  155. package/components/Tooltip/tooltip.scss +26 -26
  156. package/components/TreeView/tree-view.css +181 -181
  157. package/components/TreeView/tree-view.scss +122 -122
  158. package/components/Wizard/wizard.css +158 -119
  159. package/components/Wizard/wizard.scss +176 -126
  160. package/components/_index.css +4310 -4270
  161. package/docs/components/Drawer/examples/Drawer.md +1 -1
  162. package/docs/components/Slider/examples/Slider.md +39 -39
  163. package/docs/components/Table/examples/Table.md +20 -20
  164. package/docs/components/Wizard/examples/Wizard.md +827 -91
  165. package/docs/demos/Card/examples/Card.css +2 -2
  166. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -44
  167. package/docs/demos/Table/examples/Table.md +20 -20
  168. package/docs/demos/Wizard/examples/Wizard.md +356 -198
  169. package/package.json +1 -1
  170. package/patternfly-base-no-globals.css +9 -22
  171. package/patternfly-base.css +9 -22
  172. package/patternfly-no-globals.css +4319 -4292
  173. package/patternfly.css +4319 -4292
  174. package/patternfly.min.css +1 -1
  175. package/patternfly.min.css.map +1 -1
@@ -4,17 +4,17 @@
4
4
  --#{$notification-drawer}--BackgroundColor: var(--pf-t--global--background--color--floating--default);
5
5
 
6
6
  // Header
7
- --#{$notification-drawer}__header--PaddingTop: var(--pf-t--global--spacer--md);
8
- --#{$notification-drawer}__header--PaddingRight: var(--pf-t--global--spacer--lg);
9
- --#{$notification-drawer}__header--PaddingBottom: var(--pf-t--global--spacer--md);
10
- --#{$notification-drawer}__header--PaddingLeft: var(--pf-t--global--spacer--lg);
7
+ --#{$notification-drawer}__header--PaddingBlockStart: var(--pf-t--global--spacer--md);
8
+ --#{$notification-drawer}__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
9
+ --#{$notification-drawer}__header--PaddingBlockEnd: var(--pf-t--global--spacer--md);
10
+ --#{$notification-drawer}__header--PaddingInlineStart: var(--pf-t--global--spacer--lg);
11
11
  --#{$notification-drawer}__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
12
12
  --#{$notification-drawer}__header--ZIndex: var(--pf-t--global--z-index--sm);
13
13
  --#{$notification-drawer}__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
14
14
  --#{$notification-drawer}__header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
15
15
  --#{$notification-drawer}__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
16
16
  --#{$notification-drawer}__header-title--FontFamily: var(--pf-t--global--font--family--heading);
17
- --#{$notification-drawer}__header-status--MarginLeft: var(--pf-t--global--spacer--md);
17
+ --#{$notification-drawer}__header-status--MarginInlineStart: var(--pf-t--global--spacer--md);
18
18
  --#{$notification-drawer}__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
19
19
  --#{$notification-drawer}__header-status--FontSize: var(--pf-t--global--font--size--body--default);
20
20
  --#{$notification-drawer}__header-status--Color: var(--pf-t--global--text--color--subtle);
@@ -30,10 +30,10 @@
30
30
  --#{$notification-drawer}__list--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
31
31
 
32
32
  // List item
33
- --#{$notification-drawer}__list-item--PaddingTop: var(--pf-t--global--spacer--md);
34
- --#{$notification-drawer}__list-item--PaddingRight: var(--pf-t--global--spacer--md);
35
- --#{$notification-drawer}__list-item--PaddingBottom: var(--pf-t--global--spacer--md);
36
- --#{$notification-drawer}__list-item--PaddingLeft: var(--pf-t--global--spacer--md);
33
+ --#{$notification-drawer}__list-item--PaddingBlockStart: var(--pf-t--global--spacer--md);
34
+ --#{$notification-drawer}__list-item--PaddingInlineEnd: var(--pf-t--global--spacer--md);
35
+ --#{$notification-drawer}__list-item--PaddingBlockEnd: var(--pf-t--global--spacer--md);
36
+ --#{$notification-drawer}__list-item--PaddingInlineStart: var(--pf-t--global--spacer--md);
37
37
  --#{$notification-drawer}__list-item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
38
38
  --#{$notification-drawer}__list-item--BorderWidth: var(--pf-t--global--border--width--box--status--default);
39
39
  --#{$notification-drawer}__list-item--BorderRadius: var(--pf-t--global--border--radius--medium);
@@ -55,11 +55,11 @@
55
55
  --#{$notification-drawer}__list-item--m-hoverable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
56
56
 
57
57
  // List item header
58
- --#{$notification-drawer}__list-item-header--MarginBottom: var(--pf-t--global--spacer--xs);
58
+ --#{$notification-drawer}__list-item-header--MarginBlockEnd: var(--pf-t--global--spacer--xs);
59
59
 
60
60
  // List item header icon
61
61
  --#{$notification-drawer}__list-item-header-icon--Color: inherit;
62
- --#{$notification-drawer}__list-item-header-icon--MarginRight: var(--pf-t--global--spacer--sm);
62
+ --#{$notification-drawer}__list-item-header-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
63
63
 
64
64
  // List item header title
65
65
  --#{$notification-drawer}__list-item-header-title--FontFamily: var(--pf-t--global--font--family--heading);
@@ -69,37 +69,37 @@
69
69
  --#{$notification-drawer}__list-item-header-title--max-lines: 1;
70
70
 
71
71
  // List item description
72
- --#{$notification-drawer}__list-item-description--MarginBottom: var(--pf-t--global--spacer--sm);
72
+ --#{$notification-drawer}__list-item-description--MarginBlockEnd: var(--pf-t--global--spacer--sm);
73
73
 
74
74
  // List item timestamp
75
75
  --#{$notification-drawer}__list-item-timestamp--Color: var(--pf-t--global--text--color--subtle);
76
76
  --#{$notification-drawer}__list-item-timestamp--FontSize: var(--pf-t--global--font--size--body--default);
77
77
 
78
78
  // Group
79
- --#{$notification-drawer}__group--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
80
- --#{$notification-drawer}__group--m-expanded--group--BorderBottomColor: var(--pf-t--global--border--color--default);
79
+ --#{$notification-drawer}__group--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
80
+ --#{$notification-drawer}__group--m-expanded--group--BorderBlockEndColor: var(--pf-t--global--border--color--default);
81
81
  --#{$notification-drawer}__group--m-expanded--MinHeight: 0; // remove at breaking change
82
82
  --#{$notification-drawer}__group--m-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--md);
83
83
 
84
84
 
85
85
  // Group toggle
86
- --#{$notification-drawer}__group-toggle--PaddingTop: var(--pf-t--global--spacer--md);
87
- --#{$notification-drawer}__group-toggle--PaddingRight: var(--pf-t--global--spacer--lg);
88
- --#{$notification-drawer}__group-toggle--PaddingBottom: var(--pf-t--global--spacer--md);
89
- --#{$notification-drawer}__group-toggle--PaddingLeft: var(--pf-t--global--spacer--lg);
86
+ --#{$notification-drawer}__group-toggle--PaddingBlockStart: var(--pf-t--global--spacer--md);
87
+ --#{$notification-drawer}__group-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
88
+ --#{$notification-drawer}__group-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--md);
89
+ --#{$notification-drawer}__group-toggle--PaddingInlineStart: var(--pf-t--global--spacer--lg);
90
90
  --#{$notification-drawer}__group-toggle--BackgroundColor: var(--pf-t--global--background--color--floating--default);
91
91
  --#{$notification-drawer}__group-toggle--OutlineOffset: #{pf-size-prem(-4px)};
92
92
 
93
93
  // Group toggle title
94
- --#{$notification-drawer}__group-toggle-title--MarginRight: var(--pf-t--global--spacer--md);
94
+ --#{$notification-drawer}__group-toggle-title--MarginInlineEnd: var(--pf-t--global--spacer--md);
95
95
  --#{$notification-drawer}__group-toggle-title--FontSize: var(--pf-t--global--font--size--body--lg);
96
96
  --#{$notification-drawer}__group-toggle-title--max-lines: 1;
97
97
 
98
98
  // Group toggle count
99
- --#{$notification-drawer}__group-toggle-count--MarginRight: var(--pf-t--global--spacer--md);
99
+ --#{$notification-drawer}__group-toggle-count--MarginInlineEnd: var(--pf-t--global--spacer--md);
100
100
 
101
101
  // Group toggle icon
102
- --#{$notification-drawer}__group-toggle-icon--MarginRight: var(--pf-t--global--spacer--md);
102
+ --#{$notification-drawer}__group-toggle-icon--MarginInlineEnd: var(--pf-t--global--spacer--md);
103
103
  --#{$notification-drawer}__group-toggle-icon--Color: var(--pf-t--global--icon--color--regular);
104
104
  --#{$notification-drawer}__group-toggle-icon--Transition: .2s ease-in 0s;
105
105
  --#{$notification-drawer}__group--m-expanded__group-toggle-icon--Rotate: 90deg;
@@ -118,10 +118,10 @@
118
118
  display: flex;
119
119
  flex-shrink: 0;
120
120
  align-items: baseline;
121
- padding-block-start: var(--#{$notification-drawer}__header--PaddingTop);
122
- padding-block-end: var(--#{$notification-drawer}__header--PaddingBottom);
123
- padding-inline-start: var(--#{$notification-drawer}__header--PaddingLeft);
124
- padding-inline-end: var(--#{$notification-drawer}__header--PaddingRight);
121
+ padding-block-start: var(--#{$notification-drawer}__header--PaddingBlockStart);
122
+ padding-block-end: var(--#{$notification-drawer}__header--PaddingBlockEnd);
123
+ padding-inline-start: var(--#{$notification-drawer}__header--PaddingInlineStart);
124
+ padding-inline-end: var(--#{$notification-drawer}__header--PaddingInlineEnd);
125
125
  background-color: var(--#{$notification-drawer}__header--BackgroundColor);
126
126
  }
127
127
 
@@ -133,7 +133,7 @@
133
133
  }
134
134
 
135
135
  .#{$notification-drawer}__header-status {
136
- margin-inline-start: var(--#{$notification-drawer}__header-status--MarginLeft);
136
+ margin-inline-start: var(--#{$notification-drawer}__header-status--MarginInlineStart);
137
137
  font-size: var(--#{$notification-drawer}__header-status--FontSize);
138
138
  font-weight: var(--#{$notification-drawer}__header-status--FontWeight);
139
139
  color: var(--#{$notification-drawer}__header-status--Color);
@@ -164,10 +164,10 @@
164
164
  position: relative;
165
165
  display: grid;
166
166
  grid-template-columns: 1fr auto;
167
- padding-block-start: var(--#{$notification-drawer}__list-item--PaddingTop);
168
- padding-block-end: var(--#{$notification-drawer}__list-item--PaddingBottom);
169
- padding-inline-start: var(--#{$notification-drawer}__list-item--PaddingLeft);
170
- padding-inline-end: var(--#{$notification-drawer}__list-item--PaddingRight);
167
+ padding-block-start: var(--#{$notification-drawer}__list-item--PaddingBlockStart);
168
+ padding-block-end: var(--#{$notification-drawer}__list-item--PaddingBlockEnd);
169
+ padding-inline-start: var(--#{$notification-drawer}__list-item--PaddingInlineStart);
170
+ padding-inline-end: var(--#{$notification-drawer}__list-item--PaddingInlineEnd);
171
171
  background-color: var(--#{$notification-drawer}__list-item--BackgroundColor);
172
172
  border: var(--#{$notification-drawer}__list-item--BorderWidth) solid var(--#{$notification-drawer}__list-item--BorderColor);
173
173
  border-radius: var(--#{$notification-drawer}__list-item--BorderRadius);
@@ -220,11 +220,11 @@
220
220
  grid-row: 1 / 2;
221
221
  grid-column: 1 / 2;
222
222
  align-items: baseline;
223
- margin-block-end: var(--#{$notification-drawer}__list-item-header--MarginBottom);
223
+ margin-block-end: var(--#{$notification-drawer}__list-item-header--MarginBlockEnd);
224
224
  }
225
225
 
226
226
  .#{$notification-drawer}__list-item-header-icon {
227
- margin-inline-end: var(--#{$notification-drawer}__list-item-header-icon--MarginRight);
227
+ margin-inline-end: var(--#{$notification-drawer}__list-item-header-icon--MarginInlineEnd);
228
228
  color: var(--#{$notification-drawer}__list-item-header-icon--Color);
229
229
  }
230
230
 
@@ -248,7 +248,7 @@
248
248
  .#{$notification-drawer}__list-item-description {
249
249
  grid-row: 2 / 3;
250
250
  grid-column: 1 / 2;
251
- margin-block-end: var(--#{$notification-drawer}__list-item-description--MarginBottom);
251
+ margin-block-end: var(--#{$notification-drawer}__list-item-description--MarginBlockEnd);
252
252
  word-break: break-word;
253
253
  }
254
254
 
@@ -265,7 +265,7 @@
265
265
  }
266
266
 
267
267
  .#{$notification-drawer}__group {
268
- border-block-end: var(--#{$notification-drawer}__group--BorderBottomWidth) solid var(--#{$notification-drawer}__group--m-expanded--group--BorderBottomColor);
268
+ border-block-end: var(--#{$notification-drawer}__group--BorderBlockEndWidth) solid var(--#{$notification-drawer}__group--m-expanded--group--BorderBlockEndColor);
269
269
 
270
270
  &.pf-m-expanded {
271
271
  min-height: var(--#{$notification-drawer}__group--m-expanded--MinHeight);
@@ -277,10 +277,10 @@
277
277
  display: flex;
278
278
  align-items: baseline;
279
279
  width: 100%;
280
- padding-block-start: var(--#{$notification-drawer}__group-toggle--PaddingTop);
281
- padding-block-end: var(--#{$notification-drawer}__group-toggle--PaddingBottom);
282
- padding-inline-start: var(--#{$notification-drawer}__group-toggle--PaddingLeft);
283
- padding-inline-end: var(--#{$notification-drawer}__group-toggle--PaddingRight);
280
+ padding-block-start: var(--#{$notification-drawer}__group-toggle--PaddingBlockStart);
281
+ padding-block-end: var(--#{$notification-drawer}__group-toggle--PaddingBlockEnd);
282
+ padding-inline-start: var(--#{$notification-drawer}__group-toggle--PaddingInlineStart);
283
+ padding-inline-end: var(--#{$notification-drawer}__group-toggle--PaddingInlineEnd);
284
284
  background-color: var(--#{$notification-drawer}__group-toggle--BackgroundColor);
285
285
  border: none;
286
286
  outline-offset: var(--#{$notification-drawer}__group-toggle--OutlineOffset);
@@ -290,7 +290,7 @@
290
290
  @include pf-v6-line-clamp("var(--#{$notification-drawer}__group-toggle-title--max-lines)");
291
291
 
292
292
  flex: 1;
293
- margin-inline-end: var(--#{$notification-drawer}__group-toggle-title--MarginRight);
293
+ margin-inline-end: var(--#{$notification-drawer}__group-toggle-title--MarginInlineEnd);
294
294
  font-size: var(--#{$notification-drawer}__group-toggle-title--FontSize);
295
295
  text-align: start;
296
296
  word-break: break-word;
@@ -298,13 +298,13 @@
298
298
 
299
299
  .#{$notification-drawer}__group-toggle-count {
300
300
  margin-inline-start: auto;
301
- margin-inline-end: var(--#{$notification-drawer}__group-toggle-count--MarginRight);
301
+ margin-inline-end: var(--#{$notification-drawer}__group-toggle-count--MarginInlineEnd);
302
302
  }
303
303
 
304
304
  .#{$notification-drawer}__group-toggle-icon {
305
305
  @include pf-v6-mirror-inline-on-rtl;
306
306
 
307
- margin-inline-end: var(--#{$notification-drawer}__group-toggle-icon--MarginRight);
307
+ margin-inline-end: var(--#{$notification-drawer}__group-toggle-icon--MarginInlineEnd);
308
308
  color: var(--#{$notification-drawer}__group-toggle-icon--Color);
309
309
  transition: var(--#{$notification-drawer}__group-toggle-icon--Transition);
310
310
 
@@ -1,5 +1,5 @@
1
1
  :where(:root, .pf-v6-c-number-input) {
2
- --pf-v6-c-number-input__unit--c-input-group--MarginLeft: var(--pf-t--global--spacer--sm);
2
+ --pf-v6-c-number-input__unit--c-input-group--MarginInlineStart: var(--pf-t--global--spacer--sm);
3
3
  --pf-v6-c-number-input__icon--FontSize: var(--pf-t--global--font--size--xs);
4
4
  --pf-v6-c-number-input--c-form-control--width-base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-t--global--border--width--box--default) * 2);
5
5
  --pf-v6-c-number-input--c-form-control--width-icon: var(--pf-t--global--spacer--xl);
@@ -30,7 +30,7 @@
30
30
 
31
31
  .pf-v6-c-input-group + .pf-v6-c-number-input__unit,
32
32
  .pf-v6-c-number-input__unit + .pf-v6-c-input-group {
33
- margin-inline-start: var(--pf-v6-c-number-input__unit--c-input-group--MarginLeft);
33
+ margin-inline-start: var(--pf-v6-c-number-input__unit--c-input-group--MarginInlineStart);
34
34
  }
35
35
 
36
36
  .pf-v6-c-number-input__icon {
@@ -2,7 +2,7 @@
2
2
 
3
3
  :where(:root, .#{$number-input}) {
4
4
  // unit
5
- --#{$number-input}__unit--c-input-group--MarginLeft: var(--pf-t--global--spacer--sm);
5
+ --#{$number-input}__unit--c-input-group--MarginInlineStart: var(--pf-t--global--spacer--sm);
6
6
 
7
7
  // icon
8
8
  --#{$number-input}__icon--FontSize: var(--pf-t--global--font--size--xs);
@@ -36,7 +36,7 @@
36
36
 
37
37
  .#{$input-group} + .#{$number-input}__unit,
38
38
  .#{$number-input}__unit + .#{$input-group} {
39
- margin-inline-start: var(--#{$number-input}__unit--c-input-group--MarginLeft);
39
+ margin-inline-start: var(--#{$number-input}__unit--c-input-group--MarginInlineStart);
40
40
  }
41
41
 
42
42
  .#{$number-input}__icon {
@@ -1,81 +1,81 @@
1
1
  .pf-v6-c-options-menu {
2
2
  --pf-v6-c-options-menu__toggle--BackgroundColor: transparent;
3
- --pf-v6-c-options-menu__toggle--PaddingTop: var(--pf-v6-global--spacer--form-element);
4
- --pf-v6-c-options-menu__toggle--PaddingRight: var(--pf-v6-global--spacer--sm);
5
- --pf-v6-c-options-menu__toggle--PaddingBottom: var(--pf-v6-global--spacer--form-element);
6
- --pf-v6-c-options-menu__toggle--PaddingLeft: var(--pf-v6-global--spacer--sm);
3
+ --pf-v6-c-options-menu__toggle--PaddingBlockStart: var(--pf-v6-global--spacer--form-element);
4
+ --pf-v6-c-options-menu__toggle--PaddingInlineEnd: var(--pf-v6-global--spacer--sm);
5
+ --pf-v6-c-options-menu__toggle--PaddingBlockEnd: var(--pf-v6-global--spacer--form-element);
6
+ --pf-v6-c-options-menu__toggle--PaddingInlineStart: var(--pf-v6-global--spacer--sm);
7
7
  --pf-v6-c-options-menu__toggle--ColumnGap: var(--pf-v6-global--spacer--sm);
8
8
  --pf-v6-c-options-menu__toggle--MinWidth: 0;
9
9
  --pf-v6-c-options-menu__toggle--BorderWidth: var(--pf-v6-global--BorderWidth--sm);
10
- --pf-v6-c-options-menu__toggle--BorderTopColor: var(--pf-v6-global--BorderColor--300);
11
- --pf-v6-c-options-menu__toggle--BorderRightColor: var(--pf-v6-global--BorderColor--300);
12
- --pf-v6-c-options-menu__toggle--BorderBottomColor: var(--pf-v6-global--BorderColor--200);
13
- --pf-v6-c-options-menu__toggle--BorderLeftColor: var(--pf-v6-global--BorderColor--300);
10
+ --pf-v6-c-options-menu__toggle--BorderBlockStartColor: var(--pf-v6-global--BorderColor--300);
11
+ --pf-v6-c-options-menu__toggle--BorderInlineEndColor: var(--pf-v6-global--BorderColor--300);
12
+ --pf-v6-c-options-menu__toggle--BorderBlockEndColor: var(--pf-v6-global--BorderColor--200);
13
+ --pf-v6-c-options-menu__toggle--BorderInlineStartColor: var(--pf-v6-global--BorderColor--300);
14
14
  --pf-v6-c-options-menu__toggle--Color: var(--pf-v6-global--Color--100);
15
- --pf-v6-c-options-menu__toggle--hover--BorderBottomColor: var(--pf-v6-global--active-color--100);
16
- --pf-v6-c-options-menu__toggle--active--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
17
- --pf-v6-c-options-menu__toggle--active--BorderBottomColor: var(--pf-v6-global--active-color--100);
18
- --pf-v6-c-options-menu__toggle--focus--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
19
- --pf-v6-c-options-menu__toggle--focus--BorderBottomColor: var(--pf-v6-global--active-color--100);
20
- --pf-v6-c-options-menu__toggle--expanded--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
21
- --pf-v6-c-options-menu__toggle--expanded--BorderBottomColor: var(--pf-v6-global--active-color--100);
15
+ --pf-v6-c-options-menu__toggle--hover--BorderBlockEndColor: var(--pf-v6-global--active-color--100);
16
+ --pf-v6-c-options-menu__toggle--active--BorderBlockEndWidth: var(--pf-v6-global--BorderWidth--md);
17
+ --pf-v6-c-options-menu__toggle--active--BorderBlockEndColor: var(--pf-v6-global--active-color--100);
18
+ --pf-v6-c-options-menu__toggle--focus--BorderBlockEndWidth: var(--pf-v6-global--BorderWidth--md);
19
+ --pf-v6-c-options-menu__toggle--focus--BorderBlockEndColor: var(--pf-v6-global--active-color--100);
20
+ --pf-v6-c-options-menu__toggle--expanded--BorderBlockEndWidth: var(--pf-v6-global--BorderWidth--md);
21
+ --pf-v6-c-options-menu__toggle--expanded--BorderBlockEndColor: var(--pf-v6-global--active-color--100);
22
22
  --pf-v6-c-options-menu__toggle--disabled--BackgroundColor: var(--pf-v6-global--disabled-color--300);
23
23
  --pf-v6-c-options-menu__toggle--m-plain--Color: var(--pf-v6-global--Color--200);
24
24
  --pf-v6-c-options-menu__toggle--m-plain--hover--Color: var(--pf-v6-global--Color--100);
25
25
  --pf-v6-c-options-menu__toggle--m-plain--disabled--Color: var(--pf-v6-global--disabled-color--200);
26
- --pf-v6-c-options-menu__toggle--m-plain--PaddingRight: var(--pf-v6-global--spacer--md);
27
- --pf-v6-c-options-menu__toggle--m-plain--PaddingLeft: var(--pf-v6-global--spacer--md);
28
- --pf-v6-c-options-menu__toggle-icon--PaddingRight: var(--pf-v6-global--spacer--sm);
29
- --pf-v6-c-options-menu__toggle-icon--PaddingLeft: var(--pf-v6-global--spacer--sm);
26
+ --pf-v6-c-options-menu__toggle--m-plain--PaddingInlineEnd: var(--pf-v6-global--spacer--md);
27
+ --pf-v6-c-options-menu__toggle--m-plain--PaddingInlineStart: var(--pf-v6-global--spacer--md);
28
+ --pf-v6-c-options-menu__toggle-icon--PaddingInlineEnd: var(--pf-v6-global--spacer--sm);
29
+ --pf-v6-c-options-menu__toggle-icon--PaddingInlineStart: var(--pf-v6-global--spacer--sm);
30
30
  --pf-v6-c-options-menu--m-top--m-expanded__toggle-icon--Rotate: 180deg;
31
31
  --pf-v6-c-options-menu--m-plain__toggle-icon--Color: var(--pf-v6-global--Color--200);
32
32
  --pf-v6-c-options-menu--m-plain--hover__toggle-icon--Color: var(--pf-v6-global--Color--100);
33
33
  --pf-v6-c-options-menu__toggle-button--BackgroundColor: transparent;
34
- --pf-v6-c-options-menu__toggle-button--PaddingTop: var(--pf-v6-global--spacer--form-element);
35
- --pf-v6-c-options-menu__toggle-button--PaddingRight: var(--pf-v6-global--spacer--sm);
36
- --pf-v6-c-options-menu__toggle-button--PaddingBottom: var(--pf-v6-global--spacer--form-element);
37
- --pf-v6-c-options-menu__toggle-button--PaddingLeft: var(--pf-v6-global--spacer--sm);
34
+ --pf-v6-c-options-menu__toggle-button--PaddingBlockStart: var(--pf-v6-global--spacer--form-element);
35
+ --pf-v6-c-options-menu__toggle-button--PaddingInlineEnd: var(--pf-v6-global--spacer--sm);
36
+ --pf-v6-c-options-menu__toggle-button--PaddingBlockEnd: var(--pf-v6-global--spacer--form-element);
37
+ --pf-v6-c-options-menu__toggle-button--PaddingInlineStart: var(--pf-v6-global--spacer--sm);
38
38
  --pf-v6-c-options-menu__menu--BackgroundColor: var(--pf-v6-global--BackgroundColor--light-100);
39
39
  --pf-v6-c-options-menu__menu--BoxShadow: var(--pf-v6-global--BoxShadow--md);
40
- --pf-v6-c-options-menu__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
41
- --pf-v6-c-options-menu__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
42
- --pf-v6-c-options-menu__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
40
+ --pf-v6-c-options-menu__menu--PaddingBlockStart: var(--pf-v6-global--spacer--sm);
41
+ --pf-v6-c-options-menu__menu--PaddingBlockEnd: var(--pf-v6-global--spacer--sm);
42
+ --pf-v6-c-options-menu__menu--InsetBlockStart: calc(100% + var(--pf-v6-global--spacer--xs));
43
43
  --pf-v6-c-options-menu__menu--ZIndex: var(--pf-t--global--z-index--sm);
44
- --pf-v6-c-options-menu--m-top__menu--Top: 0;
44
+ --pf-v6-c-options-menu--m-top__menu--InsetBlockStart: 0;
45
45
  --pf-v6-c-options-menu--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
46
46
  --pf-v6-c-options-menu__menu-item--BackgroundColor: transparent;
47
47
  --pf-v6-c-options-menu__menu-item--Color: var(--pf-v6-global--Color--100);
48
48
  --pf-v6-c-options-menu__menu-item--FontSize: var(--pf-v6-global--FontSize--md);
49
- --pf-v6-c-options-menu__menu-item--PaddingTop: var(--pf-v6-global--spacer--sm);
50
- --pf-v6-c-options-menu__menu-item--PaddingRight: var(--pf-v6-global--spacer--md);
51
- --pf-v6-c-options-menu__menu-item--PaddingBottom: var(--pf-v6-global--spacer--sm);
52
- --pf-v6-c-options-menu__menu-item--PaddingLeft: var(--pf-v6-global--spacer--md);
49
+ --pf-v6-c-options-menu__menu-item--PaddingBlockStart: var(--pf-v6-global--spacer--sm);
50
+ --pf-v6-c-options-menu__menu-item--PaddingInlineEnd: var(--pf-v6-global--spacer--md);
51
+ --pf-v6-c-options-menu__menu-item--PaddingBlockEnd: var(--pf-v6-global--spacer--sm);
52
+ --pf-v6-c-options-menu__menu-item--PaddingInlineStart: var(--pf-v6-global--spacer--md);
53
53
  --pf-v6-c-options-menu__menu-item--disabled--Color: var(--pf-v6-global--Color--dark-200);
54
54
  --pf-v6-c-options-menu__menu-item--hover--BackgroundColor: var(--pf-v6-global--BackgroundColor--light-300);
55
55
  --pf-v6-c-options-menu__menu-item--disabled--BackgroundColor: transparent;
56
56
  --pf-v6-c-options-menu__menu-item-icon--Color: var(--pf-v6-global--active-color--100);
57
57
  --pf-v6-c-options-menu__menu-item-icon--FontSize: var(--pf-v6-global--icon--FontSize--sm);
58
- --pf-v6-c-options-menu__menu-item-icon--PaddingLeft: var(--pf-v6-global--spacer--lg);
59
- --pf-v6-c-options-menu__group--group--PaddingTop: var(--pf-v6-global--spacer--sm);
60
- --pf-v6-c-options-menu__group-title--PaddingTop: var(--pf-v6-global--spacer--sm);
61
- --pf-v6-c-options-menu__group-title--PaddingRight: var(--pf-v6-c-options-menu__menu-item--PaddingRight);
62
- --pf-v6-c-options-menu__group-title--PaddingBottom: var(--pf-v6-c-options-menu__menu-item--PaddingBottom);
63
- --pf-v6-c-options-menu__group-title--PaddingLeft: var(--pf-v6-c-options-menu__menu-item--PaddingLeft);
58
+ --pf-v6-c-options-menu__menu-item-icon--PaddingInlineStart: var(--pf-v6-global--spacer--lg);
59
+ --pf-v6-c-options-menu__group--group--PaddingBlockStart: var(--pf-v6-global--spacer--sm);
60
+ --pf-v6-c-options-menu__group-title--PaddingBlockStart: var(--pf-v6-global--spacer--sm);
61
+ --pf-v6-c-options-menu__group-title--PaddingInlineEnd: var(--pf-v6-c-options-menu__menu-item--PaddingInlineEnd);
62
+ --pf-v6-c-options-menu__group-title--PaddingBlockEnd: var(--pf-v6-c-options-menu__menu-item--PaddingBlockEnd);
63
+ --pf-v6-c-options-menu__group-title--PaddingInlineStart: var(--pf-v6-c-options-menu__menu-item--PaddingInlineStart);
64
64
  --pf-v6-c-options-menu__group-title--FontSize: var(--pf-v6-global--FontSize--xs);
65
65
  --pf-v6-c-options-menu__group-title--FontWeight: var(--pf-v6-global--FontWeight--normal);
66
66
  --pf-v6-c-options-menu__group-title--Color: var(--pf-v6-global--Color--dark-200);
67
- --pf-v6-c-options-menu--c-divider--MarginTop: var(--pf-v6-global--spacer--sm);
68
- --pf-v6-c-options-menu--c-divider--MarginBottom: var(--pf-v6-global--spacer--sm);
67
+ --pf-v6-c-options-menu--c-divider--MarginBlockStart: var(--pf-v6-global--spacer--sm);
68
+ --pf-v6-c-options-menu--c-divider--MarginBlockEnd: var(--pf-v6-global--spacer--sm);
69
69
  position: relative;
70
70
  display: inline-block;
71
71
  max-width: 100%;
72
72
  }
73
73
  .pf-v6-c-options-menu .pf-v6-c-divider {
74
- margin-block-start: var(--pf-v6-c-options-menu--c-divider--MarginTop);
75
- margin-block-end: var(--pf-v6-c-options-menu--c-divider--MarginBottom);
74
+ margin-block-start: var(--pf-v6-c-options-menu--c-divider--MarginBlockStart);
75
+ margin-block-end: var(--pf-v6-c-options-menu--c-divider--MarginBlockEnd);
76
76
  }
77
77
  .pf-v6-c-options-menu .pf-v6-c-divider:last-child {
78
- --pf-v6-c-options-menu--c-divider--MarginBottom: 0;
78
+ --pf-v6-c-options-menu--c-divider--MarginBlockEnd: 0;
79
79
  }
80
80
 
81
81
  .pf-v6-c-options-menu__toggle:not(.pf-m-plain)::before,
@@ -87,25 +87,25 @@
87
87
  inset-inline-end: 0;
88
88
  content: "";
89
89
  border: var(--pf-v6-c-options-menu__toggle--BorderWidth) solid;
90
- border-block-start-color: var(--pf-v6-c-options-menu__toggle--BorderTopColor);
91
- border-block-end-color: var(--pf-v6-c-options-menu__toggle--BorderBottomColor);
92
- border-inline-start-color: var(--pf-v6-c-options-menu__toggle--BorderLeftColor);
93
- border-inline-end-color: var(--pf-v6-c-options-menu__toggle--BorderRightColor);
90
+ border-block-start-color: var(--pf-v6-c-options-menu__toggle--BorderBlockStartColor);
91
+ border-block-end-color: var(--pf-v6-c-options-menu__toggle--BorderBlockEndColor);
92
+ border-inline-start-color: var(--pf-v6-c-options-menu__toggle--BorderInlineStartColor);
93
+ border-inline-end-color: var(--pf-v6-c-options-menu__toggle--BorderInlineEndColor);
94
94
  }
95
95
  .pf-v6-c-options-menu__toggle:not(.pf-m-plain):hover::before,
96
96
  .pf-v6-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v6-c-options-menu__toggle-button:hover::before {
97
- --pf-v6-c-options-menu__toggle--BorderBottomColor: var(--pf-v6-c-options-menu__toggle--hover--BorderBottomColor);
97
+ --pf-v6-c-options-menu__toggle--BorderBlockEndColor: var(--pf-v6-c-options-menu__toggle--hover--BorderBlockEndColor);
98
98
  }
99
99
  .pf-v6-c-options-menu__toggle:not(.pf-m-plain):active::before, .pf-v6-c-options-menu__toggle:not(.pf-m-plain).pf-m-active::before,
100
100
  .pf-v6-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v6-c-options-menu__toggle-button:active::before,
101
101
  .pf-v6-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v6-c-options-menu__toggle-button.pf-m-active::before {
102
- --pf-v6-c-options-menu__toggle--BorderBottomColor: var(--pf-v6-c-options-menu__toggle--active--BorderBottomColor);
103
- border-block-end-width: var(--pf-v6-c-options-menu__toggle--active--BorderBottomWidth);
102
+ --pf-v6-c-options-menu__toggle--BorderBlockEndColor: var(--pf-v6-c-options-menu__toggle--active--BorderBlockEndColor);
103
+ border-block-end-width: var(--pf-v6-c-options-menu__toggle--active--BorderBlockEndWidth);
104
104
  }
105
105
  .pf-v6-c-options-menu__toggle:not(.pf-m-plain):focus::before,
106
106
  .pf-v6-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v6-c-options-menu__toggle-button:focus::before {
107
- --pf-v6-c-options-menu__toggle--BorderBottomColor: var(--pf-v6-c-options-menu__toggle--focus--BorderBottomColor);
108
- border-block-end-width: var(--pf-v6-c-options-menu__toggle--focus--BorderBottomWidth);
107
+ --pf-v6-c-options-menu__toggle--BorderBlockEndColor: var(--pf-v6-c-options-menu__toggle--focus--BorderBlockEndColor);
108
+ border-block-end-width: var(--pf-v6-c-options-menu__toggle--focus--BorderBlockEndWidth);
109
109
  }
110
110
 
111
111
  .pf-v6-c-options-menu__toggle {
@@ -115,24 +115,24 @@
115
115
  align-items: center;
116
116
  min-width: var(--pf-v6-c-options-menu__toggle--MinWidth);
117
117
  max-width: 100%;
118
- padding-block-start: var(--pf-v6-c-options-menu__toggle--PaddingTop);
119
- padding-block-end: var(--pf-v6-c-options-menu__toggle--PaddingBottom);
120
- padding-inline-start: var(--pf-v6-c-options-menu__toggle--PaddingLeft);
121
- padding-inline-end: var(--pf-v6-c-options-menu__toggle--PaddingRight);
118
+ padding-block-start: var(--pf-v6-c-options-menu__toggle--PaddingBlockStart);
119
+ padding-block-end: var(--pf-v6-c-options-menu__toggle--PaddingBlockEnd);
120
+ padding-inline-start: var(--pf-v6-c-options-menu__toggle--PaddingInlineStart);
121
+ padding-inline-end: var(--pf-v6-c-options-menu__toggle--PaddingInlineEnd);
122
122
  color: var(--pf-v6-c-options-menu__toggle--Color);
123
123
  background-color: var(--pf-v6-c-options-menu__toggle--BackgroundColor);
124
124
  border: none;
125
125
  }
126
126
  .pf-v6-c-options-menu.pf-m-expanded > .pf-v6-c-options-menu__toggle::before {
127
- --pf-v6-c-options-menu__toggle--BorderBottomColor: var(--pf-v6-c-options-menu__toggle--expanded--BorderBottomColor);
128
- border-block-end-width: var(--pf-v6-c-options-menu__toggle--expanded--BorderBottomWidth);
127
+ --pf-v6-c-options-menu__toggle--BorderBlockEndColor: var(--pf-v6-c-options-menu__toggle--expanded--BorderBlockEndColor);
128
+ border-block-end-width: var(--pf-v6-c-options-menu__toggle--expanded--BorderBlockEndWidth);
129
129
  }
130
130
  .pf-v6-c-options-menu__toggle.pf-m-plain {
131
131
  --pf-v6-c-options-menu__toggle-icon--Color: var(--pf-v6-c-options-menu--m-plain__toggle-icon--Color);
132
132
  }
133
133
  .pf-v6-c-options-menu__toggle.pf-m-plain:not(.pf-m-text) {
134
- --pf-v6-c-options-menu__toggle--PaddingRight: var(--pf-v6-c-options-menu__toggle--m-plain--PaddingRight);
135
- --pf-v6-c-options-menu__toggle--PaddingLeft: var(--pf-v6-c-options-menu__toggle--m-plain--PaddingLeft);
134
+ --pf-v6-c-options-menu__toggle--PaddingInlineEnd: var(--pf-v6-c-options-menu__toggle--m-plain--PaddingInlineEnd);
135
+ --pf-v6-c-options-menu__toggle--PaddingInlineStart: var(--pf-v6-c-options-menu__toggle--m-plain--PaddingInlineStart);
136
136
  display: inline-block;
137
137
  color: var(--pf-v6-c-options-menu__toggle--m-plain--Color);
138
138
  }
@@ -158,10 +158,10 @@
158
158
  }
159
159
 
160
160
  .pf-v6-c-options-menu__toggle-button {
161
- padding-block-start: var(--pf-v6-c-options-menu__toggle-button--PaddingTop);
162
- padding-block-end: var(--pf-v6-c-options-menu__toggle-button--PaddingBottom);
163
- padding-inline-start: var(--pf-v6-c-options-menu__toggle-button--PaddingLeft);
164
- padding-inline-end: var(--pf-v6-c-options-menu__toggle-button--PaddingRight);
161
+ padding-block-start: var(--pf-v6-c-options-menu__toggle-button--PaddingBlockStart);
162
+ padding-block-end: var(--pf-v6-c-options-menu__toggle-button--PaddingBlockEnd);
163
+ padding-inline-start: var(--pf-v6-c-options-menu__toggle-button--PaddingInlineStart);
164
+ padding-inline-end: var(--pf-v6-c-options-menu__toggle-button--PaddingInlineEnd);
165
165
  background-color: var(--pf-v6-c-options-menu__toggle-button--BackgroundColor);
166
166
  border: 0;
167
167
  }
@@ -180,8 +180,8 @@
180
180
  }
181
181
 
182
182
  .pf-v6-c-options-menu__toggle-icon {
183
- padding-inline-start: var(--pf-v6-c-options-menu__toggle-icon--PaddingLeft);
184
- padding-inline-end: var(--pf-v6-c-options-menu__toggle-icon--PaddingRight);
183
+ padding-inline-start: var(--pf-v6-c-options-menu__toggle-icon--PaddingInlineStart);
184
+ padding-inline-end: var(--pf-v6-c-options-menu__toggle-icon--PaddingInlineEnd);
185
185
  }
186
186
  .pf-v6-c-options-menu.pf-m-top.pf-m-expanded .pf-v6-c-options-menu__toggle-icon {
187
187
  transform: rotate(var(--pf-v6-c-options-menu--m-top--m-expanded__toggle-icon--Rotate));
@@ -189,11 +189,11 @@
189
189
 
190
190
  .pf-v6-c-options-menu__menu {
191
191
  position: absolute;
192
- inset-block-start: var(--pf-v6-c-options-menu__menu--Top);
192
+ inset-block-start: var(--pf-v6-c-options-menu__menu--InsetBlockStart);
193
193
  z-index: var(--pf-v6-c-options-menu__menu--ZIndex);
194
194
  min-width: 100%;
195
- padding-block-start: var(--pf-v6-c-options-menu__menu--PaddingTop);
196
- padding-block-end: var(--pf-v6-c-options-menu__menu--PaddingBottom);
195
+ padding-block-start: var(--pf-v6-c-options-menu__menu--PaddingBlockStart);
196
+ padding-block-end: var(--pf-v6-c-options-menu__menu--PaddingBlockEnd);
197
197
  background-color: var(--pf-v6-c-options-menu__menu--BackgroundColor);
198
198
  background-clip: padding-box;
199
199
  box-shadow: var(--pf-v6-c-options-menu__menu--BoxShadow);
@@ -202,7 +202,7 @@
202
202
  inset-inline-end: 0;
203
203
  }
204
204
  .pf-v6-c-options-menu.pf-m-top .pf-v6-c-options-menu__menu {
205
- --pf-v6-c-options-menu__menu--Top: var(--pf-v6-c-options-menu--m-top__menu--Top);
205
+ --pf-v6-c-options-menu__menu--InsetBlockStart: var(--pf-v6-c-options-menu--m-top__menu--InsetBlockStart);
206
206
  transform: translateY(var(--pf-v6-c-options-menu--m-top__menu--TranslateY));
207
207
  }
208
208
  .pf-v6-c-options-menu__menu.pf-m-static {
@@ -220,10 +220,10 @@
220
220
  display: flex;
221
221
  align-items: baseline;
222
222
  width: 100%;
223
- padding-block-start: var(--pf-v6-c-options-menu__menu-item--PaddingTop);
224
- padding-block-end: var(--pf-v6-c-options-menu__menu-item--PaddingBottom);
225
- padding-inline-start: var(--pf-v6-c-options-menu__menu-item--PaddingLeft);
226
- padding-inline-end: var(--pf-v6-c-options-menu__menu-item--PaddingRight);
223
+ padding-block-start: var(--pf-v6-c-options-menu__menu-item--PaddingBlockStart);
224
+ padding-block-end: var(--pf-v6-c-options-menu__menu-item--PaddingBlockEnd);
225
+ padding-inline-start: var(--pf-v6-c-options-menu__menu-item--PaddingInlineStart);
226
+ padding-inline-end: var(--pf-v6-c-options-menu__menu-item--PaddingInlineEnd);
227
227
  font-size: var(--pf-v6-c-options-menu__menu-item--FontSize);
228
228
  color: var(--pf-v6-c-options-menu__menu-item--Color);
229
229
  white-space: nowrap;
@@ -243,21 +243,21 @@
243
243
  .pf-v6-c-options-menu__menu-item-icon {
244
244
  align-self: center;
245
245
  width: auto;
246
- padding-inline-start: var(--pf-v6-c-options-menu__menu-item-icon--PaddingLeft);
246
+ padding-inline-start: var(--pf-v6-c-options-menu__menu-item-icon--PaddingInlineStart);
247
247
  margin-inline-start: auto;
248
248
  font-size: var(--pf-v6-c-options-menu__menu-item-icon--FontSize);
249
249
  color: var(--pf-v6-c-options-menu__menu-item-icon--Color);
250
250
  }
251
251
 
252
252
  .pf-v6-c-options-menu__group + .pf-v6-c-options-menu__group {
253
- padding-block-start: var(--pf-v6-c-options-menu__group--group--PaddingTop);
253
+ padding-block-start: var(--pf-v6-c-options-menu__group--group--PaddingBlockStart);
254
254
  }
255
255
 
256
256
  .pf-v6-c-options-menu__group-title {
257
- padding-block-start: var(--pf-v6-c-options-menu__group-title--PaddingTop);
258
- padding-block-end: var(--pf-v6-c-options-menu__group-title--PaddingBottom);
259
- padding-inline-start: var(--pf-v6-c-options-menu__group-title--PaddingLeft);
260
- padding-inline-end: var(--pf-v6-c-options-menu__group-title--PaddingRight);
257
+ padding-block-start: var(--pf-v6-c-options-menu__group-title--PaddingBlockStart);
258
+ padding-block-end: var(--pf-v6-c-options-menu__group-title--PaddingBlockEnd);
259
+ padding-inline-start: var(--pf-v6-c-options-menu__group-title--PaddingInlineStart);
260
+ padding-inline-end: var(--pf-v6-c-options-menu__group-title--PaddingInlineEnd);
261
261
  font-size: var(--pf-v6-c-options-menu__group-title--FontSize);
262
262
  font-weight: var(--pf-v6-c-options-menu__group-title--FontWeight);
263
263
  color: var(--pf-v6-c-options-menu__group-title--Color);