@patternfly/patternfly 6.0.0-alpha.97 → 6.0.0-alpha.99

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 (153) hide show
  1. package/components/Card/card.css +1 -0
  2. package/components/Card/card.scss +1 -0
  3. package/components/Check/check.css +10 -3
  4. package/components/Check/check.scss +17 -4
  5. package/components/Masthead/masthead.css +17 -9
  6. package/components/Masthead/masthead.scss +18 -9
  7. package/components/MenuToggle/menu-toggle.css +20 -6
  8. package/components/MenuToggle/menu-toggle.scss +32 -6
  9. package/components/ModalBox/modal-box.css +11 -7
  10. package/components/ModalBox/modal-box.scss +27 -12
  11. package/components/Nav/nav.css +64 -110
  12. package/components/Nav/nav.scss +70 -143
  13. package/components/Page/page.css +9 -17
  14. package/components/Page/page.scss +10 -23
  15. package/components/Radio/radio.css +12 -5
  16. package/components/Radio/radio.scss +21 -6
  17. package/components/Table/table-grid.css +30 -35
  18. package/components/Table/table-grid.scss +44 -32
  19. package/components/Table/table-scrollable.css +14 -6
  20. package/components/Table/table-scrollable.scss +6 -1
  21. package/components/Table/table-tree-view.css +5 -5
  22. package/components/Table/table-tree-view.scss +14 -8
  23. package/components/Table/table.css +90 -254
  24. package/components/Table/table.scss +158 -347
  25. package/components/Toolbar/toolbar.css +66 -2
  26. package/components/Toolbar/toolbar.scss +21 -2
  27. package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
  28. package/docs/components/Accordion/examples/Accordion.md +19 -19
  29. package/docs/components/ActionList/examples/ActionList.md +5 -5
  30. package/docs/components/Alert/examples/Alert.md +26 -26
  31. package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
  32. package/docs/components/Avatar/examples/Avatar.md +8 -8
  33. package/docs/components/BackToTop/examples/BackToTop.md +3 -3
  34. package/docs/components/Backdrop/examples/Backdrop.md +3 -3
  35. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  36. package/docs/components/Badge/examples/Badge.md +6 -6
  37. package/docs/components/Banner/examples/Banner.md +17 -17
  38. package/docs/components/Brand/examples/Brand.css +3 -3
  39. package/docs/components/Brand/examples/Brand.md +7 -7
  40. package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
  41. package/docs/components/Button/examples/Button.css +2 -2
  42. package/docs/components/Button/examples/Button.md +35 -35
  43. package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
  44. package/docs/components/Card/examples/Card.md +30 -30
  45. package/docs/components/Check/examples/Check.md +12 -12
  46. package/docs/components/Chip/examples/Chip.md +21 -21
  47. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
  48. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  49. package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
  50. package/docs/components/Content/examples/Content.md +5 -5
  51. package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
  52. package/docs/components/DataList/examples/DataList.md +177 -112
  53. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  54. package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
  55. package/docs/components/Divider/examples/Divider.md +7 -7
  56. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  57. package/docs/components/Drawer/examples/Drawer.md +36 -36
  58. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  59. package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
  60. package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
  61. package/docs/components/EmptyState/examples/EmptyState.md +21 -21
  62. package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
  63. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  64. package/docs/components/Form/examples/Form.md +52 -52
  65. package/docs/components/FormControl/examples/FormControl.md +22 -22
  66. package/docs/components/HelperText/examples/HelperText.md +11 -11
  67. package/docs/components/Hint/examples/Hint.md +6 -6
  68. package/docs/components/Icon/examples/Icon.md +13 -13
  69. package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
  70. package/docs/components/InputGroup/examples/InputGroup.md +10 -10
  71. package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
  72. package/docs/components/Label/examples/Label.css +4 -4
  73. package/docs/components/Label/examples/Label.md +45 -45
  74. package/docs/components/List/examples/List.md +6 -6
  75. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  76. package/docs/components/LogViewer/examples/LogViewer.md +35 -35
  77. package/docs/components/Login/examples/Login.md +21 -21
  78. package/docs/components/Masthead/examples/masthead.md +7 -7
  79. package/docs/components/Menu/examples/Menu.md +60 -60
  80. package/docs/components/MenuToggle/examples/MenuToggle.md +106 -22
  81. package/docs/components/ModalBox/examples/ModalBox.md +75 -34
  82. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
  83. package/docs/components/Nav/examples/Navigation.css +20 -3
  84. package/docs/components/Nav/examples/Navigation.md +44 -50
  85. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  86. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
  87. package/docs/components/NumberInput/examples/NumberInput.md +13 -13
  88. package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
  89. package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
  90. package/docs/components/Page/deprecated/PageHeader.md +30 -30
  91. package/docs/components/Page/examples/Page.md +55 -54
  92. package/docs/components/Pagination/examples/Pagination.md +25 -25
  93. package/docs/components/Panel/examples/Panel.md +10 -10
  94. package/docs/components/Popover/examples/Popover.md +30 -30
  95. package/docs/components/Progress/examples/Progress.md +31 -31
  96. package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
  97. package/docs/components/Radio/examples/Radio.md +9 -9
  98. package/docs/components/Select/deprecated/Select.md +110 -110
  99. package/docs/components/Sidebar/examples/Sidebar.md +16 -16
  100. package/docs/components/SimpleList/examples/SimpleList.md +9 -9
  101. package/docs/components/Skeleton/examples/Skeleton.md +14 -14
  102. package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
  103. package/docs/components/Slider/examples/Slider.md +33 -33
  104. package/docs/components/Spinner/examples/Spinner.md +14 -14
  105. package/docs/components/Switch/examples/Switch.md +14 -14
  106. package/docs/components/TabContent/examples/TabContent.md +10 -10
  107. package/docs/components/Table/examples/Table.md +5395 -15077
  108. package/docs/components/Tabs/examples/Tabs.md +39 -39
  109. package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
  110. package/docs/components/Tile/examples/Tile.md +12 -12
  111. package/docs/components/Timestamp/examples/Timestamp.md +4 -4
  112. package/docs/components/Title/examples/Title.md +20 -20
  113. package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
  114. package/docs/components/Toolbar/examples/Toolbar.md +57 -57
  115. package/docs/components/Tooltip/examples/Tooltip.md +9 -9
  116. package/docs/components/TreeView/examples/TreeView.md +31 -31
  117. package/docs/components/Truncate/examples/Truncate.md +8 -8
  118. package/docs/components/Wizard/examples/Wizard.md +46 -46
  119. package/docs/demos/Banner/examples/Banner.md +1 -1
  120. package/docs/demos/Card/examples/Card.md +12 -19
  121. package/docs/demos/DataList/examples/DataList.md +179 -280
  122. package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -0
  123. package/docs/demos/Masthead/examples/Masthead.md +4 -8
  124. package/docs/demos/Nav/examples/Nav.md +45 -149
  125. package/docs/demos/Page/examples/Page.md +3 -37
  126. package/docs/demos/Page/examples/Penta.md +119 -40
  127. package/docs/demos/Table/examples/Table.md +1531 -4970
  128. package/docs/demos/Tabs/examples/Tabs.md +118 -174
  129. package/docs/demos/Toolbar/examples/Toolbar.md +220 -600
  130. package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
  131. package/docs/layouts/Flex/examples/Flex.md +76 -76
  132. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  133. package/docs/layouts/Grid/examples/Grid.md +8 -8
  134. package/docs/layouts/Level/examples/Level.md +4 -4
  135. package/docs/layouts/Split/examples/Split.md +6 -6
  136. package/docs/layouts/Stack/examples/Stack.md +5 -5
  137. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  138. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  139. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
  140. package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
  141. package/docs/utilities/Display/examples/Display.md +9 -9
  142. package/docs/utilities/Flex/examples/Flex.md +32 -32
  143. package/docs/utilities/Float/examples/Float.md +2 -2
  144. package/docs/utilities/Sizing/examples/Sizing.md +41 -41
  145. package/docs/utilities/Spacing/examples/Spacing.md +11 -11
  146. package/docs/utilities/Text/examples/Text.md +28 -28
  147. package/package.json +2 -1
  148. package/patternfly-no-globals.css +363 -465
  149. package/patternfly-theme-dark-unversioned.css +363 -465
  150. package/patternfly.css +363 -465
  151. package/patternfly.min.css +1 -1
  152. package/patternfly.min.css.map +1 -1
  153. package/components/Table/themes/dark/table.scss +0 -16
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Modal
3
3
  section: components
4
- cssPrefix: pf-v5-c-modal-box
4
+ cssPrefix: pf-v6-c-modal-box
5
5
  ---import './ModalBox.css'
6
6
 
7
7
  ## Examples
@@ -470,50 +470,91 @@ cssPrefix: pf-v5-c-modal-box
470
470
 
471
471
  ```
472
472
 
473
+ ### Danger alert with modifier on modal title
474
+
475
+ The status modifier classes can be applied directly to the modal title element, instead of the parent modal.
476
+
477
+ ```html isFullscreen isBeta
478
+ <div
479
+ class="pf-v6-c-modal-box"
480
+ role="dialog"
481
+ aria-modal="true"
482
+ aria-labelledby="danger-alert-title-title"
483
+ aria-describedby="danger-alert-title-description"
484
+ >
485
+ <div class="pf-v6-c-modal-box__close">
486
+ <button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Close">
487
+ <i class="fas fa-times" aria-hidden="true"></i>
488
+ </button>
489
+ </div>
490
+ <header class="pf-v6-c-modal-box__header">
491
+ <h1
492
+ class="pf-v6-c-modal-box__title pf-m-icon pf-m-danger"
493
+ id="danger-alert-title-title"
494
+ >
495
+ <span class="pf-v6-c-modal-box__title-icon">
496
+ <i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
497
+ </span>
498
+ <span class="pf-v6-u-screen-reader">
499
+ Danger
500
+ alert:
501
+ </span>
502
+ <span class="pf-v6-c-modal-box__title-text">Danger alert modal title</span>
503
+ </h1>
504
+ </header>
505
+ <div
506
+ class="pf-v6-c-modal-box__body"
507
+ id="danger-alert-title-description"
508
+ >To support screen reader user awareness of the dialog text, the dialog text is wrapped in a div that is referenced by aria-describedby.</div>
509
+ <footer class="pf-v6-c-modal-box__footer">Modal footer</footer>
510
+ </div>
511
+
512
+ ```
513
+
473
514
  ## Documentation
474
515
 
475
516
  ### Overview
476
517
 
477
- A modal box is a generic rectangular container that can be used to build modals. A modal box can have the following sections: header, title, description, body, and footer. With normal use of the modal, a title or body is required. Alternatively, no child elements can be used, and the `.pf-v5-c-modal-box` container will serve as a generic container with no padding for custom modal content. If no `.pf-v5-c-modal-box__title` is used, `aria-label="[title of modal]"` must be provided for `.pf-v5-c-modal-box`.
518
+ A modal box is a generic rectangular container that can be used to build modals. A modal box can have the following sections: header, title, description, body, and footer. With normal use of the modal, a title or body is required. Alternatively, no child elements can be used, and the `.pf-v6-c-modal-box` container will serve as a generic container with no padding for custom modal content. If no `.pf-v6-c-modal-box__title` is used, `aria-label="[title of modal]"` must be provided for `.pf-v6-c-modal-box`.
478
519
 
479
520
  ### Accessibility
480
521
 
481
522
  | Attribute | Applies to | Outcome |
482
523
  | -- | -- | -- |
483
- | `role="dialog"` | `.pf-v5-c-modal-box` | Identifies the element that serves as the modal container. **Required** |
484
- | `aria-labelledby="[id value of .pf-v5-c-modal-box__title or custom modal title]"` | `.pf-v5-c-modal-box` | Gives the modal an accessible name by referring to the element that provides the dialog title. **Required when .pf-v5-c-title is present** |
485
- | `aria-label="[title of modal]"` | `.pf-v5-c-modal-box` | Gives the modal an accessible name. **Required when `.pf-v5-c-modal-box__title` is *not* present** |
486
- | `aria-describedby="[id value of applicable content]"` | `.pf-v5-c-modal-box` | Gives the modal an accessible description by referring to the modal content that describes the primary message or purpose of the dialog. Not used if there is no static text that describes the modal. |
487
- | `aria-modal="true"` | `.pf-v5-c-modal-box` | Tells assistive technologies that the windows underneath the current modal are not available for interaction. **Required**|
488
- | `aria-label="Close"` | `.pf-v5-c-modal-box__close .pf-v5-c-button` | Provides an accessible name for the close button as it uses an icon instead of text. **Required**|
489
- | `aria-hidden="true"` | Parent element containing the page contents when modal is open | Hides main contents of the page from screen readers. The element with `.pf-v5-c-modal-box` must not be a descendent of the element with `aria-hidden="true"`. For more info see [trapping focus](/accessibility/product-development-guide#trapping-focus). **Required** |
490
- | `form="[id of form in modal body]"` | `.pf-v5-c-modal-box__footer .pf-v5-c-button` | Associates a submit button in the modal footer with a form in the modal body. For use when the submit button is outside of the `<form>` that the button submits. |
491
- | `tabindex="0"` | `.pf-v5-c-modal-box__body` | If a modal box body has overflow content that triggers a scrollbar, to ensure that the content is keyboard accessible, the body must include either a focusable element within the scrollable region or the body itself must be focusable by adding `tabindex="0"`. |
524
+ | `role="dialog"` | `.pf-v6-c-modal-box` | Identifies the element that serves as the modal container. **Required** |
525
+ | `aria-labelledby="[id value of .pf-v6-c-modal-box__title or custom modal title]"` | `.pf-v6-c-modal-box` | Gives the modal an accessible name by referring to the element that provides the dialog title. **Required when .pf-v6-c-title is present** |
526
+ | `aria-label="[title of modal]"` | `.pf-v6-c-modal-box` | Gives the modal an accessible name. **Required when `.pf-v6-c-modal-box__title` is *not* present** |
527
+ | `aria-describedby="[id value of applicable content]"` | `.pf-v6-c-modal-box` | Gives the modal an accessible description by referring to the modal content that describes the primary message or purpose of the dialog. Not used if there is no static text that describes the modal. |
528
+ | `aria-modal="true"` | `.pf-v6-c-modal-box` | Tells assistive technologies that the windows underneath the current modal are not available for interaction. **Required**|
529
+ | `aria-label="Close"` | `.pf-v6-c-modal-box__close .pf-v6-c-button` | Provides an accessible name for the close button as it uses an icon instead of text. **Required**|
530
+ | `aria-hidden="true"` | Parent element containing the page contents when modal is open | Hides main contents of the page from screen readers. The element with `.pf-v6-c-modal-box` must not be a descendent of the element with `aria-hidden="true"`. For more info see [trapping focus](/accessibility/product-development-guide#trapping-focus). **Required** |
531
+ | `form="[id of form in modal body]"` | `.pf-v6-c-modal-box__footer .pf-v6-c-button` | Associates a submit button in the modal footer with a form in the modal body. For use when the submit button is outside of the `<form>` that the button submits. |
532
+ | `tabindex="0"` | `.pf-v6-c-modal-box__body` | If a modal box body has overflow content that triggers a scrollbar, to ensure that the content is keyboard accessible, the body must include either a focusable element within the scrollable region or the body itself must be focusable by adding `tabindex="0"`. |
492
533
 
493
534
  ### Usage
494
535
 
495
536
  | Class | Applied | Outcome |
496
537
  | -- | -- | -- |
497
- | `.pf-v5-c-modal-box` | `<div>` | Initiates a modal box. **Required** |
498
- | `.pf-v5-c-modal-box__close` | `<div>` | Creates a container for the modal box close button. **Required** if there is a close button. |
499
- | `.pf-v5-c-button.pf-m-plain` | `<button>` | Initiates a modal box close button. |
500
- | `.pf-v5-c-modal-box__header` | `<header>` | Initiates a modal box header. **Required** if using a `.pf-v5-c-modal-box__title`. |
501
- | `.pf-v5-c-modal-box__header-main` | `<div>` | Initiates a modal box header main container. **Required** when `pf-v5-c-modal-box__header-help` is used. |
502
- | `.pf-v5-c-modal-box__header-help` | `<div>` | Initiates the help button container in the modal box header actions. |
503
- | `.pf-v5-c-modal-box__title` | `<h1>`,`<h2>`,`<h3>`,`<h4>`,`<h5>`,`<h6>`, `<div>` | Initiates a modal box title. **Required** if using a modal description. |
504
- | `.pf-v5-c-modal-box__title-icon` | `<span>` | Initiates a container for the modal box title icon. |
505
- | `.pf-v5-c-modal-box__title-text` | `<span>` | Initiates a container for the modal box title text. |
506
- | `.pf-v5-c-modal-box__description` | `<div>` | Initiates a modal box description. |
507
- | `.pf-v5-c-modal-box__body` | `<div>` | Initiates a modal box body. |
508
- | `.pf-v5-c-modal-box__footer` | `<footer>` | Initiates a modal box footer. |
509
- | `.pf-m-sm` | `.pf-v5-c-modal-box` | Modifies for a small modal box width. |
510
- | `.pf-m-md` | `.pf-v5-c-modal-box` | Modifies for a medium modal box width. |
511
- | `.pf-m-lg` | `.pf-v5-c-modal-box` | Modifies for a large modal box width. |
512
- | `.pf-m-align-top` | `.pf-v5-c-modal-box` | Modifies for top alignment. |
513
- | `.pf-m-icon` | `.pf-v5-c-modal-box__title` | Modifies the title layout to accommodate an icon. |
514
- | `.pf-m-custom` | `.pf-v5-c-modal-box` | Modifies for the custom alert state. |
515
- | `.pf-m-info` | `.pf-v5-c-modal-box` | Modifies for the info alert state. |
516
- | `.pf-m-success` | `.pf-v5-c-modal-box` | Modifies for the success alert state. |
517
- | `.pf-m-warning` | `.pf-v5-c-modal-box` | Modifies for the warning alert state. |
518
- | `.pf-m-danger` | `.pf-v5-c-modal-box` | Modifies for the danger alert state. |
519
- | `.pf-m-help` | `.pf-v5-c-modal-box__header` | Modifies the modal box header to support the help action |
538
+ | `.pf-v6-c-modal-box` | `<div>` | Initiates a modal box. **Required** |
539
+ | `.pf-v6-c-modal-box__close` | `<div>` | Creates a container for the modal box close button. **Required** if there is a close button. |
540
+ | `.pf-v6-c-button.pf-m-plain` | `<button>` | Initiates a modal box close button. |
541
+ | `.pf-v6-c-modal-box__header` | `<header>` | Initiates a modal box header. **Required** if using a `.pf-v6-c-modal-box__title`. |
542
+ | `.pf-v6-c-modal-box__header-main` | `<div>` | Initiates a modal box header main container. **Required** when `pf-v6-c-modal-box__header-help` is used. |
543
+ | `.pf-v6-c-modal-box__header-help` | `<div>` | Initiates the help button container in the modal box header actions. |
544
+ | `.pf-v6-c-modal-box__title` | `<h1>`,`<h2>`,`<h3>`,`<h4>`,`<h5>`,`<h6>`, `<div>` | Initiates a modal box title. **Required** if using a modal description. |
545
+ | `.pf-v6-c-modal-box__title-icon` | `<span>` | Initiates a container for the modal box title icon. |
546
+ | `.pf-v6-c-modal-box__title-text` | `<span>` | Initiates a container for the modal box title text. |
547
+ | `.pf-v6-c-modal-box__description` | `<div>` | Initiates a modal box description. |
548
+ | `.pf-v6-c-modal-box__body` | `<div>` | Initiates a modal box body. |
549
+ | `.pf-v6-c-modal-box__footer` | `<footer>` | Initiates a modal box footer. |
550
+ | `.pf-m-sm` | `.pf-v6-c-modal-box` | Modifies for a small modal box width. |
551
+ | `.pf-m-md` | `.pf-v6-c-modal-box` | Modifies for a medium modal box width. |
552
+ | `.pf-m-lg` | `.pf-v6-c-modal-box` | Modifies for a large modal box width. |
553
+ | `.pf-m-align-top` | `.pf-v6-c-modal-box` | Modifies for top alignment. |
554
+ | `.pf-m-icon` | `.pf-v6-c-modal-box__title` | Modifies the title layout to accommodate an icon. |
555
+ | `.pf-m-custom` | `.pf-v6-c-modal-box`, `.pf-v6-c-modal-box__title` | Modifies for the custom alert state. |
556
+ | `.pf-m-info` | `.pf-v6-c-modal-box`, `.pf-v6-c-modal-box__title` | Modifies for the info alert state. |
557
+ | `.pf-m-success` | `.pf-v6-c-modal-box`, `.pf-v6-c-modal-box__title` | Modifies for the success alert state. |
558
+ | `.pf-m-warning` | `.pf-v6-c-modal-box`, `.pf-v6-c-modal-box__title` | Modifies for the warning alert state. |
559
+ | `.pf-m-danger` | `.pf-v6-c-modal-box`, `.pf-v6-c-modal-box__title` | Modifies for the danger alert state. |
560
+ | `.pf-m-help` | `.pf-v6-c-modal-box__header` | Modifies the modal box header to support the help action |
@@ -2,7 +2,7 @@
2
2
  id: 'Multiple file upload'
3
3
  section: components
4
4
  subsection: file-upload
5
- cssPrefix: pf-v5-c-multiple-file-upload
5
+ cssPrefix: pf-v6-c-multiple-file-upload
6
6
  ---## Examples
7
7
 
8
8
  ### Basic
@@ -708,23 +708,23 @@ cssPrefix: pf-v5-c-multiple-file-upload
708
708
 
709
709
  | Class | Applied | Outcome |
710
710
  | -- | -- | -- |
711
- | `.pf-v5-c-multiple-file-upload` | `<div>` | Initiates the multiple file upload component. **Required** |
712
- | `.pf-v5-c-multiple-file-upload__main` | `<div>` | Defines the main section. |
713
- | `.pf-v5-c-multiple-file-upload__title` | `<div>` | Defines the title. |
714
- | `.pf-v5-c-multiple-file-upload__title-icon` | `<div>` | Defines the title icon. |
715
- | `.pf-v5-c-multiple-file-upload__title-text` | `<div>` | Defines the title text. |
716
- | `.pf-v5-c-multiple-file-upload__title-text-separator` | `<div>` | Defines the title text separator. |
717
- | `.pf-v5-c-multiple-file-upload__upload` | `<div>` | Defines the upload button. |
718
- | `.pf-v5-c-multiple-file-upload__info` | `<div>` | Defines the info section. |
719
- | `.pf-v5-c-multiple-file-upload__status` | `<div>` | Defines the status section. |
720
- | `.pf-v5-c-multiple-file-upload__status-progress` | `<div>` | Defines the status toggle progress. |
721
- | `.pf-v5-c-multiple-file-upload__status-progress-icon` | `<div>` | Defines the status toggle progress icon. |
722
- | `.pf-v5-c-multiple-file-upload__status-progress-text` | `<div>` | Defines the status toggle progress text. |
723
- | `.pf-v5-c-multiple-file-upload__status-list` | `<div>` | Defines the status item list. |
724
- | `.pf-v5-c-multiple-file-upload__status-item` | `<div>` | Defines a status item. |
725
- | `.pf-v5-c-multiple-file-upload__status-item-icon` | `<div>` | Defines the status item icon. |
726
- | `.pf-v5-c-multiple-file-upload__status-item-main` | `<div>` | Defines the status item main progress section. |
727
- | `.pf-v5-c-multiple-file-upload__status-item-close` | `<div>` | Defines the status item close button. |
728
- | `.pf-v5-c-multiple-file-upload__status-item-progress` | `<div>` | Defines the status item progress description. |
729
- | `.pf-v5-c-multiple-file-upload__status-item-progress-text` | `<div>` | Defines the status item progress description text. |
730
- | `.pf-v5-c-multiple-file-upload__status-item-progress-size` | `<div>` | Defines the status item progress description size. |
711
+ | `.pf-v6-c-multiple-file-upload` | `<div>` | Initiates the multiple file upload component. **Required** |
712
+ | `.pf-v6-c-multiple-file-upload__main` | `<div>` | Defines the main section. |
713
+ | `.pf-v6-c-multiple-file-upload__title` | `<div>` | Defines the title. |
714
+ | `.pf-v6-c-multiple-file-upload__title-icon` | `<div>` | Defines the title icon. |
715
+ | `.pf-v6-c-multiple-file-upload__title-text` | `<div>` | Defines the title text. |
716
+ | `.pf-v6-c-multiple-file-upload__title-text-separator` | `<div>` | Defines the title text separator. |
717
+ | `.pf-v6-c-multiple-file-upload__upload` | `<div>` | Defines the upload button. |
718
+ | `.pf-v6-c-multiple-file-upload__info` | `<div>` | Defines the info section. |
719
+ | `.pf-v6-c-multiple-file-upload__status` | `<div>` | Defines the status section. |
720
+ | `.pf-v6-c-multiple-file-upload__status-progress` | `<div>` | Defines the status toggle progress. |
721
+ | `.pf-v6-c-multiple-file-upload__status-progress-icon` | `<div>` | Defines the status toggle progress icon. |
722
+ | `.pf-v6-c-multiple-file-upload__status-progress-text` | `<div>` | Defines the status toggle progress text. |
723
+ | `.pf-v6-c-multiple-file-upload__status-list` | `<div>` | Defines the status item list. |
724
+ | `.pf-v6-c-multiple-file-upload__status-item` | `<div>` | Defines a status item. |
725
+ | `.pf-v6-c-multiple-file-upload__status-item-icon` | `<div>` | Defines the status item icon. |
726
+ | `.pf-v6-c-multiple-file-upload__status-item-main` | `<div>` | Defines the status item main progress section. |
727
+ | `.pf-v6-c-multiple-file-upload__status-item-close` | `<div>` | Defines the status item close button. |
728
+ | `.pf-v6-c-multiple-file-upload__status-item-progress` | `<div>` | Defines the status item progress description. |
729
+ | `.pf-v6-c-multiple-file-upload__status-item-progress-text` | `<div>` | Defines the status item progress description text. |
730
+ | `.pf-v6-c-multiple-file-upload__status-item-progress-size` | `<div>` | Defines the status item progress description size. |
@@ -1,5 +1,5 @@
1
- #ws-core-c-navigation-horizontal-in-masthead .pf-v5-c-page__header-nav,
2
- #ws-core-c-navigation-horizontal-in-masthead-overflow .pf-v5-c-page__header-nav {
1
+ #ws-core-c-navigation-horizontal-in-masthead .pf-v6-c-page__header-nav,
2
+ #ws-core-c-navigation-horizontal-in-masthead-overflow .pf-v6-c-page__header-nav {
3
3
  grid-row: 1;
4
4
  }
5
5
 
@@ -12,8 +12,25 @@
12
12
  position: relative;
13
13
  }
14
14
 
15
- #ws-core-c-navigation-nav-with-flyout .pf-v5-c-menu.pf-m-flyout.pf-m-nav {
15
+ #ws-core-c-navigation-nav-with-flyout .pf-v6-c-menu.pf-m-flyout.pf-m-nav {
16
16
  position: absolute;
17
17
  inset-block-start: 168px;
18
18
  inset-inline-start: 256px;
19
19
  }
20
+
21
+ #ws-core-c-navigation-horizontal .ws-preview-html,
22
+ #ws-core-c-navigation-horizontal-overflow .ws-preview-html {
23
+ padding: var(--pf-t--global--spacer--md);
24
+ }
25
+
26
+ .ws-core-c-navigation .ws-preview-html {
27
+ background: var(--pf-v6-c-page__sidebar--BackgroundColor); /* use sidebar background for vertical nav examples */
28
+ }
29
+
30
+ [id^="ws-core-c-navigation-horizontal"] .ws-preview-html {
31
+ background: var(--pf-v6-c-masthead--BackgroundColor); /* use masthead background for horizontal nav examples */
32
+ }
33
+
34
+ [id^="ws-core-c-navigation-horizontal-subnav"] .ws-preview-html {
35
+ background: transparent; /* reset background for horizontal subnav examples */
36
+ }
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Navigation
3
3
  section: components
4
- cssPrefix: pf-v5-c-nav
4
+ cssPrefix: pf-v6-c-nav
5
5
  ---import './Navigation.css'
6
6
 
7
7
  ## Examples
@@ -489,13 +489,12 @@ cssPrefix: pf-v5-c-nav
489
489
  <nav class="pf-v6-c-nav pf-m-scrollable pf-m-horizontal" aria-label="Global">
490
490
  <div class="pf-v6-c-nav__scroll-button">
491
491
  <button
492
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
492
+ class="pf-v6-c-button pf-m-plain"
493
493
  type="button"
494
494
  aria-label="Scroll start"
495
+ disabled
495
496
  >
496
- <span class="pf-v6-c-button__icon">
497
- <i class="fas fa-angle-left" aria-hidden="true"></i>
498
- </span>
497
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
499
498
  </button>
500
499
  </div>
501
500
  <ul class="pf-v6-c-nav__list" role="list">
@@ -521,13 +520,11 @@ cssPrefix: pf-v5-c-nav
521
520
  </ul>
522
521
  <div class="pf-v6-c-nav__scroll-button">
523
522
  <button
524
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
523
+ class="pf-v6-c-button pf-m-plain"
525
524
  type="button"
526
525
  aria-label="Scroll end"
527
526
  >
528
- <span class="pf-v6-c-button__icon">
529
- <i class="fas fa-angle-right" aria-hidden="true"></i>
530
- </span>
527
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
531
528
  </button>
532
529
  </div>
533
530
  </nav>
@@ -566,13 +563,12 @@ cssPrefix: pf-v5-c-nav
566
563
  >
567
564
  <div class="pf-v6-c-nav__scroll-button">
568
565
  <button
569
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
566
+ class="pf-v6-c-button pf-m-plain"
570
567
  type="button"
571
568
  aria-label="Scroll start"
569
+ disabled
572
570
  >
573
- <span class="pf-v6-c-button__icon">
574
- <i class="fas fa-angle-left" aria-hidden="true"></i>
575
- </span>
571
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
576
572
  </button>
577
573
  </div>
578
574
  <ul class="pf-v6-c-nav__list" role="list">
@@ -598,13 +594,11 @@ cssPrefix: pf-v5-c-nav
598
594
  </ul>
599
595
  <div class="pf-v6-c-nav__scroll-button">
600
596
  <button
601
- class="pf-v6-c-button pf-m-plain pf-m-RTL-icon-static"
597
+ class="pf-v6-c-button pf-m-plain"
602
598
  type="button"
603
599
  aria-label="Scroll end"
604
600
  >
605
- <span class="pf-v6-c-button__icon">
606
- <i class="fas fa-angle-right" aria-hidden="true"></i>
607
- </span>
601
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
608
602
  </button>
609
603
  </div>
610
604
  </nav>
@@ -1251,7 +1245,7 @@ cssPrefix: pf-v5-c-nav
1251
1245
  <div class="pf-v6-c-menu pf-m-drilldown pf-m-drilled-in">
1252
1246
  <div
1253
1247
  class="pf-v6-c-menu__content"
1254
- style="--pf-v5-c-menu__content--Height: 228px;"
1248
+ style="--pf-v6-c-menu__content--Height: 228px;"
1255
1249
  >
1256
1250
  <ul class="pf-v6-c-menu__list" role="menu">
1257
1251
  <li class="pf-v6-c-menu__list-item" role="none">
@@ -1783,7 +1777,7 @@ cssPrefix: pf-v5-c-nav
1783
1777
  <div class="pf-v6-c-menu pf-m-drilldown pf-m-drilled-in">
1784
1778
  <div
1785
1779
  class="pf-v6-c-menu__content"
1786
- style="--pf-v5-c-menu__content--Height: 284px;"
1780
+ style="--pf-v6-c-menu__content--Height: 284px;"
1787
1781
  >
1788
1782
  <ul class="pf-v6-c-menu__list" role="menu">
1789
1783
  <li class="pf-v6-c-menu__list-item" role="none">
@@ -2313,7 +2307,7 @@ cssPrefix: pf-v5-c-nav
2313
2307
 
2314
2308
  ### Nav link text
2315
2309
 
2316
- When using anything other than a text node for the link text, wrap the link text in an element with `.pf-v5-c-nav__link-text`.
2310
+ When using anything other than a text node for the link text, wrap the link text in an element with `.pf-v6-c-nav__link-text`.
2317
2311
 
2318
2312
  ```html isBeta
2319
2313
  <nav class="pf-v6-c-nav" aria-label="Global">
@@ -2415,43 +2409,43 @@ When using anything other than a text node for the link text, wrap the link text
2415
2409
 
2416
2410
  The navigation system relies on several different sub-components:
2417
2411
 
2418
- * `.pf-v5-c-nav__list` - default navigation list. It is the basis for both default and expandable, vertical navigation.
2412
+ * `.pf-v6-c-nav__list` - default navigation list. It is the basis for both default and expandable, vertical navigation.
2419
2413
 
2420
2414
  ### Accessibility
2421
2415
 
2422
2416
  | Attribute | Applied to | Outcome |
2423
2417
  | -- | -- | -- |
2424
- | `aria-label="[landmark description]"` | `.pf-v5-c-nav` | Describes `<nav>` landmark. |
2425
- | `aria-label="[section title]"` | `.pf-v5-c-nav__section` | Describes a nav `<section>`, where a `.pf-v5-c-nav__section-title` is not present. |
2426
- | `aria-labelledby="[id value of link describing subnav]"` | `.pf-v5-c-nav__subnav` | Gives the subnav `<section>` landmark an accessible name by referring to the element that provides the subnav `<section>` landmark title. |
2427
- | `aria-expanded="false"` | `.pf-v5-c-nav__link` | Indicates that subnav section is hidden. |
2428
- | `aria-expanded="true"` | `.pf-v5-c-nav__link` | Indicates that subnav section is visible. |
2429
- | `hidden` | `.pf-v5-c-nav__subnav` | Indicates that the subnav section is hidden so that it isn't visible in the UI and isn't accessed by assistive technologies. |
2430
- | `disabled` | `.pf-v5-c-nav__scroll-button` | Indicates that a scroll button is disabled, when at the first or last item of a list. **Required when disabled** |
2431
- | `aria-current="page"` | `.pf-v5-c-nav__link` | Indicates the current page link. Can only occur once on page. |
2432
- | `aria-haspopup="true"` | `.pf-v5-c-nav__link` | Declares that a nav item has a submenu. |
2418
+ | `aria-label="[landmark description]"` | `.pf-v6-c-nav` | Describes `<nav>` landmark. |
2419
+ | `aria-label="[section title]"` | `.pf-v6-c-nav__section` | Describes a nav `<section>`, where a `.pf-v6-c-nav__section-title` is not present. |
2420
+ | `aria-labelledby="[id value of link describing subnav]"` | `.pf-v6-c-nav__subnav` | Gives the subnav `<section>` landmark an accessible name by referring to the element that provides the subnav `<section>` landmark title. |
2421
+ | `aria-expanded="false"` | `.pf-v6-c-nav__link` | Indicates that subnav section is hidden. |
2422
+ | `aria-expanded="true"` | `.pf-v6-c-nav__link` | Indicates that subnav section is visible. |
2423
+ | `hidden` | `.pf-v6-c-nav__subnav` | Indicates that the subnav section is hidden so that it isn't visible in the UI and isn't accessed by assistive technologies. |
2424
+ | `disabled` | `.pf-v6-c-nav__scroll-button` | Indicates that a scroll button is disabled, when at the first or last item of a list. **Required when disabled** |
2425
+ | `aria-current="page"` | `.pf-v6-c-nav__link` | Indicates the current page link. Can only occur once on page. |
2426
+ | `aria-haspopup="true"` | `.pf-v6-c-nav__link` | Declares that a nav item has a submenu. |
2433
2427
 
2434
2428
  ### Usage
2435
2429
 
2436
2430
  | Class | Applied to | Outcome |
2437
2431
  | -- | -- | -- |
2438
- | `.pf-v5-c-nav` | `<nav>` | Initiates a primary nav element. |
2439
- | `.pf-v5-c-nav__subnav` | `<section>` | Initiates a subnav section. |
2440
- | `.pf-v5-c-nav__list` | `<ul>` | Initiates nav list. |
2441
- | `.pf-v5-c-nav__item` | `<li>` | Initiates nav list item. |
2442
- | `.pf-v5-c-nav__link` | `<a>` | Initiates nav list link. |
2443
- | `.pf-v5-c-nav__link-text` | `<span>` | Initiates nav list link text. |
2444
- | `.pf-v5-c-nav__section` | `<section>` | Initiates a nav section element. |
2445
- | `.pf-v5-c-nav__section-title` | `<h1>`, `<h2>`, `<h3>`, `<h4>`, `<h5>`, `<h6>` | Initiates a nav section title. |
2446
- | `.pf-v5-c-nav__toggle` | `<span>` | Initiates the nav toggle wrapper. |
2447
- | `.pf-v5-c-nav__toggle-icon` | `<span>` | Initiates a nav toggle icon wrapper. |
2448
- | `.pf-v5-c-nav__scroll-button` | `<button>` | Initiates a nav scroll button. **Required for horizontal navs** |
2449
- | `.pf-m-horizontal` | `.pf-v5-c-nav` | Modifies nav for the horizontal variation. |
2450
- | `.pf-m-horizontal-subnav` | `.pf-v5-c-nav` | Modifies nav for the horizontal subnav variation. |
2451
- | `.pf-m-full-width` | `.pf-v5-c-nav` | Modifies nav for to full width of parent. |
2452
- | `.pf-m-flyout` | `.pf-v5-c-nav__item` | Modifies nav item for the flyout variation. |
2453
- | `.pf-m-scrollable` | `.pf-v5-c-nav` | Modifies nav for the scrollable state. |
2454
- | `.pf-m-expandable` | `.pf-v5-c-nav__item` | Modifies for the expandable state. |
2455
- | `.pf-m-expanded` | `.pf-v5-c-nav__item` | Modifies for the expanded state. |
2456
- | `.pf-m-current` | `.pf-v5-c-nav__link` | Modifies for the current state. |
2457
- | `.pf-m-hover` | `.pf-v5-c-nav__link` | Modifies for the hover state. |
2432
+ | `.pf-v6-c-nav` | `<nav>` | Initiates a primary nav element. |
2433
+ | `.pf-v6-c-nav__subnav` | `<section>` | Initiates a subnav section. |
2434
+ | `.pf-v6-c-nav__list` | `<ul>` | Initiates nav list. |
2435
+ | `.pf-v6-c-nav__item` | `<li>` | Initiates nav list item. |
2436
+ | `.pf-v6-c-nav__link` | `<a>` | Initiates nav list link. |
2437
+ | `.pf-v6-c-nav__link-text` | `<span>` | Initiates nav list link text. |
2438
+ | `.pf-v6-c-nav__section` | `<section>` | Initiates a nav section element. |
2439
+ | `.pf-v6-c-nav__section-title` | `<h1>`, `<h2>`, `<h3>`, `<h4>`, `<h5>`, `<h6>` | Initiates a nav section title. |
2440
+ | `.pf-v6-c-nav__toggle` | `<span>` | Initiates the nav toggle wrapper. |
2441
+ | `.pf-v6-c-nav__toggle-icon` | `<span>` | Initiates a nav toggle icon wrapper. |
2442
+ | `.pf-v6-c-nav__scroll-button` | `<button>` | Initiates a nav scroll button. **Required for horizontal navs** |
2443
+ | `.pf-m-horizontal` | `.pf-v6-c-nav` | Modifies nav for the horizontal variation. |
2444
+ | `.pf-m-horizontal-subnav` | `.pf-v6-c-nav` | Modifies nav for the horizontal subnav variation. |
2445
+ | `.pf-m-full-width` | `.pf-v6-c-nav` | Modifies nav for to full width of parent. |
2446
+ | `.pf-m-flyout` | `.pf-v6-c-nav__item` | Modifies nav item for the flyout variation. |
2447
+ | `.pf-m-scrollable` | `.pf-v6-c-nav` | Modifies nav for the scrollable state. |
2448
+ | `.pf-m-expandable` | `.pf-v6-c-nav__item` | Modifies for the expandable state. |
2449
+ | `.pf-m-expanded` | `.pf-v6-c-nav__item` | Modifies for the expanded state. |
2450
+ | `.pf-m-current` | `.pf-v6-c-nav__link` | Modifies for the current state. |
2451
+ | `.pf-m-hover` | `.pf-v6-c-nav__link` | Modifies for the hover state. |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Notification badge
3
3
  section: components
4
- cssPrefix: pf-v5-c-notification-badge
4
+ cssPrefix: pf-v6-c-notification-badge
5
5
  ---## Examples
6
6
 
7
7
  ### Basic
@@ -204,7 +204,7 @@ cssPrefix: pf-v5-c-notification-badge
204
204
 
205
205
  ### Overview
206
206
 
207
- Always add a modifier class to indicate read, unread, or attention state. Never use the class `.pf-v5-c-notification-badge` on its own.
207
+ Always add a modifier class to indicate read, unread, or attention state. Never use the class `.pf-v6-c-notification-badge` on its own.
208
208
 
209
209
  ### Accessibility
210
210
 
@@ -214,9 +214,9 @@ Be sure that the component associated with this indicator handles screen reader
214
214
 
215
215
  | Class | Applied to | Outcome |
216
216
  | -- | -- | -- |
217
- | `.pf-v5-c-notification-badge` | `<div>` | Initiates a notification badge. **Always use it with a modifier class.** |
218
- | `.pf-v5-c-notification-badge__count` | `<span>` | Initiates a notification badge count. |
219
- | `.pf-m-read` | `.pf-v5-c-notification-badge` | Applies read notification badge styling. |
220
- | `.pf-m-unread` | `.pf-v5-c-notification-badge` | Applies unread notification badge styling. |
221
- | `.pf-m-attention` | `.pf-v5-c-notification-badge` | Applies attention notification badge styling. |
222
- | `.pf-m-expanded` | `.pf-v5-c-notification-badge` | Applies expanded notification badge styling. |
217
+ | `.pf-v6-c-notification-badge` | `<div>` | Initiates a notification badge. **Always use it with a modifier class.** |
218
+ | `.pf-v6-c-notification-badge__count` | `<span>` | Initiates a notification badge count. |
219
+ | `.pf-m-read` | `.pf-v6-c-notification-badge` | Applies read notification badge styling. |
220
+ | `.pf-m-unread` | `.pf-v6-c-notification-badge` | Applies unread notification badge styling. |
221
+ | `.pf-m-attention` | `.pf-v6-c-notification-badge` | Applies attention notification badge styling. |
222
+ | `.pf-m-expanded` | `.pf-v6-c-notification-badge` | Applies expanded notification badge styling. |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Notification drawer
3
3
  section: components
4
- cssPrefix: pf-v5-c-notification-drawer
4
+ cssPrefix: pf-v6-c-notification-drawer
5
5
  ---## Examples
6
6
 
7
7
  ### Basic
@@ -3043,43 +3043,43 @@ cssPrefix: pf-v5-c-notification-drawer
3043
3043
 
3044
3044
  | Attribute | Applied to | Outcome |
3045
3045
  | -- | -- | -- |
3046
- | `aria-expanded="false"` | `.pf-v5-c-notification-drawer__group-toggle` | Indicates that the group notification list is hidden. |
3047
- | `aria-expanded="true"` | `.pf-v5-c-notification-drawer__group-toggle` | Indicates that the group notification list is visible. |
3048
- | `hidden` | `.pf-v5-c-notification-drawer__list` | Indicates that the group notification list is hidden so that it isn't visible in the UI and isn't accessed by assistive technologies. |
3049
- | `tabindex="0"` | `.pf-v5-c-notification-drawer__list-item.pf-m-hoverable` | Inserts the hoverable list item into the tab order of the page so that it is focusable. |
3050
- | `aria-hidden="true"` | `.pf-v5-c-notification-drawer__group-toggle-icon > *`, `.pf-v5-c-notification-drawer__list-item-header-icon > *` | Hides icon for assistive technologies. |
3046
+ | `aria-expanded="false"` | `.pf-v6-c-notification-drawer__group-toggle` | Indicates that the group notification list is hidden. |
3047
+ | `aria-expanded="true"` | `.pf-v6-c-notification-drawer__group-toggle` | Indicates that the group notification list is visible. |
3048
+ | `hidden` | `.pf-v6-c-notification-drawer__list` | Indicates that the group notification list is hidden so that it isn't visible in the UI and isn't accessed by assistive technologies. |
3049
+ | `tabindex="0"` | `.pf-v6-c-notification-drawer__list-item.pf-m-hoverable` | Inserts the hoverable list item into the tab order of the page so that it is focusable. |
3050
+ | `aria-hidden="true"` | `.pf-v6-c-notification-drawer__group-toggle-icon > *`, `.pf-v6-c-notification-drawer__list-item-header-icon > *` | Hides icon for assistive technologies. |
3051
3051
 
3052
3052
  ### Usage
3053
3053
 
3054
3054
  | Class | Applied to | Outcome |
3055
3055
  | -- | -- | -- |
3056
- | `.pf-v5-c-notification-drawer` | `<div>` | Initiates the notification drawer. **Required** |
3057
- | `.pf-v5-c-notification-drawer__header` | `<div>` | Initiates the notification drawer header. **Required** |
3058
- | `.pf-v5-c-notification-drawer__header-title` | `<h1>` | Initiates the notification drawer header title. **Required** |
3059
- | `.pf-v5-c-notification-drawer__header-status` | `<span>` | Initiates the notification drawer header status. |
3060
- | `.pf-v5-c-notification-drawer__header-action` | `<div>` | Initiates the notification drawer header action. |
3061
- | `.pf-v5-c-notification-drawer__header-action-close` | `<div>` | Initiates the notification drawer header action button. |
3062
- | `.pf-v5-c-notification-drawer__body` | `<div>` | Initiates the notification drawer body. **Required** |
3063
- | `.pf-v5-c-notification-drawer__list` | `<ul>` | Initiates a notification list. **Required** |
3064
- | `.pf-v5-c-notification-drawer__list-item` | `<li>` | Initiates a notification list item. Always use with a state modifier class. **Required** |
3065
- | `.pf-v5-c-notification-drawer__list-item-header` | `<div>` | Initiates a notification list item header. **Required** |
3066
- | `.pf-v5-c-notification-drawer__list-item-header-icon` | `<span>` | Initiates a notification list item header icon. **Required** |
3067
- | `.pf-v5-c-notification-drawer__list-item-header-title` | `<h2>` | Initiates a notification list item header title. **Required** |
3068
- | `.pf-v5-c-notification-drawer__list-item-action` | `<div>` | Initiates a notification list item action. |
3069
- | `.pf-v5-c-notification-drawer__list-item-description` | `<div>` | Initiates a notification list item description. **Required** |
3070
- | `.pf-v5-c-notification-drawer__list-item-timestamp` | `<div>` | Initiates a notification list item timestamp. **Required** |
3071
- | `.pf-v5-c-notification-drawer__group-list` | `<div>` | Initiates a notification group list. **Required when notifications are grouped** |
3072
- | `.pf-v5-c-notification-drawer__group` | `<section>` | Initiates a notification group. **Required** |
3073
- | `.pf-v5-c-notification-drawer__group-toggle` | `<button>` | Initiates a notification group toggle. **Required** |
3074
- | `.pf-v5-c-notification-drawer__group-title` | `<div>` | Initiates a notification group toggle title. **Required** |
3075
- | `.pf-v5-c-notification-drawer__group-count` | `<div>` | Initiates a notification group toggle count. |
3076
- | `.pf-v5-c-notification-drawer__group-icon` | `<span>` | Initiates a notification group toggle icon. **Required** |
3077
- | `.pf-m-custom` | `.pf-v5-c-notification-drawer__list-item` | Modifies a notification list item for the custom state. |
3078
- | `.pf-m-info` | `.pf-v5-c-notification-drawer__list-item` | Modifies a notification list item for the info state. |
3079
- | `.pf-m-warning` | `.pf-v5-c-notification-drawer__list-item` | Modifies a notification list item for the warning state. |
3080
- | `.pf-m-danger` | `.pf-v5-c-notification-drawer__list-item` | Modifies a notification list item for the danger state. |
3081
- | `.pf-m-success` | `.pf-v5-c-notification-drawer__list-item` | Modifies a notification list item for the success state. |
3082
- | `.pf-m-read` | `.pf-v5-c-notification-drawer__list-item` | Modifies a notification list item for the read state. |
3083
- | `.pf-m-hoverable` | `.pf-v5-c-notification-drawer__list-item` | Modifies a notification list item hover states to inidicate it is clickable. |
3084
- | `.pf-m-expanded` | `.pf-v5-c-notification-drawer__group` | Modifies a notification group for the expanded state. |
3085
- | `.pf-m-truncate` | `.pf-v5-c-notification-drawer__list-item-header-title` | Modifies the title to display a single line and truncate any overflow text with ellipses. **Note:** you can specify the max number of lines to show by setting the `--pf-v5-c-notification-drawer__list-item-header-title--max-lines` (the default value is `1`). |
3056
+ | `.pf-v6-c-notification-drawer` | `<div>` | Initiates the notification drawer. **Required** |
3057
+ | `.pf-v6-c-notification-drawer__header` | `<div>` | Initiates the notification drawer header. **Required** |
3058
+ | `.pf-v6-c-notification-drawer__header-title` | `<h1>` | Initiates the notification drawer header title. **Required** |
3059
+ | `.pf-v6-c-notification-drawer__header-status` | `<span>` | Initiates the notification drawer header status. |
3060
+ | `.pf-v6-c-notification-drawer__header-action` | `<div>` | Initiates the notification drawer header action. |
3061
+ | `.pf-v6-c-notification-drawer__header-action-close` | `<div>` | Initiates the notification drawer header action button. |
3062
+ | `.pf-v6-c-notification-drawer__body` | `<div>` | Initiates the notification drawer body. **Required** |
3063
+ | `.pf-v6-c-notification-drawer__list` | `<ul>` | Initiates a notification list. **Required** |
3064
+ | `.pf-v6-c-notification-drawer__list-item` | `<li>` | Initiates a notification list item. Always use with a state modifier class. **Required** |
3065
+ | `.pf-v6-c-notification-drawer__list-item-header` | `<div>` | Initiates a notification list item header. **Required** |
3066
+ | `.pf-v6-c-notification-drawer__list-item-header-icon` | `<span>` | Initiates a notification list item header icon. **Required** |
3067
+ | `.pf-v6-c-notification-drawer__list-item-header-title` | `<h2>` | Initiates a notification list item header title. **Required** |
3068
+ | `.pf-v6-c-notification-drawer__list-item-action` | `<div>` | Initiates a notification list item action. |
3069
+ | `.pf-v6-c-notification-drawer__list-item-description` | `<div>` | Initiates a notification list item description. **Required** |
3070
+ | `.pf-v6-c-notification-drawer__list-item-timestamp` | `<div>` | Initiates a notification list item timestamp. **Required** |
3071
+ | `.pf-v6-c-notification-drawer__group-list` | `<div>` | Initiates a notification group list. **Required when notifications are grouped** |
3072
+ | `.pf-v6-c-notification-drawer__group` | `<section>` | Initiates a notification group. **Required** |
3073
+ | `.pf-v6-c-notification-drawer__group-toggle` | `<button>` | Initiates a notification group toggle. **Required** |
3074
+ | `.pf-v6-c-notification-drawer__group-title` | `<div>` | Initiates a notification group toggle title. **Required** |
3075
+ | `.pf-v6-c-notification-drawer__group-count` | `<div>` | Initiates a notification group toggle count. |
3076
+ | `.pf-v6-c-notification-drawer__group-icon` | `<span>` | Initiates a notification group toggle icon. **Required** |
3077
+ | `.pf-m-custom` | `.pf-v6-c-notification-drawer__list-item` | Modifies a notification list item for the custom state. |
3078
+ | `.pf-m-info` | `.pf-v6-c-notification-drawer__list-item` | Modifies a notification list item for the info state. |
3079
+ | `.pf-m-warning` | `.pf-v6-c-notification-drawer__list-item` | Modifies a notification list item for the warning state. |
3080
+ | `.pf-m-danger` | `.pf-v6-c-notification-drawer__list-item` | Modifies a notification list item for the danger state. |
3081
+ | `.pf-m-success` | `.pf-v6-c-notification-drawer__list-item` | Modifies a notification list item for the success state. |
3082
+ | `.pf-m-read` | `.pf-v6-c-notification-drawer__list-item` | Modifies a notification list item for the read state. |
3083
+ | `.pf-m-hoverable` | `.pf-v6-c-notification-drawer__list-item` | Modifies a notification list item hover states to inidicate it is clickable. |
3084
+ | `.pf-m-expanded` | `.pf-v6-c-notification-drawer__group` | Modifies a notification group for the expanded state. |
3085
+ | `.pf-m-truncate` | `.pf-v6-c-notification-drawer__list-item-header-title` | Modifies the title to display a single line and truncate any overflow text with ellipses. **Note:** you can specify the max number of lines to show by setting the `--pf-v6-c-notification-drawer__list-item-header-title--max-lines` (the default value is `1`). |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Number input
3
3
  section: components
4
- cssPrefix: pf-v5-c-number-input
4
+ cssPrefix: pf-v6-c-number-input
5
5
  ---## Examples
6
6
 
7
7
  ### Default
@@ -355,7 +355,7 @@ cssPrefix: pf-v5-c-number-input
355
355
  ```html
356
356
  <div
357
357
  class="pf-v6-c-number-input"
358
- style="--pf-v5-c-number-input--c-form-control--width-chars: 1;"
358
+ style="--pf-v6-c-number-input--c-form-control--width-chars: 1;"
359
359
  >
360
360
  <div class="pf-v6-c-input-group">
361
361
  <div class="pf-v6-c-input-group__item">
@@ -396,7 +396,7 @@ cssPrefix: pf-v5-c-number-input
396
396
  <br />
397
397
  <div
398
398
  class="pf-v6-c-number-input"
399
- style="--pf-v5-c-number-input--c-form-control--width-chars: 10;"
399
+ style="--pf-v6-c-number-input--c-form-control--width-chars: 10;"
400
400
  >
401
401
  <div class="pf-v6-c-input-group">
402
402
  <div class="pf-v6-c-input-group__item">
@@ -437,7 +437,7 @@ cssPrefix: pf-v5-c-number-input
437
437
  <br />
438
438
  <div
439
439
  class="pf-v6-c-number-input"
440
- style="--pf-v5-c-number-input--c-form-control--width-chars: 5;"
440
+ style="--pf-v6-c-number-input--c-form-control--width-chars: 5;"
441
441
  >
442
442
  <div class="pf-v6-c-input-group">
443
443
  <div class="pf-v6-c-input-group__item">
@@ -478,7 +478,7 @@ cssPrefix: pf-v5-c-number-input
478
478
  <br />
479
479
  <div
480
480
  class="pf-v6-c-number-input"
481
- style="--pf-v5-c-number-input--c-form-control--width-chars: 5;"
481
+ style="--pf-v6-c-number-input--c-form-control--width-chars: 5;"
482
482
  >
483
483
  <div class="pf-v6-c-input-group">
484
484
  <div class="pf-v6-c-input-group__item">
@@ -524,16 +524,16 @@ cssPrefix: pf-v5-c-number-input
524
524
 
525
525
  | Attribute | Applied to | Outcome |
526
526
  | -- | -- | -- |
527
- | `aria-label="Plus"`, `aria-label="Minus"` | `.pf-v5-c-button.pf-m-control` | Provides an accessible name for the outer plus/minus buttons. **Required** |
528
- | `min` | `input[type="number"].pf-v5-c-form-control` | Provides an optional minimum value for the input. |
529
- | `max` | `input[type="number"].pf-v5-c-form-control` | Provides an optional maximum value for the input. |
527
+ | `aria-label="Plus"`, `aria-label="Minus"` | `.pf-v6-c-button.pf-m-control` | Provides an accessible name for the outer plus/minus buttons. **Required** |
528
+ | `min` | `input[type="number"].pf-v6-c-form-control` | Provides an optional minimum value for the input. |
529
+ | `max` | `input[type="number"].pf-v6-c-form-control` | Provides an optional maximum value for the input. |
530
530
 
531
531
  ### Usage
532
532
 
533
533
  | Class | Applied to | Outcome |
534
534
  | -- | -- | -- |
535
- | `.pf-v5-c-number-input` | `<div>` | Initiates the number input component. |
536
- | `.pf-v5-c-number-input__icon` | `<span>` | Initiates the number input icon. |
537
- | `.pf-v5-c-number-input__unit` | `<span>` | Initiates the number input unit. |
538
- | `.pf-m-status` | `.pf-v5-c-number-input` | Modifies the width to create enough space for a status icon to be included in the form control portion of the number input. **Required** if a status icon may be shown, even if the icon is not currently shown. |
539
- | `--pf-v5-c-number-input--c-form-control--width-chars` | `.pf-v5-c-number-input` | Specifies the number of characters to show in the input. |
535
+ | `.pf-v6-c-number-input` | `<div>` | Initiates the number input component. |
536
+ | `.pf-v6-c-number-input__icon` | `<span>` | Initiates the number input icon. |
537
+ | `.pf-v6-c-number-input__unit` | `<span>` | Initiates the number input unit. |
538
+ | `.pf-m-status` | `.pf-v6-c-number-input` | Modifies the width to create enough space for a status icon to be included in the form control portion of the number input. **Required** if a status icon may be shown, even if the icon is not currently shown. |
539
+ | `--pf-v6-c-number-input--c-form-control--width-chars` | `.pf-v6-c-number-input` | Specifies the number of characters to show in the input. |