@patternfly/patternfly 5.1.0-prerelease.2 → 5.1.0-prerelease.21

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 (273) hide show
  1. package/README.md +10 -0
  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 +22 -0
  6. package/base/_globals.scss +1 -1
  7. package/base/_variables.scss +7 -0
  8. package/base/patternfly-common.css +17 -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 +5 -0
  13. package/components/AboutModalBox/about-modal-box.css +20 -13
  14. package/components/AboutModalBox/about-modal-box.scss +20 -13
  15. package/components/Accordion/accordion.css +33 -20
  16. package/components/Accordion/accordion.scss +32 -20
  17. package/components/ActionList/action-list.css +2 -2
  18. package/components/ActionList/action-list.scss +2 -2
  19. package/components/Alert/alert-group.css +7 -4
  20. package/components/Alert/alert-group.scss +7 -4
  21. package/components/Alert/alert.css +19 -13
  22. package/components/Alert/alert.scss +18 -13
  23. package/components/AppLauncher/app-launcher.css +32 -23
  24. package/components/AppLauncher/app-launcher.scss +32 -23
  25. package/components/BackToTop/back-to-top.css +2 -2
  26. package/components/BackToTop/back-to-top.scss +2 -2
  27. package/components/Backdrop/backdrop.css +2 -2
  28. package/components/Backdrop/backdrop.scss +2 -2
  29. package/components/BackgroundImage/background-image.css +6 -3
  30. package/components/BackgroundImage/background-image.scss +8 -3
  31. package/components/Badge/badge.css +2 -2
  32. package/components/Badge/badge.scss +2 -2
  33. package/components/Banner/banner.css +5 -2
  34. package/components/Banner/banner.scss +5 -2
  35. package/components/Breadcrumb/breadcrumb.css +9 -3
  36. package/components/Breadcrumb/breadcrumb.scss +8 -3
  37. package/components/Button/button.css +23 -17
  38. package/components/Button/button.scss +22 -16
  39. package/components/Button/themes/dark/button.scss +1 -1
  40. package/components/CalendarMonth/calendar-month.css +25 -15
  41. package/components/CalendarMonth/calendar-month.scss +23 -15
  42. package/components/Card/card.css +24 -16
  43. package/components/Card/card.scss +23 -16
  44. package/components/Check/check.css +2 -2
  45. package/components/Check/check.scss +2 -2
  46. package/components/Chip/chip-group.css +6 -6
  47. package/components/Chip/chip-group.scss +6 -6
  48. package/components/Chip/chip.css +16 -9
  49. package/components/Chip/chip.scss +17 -9
  50. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  51. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  52. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  53. package/components/CodeBlock/code-block.css +6 -3
  54. package/components/CodeBlock/code-block.scss +6 -3
  55. package/components/CodeEditor/code-editor.css +31 -22
  56. package/components/CodeEditor/code-editor.scss +30 -21
  57. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  58. package/components/Content/content.css +33 -30
  59. package/components/Content/content.scss +33 -30
  60. package/components/ContextSelector/context-selector.css +41 -26
  61. package/components/ContextSelector/context-selector.scss +40 -25
  62. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  63. package/components/DataList/data-list-grid.css +21 -49
  64. package/components/DataList/data-list-grid.scss +3 -3
  65. package/components/DataList/data-list.css +69 -84
  66. package/components/DataList/data-list.scss +47 -35
  67. package/components/DatePicker/date-picker.css +8 -8
  68. package/components/DatePicker/date-picker.scss +8 -8
  69. package/components/DescriptionList/description-list.css +8 -5
  70. package/components/DescriptionList/description-list.scss +8 -5
  71. package/components/DragDrop/drag-drop.css +8 -8
  72. package/components/DragDrop/drag-drop.scss +8 -8
  73. package/components/Drawer/drawer.css +120 -61
  74. package/components/Drawer/drawer.scss +92 -43
  75. package/components/Dropdown/dropdown.css +75 -66
  76. package/components/Dropdown/dropdown.scss +65 -56
  77. package/components/DualListSelector/dual-list-selector.css +29 -15
  78. package/components/DualListSelector/dual-list-selector.scss +30 -15
  79. package/components/EmptyState/empty-state.css +7 -4
  80. package/components/EmptyState/empty-state.scss +7 -4
  81. package/components/ExpandableSection/expandable-section.css +17 -10
  82. package/components/ExpandableSection/expandable-section.scss +15 -10
  83. package/components/FileUpload/file-upload.css +9 -15
  84. package/components/FileUpload/file-upload.scss +9 -15
  85. package/components/Form/form.css +53 -50
  86. package/components/Form/form.scss +46 -44
  87. package/components/FormControl/form-control.css +21 -11
  88. package/components/FormControl/form-control.scss +21 -11
  89. package/components/HelperText/helper-text.css +1 -1
  90. package/components/HelperText/helper-text.scss +1 -1
  91. package/components/Hint/hint.css +9 -6
  92. package/components/Hint/hint.scss +9 -6
  93. package/components/Icon/icon.css +1 -1
  94. package/components/Icon/icon.scss +1 -1
  95. package/components/InlineEdit/inline-edit.css +4 -4
  96. package/components/InlineEdit/inline-edit.scss +4 -4
  97. package/components/InputGroup/input-group.css +12 -6
  98. package/components/InputGroup/input-group.scss +11 -5
  99. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  100. package/components/JumpLinks/jump-links.css +27 -24
  101. package/components/JumpLinks/jump-links.scss +26 -24
  102. package/components/Label/label-group.css +13 -10
  103. package/components/Label/label-group.scss +13 -10
  104. package/components/Label/label.css +9 -9
  105. package/components/Label/label.scss +9 -9
  106. package/components/List/list.css +9 -9
  107. package/components/List/list.scss +9 -9
  108. package/components/LogViewer/log-viewer.css +14 -14
  109. package/components/LogViewer/log-viewer.scss +14 -14
  110. package/components/Login/login.css +36 -27
  111. package/components/Login/login.scss +36 -27
  112. package/components/Masthead/masthead.css +19 -22
  113. package/components/Masthead/masthead.scss +19 -22
  114. package/components/Menu/menu.css +80 -66
  115. package/components/Menu/menu.scss +81 -69
  116. package/components/MenuToggle/menu-toggle.css +41 -29
  117. package/components/MenuToggle/menu-toggle.scss +41 -29
  118. package/components/ModalBox/modal-box.css +19 -19
  119. package/components/ModalBox/modal-box.scss +20 -20
  120. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  121. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  122. package/components/Nav/nav.css +120 -93
  123. package/components/Nav/nav.scss +120 -93
  124. package/components/Nav/themes/dark/nav.scss +2 -2
  125. package/components/NotificationBadge/notification-badge.css +13 -7
  126. package/components/NotificationBadge/notification-badge.scss +13 -7
  127. package/components/NotificationDrawer/notification-drawer.css +32 -19
  128. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  129. package/components/NumberInput/number-input.css +3 -3
  130. package/components/NumberInput/number-input.scss +2 -2
  131. package/components/OptionsMenu/options-menu.css +43 -31
  132. package/components/OptionsMenu/options-menu.scss +43 -31
  133. package/components/OverflowMenu/overflow-menu.css +2 -2
  134. package/components/OverflowMenu/overflow-menu.scss +2 -2
  135. package/components/Page/page.css +123 -65
  136. package/components/Page/page.scss +69 -40
  137. package/components/Page/themes/dark/page.scss +1 -1
  138. package/components/Pagination/pagination.css +28 -18
  139. package/components/Pagination/pagination.scss +25 -17
  140. package/components/Panel/panel.css +13 -7
  141. package/components/Panel/panel.scss +13 -7
  142. package/components/Popover/popover.css +82 -31
  143. package/components/Popover/popover.scss +104 -45
  144. package/components/Progress/progress.css +7 -7
  145. package/components/Progress/progress.scss +7 -7
  146. package/components/ProgressStepper/progress-stepper.css +26 -20
  147. package/components/ProgressStepper/progress-stepper.scss +25 -19
  148. package/components/Radio/radio.css +4 -5
  149. package/components/Radio/radio.scss +4 -5
  150. package/components/Select/select.css +56 -47
  151. package/components/Select/select.scss +56 -47
  152. package/components/Sidebar/sidebar.css +11 -5
  153. package/components/Sidebar/sidebar.scss +11 -5
  154. package/components/SimpleList/simple-list.css +10 -4
  155. package/components/SimpleList/simple-list.scss +10 -4
  156. package/components/Skeleton/skeleton.css +6 -5
  157. package/components/Skeleton/skeleton.scss +4 -5
  158. package/components/SkipToContent/skip-to-content.css +3 -3
  159. package/components/SkipToContent/skip-to-content.scss +3 -3
  160. package/components/Slider/slider.css +47 -26
  161. package/components/Slider/slider.scss +56 -28
  162. package/components/Switch/switch.css +9 -5
  163. package/components/Switch/switch.scss +10 -6
  164. package/components/TabContent/tab-content.css +4 -1
  165. package/components/TabContent/tab-content.scss +4 -1
  166. package/components/Table/table-grid.css +256 -219
  167. package/components/Table/table-grid.scss +53 -39
  168. package/components/Table/table-scrollable.css +4 -4
  169. package/components/Table/table-scrollable.scss +6 -4
  170. package/components/Table/table-tree-view.css +112 -105
  171. package/components/Table/table-tree-view.scss +38 -33
  172. package/components/Table/table.css +91 -69
  173. package/components/Table/table.scss +89 -69
  174. package/components/Tabs/tabs.css +76 -48
  175. package/components/Tabs/tabs.scss +74 -48
  176. package/components/TextInputGroup/text-input-group.css +15 -15
  177. package/components/TextInputGroup/text-input-group.scss +15 -15
  178. package/components/Tile/tile.css +10 -10
  179. package/components/Tile/tile.scss +10 -10
  180. package/components/ToggleGroup/toggle-group.css +14 -11
  181. package/components/ToggleGroup/toggle-group.scss +14 -11
  182. package/components/Toolbar/toolbar.css +44 -41
  183. package/components/Toolbar/toolbar.scss +24 -21
  184. package/components/Tooltip/tooltip.css +76 -25
  185. package/components/Tooltip/tooltip.scss +100 -41
  186. package/components/TreeView/tree-view.css +48 -27
  187. package/components/TreeView/tree-view.scss +51 -29
  188. package/components/Truncate/truncate.css +9 -0
  189. package/components/Truncate/truncate.scss +16 -3
  190. package/components/Wizard/wizard.css +57 -36
  191. package/components/Wizard/wizard.scss +57 -36
  192. package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
  193. package/docs/components/Badge/examples/Badge.md +16 -4
  194. package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
  195. package/docs/components/Button/examples/Button.css +2 -2
  196. package/docs/components/Button/examples/Button.md +1 -0
  197. package/docs/components/Card/examples/Card.md +152 -64
  198. package/docs/components/Chip/examples/Chip.md +1 -1
  199. package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
  200. package/docs/components/DataList/examples/DataList.md +391 -136
  201. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  202. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  203. package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
  204. package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
  205. package/docs/components/FormControl/examples/FormControl.md +2 -1
  206. package/docs/components/Hint/examples/Hint.md +57 -24
  207. package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
  208. package/docs/components/Label/examples/Label.md +1 -1
  209. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  210. package/docs/components/LogViewer/examples/LogViewer.md +40 -30
  211. package/docs/components/Menu/examples/Menu.md +41 -20
  212. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
  213. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  214. package/docs/components/Nav/examples/Navigation.css +3 -26
  215. package/docs/components/Nav/examples/Navigation.md +99 -0
  216. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
  217. package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
  218. package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
  219. package/docs/components/Pagination/examples/Pagination.md +195 -65
  220. package/docs/components/Popover/examples/Popover.css +3 -9
  221. package/docs/components/Popover/examples/Popover.md +4 -4
  222. package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
  223. package/docs/components/Select/deprecated/Select.css +3 -3
  224. package/docs/components/Select/deprecated/Select.md +40 -52
  225. package/docs/components/Table/examples/Table.css +2 -2
  226. package/docs/components/Table/examples/Table.md +4548 -1670
  227. package/docs/components/Tabs/examples/Tabs.md +1094 -438
  228. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  229. package/docs/components/Tile/examples/Tile.css +1 -1
  230. package/docs/components/Toolbar/examples/Toolbar.md +218 -128
  231. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  232. package/docs/components/Tooltip/examples/Tooltip.md +8 -6
  233. package/docs/components/TreeView/examples/TreeView.md +23 -8
  234. package/docs/components/Truncate/examples/Truncate.md +2 -2
  235. package/docs/components/Wizard/examples/Wizard.md +75 -36
  236. package/docs/demos/Card/examples/Card.css +3 -3
  237. package/docs/demos/Card/examples/Card.md +72 -31
  238. package/docs/demos/CardView/examples/CardView.md +182 -74
  239. package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
  240. package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
  241. package/docs/demos/DataList/examples/DataList.md +163 -70
  242. package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
  243. package/docs/demos/Drawer/examples/Drawer.md +20 -9
  244. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
  245. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
  246. package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
  247. package/docs/demos/Table/examples/Table.md +1422 -607
  248. package/docs/demos/Tabs/examples/Tabs.md +113 -48
  249. package/docs/demos/Toolbar/examples/Toolbar.md +318 -123
  250. package/docs/demos/Wizard/examples/Wizard.md +191 -41
  251. package/docs/layouts/Flex/examples/Flex.md +5 -5
  252. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  253. package/icons/pficons.mjs +1 -0
  254. package/layouts/Flex/flex.css +115 -43
  255. package/layouts/Flex/flex.scss +20 -8
  256. package/package.json +40 -37
  257. package/patternfly-addons.css +732 -972
  258. package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
  259. package/patternfly-base-no-globals.css +27 -3
  260. package/patternfly-base-theme-dark-unversioned.css +28 -4
  261. package/patternfly-base.css +28 -4
  262. package/patternfly-no-globals.css +2687 -1894
  263. package/patternfly-theme-dark-unversioned.css +2688 -1895
  264. package/patternfly.css +2688 -1895
  265. package/patternfly.min.css +1 -1
  266. package/patternfly.min.css.map +1 -1
  267. package/sass-utilities/functions.scss +6 -0
  268. package/sass-utilities/mixins.scss +62 -2
  269. package/sass-utilities/placeholders.scss +1 -1
  270. package/sass-utilities/scss-variables.scss +8 -8
  271. package/utilities/Accessibility/accessibility.css +12 -12
  272. package/utilities/Spacing/spacing.css +720 -960
  273. package/utilities/Spacing/spacing.scss +4 -8
@@ -61,39 +61,87 @@
61
61
  --pf-v5-c-popover--MinWidth: auto;
62
62
  --pf-v5-c-popover--MaxWidth: none;
63
63
  }
64
- .pf-v5-c-popover.pf-m-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-top-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-top-right .pf-v5-c-popover__arrow {
65
- bottom: 0;
66
- left: 50%;
64
+ .pf-v5-c-popover:is(.pf-m-top,
65
+ .pf-m-top-left,
66
+ .pf-m-top-right,
67
+ .pf-m-block-start,
68
+ .pf-m-block-start-inline-start,
69
+ .pf-m-block-start-inline-end) .pf-v5-c-popover__arrow {
70
+ inset-block-end: 0;
71
+ inset-inline-start: 50%;
67
72
  transform: translateX(var(--pf-v5-c-popover__arrow--m-top--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-top--Rotate));
68
73
  }
69
- .pf-v5-c-popover.pf-m-bottom .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-right .pf-v5-c-popover__arrow {
70
- top: 0;
71
- left: 50%;
74
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-top, .pf-m-top-left, .pf-m-top-right, .pf-m-block-start, .pf-m-block-start-inline-start, .pf-m-block-start-inline-end) .pf-v5-c-popover__arrow {
75
+ transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-top--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-top--Rotate));
76
+ }
77
+
78
+ .pf-v5-c-popover:is(.pf-m-bottom,
79
+ .pf-m-bottom-left,
80
+ .pf-m-bottom-right,
81
+ .pf-m-block-end,
82
+ .pf-m-block-end-inline-start,
83
+ .pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
84
+ inset-block-start: 0;
85
+ inset-inline-start: 50%;
72
86
  transform: translateX(var(--pf-v5-c-popover__arrow--m-bottom--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-bottom--Rotate));
73
87
  }
74
- .pf-v5-c-popover.pf-m-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-left-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-left-bottom .pf-v5-c-popover__arrow {
75
- top: 50%;
76
- right: 0;
77
- transform: translateX(var(--pf-v5-c-popover__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-left--Rotate));
88
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-bottom, .pf-m-bottom-left, .pf-m-bottom-right, .pf-m-block-end, .pf-m-block-end-inline-start, .pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
89
+ transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-bottom--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-bottom--Rotate));
78
90
  }
79
- .pf-v5-c-popover.pf-m-right .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-bottom .pf-v5-c-popover__arrow {
80
- top: 50%;
81
- left: 0;
82
- transform: translateX(var(--pf-v5-c-popover__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-right--Rotate));
91
+
92
+ .pf-v5-c-popover:is(.pf-m-left,
93
+ .pf-m-left-top,
94
+ .pf-m-left-bottom,
95
+ .pf-m-inline-start,
96
+ .pf-m-inline-start-block-start,
97
+ .pf-m-inline-start-block-end) .pf-v5-c-popover__arrow {
98
+ inset-block-start: 50%;
99
+ inset-inline-end: 0;
100
+ transform: translateX(var(--pf-v5-c-popover__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-left--Rotate));
83
101
  }
84
- .pf-v5-c-popover.pf-m-left-top .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-top .pf-v5-c-popover__arrow {
85
- top: var(--pf-v5-c-popover__arrow--Height);
102
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-left, .pf-m-left-top, .pf-m-left-bottom, .pf-m-inline-start, .pf-m-inline-start-block-start, .pf-m-inline-start-block-end) .pf-v5-c-popover__arrow {
103
+ transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-left--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-left--Rotate));
86
104
  }
87
- .pf-v5-c-popover.pf-m-left-bottom .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-right-bottom .pf-v5-c-popover__arrow {
88
- top: auto;
89
- bottom: 0;
105
+
106
+ .pf-v5-c-popover:is(.pf-m-right,
107
+ .pf-m-right-top,
108
+ .pf-m-right-bottom,
109
+ .pf-m-inline-end,
110
+ .pf-m-inline-end-block-start,
111
+ .pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
112
+ inset-block-start: 50%;
113
+ inset-inline-start: 0;
114
+ transform: translateX(var(--pf-v5-c-popover__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-right--Rotate));
90
115
  }
91
- .pf-v5-c-popover.pf-m-top-left .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-left .pf-v5-c-popover__arrow {
92
- left: var(--pf-v5-c-popover__arrow--Width);
116
+ :where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-right, .pf-m-right-top, .pf-m-right-bottom, .pf-m-inline-end, .pf-m-inline-end-block-start, .pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
117
+ transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-right--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-right--Rotate));
93
118
  }
94
- .pf-v5-c-popover.pf-m-top-right .pf-v5-c-popover__arrow, .pf-v5-c-popover.pf-m-bottom-right .pf-v5-c-popover__arrow {
95
- right: 0;
96
- left: auto;
119
+
120
+ .pf-v5-c-popover:is(.pf-m-left-top,
121
+ .pf-m-right-top,
122
+ .pf-m-inline-start-block-start,
123
+ .pf-m-inline-end-block-start) .pf-v5-c-popover__arrow {
124
+ inset-block-start: var(--pf-v5-c-popover__arrow--Height);
125
+ }
126
+ .pf-v5-c-popover:is(.pf-m-left-bottom,
127
+ .pf-m-right-bottom,
128
+ .pf-m-inline-start-block-end,
129
+ .pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
130
+ inset-block-start: auto;
131
+ inset-block-end: 0;
132
+ }
133
+ .pf-v5-c-popover:is(.pf-m-top-left,
134
+ .pf-m-bottom-left,
135
+ .pf-m-block-start-inline-start,
136
+ .pf-m-block-end-inline-start) .pf-v5-c-popover__arrow {
137
+ inset-inline-start: var(--pf-v5-c-popover__arrow--Width);
138
+ }
139
+ .pf-v5-c-popover:is(.pf-m-top-right,
140
+ .pf-m-bottom-right,
141
+ .pf-m-block-start-inline-end,
142
+ .pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
143
+ inset-inline-start: auto;
144
+ inset-inline-end: 0;
97
145
  }
98
146
  .pf-v5-c-popover.pf-m-danger {
99
147
  --pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-danger__title-icon--Color);
@@ -118,17 +166,20 @@
118
166
 
119
167
  .pf-v5-c-popover__content {
120
168
  position: relative;
121
- padding: var(--pf-v5-c-popover__content--PaddingTop) var(--pf-v5-c-popover__content--PaddingRight) var(--pf-v5-c-popover__content--PaddingBottom) var(--pf-v5-c-popover__content--PaddingLeft);
169
+ padding-block-start: var(--pf-v5-c-popover__content--PaddingTop);
170
+ padding-block-end: var(--pf-v5-c-popover__content--PaddingBottom);
171
+ padding-inline-start: var(--pf-v5-c-popover__content--PaddingLeft);
172
+ padding-inline-end: var(--pf-v5-c-popover__content--PaddingRight);
122
173
  background-color: var(--pf-v5-c-popover__content--BackgroundColor);
123
174
  }
124
175
 
125
176
  .pf-v5-c-popover__close {
126
177
  position: absolute;
127
- top: var(--pf-v5-c-popover__close--Top);
128
- right: var(--pf-v5-c-popover__close--Right);
178
+ inset-block-start: var(--pf-v5-c-popover__close--Top);
179
+ inset-inline-end: var(--pf-v5-c-popover__close--Right);
129
180
  }
130
181
  .pf-v5-c-popover__close + * {
131
- padding-right: var(--pf-v5-c-popover__close--sibling--PaddingRight);
182
+ padding-inline-end: var(--pf-v5-c-popover__close--sibling--PaddingRight);
132
183
  }
133
184
 
134
185
  .pf-v5-c-popover__arrow {
@@ -141,7 +192,7 @@
141
192
  }
142
193
 
143
194
  .pf-v5-c-popover__header {
144
- margin-bottom: var(--pf-v5-c-popover__header--MarginBottom);
195
+ margin-block-end: var(--pf-v5-c-popover__header--MarginBottom);
145
196
  }
146
197
 
147
198
  .pf-v5-c-popover__title {
@@ -150,7 +201,7 @@
150
201
  }
151
202
 
152
203
  .pf-v5-c-popover__title-icon {
153
- margin-right: var(--pf-v5-c-popover__title-icon--MarginRight);
204
+ margin-inline-end: var(--pf-v5-c-popover__title-icon--MarginRight);
154
205
  font-size: var(--pf-v5-c-popover__title-icon--FontSize);
155
206
  color: var(--pf-v5-c-popover__title-icon--Color);
156
207
  }
@@ -167,7 +218,7 @@
167
218
  }
168
219
 
169
220
  .pf-v5-c-popover__footer {
170
- margin-top: var(--pf-v5-c-popover__footer--MarginTop);
221
+ margin-block-start: var(--pf-v5-c-popover__footer--MarginTop);
171
222
  }
172
223
 
173
224
  :where(.pf-v5-theme-dark) .pf-v5-c-popover {
@@ -88,73 +88,129 @@
88
88
  --#{$popover}--MaxWidth: none;
89
89
  }
90
90
 
91
- &.pf-m-top,
92
- &.pf-m-top-left,
93
- &.pf-m-top-right {
91
+ &:is(
92
+ .pf-m-top,
93
+ .pf-m-top-left,
94
+ .pf-m-top-right,
95
+ .pf-m-block-start,
96
+ .pf-m-block-start-inline-start,
97
+ .pf-m-block-start-inline-end
98
+ ) {
94
99
  .#{$popover}__arrow {
95
- bottom: 0;
96
- left: 50%;
97
- transform: translateX(var(--#{$popover}__arrow--m-top--TranslateX)) translateY(var(--#{$popover}__arrow--m-top--TranslateY)) rotate(var(--#{$popover}__arrow--m-top--Rotate));
100
+ inset-block-end: 0;
101
+ inset-inline-start: 50%;
102
+
103
+ @include pf-v5-bidirectional-style(
104
+ $prop: transform,
105
+ $ltr-val: translateX(var(--#{$popover}__arrow--m-top--TranslateX)) translateY(var(--#{$popover}__arrow--m-top--TranslateY)) rotate(var(--#{$popover}__arrow--m-top--Rotate)),
106
+ $rtl-val: translateX(#{pf-v5-calc-inverse(var(--#{$popover}__arrow--m-top--TranslateX))}) translateY(var(--#{$popover}__arrow--m-top--TranslateY)) rotate(var(--#{$popover}__arrow--m-top--Rotate))
107
+ );
98
108
  }
99
109
  }
100
110
 
101
- &.pf-m-bottom,
102
- &.pf-m-bottom-left,
103
- &.pf-m-bottom-right {
111
+ &:is(
112
+ .pf-m-bottom,
113
+ .pf-m-bottom-left,
114
+ .pf-m-bottom-right,
115
+ .pf-m-block-end,
116
+ .pf-m-block-end-inline-start,
117
+ .pf-m-block-end-inline-end
118
+ ) {
104
119
  .#{$popover}__arrow {
105
- top: 0;
106
- left: 50%;
107
- transform: translateX(var(--#{$popover}__arrow--m-bottom--TranslateX)) translateY(var(--#{$popover}__arrow--m-bottom--TranslateY)) rotate(var(--#{$popover}__arrow--m-bottom--Rotate));
120
+ inset-block-start: 0;
121
+ inset-inline-start: 50%;
122
+
123
+ @include pf-v5-bidirectional-style(
124
+ $prop: transform,
125
+ $ltr-val: translateX(var(--#{$popover}__arrow--m-bottom--TranslateX)) translateY(var(--#{$popover}__arrow--m-bottom--TranslateY)) rotate(var(--#{$popover}__arrow--m-bottom--Rotate)),
126
+ $rtl-val: translateX(#{pf-v5-calc-inverse(var(--#{$popover}__arrow--m-bottom--TranslateX))}) translateY(var(--#{$popover}__arrow--m-bottom--TranslateY)) rotate(var(--#{$popover}__arrow--m-bottom--Rotate))
127
+ );
108
128
  }
109
129
  }
110
130
 
111
- &.pf-m-left,
112
- &.pf-m-left-top,
113
- &.pf-m-left-bottom {
131
+ &:is(
132
+ .pf-m-left,
133
+ .pf-m-left-top,
134
+ .pf-m-left-bottom,
135
+ .pf-m-inline-start,
136
+ .pf-m-inline-start-block-start,
137
+ .pf-m-inline-start-block-end
138
+ ) {
114
139
  .#{$popover}__arrow {
115
- top: 50%;
116
- right: 0;
117
- transform: translateX(var(--#{$popover}__arrow--m-left--TranslateX)) translateY(var(--#{$popover}__arrow--m-left--TranslateY)) rotate(var(--#{$popover}__arrow--m-left--Rotate));
140
+ inset-block-start: 50%;
141
+ inset-inline-end: 0;
142
+
143
+ @include pf-v5-bidirectional-style(
144
+ $prop: transform,
145
+ $ltr-val: translateX(var(--#{$popover}__arrow--m-left--TranslateX)) translateY(var(--#{$popover}__arrow--m-left--TranslateY)) rotate(var(--#{$popover}__arrow--m-left--Rotate)),
146
+ $rtl-val: translateX(#{pf-v5-calc-inverse(var(--#{$popover}__arrow--m-left--TranslateX))}) translateY(var(--#{$popover}__arrow--m-left--TranslateY)) rotate(var(--#{$popover}__arrow--m-left--Rotate))
147
+ );
118
148
  }
119
149
  }
120
150
 
121
- &.pf-m-right,
122
- &.pf-m-right-top,
123
- &.pf-m-right-bottom {
151
+ &:is(
152
+ .pf-m-right,
153
+ .pf-m-right-top,
154
+ .pf-m-right-bottom,
155
+ .pf-m-inline-end,
156
+ .pf-m-inline-end-block-start,
157
+ .pf-m-inline-end-block-end
158
+ ) {
124
159
  .#{$popover}__arrow {
125
- top: 50%;
126
- left: 0;
127
- transform: translateX(var(--#{$popover}__arrow--m-right--TranslateX)) translateY(var(--#{$popover}__arrow--m-right--TranslateY)) rotate(var(--#{$popover}__arrow--m-right--Rotate));
160
+ inset-block-start: 50%;
161
+ inset-inline-start: 0;
162
+
163
+ @include pf-v5-bidirectional-style(
164
+ $prop: transform,
165
+ $ltr-val: translateX(var(--#{$popover}__arrow--m-right--TranslateX)) translateY(var(--#{$popover}__arrow--m-right--TranslateY)) rotate(var(--#{$popover}__arrow--m-right--Rotate)),
166
+ $rtl-val: translateX(#{pf-v5-calc-inverse(var(--#{$popover}__arrow--m-right--TranslateX))}) translateY(var(--#{$popover}__arrow--m-right--TranslateY)) rotate(var(--#{$popover}__arrow--m-right--Rotate))
167
+ );
128
168
  }
129
169
  }
130
170
 
131
- &.pf-m-left-top,
132
- &.pf-m-right-top {
171
+ &:is(
172
+ .pf-m-left-top,
173
+ .pf-m-right-top,
174
+ .pf-m-inline-start-block-start,
175
+ .pf-m-inline-end-block-start
176
+ ) {
133
177
  .#{$popover}__arrow {
134
- top: var(--#{$popover}__arrow--Height);
178
+ inset-block-start: var(--#{$popover}__arrow--Height);
135
179
  }
136
180
  }
137
181
 
138
- &.pf-m-left-bottom,
139
- &.pf-m-right-bottom {
182
+ &:is(
183
+ .pf-m-left-bottom,
184
+ .pf-m-right-bottom,
185
+ .pf-m-inline-start-block-end,
186
+ .pf-m-inline-end-block-end
187
+ ) {
140
188
  .#{$popover}__arrow {
141
- top: auto;
142
- bottom: 0;
189
+ inset-block-start: auto;
190
+ inset-block-end: 0;
143
191
  }
144
192
  }
145
193
 
146
- &.pf-m-top-left,
147
- &.pf-m-bottom-left {
194
+ &:is(
195
+ .pf-m-top-left,
196
+ .pf-m-bottom-left,
197
+ .pf-m-block-start-inline-start,
198
+ .pf-m-block-end-inline-start
199
+ ) {
148
200
  .#{$popover}__arrow {
149
- left: var(--#{$popover}__arrow--Width);
201
+ inset-inline-start: var(--#{$popover}__arrow--Width);
150
202
  }
151
203
  }
152
204
 
153
- &.pf-m-top-right,
154
- &.pf-m-bottom-right {
205
+ &:is(
206
+ .pf-m-top-right,
207
+ .pf-m-bottom-right,
208
+ .pf-m-block-start-inline-end,
209
+ .pf-m-block-end-inline-end
210
+ ) {
155
211
  .#{$popover}__arrow {
156
- right: 0;
157
- left: auto;
212
+ inset-inline-start: auto;
213
+ inset-inline-end: 0;
158
214
  }
159
215
  }
160
216
 
@@ -186,19 +242,22 @@
186
242
 
187
243
  .#{$popover}__content {
188
244
  position: relative;
189
- padding: var(--#{$popover}__content--PaddingTop) var(--#{$popover}__content--PaddingRight) var(--#{$popover}__content--PaddingBottom) var(--#{$popover}__content--PaddingLeft);
245
+ padding-block-start: var(--#{$popover}__content--PaddingTop);
246
+ padding-block-end: var(--#{$popover}__content--PaddingBottom);
247
+ padding-inline-start: var(--#{$popover}__content--PaddingLeft);
248
+ padding-inline-end: var(--#{$popover}__content--PaddingRight);
190
249
  background-color: var(--#{$popover}__content--BackgroundColor);
191
250
  }
192
251
 
193
252
  // Close button
194
253
  .#{$popover}__close {
195
254
  position: absolute;
196
- top: var(--#{$popover}__close--Top);
197
- right: var(--#{$popover}__close--Right);
255
+ inset-block-start: var(--#{$popover}__close--Top);
256
+ inset-inline-end: var(--#{$popover}__close--Right);
198
257
 
199
258
  // Create room for the close button
200
259
  + * {
201
- padding-right: var(--#{$popover}__close--sibling--PaddingRight);
260
+ padding-inline-end: var(--#{$popover}__close--sibling--PaddingRight);
202
261
  }
203
262
  }
204
263
 
@@ -212,7 +271,7 @@
212
271
  }
213
272
 
214
273
  .#{$popover}__header {
215
- margin-bottom: var(--#{$popover}__header--MarginBottom);
274
+ margin-block-end: var(--#{$popover}__header--MarginBottom);
216
275
  }
217
276
 
218
277
  .#{$popover}__title {
@@ -221,7 +280,7 @@
221
280
  }
222
281
 
223
282
  .#{$popover}__title-icon {
224
- margin-right: var(--#{$popover}__title-icon--MarginRight);
283
+ margin-inline-end: var(--#{$popover}__title-icon--MarginRight);
225
284
  font-size: var(--#{$popover}__title-icon--FontSize);
226
285
  color: var(--#{$popover}__title-icon--Color);
227
286
  }
@@ -239,7 +298,7 @@
239
298
  }
240
299
 
241
300
  .#{$popover}__footer {
242
- margin-top: var(--#{$popover}__footer--MarginTop);
301
+ margin-block-start: var(--#{$popover}__footer--MarginTop);
243
302
  }
244
303
 
245
304
  // stylelint-disable no-invalid-position-at-import-rule
@@ -69,7 +69,7 @@
69
69
  }
70
70
  .pf-v5-c-progress.pf-m-outside .pf-v5-c-progress__measure.pf-m-static-width {
71
71
  min-width: var(--pf-v5-c-progress__measure--m-static-width--MinWidth);
72
- text-align: left;
72
+ text-align: start;
73
73
  }
74
74
  .pf-v5-c-progress.pf-m-outside .pf-v5-c-progress__bar,
75
75
  .pf-v5-c-progress.pf-m-outside .pf-v5-c-progress__indicator {
@@ -124,7 +124,7 @@
124
124
  gap: var(--pf-v5-c-progress__status--Gap);
125
125
  align-items: flex-start;
126
126
  justify-content: flex-end;
127
- text-align: right;
127
+ text-align: end;
128
128
  word-break: break-word;
129
129
  }
130
130
 
@@ -142,8 +142,8 @@
142
142
  }
143
143
  .pf-v5-c-progress__bar::before {
144
144
  position: absolute;
145
- top: 0;
146
- left: 0;
145
+ inset-block-start: 0;
146
+ inset-inline-start: 0;
147
147
  width: 100%;
148
148
  height: 100%;
149
149
  content: "";
@@ -153,8 +153,8 @@
153
153
 
154
154
  .pf-v5-c-progress__indicator {
155
155
  position: absolute;
156
- top: 0;
157
- left: 0;
156
+ inset-block-start: 0;
157
+ inset-inline-start: 0;
158
158
  height: var(--pf-v5-c-progress__indicator--Height);
159
159
  background-color: var(--pf-v5-c-progress__indicator--BackgroundColor);
160
160
  }
@@ -162,7 +162,7 @@
162
162
  .pf-v5-c-progress__helper-text {
163
163
  grid-row: 3/4;
164
164
  grid-column: 1/3;
165
- margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
165
+ margin-block-start: var(--pf-v5-c-progress__helper-text--MarginTop);
166
166
  }
167
167
 
168
168
  :where(.pf-v5-theme-dark) .pf-v5-c-progress {
@@ -93,7 +93,7 @@
93
93
 
94
94
  &.pf-m-static-width {
95
95
  min-width: var(--#{$progress}__measure--m-static-width--MinWidth);
96
- text-align: left;
96
+ text-align: start;
97
97
  }
98
98
  }
99
99
 
@@ -166,7 +166,7 @@
166
166
  gap: var(--#{$progress}__status--Gap);
167
167
  align-items: flex-start;
168
168
  justify-content: flex-end;
169
- text-align: right;
169
+ text-align: end;
170
170
  word-break: break-word;
171
171
  }
172
172
 
@@ -186,8 +186,8 @@
186
186
 
187
187
  &::before {
188
188
  position: absolute;
189
- top: 0;
190
- left: 0;
189
+ inset-block-start: 0;
190
+ inset-inline-start: 0;
191
191
  width: 100%;
192
192
  height: 100%;
193
193
  content: "";
@@ -200,8 +200,8 @@
200
200
  // It is assumed that the width of the progress__indicator is set inline or via Javascript
201
201
  .#{$progress}__indicator {
202
202
  position: absolute; // position absolute to bring above the semi-transparent bar overlay
203
- top: 0;
204
- left: 0;
203
+ inset-block-start: 0;
204
+ inset-inline-start: 0;
205
205
  height: var(--#{$progress}__indicator--Height);
206
206
  background-color: var(--#{$progress}__indicator--BackgroundColor);
207
207
  }
@@ -209,7 +209,7 @@
209
209
  .#{$progress}__helper-text {
210
210
  grid-row: 3 / 4;
211
211
  grid-column: 1 / 3;
212
- margin-top: var(--#{$progress}__helper-text--MarginTop);
212
+ margin-block-start: var(--#{$progress}__helper-text--MarginTop);
213
213
  }
214
214
 
215
215
  // stylelint-disable no-invalid-position-at-import-rule
@@ -17,7 +17,9 @@
17
17
  --pf-v5-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns: 1fr;
18
18
  --pf-v5-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom: var(--pf-v5-global--spacer--sm);
19
19
  --pf-v5-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow: auto;
20
+ --pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop: 0;
20
21
  --pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight: 0;
22
+ --pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft: 0;
21
23
  --pf-v5-c-progress-stepper--m-vertical--m-center__step-main--MarginRight: 0;
22
24
  --pf-v5-c-progress-stepper--m-vertical--m-center__step-main--MarginLeft: 0;
23
25
  --pf-v5-c-progress-stepper--m-horizontal--GridAutoFlow: column;
@@ -57,7 +59,7 @@
57
59
  --pf-v5-c-progress-stepper--m-center__step-description--MarginRight: 0;
58
60
  --pf-v5-c-progress-stepper--m-center__step-description--MarginLeft: 0;
59
61
  --pf-v5-c-progress-stepper--GridTemplateRows: auto 1fr;
60
- --pf-v5-c-progress-stepper__step-connector--JustifyContent: start;
62
+ --pf-v5-c-progress-stepper__step-connector--JustifyContent: flex-start;
61
63
  --pf-v5-c-progress-stepper__step-icon--ZIndex: var(--pf-v5-global--ZIndex--xs);
62
64
  --pf-v5-c-progress-stepper__step-icon--Width: 1.75rem;
63
65
  --pf-v5-c-progress-stepper__step-icon--Height: var(--pf-v5-c-progress-stepper__step-icon--Width);
@@ -69,7 +71,7 @@
69
71
  --pf-v5-c-progress-stepper__pficon--MarginTop: 3px;
70
72
  --pf-v5-c-progress-stepper__fa-exclamation-triangle--MarginTop: -5px;
71
73
  --pf-v5-c-progress-stepper__step-title--Color: var(--pf-v5-global--Color--100);
72
- --pf-v5-c-progress-stepper__step-title--TextAlign: left;
74
+ --pf-v5-c-progress-stepper__step-title--TextAlign: start;
73
75
  --pf-v5-c-progress-stepper__step-title--FontSize: var(--pf-v5-global--FontSize--md);
74
76
  --pf-v5-c-progress-stepper__step-title--FontWeight: var(--pf-v5-global--FontWeight--normal);
75
77
  --pf-v5-c-progress-stepper__step--m-current__step-title--FontWeight: var(--pf-v5-global--FontWeight--bold);
@@ -91,7 +93,7 @@
91
93
  --pf-v5-c-progress-stepper__step-description--MarginTop: var(--pf-v5-global--spacer--xs);
92
94
  --pf-v5-c-progress-stepper__step-description--FontSize: var(--pf-v5-global--FontSize--sm);
93
95
  --pf-v5-c-progress-stepper__step-description--Color: var(--pf-v5-global--Color--200);
94
- --pf-v5-c-progress-stepper__step-description--TextAlign: left;
96
+ --pf-v5-c-progress-stepper__step-description--TextAlign: start;
95
97
  --pf-v5-c-progress-stepper--GridAutoFlow: var(--pf-v5-c-progress-stepper--m-vertical--GridAutoFlow);
96
98
  --pf-v5-c-progress-stepper--GridTemplateColumns: var(--pf-v5-c-progress-stepper--m-vertical--GridTemplateColumns);
97
99
  --pf-v5-c-progress-stepper__step-connector--before--Top: var(--pf-v5-c-progress-stepper--m-vertical__step-connector--before--Top);
@@ -160,7 +162,7 @@
160
162
  position: relative;
161
163
  }
162
164
  .pf-v5-c-progress-stepper.pf-m-center .pf-v5-c-progress-stepper__step:not(:last-of-type) > .pf-v5-c-progress-stepper__step-connector::before {
163
- left: var(--pf-v5-c-progress-stepper--m-center__step-connector--before--Left);
165
+ inset-inline-start: var(--pf-v5-c-progress-stepper--m-center__step-connector--before--Left);
164
166
  }
165
167
  .pf-v5-c-progress-stepper.pf-m-center:not(.pf-m-compact) .pf-v5-c-progress-stepper__step:not(:last-of-type) > .pf-v5-c-progress-stepper__step-main::before {
166
168
  content: var(--pf-v5-c-progress-stepper--m-center__step-main--before--Content);
@@ -177,8 +179,9 @@
177
179
  --pf-v5-c-progress-stepper__step--m-current__step-title--FontWeight: var(--pf-v5-c-progress-stepper--m-compact__step-title--FontWeight);
178
180
  --pf-v5-c-progress-stepper__pficon--MarginTop: var(--pf-v5-c-progress-stepper--m-compact__pficon--MarginTop);
179
181
  --pf-v5-c-progress-stepper__fa-exclamation-triangle--MarginTop: var(--pf-v5-c-progress-stepper--m-compact__fa-exclamation-triangle--MarginTop);
180
- --pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft: var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft);
182
+ --pf-v5-c-progress-stepper--m-vertical__step-main--MarginTop: var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop);
181
183
  --pf-v5-c-progress-stepper--m-vertical__step-main--MarginRight: var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight);
184
+ --pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft: var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft);
182
185
  display: inline-grid;
183
186
  grid-template-columns: var(--pf-v5-c-progress-stepper--m-compact--GridTemplateColumns);
184
187
  grid-auto-flow: var(--pf-v5-c-progress-stepper--m-compact--GridAutoFlow);
@@ -186,15 +189,15 @@
186
189
  .pf-v5-c-progress-stepper.pf-m-compact .pf-v5-c-progress-stepper__step-connector {
187
190
  grid-row: var(--pf-v5-c-progress-stepper--m-compact__step-connector--GridRow);
188
191
  min-width: var(--pf-v5-c-progress-stepper--m-compact__step-connector--MinWidth);
189
- padding-bottom: var(--pf-v5-c-progress-stepper--m-compact__step-connector--PaddingBottom);
192
+ padding-block-end: var(--pf-v5-c-progress-stepper--m-compact__step-connector--PaddingBottom);
190
193
  }
191
194
  .pf-v5-c-progress-stepper.pf-m-compact .pf-v5-c-progress-stepper__step-main {
192
- margin-bottom: var(--pf-v5-c-progress-stepper--m-compact__step-main--MarginBottom);
195
+ margin-block-end: var(--pf-v5-c-progress-stepper--m-compact__step-main--MarginBottom);
193
196
  }
194
197
  .pf-v5-c-progress-stepper.pf-m-compact .pf-v5-c-progress-stepper__step:not(.pf-m-current) .pf-v5-c-progress-stepper__step-main {
195
198
  position: fixed;
196
- top: 0;
197
- left: 0;
199
+ inset-block-start: 0;
200
+ inset-inline-start: 0;
198
201
  overflow: hidden;
199
202
  clip: rect(0, 0, 0, 0);
200
203
  white-space: nowrap;
@@ -248,13 +251,13 @@
248
251
  }
249
252
  .pf-v5-c-progress-stepper__step:not(:last-of-type) > .pf-v5-c-progress-stepper__step-connector::before {
250
253
  position: absolute;
251
- top: var(--pf-v5-c-progress-stepper__step-connector--before--Top);
252
- left: var(--pf-v5-c-progress-stepper__step-connector--before--Left);
254
+ inset-block-start: var(--pf-v5-c-progress-stepper__step-connector--before--Top);
255
+ inset-inline-start: var(--pf-v5-c-progress-stepper__step-connector--before--Left);
253
256
  width: var(--pf-v5-c-progress-stepper__step-connector--before--Width);
254
257
  height: var(--pf-v5-c-progress-stepper__step-connector--before--Height);
255
258
  content: "";
256
- border-right: var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightColor);
257
- border-bottom: var(--pf-v5-c-progress-stepper__step-connector--before--BorderBottomWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderBottomColor);
259
+ border-block-end: var(--pf-v5-c-progress-stepper__step-connector--before--BorderBottomWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderBottomColor);
260
+ border-inline-end: var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightColor);
258
261
  transform: var(--pf-v5-c-progress-stepper__step-connector--before--Transform);
259
262
  }
260
263
 
@@ -272,25 +275,28 @@
272
275
  border-radius: 50%;
273
276
  }
274
277
  .pf-v5-c-progress-stepper__step-icon .pf-v5-pficon {
275
- margin-top: var(--pf-v5-c-progress-stepper__pficon--MarginTop);
278
+ margin-block-start: var(--pf-v5-c-progress-stepper__pficon--MarginTop);
276
279
  }
277
280
  .pf-v5-c-progress-stepper__step-icon .fa-exclamation-triangle {
278
- margin-top: var(--pf-v5-c-progress-stepper__fa-exclamation-triangle--MarginTop);
281
+ margin-block-start: var(--pf-v5-c-progress-stepper__fa-exclamation-triangle--MarginTop);
279
282
  }
280
283
 
281
284
  .pf-v5-c-progress-stepper__step-main {
282
285
  min-width: 0;
283
- margin: var(--pf-v5-c-progress-stepper__step-main--MarginTop) var(--pf-v5-c-progress-stepper__step-main--MarginRight) var(--pf-v5-c-progress-stepper__step-main--MarginBottom) var(--pf-v5-c-progress-stepper__step-main--MarginLeft);
286
+ margin-block-start: var(--pf-v5-c-progress-stepper__step-main--MarginTop);
287
+ margin-block-end: var(--pf-v5-c-progress-stepper__step-main--MarginBottom);
288
+ margin-inline-start: var(--pf-v5-c-progress-stepper__step-main--MarginLeft);
289
+ margin-inline-end: var(--pf-v5-c-progress-stepper__step-main--MarginRight);
284
290
  text-align: var(--pf-v5-c-progress-stepper--step-main--TextAlign, auto);
285
291
  overflow-wrap: anywhere;
286
292
  }
287
293
  .pf-v5-c-progress-stepper__step:not(:last-of-type) > .pf-v5-c-progress-stepper__step-main::before {
288
294
  position: absolute;
289
- top: calc(100% + var(--pf-v5-c-progress-stepper__step-main--MarginTop));
290
- left: calc(50% - var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) / 2);
295
+ inset-block-start: calc(100% + var(--pf-v5-c-progress-stepper__step-main--MarginTop));
296
+ inset-inline-start: calc(50% - var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) / 2);
291
297
  width: auto;
292
298
  height: calc(var(--pf-v5-c-progress-stepper__step-main--MarginTop) + var(--pf-v5-c-progress-stepper__step-main--MarginBottom));
293
- border-right: var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightColor);
299
+ border-inline-end: var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightColor);
294
300
  }
295
301
 
296
302
  .pf-v5-c-progress-stepper__step-title {
@@ -319,7 +325,7 @@
319
325
  }
320
326
 
321
327
  .pf-v5-c-progress-stepper__step-description {
322
- margin-top: var(--pf-v5-c-progress-stepper__step-description--MarginTop);
328
+ margin-block-start: var(--pf-v5-c-progress-stepper__step-description--MarginTop);
323
329
  font-size: var(--pf-v5-c-progress-stepper__step-description--FontSize);
324
330
  color: var(--pf-v5-c-progress-stepper__step-description--Color);
325
331
  text-align: var(--pf-v5-c-progress-stepper__step-description--TextAlign);