@patternfly/patternfly 6.0.0-alpha.98 → 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 (166) 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 +4 -4
  8. package/components/MenuToggle/menu-toggle.scss +4 -4
  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 +45 -165
  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 +34 -106
  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 +68 -200
  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/AboutModal/examples/AboutModal.md +4 -52
  120. package/docs/demos/Alert/examples/Alert.md +12 -156
  121. package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
  122. package/docs/demos/Banner/examples/Banner.md +9 -105
  123. package/docs/demos/Card/examples/Card.md +12 -19
  124. package/docs/demos/CardView/examples/CardView.md +5 -65
  125. package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
  126. package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
  127. package/docs/demos/DataList/examples/DataList.md +200 -553
  128. package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
  129. package/docs/demos/Drawer/examples/Drawer.md +20 -260
  130. package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
  131. package/docs/demos/Masthead/examples/Masthead.md +23 -255
  132. package/docs/demos/Modal/examples/Modal.md +24 -312
  133. package/docs/demos/Nav/examples/Nav.md +69 -461
  134. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
  135. package/docs/demos/Page/examples/Page.md +39 -505
  136. package/docs/demos/Page/examples/Penta.md +120 -53
  137. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
  138. package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
  139. package/docs/demos/Table/examples/Table.md +1598 -6045
  140. package/docs/demos/Tabs/examples/Tabs.md +143 -499
  141. package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
  142. package/docs/demos/Wizard/examples/Wizard.md +36 -468
  143. package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
  144. package/docs/layouts/Flex/examples/Flex.md +76 -76
  145. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  146. package/docs/layouts/Grid/examples/Grid.md +8 -8
  147. package/docs/layouts/Level/examples/Level.md +4 -4
  148. package/docs/layouts/Split/examples/Split.md +6 -6
  149. package/docs/layouts/Stack/examples/Stack.md +5 -5
  150. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  151. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  152. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
  153. package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
  154. package/docs/utilities/Display/examples/Display.md +9 -9
  155. package/docs/utilities/Flex/examples/Flex.md +32 -32
  156. package/docs/utilities/Float/examples/Float.md +2 -2
  157. package/docs/utilities/Sizing/examples/Sizing.md +41 -41
  158. package/docs/utilities/Spacing/examples/Spacing.md +11 -11
  159. package/docs/utilities/Text/examples/Text.md +28 -28
  160. package/package.json +2 -1
  161. package/patternfly-no-globals.css +347 -463
  162. package/patternfly-theme-dark-unversioned.css +347 -463
  163. package/patternfly.css +347 -463
  164. package/patternfly.min.css +1 -1
  165. package/patternfly.min.css.map +1 -1
  166. package/components/Table/themes/dark/table.scss +0 -16
@@ -2,7 +2,7 @@
2
2
  id: Select
3
3
  section: components
4
4
  subsection: menus
5
- cssPrefix: pf-v5-c-select
5
+ cssPrefix: pf-v6-c-select
6
6
  deprecated: true
7
7
  ---import './Select.css'
8
8
 
@@ -239,17 +239,17 @@ The single select should be used when the user is selecting an option from a lis
239
239
 
240
240
  | Class | Applied to | Outcome |
241
241
  | -- | -- | -- |
242
- | `.pf-v5-c-select` | `<div>` | Initiates a custom select. |
243
- | `.pf-v5-c-select__toggle` | `<button>` | Initiates a custom toggle. |
244
- | `.pf-v5-c-select__toggle-wrapper` | `<div>` | Initiates a custom select toggle wrapper. |
245
- | `.pf-v5-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
246
- | `.pf-v5-c-select__menu` | `<ul>` | Initiates the custom select dropdown menu. |
247
- | `.pf-v5-c-select__menu-item` | `<li>` | Initiates the items in the custom select dropdown menu. |
248
- | `.pf-v5-c-select__menu-item-icon` | `<i>` | Initiates the selected item icon. |
249
- | `.pf-m-top` | `.pf-v5-c-select` | Modifies the select menu to display above the toggle. |
250
- | `.pf-m-align-right` | `.pf-v5-c-select__menu` | Modifies the select menu to display right aligned to the toggle. |
251
- | `.pf-m-static` | `.pf-v5-c-select__menu` | Modifies the select menu to be statically positioned to support custom positioning. |
252
- | `.pf-m-active` | `.pf-v5-c-select` | Forces display of the active state of the toggle. |
242
+ | `.pf-v6-c-select` | `<div>` | Initiates a custom select. |
243
+ | `.pf-v6-c-select__toggle` | `<button>` | Initiates a custom toggle. |
244
+ | `.pf-v6-c-select__toggle-wrapper` | `<div>` | Initiates a custom select toggle wrapper. |
245
+ | `.pf-v6-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
246
+ | `.pf-v6-c-select__menu` | `<ul>` | Initiates the custom select dropdown menu. |
247
+ | `.pf-v6-c-select__menu-item` | `<li>` | Initiates the items in the custom select dropdown menu. |
248
+ | `.pf-v6-c-select__menu-item-icon` | `<i>` | Initiates the selected item icon. |
249
+ | `.pf-m-top` | `.pf-v6-c-select` | Modifies the select menu to display above the toggle. |
250
+ | `.pf-m-align-right` | `.pf-v6-c-select__menu` | Modifies the select menu to display right aligned to the toggle. |
251
+ | `.pf-m-static` | `.pf-v6-c-select__menu` | Modifies the select menu to be statically positioned to support custom positioning. |
252
+ | `.pf-m-active` | `.pf-v6-c-select` | Forces display of the active state of the toggle. |
253
253
 
254
254
  ## States
255
255
 
@@ -496,27 +496,27 @@ The single select should be used when the user is selecting an option from a lis
496
496
 
497
497
  | Attribute | Applied to | Outcome |
498
498
  | -- | -- | -- |
499
- | `aria-invalid="true"` | `.pf-v5-c-select__toggle` | Indicates that the select is in the invalid state. |
500
- | `aria-selected="true"` | `.pf-v5-c-select__menu-item` | Should be set programmatically to indicate the active item. |
501
- | `disabled` | `.pf-v5-c-select__toggle` | Disables the dropdown toggle and removes it from keyboard focus. |
499
+ | `aria-invalid="true"` | `.pf-v6-c-select__toggle` | Indicates that the select is in the invalid state. |
500
+ | `aria-selected="true"` | `.pf-v6-c-select__menu-item` | Should be set programmatically to indicate the active item. |
501
+ | `disabled` | `.pf-v6-c-select__toggle` | Disables the dropdown toggle and removes it from keyboard focus. |
502
502
 
503
503
  ### Usage
504
504
 
505
505
  | Class | Applied to | Outcome |
506
506
  | -- | -- | -- |
507
- | `.pf-v5-c-select` | `<div>` | Initiates the select component. |
508
- | `.pf-v5-c-select__toggle` | `<button>` | Initiates the select toggle. |
509
- | `.pf-v5-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
510
- | `.pf-v5-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
511
- | `.pf-v5-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
512
- | `.pf-v5-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
513
- | `.pf-v5-c-select__menu-item-icon` | `<span>` | Initiates the selected item icon wrapper. |
514
- | `.pf-m-expanded` | `.pf-v5-c-select` | Indicates the select is expanded. |
515
- | `.pf-m-success` | `.pf-v5-c-select` | Modifies select component for the success state. |
516
- | `.pf-m-warning` | `.pf-v5-c-select` | Modifies select component for the warning state. |
517
- | `.pf-m-invalid` | `.pf-v5-c-select` | Modifies select component for the invalid state. |
518
- | `.pf-m-selected` | `.pf-v5-c-select__menu-item` | Indicates the menu item is selected. |
519
- | `.pf-m-disabled` | `div.pf-v5-c-select__toggle` | Modifies to display the select toggle as disabled. This applies to `div.pf-v5-c-select__toggle` and should not be used in lieu of the `disabled` attribute on `button.pf-v5-c-select__toggle`. When this is used, `disabled` should also be added to any form elements in `div.pf-v5-c-select__toggle`|
507
+ | `.pf-v6-c-select` | `<div>` | Initiates the select component. |
508
+ | `.pf-v6-c-select__toggle` | `<button>` | Initiates the select toggle. |
509
+ | `.pf-v6-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
510
+ | `.pf-v6-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
511
+ | `.pf-v6-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
512
+ | `.pf-v6-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
513
+ | `.pf-v6-c-select__menu-item-icon` | `<span>` | Initiates the selected item icon wrapper. |
514
+ | `.pf-m-expanded` | `.pf-v6-c-select` | Indicates the select is expanded. |
515
+ | `.pf-m-success` | `.pf-v6-c-select` | Modifies select component for the success state. |
516
+ | `.pf-m-warning` | `.pf-v6-c-select` | Modifies select component for the warning state. |
517
+ | `.pf-m-invalid` | `.pf-v6-c-select` | Modifies select component for the invalid state. |
518
+ | `.pf-m-selected` | `.pf-v6-c-select__menu-item` | Indicates the menu item is selected. |
519
+ | `.pf-m-disabled` | `div.pf-v6-c-select__toggle` | Modifies to display the select toggle as disabled. This applies to `div.pf-v6-c-select__toggle` and should not be used in lieu of the `disabled` attribute on `button.pf-v6-c-select__toggle`. When this is used, `disabled` should also be added to any form elements in `div.pf-v6-c-select__toggle`|
520
520
 
521
521
  ## Typeahead
522
522
 
@@ -934,24 +934,24 @@ The single select typeahead should be used when the user is selecting one option
934
934
 
935
935
  | Attribute | Applied to | Outcome |
936
936
  | -- | -- | -- |
937
- | `aria-selected="true"` | `.pf-v5-c-select__menu-item` | Should be set programmatically to indicate the active item. |
937
+ | `aria-selected="true"` | `.pf-v6-c-select__menu-item` | Should be set programmatically to indicate the active item. |
938
938
 
939
939
  ### Usage
940
940
 
941
941
  | Class | Applied to | Outcome |
942
942
  | -- | -- | -- |
943
- | `.pf-v5-c-select` | `<div>` | Initiates the select component. |
944
- | `.pf-v5-c-select__toggle` | `<div>` | Initiates the select toggle. |
945
- | `.pf-v5-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
946
- | `.pf-v5-c-select__toggle-typeahead` | `input.pf-v5-c-form-control` | Initiates the input field for typeahead. |
947
- | `.pf-v5-c-select__toggle-clear` | `button.pf-v5-c-button.pf-m-plain` | Initiates a clear button in the toggle. |
948
- | `.pf-v5-c-select__toggle-button` | `button.pf-v5-c-button.pf-m-plain` | Initiates a toggle button. |
949
- | `.pf-v5-c-select__toggle-arrow` | `<span>` | Initiates the caret icon. |
950
- | `.pf-v5-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
951
- | `.pf-v5-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
952
- | `.pf-m-expanded` | `.pf-v5-c-select` | Indicates the select is expanded. |
953
- | `.pf-m-typeahead` | `.pf-v5-c-select__toggle` | Indicates the select has a typeahead. |
954
- | `.pf-m-focus` | `.pf-v5-c-select__menu-item` | Modifies the menu item to apply `:focus` styling. For use when navigating the menu items by keyboard when the typeahead input field has browser focus. |
943
+ | `.pf-v6-c-select` | `<div>` | Initiates the select component. |
944
+ | `.pf-v6-c-select__toggle` | `<div>` | Initiates the select toggle. |
945
+ | `.pf-v6-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
946
+ | `.pf-v6-c-select__toggle-typeahead` | `input.pf-v6-c-form-control` | Initiates the input field for typeahead. |
947
+ | `.pf-v6-c-select__toggle-clear` | `button.pf-v6-c-button.pf-m-plain` | Initiates a clear button in the toggle. |
948
+ | `.pf-v6-c-select__toggle-button` | `button.pf-v6-c-button.pf-m-plain` | Initiates a toggle button. |
949
+ | `.pf-v6-c-select__toggle-arrow` | `<span>` | Initiates the caret icon. |
950
+ | `.pf-v6-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
951
+ | `.pf-v6-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
952
+ | `.pf-m-expanded` | `.pf-v6-c-select` | Indicates the select is expanded. |
953
+ | `.pf-m-typeahead` | `.pf-v6-c-select__toggle` | Indicates the select has a typeahead. |
954
+ | `.pf-m-focus` | `.pf-v6-c-select__menu-item` | Modifies the menu item to apply `:focus` styling. For use when navigating the menu items by keyboard when the typeahead input field has browser focus. |
955
955
 
956
956
  ## Typeahead multiselect
957
957
 
@@ -1548,24 +1548,24 @@ The multiselect should be used when the user is selecting multiple items from a
1548
1548
 
1549
1549
  | Attribute | Applied to | Outcome |
1550
1550
  | -- | -- | -- |
1551
- | `aria-selected="true"` | `.pf-v5-c-select__menu-item` | Should be set programmatically to indicate the active item. |
1551
+ | `aria-selected="true"` | `.pf-v6-c-select__menu-item` | Should be set programmatically to indicate the active item. |
1552
1552
 
1553
1553
  ### Usage
1554
1554
 
1555
1555
  | Class | Applied to | Outcome |
1556
1556
  | -- | -- | -- |
1557
- | `.pf-v5-c-select` | `<div>` | Initiates the select component. |
1558
- | `.pf-v5-c-select__toggle` | `<div>` | Initiates the select toggle. |
1559
- | `.pf-v5-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper so that chips and input field can wrap together. |
1560
- | `.pf-v5-c-chip` | `<div>` | Initiates a chip. (See [chip component](/components/chip) for more details) |
1561
- | `.pf-v5-c-select__toggle-typeahead` | `input.pf-v5-c-form-control` | Initiates the input field for typeahead. |
1562
- | `.pf-v5-c-select__toggle-clear` | `button.pf-m-plain` | Initiates a clear button in the toggle. |
1563
- | `.pf-v5-c-select__toggle-button` | `<button>` | Initiates a toggle button. |
1564
- | `.pf-v5-c-select__toggle-arrow` | `<span>` | Initiates the caret icon. |
1565
- | `.pf-v5-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
1566
- | `.pf-v5-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
1567
- | `.pf-m-expanded` | `.pf-v5-c-select` | Indicates the select is expanded. |
1568
- | `.pf-m-typeahead` | `.pf-v5-c-select__toggle` | Indicates the select has a typeahead. |
1557
+ | `.pf-v6-c-select` | `<div>` | Initiates the select component. |
1558
+ | `.pf-v6-c-select__toggle` | `<div>` | Initiates the select toggle. |
1559
+ | `.pf-v6-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper so that chips and input field can wrap together. |
1560
+ | `.pf-v6-c-chip` | `<div>` | Initiates a chip. (See [chip component](/components/chip) for more details) |
1561
+ | `.pf-v6-c-select__toggle-typeahead` | `input.pf-v6-c-form-control` | Initiates the input field for typeahead. |
1562
+ | `.pf-v6-c-select__toggle-clear` | `button.pf-m-plain` | Initiates a clear button in the toggle. |
1563
+ | `.pf-v6-c-select__toggle-button` | `<button>` | Initiates a toggle button. |
1564
+ | `.pf-v6-c-select__toggle-arrow` | `<span>` | Initiates the caret icon. |
1565
+ | `.pf-v6-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
1566
+ | `.pf-v6-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
1567
+ | `.pf-m-expanded` | `.pf-v6-c-select` | Indicates the select is expanded. |
1568
+ | `.pf-m-typeahead` | `.pf-v6-c-select__toggle` | Indicates the select has a typeahead. |
1569
1569
 
1570
1570
  ## Checkbox
1571
1571
 
@@ -2336,25 +2336,25 @@ The checkbox select can select multiple items using checkboxes. The number of it
2336
2336
 
2337
2337
  | Class | Applied to | Outcome |
2338
2338
  | -- | -- | -- |
2339
- | `.pf-v5-c-select` | `<div>` | Initiates the select component. |
2340
- | `.pf-v5-c-select__toggle` | `<button>` | Initiates the select toggle. |
2341
- | `.pf-v5-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper so that chips and input field can wrap together. |
2342
- | `.pf-v5-c-chip` | `<div>` | Initiates a chip. (See [chip component](/components/chip) for more details) |
2343
- | `.pf-v5-c-select__toggle-typeahead` | `input.pf-v5-c-form-control` | Initiates the input field for typeahead. |
2344
- | `.pf-v5-c-select__toggle-badge` | `<div>` | Initiates a container for a badge to indicate the number of items checked. \* note: This should contain an unread badge \* |
2345
- | `.pf-v5-c-select__toggle-clear` | `button.pf-m-plain` | Initiates a clear button in the toggle. |
2346
- | `.pf-v5-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2347
- | `.pf-v5-c-select__menu` | `<div>` | Initiates the select dropdown menu. |
2348
- | `.pf-v5-c-select__menu-item` | `div.pf-v5-c-check` | Initiates the items in the select dropdown menu. |
2349
- | `.pf-v5-c-select__menu-item-row` | `<span>` | Initiates a menu item row for use with positioning other elements before/after the item text. |
2350
- | `.pf-v5-c-select__menu-item-text` | `<span>` | Initiates the menu item row text. |
2351
- | `.pf-v5-c-select__menu-item-count` | `<span>` | Initiates the menu item row count. |
2352
- | `.pf-v5-c-select__menu-fieldset` | `<fieldset>` | Initiates a fieldset for the items in a checkbox select. |
2353
- | `.pf-v5-c-select__menu-group` | `<div>` | Initiates a group within a select menu. |
2354
- | `.pf-v5-c-select__menu-group-title` | `<div>` | Initiates a title for a group with a select menu. |
2355
- | `.pf-v5-c-select__menu-search` | `<div>` | Initiates a container for the search input group. |
2356
- | `.pf-m-expanded` | `.pf-v5-c-select` | Indicates the select is expanded. |
2357
- | `.pf-m-typeahead` | `.pf-v5-c-select__toggle` | Indicates the select has a typeahead. |
2339
+ | `.pf-v6-c-select` | `<div>` | Initiates the select component. |
2340
+ | `.pf-v6-c-select__toggle` | `<button>` | Initiates the select toggle. |
2341
+ | `.pf-v6-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper so that chips and input field can wrap together. |
2342
+ | `.pf-v6-c-chip` | `<div>` | Initiates a chip. (See [chip component](/components/chip) for more details) |
2343
+ | `.pf-v6-c-select__toggle-typeahead` | `input.pf-v6-c-form-control` | Initiates the input field for typeahead. |
2344
+ | `.pf-v6-c-select__toggle-badge` | `<div>` | Initiates a container for a badge to indicate the number of items checked. \* note: This should contain an unread badge \* |
2345
+ | `.pf-v6-c-select__toggle-clear` | `button.pf-m-plain` | Initiates a clear button in the toggle. |
2346
+ | `.pf-v6-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2347
+ | `.pf-v6-c-select__menu` | `<div>` | Initiates the select dropdown menu. |
2348
+ | `.pf-v6-c-select__menu-item` | `div.pf-v6-c-check` | Initiates the items in the select dropdown menu. |
2349
+ | `.pf-v6-c-select__menu-item-row` | `<span>` | Initiates a menu item row for use with positioning other elements before/after the item text. |
2350
+ | `.pf-v6-c-select__menu-item-text` | `<span>` | Initiates the menu item row text. |
2351
+ | `.pf-v6-c-select__menu-item-count` | `<span>` | Initiates the menu item row count. |
2352
+ | `.pf-v6-c-select__menu-fieldset` | `<fieldset>` | Initiates a fieldset for the items in a checkbox select. |
2353
+ | `.pf-v6-c-select__menu-group` | `<div>` | Initiates a group within a select menu. |
2354
+ | `.pf-v6-c-select__menu-group-title` | `<div>` | Initiates a title for a group with a select menu. |
2355
+ | `.pf-v6-c-select__menu-search` | `<div>` | Initiates a container for the search input group. |
2356
+ | `.pf-m-expanded` | `.pf-v6-c-select` | Indicates the select is expanded. |
2357
+ | `.pf-m-typeahead` | `.pf-v6-c-select__toggle` | Indicates the select has a typeahead. |
2358
2358
 
2359
2359
  ## Plain
2360
2360
 
@@ -2477,16 +2477,16 @@ The plain select variation should be used when you do not want a border applied
2477
2477
 
2478
2478
  | Class | Applied to | Outcome |
2479
2479
  | -- | -- | -- |
2480
- | `.pf-v5-c-select` | `<div>` | Initiates the select component. |
2481
- | `.pf-v5-c-select__toggle` | `<button>` | Initiates the select toggle. |
2482
- | `.pf-v5-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2483
- | `.pf-v5-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2484
- | `.pf-v5-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
2485
- | `.pf-v5-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
2486
- | `.pf-v5-c-select__menu-item-icon` | `<i>` | Initiates the selected item icon. |
2487
- | `.pf-m-expanded` | `.pf-v5-c-select` | Indicates the select is expanded. |
2488
- | `.pf-m-plain` | `.pf-v5-c-select__toggle` | Modifies to display the toggle with no border. |
2489
- | `.pf-m-selected` | `.pf-v5-c-select__menu-item` | Indicates the menu item is selected. |
2480
+ | `.pf-v6-c-select` | `<div>` | Initiates the select component. |
2481
+ | `.pf-v6-c-select__toggle` | `<button>` | Initiates the select toggle. |
2482
+ | `.pf-v6-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2483
+ | `.pf-v6-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2484
+ | `.pf-v6-c-select__menu` | `<ul>` | Initiates the select dropdown menu. |
2485
+ | `.pf-v6-c-select__menu-item` | `<li>` | Initiates the items in the select dropdown menu. |
2486
+ | `.pf-v6-c-select__menu-item-icon` | `<i>` | Initiates the selected item icon. |
2487
+ | `.pf-m-expanded` | `.pf-v6-c-select` | Indicates the select is expanded. |
2488
+ | `.pf-m-plain` | `.pf-v6-c-select__toggle` | Modifies to display the toggle with no border. |
2489
+ | `.pf-m-selected` | `.pf-v6-c-select__menu-item` | Indicates the menu item is selected. |
2490
2490
 
2491
2491
  ## Icon
2492
2492
 
@@ -2554,17 +2554,17 @@ The plain select variation should be used when you do not want a border applied
2554
2554
 
2555
2555
  | Attribute | Applied to | Outcome |
2556
2556
  | -- | -- | -- |
2557
- | `aria-hidden="true"` | `.pf-v5-c-select__toggle-icon` | Hides the icon from assistive technologies.
2557
+ | `aria-hidden="true"` | `.pf-v6-c-select__toggle-icon` | Hides the icon from assistive technologies.
2558
2558
 
2559
2559
  ### Usage
2560
2560
 
2561
2561
  | Class | Applied to | Outcome |
2562
2562
  | -- | -- | -- |
2563
- | `.pf-v5-c-select` | `<div>` | Initiates the select component. |
2564
- | `.pf-v5-c-select__toggle` | `<button>` | Initiates the select toggle. |
2565
- | `.pf-v5-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2566
- | `.pf-v5-c-select__toggle-icon` | `<span>` | Initiates the icon in the dropdown toggle. |
2567
- | `.pf-v5-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2563
+ | `.pf-v6-c-select` | `<div>` | Initiates the select component. |
2564
+ | `.pf-v6-c-select__toggle` | `<button>` | Initiates the select toggle. |
2565
+ | `.pf-v6-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2566
+ | `.pf-v6-c-select__toggle-icon` | `<span>` | Initiates the icon in the dropdown toggle. |
2567
+ | `.pf-v6-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2568
2568
 
2569
2569
  ## Panel
2570
2570
 
@@ -2602,11 +2602,11 @@ The plain select variation should be used when you do not want a border applied
2602
2602
 
2603
2603
  | Class | Applied to | Outcome |
2604
2604
  | -- | -- | -- |
2605
- | `.pf-v5-c-select` | `<div>` | Initiates the select component. |
2606
- | `.pf-v5-c-select__toggle` | `<button>` | Initiates the select toggle. |
2607
- | `.pf-v5-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2608
- | `.pf-v5-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2609
- | `.pf-v5-c-select__menu` | `<div>` | Initiates the select dropdown menu. |
2605
+ | `.pf-v6-c-select` | `<div>` | Initiates the select component. |
2606
+ | `.pf-v6-c-select__toggle` | `<button>` | Initiates the select toggle. |
2607
+ | `.pf-v6-c-select__toggle-wrapper` | `<div>` | Initiates the select toggle wrapper. |
2608
+ | `.pf-v6-c-select__toggle-arrow` | `<span>` | Initiates the caret to toggle the dropdown. |
2609
+ | `.pf-v6-c-select__menu` | `<div>` | Initiates the select dropdown menu. |
2610
2610
 
2611
2611
  ## Description
2612
2612
 
@@ -2805,9 +2805,9 @@ The plain select variation should be used when you do not want a border applied
2805
2805
 
2806
2806
  | Class | Applied to | Outcome |
2807
2807
  | -- | -- | -- |
2808
- | `.pf-v5-c-select__menu-item-description` | `<span>` | Initiates the select menu item description element. |
2809
- | `.pf-v5-c-select__menu-item-main` | `<span>` | Initiates the select menu item main element. Used when the description element is present. |
2810
- | `.pf-m-description` | `.pf-v5-c-select__menu-item` | Modifies the select menu item when selected to accommodate the description element. |
2808
+ | `.pf-v6-c-select__menu-item-description` | `<span>` | Initiates the select menu item description element. |
2809
+ | `.pf-v6-c-select__menu-item-main` | `<span>` | Initiates the select menu item main element. Used when the description element is present. |
2810
+ | `.pf-m-description` | `.pf-v6-c-select__menu-item` | Modifies the select menu item when selected to accommodate the description element. |
2811
2811
 
2812
2812
  ## Favorites
2813
2813
 
@@ -3034,18 +3034,18 @@ The plain select variation should be used when you do not want a border applied
3034
3034
 
3035
3035
  | Attribute | Applied to | Outcome |
3036
3036
  | -- | -- | -- |
3037
- | `aria-label="Not starred"` | `.pf-v5-c-select__menu-wrapper > .pf-v5-c-select__menu-item.pf-m-action` | Provides an accessible label indicating that the favorite action is not selected. |
3038
- | `aria-label="Starred"` | `.pf-v5-c-select__menu-wrapper.pf-m-favorite > .pf-v5-c-select__menu-item.pf-m-action` | Provides an accessible label indicating that the favorite action is selected. |
3037
+ | `aria-label="Not starred"` | `.pf-v6-c-select__menu-wrapper > .pf-v6-c-select__menu-item.pf-m-action` | Provides an accessible label indicating that the favorite action is not selected. |
3038
+ | `aria-label="Starred"` | `.pf-v6-c-select__menu-wrapper.pf-m-favorite > .pf-v6-c-select__menu-item.pf-m-action` | Provides an accessible label indicating that the favorite action is selected. |
3039
3039
 
3040
3040
  ### Usage
3041
3041
 
3042
3042
  | Class | Applied to | Outcome |
3043
3043
  | -- | -- | -- |
3044
- | `.pf-v5-c-select__menu-wrapper` | `<li>` | Defines a menu wrapper for use with multiple actionable items in a single item row. |
3045
- | `.pf-m-favorite` | `.pf-v5-c-select__menu-wrapper` | Modifies wrapper to indicate that the item row has been favorited. |
3046
- | `.pf-m-favorite-action` | `.pf-v5-c-select__menu-item` | Modifies an item for favorite styles. |
3047
- | `.pf-m-link` | `.pf-v5-c-select__menu-item.pf-m-wrapper > .pf-v5-c-select__menu-item` | Modifies item for link styles. |
3048
- | `.pf-m-action` | `.pf-v5-c-select__menu-item.pf-m-wrapper > .pf-v5-c-select__menu-item` | Modifies item to for action styles. |
3044
+ | `.pf-v6-c-select__menu-wrapper` | `<li>` | Defines a menu wrapper for use with multiple actionable items in a single item row. |
3045
+ | `.pf-m-favorite` | `.pf-v6-c-select__menu-wrapper` | Modifies wrapper to indicate that the item row has been favorited. |
3046
+ | `.pf-m-favorite-action` | `.pf-v6-c-select__menu-item` | Modifies an item for favorite styles. |
3047
+ | `.pf-m-link` | `.pf-v6-c-select__menu-item.pf-m-wrapper > .pf-v6-c-select__menu-item` | Modifies item for link styles. |
3048
+ | `.pf-m-action` | `.pf-v6-c-select__menu-item.pf-m-wrapper > .pf-v6-c-select__menu-item` | Modifies item to for action styles. |
3049
3049
 
3050
3050
  ## View more
3051
3051
 
@@ -3115,7 +3115,7 @@ The plain select variation should be used when you do not want a border applied
3115
3115
 
3116
3116
  | Class | Applied to | Outcome |
3117
3117
  | -- | -- | -- |
3118
- | `.pf-m-load` | `.pf-v5-c-select__menu-item` | Modifies a menu item for load styles. |
3118
+ | `.pf-m-load` | `.pf-v6-c-select__menu-item` | Modifies a menu item for load styles. |
3119
3119
 
3120
3120
  ## Loading
3121
3121
 
@@ -3197,8 +3197,8 @@ The plain select variation should be used when you do not want a border applied
3197
3197
 
3198
3198
  | Class | Applied to | Outcome |
3199
3199
  | -- | -- | -- |
3200
- | `.pf-v5-c-select__list-item` | `<li>` | Defines a list item element in the select menu. |
3201
- | `.pf-m-loading` | `.pf-v5-c-select__list-item` | Modifies a list item for loading styles. |
3200
+ | `.pf-v6-c-select__list-item` | `<li>` | Defines a list item element in the select menu. |
3201
+ | `.pf-m-loading` | `.pf-v6-c-select__list-item` | Modifies a list item for loading styles. |
3202
3202
 
3203
3203
  ## Footer
3204
3204
 
@@ -3270,8 +3270,8 @@ The plain select variation should be used when you do not want a border applied
3270
3270
 
3271
3271
  | Class | Applied to | Outcome |
3272
3272
  | -- | -- | -- |
3273
- | `.pf-v5-c-select__menu-footer` | `<div>` | Defines a menu footer. |
3274
- | `.pf-v5-c-select__menu-list` | `<ul>` | Defines the menu list when the list is placed in `div.pf-v5-c-select__menu`. |
3273
+ | `.pf-v6-c-select__menu-footer` | `<div>` | Defines a menu footer. |
3274
+ | `.pf-v6-c-select__menu-list` | `<ul>` | Defines the menu list when the list is placed in `div.pf-v6-c-select__menu`. |
3275
3275
 
3276
3276
  ## Placeholder
3277
3277
 
@@ -3514,7 +3514,7 @@ The plain select variation should be used when you do not want a border applied
3514
3514
 
3515
3515
  | Class | Applied to | Outcome |
3516
3516
  | -- | -- | -- |
3517
- | `.pf-m-placeholder` | `.pf-v5-c-select__toggle` | Modifies the toggle for placeholder styles. |
3517
+ | `.pf-m-placeholder` | `.pf-v6-c-select__toggle` | Modifies the toggle for placeholder styles. |
3518
3518
 
3519
3519
  ## Documentation
3520
3520
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: 'Sidebar'
3
3
  section: components
4
- cssPrefix: pf-v5-c-sidebar
4
+ cssPrefix: pf-v6-c-sidebar
5
5
  ---import './Sidebar.css'
6
6
 
7
7
  ## Examples
@@ -253,18 +253,18 @@ cssPrefix: pf-v5-c-sidebar
253
253
 
254
254
  | Class | Applied to | Outcome |
255
255
  | -- | -- | -- |
256
- | `.pf-v5-c-sidebar` | `<div>` | Initiates the sidebar component. **Required** |
257
- | `.pf-v5-c-sidebar__main` | `<div>` | Initiates the sidebar main element. **Required** |
258
- | `.pf-v5-c-sidebar__panel` | `<div>` | Initiates the sidebar panel element. **Required** |
259
- | `.pf-v5-c-sidebar__content` | `<div>` | Initiates the sidebar content element. **Required** |
260
- | `.pf-m-border` | `.pf-v5-c-sidebar__main` | Modifies the sidebar component to add a border between the panel and content. |
261
- | `.pf-m-padding` | `.pf-v5-c-sidebar__panel`, `.pf-v5-c-sidebar__content` | Modifies the sidebar component to add a padding to panel and/or content. |
262
- | `.pf-m-gutter` | `.pf-v5-c-sidebar` | Modifies the sidebar component to add a gutter between the panel and content. |
263
- | `.pf-m-stack` | `.pf-v5-c-sidebar` | Modifies the sidebar to stack the panel on top of the content. |
264
- | `.pf-m-split` | `.pf-v5-c-sidebar` | Modifies the sidebar to position the panel and content side by side. |
265
- | `.pf-m-panel-right` | `.pf-v5-c-sidebar` | Modifies the sidebar to place the panel to the right of the content. |
266
- | `.pf-m-sticky` | `.pf-v5-c-sidebar__panel` | Modifies the panel to be sticky to the top of the layout. |
267
- | `.pf-m-static` | `.pf-v5-c-sidebar__panel` | Modifies the panel to be positioned statically. |
268
- | `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v5-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** does not apply when the panel is stacked on top of the content. |
269
- | `.pf-m-no-background` | `.pf-v5-c-sidebar`, `.pf-v5-c-sidebar__panel, .pf-v5-c-sidebar__content` | Modifies the element to have a transparent background. |
270
- | `.pf-m-secondary` | `.pf-v5-c-sidebar__panel, .pf-v5-c-sidebar__content` | Modifies the element to have secondary styling. |
256
+ | `.pf-v6-c-sidebar` | `<div>` | Initiates the sidebar component. **Required** |
257
+ | `.pf-v6-c-sidebar__main` | `<div>` | Initiates the sidebar main element. **Required** |
258
+ | `.pf-v6-c-sidebar__panel` | `<div>` | Initiates the sidebar panel element. **Required** |
259
+ | `.pf-v6-c-sidebar__content` | `<div>` | Initiates the sidebar content element. **Required** |
260
+ | `.pf-m-border` | `.pf-v6-c-sidebar__main` | Modifies the sidebar component to add a border between the panel and content. |
261
+ | `.pf-m-padding` | `.pf-v6-c-sidebar__panel`, `.pf-v6-c-sidebar__content` | Modifies the sidebar component to add a padding to panel and/or content. |
262
+ | `.pf-m-gutter` | `.pf-v6-c-sidebar` | Modifies the sidebar component to add a gutter between the panel and content. |
263
+ | `.pf-m-stack` | `.pf-v6-c-sidebar` | Modifies the sidebar to stack the panel on top of the content. |
264
+ | `.pf-m-split` | `.pf-v6-c-sidebar` | Modifies the sidebar to position the panel and content side by side. |
265
+ | `.pf-m-panel-right` | `.pf-v6-c-sidebar` | Modifies the sidebar to place the panel to the right of the content. |
266
+ | `.pf-m-sticky` | `.pf-v6-c-sidebar__panel` | Modifies the panel to be sticky to the top of the layout. |
267
+ | `.pf-m-static` | `.pf-v6-c-sidebar__panel` | Modifies the panel to be positioned statically. |
268
+ | `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** does not apply when the panel is stacked on top of the content. |
269
+ | `.pf-m-no-background` | `.pf-v6-c-sidebar`, `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have a transparent background. |
270
+ | `.pf-m-secondary` | `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have secondary styling. |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Simple list
3
3
  section: components
4
- cssPrefix: pf-v5-c-simple-list
4
+ cssPrefix: pf-v6-c-simple-list
5
5
  ---## Examples
6
6
 
7
7
  ### Simple list
@@ -108,16 +108,16 @@ cssPrefix: pf-v5-c-simple-list
108
108
 
109
109
  | Attribute | Applied to | Outcome |
110
110
  | -- | -- | -- |
111
- | `tabindex="0"` | `a.pf-v5-c-simple-list__item-link` | Inserts the link into the tab order of the page so that it is focusable. **Required** |
111
+ | `tabindex="0"` | `a.pf-v6-c-simple-list__item-link` | Inserts the link into the tab order of the page so that it is focusable. **Required** |
112
112
 
113
113
  ### Usage
114
114
 
115
115
  | Class | Applied to | Outcome |
116
116
  | -- | -- | -- |
117
- | `.pf-v5-c-simple-list` | `<div>` | Initiates a simple list. |
118
- | `.pf-v5-c-simple-list__section` | `<section>` | Initiates a simple list section. |
119
- | `.pf-v5-c-simple-list__title` | `<h2>` | Initiates a simple list title. |
120
- | `.pf-v5-c-simple-list__list` | `<ul>` | Initiates a simple list unordered list. |
121
- | `.pf-v5-c-simple-list__item` | `<li>` | Initiates a simple list item. |
122
- | `.pf-v5-c-simple-list__item-link` | `<button>`, `<a>` | Initiates a simple list item link. It can be a button or a link depending on the context. |
123
- | `.pf-m-current` | `.pf-v5-c-simple-list__item-link` | Modifies the simple list item link for the current state. |
117
+ | `.pf-v6-c-simple-list` | `<div>` | Initiates a simple list. |
118
+ | `.pf-v6-c-simple-list__section` | `<section>` | Initiates a simple list section. |
119
+ | `.pf-v6-c-simple-list__title` | `<h2>` | Initiates a simple list title. |
120
+ | `.pf-v6-c-simple-list__list` | `<ul>` | Initiates a simple list unordered list. |
121
+ | `.pf-v6-c-simple-list__item` | `<li>` | Initiates a simple list item. |
122
+ | `.pf-v6-c-simple-list__item-link` | `<button>`, `<a>` | Initiates a simple list item link. It can be a button or a link depending on the context. |
123
+ | `.pf-m-current` | `.pf-v6-c-simple-list__item-link` | Modifies the simple list item link for the current state. |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Skeleton
3
3
  section: components
4
- cssPrefix: pf-v5-c-skeleton
4
+ cssPrefix: pf-v6-c-skeleton
5
5
  ---import './Skeleton.css'
6
6
 
7
7
  ## Examples
@@ -45,19 +45,19 @@ cssPrefix: pf-v5-c-skeleton
45
45
  ### Text modifiers
46
46
 
47
47
  ```html
48
- --pf-v5-global--FontSize--4xl
48
+ --pf-v6-global--FontSize--4xl
49
49
  <div class="pf-v6-c-skeleton pf-m-text-4xl"></div>
50
- <br />--pf-v5-global--FontSize--3xl
50
+ <br />--pf-v6-global--FontSize--3xl
51
51
  <div class="pf-v6-c-skeleton pf-m-text-3xl"></div>
52
- <br />--pf-v5-global--FontSize--2xl
52
+ <br />--pf-v6-global--FontSize--2xl
53
53
  <div class="pf-v6-c-skeleton pf-m-text-2xl"></div>
54
- <br />--pf-v5-global--FontSize--xl
54
+ <br />--pf-v6-global--FontSize--xl
55
55
  <div class="pf-v6-c-skeleton pf-m-text-xl"></div>
56
- <br />--pf-v5-global--FontSize--lg
56
+ <br />--pf-v6-global--FontSize--lg
57
57
  <div class="pf-v6-c-skeleton pf-m-text-lg"></div>
58
- <br />--pf-v5-global--FontSize--md
58
+ <br />--pf-v6-global--FontSize--md
59
59
  <div class="pf-v6-c-skeleton pf-m-text-md"></div>
60
- <br />--pf-v5-global--FontSize--sm
60
+ <br />--pf-v6-global--FontSize--sm
61
61
  <div class="pf-v6-c-skeleton pf-m-text-sm"></div>
62
62
 
63
63
  ```
@@ -92,9 +92,9 @@ Small circle
92
92
 
93
93
  | Class | Applied to | Outcome |
94
94
  | -- | -- | -- |
95
- | `.pf-v5-c-skeleton` | `<div>` | Initiates the skeleton component. **Required** |
96
- | `.pf-m-width-[sm, md, lg, 25, 33, 50, 66, 75]` | `.pf-v5-c-skeleton` | Modifies the width of the skeleton. The default is 100%. |
97
- | `.pf-m-height-[sm, md, lg, 25, 33, 50, 66, 75, 100]` | `.pf-v5-c-skeleton` | Modifies the height of the skeleton. The default is the inherited font size. |
98
- | `.pf-m-text-[sm, md, lg, xl, 2xl, 3xl, 4xl]` | `.pf-v5-c-skeleton` | Modifies the skeleton height to match the height of PatternFly's text elements. |
99
- | `.pf-m-circle` | `.pf-v5-c-skeleton` | Modifies the border radius of the skeleton to be a circle. Use a width modifier to specify the size. |
100
- | `.pf-m-square` | `.pf-v5-c-skeleton` | Modifies the border radius of the skeleton to be a square. Use a width modifier to specify the size. |
95
+ | `.pf-v6-c-skeleton` | `<div>` | Initiates the skeleton component. **Required** |
96
+ | `.pf-m-width-[sm, md, lg, 25, 33, 50, 66, 75]` | `.pf-v6-c-skeleton` | Modifies the width of the skeleton. The default is 100%. |
97
+ | `.pf-m-height-[sm, md, lg, 25, 33, 50, 66, 75, 100]` | `.pf-v6-c-skeleton` | Modifies the height of the skeleton. The default is the inherited font size. |
98
+ | `.pf-m-text-[sm, md, lg, xl, 2xl, 3xl, 4xl]` | `.pf-v6-c-skeleton` | Modifies the skeleton height to match the height of PatternFly's text elements. |
99
+ | `.pf-m-circle` | `.pf-v6-c-skeleton` | Modifies the border radius of the skeleton to be a circle. Use a width modifier to specify the size. |
100
+ | `.pf-m-square` | `.pf-v6-c-skeleton` | Modifies the border radius of the skeleton to be a square. Use a width modifier to specify the size. |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  id: Skip to content
3
3
  section: components
4
- cssPrefix: pf-v5-c-skip-to-content
4
+ cssPrefix: pf-v6-c-skip-to-content
5
5
  ---## Examples
6
6
 
7
7
  ### Basic
@@ -135,16 +135,16 @@ cssPrefix: pf-v5-c-skip-to-content
135
135
 
136
136
  Skip to content allows screen reader and keyboard users to bypass navigation rather than tabbing through it.
137
137
 
138
- When using `.pf-v5-c-skip-to-content` you must provide an `href` attribute whose value corresponds to the `id` attribute of the primary content container for your application. In most cases this is the `<main>` element. For a demo of this, navigate to a [page demo](/components/page/html-demos) and note the use of `tabindex="-1"`, which allows the element to receive focus programmatically.
138
+ When using `.pf-v6-c-skip-to-content` you must provide an `href` attribute whose value corresponds to the `id` attribute of the primary content container for your application. In most cases this is the `<main>` element. For a demo of this, navigate to a [page demo](/components/page/html-demos) and note the use of `tabindex="-1"`, which allows the element to receive focus programmatically.
139
139
 
140
140
  ### Accessibility
141
141
 
142
142
  | Attribute | Applied to | Outcome |
143
143
  | -- | -- | -- |
144
- | `href="[id of main container]"` | `.pf-v5-c-skip-to-content` | Sends focus to the primary content container. **Required** |
144
+ | `href="[id of main container]"` | `.pf-v6-c-skip-to-content` | Sends focus to the primary content container. **Required** |
145
145
 
146
146
  ### Usage
147
147
 
148
148
  | Class | Applied to | Outcome |
149
149
  | -- | -- | -- |
150
- | `.pf-v5-c-skip-to-content` | `<a>` | initiates the skip to content link. |
150
+ | `.pf-v6-c-skip-to-content` | `<a>` | initiates the skip to content link. |