@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
@@ -61,39 +61,61 @@
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%;
67
- 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
- }
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%;
72
- 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
- }
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));
78
- }
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));
83
- }
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);
86
- }
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;
90
- }
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);
93
- }
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;
64
+ .pf-v5-c-popover:is(.pf-m-top,
65
+ .pf-m-top-left,
66
+ .pf-m-top-right) {
67
+ --pf-v5-c-popover__arrow--Bottom: var(--pf-v5-c-popover--m-top--Bottom, 0);
68
+ --pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-top--Left, 50%);
69
+ --pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-top--TranslateX);
70
+ --pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-top--TranslateY);
71
+ --pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-top--Rotate);
72
+ }
73
+ .pf-v5-c-popover:is(.pf-m-bottom,
74
+ .pf-m-bottom-left,
75
+ .pf-m-bottom-right) {
76
+ --pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-bottom--Top, 0);
77
+ --pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-bottom--Left, 50%);
78
+ --pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-bottom--TranslateX);
79
+ --pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-bottom--TranslateY);
80
+ --pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-bottom--Rotate);
81
+ }
82
+ .pf-v5-c-popover:is(.pf-m-left,
83
+ .pf-m-left-top,
84
+ .pf-m-left-bottom) {
85
+ --pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-left--Top, 50%);
86
+ --pf-v5-c-popover__arrow--Right: var(--pf-v5-c-popover--m-left--Right, 0);
87
+ --pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-left--TranslateX);
88
+ --pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-left--TranslateY);
89
+ --pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-left--Rotate);
90
+ }
91
+ .pf-v5-c-popover:is(.pf-m-right,
92
+ .pf-m-right-top,
93
+ .pf-m-right-bottom) {
94
+ --pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-right--Top, 50%);
95
+ --pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-right--Left, 0);
96
+ --pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-right--TranslateX);
97
+ --pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-right--TranslateY);
98
+ --pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-right--Rotate);
99
+ }
100
+ .pf-v5-c-popover:is(.pf-m-left-top,
101
+ .pf-m-right-top) {
102
+ --pf-v5-c-popover__arrow--Top: 0;
103
+ --pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-top--TranslateY);
104
+ }
105
+ .pf-v5-c-popover:is(.pf-m-left-bottom,
106
+ .pf-m-right-bottom) {
107
+ --pf-v5-c-popover__arrow--Top: auto;
108
+ --pf-v5-c-popover__arrow--Bottom: 0;
109
+ }
110
+ .pf-v5-c-popover:is(.pf-m-top-left,
111
+ .pf-m-bottom-left) {
112
+ --pf-v5-c-popover__arrow--Left: 0;
113
+ --pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-left--TranslateX);
114
+ }
115
+ .pf-v5-c-popover:is(.pf-m-top-right,
116
+ .pf-m-bottom-right) {
117
+ --pf-v5-c-popover__arrow--Right: 0;
118
+ --pf-v5-c-popover__arrow--Left: auto;
97
119
  }
98
120
  .pf-v5-c-popover.pf-m-danger {
99
121
  --pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-danger__title-icon--Color);
@@ -118,30 +140,40 @@
118
140
 
119
141
  .pf-v5-c-popover__content {
120
142
  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);
143
+ padding-block-start: var(--pf-v5-c-popover__content--PaddingTop);
144
+ padding-block-end: var(--pf-v5-c-popover__content--PaddingBottom);
145
+ padding-inline-start: var(--pf-v5-c-popover__content--PaddingLeft);
146
+ padding-inline-end: var(--pf-v5-c-popover__content--PaddingRight);
122
147
  background-color: var(--pf-v5-c-popover__content--BackgroundColor);
123
148
  }
124
149
 
125
150
  .pf-v5-c-popover__close {
126
151
  position: absolute;
127
- top: var(--pf-v5-c-popover__close--Top);
128
- right: var(--pf-v5-c-popover__close--Right);
152
+ inset-block-start: var(--pf-v5-c-popover__close--Top);
153
+ inset-inline-end: var(--pf-v5-c-popover__close--Right);
129
154
  }
130
155
  .pf-v5-c-popover__close + * {
131
- padding-right: var(--pf-v5-c-popover__close--sibling--PaddingRight);
156
+ padding-inline-end: var(--pf-v5-c-popover__close--sibling--PaddingRight);
132
157
  }
133
158
 
134
159
  .pf-v5-c-popover__arrow {
135
160
  position: absolute;
161
+ /* stylelint-disable liberty/use-logical-spec */
162
+ top: var(--pf-v5-c-popover__arrow--Top, auto);
163
+ right: var(--pf-v5-c-popover__arrow--Right, auto);
164
+ bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
165
+ left: var(--pf-v5-c-popover__arrow--Left, auto);
166
+ /* stylelint-enable */
136
167
  width: var(--pf-v5-c-popover__arrow--Width);
137
168
  height: var(--pf-v5-c-popover__arrow--Height);
138
169
  pointer-events: none;
139
170
  background-color: var(--pf-v5-c-popover__arrow--BackgroundColor);
140
171
  box-shadow: var(--pf-v5-c-popover__arrow--BoxShadow);
172
+ transform: translateX(var(--pf-v5-c-popover__arrow--TranslateX, 0)) translateY(var(--pf-v5-c-popover__arrow--TranslateY, 0)) rotate(var(--pf-v5-c-popover__arrow--Rotate, 0));
141
173
  }
142
174
 
143
175
  .pf-v5-c-popover__header {
144
- margin-bottom: var(--pf-v5-c-popover__header--MarginBottom);
176
+ margin-block-end: var(--pf-v5-c-popover__header--MarginBottom);
145
177
  }
146
178
 
147
179
  .pf-v5-c-popover__title {
@@ -150,7 +182,7 @@
150
182
  }
151
183
 
152
184
  .pf-v5-c-popover__title-icon {
153
- margin-right: var(--pf-v5-c-popover__title-icon--MarginRight);
185
+ margin-inline-end: var(--pf-v5-c-popover__title-icon--MarginRight);
154
186
  font-size: var(--pf-v5-c-popover__title-icon--FontSize);
155
187
  color: var(--pf-v5-c-popover__title-icon--Color);
156
188
  }
@@ -167,7 +199,7 @@
167
199
  }
168
200
 
169
201
  .pf-v5-c-popover__footer {
170
- margin-top: var(--pf-v5-c-popover__footer--MarginTop);
202
+ margin-block-start: var(--pf-v5-c-popover__footer--MarginTop);
171
203
  }
172
204
 
173
205
  :where(.pf-v5-theme-dark) .pf-v5-c-popover {
@@ -88,74 +88,84 @@
88
88
  --#{$popover}--MaxWidth: none;
89
89
  }
90
90
 
91
- &.pf-m-top,
92
- &.pf-m-top-left,
93
- &.pf-m-top-right {
94
- .#{$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));
98
- }
99
- }
100
-
101
- &.pf-m-bottom,
102
- &.pf-m-bottom-left,
103
- &.pf-m-bottom-right {
104
- .#{$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));
108
- }
109
- }
110
-
111
- &.pf-m-left,
112
- &.pf-m-left-top,
113
- &.pf-m-left-bottom {
114
- .#{$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));
118
- }
119
- }
120
-
121
- &.pf-m-right,
122
- &.pf-m-right-top,
123
- &.pf-m-right-bottom {
124
- .#{$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));
128
- }
129
- }
130
-
131
- &.pf-m-left-top,
132
- &.pf-m-right-top {
133
- .#{$popover}__arrow {
134
- top: var(--#{$popover}__arrow--Height);
135
- }
136
- }
137
-
138
- &.pf-m-left-bottom,
139
- &.pf-m-right-bottom {
140
- .#{$popover}__arrow {
141
- top: auto;
142
- bottom: 0;
143
- }
144
- }
145
-
146
- &.pf-m-top-left,
147
- &.pf-m-bottom-left {
148
- .#{$popover}__arrow {
149
- left: var(--#{$popover}__arrow--Width);
150
- }
151
- }
152
-
153
- &.pf-m-top-right,
154
- &.pf-m-bottom-right {
155
- .#{$popover}__arrow {
156
- right: 0;
157
- left: auto;
158
- }
91
+ &:is(
92
+ .pf-m-top,
93
+ .pf-m-top-left,
94
+ .pf-m-top-right
95
+ ) {
96
+ --#{$popover}__arrow--Bottom: var(--#{$popover}--m-top--Bottom, 0);
97
+ --#{$popover}__arrow--Left: var(--#{$popover}--m-top--Left, 50%);
98
+ --#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-top--TranslateX);
99
+ --#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-top--TranslateY);
100
+ --#{$popover}__arrow--Rotate: var(--#{$popover}__arrow--m-top--Rotate);
101
+ }
102
+
103
+ &:is(
104
+ .pf-m-bottom,
105
+ .pf-m-bottom-left,
106
+ .pf-m-bottom-right
107
+ ) {
108
+ --#{$popover}__arrow--Top: var(--#{$popover}--m-bottom--Top, 0);
109
+ --#{$popover}__arrow--Left: var(--#{$popover}--m-bottom--Left, 50%);
110
+ --#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-bottom--TranslateX);
111
+ --#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-bottom--TranslateY);
112
+ --#{$popover}__arrow--Rotate: var(--#{$popover}__arrow--m-bottom--Rotate);
113
+ }
114
+
115
+ &:is(
116
+ .pf-m-left,
117
+ .pf-m-left-top,
118
+ .pf-m-left-bottom
119
+ ) {
120
+ --#{$popover}__arrow--Top: var(--#{$popover}--m-left--Top, 50%);
121
+ --#{$popover}__arrow--Right: var(--#{$popover}--m-left--Right, 0);
122
+ --#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-left--TranslateX);
123
+ --#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-left--TranslateY);
124
+ --#{$popover}__arrow--Rotate: var(--#{$popover}__arrow--m-left--Rotate);
125
+ }
126
+
127
+ &:is(
128
+ .pf-m-right,
129
+ .pf-m-right-top,
130
+ .pf-m-right-bottom
131
+ ) {
132
+ --#{$popover}__arrow--Top: var(--#{$popover}--m-right--Top, 50%);
133
+ --#{$popover}__arrow--Left: var(--#{$popover}--m-right--Left, 0);
134
+ --#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-right--TranslateX);
135
+ --#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-right--TranslateY);
136
+ --#{$popover}__arrow--Rotate: var(--#{$popover}__arrow--m-right--Rotate);
137
+ }
138
+
139
+ &:is(
140
+ .pf-m-left-top,
141
+ .pf-m-right-top
142
+ ) {
143
+ --#{$popover}__arrow--Top: 0;
144
+ --#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-top--TranslateY);
145
+ }
146
+
147
+ &:is(
148
+ .pf-m-left-bottom,
149
+ .pf-m-right-bottom
150
+ ) {
151
+ --#{$popover}__arrow--Top: auto;
152
+ --#{$popover}__arrow--Bottom: 0;
153
+ }
154
+
155
+ &:is(
156
+ .pf-m-top-left,
157
+ .pf-m-bottom-left
158
+ ) {
159
+ --#{$popover}__arrow--Left: 0;
160
+ --#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-left--TranslateX);
161
+ }
162
+
163
+ &:is(
164
+ .pf-m-top-right,
165
+ .pf-m-bottom-right
166
+ ) {
167
+ --#{$popover}__arrow--Right: 0;
168
+ --#{$popover}__arrow--Left: auto;
159
169
  }
160
170
 
161
171
  &.pf-m-danger {
@@ -186,33 +196,43 @@
186
196
 
187
197
  .#{$popover}__content {
188
198
  position: relative;
189
- padding: var(--#{$popover}__content--PaddingTop) var(--#{$popover}__content--PaddingRight) var(--#{$popover}__content--PaddingBottom) var(--#{$popover}__content--PaddingLeft);
199
+ padding-block-start: var(--#{$popover}__content--PaddingTop);
200
+ padding-block-end: var(--#{$popover}__content--PaddingBottom);
201
+ padding-inline-start: var(--#{$popover}__content--PaddingLeft);
202
+ padding-inline-end: var(--#{$popover}__content--PaddingRight);
190
203
  background-color: var(--#{$popover}__content--BackgroundColor);
191
204
  }
192
205
 
193
206
  // Close button
194
207
  .#{$popover}__close {
195
208
  position: absolute;
196
- top: var(--#{$popover}__close--Top);
197
- right: var(--#{$popover}__close--Right);
209
+ inset-block-start: var(--#{$popover}__close--Top);
210
+ inset-inline-end: var(--#{$popover}__close--Right);
198
211
 
199
212
  // Create room for the close button
200
213
  + * {
201
- padding-right: var(--#{$popover}__close--sibling--PaddingRight);
214
+ padding-inline-end: var(--#{$popover}__close--sibling--PaddingRight);
202
215
  }
203
216
  }
204
217
 
205
218
  .#{$popover}__arrow {
206
219
  position: absolute;
220
+ /* stylelint-disable liberty/use-logical-spec */
221
+ top: var(--#{$popover}__arrow--Top, auto);
222
+ right: var(--#{$popover}__arrow--Right, auto);
223
+ bottom: var(--#{$popover}__arrow--Bottom, auto);
224
+ left: var(--#{$popover}__arrow--Left, auto);
225
+ /* stylelint-enable */
207
226
  width: var(--#{$popover}__arrow--Width);
208
227
  height: var(--#{$popover}__arrow--Height);
209
228
  pointer-events: none;
210
229
  background-color: var(--#{$popover}__arrow--BackgroundColor);
211
230
  box-shadow: var(--#{$popover}__arrow--BoxShadow);
231
+ transform: translateX(var(--#{$popover}__arrow--TranslateX, 0)) translateY(var(--#{$popover}__arrow--TranslateY, 0)) rotate(var(--#{$popover}__arrow--Rotate, 0));
212
232
  }
213
233
 
214
234
  .#{$popover}__header {
215
- margin-bottom: var(--#{$popover}__header--MarginBottom);
235
+ margin-block-end: var(--#{$popover}__header--MarginBottom);
216
236
  }
217
237
 
218
238
  .#{$popover}__title {
@@ -221,7 +241,7 @@
221
241
  }
222
242
 
223
243
  .#{$popover}__title-icon {
224
- margin-right: var(--#{$popover}__title-icon--MarginRight);
244
+ margin-inline-end: var(--#{$popover}__title-icon--MarginRight);
225
245
  font-size: var(--#{$popover}__title-icon--FontSize);
226
246
  color: var(--#{$popover}__title-icon--Color);
227
247
  }
@@ -239,7 +259,7 @@
239
259
  }
240
260
 
241
261
  .#{$popover}__footer {
242
- margin-top: var(--#{$popover}__footer--MarginTop);
262
+ margin-block-start: var(--#{$popover}__footer--MarginTop);
243
263
  }
244
264
 
245
265
  // 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
 
@@ -132,6 +132,12 @@
132
132
  color: var(--pf-v5-c-progress__status-icon--Color);
133
133
  }
134
134
 
135
+ .pf-v5-c-progress__bar::before,
136
+ .pf-v5-c-progress__indicator {
137
+ top: 0;
138
+ left: 0;
139
+ }
140
+
135
141
  .pf-v5-c-progress__bar {
136
142
  position: relative;
137
143
  grid-row: 2/3;
@@ -142,8 +148,6 @@
142
148
  }
143
149
  .pf-v5-c-progress__bar::before {
144
150
  position: absolute;
145
- top: 0;
146
- left: 0;
147
151
  width: 100%;
148
152
  height: 100%;
149
153
  content: "";
@@ -153,8 +157,6 @@
153
157
 
154
158
  .pf-v5-c-progress__indicator {
155
159
  position: absolute;
156
- top: 0;
157
- left: 0;
158
160
  height: var(--pf-v5-c-progress__indicator--Height);
159
161
  background-color: var(--pf-v5-c-progress__indicator--BackgroundColor);
160
162
  }
@@ -162,7 +164,7 @@
162
164
  .pf-v5-c-progress__helper-text {
163
165
  grid-row: 3/4;
164
166
  grid-column: 1/3;
165
- margin-top: var(--pf-v5-c-progress__helper-text--MarginTop);
167
+ margin-block-start: var(--pf-v5-c-progress__helper-text--MarginTop);
166
168
  }
167
169
 
168
170
  :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
 
@@ -175,6 +175,15 @@
175
175
  color: var(--#{$progress}__status-icon--Color);
176
176
  }
177
177
 
178
+ .#{$progress}__bar::before,
179
+ .#{$progress}__indicator {
180
+ // disable linter as the indicator element should always grow ltr
181
+ // stylelint-disable liberty/use-logical-spec
182
+ top: 0;
183
+ left: 0;
184
+ // stylelint-enable
185
+ }
186
+
178
187
  // The progress__bar is a white underlay with a semi-transparent color on top, which matches the progress__indicator color
179
188
  .#{$progress}__bar {
180
189
  position: relative;
@@ -186,8 +195,6 @@
186
195
 
187
196
  &::before {
188
197
  position: absolute;
189
- top: 0;
190
- left: 0;
191
198
  width: 100%;
192
199
  height: 100%;
193
200
  content: "";
@@ -200,8 +207,6 @@
200
207
  // It is assumed that the width of the progress__indicator is set inline or via Javascript
201
208
  .#{$progress}__indicator {
202
209
  position: absolute; // position absolute to bring above the semi-transparent bar overlay
203
- top: 0;
204
- left: 0;
205
210
  height: var(--#{$progress}__indicator--Height);
206
211
  background-color: var(--#{$progress}__indicator--BackgroundColor);
207
212
  }
@@ -209,7 +214,7 @@
209
214
  .#{$progress}__helper-text {
210
215
  grid-row: 3 / 4;
211
216
  grid-column: 1 / 3;
212
- margin-top: var(--#{$progress}__helper-text--MarginTop);
217
+ margin-block-start: var(--#{$progress}__helper-text--MarginTop);
213
218
  }
214
219
 
215
220
  // 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);