@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +13 -3
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  4. package/assets/pficon/pficon.scss +6 -129
  5. package/base/_common.scss +21 -0
  6. package/base/_globals.scss +1 -1
  7. package/base/_variables.scss +7 -0
  8. package/base/patternfly-common.css +16 -2
  9. package/base/patternfly-globals.css +1 -1
  10. package/base/patternfly-icons.css +5 -1
  11. package/base/patternfly-pf-icons.css +5 -1
  12. package/base/patternfly-variables.css +16 -0
  13. package/base/tokens/_tokens-font.scss +16 -14
  14. package/components/AboutModalBox/about-modal-box.css +23 -12
  15. package/components/AboutModalBox/about-modal-box.scss +25 -12
  16. package/components/Accordion/accordion.css +33 -20
  17. package/components/Accordion/accordion.scss +32 -20
  18. package/components/ActionList/action-list.css +2 -2
  19. package/components/ActionList/action-list.scss +2 -2
  20. package/components/Alert/alert-group.css +7 -4
  21. package/components/Alert/alert-group.scss +7 -4
  22. package/components/Alert/alert.css +19 -13
  23. package/components/Alert/alert.scss +18 -13
  24. package/components/AppLauncher/app-launcher.css +32 -23
  25. package/components/AppLauncher/app-launcher.scss +32 -23
  26. package/components/BackToTop/back-to-top.css +2 -2
  27. package/components/BackToTop/back-to-top.scss +2 -2
  28. package/components/Backdrop/backdrop.css +2 -2
  29. package/components/Backdrop/backdrop.scss +2 -2
  30. package/components/BackgroundImage/background-image.css +6 -3
  31. package/components/BackgroundImage/background-image.scss +8 -3
  32. package/components/Badge/badge.css +2 -2
  33. package/components/Badge/badge.scss +2 -2
  34. package/components/Banner/banner.css +5 -5
  35. package/components/Banner/banner.scss +5 -2
  36. package/components/Breadcrumb/breadcrumb.css +9 -3
  37. package/components/Breadcrumb/breadcrumb.scss +8 -3
  38. package/components/Button/button.css +33 -21
  39. package/components/Button/button.scss +35 -23
  40. package/components/Button/themes/dark/button.scss +1 -1
  41. package/components/CalendarMonth/calendar-month.css +25 -15
  42. package/components/CalendarMonth/calendar-month.scss +23 -15
  43. package/components/Card/card.css +25 -17
  44. package/components/Card/card.scss +24 -17
  45. package/components/Check/check.css +2 -2
  46. package/components/Check/check.scss +2 -2
  47. package/components/Chip/chip-group.css +6 -6
  48. package/components/Chip/chip-group.scss +6 -6
  49. package/components/Chip/chip.css +16 -9
  50. package/components/Chip/chip.scss +17 -9
  51. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  52. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  53. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  54. package/components/CodeBlock/code-block.css +6 -3
  55. package/components/CodeBlock/code-block.scss +6 -3
  56. package/components/CodeEditor/code-editor.css +31 -22
  57. package/components/CodeEditor/code-editor.scss +30 -21
  58. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  59. package/components/Content/content.css +33 -30
  60. package/components/Content/content.scss +33 -30
  61. package/components/ContextSelector/context-selector.css +41 -26
  62. package/components/ContextSelector/context-selector.scss +40 -25
  63. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  64. package/components/DataList/data-list-grid.css +21 -21
  65. package/components/DataList/data-list-grid.scss +3 -3
  66. package/components/DataList/data-list.css +69 -56
  67. package/components/DataList/data-list.scss +47 -35
  68. package/components/DatePicker/date-picker.css +8 -8
  69. package/components/DatePicker/date-picker.scss +8 -8
  70. package/components/DescriptionList/description-list.css +8 -5
  71. package/components/DescriptionList/description-list.scss +8 -5
  72. package/components/DragDrop/drag-drop.css +8 -8
  73. package/components/DragDrop/drag-drop.scss +8 -8
  74. package/components/Drawer/drawer.css +120 -61
  75. package/components/Drawer/drawer.scss +92 -43
  76. package/components/Dropdown/dropdown.css +75 -66
  77. package/components/Dropdown/dropdown.scss +65 -56
  78. package/components/DualListSelector/dual-list-selector.css +29 -15
  79. package/components/DualListSelector/dual-list-selector.scss +30 -15
  80. package/components/EmptyState/empty-state.css +7 -4
  81. package/components/EmptyState/empty-state.scss +7 -4
  82. package/components/ExpandableSection/expandable-section.css +17 -10
  83. package/components/ExpandableSection/expandable-section.scss +15 -10
  84. package/components/FileUpload/file-upload.css +9 -15
  85. package/components/FileUpload/file-upload.scss +9 -15
  86. package/components/Form/form.css +53 -50
  87. package/components/Form/form.scss +46 -44
  88. package/components/FormControl/form-control.css +18 -9
  89. package/components/FormControl/form-control.scss +18 -9
  90. package/components/HelperText/helper-text.css +1 -1
  91. package/components/HelperText/helper-text.scss +1 -1
  92. package/components/Hint/hint.css +9 -6
  93. package/components/Hint/hint.scss +9 -6
  94. package/components/Icon/icon.css +1 -1
  95. package/components/Icon/icon.scss +1 -1
  96. package/components/InlineEdit/inline-edit.css +4 -4
  97. package/components/InlineEdit/inline-edit.scss +4 -4
  98. package/components/InputGroup/input-group.css +12 -6
  99. package/components/InputGroup/input-group.scss +11 -5
  100. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  101. package/components/JumpLinks/jump-links.css +27 -24
  102. package/components/JumpLinks/jump-links.scss +26 -24
  103. package/components/Label/label-group.css +13 -10
  104. package/components/Label/label-group.scss +13 -10
  105. package/components/Label/label.css +9 -9
  106. package/components/Label/label.scss +9 -9
  107. package/components/List/list.css +9 -9
  108. package/components/List/list.scss +9 -9
  109. package/components/LogViewer/log-viewer.css +14 -14
  110. package/components/LogViewer/log-viewer.scss +14 -14
  111. package/components/Login/login.css +36 -27
  112. package/components/Login/login.scss +36 -27
  113. package/components/Masthead/masthead.css +19 -22
  114. package/components/Masthead/masthead.scss +19 -22
  115. package/components/Menu/menu.css +79 -65
  116. package/components/Menu/menu.scss +80 -68
  117. package/components/MenuToggle/menu-toggle.css +33 -27
  118. package/components/MenuToggle/menu-toggle.scss +33 -27
  119. package/components/ModalBox/modal-box.css +19 -19
  120. package/components/ModalBox/modal-box.scss +20 -20
  121. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  122. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  123. package/components/Nav/nav.css +120 -93
  124. package/components/Nav/nav.scss +120 -93
  125. package/components/Nav/themes/dark/nav.scss +2 -2
  126. package/components/NotificationBadge/notification-badge.css +13 -7
  127. package/components/NotificationBadge/notification-badge.scss +13 -7
  128. package/components/NotificationDrawer/notification-drawer.css +32 -19
  129. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  130. package/components/NumberInput/number-input.css +2 -2
  131. package/components/NumberInput/number-input.scss +2 -2
  132. package/components/OptionsMenu/options-menu.css +43 -31
  133. package/components/OptionsMenu/options-menu.scss +43 -31
  134. package/components/OverflowMenu/overflow-menu.css +2 -2
  135. package/components/OverflowMenu/overflow-menu.scss +2 -2
  136. package/components/Page/page.css +135 -77
  137. package/components/Page/page.scss +81 -52
  138. package/components/Page/themes/dark/page.scss +1 -1
  139. package/components/Pagination/pagination.css +27 -17
  140. package/components/Pagination/pagination.scss +25 -17
  141. package/components/Panel/panel.css +13 -7
  142. package/components/Panel/panel.scss +13 -7
  143. package/components/Popover/popover.css +72 -40
  144. package/components/Popover/popover.scss +95 -75
  145. package/components/Progress/progress.css +9 -7
  146. package/components/Progress/progress.scss +12 -7
  147. package/components/ProgressStepper/progress-stepper.css +26 -20
  148. package/components/ProgressStepper/progress-stepper.scss +25 -19
  149. package/components/Radio/radio.css +3 -3
  150. package/components/Radio/radio.scss +3 -3
  151. package/components/Select/select.css +56 -47
  152. package/components/Select/select.scss +56 -47
  153. package/components/Sidebar/sidebar.css +11 -5
  154. package/components/Sidebar/sidebar.scss +11 -5
  155. package/components/SimpleList/simple-list.css +10 -4
  156. package/components/SimpleList/simple-list.scss +10 -4
  157. package/components/Skeleton/skeleton.css +6 -5
  158. package/components/Skeleton/skeleton.scss +4 -5
  159. package/components/SkipToContent/skip-to-content.css +3 -3
  160. package/components/SkipToContent/skip-to-content.scss +3 -3
  161. package/components/Slider/slider.css +47 -26
  162. package/components/Slider/slider.scss +56 -28
  163. package/components/Switch/switch.css +9 -5
  164. package/components/Switch/switch.scss +10 -6
  165. package/components/TabContent/tab-content.css +4 -1
  166. package/components/TabContent/tab-content.scss +4 -1
  167. package/components/Table/table-grid.css +256 -195
  168. package/components/Table/table-grid.scss +53 -39
  169. package/components/Table/table-scrollable.css +4 -4
  170. package/components/Table/table-scrollable.scss +6 -4
  171. package/components/Table/table-tree-view.css +112 -105
  172. package/components/Table/table-tree-view.scss +38 -33
  173. package/components/Table/table.css +92 -70
  174. package/components/Table/table.scss +90 -70
  175. package/components/Tabs/tabs.css +76 -48
  176. package/components/Tabs/tabs.scss +74 -48
  177. package/components/TextInputGroup/text-input-group.css +15 -15
  178. package/components/TextInputGroup/text-input-group.scss +15 -15
  179. package/components/Tile/tile.css +10 -10
  180. package/components/Tile/tile.scss +10 -10
  181. package/components/ToggleGroup/toggle-group.css +14 -11
  182. package/components/ToggleGroup/toggle-group.scss +14 -11
  183. package/components/Toolbar/toolbar.css +44 -41
  184. package/components/Toolbar/toolbar.scss +26 -21
  185. package/components/Tooltip/tooltip.css +60 -28
  186. package/components/Tooltip/tooltip.scss +76 -56
  187. package/components/TreeView/tree-view.css +48 -27
  188. package/components/TreeView/tree-view.scss +50 -28
  189. package/components/Truncate/truncate.css +9 -0
  190. package/components/Truncate/truncate.scss +16 -3
  191. package/components/Wizard/wizard.css +57 -36
  192. package/components/Wizard/wizard.scss +57 -36
  193. package/docs/components/Button/examples/Button.css +2 -2
  194. package/docs/components/Button/examples/Button.md +15 -3
  195. package/docs/components/Card/examples/Card.md +15 -15
  196. package/docs/components/Check/examples/Check.md +71 -59
  197. package/docs/components/Chip/examples/Chip.md +1 -1
  198. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  199. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  200. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  201. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  202. package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
  203. package/docs/components/Label/examples/Label.md +1 -1
  204. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  205. package/docs/components/LogViewer/examples/LogViewer.md +120 -30
  206. package/docs/components/Menu/examples/Menu.css +8 -0
  207. package/docs/components/Menu/examples/Menu.md +90 -73
  208. package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
  209. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  210. package/docs/components/Nav/examples/Navigation.css +4 -21
  211. package/docs/components/Nav/examples/Navigation.md +99 -0
  212. package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
  213. package/docs/components/Popover/examples/Popover.css +4 -9
  214. package/docs/components/Radio/examples/Radio.md +63 -55
  215. package/docs/components/Select/deprecated/Select.md +184 -177
  216. package/docs/components/Table/examples/Table.css +2 -2
  217. package/docs/components/Table/examples/Table.md +2 -2
  218. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  219. package/docs/components/Tile/examples/Tile.css +1 -1
  220. package/docs/components/Toolbar/examples/Toolbar.md +525 -431
  221. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  222. package/docs/components/Tooltip/examples/Tooltip.md +3 -1
  223. package/docs/components/Truncate/examples/Truncate.md +2 -2
  224. package/docs/demos/Card/examples/Card.css +3 -3
  225. package/docs/demos/Card/examples/Card.md +26 -10
  226. package/docs/demos/CardView/examples/CardView.md +24 -20
  227. package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
  228. package/docs/demos/DataList/examples/DataList.md +8 -2
  229. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
  230. package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
  231. package/docs/demos/Table/examples/Table.md +336 -252
  232. package/docs/demos/Tabs/examples/Tabs.md +28 -21
  233. package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
  234. package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
  235. package/docs/layouts/Flex/examples/Flex.md +5 -5
  236. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  237. package/icons/pficons.mjs +1 -0
  238. package/layouts/Flex/flex.css +115 -43
  239. package/layouts/Flex/flex.scss +20 -8
  240. package/package.json +9 -5
  241. package/patternfly-addons.css +732 -972
  242. package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
  243. package/patternfly-base-no-globals.css +37 -3
  244. package/patternfly-base-theme-dark-unversioned.css +38 -4
  245. package/patternfly-base.css +38 -4
  246. package/patternfly-no-globals.css +2695 -1875
  247. package/patternfly-theme-dark-unversioned.css +2696 -1876
  248. package/patternfly.css +2696 -1876
  249. package/patternfly.min.css +1 -1
  250. package/patternfly.min.css.map +1 -1
  251. package/sass-utilities/functions.scss +6 -0
  252. package/sass-utilities/mixins.scss +62 -2
  253. package/sass-utilities/scss-variables.scss +8 -8
  254. package/sass-utilities/themes/dark/mixins.scss +3 -1
  255. package/utilities/Accessibility/accessibility.css +12 -12
  256. package/utilities/Spacing/spacing.css +720 -960
  257. package/utilities/Spacing/spacing.scss +4 -8
@@ -80,7 +80,10 @@
80
80
  display: flex;
81
81
  flex-shrink: 0;
82
82
  align-items: baseline;
83
- padding: var(--pf-v5-c-notification-drawer__header--PaddingTop) var(--pf-v5-c-notification-drawer__header--PaddingRight) var(--pf-v5-c-notification-drawer__header--PaddingBottom) var(--pf-v5-c-notification-drawer__header--PaddingLeft);
83
+ padding-block-start: var(--pf-v5-c-notification-drawer__header--PaddingTop);
84
+ padding-block-end: var(--pf-v5-c-notification-drawer__header--PaddingBottom);
85
+ padding-inline-start: var(--pf-v5-c-notification-drawer__header--PaddingLeft);
86
+ padding-inline-end: var(--pf-v5-c-notification-drawer__header--PaddingRight);
84
87
  background-color: var(--pf-v5-c-notification-drawer__header--BackgroundColor);
85
88
  box-shadow: var(--pf-v5-c-notification-drawer__header--BoxShadow);
86
89
  }
@@ -90,13 +93,13 @@
90
93
  }
91
94
 
92
95
  .pf-v5-c-notification-drawer__header-status {
93
- margin-left: var(--pf-v5-c-notification-drawer__header-status--MarginLeft);
96
+ margin-inline-start: var(--pf-v5-c-notification-drawer__header-status--MarginLeft);
94
97
  }
95
98
 
96
99
  .pf-v5-c-notification-drawer__header-action {
97
100
  display: flex;
98
101
  align-items: center;
99
- margin-left: auto;
102
+ margin-inline-start: auto;
100
103
  }
101
104
 
102
105
  .pf-v5-c-notification-drawer__body {
@@ -109,9 +112,12 @@
109
112
  position: relative;
110
113
  display: grid;
111
114
  grid-template-columns: 1fr auto;
112
- padding: var(--pf-v5-c-notification-drawer__list-item--PaddingTop) var(--pf-v5-c-notification-drawer__list-item--PaddingRight) var(--pf-v5-c-notification-drawer__list-item--PaddingBottom) var(--pf-v5-c-notification-drawer__list-item--PaddingLeft);
115
+ padding-block-start: var(--pf-v5-c-notification-drawer__list-item--PaddingTop);
116
+ padding-block-end: var(--pf-v5-c-notification-drawer__list-item--PaddingBottom);
117
+ padding-inline-start: var(--pf-v5-c-notification-drawer__list-item--PaddingLeft);
118
+ padding-inline-end: var(--pf-v5-c-notification-drawer__list-item--PaddingRight);
113
119
  background-color: var(--pf-v5-c-notification-drawer__list-item--BackgroundColor);
114
- border-bottom: var(--pf-v5-c-notification-drawer__list-item--BorderBottomWidth) solid var(--pf-v5-c-notification-drawer__list-item--BorderBottomColor);
120
+ border-block-end: var(--pf-v5-c-notification-drawer__list-item--BorderBottomWidth) solid var(--pf-v5-c-notification-drawer__list-item--BorderBottomColor);
115
121
  outline-offset: var(--pf-v5-c-notification-drawer__list-item--OutlineOffset);
116
122
  box-shadow: var(--pf-v5-c-notification-drawer__list-item--BoxShadow);
117
123
  }
@@ -124,8 +130,8 @@
124
130
  }
125
131
  .pf-v5-c-notification-drawer__list-item::before {
126
132
  position: absolute;
127
- top: var(--pf-v5-c-notification-drawer__list-item--before--Top);
128
- bottom: var(--pf-v5-c-notification-drawer__list-item--before--Bottom);
133
+ inset-block-start: var(--pf-v5-c-notification-drawer__list-item--before--Top);
134
+ inset-block-end: var(--pf-v5-c-notification-drawer__list-item--before--Bottom);
129
135
  width: var(--pf-v5-c-notification-drawer__list-item--before--Width);
130
136
  content: "";
131
137
  background-color: var(--pf-v5-c-notification-drawer__list-item--before--BackgroundColor);
@@ -172,11 +178,11 @@
172
178
  grid-row: 1/2;
173
179
  grid-column: 1/2;
174
180
  align-items: baseline;
175
- margin-bottom: var(--pf-v5-c-notification-drawer__list-item-header--MarginBottom);
181
+ margin-block-end: var(--pf-v5-c-notification-drawer__list-item-header--MarginBottom);
176
182
  }
177
183
 
178
184
  .pf-v5-c-notification-drawer__list-item-header-icon {
179
- margin-right: var(--pf-v5-c-notification-drawer__list-item-header-icon--MarginRight);
185
+ margin-inline-end: var(--pf-v5-c-notification-drawer__list-item-header-icon--MarginRight);
180
186
  color: var(--pf-v5-c-notification-drawer__list-item-header-icon--Color);
181
187
  }
182
188
 
@@ -199,7 +205,7 @@
199
205
  .pf-v5-c-notification-drawer__list-item-description {
200
206
  grid-row: 2/3;
201
207
  grid-column: 1/2;
202
- margin-bottom: var(--pf-v5-c-notification-drawer__list-item-description--MarginBottom);
208
+ margin-block-end: var(--pf-v5-c-notification-drawer__list-item-description--MarginBottom);
203
209
  word-break: break-word;
204
210
  }
205
211
 
@@ -219,7 +225,7 @@
219
225
  min-height: var(--pf-v5-c-notification-drawer__group--m-expanded--MinHeight);
220
226
  }
221
227
  .pf-v5-c-notification-drawer__group.pf-m-expanded + .pf-v5-c-notification-drawer__group {
222
- border-top: var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopWidth) solid var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopColor);
228
+ border-block-start: var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopWidth) solid var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopColor);
223
229
  }
224
230
  .pf-v5-c-notification-drawer__group .pf-v5-c-notification-drawer__list-item:last-child {
225
231
  --pf-v5-c-notification-drawer__list-item--BorderBottomWidth: 0;
@@ -230,10 +236,13 @@
230
236
  display: flex;
231
237
  align-items: baseline;
232
238
  width: 100%;
233
- padding: var(--pf-v5-c-notification-drawer__group-toggle--PaddingTop) var(--pf-v5-c-notification-drawer__group-toggle--PaddingRight) var(--pf-v5-c-notification-drawer__group-toggle--PaddingBottom) var(--pf-v5-c-notification-drawer__group-toggle--PaddingLeft);
239
+ padding-block-start: var(--pf-v5-c-notification-drawer__group-toggle--PaddingTop);
240
+ padding-block-end: var(--pf-v5-c-notification-drawer__group-toggle--PaddingBottom);
241
+ padding-inline-start: var(--pf-v5-c-notification-drawer__group-toggle--PaddingLeft);
242
+ padding-inline-end: var(--pf-v5-c-notification-drawer__group-toggle--PaddingRight);
234
243
  background-color: var(--pf-v5-c-notification-drawer__group-toggle--BackgroundColor);
235
- border: solid var(--pf-v5-c-notification-drawer__group-toggle--BorderColor);
236
- border-width: 0 0 var(--pf-v5-c-notification-drawer__group-toggle--BorderBottomWidth) 0;
244
+ border: 0 solid var(--pf-v5-c-notification-drawer__group-toggle--BorderColor);
245
+ border-block-end-width: var(--pf-v5-c-notification-drawer__group-toggle--BorderBottomWidth);
237
246
  outline-offset: var(--pf-v5-c-notification-drawer__group-toggle--OutlineOffset);
238
247
  }
239
248
 
@@ -243,21 +252,25 @@
243
252
  -webkit-line-clamp: var(--pf-v5-c-notification-drawer__group-toggle-title--max-lines);
244
253
  overflow: hidden;
245
254
  flex: 1;
246
- margin-right: var(--pf-v5-c-notification-drawer__group-toggle-title--MarginRight);
247
- text-align: left;
255
+ margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-title--MarginRight);
256
+ text-align: start;
248
257
  word-break: break-word;
249
258
  }
250
259
 
251
260
  .pf-v5-c-notification-drawer__group-toggle-count {
252
- margin-right: var(--pf-v5-c-notification-drawer__group-toggle-count--MarginRight);
253
- margin-left: auto;
261
+ margin-inline-start: auto;
262
+ margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-count--MarginRight);
254
263
  }
255
264
 
256
265
  .pf-v5-c-notification-drawer__group-toggle-icon {
257
- margin-right: var(--pf-v5-c-notification-drawer__group-toggle-icon--MarginRight);
266
+ margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-icon--MarginRight);
258
267
  color: var(--pf-v5-c-notification-drawer__group-toggle-icon--Color);
259
268
  transition: var(--pf-v5-c-notification-drawer__group-toggle-icon--Transition);
260
269
  }
270
+ :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-notification-drawer__group-toggle-icon {
271
+ scale: -1 1;
272
+ }
273
+
261
274
  .pf-v5-c-notification-drawer__group.pf-m-expanded .pf-v5-c-notification-drawer__group-toggle-icon {
262
275
  transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
263
276
  }
@@ -111,7 +111,10 @@
111
111
  display: flex;
112
112
  flex-shrink: 0;
113
113
  align-items: baseline;
114
- padding: var(--#{$notification-drawer}__header--PaddingTop) var(--#{$notification-drawer}__header--PaddingRight) var(--#{$notification-drawer}__header--PaddingBottom) var(--#{$notification-drawer}__header--PaddingLeft);
114
+ padding-block-start: var(--#{$notification-drawer}__header--PaddingTop);
115
+ padding-block-end: var(--#{$notification-drawer}__header--PaddingBottom);
116
+ padding-inline-start: var(--#{$notification-drawer}__header--PaddingLeft);
117
+ padding-inline-end: var(--#{$notification-drawer}__header--PaddingRight);
115
118
  background-color: var(--#{$notification-drawer}__header--BackgroundColor);
116
119
  box-shadow: var(--#{$notification-drawer}__header--BoxShadow);
117
120
  }
@@ -121,13 +124,13 @@
121
124
  }
122
125
 
123
126
  .#{$notification-drawer}__header-status {
124
- margin-left: var(--#{$notification-drawer}__header-status--MarginLeft);
127
+ margin-inline-start: var(--#{$notification-drawer}__header-status--MarginLeft);
125
128
  }
126
129
 
127
130
  .#{$notification-drawer}__header-action {
128
131
  display: flex;
129
132
  align-items: center;
130
- margin-left: auto;
133
+ margin-inline-start: auto;
131
134
  }
132
135
 
133
136
  .#{$notification-drawer}__body {
@@ -140,9 +143,12 @@
140
143
  position: relative;
141
144
  display: grid;
142
145
  grid-template-columns: 1fr auto;
143
- padding: var(--#{$notification-drawer}__list-item--PaddingTop) var(--#{$notification-drawer}__list-item--PaddingRight) var(--#{$notification-drawer}__list-item--PaddingBottom) var(--#{$notification-drawer}__list-item--PaddingLeft);
146
+ padding-block-start: var(--#{$notification-drawer}__list-item--PaddingTop);
147
+ padding-block-end: var(--#{$notification-drawer}__list-item--PaddingBottom);
148
+ padding-inline-start: var(--#{$notification-drawer}__list-item--PaddingLeft);
149
+ padding-inline-end: var(--#{$notification-drawer}__list-item--PaddingRight);
144
150
  background-color: var(--#{$notification-drawer}__list-item--BackgroundColor);
145
- border-bottom: var(--#{$notification-drawer}__list-item--BorderBottomWidth) solid var(--#{$notification-drawer}__list-item--BorderBottomColor);
151
+ border-block-end: var(--#{$notification-drawer}__list-item--BorderBottomWidth) solid var(--#{$notification-drawer}__list-item--BorderBottomColor);
146
152
  outline-offset: var(--#{$notification-drawer}__list-item--OutlineOffset);
147
153
  box-shadow: var(--#{$notification-drawer}__list-item--BoxShadow);
148
154
 
@@ -158,8 +164,8 @@
158
164
 
159
165
  &::before {
160
166
  position: absolute;
161
- top: var(--#{$notification-drawer}__list-item--before--Top);
162
- bottom: var(--#{$notification-drawer}__list-item--before--Bottom);
167
+ inset-block-start: var(--#{$notification-drawer}__list-item--before--Top);
168
+ inset-block-end: var(--#{$notification-drawer}__list-item--before--Bottom);
163
169
  width: var(--#{$notification-drawer}__list-item--before--Width);
164
170
  content: "";
165
171
  background-color: var(--#{$notification-drawer}__list-item--before--BackgroundColor);
@@ -216,11 +222,11 @@
216
222
  grid-row: 1 / 2;
217
223
  grid-column: 1 / 2;
218
224
  align-items: baseline;
219
- margin-bottom: var(--#{$notification-drawer}__list-item-header--MarginBottom);
225
+ margin-block-end: var(--#{$notification-drawer}__list-item-header--MarginBottom);
220
226
  }
221
227
 
222
228
  .#{$notification-drawer}__list-item-header-icon {
223
- margin-right: var(--#{$notification-drawer}__list-item-header-icon--MarginRight);
229
+ margin-inline-end: var(--#{$notification-drawer}__list-item-header-icon--MarginRight);
224
230
  color: var(--#{$notification-drawer}__list-item-header-icon--Color);
225
231
  }
226
232
 
@@ -241,7 +247,7 @@
241
247
  .#{$notification-drawer}__list-item-description {
242
248
  grid-row: 2 / 3;
243
249
  grid-column: 1 / 2;
244
- margin-bottom: var(--#{$notification-drawer}__list-item-description--MarginBottom);
250
+ margin-block-end: var(--#{$notification-drawer}__list-item-description--MarginBottom);
245
251
  word-break: break-word;
246
252
  }
247
253
 
@@ -262,7 +268,7 @@
262
268
  min-height: var(--#{$notification-drawer}__group--m-expanded--MinHeight);
263
269
 
264
270
  + .#{$notification-drawer}__group {
265
- border-top: var(--#{$notification-drawer}__group--m-expanded--group--BorderTopWidth) solid var(--#{$notification-drawer}__group--m-expanded--group--BorderTopColor);
271
+ border-block-start: var(--#{$notification-drawer}__group--m-expanded--group--BorderTopWidth) solid var(--#{$notification-drawer}__group--m-expanded--group--BorderTopColor);
266
272
  }
267
273
  }
268
274
 
@@ -276,10 +282,13 @@
276
282
  display: flex;
277
283
  align-items: baseline;
278
284
  width: 100%;
279
- padding: var(--#{$notification-drawer}__group-toggle--PaddingTop) var(--#{$notification-drawer}__group-toggle--PaddingRight) var(--#{$notification-drawer}__group-toggle--PaddingBottom) var(--#{$notification-drawer}__group-toggle--PaddingLeft);
285
+ padding-block-start: var(--#{$notification-drawer}__group-toggle--PaddingTop);
286
+ padding-block-end: var(--#{$notification-drawer}__group-toggle--PaddingBottom);
287
+ padding-inline-start: var(--#{$notification-drawer}__group-toggle--PaddingLeft);
288
+ padding-inline-end: var(--#{$notification-drawer}__group-toggle--PaddingRight);
280
289
  background-color: var(--#{$notification-drawer}__group-toggle--BackgroundColor);
281
- border: solid var(--#{$notification-drawer}__group-toggle--BorderColor);
282
- border-width: 0 0 var(--#{$notification-drawer}__group-toggle--BorderBottomWidth) 0;
290
+ border: 0 solid var(--#{$notification-drawer}__group-toggle--BorderColor);
291
+ border-block-end-width: var(--#{$notification-drawer}__group-toggle--BorderBottomWidth);
283
292
  outline-offset: var(--#{$notification-drawer}__group-toggle--OutlineOffset);
284
293
  }
285
294
 
@@ -287,18 +296,20 @@
287
296
  @include pf-v5-line-clamp("var(--#{$notification-drawer}__group-toggle-title--max-lines)");
288
297
 
289
298
  flex: 1;
290
- margin-right: var(--#{$notification-drawer}__group-toggle-title--MarginRight);
291
- text-align: left;
299
+ margin-inline-end: var(--#{$notification-drawer}__group-toggle-title--MarginRight);
300
+ text-align: start;
292
301
  word-break: break-word;
293
302
  }
294
303
 
295
304
  .#{$notification-drawer}__group-toggle-count {
296
- margin-right: var(--#{$notification-drawer}__group-toggle-count--MarginRight);
297
- margin-left: auto;
305
+ margin-inline-start: auto;
306
+ margin-inline-end: var(--#{$notification-drawer}__group-toggle-count--MarginRight);
298
307
  }
299
308
 
300
309
  .#{$notification-drawer}__group-toggle-icon {
301
- margin-right: var(--#{$notification-drawer}__group-toggle-icon--MarginRight);
310
+ @include pf-v5-mirror-inline-on-rtl;
311
+
312
+ margin-inline-end: var(--#{$notification-drawer}__group-toggle-icon--MarginRight);
302
313
  color: var(--#{$notification-drawer}__group-toggle-icon--Color);
303
314
  transition: var(--#{$notification-drawer}__group-toggle-icon--Transition);
304
315
 
@@ -29,12 +29,12 @@
29
29
  width: var(--pf-v5-c-number-input--c-form-control--Width);
30
30
  }
31
31
  .pf-v5-c-number-input .pf-v5-c-form-control > :is(input) {
32
- text-align: right;
32
+ text-align: end;
33
33
  }
34
34
 
35
35
  .pf-v5-c-input-group + .pf-v5-c-number-input__unit,
36
36
  .pf-v5-c-number-input__unit + .pf-v5-c-input-group {
37
- margin-left: var(--pf-v5-c-number-input__unit--c-input-group--MarginLeft);
37
+ margin-inline-start: var(--pf-v5-c-number-input__unit--c-input-group--MarginLeft);
38
38
  }
39
39
 
40
40
  .pf-v5-c-number-input__icon {
@@ -33,7 +33,7 @@
33
33
  width: var(--#{$number-input}--c-form-control--Width);
34
34
 
35
35
  > :is(input) {
36
- text-align: right;
36
+ text-align: end;
37
37
 
38
38
  @extend %pf-v5-remove-num-arrows;
39
39
  }
@@ -42,7 +42,7 @@
42
42
 
43
43
  .#{$input-group} + .#{$number-input}__unit,
44
44
  .#{$number-input}__unit + .#{$input-group} {
45
- margin-left: var(--#{$number-input}__unit--c-input-group--MarginLeft);
45
+ margin-inline-start: var(--#{$number-input}__unit--c-input-group--MarginLeft);
46
46
  }
47
47
 
48
48
  .#{$number-input}__icon {
@@ -71,8 +71,8 @@
71
71
  max-width: 100%;
72
72
  }
73
73
  .pf-v5-c-options-menu .pf-v5-c-divider {
74
- margin-top: var(--pf-v5-c-options-menu--c-divider--MarginTop);
75
- margin-bottom: var(--pf-v5-c-options-menu--c-divider--MarginBottom);
74
+ margin-block-start: var(--pf-v5-c-options-menu--c-divider--MarginTop);
75
+ margin-block-end: var(--pf-v5-c-options-menu--c-divider--MarginBottom);
76
76
  }
77
77
  .pf-v5-c-options-menu .pf-v5-c-divider:last-child {
78
78
  --pf-v5-c-options-menu--c-divider--MarginBottom: 0;
@@ -81,13 +81,16 @@
81
81
  .pf-v5-c-options-menu__toggle:not(.pf-m-plain)::before,
82
82
  .pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button::before {
83
83
  position: absolute;
84
- top: 0;
85
- right: 0;
86
- bottom: 0;
87
- left: 0;
84
+ inset-block-start: 0;
85
+ inset-block-end: 0;
86
+ inset-inline-start: 0;
87
+ inset-inline-end: 0;
88
88
  content: "";
89
89
  border: var(--pf-v5-c-options-menu__toggle--BorderWidth) solid;
90
- border-color: var(--pf-v5-c-options-menu__toggle--BorderTopColor) var(--pf-v5-c-options-menu__toggle--BorderRightColor) var(--pf-v5-c-options-menu__toggle--BorderBottomColor) var(--pf-v5-c-options-menu__toggle--BorderLeftColor);
90
+ border-block-start-color: var(--pf-v5-c-options-menu__toggle--BorderTopColor);
91
+ border-block-end-color: var(--pf-v5-c-options-menu__toggle--BorderBottomColor);
92
+ border-inline-start-color: var(--pf-v5-c-options-menu__toggle--BorderLeftColor);
93
+ border-inline-end-color: var(--pf-v5-c-options-menu__toggle--BorderRightColor);
91
94
  }
92
95
  .pf-v5-c-options-menu__toggle:not(.pf-m-plain):hover::before,
93
96
  .pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button:hover::before {
@@ -97,12 +100,12 @@
97
100
  .pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button:active::before,
98
101
  .pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button.pf-m-active::before {
99
102
  --pf-v5-c-options-menu__toggle--BorderBottomColor: var(--pf-v5-c-options-menu__toggle--active--BorderBottomColor);
100
- border-bottom-width: var(--pf-v5-c-options-menu__toggle--active--BorderBottomWidth);
103
+ border-block-end-width: var(--pf-v5-c-options-menu__toggle--active--BorderBottomWidth);
101
104
  }
102
105
  .pf-v5-c-options-menu__toggle:not(.pf-m-plain):focus::before,
103
106
  .pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button:focus::before {
104
107
  --pf-v5-c-options-menu__toggle--BorderBottomColor: var(--pf-v5-c-options-menu__toggle--focus--BorderBottomColor);
105
- border-bottom-width: var(--pf-v5-c-options-menu__toggle--focus--BorderBottomWidth);
108
+ border-block-end-width: var(--pf-v5-c-options-menu__toggle--focus--BorderBottomWidth);
106
109
  }
107
110
 
108
111
  .pf-v5-c-options-menu__toggle {
@@ -112,14 +115,17 @@
112
115
  align-items: center;
113
116
  min-width: var(--pf-v5-c-options-menu__toggle--MinWidth);
114
117
  max-width: 100%;
115
- padding: var(--pf-v5-c-options-menu__toggle--PaddingTop) var(--pf-v5-c-options-menu__toggle--PaddingRight) var(--pf-v5-c-options-menu__toggle--PaddingBottom) var(--pf-v5-c-options-menu__toggle--PaddingLeft);
118
+ padding-block-start: var(--pf-v5-c-options-menu__toggle--PaddingTop);
119
+ padding-block-end: var(--pf-v5-c-options-menu__toggle--PaddingBottom);
120
+ padding-inline-start: var(--pf-v5-c-options-menu__toggle--PaddingLeft);
121
+ padding-inline-end: var(--pf-v5-c-options-menu__toggle--PaddingRight);
116
122
  color: var(--pf-v5-c-options-menu__toggle--Color);
117
123
  background-color: var(--pf-v5-c-options-menu__toggle--BackgroundColor);
118
124
  border: none;
119
125
  }
120
126
  .pf-v5-c-options-menu.pf-m-expanded > .pf-v5-c-options-menu__toggle::before {
121
127
  --pf-v5-c-options-menu__toggle--BorderBottomColor: var(--pf-v5-c-options-menu__toggle--expanded--BorderBottomColor);
122
- border-bottom-width: var(--pf-v5-c-options-menu__toggle--expanded--BorderBottomWidth);
128
+ border-block-end-width: var(--pf-v5-c-options-menu__toggle--expanded--BorderBottomWidth);
123
129
  }
124
130
  .pf-v5-c-options-menu__toggle.pf-m-plain {
125
131
  --pf-v5-c-options-menu__toggle-icon--Color: var(--pf-v5-c-options-menu--m-plain__toggle-icon--Color);
@@ -152,7 +158,10 @@
152
158
  }
153
159
 
154
160
  .pf-v5-c-options-menu__toggle-button {
155
- padding: var(--pf-v5-c-options-menu__toggle-button--PaddingTop) var(--pf-v5-c-options-menu__toggle-button--PaddingRight) var(--pf-v5-c-options-menu__toggle-button--PaddingBottom) var(--pf-v5-c-options-menu__toggle-button--PaddingLeft);
161
+ padding-block-start: var(--pf-v5-c-options-menu__toggle-button--PaddingTop);
162
+ padding-block-end: var(--pf-v5-c-options-menu__toggle-button--PaddingBottom);
163
+ padding-inline-start: var(--pf-v5-c-options-menu__toggle-button--PaddingLeft);
164
+ padding-inline-end: var(--pf-v5-c-options-menu__toggle-button--PaddingRight);
156
165
  background-color: var(--pf-v5-c-options-menu__toggle-button--BackgroundColor);
157
166
  border: 0;
158
167
  }
@@ -162,7 +171,7 @@
162
171
  text-overflow: ellipsis;
163
172
  white-space: nowrap;
164
173
  flex: 1 1 auto;
165
- text-align: left;
174
+ text-align: start;
166
175
  }
167
176
 
168
177
  .pf-v5-c-options-menu__toggle-icon,
@@ -171,8 +180,8 @@
171
180
  }
172
181
 
173
182
  .pf-v5-c-options-menu__toggle-icon {
174
- padding-right: var(--pf-v5-c-options-menu__toggle-icon--PaddingRight);
175
- padding-left: var(--pf-v5-c-options-menu__toggle-icon--PaddingLeft);
183
+ padding-inline-start: var(--pf-v5-c-options-menu__toggle-icon--PaddingLeft);
184
+ padding-inline-end: var(--pf-v5-c-options-menu__toggle-icon--PaddingRight);
176
185
  }
177
186
  .pf-v5-c-options-menu.pf-m-top.pf-m-expanded .pf-v5-c-options-menu__toggle-icon {
178
187
  transform: rotate(var(--pf-v5-c-options-menu--m-top--m-expanded__toggle-icon--Rotate));
@@ -180,17 +189,17 @@
180
189
 
181
190
  .pf-v5-c-options-menu__menu {
182
191
  position: absolute;
183
- top: var(--pf-v5-c-options-menu__menu--Top);
192
+ inset-block-start: var(--pf-v5-c-options-menu__menu--Top);
184
193
  z-index: var(--pf-v5-c-options-menu__menu--ZIndex);
185
194
  min-width: 100%;
186
- padding-top: var(--pf-v5-c-options-menu__menu--PaddingTop);
187
- padding-bottom: var(--pf-v5-c-options-menu__menu--PaddingBottom);
195
+ padding-block-start: var(--pf-v5-c-options-menu__menu--PaddingTop);
196
+ padding-block-end: var(--pf-v5-c-options-menu__menu--PaddingBottom);
188
197
  background-color: var(--pf-v5-c-options-menu__menu--BackgroundColor);
189
198
  background-clip: padding-box;
190
199
  box-shadow: var(--pf-v5-c-options-menu__menu--BoxShadow);
191
200
  }
192
201
  .pf-v5-c-options-menu__menu.pf-m-align-right {
193
- right: 0;
202
+ inset-inline-end: 0;
194
203
  }
195
204
  .pf-v5-c-options-menu.pf-m-top .pf-v5-c-options-menu__menu {
196
205
  --pf-v5-c-options-menu__menu--Top: var(--pf-v5-c-options-menu--m-top__menu--Top);
@@ -199,10 +208,10 @@
199
208
  .pf-v5-c-options-menu__menu.pf-m-static {
200
209
  --pf-v5-c-options-menu--m-top__menu--TranslateY: 0;
201
210
  position: static;
202
- top: auto;
203
- right: auto;
204
- bottom: auto;
205
- left: auto;
211
+ inset-block-start: auto;
212
+ inset-block-end: auto;
213
+ inset-inline-start: auto;
214
+ inset-inline-end: auto;
206
215
  z-index: auto;
207
216
  min-width: min-content;
208
217
  }
@@ -211,7 +220,10 @@
211
220
  display: flex;
212
221
  align-items: baseline;
213
222
  width: 100%;
214
- padding: var(--pf-v5-c-options-menu__menu-item--PaddingTop) var(--pf-v5-c-options-menu__menu-item--PaddingRight) var(--pf-v5-c-options-menu__menu-item--PaddingBottom) var(--pf-v5-c-options-menu__menu-item--PaddingLeft);
223
+ padding-block-start: var(--pf-v5-c-options-menu__menu-item--PaddingTop);
224
+ padding-block-end: var(--pf-v5-c-options-menu__menu-item--PaddingBottom);
225
+ padding-inline-start: var(--pf-v5-c-options-menu__menu-item--PaddingLeft);
226
+ padding-inline-end: var(--pf-v5-c-options-menu__menu-item--PaddingRight);
215
227
  font-size: var(--pf-v5-c-options-menu__menu-item--FontSize);
216
228
  color: var(--pf-v5-c-options-menu__menu-item--Color);
217
229
  white-space: nowrap;
@@ -231,21 +243,21 @@
231
243
  .pf-v5-c-options-menu__menu-item-icon {
232
244
  align-self: center;
233
245
  width: auto;
234
- padding-left: var(--pf-v5-c-options-menu__menu-item-icon--PaddingLeft);
235
- margin-left: auto;
246
+ padding-inline-start: var(--pf-v5-c-options-menu__menu-item-icon--PaddingLeft);
247
+ margin-inline-start: auto;
236
248
  font-size: var(--pf-v5-c-options-menu__menu-item-icon--FontSize);
237
249
  color: var(--pf-v5-c-options-menu__menu-item-icon--Color);
238
250
  }
239
251
 
240
252
  .pf-v5-c-options-menu__group + .pf-v5-c-options-menu__group {
241
- padding-top: var(--pf-v5-c-options-menu__group--group--PaddingTop);
253
+ padding-block-start: var(--pf-v5-c-options-menu__group--group--PaddingTop);
242
254
  }
243
255
 
244
256
  .pf-v5-c-options-menu__group-title {
245
- padding-top: var(--pf-v5-c-options-menu__group-title--PaddingTop);
246
- padding-right: var(--pf-v5-c-options-menu__group-title--PaddingRight);
247
- padding-bottom: var(--pf-v5-c-options-menu__group-title--PaddingBottom);
248
- padding-left: var(--pf-v5-c-options-menu__group-title--PaddingLeft);
257
+ padding-block-start: var(--pf-v5-c-options-menu__group-title--PaddingTop);
258
+ padding-block-end: var(--pf-v5-c-options-menu__group-title--PaddingBottom);
259
+ padding-inline-start: var(--pf-v5-c-options-menu__group-title--PaddingLeft);
260
+ padding-inline-end: var(--pf-v5-c-options-menu__group-title--PaddingRight);
249
261
  font-size: var(--pf-v5-c-options-menu__group-title--FontSize);
250
262
  font-weight: var(--pf-v5-c-options-menu__group-title--FontWeight);
251
263
  color: var(--pf-v5-c-options-menu__group-title--Color);
@@ -89,8 +89,8 @@
89
89
  max-width: 100%;
90
90
 
91
91
  .#{$divider} {
92
- margin-top: var(--#{$options-menu}--c-divider--MarginTop);
93
- margin-bottom: var(--#{$options-menu}--c-divider--MarginBottom);
92
+ margin-block-start: var(--#{$options-menu}--c-divider--MarginTop);
93
+ margin-block-end: var(--#{$options-menu}--c-divider--MarginBottom);
94
94
 
95
95
  // Support divider as last item in group to separate groups
96
96
  &:last-child {
@@ -103,13 +103,16 @@
103
103
  .#{$options-menu}.pf-m-text:not(.pf-m-plain) .#{$options-menu}__toggle-button {
104
104
  &::before {
105
105
  position: absolute;
106
- top: 0;
107
- right: 0;
108
- bottom: 0;
109
- left: 0;
106
+ inset-block-start: 0;
107
+ inset-block-end: 0;
108
+ inset-inline-start: 0;
109
+ inset-inline-end: 0;
110
110
  content: "";
111
111
  border: var(--#{$options-menu}__toggle--BorderWidth) solid;
112
- border-color: var(--#{$options-menu}__toggle--BorderTopColor) var(--#{$options-menu}__toggle--BorderRightColor) var(--#{$options-menu}__toggle--BorderBottomColor) var(--#{$options-menu}__toggle--BorderLeftColor);
112
+ border-block-start-color: var(--#{$options-menu}__toggle--BorderTopColor);
113
+ border-block-end-color: var(--#{$options-menu}__toggle--BorderBottomColor);
114
+ border-inline-start-color: var(--#{$options-menu}__toggle--BorderLeftColor);
115
+ border-inline-end-color: var(--#{$options-menu}__toggle--BorderRightColor);
113
116
  }
114
117
 
115
118
  &:hover {
@@ -123,7 +126,7 @@
123
126
  &::before {
124
127
  --#{$options-menu}__toggle--BorderBottomColor: var(--#{$options-menu}__toggle--active--BorderBottomColor);
125
128
 
126
- border-bottom-width: var(--#{$options-menu}__toggle--active--BorderBottomWidth);
129
+ border-block-end-width: var(--#{$options-menu}__toggle--active--BorderBottomWidth);
127
130
  }
128
131
  }
129
132
 
@@ -131,7 +134,7 @@
131
134
  &::before {
132
135
  --#{$options-menu}__toggle--BorderBottomColor: var(--#{$options-menu}__toggle--focus--BorderBottomColor);
133
136
 
134
- border-bottom-width: var(--#{$options-menu}__toggle--focus--BorderBottomWidth);
137
+ border-block-end-width: var(--#{$options-menu}__toggle--focus--BorderBottomWidth);
135
138
  }
136
139
  }
137
140
  }
@@ -143,7 +146,10 @@
143
146
  align-items: center;
144
147
  min-width: var(--#{$options-menu}__toggle--MinWidth);
145
148
  max-width: 100%;
146
- padding: var(--#{$options-menu}__toggle--PaddingTop) var(--#{$options-menu}__toggle--PaddingRight) var(--#{$options-menu}__toggle--PaddingBottom) var(--#{$options-menu}__toggle--PaddingLeft);
149
+ padding-block-start: var(--#{$options-menu}__toggle--PaddingTop);
150
+ padding-block-end: var(--#{$options-menu}__toggle--PaddingBottom);
151
+ padding-inline-start: var(--#{$options-menu}__toggle--PaddingLeft);
152
+ padding-inline-end: var(--#{$options-menu}__toggle--PaddingRight);
147
153
  color: var(--#{$options-menu}__toggle--Color);
148
154
  background-color: var(--#{$options-menu}__toggle--BackgroundColor);
149
155
  border: none;
@@ -152,7 +158,7 @@
152
158
  &::before {
153
159
  --#{$options-menu}__toggle--BorderBottomColor: var(--#{$options-menu}__toggle--expanded--BorderBottomColor);
154
160
 
155
- border-bottom-width: var(--#{$options-menu}__toggle--expanded--BorderBottomWidth);
161
+ border-block-end-width: var(--#{$options-menu}__toggle--expanded--BorderBottomWidth);
156
162
  }
157
163
  }
158
164
 
@@ -202,7 +208,10 @@
202
208
  }
203
209
 
204
210
  .#{$options-menu}__toggle-button {
205
- padding: var(--#{$options-menu}__toggle-button--PaddingTop) var(--#{$options-menu}__toggle-button--PaddingRight) var(--#{$options-menu}__toggle-button--PaddingBottom) var(--#{$options-menu}__toggle-button--PaddingLeft);
211
+ padding-block-start: var(--#{$options-menu}__toggle-button--PaddingTop);
212
+ padding-block-end: var(--#{$options-menu}__toggle-button--PaddingBottom);
213
+ padding-inline-start: var(--#{$options-menu}__toggle-button--PaddingLeft);
214
+ padding-inline-end: var(--#{$options-menu}__toggle-button--PaddingRight);
206
215
  background-color: var(--#{$options-menu}__toggle-button--BackgroundColor);
207
216
  border: 0;
208
217
  }
@@ -211,7 +220,7 @@
211
220
  @include pf-v5-text-overflow;
212
221
 
213
222
  flex: 1 1 auto;
214
- text-align: left;
223
+ text-align: start;
215
224
  }
216
225
 
217
226
  .#{$options-menu}__toggle-icon,
@@ -220,8 +229,8 @@
220
229
  }
221
230
 
222
231
  .#{$options-menu}__toggle-icon {
223
- padding-right: var(--#{$options-menu}__toggle-icon--PaddingRight);
224
- padding-left: var(--#{$options-menu}__toggle-icon--PaddingLeft);
232
+ padding-inline-start: var(--#{$options-menu}__toggle-icon--PaddingLeft);
233
+ padding-inline-end: var(--#{$options-menu}__toggle-icon--PaddingRight);
225
234
 
226
235
  .#{$options-menu}.pf-m-top.pf-m-expanded & {
227
236
  transform: rotate(var(--#{$options-menu}--m-top--m-expanded__toggle-icon--Rotate));
@@ -230,17 +239,17 @@
230
239
 
231
240
  .#{$options-menu}__menu {
232
241
  position: absolute;
233
- top: var(--#{$options-menu}__menu--Top);
242
+ inset-block-start: var(--#{$options-menu}__menu--Top);
234
243
  z-index: var(--#{$options-menu}__menu--ZIndex);
235
244
  min-width: 100%;
236
- padding-top: var(--#{$options-menu}__menu--PaddingTop);
237
- padding-bottom: var(--#{$options-menu}__menu--PaddingBottom);
245
+ padding-block-start: var(--#{$options-menu}__menu--PaddingTop);
246
+ padding-block-end: var(--#{$options-menu}__menu--PaddingBottom);
238
247
  background-color: var(--#{$options-menu}__menu--BackgroundColor);
239
248
  background-clip: padding-box;
240
249
  box-shadow: var(--#{$options-menu}__menu--BoxShadow);
241
250
 
242
251
  &.pf-m-align-right {
243
- right: 0;
252
+ inset-inline-end: 0;
244
253
  }
245
254
 
246
255
  .#{$options-menu}.pf-m-top & {
@@ -253,10 +262,10 @@
253
262
  --#{$options-menu}--m-top__menu--TranslateY: 0;
254
263
 
255
264
  position: static;
256
- top: auto;
257
- right: auto;
258
- bottom: auto;
259
- left: auto;
265
+ inset-block-start: auto;
266
+ inset-block-end: auto;
267
+ inset-inline-start: auto;
268
+ inset-inline-end: auto;
260
269
  z-index: auto;
261
270
  min-width: min-content;
262
271
  }
@@ -266,7 +275,10 @@
266
275
  display: flex;
267
276
  align-items: baseline;
268
277
  width: 100%;
269
- padding: var(--#{$options-menu}__menu-item--PaddingTop) var(--#{$options-menu}__menu-item--PaddingRight) var(--#{$options-menu}__menu-item--PaddingBottom) var(--#{$options-menu}__menu-item--PaddingLeft);
278
+ padding-block-start: var(--#{$options-menu}__menu-item--PaddingTop);
279
+ padding-block-end: var(--#{$options-menu}__menu-item--PaddingBottom);
280
+ padding-inline-start: var(--#{$options-menu}__menu-item--PaddingLeft);
281
+ padding-inline-end: var(--#{$options-menu}__menu-item--PaddingRight);
270
282
  font-size: var(--#{$options-menu}__menu-item--FontSize);
271
283
  color: var(--#{$options-menu}__menu-item--Color);
272
284
  white-space: nowrap;
@@ -290,23 +302,23 @@
290
302
  .#{$options-menu}__menu-item-icon {
291
303
  align-self: center;
292
304
  width: auto; // this allows the padding to apply when this class is used with an svg element
293
- padding-left: var(--#{$options-menu}__menu-item-icon--PaddingLeft);
294
- margin-left: auto;
305
+ padding-inline-start: var(--#{$options-menu}__menu-item-icon--PaddingLeft);
306
+ margin-inline-start: auto;
295
307
  font-size: var(--#{$options-menu}__menu-item-icon--FontSize);
296
308
  color: var(--#{$options-menu}__menu-item-icon--Color);
297
309
  }
298
310
 
299
311
  .#{$options-menu}__group {
300
312
  & + & {
301
- padding-top: var(--#{$options-menu}__group--group--PaddingTop);
313
+ padding-block-start: var(--#{$options-menu}__group--group--PaddingTop);
302
314
  }
303
315
  }
304
316
 
305
317
  .#{$options-menu}__group-title {
306
- padding-top: var(--#{$options-menu}__group-title--PaddingTop);
307
- padding-right: var(--#{$options-menu}__group-title--PaddingRight);
308
- padding-bottom: var(--#{$options-menu}__group-title--PaddingBottom);
309
- padding-left: var(--#{$options-menu}__group-title--PaddingLeft);
318
+ padding-block-start: var(--#{$options-menu}__group-title--PaddingTop);
319
+ padding-block-end: var(--#{$options-menu}__group-title--PaddingBottom);
320
+ padding-inline-start: var(--#{$options-menu}__group-title--PaddingLeft);
321
+ padding-inline-end: var(--#{$options-menu}__group-title--PaddingRight);
310
322
  font-size: var(--#{$options-menu}__group-title--FontSize);
311
323
  font-weight: var(--#{$options-menu}__group-title--FontWeight);
312
324
  color: var(--#{$options-menu}__group-title--Color);