@patternfly/patternfly 5.0.0-alpha.13 → 5.0.0-alpha.18

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 (177) hide show
  1. package/assets/pficon/pficon.woff +0 -0
  2. package/assets/pficon/pficon.woff2 +0 -0
  3. package/components/Accordion/accordion.css +2 -0
  4. package/components/Accordion/accordion.scss +2 -0
  5. package/components/AppLauncher/app-launcher.css +2 -0
  6. package/components/AppLauncher/app-launcher.scss +2 -0
  7. package/components/Breadcrumb/breadcrumb.css +2 -0
  8. package/components/Breadcrumb/breadcrumb.scss +2 -0
  9. package/components/ContextSelector/context-selector.css +5 -1
  10. package/components/ContextSelector/context-selector.scss +6 -2
  11. package/components/DataList/data-list.css +2 -1
  12. package/components/DataList/data-list.scss +2 -1
  13. package/components/Drawer/drawer.css +13 -13
  14. package/components/Dropdown/dropdown.css +12 -10
  15. package/components/Dropdown/dropdown.scss +2 -0
  16. package/components/ExpandableSection/expandable-section.css +2 -0
  17. package/components/ExpandableSection/expandable-section.scss +2 -0
  18. package/components/Label/label.css +2 -0
  19. package/components/Label/label.scss +2 -0
  20. package/components/Login/login.css +1 -1
  21. package/components/Menu/menu.css +2 -0
  22. package/components/Menu/menu.scss +2 -0
  23. package/components/MenuToggle/menu-toggle.css +2 -0
  24. package/components/MenuToggle/menu-toggle.scss +2 -0
  25. package/components/Page/page.css +60 -60
  26. package/components/Pagination/pagination.css +2 -2
  27. package/components/SearchInput/search-input.css +2 -0
  28. package/components/SearchInput/search-input.scss +2 -0
  29. package/components/Table/table-grid.css +28 -28
  30. package/components/Table/table-tree-view.css +4 -4
  31. package/components/TextInputGroup/text-input-group.css +4 -2
  32. package/components/TextInputGroup/text-input-group.scss +4 -3
  33. package/components/Toolbar/toolbar.css +35 -35
  34. package/components/TreeView/tree-view.css +7 -15
  35. package/components/TreeView/tree-view.scss +7 -18
  36. package/components/Wizard/wizard.css +2 -0
  37. package/components/Wizard/wizard.scss +2 -0
  38. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
  39. package/docs/components/Accordion/examples/Accordion.md +12 -12
  40. package/docs/components/ActionList/examples/ActionList.md +6 -6
  41. package/docs/components/Alert/examples/Alert.md +19 -19
  42. package/docs/components/AlertGroup/examples/AlertGroup.md +12 -12
  43. package/docs/components/AppLauncher/examples/application-launcher.md +51 -46
  44. package/docs/components/Avatar/examples/Avatar.md +11 -11
  45. package/docs/components/BackToTop/examples/BackToTop.md +4 -4
  46. package/docs/components/Backdrop/examples/Backdrop.md +4 -4
  47. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  48. package/docs/components/Badge/examples/Badge.md +5 -5
  49. package/docs/components/Banner/examples/Banner.md +8 -8
  50. package/docs/components/Brand/examples/Brand.md +9 -9
  51. package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
  52. package/docs/components/Button/examples/Button.md +35 -35
  53. package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
  54. package/docs/components/Card/examples/Card.md +27 -27
  55. package/docs/components/Check/examples/Check.md +13 -13
  56. package/docs/components/Chip/examples/Chip.md +13 -13
  57. package/docs/components/ChipGroup/examples/ChipGroup.md +15 -15
  58. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  59. package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
  60. package/docs/components/CodeEditor/examples/CodeEditor.md +56 -33
  61. package/docs/components/Content/examples/Content.md +10 -10
  62. package/docs/components/ContextSelector/examples/context-selector.css +5 -1
  63. package/docs/components/ContextSelector/examples/context-selector.md +86 -80
  64. package/docs/components/DataList/examples/DataList.md +83 -83
  65. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  66. package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
  67. package/docs/components/Divider/examples/Divider.md +10 -10
  68. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  69. package/docs/components/Drawer/examples/Drawer.md +43 -43
  70. package/docs/components/Dropdown/examples/Dropdown.css +5 -2
  71. package/docs/components/Dropdown/examples/Dropdown.md +50 -50
  72. package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
  73. package/docs/components/EmptyState/examples/EmptyState.md +19 -19
  74. package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
  75. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  76. package/docs/components/Form/examples/Form.md +64 -64
  77. package/docs/components/FormControl/examples/FormControl.md +20 -20
  78. package/docs/components/HelperText/examples/HelperText.md +12 -12
  79. package/docs/components/Hint/examples/Hint.md +7 -7
  80. package/docs/components/Icon/examples/Icon.md +10 -10
  81. package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
  82. package/docs/components/InputGroup/examples/InputGroup.md +10 -10
  83. package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
  84. package/docs/components/Label/examples/Label.md +31 -31
  85. package/docs/components/LabelGroup/examples/LabelGroup.md +22 -22
  86. package/docs/components/List/examples/List.md +18 -18
  87. package/docs/components/LogViewer/examples/LogViewer.md +69 -69
  88. package/docs/components/Login/examples/Login.md +32 -32
  89. package/docs/components/Masthead/examples/masthead.md +9 -9
  90. package/docs/components/Menu/examples/Menu.md +81 -79
  91. package/docs/components/MenuToggle/examples/MenuToggle.md +24 -24
  92. package/docs/components/ModalBox/examples/ModalBox.md +35 -35
  93. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +25 -25
  94. package/docs/components/Nav/examples/Navigation.md +69 -69
  95. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  96. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +44 -44
  97. package/docs/components/NumberInput/examples/NumberInput.md +12 -12
  98. package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
  99. package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
  100. package/docs/components/Page/examples/Page.md +54 -54
  101. package/docs/components/Pagination/examples/Pagination.md +27 -27
  102. package/docs/components/Panel/examples/Panel.md +10 -10
  103. package/docs/components/Popover/examples/Popover.md +34 -34
  104. package/docs/components/Progress/examples/Progress.md +31 -31
  105. package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -38
  106. package/docs/components/Radio/examples/Radio.md +11 -11
  107. package/docs/components/SearchInput/examples/SearchInput.md +34 -34
  108. package/docs/components/Select/examples/Select.md +143 -143
  109. package/docs/components/Sidebar/examples/Sidebar.md +14 -14
  110. package/docs/components/SimpleList/examples/SimpleList.md +15 -15
  111. package/docs/components/Skeleton/examples/Skeleton.md +8 -8
  112. package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
  113. package/docs/components/Slider/examples/Slider.md +24 -24
  114. package/docs/components/Spinner/examples/Spinner.md +24 -24
  115. package/docs/components/Switch/examples/Switch.md +19 -19
  116. package/docs/components/TabContent/examples/TabContent.md +13 -13
  117. package/docs/components/Table/examples/Table.md +155 -155
  118. package/docs/components/Tabs/examples/Tabs.md +47 -47
  119. package/docs/components/TextInputGroup/examples/TextInputGroup.md +19 -19
  120. package/docs/components/Tile/examples/Tile.md +15 -15
  121. package/docs/components/Timestamp/examples/Timestamp.md +5 -5
  122. package/docs/components/Title/examples/Title.md +17 -17
  123. package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
  124. package/docs/components/Toolbar/examples/Toolbar.md +113 -113
  125. package/docs/components/Tooltip/examples/Tooltip.md +10 -10
  126. package/docs/components/TreeView/examples/TreeView.md +34 -34
  127. package/docs/components/Truncate/examples/Truncate.md +4 -4
  128. package/docs/components/Wizard/examples/Wizard.md +59 -59
  129. package/docs/demos/AboutModal/examples/AboutModal.md +4 -4
  130. package/docs/demos/Alert/examples/Alert.md +13 -13
  131. package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
  132. package/docs/demos/Banner/examples/Banner.md +8 -8
  133. package/docs/demos/Card/examples/Card.md +7 -7
  134. package/docs/demos/CardView/examples/CardView.md +7 -7
  135. package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
  136. package/docs/demos/Dashboard/examples/Dashboard.md +9 -5
  137. package/docs/demos/DataList/examples/DataList.md +22 -22
  138. package/docs/demos/DescriptionList/examples/DescriptionList.md +12 -12
  139. package/docs/demos/Drawer/examples/Drawer.md +20 -20
  140. package/docs/demos/HelperText/examples/HelperText.md +8 -8
  141. package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
  142. package/docs/demos/Masthead/examples/Masthead.md +29 -29
  143. package/docs/demos/Modal/examples/Modal.md +24 -24
  144. package/docs/demos/Nav/examples/Nav.md +47 -47
  145. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +40 -28
  146. package/docs/demos/Page/examples/Page.md +36 -36
  147. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +32 -32
  148. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +36 -36
  149. package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
  150. package/docs/demos/Table/examples/Table.md +78 -78
  151. package/docs/demos/Tabs/examples/Tabs.md +25 -25
  152. package/docs/demos/Toolbar/examples/Toolbar.md +16 -16
  153. package/docs/demos/Wizard/examples/Wizard.md +54 -54
  154. package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
  155. package/docs/layouts/Flex/examples/Flex.md +98 -98
  156. package/docs/layouts/Gallery/examples/Gallery.md +7 -7
  157. package/docs/layouts/Grid/examples/Grid.md +9 -9
  158. package/docs/layouts/Level/examples/Level.md +5 -5
  159. package/docs/layouts/Split/examples/Split.md +7 -7
  160. package/docs/layouts/Stack/examples/Stack.md +6 -6
  161. package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
  162. package/docs/utilities/Alignment/examples/Alignment.md +6 -6
  163. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
  164. package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
  165. package/docs/utilities/Display/examples/Display.md +11 -11
  166. package/docs/utilities/Flex/examples/Flex.md +34 -34
  167. package/docs/utilities/Float/examples/Float.md +4 -4
  168. package/docs/utilities/Sizing/examples/Sizing.md +50 -50
  169. package/docs/utilities/Spacing/examples/Spacing.md +34 -34
  170. package/docs/utilities/Text/examples/Text.md +27 -27
  171. package/icons/{pf-icons.json → pf-icons.mjs} +1 -1
  172. package/layouts/Grid/grid.css +5 -5
  173. package/package.json +56 -61
  174. package/patternfly-no-reset.css +196 -177
  175. package/patternfly.css +196 -177
  176. package/patternfly.min.css +1 -1
  177. package/patternfly.min.css.map +1 -1
@@ -98,7 +98,7 @@ wrapperTag: div
98
98
  </div>
99
99
  <section class="pf-c-app-launcher__group">
100
100
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
101
- <ul>
101
+ <ul role="list">
102
102
  <li
103
103
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
104
104
  >
@@ -150,7 +150,7 @@ wrapperTag: div
150
150
  <hr class="pf-c-divider" />
151
151
  <section class="pf-c-app-launcher__group">
152
152
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
153
- <ul>
153
+ <ul role="list">
154
154
  <li
155
155
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
156
156
  >
@@ -801,7 +801,7 @@ wrapperTag: div
801
801
  <div class="pf-c-page__sidebar">
802
802
  <div class="pf-c-page__sidebar-body">
803
803
  <nav class="pf-c-nav" id="basic-demo-primary-nav" aria-label="Global">
804
- <ul class="pf-c-nav__list">
804
+ <ul class="pf-c-nav__list" role="list">
805
805
  <li class="pf-c-nav__item">
806
806
  <a href="#" class="pf-c-nav__link">System panel</a>
807
807
  </li>
@@ -829,7 +829,7 @@ wrapperTag: div
829
829
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
830
830
  <div class="pf-c-page__main-body">
831
831
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
832
- <ol class="pf-c-breadcrumb__list">
832
+ <ol class="pf-c-breadcrumb__list" role="list">
833
833
  <li class="pf-c-breadcrumb__item">
834
834
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
835
835
  </li>
@@ -1021,9 +1021,9 @@ wrapperTag: div
1021
1021
  </span>
1022
1022
  <input
1023
1023
  class="pf-c-text-input-group__text-input"
1024
- type="text"
1025
- value
1024
+ type="search"
1026
1025
  placeholder="Filter by name"
1026
+ value
1027
1027
  aria-label="Type to filter"
1028
1028
  />
1029
1029
  </span>
@@ -1819,7 +1819,7 @@ wrapperTag: div
1819
1819
  </div>
1820
1820
  <section class="pf-c-app-launcher__group">
1821
1821
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
1822
- <ul>
1822
+ <ul role="list">
1823
1823
  <li
1824
1824
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
1825
1825
  >
@@ -1871,7 +1871,7 @@ wrapperTag: div
1871
1871
  <hr class="pf-c-divider" />
1872
1872
  <section class="pf-c-app-launcher__group">
1873
1873
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
1874
- <ul>
1874
+ <ul role="list">
1875
1875
  <li
1876
1876
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
1877
1877
  >
@@ -2522,7 +2522,7 @@ wrapperTag: div
2522
2522
  <div class="pf-c-page__sidebar">
2523
2523
  <div class="pf-c-page__sidebar-body">
2524
2524
  <nav class="pf-c-nav" id="sortable-demo-primary-nav" aria-label="Global">
2525
- <ul class="pf-c-nav__list">
2525
+ <ul class="pf-c-nav__list" role="list">
2526
2526
  <li class="pf-c-nav__item">
2527
2527
  <a href="#" class="pf-c-nav__link">System panel</a>
2528
2528
  </li>
@@ -2550,7 +2550,7 @@ wrapperTag: div
2550
2550
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
2551
2551
  <div class="pf-c-page__main-body">
2552
2552
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
2553
- <ol class="pf-c-breadcrumb__list">
2553
+ <ol class="pf-c-breadcrumb__list" role="list">
2554
2554
  <li class="pf-c-breadcrumb__item">
2555
2555
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
2556
2556
  </li>
@@ -2740,9 +2740,9 @@ wrapperTag: div
2740
2740
  </span>
2741
2741
  <input
2742
2742
  class="pf-c-text-input-group__text-input"
2743
- type="text"
2744
- value
2743
+ type="search"
2745
2744
  placeholder="Filter by name"
2745
+ value
2746
2746
  aria-label="Type to filter"
2747
2747
  />
2748
2748
  </span>
@@ -3714,7 +3714,7 @@ wrapperTag: div
3714
3714
  </div>
3715
3715
  <section class="pf-c-app-launcher__group">
3716
3716
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
3717
- <ul>
3717
+ <ul role="list">
3718
3718
  <li
3719
3719
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
3720
3720
  >
@@ -3766,7 +3766,7 @@ wrapperTag: div
3766
3766
  <hr class="pf-c-divider" />
3767
3767
  <section class="pf-c-app-launcher__group">
3768
3768
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
3769
- <ul>
3769
+ <ul role="list">
3770
3770
  <li
3771
3771
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
3772
3772
  >
@@ -4421,7 +4421,7 @@ wrapperTag: div
4421
4421
  id="expandable-demo-primary-nav"
4422
4422
  aria-label="Global"
4423
4423
  >
4424
- <ul class="pf-c-nav__list">
4424
+ <ul class="pf-c-nav__list" role="list">
4425
4425
  <li class="pf-c-nav__item">
4426
4426
  <a href="#" class="pf-c-nav__link">System panel</a>
4427
4427
  </li>
@@ -4449,7 +4449,7 @@ wrapperTag: div
4449
4449
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
4450
4450
  <div class="pf-c-page__main-body">
4451
4451
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
4452
- <ol class="pf-c-breadcrumb__list">
4452
+ <ol class="pf-c-breadcrumb__list" role="list">
4453
4453
  <li class="pf-c-breadcrumb__item">
4454
4454
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
4455
4455
  </li>
@@ -4639,9 +4639,9 @@ wrapperTag: div
4639
4639
  </span>
4640
4640
  <input
4641
4641
  class="pf-c-text-input-group__text-input"
4642
- type="text"
4643
- value
4642
+ type="search"
4644
4643
  placeholder="Filter by name"
4644
+ value
4645
4645
  aria-label="Type to filter"
4646
4646
  />
4647
4647
  </span>
@@ -5811,7 +5811,7 @@ wrapperTag: div
5811
5811
  </div>
5812
5812
  <section class="pf-c-app-launcher__group">
5813
5813
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
5814
- <ul>
5814
+ <ul role="list">
5815
5815
  <li
5816
5816
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
5817
5817
  >
@@ -5863,7 +5863,7 @@ wrapperTag: div
5863
5863
  <hr class="pf-c-divider" />
5864
5864
  <section class="pf-c-app-launcher__group">
5865
5865
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
5866
- <ul>
5866
+ <ul role="list">
5867
5867
  <li
5868
5868
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
5869
5869
  >
@@ -6514,7 +6514,7 @@ wrapperTag: div
6514
6514
  <div class="pf-c-page__sidebar">
6515
6515
  <div class="pf-c-page__sidebar-body">
6516
6516
  <nav class="pf-c-nav" id="compact-demo-primary-nav" aria-label="Global">
6517
- <ul class="pf-c-nav__list">
6517
+ <ul class="pf-c-nav__list" role="list">
6518
6518
  <li class="pf-c-nav__item">
6519
6519
  <a href="#" class="pf-c-nav__link">System panel</a>
6520
6520
  </li>
@@ -6542,7 +6542,7 @@ wrapperTag: div
6542
6542
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
6543
6543
  <div class="pf-c-page__main-body">
6544
6544
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
6545
- <ol class="pf-c-breadcrumb__list">
6545
+ <ol class="pf-c-breadcrumb__list" role="list">
6546
6546
  <li class="pf-c-breadcrumb__item">
6547
6547
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
6548
6548
  </li>
@@ -6732,9 +6732,9 @@ wrapperTag: div
6732
6732
  </span>
6733
6733
  <input
6734
6734
  class="pf-c-text-input-group__text-input"
6735
- type="text"
6736
- value
6735
+ type="search"
6737
6736
  placeholder="Filter by name"
6737
+ value
6738
6738
  aria-label="Type to filter"
6739
6739
  />
6740
6740
  </span>
@@ -7561,7 +7561,7 @@ wrapperTag: div
7561
7561
  </div>
7562
7562
  <section class="pf-c-app-launcher__group">
7563
7563
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
7564
- <ul>
7564
+ <ul role="list">
7565
7565
  <li
7566
7566
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
7567
7567
  >
@@ -7613,7 +7613,7 @@ wrapperTag: div
7613
7613
  <hr class="pf-c-divider" />
7614
7614
  <section class="pf-c-app-launcher__group">
7615
7615
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
7616
- <ul>
7616
+ <ul role="list">
7617
7617
  <li
7618
7618
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
7619
7619
  >
@@ -8268,7 +8268,7 @@ wrapperTag: div
8268
8268
  id="compound-expansion-demo-primary-nav"
8269
8269
  aria-label="Global"
8270
8270
  >
8271
- <ul class="pf-c-nav__list">
8271
+ <ul class="pf-c-nav__list" role="list">
8272
8272
  <li class="pf-c-nav__item">
8273
8273
  <a href="#" class="pf-c-nav__link">System panel</a>
8274
8274
  </li>
@@ -8300,7 +8300,7 @@ wrapperTag: div
8300
8300
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
8301
8301
  <div class="pf-c-page__main-body">
8302
8302
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
8303
- <ol class="pf-c-breadcrumb__list">
8303
+ <ol class="pf-c-breadcrumb__list" role="list">
8304
8304
  <li class="pf-c-breadcrumb__item">
8305
8305
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
8306
8306
  </li>
@@ -8490,9 +8490,9 @@ wrapperTag: div
8490
8490
  </span>
8491
8491
  <input
8492
8492
  class="pf-c-text-input-group__text-input"
8493
- type="text"
8494
- value
8493
+ type="search"
8495
8494
  placeholder="Filter by name"
8495
+ value
8496
8496
  aria-label="Type to filter"
8497
8497
  />
8498
8498
  </span>
@@ -12513,7 +12513,7 @@ wrapperTag: div
12513
12513
  </div>
12514
12514
  <section class="pf-c-app-launcher__group">
12515
12515
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
12516
- <ul>
12516
+ <ul role="list">
12517
12517
  <li
12518
12518
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
12519
12519
  >
@@ -12565,7 +12565,7 @@ wrapperTag: div
12565
12565
  <hr class="pf-c-divider" />
12566
12566
  <section class="pf-c-app-launcher__group">
12567
12567
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
12568
- <ul>
12568
+ <ul role="list">
12569
12569
  <li
12570
12570
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
12571
12571
  >
@@ -13220,7 +13220,7 @@ wrapperTag: div
13220
13220
  id="loading-state-demo-primary-nav"
13221
13221
  aria-label="Global"
13222
13222
  >
13223
- <ul class="pf-c-nav__list">
13223
+ <ul class="pf-c-nav__list" role="list">
13224
13224
  <li class="pf-c-nav__item">
13225
13225
  <a href="#" class="pf-c-nav__link">System panel</a>
13226
13226
  </li>
@@ -13252,7 +13252,7 @@ wrapperTag: div
13252
13252
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
13253
13253
  <div class="pf-c-page__main-body">
13254
13254
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
13255
- <ol class="pf-c-breadcrumb__list">
13255
+ <ol class="pf-c-breadcrumb__list" role="list">
13256
13256
  <li class="pf-c-breadcrumb__item">
13257
13257
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
13258
13258
  </li>
@@ -13446,7 +13446,7 @@ wrapperTag: div
13446
13446
  </div>
13447
13447
  <section class="pf-c-app-launcher__group">
13448
13448
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
13449
- <ul>
13449
+ <ul role="list">
13450
13450
  <li
13451
13451
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
13452
13452
  >
@@ -13498,7 +13498,7 @@ wrapperTag: div
13498
13498
  <hr class="pf-c-divider" />
13499
13499
  <section class="pf-c-app-launcher__group">
13500
13500
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
13501
- <ul>
13501
+ <ul role="list">
13502
13502
  <li
13503
13503
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
13504
13504
  >
@@ -14153,7 +14153,7 @@ wrapperTag: div
14153
14153
  id="empty-state-demo-primary-nav"
14154
14154
  aria-label="Global"
14155
14155
  >
14156
- <ul class="pf-c-nav__list">
14156
+ <ul class="pf-c-nav__list" role="list">
14157
14157
  <li class="pf-c-nav__item">
14158
14158
  <a href="#" class="pf-c-nav__link">System panel</a>
14159
14159
  </li>
@@ -14185,7 +14185,7 @@ wrapperTag: div
14185
14185
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
14186
14186
  <div class="pf-c-page__main-body">
14187
14187
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
14188
- <ol class="pf-c-breadcrumb__list">
14188
+ <ol class="pf-c-breadcrumb__list" role="list">
14189
14189
  <li class="pf-c-breadcrumb__item">
14190
14190
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
14191
14191
  </li>
@@ -14379,7 +14379,7 @@ wrapperTag: div
14379
14379
  </div>
14380
14380
  <section class="pf-c-app-launcher__group">
14381
14381
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
14382
- <ul>
14382
+ <ul role="list">
14383
14383
  <li
14384
14384
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
14385
14385
  >
@@ -14431,7 +14431,7 @@ wrapperTag: div
14431
14431
  <hr class="pf-c-divider" />
14432
14432
  <section class="pf-c-app-launcher__group">
14433
14433
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
14434
- <ul>
14434
+ <ul role="list">
14435
14435
  <li
14436
14436
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
14437
14437
  >
@@ -15086,7 +15086,7 @@ wrapperTag: div
15086
15086
  id="static-bottom-pagination-demo-primary-nav"
15087
15087
  aria-label="Global"
15088
15088
  >
15089
- <ul class="pf-c-nav__list">
15089
+ <ul class="pf-c-nav__list" role="list">
15090
15090
  <li class="pf-c-nav__item">
15091
15091
  <a href="#" class="pf-c-nav__link">System panel</a>
15092
15092
  </li>
@@ -15118,7 +15118,7 @@ wrapperTag: div
15118
15118
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
15119
15119
  <div class="pf-c-page__main-body">
15120
15120
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
15121
- <ol class="pf-c-breadcrumb__list">
15121
+ <ol class="pf-c-breadcrumb__list" role="list">
15122
15122
  <li class="pf-c-breadcrumb__item">
15123
15123
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
15124
15124
  </li>
@@ -15308,9 +15308,9 @@ wrapperTag: div
15308
15308
  </span>
15309
15309
  <input
15310
15310
  class="pf-c-text-input-group__text-input"
15311
- type="text"
15312
- value
15311
+ type="search"
15313
15312
  placeholder="Filter by name"
15313
+ value
15314
15314
  aria-label="Type to filter"
15315
15315
  />
15316
15316
  </span>
@@ -16272,7 +16272,7 @@ wrapperTag: div
16272
16272
  </div>
16273
16273
  <section class="pf-c-app-launcher__group">
16274
16274
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
16275
- <ul>
16275
+ <ul role="list">
16276
16276
  <li
16277
16277
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
16278
16278
  >
@@ -16324,7 +16324,7 @@ wrapperTag: div
16324
16324
  <hr class="pf-c-divider" />
16325
16325
  <section class="pf-c-app-launcher__group">
16326
16326
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
16327
- <ul>
16327
+ <ul role="list">
16328
16328
  <li
16329
16329
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
16330
16330
  >
@@ -16979,7 +16979,7 @@ wrapperTag: div
16979
16979
  id="column-management-demo-primary-nav"
16980
16980
  aria-label="Global"
16981
16981
  >
16982
- <ul class="pf-c-nav__list">
16982
+ <ul class="pf-c-nav__list" role="list">
16983
16983
  <li class="pf-c-nav__item">
16984
16984
  <a href="#" class="pf-c-nav__link">System panel</a>
16985
16985
  </li>
@@ -17011,7 +17011,7 @@ wrapperTag: div
17011
17011
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
17012
17012
  <div class="pf-c-page__main-body">
17013
17013
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
17014
- <ol class="pf-c-breadcrumb__list">
17014
+ <ol class="pf-c-breadcrumb__list" role="list">
17015
17015
  <li class="pf-c-breadcrumb__item">
17016
17016
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
17017
17017
  </li>
@@ -17201,9 +17201,9 @@ wrapperTag: div
17201
17201
  </span>
17202
17202
  <input
17203
17203
  class="pf-c-text-input-group__text-input"
17204
- type="text"
17205
- value
17204
+ type="search"
17206
17205
  placeholder="Filter by name"
17206
+ value
17207
17207
  aria-label="Type to filter"
17208
17208
  />
17209
17209
  </span>
@@ -18263,7 +18263,7 @@ wrapperTag: div
18263
18263
  </div>
18264
18264
  <section class="pf-c-app-launcher__group">
18265
18265
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
18266
- <ul>
18266
+ <ul role="list">
18267
18267
  <li
18268
18268
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
18269
18269
  >
@@ -18315,7 +18315,7 @@ wrapperTag: div
18315
18315
  <hr class="pf-c-divider" />
18316
18316
  <section class="pf-c-app-launcher__group">
18317
18317
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
18318
- <ul>
18318
+ <ul role="list">
18319
18319
  <li
18320
18320
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
18321
18321
  >
@@ -18970,7 +18970,7 @@ wrapperTag: div
18970
18970
  id="sticky-header-demo-primary-nav"
18971
18971
  aria-label="Global"
18972
18972
  >
18973
- <ul class="pf-c-nav__list">
18973
+ <ul class="pf-c-nav__list" role="list">
18974
18974
  <li class="pf-c-nav__item">
18975
18975
  <a href="#" class="pf-c-nav__link">System panel</a>
18976
18976
  </li>
@@ -19002,7 +19002,7 @@ wrapperTag: div
19002
19002
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
19003
19003
  <div class="pf-c-page__main-body">
19004
19004
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
19005
- <ol class="pf-c-breadcrumb__list">
19005
+ <ol class="pf-c-breadcrumb__list" role="list">
19006
19006
  <li class="pf-c-breadcrumb__item">
19007
19007
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
19008
19008
  </li>
@@ -19192,9 +19192,9 @@ wrapperTag: div
19192
19192
  </span>
19193
19193
  <input
19194
19194
  class="pf-c-text-input-group__text-input"
19195
- type="text"
19196
- value
19195
+ type="search"
19197
19196
  placeholder="Filter by name"
19197
+ value
19198
19198
  aria-label="Type to filter"
19199
19199
  />
19200
19200
  </span>
@@ -20156,7 +20156,7 @@ wrapperTag: div
20156
20156
  </div>
20157
20157
  <section class="pf-c-app-launcher__group">
20158
20158
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
20159
- <ul>
20159
+ <ul role="list">
20160
20160
  <li
20161
20161
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
20162
20162
  >
@@ -20208,7 +20208,7 @@ wrapperTag: div
20208
20208
  <hr class="pf-c-divider" />
20209
20209
  <section class="pf-c-app-launcher__group">
20210
20210
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
20211
- <ul>
20211
+ <ul role="list">
20212
20212
  <li
20213
20213
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
20214
20214
  >
@@ -20863,7 +20863,7 @@ wrapperTag: div
20863
20863
  id="sticky-first-column-demo-primary-nav"
20864
20864
  aria-label="Global"
20865
20865
  >
20866
- <ul class="pf-c-nav__list">
20866
+ <ul class="pf-c-nav__list" role="list">
20867
20867
  <li class="pf-c-nav__item">
20868
20868
  <a href="#" class="pf-c-nav__link">System panel</a>
20869
20869
  </li>
@@ -20895,7 +20895,7 @@ wrapperTag: div
20895
20895
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
20896
20896
  <div class="pf-c-page__main-body">
20897
20897
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
20898
- <ol class="pf-c-breadcrumb__list">
20898
+ <ol class="pf-c-breadcrumb__list" role="list">
20899
20899
  <li class="pf-c-breadcrumb__item">
20900
20900
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
20901
20901
  </li>
@@ -21088,9 +21088,9 @@ wrapperTag: div
21088
21088
  </span>
21089
21089
  <input
21090
21090
  class="pf-c-text-input-group__text-input"
21091
- type="text"
21092
- value
21091
+ type="search"
21093
21092
  placeholder="Filter by name"
21093
+ value
21094
21094
  aria-label="Type to filter"
21095
21095
  />
21096
21096
  </span>
@@ -21958,7 +21958,7 @@ wrapperTag: div
21958
21958
  </div>
21959
21959
  <section class="pf-c-app-launcher__group">
21960
21960
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
21961
- <ul>
21961
+ <ul role="list">
21962
21962
  <li
21963
21963
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
21964
21964
  >
@@ -22010,7 +22010,7 @@ wrapperTag: div
22010
22010
  <hr class="pf-c-divider" />
22011
22011
  <section class="pf-c-app-launcher__group">
22012
22012
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
22013
- <ul>
22013
+ <ul role="list">
22014
22014
  <li
22015
22015
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
22016
22016
  >
@@ -22665,7 +22665,7 @@ wrapperTag: div
22665
22665
  id="sticky-multiple-columns-demo-primary-nav"
22666
22666
  aria-label="Global"
22667
22667
  >
22668
- <ul class="pf-c-nav__list">
22668
+ <ul class="pf-c-nav__list" role="list">
22669
22669
  <li class="pf-c-nav__item">
22670
22670
  <a href="#" class="pf-c-nav__link">System panel</a>
22671
22671
  </li>
@@ -22697,7 +22697,7 @@ wrapperTag: div
22697
22697
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
22698
22698
  <div class="pf-c-page__main-body">
22699
22699
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
22700
- <ol class="pf-c-breadcrumb__list">
22700
+ <ol class="pf-c-breadcrumb__list" role="list">
22701
22701
  <li class="pf-c-breadcrumb__item">
22702
22702
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
22703
22703
  </li>
@@ -22890,9 +22890,9 @@ wrapperTag: div
22890
22890
  </span>
22891
22891
  <input
22892
22892
  class="pf-c-text-input-group__text-input"
22893
- type="text"
22894
- value
22893
+ type="search"
22895
22894
  placeholder="Filter by name"
22895
+ value
22896
22896
  aria-label="Type to filter"
22897
22897
  />
22898
22898
  </span>
@@ -23782,7 +23782,7 @@ wrapperTag: div
23782
23782
  </div>
23783
23783
  <section class="pf-c-app-launcher__group">
23784
23784
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
23785
- <ul>
23785
+ <ul role="list">
23786
23786
  <li
23787
23787
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
23788
23788
  >
@@ -23834,7 +23834,7 @@ wrapperTag: div
23834
23834
  <hr class="pf-c-divider" />
23835
23835
  <section class="pf-c-app-launcher__group">
23836
23836
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
23837
- <ul>
23837
+ <ul role="list">
23838
23838
  <li
23839
23839
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
23840
23840
  >
@@ -24489,7 +24489,7 @@ wrapperTag: div
24489
24489
  id="sticky-header-and-multiple columns-demo-primary-nav"
24490
24490
  aria-label="Global"
24491
24491
  >
24492
- <ul class="pf-c-nav__list">
24492
+ <ul class="pf-c-nav__list" role="list">
24493
24493
  <li class="pf-c-nav__item">
24494
24494
  <a href="#" class="pf-c-nav__link">System panel</a>
24495
24495
  </li>
@@ -24521,7 +24521,7 @@ wrapperTag: div
24521
24521
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
24522
24522
  <div class="pf-c-page__main-body">
24523
24523
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
24524
- <ol class="pf-c-breadcrumb__list">
24524
+ <ol class="pf-c-breadcrumb__list" role="list">
24525
24525
  <li class="pf-c-breadcrumb__item">
24526
24526
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
24527
24527
  </li>
@@ -24713,9 +24713,9 @@ wrapperTag: div
24713
24713
  </span>
24714
24714
  <input
24715
24715
  class="pf-c-text-input-group__text-input"
24716
- type="text"
24717
- value
24716
+ type="search"
24718
24717
  placeholder="Filter by name"
24718
+ value
24719
24719
  aria-label="Type to filter"
24720
24720
  />
24721
24721
  </span>
@@ -25603,7 +25603,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
25603
25603
  </div>
25604
25604
  <section class="pf-c-app-launcher__group">
25605
25605
  <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
25606
- <ul>
25606
+ <ul role="list">
25607
25607
  <li
25608
25608
  class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
25609
25609
  >
@@ -25655,7 +25655,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
25655
25655
  <hr class="pf-c-divider" />
25656
25656
  <section class="pf-c-app-launcher__group">
25657
25657
  <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
25658
- <ul>
25658
+ <ul role="list">
25659
25659
  <li
25660
25660
  class="pf-c-app-launcher__menu-wrapper pf-m-external"
25661
25661
  >
@@ -26310,7 +26310,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
26310
26310
  id="image-alignment-demo-primary-nav"
26311
26311
  aria-label="Global"
26312
26312
  >
26313
- <ul class="pf-c-nav__list">
26313
+ <ul class="pf-c-nav__list" role="list">
26314
26314
  <li class="pf-c-nav__item">
26315
26315
  <a href="#" class="pf-c-nav__link">System panel</a>
26316
26316
  </li>
@@ -26342,7 +26342,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
26342
26342
  <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
26343
26343
  <div class="pf-c-page__main-body">
26344
26344
  <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
26345
- <ol class="pf-c-breadcrumb__list">
26345
+ <ol class="pf-c-breadcrumb__list" role="list">
26346
26346
  <li class="pf-c-breadcrumb__item">
26347
26347
  <a href="#" class="pf-c-breadcrumb__link">Section home</a>
26348
26348
  </li>