@patternfly/patternfly 5.1.0-prerelease.1 → 5.1.0-prerelease.11

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 (267) 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 +16 -13
  22. package/components/Alert/alert.scss +16 -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 +2 -2
  30. package/components/BackgroundImage/background-image.scss +2 -2
  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 +6 -3
  36. package/components/Breadcrumb/breadcrumb.scss +6 -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 +21 -15
  41. package/components/CalendarMonth/calendar-month.scss +21 -15
  42. package/components/Card/card.css +21 -16
  43. package/components/Card/card.scss +21 -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 +16 -10
  51. package/components/ClipboardCopy/clipboard-copy.scss +14 -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 +66 -84
  66. package/components/DataList/data-list.scss +45 -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 +75 -60
  74. package/components/Drawer/drawer.scss +51 -36
  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 +50 -50
  86. package/components/Form/form.scss +44 -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 +24 -24
  101. package/components/JumpLinks/jump-links.scss +24 -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 +69 -66
  115. package/components/Menu/menu.scss +69 -67
  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 +100 -93
  123. package/components/Nav/nav.scss +98 -91
  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 +28 -19
  128. package/components/NotificationDrawer/notification-drawer.scss +28 -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 +119 -65
  136. package/components/Page/page.scss +63 -39
  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 +24 -21
  143. package/components/Popover/popover.scss +24 -21
  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 +2 -5
  157. package/components/Skeleton/skeleton.scss +2 -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 +46 -26
  161. package/components/Slider/slider.scss +54 -26
  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 +2 -2
  169. package/components/Table/table-scrollable.scss +2 -2
  170. package/components/Table/table-tree-view.css +107 -104
  171. package/components/Table/table-tree-view.scss +32 -32
  172. package/components/Table/table.css +87 -69
  173. package/components/Table/table.scss +87 -69
  174. package/components/Tabs/tabs.css +66 -48
  175. package/components/Tabs/tabs.scss +66 -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 +19 -16
  185. package/components/Tooltip/tooltip.scss +19 -16
  186. package/components/TreeView/tree-view.css +42 -27
  187. package/components/TreeView/tree-view.scss +43 -28
  188. package/components/Wizard/wizard.css +57 -36
  189. package/components/Wizard/wizard.scss +57 -36
  190. package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
  191. package/docs/components/Badge/examples/Badge.md +16 -4
  192. package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
  193. package/docs/components/Button/examples/Button.css +2 -2
  194. package/docs/components/Button/examples/Button.md +1 -0
  195. package/docs/components/Card/examples/Card.md +152 -64
  196. package/docs/components/Chip/examples/Chip.md +31 -11
  197. package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
  198. package/docs/components/DataList/examples/DataList.md +391 -136
  199. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  200. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  201. package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
  202. package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
  203. package/docs/components/FormControl/examples/FormControl.md +2 -1
  204. package/docs/components/Hint/examples/Hint.md +57 -24
  205. package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
  206. package/docs/components/Label/examples/Label.md +1 -1
  207. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  208. package/docs/components/LogViewer/examples/LogViewer.md +40 -30
  209. package/docs/components/Menu/examples/Menu.md +41 -20
  210. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
  211. package/docs/components/ModalBox/examples/ModalBox.css +2 -2
  212. package/docs/components/Nav/examples/Navigation.css +3 -26
  213. package/docs/components/Nav/examples/Navigation.md +99 -0
  214. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
  215. package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
  216. package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
  217. package/docs/components/Pagination/examples/Pagination.md +195 -65
  218. package/docs/components/Popover/examples/Popover.css +2 -2
  219. package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
  220. package/docs/components/Select/deprecated/Select.css +3 -3
  221. package/docs/components/Select/deprecated/Select.md +43 -55
  222. package/docs/components/Table/examples/Table.css +2 -2
  223. package/docs/components/Table/examples/Table.md +4546 -1668
  224. package/docs/components/Tabs/examples/Tabs.md +1094 -438
  225. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  226. package/docs/components/TextInputGroup/examples/TextInputGroup.md +2 -2
  227. package/docs/components/Tile/examples/Tile.css +1 -1
  228. package/docs/components/Toolbar/examples/Toolbar.md +148 -80
  229. package/docs/components/TreeView/examples/TreeView.md +23 -8
  230. package/docs/components/Wizard/examples/Wizard.md +75 -36
  231. package/docs/demos/Card/examples/Card.css +3 -3
  232. package/docs/demos/Card/examples/Card.md +49 -24
  233. package/docs/demos/CardView/examples/CardView.md +182 -74
  234. package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
  235. package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
  236. package/docs/demos/DataList/examples/DataList.md +163 -70
  237. package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
  238. package/docs/demos/Drawer/examples/Drawer.md +20 -9
  239. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
  240. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
  241. package/docs/demos/Table/examples/Table.md +1422 -607
  242. package/docs/demos/Tabs/examples/Tabs.md +113 -48
  243. package/docs/demos/Toolbar/examples/Toolbar.md +320 -127
  244. package/docs/demos/Wizard/examples/Wizard.md +191 -41
  245. package/docs/layouts/Flex/examples/Flex.md +5 -5
  246. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  247. package/icons/pficons.mjs +1 -0
  248. package/layouts/Flex/flex.css +115 -43
  249. package/layouts/Flex/flex.scss +20 -8
  250. package/package.json +40 -37
  251. package/patternfly-addons.css +732 -972
  252. package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
  253. package/patternfly-base-no-globals.css +27 -3
  254. package/patternfly-base-theme-dark-unversioned.css +28 -4
  255. package/patternfly-base.css +28 -4
  256. package/patternfly-no-globals.css +2420 -1872
  257. package/patternfly-theme-dark-unversioned.css +2421 -1873
  258. package/patternfly.css +2421 -1873
  259. package/patternfly.min.css +1 -1
  260. package/patternfly.min.css.map +1 -1
  261. package/sass-utilities/functions.scss +6 -0
  262. package/sass-utilities/mixins.scss +62 -2
  263. package/sass-utilities/placeholders.scss +1 -1
  264. package/sass-utilities/scss-variables.scss +8 -8
  265. package/utilities/Accessibility/accessibility.css +12 -12
  266. package/utilities/Spacing/spacing.css +720 -960
  267. package/utilities/Spacing/spacing.scss +4 -8
@@ -347,7 +347,7 @@
347
347
  --pf-v5-c-menu__item-description--Color: var(--pf-v5-c-nav--c-menu__item-description--Color);
348
348
  }
349
349
  .pf-v5-c-nav .pf-v5-c-menu:first-child > .pf-v5-c-menu__content {
350
- border-bottom: var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav--c-menu__item--before--BorderBottomColor);
350
+ border-block-end: var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav--c-menu__item--before--BorderBottomColor);
351
351
  }
352
352
  .pf-v5-c-nav .pf-v5-c-menu.pf-m-flyout, .pf-v5-c-nav .pf-v5-c-menu.pf-m-flyout .pf-v5-c-menu {
353
353
  --pf-v5-c-menu--BoxShadow: var(--pf-v5-c-nav--c-menu--m-flyout--BoxShadow);
@@ -359,10 +359,10 @@
359
359
  --pf-v5-c-menu__item--PaddingRight: var(--pf-v5-c-nav--c-menu--m-flyout__item--PaddingRight);
360
360
  --pf-v5-c-menu__item--PaddingBottom: var(--pf-v5-c-nav--c-menu--m-flyout__item--PaddingBottom);
361
361
  --pf-v5-c-menu__item--PaddingLeft: var(--pf-v5-c-nav--c-menu--m-flyout__item--PaddingLeft);
362
- top: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Top);
363
- right: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Right);
364
- bottom: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Bottom);
365
- left: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Left);
362
+ inset-block-start: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Top);
363
+ inset-block-end: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Bottom);
364
+ inset-inline-start: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Left);
365
+ inset-inline-end: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Right);
366
366
  }
367
367
  .pf-v5-c-nav .pf-v5-c-menu.pf-m-flyout .pf-v5-c-menu__item:hover {
368
368
  --pf-v5-c-nav--c-menu__item--after--BorderLeftWidth: var(--pf-v5-c-nav--c-menu--m-flyout__item--hover--after--BorderLeftWidth);
@@ -377,8 +377,8 @@
377
377
  --pf-v5-c-nav--c-menu--m-flyout--c-menu--Left: auto;
378
378
  }
379
379
  .pf-v5-c-nav .pf-v5-c-menu .pf-v5-c-divider {
380
- margin-top: 0;
381
- margin-bottom: 0;
380
+ margin-block-start: 0;
381
+ margin-block-end: 0;
382
382
  }
383
383
  .pf-v5-c-nav .pf-v5-c-menu__item {
384
384
  position: relative;
@@ -386,19 +386,19 @@
386
386
  }
387
387
  .pf-v5-c-nav .pf-v5-c-menu__item::before, .pf-v5-c-nav .pf-v5-c-menu__item::after {
388
388
  position: absolute;
389
- top: 0;
389
+ inset-block-start: 0;
390
390
  content: "";
391
391
  }
392
392
  .pf-v5-c-nav .pf-v5-c-menu__item::before {
393
- right: 0;
394
- bottom: calc(var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) * -1);
395
- left: 0;
396
- border-bottom: var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav--c-menu__item--before--BorderBottomColor);
393
+ inset-block-end: calc(var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) * -1);
394
+ inset-inline-start: 0;
395
+ inset-inline-end: 0;
396
+ border-block-end: var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav--c-menu__item--before--BorderBottomColor);
397
397
  }
398
398
  .pf-v5-c-nav .pf-v5-c-menu__item::after {
399
- bottom: 0;
400
- left: 0;
401
- border-left: var(--pf-v5-c-nav--c-menu__item--after--BorderLeftWidth) solid var(--pf-v5-c-nav--c-menu__item--after--BorderLeftColor);
399
+ inset-block-end: 0;
400
+ inset-inline-start: 0;
401
+ border-inline-start: var(--pf-v5-c-nav--c-menu__item--after--BorderLeftWidth) solid var(--pf-v5-c-nav--c-menu__item--after--BorderLeftColor);
402
402
  }
403
403
  .pf-v5-c-nav .pf-v5-c-menu__item.pf-m-current {
404
404
  --pf-v5-c-nav--c-menu__item--after--BorderLeftWidth: var(--pf-v5-c-nav--c-menu__item--m-current--after--BorderLeftWidth);
@@ -412,7 +412,7 @@
412
412
  --pf-v5-c-menu__item--FontWeight: var(--pf-v5-c-nav--c-menu__list-item--m-drill-up__item--FontWeight);
413
413
  }
414
414
  .pf-v5-c-nav .pf-v5-c-menu__item-toggle-icon {
415
- margin-left: calc(var(--pf-v5-c-menu__item-toggle-icon--PaddingLeft) * -1);
415
+ margin-inline-start: calc(var(--pf-v5-c-menu__item-toggle-icon--PaddingLeft) * -1);
416
416
  }
417
417
  .pf-v5-c-nav.pf-m-horizontal .pf-v5-c-nav__link::after, .pf-v5-c-nav.pf-m-tertiary .pf-v5-c-nav__link::after {
418
418
  content: none;
@@ -452,16 +452,16 @@
452
452
  white-space: nowrap;
453
453
  }
454
454
  .pf-v5-c-nav.pf-m-horizontal .pf-v5-c-nav__link::before, .pf-v5-c-nav.pf-m-tertiary .pf-v5-c-nav__link::before, .pf-v5-c-nav.pf-m-horizontal-subnav .pf-v5-c-nav__link::before {
455
- top: auto;
456
- bottom: 0;
455
+ inset-block-start: auto;
456
+ inset-block-end: 0;
457
457
  }
458
458
  .pf-v5-c-nav.pf-m-horizontal .pf-v5-c-nav__link::before {
459
- right: var(--pf-v5-c-nav--m-horizontal__link--Right);
460
- left: var(--pf-v5-c-nav--m-horizontal__link--Left);
459
+ inset-inline-start: var(--pf-v5-c-nav--m-horizontal__link--Left);
460
+ inset-inline-end: var(--pf-v5-c-nav--m-horizontal__link--Right);
461
461
  }
462
462
  .pf-v5-c-nav.pf-m-tertiary .pf-v5-c-nav__link::before {
463
- right: var(--pf-v5-c-nav--m-tertiary__link--Right);
464
- left: var(--pf-v5-c-nav--m-tertiary__link--Left);
463
+ inset-inline-start: var(--pf-v5-c-nav--m-tertiary__link--Left);
464
+ inset-inline-end: var(--pf-v5-c-nav--m-tertiary__link--Right);
465
465
  }
466
466
  .pf-v5-c-nav.pf-m-light {
467
467
  --pf-v5-c-nav__item--before--BorderColor: var(--pf-v5-c-nav--m-light__item--before--BorderColor);
@@ -579,20 +579,20 @@
579
579
  }
580
580
  .pf-v5-c-nav .pf-v5-c-divider {
581
581
  --pf-v5-c-divider--after--BackgroundColor: var(--pf-v5-c-nav--c-divider--BackgroundColor);
582
- padding-right: var(--pf-v5-c-nav--c-divider--PaddingRight);
583
- padding-left: var(--pf-v5-c-nav--c-divider--PaddingLeft);
584
- margin-top: var(--pf-v5-c-nav--c-divider--MarginTop);
585
- margin-bottom: var(--pf-v5-c-nav--c-divider--MarginBottom);
582
+ padding-inline-start: var(--pf-v5-c-nav--c-divider--PaddingLeft);
583
+ padding-inline-end: var(--pf-v5-c-nav--c-divider--PaddingRight);
584
+ margin-block-start: var(--pf-v5-c-nav--c-divider--MarginTop);
585
+ margin-block-end: var(--pf-v5-c-nav--c-divider--MarginBottom);
586
586
  }
587
587
  .pf-v5-c-nav.pf-m-scrollable .pf-v5-c-nav__scroll-button {
588
588
  opacity: 1;
589
589
  }
590
590
  .pf-v5-c-nav.pf-m-scrollable .pf-v5-c-nav__scroll-button:nth-of-type(1) {
591
- margin-right: 0;
591
+ margin-inline-end: 0;
592
592
  transform: translateX(0);
593
593
  }
594
594
  .pf-v5-c-nav.pf-m-scrollable .pf-v5-c-nav__scroll-button:nth-of-type(2) {
595
- margin-left: 0;
595
+ margin-inline-start: 0;
596
596
  transform: translateX(0);
597
597
  }
598
598
  .pf-v5-c-nav.pf-m-overflow-hidden {
@@ -602,8 +602,8 @@
602
602
  .pf-v5-c-nav__list {
603
603
  position: relative;
604
604
  display: block;
605
- padding-top: var(--pf-v5-c-nav__list--PaddingTop);
606
- padding-bottom: var(--pf-v5-c-nav__list--PaddingBottom);
605
+ padding-block-start: var(--pf-v5-c-nav__list--PaddingTop);
606
+ padding-block-end: var(--pf-v5-c-nav__list--PaddingBottom);
607
607
  }
608
608
 
609
609
  .pf-v5-c-nav__item {
@@ -614,14 +614,14 @@
614
614
  }
615
615
  .pf-v5-c-nav__item.pf-m-expandable::before {
616
616
  position: absolute;
617
- right: 0;
618
- bottom: calc(var(--pf-v5-c-nav__item--before--BorderWidth) * -1);
619
- left: 0;
617
+ inset-block-end: calc(var(--pf-v5-c-nav__item--before--BorderWidth) * -1);
618
+ inset-inline-start: 0;
619
+ inset-inline-end: 0;
620
620
  content: "";
621
- border-bottom: var(--pf-v5-c-nav__item--before--BorderWidth) solid var(--pf-v5-c-nav__item--before--BorderColor);
621
+ border-block-end: var(--pf-v5-c-nav__item--before--BorderWidth) solid var(--pf-v5-c-nav__item--before--BorderColor);
622
622
  }
623
623
  .pf-v5-c-nav__item:not(:first-child) {
624
- margin-top: var(--pf-v5-c-nav__item--MarginTop);
624
+ margin-block-start: var(--pf-v5-c-nav__item--MarginTop);
625
625
  }
626
626
  .pf-v5-c-nav__item .pf-v5-c-nav__item:not(.pf-m-expanded) .pf-v5-c-nav__toggle-icon {
627
627
  transform: rotate(0);
@@ -632,18 +632,18 @@
632
632
  }
633
633
  @media screen and (min-width: 1200px) {
634
634
  .pf-v5-c-nav__item .pf-v5-c-nav__item.pf-m-expandable::before {
635
- border-bottom: none;
635
+ border-block-end: none;
636
636
  }
637
637
  }
638
638
  .pf-v5-c-nav__item .pf-v5-c-nav__item.pf-m-expandable .pf-v5-c-nav__list::before {
639
639
  position: absolute;
640
- top: 0;
641
- right: 0;
642
- bottom: 0;
643
- left: 0;
640
+ inset-block-start: 0;
641
+ inset-block-end: 0;
642
+ inset-inline-start: 0;
643
+ inset-inline-end: 0;
644
644
  pointer-events: none;
645
645
  content: "";
646
- border-left: var(--pf-v5-c-nav__item--before--BorderWidth) solid var(--pf-v5-c-nav__item--before--BorderColor);
646
+ border-inline-start: var(--pf-v5-c-nav__item--before--BorderWidth) solid var(--pf-v5-c-nav__item--before--BorderColor);
647
647
  }
648
648
  .pf-v5-c-nav__item .pf-v5-c-nav__toggle-icon {
649
649
  transform: rotate(var(--pf-v5-c-nav__item__toggle-icon--Rotate));
@@ -679,11 +679,11 @@
679
679
  --pf-v5-c-nav--c-menu--m-flyout--c-menu--Bottom: var(--pf-v5-c-nav__item--m-flyout--c-menu--m-top--Bottom);
680
680
  --pf-v5-c-nav--c-menu--m-flyout--c-menu--Right: var(--pf-v5-c-nav__item--m-flyout--c-menu--m-left--Right);
681
681
  position: absolute;
682
- top: var(--pf-v5-c-nav__item--m-flyout--c-menu--Top);
683
- left: var(--pf-v5-c-nav__item--m-flyout--c-menu--Left);
682
+ inset-block-start: var(--pf-v5-c-nav__item--m-flyout--c-menu--Top);
683
+ inset-inline-start: var(--pf-v5-c-nav__item--m-flyout--c-menu--Left);
684
684
  }
685
685
  .pf-v5-c-nav__item.pf-m-flyout .pf-v5-c-menu .pf-v5-c-menu {
686
- top: var(--pf-v5-c-nav__item--m-flyout--c-menu--c-menu--Top);
686
+ inset-block-start: var(--pf-v5-c-nav__item--m-flyout--c-menu--c-menu--Top);
687
687
  }
688
688
  .pf-v5-c-nav__item.pf-m-flyout .pf-v5-c-menu .pf-v5-c-menu__list-item:first-child {
689
689
  --pf-v5-c-nav__item--m-flyout--c-menu--c-menu--Top: var(--pf-v5-c-nav__item--m-flyout--c-menu__list-item--first-child--c-menu--Top);
@@ -695,22 +695,22 @@
695
695
  }
696
696
  .pf-v5-c-nav__item.pf-m-flyout .pf-v5-c-menu .pf-v5-c-menu__item::before {
697
697
  position: absolute;
698
- right: 0;
699
- bottom: 0;
700
- left: 0;
698
+ inset-block-end: 0;
699
+ inset-inline-start: 0;
700
+ inset-inline-end: 0;
701
701
  content: "";
702
- border-bottom: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav__item--m-flyout--c-menu__item--before--BorderBottomColor);
702
+ border-block-end: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav__item--m-flyout--c-menu__item--before--BorderBottomColor);
703
703
  }
704
704
  .pf-v5-c-nav__item.pf-m-flyout .pf-v5-c-menu .pf-v5-c-menu__item:hover::after {
705
705
  position: absolute;
706
- top: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--Top);
707
- bottom: 0;
708
- left: 0;
706
+ inset-block-start: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--Top);
707
+ inset-block-end: 0;
708
+ inset-inline-start: 0;
709
709
  content: "";
710
- border-left: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--BorderLeftWidth) solid var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--BorderLeftColor);
710
+ border-inline-start: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--BorderLeftWidth) solid var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--BorderLeftColor);
711
711
  }
712
712
  .pf-v5-c-nav__item.pf-m-drilldown.pf-m-expanded > .pf-v5-c-nav__subnav {
713
- left: 0;
713
+ inset-inline-start: 0;
714
714
  z-index: var(--pf-v5-c-nav__item--m-drilldown--m-expanded__subnav--ZIndex);
715
715
  }
716
716
 
@@ -718,7 +718,10 @@
718
718
  position: relative;
719
719
  display: flex;
720
720
  align-items: baseline;
721
- padding: var(--pf-v5-c-nav__link--PaddingTop) var(--pf-v5-c-nav__link--PaddingRight) var(--pf-v5-c-nav__link--PaddingBottom) var(--pf-v5-c-nav__link--PaddingLeft);
721
+ padding-block-start: var(--pf-v5-c-nav__link--PaddingTop);
722
+ padding-block-end: var(--pf-v5-c-nav__link--PaddingBottom);
723
+ padding-inline-start: var(--pf-v5-c-nav__link--PaddingLeft);
724
+ padding-inline-end: var(--pf-v5-c-nav__link--PaddingRight);
722
725
  font-size: var(--pf-v5-c-nav__link--FontSize);
723
726
  font-weight: var(--pf-v5-c-nav__link--FontWeight);
724
727
  color: var(--pf-v5-c-nav__link--Color);
@@ -731,63 +734,63 @@
731
734
  border: 0 solid;
732
735
  }
733
736
  .pf-v5-c-nav__link::before {
734
- right: 0;
735
- bottom: calc(var(--pf-v5-c-nav__link--before--BorderBottomWidth) * -1);
736
- left: 0;
737
+ inset-block-end: calc(var(--pf-v5-c-nav__link--before--BorderBottomWidth) * -1);
738
+ inset-inline-start: 0;
739
+ inset-inline-end: 0;
737
740
  border-color: var(--pf-v5-c-nav__link--before--BorderColor);
738
- border-bottom-width: var(--pf-v5-c-nav__link--before--BorderBottomWidth);
741
+ border-block-end-width: var(--pf-v5-c-nav__link--before--BorderBottomWidth);
739
742
  }
740
743
  .pf-v5-c-nav__link::after {
741
- top: 0;
742
- bottom: 0;
743
- left: 0;
744
+ inset-block-start: 0;
745
+ inset-block-end: 0;
746
+ inset-inline-start: 0;
744
747
  border: 0 solid;
745
748
  border-color: var(--pf-v5-c-nav__link--after--BorderColor);
746
- border-left-width: var(--pf-v5-c-nav__link--after--BorderLeftWidth);
749
+ border-inline-start-width: var(--pf-v5-c-nav__link--after--BorderLeftWidth);
747
750
  }
748
751
  .pf-v5-c-nav__link:hover, .pf-v5-c-nav__link.pf-m-hover {
749
752
  color: var(--pf-v5-c-nav__link--hover--Color);
750
753
  background-color: var(--pf-v5-c-nav__link--hover--BackgroundColor);
751
754
  }
752
755
  .pf-v5-c-nav__link:hover::before, .pf-v5-c-nav__link.pf-m-hover::before {
753
- border-bottom-width: var(--pf-v5-c-nav__link--hover--before--BorderBottomWidth);
756
+ border-block-end-width: var(--pf-v5-c-nav__link--hover--before--BorderBottomWidth);
754
757
  }
755
758
  .pf-v5-c-nav__link:hover::after, .pf-v5-c-nav__link.pf-m-hover::after {
756
759
  border-color: var(--pf-v5-c-nav__link--hover--after--BorderColor);
757
- border-left-width: var(--pf-v5-c-nav__link--hover--after--BorderLeftWidth);
760
+ border-inline-start-width: var(--pf-v5-c-nav__link--hover--after--BorderLeftWidth);
758
761
  }
759
762
  .pf-v5-c-nav__link:focus {
760
763
  color: var(--pf-v5-c-nav__link--focus--Color);
761
764
  background-color: var(--pf-v5-c-nav__link--focus--BackgroundColor);
762
765
  }
763
766
  .pf-v5-c-nav__link:focus::before {
764
- border-bottom-width: var(--pf-v5-c-nav__link--focus--before--BorderBottomWidth);
767
+ border-block-end-width: var(--pf-v5-c-nav__link--focus--before--BorderBottomWidth);
765
768
  }
766
769
  .pf-v5-c-nav__link:focus::after {
767
770
  border-color: var(--pf-v5-c-nav__link--focus--after--BorderColor);
768
- border-left-width: var(--pf-v5-c-nav__link--focus--after--BorderLeftWidth);
771
+ border-inline-start-width: var(--pf-v5-c-nav__link--focus--after--BorderLeftWidth);
769
772
  }
770
773
  .pf-v5-c-nav__link:active {
771
774
  color: var(--pf-v5-c-nav__link--active--Color);
772
775
  background-color: var(--pf-v5-c-nav__link--active--BackgroundColor);
773
776
  }
774
777
  .pf-v5-c-nav__link:active::before {
775
- border-bottom-width: var(--pf-v5-c-nav__link--active--before--BorderBottomWidth);
778
+ border-block-end-width: var(--pf-v5-c-nav__link--active--before--BorderBottomWidth);
776
779
  }
777
780
  .pf-v5-c-nav__link:active::after {
778
781
  border-color: var(--pf-v5-c-nav__link--active--after--BorderColor);
779
- border-left-width: var(--pf-v5-c-nav__link--active--after--BorderLeftWidth);
782
+ border-inline-start-width: var(--pf-v5-c-nav__link--active--after--BorderLeftWidth);
780
783
  }
781
784
  .pf-v5-c-nav__link.pf-m-current, .pf-v5-c-nav__link.pf-m-current:hover, .pf-v5-c-nav__item.pf-m-current:not(.pf-m-expanded) .pf-v5-c-nav__link {
782
785
  color: var(--pf-v5-c-nav__link--m-current--Color);
783
786
  background-color: var(--pf-v5-c-nav__link--m-current--BackgroundColor);
784
787
  }
785
788
  .pf-v5-c-nav__link.pf-m-current::before, .pf-v5-c-nav__link.pf-m-current:hover::before, .pf-v5-c-nav__item.pf-m-current:not(.pf-m-expanded) .pf-v5-c-nav__link::before {
786
- border-bottom-width: var(--pf-v5-c-nav__link--m-current--before--BorderBottomWidth);
789
+ border-block-end-width: var(--pf-v5-c-nav__link--m-current--before--BorderBottomWidth);
787
790
  }
788
791
  .pf-v5-c-nav__link.pf-m-current::after, .pf-v5-c-nav__link.pf-m-current:hover::after, .pf-v5-c-nav__item.pf-m-current:not(.pf-m-expanded) .pf-v5-c-nav__link::after {
789
792
  border-color: var(--pf-v5-c-nav__link--m-current--after--BorderColor);
790
- border-left-width: var(--pf-v5-c-nav__link--m-current--after--BorderLeftWidth);
793
+ border-inline-start-width: var(--pf-v5-c-nav__link--m-current--after--BorderLeftWidth);
791
794
  }
792
795
  .pf-v5-c-nav__link, .pf-v5-c-nav__link:hover, .pf-v5-c-nav__link:focus, .pf-v5-c-nav__link:active {
793
796
  width: 100%;
@@ -814,8 +817,8 @@
814
817
  --pf-v5-c-nav--c-divider--PaddingRight: var(--pf-v5-c-nav__subnav--c-divider--PaddingRight);
815
818
  --pf-v5-c-nav--c-divider--PaddingLeft: var(--pf-v5-c-nav__subnav--c-divider--PaddingLeft);
816
819
  max-height: var(--pf-v5-c-nav__subnav--MaxHeight);
817
- padding-bottom: var(--pf-v5-c-nav__subnav--PaddingBottom);
818
- padding-left: var(--pf-v5-c-nav__subnav--PaddingLeft);
820
+ padding-block-end: var(--pf-v5-c-nav__subnav--PaddingBottom);
821
+ padding-inline-start: var(--pf-v5-c-nav__subnav--PaddingLeft);
819
822
  transition: var(--pf-v5-c-nav--Transition);
820
823
  scrollbar-width: none;
821
824
  -ms-overflow-style: -ms-autohiding-scrollbar;
@@ -839,15 +842,15 @@
839
842
 
840
843
  .pf-v5-c-nav__toggle {
841
844
  flex: none;
842
- padding-right: var(--pf-v5-c-nav__toggle--PaddingRight);
843
- padding-left: var(--pf-v5-c-nav__toggle--PaddingLeft);
844
- margin-left: auto;
845
+ padding-inline-start: var(--pf-v5-c-nav__toggle--PaddingLeft);
846
+ padding-inline-end: var(--pf-v5-c-nav__toggle--PaddingRight);
847
+ margin-inline-start: auto;
845
848
  font-size: var(--pf-v5-c-nav__toggle--FontSize);
846
849
  line-height: 1;
847
850
  }
848
851
  .pf-v5-c-nav__toggle.pf-m-start {
849
- margin-right: var(--pf-v5-c-nav__toggle--m-start--MarginRight);
850
- margin-left: calc(var(--pf-v5-c-nav__toggle--PaddingRight) * -1);
852
+ margin-inline-start: calc(var(--pf-v5-c-nav__toggle--PaddingRight) * -1);
853
+ margin-inline-end: var(--pf-v5-c-nav__toggle--m-start--MarginRight);
851
854
  }
852
855
 
853
856
  .pf-v5-c-nav__toggle-icon {
@@ -879,21 +882,24 @@
879
882
  --pf-v5-c-nav--c-divider--MarginBottom: 0;
880
883
  }
881
884
  .pf-v5-c-nav__section:first-child {
882
- padding-top: var(--pf-v5-c-nav__section--first-child--PaddingTop);
885
+ padding-block-start: var(--pf-v5-c-nav__section--first-child--PaddingTop);
883
886
  }
884
887
  .pf-v5-c-nav__section + .pf-v5-c-nav__section {
885
- margin-top: var(--pf-v5-c-nav__section--section--MarginTop);
888
+ margin-block-start: var(--pf-v5-c-nav__section--section--MarginTop);
886
889
  }
887
890
  .pf-v5-c-nav__section:last-child {
888
- padding-bottom: var(--pf-v5-c-nav__section--last-child--PaddingBottom);
891
+ padding-block-end: var(--pf-v5-c-nav__section--last-child--PaddingBottom);
889
892
  }
890
893
 
891
894
  .pf-v5-c-nav__section-title {
892
- padding: var(--pf-v5-c-nav__section-title--PaddingTop) var(--pf-v5-c-nav__section-title--PaddingRight) var(--pf-v5-c-nav__section-title--PaddingBottom) var(--pf-v5-c-nav__section-title--PaddingLeft);
893
- margin-bottom: var(--pf-v5-c-nav__section-title--MarginBottom);
895
+ padding-block-start: var(--pf-v5-c-nav__section-title--PaddingTop);
896
+ padding-block-end: var(--pf-v5-c-nav__section-title--PaddingBottom);
897
+ padding-inline-start: var(--pf-v5-c-nav__section-title--PaddingLeft);
898
+ padding-inline-end: var(--pf-v5-c-nav__section-title--PaddingRight);
899
+ margin-block-end: var(--pf-v5-c-nav__section-title--MarginBottom);
894
900
  font-size: var(--pf-v5-c-nav__section-title--FontSize);
895
901
  color: var(--pf-v5-c-nav__section-title--Color);
896
- border-bottom: var(--pf-v5-c-nav__section-title--BorderBottomWidth) solid var(--pf-v5-c-nav__section-title--BorderBottomColor);
902
+ border-block-end: var(--pf-v5-c-nav__section-title--BorderBottomWidth) solid var(--pf-v5-c-nav__section-title--BorderBottomColor);
897
903
  }
898
904
 
899
905
  .pf-v5-c-nav__scroll-button {
@@ -908,11 +914,12 @@
908
914
  }
909
915
  .pf-v5-c-nav__scroll-button::before {
910
916
  position: absolute;
911
- top: 0;
912
- bottom: 0;
917
+ inset-block-start: 0;
918
+ inset-block-end: 0;
913
919
  content: "";
914
- border: solid var(--pf-v5-c-nav__scroll-button--before--BorderColor);
915
- border-width: 0 var(--pf-v5-c-nav__scroll-button--before--BorderRightWidth) 0 var(--pf-v5-c-nav__scroll-button--before--BorderLeftWidth);
920
+ border: 0 solid var(--pf-v5-c-nav__scroll-button--before--BorderColor);
921
+ border-inline-start-width: var(--pf-v5-c-nav__scroll-button--before--BorderLeftWidth);
922
+ border-inline-end-width: var(--pf-v5-c-nav__scroll-button--before--BorderRightWidth);
916
923
  }
917
924
  .pf-v5-c-nav__scroll-button:hover {
918
925
  color: var(--pf-v5-c-nav__scroll-button--hover--Color);
@@ -929,19 +936,19 @@
929
936
  }
930
937
  .pf-v5-c-nav__scroll-button:nth-of-type(1) {
931
938
  --pf-v5-c-nav__scroll-button--before--BorderRightWidth: var(--pf-v5-c-nav__scroll-button--before--BorderWidth);
932
- margin-right: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
939
+ margin-inline-end: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
933
940
  transform: translateX(-100%);
934
941
  }
935
942
  .pf-v5-c-nav__scroll-button:nth-of-type(1)::before {
936
- right: 0;
943
+ inset-inline-end: 0;
937
944
  }
938
945
  .pf-v5-c-nav__scroll-button:nth-of-type(2) {
939
946
  --pf-v5-c-nav__scroll-button--before--BorderLeftWidth: var(--pf-v5-c-nav__scroll-button--before--BorderWidth);
940
- margin-left: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
947
+ margin-inline-start: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
941
948
  transform: translateX(100%);
942
949
  }
943
950
  .pf-v5-c-nav__scroll-button:nth-of-type(2)::before {
944
- left: 0;
951
+ inset-inline-start: 0;
945
952
  }
946
953
 
947
954
  :where(.pf-v5-theme-dark) .pf-v5-c-nav {
@@ -963,10 +970,10 @@
963
970
  --pf-v5-c-nav__link--m-current--before--BorderBottomWidth: 0;
964
971
  }
965
972
  :where(.pf-v5-theme-dark) .pf-v5-c-nav__link::before {
966
- bottom: 0;
973
+ inset-block-end: 0;
967
974
  }
968
975
  :where(.pf-v5-theme-dark) .pf-v5-c-nav__link::after {
969
- top: var(--pf-v5-c-nav__item--item__link--after--Top);
976
+ inset-block-start: var(--pf-v5-c-nav__item--item__link--after--Top);
970
977
  }
971
978
  :where(.pf-v5-theme-dark) .pf-v5-c-nav__item + .pf-v5-c-nav__item {
972
979
  --pf-v5-c-nav__link--after--Top: var(--pf-v5-c-nav__item--item__link--after--Top);