@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.9

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 (260) hide show
  1. package/README.md +13 -3
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  4. package/assets/pficon/pficon.scss +6 -129
  5. package/base/_common.scss +21 -0
  6. package/base/_globals.scss +1 -1
  7. package/base/_variables.scss +7 -0
  8. package/base/patternfly-common.css +16 -2
  9. package/base/patternfly-globals.css +1 -1
  10. package/base/patternfly-icons.css +5 -1
  11. package/base/patternfly-pf-icons.css +5 -1
  12. package/base/patternfly-variables.css +16 -0
  13. package/base/tokens/_tokens-font.scss +16 -14
  14. package/components/AboutModalBox/about-modal-box.css +23 -12
  15. package/components/AboutModalBox/about-modal-box.scss +25 -12
  16. package/components/Accordion/accordion.css +33 -20
  17. package/components/Accordion/accordion.scss +32 -20
  18. package/components/ActionList/action-list.css +2 -2
  19. package/components/ActionList/action-list.scss +2 -2
  20. package/components/Alert/alert-group.css +7 -4
  21. package/components/Alert/alert-group.scss +7 -4
  22. package/components/Alert/alert.css +19 -13
  23. package/components/Alert/alert.scss +18 -13
  24. package/components/AppLauncher/app-launcher.css +32 -23
  25. package/components/AppLauncher/app-launcher.scss +32 -23
  26. package/components/BackToTop/back-to-top.css +2 -2
  27. package/components/BackToTop/back-to-top.scss +2 -2
  28. package/components/Backdrop/backdrop.css +2 -2
  29. package/components/Backdrop/backdrop.scss +2 -2
  30. package/components/BackgroundImage/background-image.css +6 -3
  31. package/components/BackgroundImage/background-image.scss +8 -3
  32. package/components/Badge/badge.css +2 -2
  33. package/components/Badge/badge.scss +2 -2
  34. package/components/Banner/banner.css +5 -5
  35. package/components/Banner/banner.scss +5 -2
  36. package/components/Breadcrumb/breadcrumb.css +9 -3
  37. package/components/Breadcrumb/breadcrumb.scss +8 -3
  38. package/components/Button/button.css +33 -21
  39. package/components/Button/button.scss +35 -23
  40. package/components/Button/themes/dark/button.scss +1 -1
  41. package/components/CalendarMonth/calendar-month.css +25 -15
  42. package/components/CalendarMonth/calendar-month.scss +23 -15
  43. package/components/Card/card.css +25 -17
  44. package/components/Card/card.scss +24 -17
  45. package/components/Check/check.css +2 -2
  46. package/components/Check/check.scss +2 -2
  47. package/components/Chip/chip-group.css +6 -6
  48. package/components/Chip/chip-group.scss +6 -6
  49. package/components/Chip/chip.css +16 -9
  50. package/components/Chip/chip.scss +17 -9
  51. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  52. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  53. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  54. package/components/CodeBlock/code-block.css +6 -3
  55. package/components/CodeBlock/code-block.scss +6 -3
  56. package/components/CodeEditor/code-editor.css +31 -22
  57. package/components/CodeEditor/code-editor.scss +30 -21
  58. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  59. package/components/Content/content.css +33 -30
  60. package/components/Content/content.scss +33 -30
  61. package/components/ContextSelector/context-selector.css +41 -26
  62. package/components/ContextSelector/context-selector.scss +40 -25
  63. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  64. package/components/DataList/data-list-grid.css +21 -21
  65. package/components/DataList/data-list-grid.scss +3 -3
  66. package/components/DataList/data-list.css +69 -56
  67. package/components/DataList/data-list.scss +47 -35
  68. package/components/DatePicker/date-picker.css +8 -8
  69. package/components/DatePicker/date-picker.scss +8 -8
  70. package/components/DescriptionList/description-list.css +8 -5
  71. package/components/DescriptionList/description-list.scss +8 -5
  72. package/components/DragDrop/drag-drop.css +8 -8
  73. package/components/DragDrop/drag-drop.scss +8 -8
  74. package/components/Drawer/drawer.css +120 -61
  75. package/components/Drawer/drawer.scss +92 -43
  76. package/components/Dropdown/dropdown.css +75 -66
  77. package/components/Dropdown/dropdown.scss +65 -56
  78. package/components/DualListSelector/dual-list-selector.css +29 -15
  79. package/components/DualListSelector/dual-list-selector.scss +30 -15
  80. package/components/EmptyState/empty-state.css +7 -4
  81. package/components/EmptyState/empty-state.scss +7 -4
  82. package/components/ExpandableSection/expandable-section.css +17 -10
  83. package/components/ExpandableSection/expandable-section.scss +15 -10
  84. package/components/FileUpload/file-upload.css +9 -15
  85. package/components/FileUpload/file-upload.scss +9 -15
  86. package/components/Form/form.css +53 -50
  87. package/components/Form/form.scss +46 -44
  88. package/components/FormControl/form-control.css +18 -9
  89. package/components/FormControl/form-control.scss +18 -9
  90. package/components/HelperText/helper-text.css +1 -1
  91. package/components/HelperText/helper-text.scss +1 -1
  92. package/components/Hint/hint.css +9 -6
  93. package/components/Hint/hint.scss +9 -6
  94. package/components/Icon/icon.css +1 -1
  95. package/components/Icon/icon.scss +1 -1
  96. package/components/InlineEdit/inline-edit.css +4 -4
  97. package/components/InlineEdit/inline-edit.scss +4 -4
  98. package/components/InputGroup/input-group.css +12 -6
  99. package/components/InputGroup/input-group.scss +11 -5
  100. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  101. package/components/JumpLinks/jump-links.css +27 -24
  102. package/components/JumpLinks/jump-links.scss +26 -24
  103. package/components/Label/label-group.css +13 -10
  104. package/components/Label/label-group.scss +13 -10
  105. package/components/Label/label.css +9 -9
  106. package/components/Label/label.scss +9 -9
  107. package/components/List/list.css +9 -9
  108. package/components/List/list.scss +9 -9
  109. package/components/LogViewer/log-viewer.css +14 -14
  110. package/components/LogViewer/log-viewer.scss +14 -14
  111. package/components/Login/login.css +36 -27
  112. package/components/Login/login.scss +36 -27
  113. package/components/Masthead/masthead.css +19 -22
  114. package/components/Masthead/masthead.scss +19 -22
  115. package/components/Menu/menu.css +79 -65
  116. package/components/Menu/menu.scss +80 -68
  117. package/components/MenuToggle/menu-toggle.css +33 -27
  118. package/components/MenuToggle/menu-toggle.scss +33 -27
  119. package/components/ModalBox/modal-box.css +19 -19
  120. package/components/ModalBox/modal-box.scss +20 -20
  121. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  122. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  123. package/components/Nav/nav.css +120 -93
  124. package/components/Nav/nav.scss +120 -93
  125. package/components/Nav/themes/dark/nav.scss +2 -2
  126. package/components/NotificationBadge/notification-badge.css +66 -85
  127. package/components/NotificationBadge/notification-badge.scss +72 -103
  128. package/components/NotificationDrawer/notification-drawer.css +32 -19
  129. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  130. package/components/NumberInput/number-input.css +2 -2
  131. package/components/NumberInput/number-input.scss +2 -2
  132. package/components/OptionsMenu/options-menu.css +43 -31
  133. package/components/OptionsMenu/options-menu.scss +43 -31
  134. package/components/OverflowMenu/overflow-menu.css +2 -2
  135. package/components/OverflowMenu/overflow-menu.scss +2 -2
  136. package/components/Page/page.css +135 -77
  137. package/components/Page/page.scss +81 -52
  138. package/components/Page/themes/dark/page.scss +1 -1
  139. package/components/Pagination/pagination.css +27 -17
  140. package/components/Pagination/pagination.scss +25 -17
  141. package/components/Panel/panel.css +13 -7
  142. package/components/Panel/panel.scss +13 -7
  143. package/components/Popover/popover.css +72 -40
  144. package/components/Popover/popover.scss +95 -75
  145. package/components/Progress/progress.css +9 -7
  146. package/components/Progress/progress.scss +12 -7
  147. package/components/ProgressStepper/progress-stepper.css +26 -20
  148. package/components/ProgressStepper/progress-stepper.scss +25 -19
  149. package/components/Radio/radio.css +3 -3
  150. package/components/Radio/radio.scss +3 -3
  151. package/components/Select/select.css +56 -47
  152. package/components/Select/select.scss +56 -47
  153. package/components/Sidebar/sidebar.css +11 -5
  154. package/components/Sidebar/sidebar.scss +11 -5
  155. package/components/SimpleList/simple-list.css +10 -4
  156. package/components/SimpleList/simple-list.scss +10 -4
  157. package/components/Skeleton/skeleton.css +6 -5
  158. package/components/Skeleton/skeleton.scss +4 -5
  159. package/components/SkipToContent/skip-to-content.css +3 -3
  160. package/components/SkipToContent/skip-to-content.scss +3 -3
  161. package/components/Slider/slider.css +47 -26
  162. package/components/Slider/slider.scss +56 -28
  163. package/components/Switch/switch.css +9 -5
  164. package/components/Switch/switch.scss +10 -6
  165. package/components/TabContent/tab-content.css +4 -1
  166. package/components/TabContent/tab-content.scss +4 -1
  167. package/components/Table/table-grid.css +256 -195
  168. package/components/Table/table-grid.scss +53 -39
  169. package/components/Table/table-scrollable.css +4 -4
  170. package/components/Table/table-scrollable.scss +6 -4
  171. package/components/Table/table-tree-view.css +112 -105
  172. package/components/Table/table-tree-view.scss +38 -33
  173. package/components/Table/table.css +92 -70
  174. package/components/Table/table.scss +90 -70
  175. package/components/Tabs/tabs.css +76 -48
  176. package/components/Tabs/tabs.scss +74 -48
  177. package/components/TextInputGroup/text-input-group.css +15 -15
  178. package/components/TextInputGroup/text-input-group.scss +15 -15
  179. package/components/Tile/tile.css +10 -10
  180. package/components/Tile/tile.scss +10 -10
  181. package/components/ToggleGroup/toggle-group.css +14 -11
  182. package/components/ToggleGroup/toggle-group.scss +14 -11
  183. package/components/Toolbar/toolbar.css +44 -41
  184. package/components/Toolbar/toolbar.scss +26 -21
  185. package/components/Tooltip/tooltip.css +60 -28
  186. package/components/Tooltip/tooltip.scss +76 -56
  187. package/components/TreeView/tree-view.css +48 -27
  188. package/components/TreeView/tree-view.scss +50 -28
  189. package/components/Truncate/truncate.css +9 -0
  190. package/components/Truncate/truncate.scss +16 -3
  191. package/components/Wizard/wizard.css +57 -36
  192. package/components/Wizard/wizard.scss +57 -36
  193. package/docs/components/Button/examples/Button.css +2 -2
  194. package/docs/components/Button/examples/Button.md +15 -3
  195. package/docs/components/Card/examples/Card.md +15 -15
  196. package/docs/components/Check/examples/Check.md +71 -59
  197. package/docs/components/Chip/examples/Chip.md +1 -1
  198. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  199. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  200. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  201. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  202. package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
  203. package/docs/components/Label/examples/Label.md +1 -1
  204. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  205. package/docs/components/LogViewer/examples/LogViewer.md +120 -30
  206. package/docs/components/Menu/examples/Menu.css +8 -0
  207. package/docs/components/Menu/examples/Menu.md +90 -73
  208. package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
  209. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  210. package/docs/components/Nav/examples/Navigation.css +4 -21
  211. package/docs/components/Nav/examples/Navigation.md +99 -0
  212. package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
  213. package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
  214. package/docs/components/Popover/examples/Popover.css +4 -9
  215. package/docs/components/Radio/examples/Radio.md +63 -55
  216. package/docs/components/Select/deprecated/Select.md +184 -177
  217. package/docs/components/Table/examples/Table.css +2 -2
  218. package/docs/components/Table/examples/Table.md +2 -2
  219. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  220. package/docs/components/Tile/examples/Tile.css +1 -1
  221. package/docs/components/Toolbar/examples/Toolbar.md +525 -431
  222. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  223. package/docs/components/Tooltip/examples/Tooltip.md +3 -1
  224. package/docs/components/Truncate/examples/Truncate.md +2 -2
  225. package/docs/demos/Card/examples/Card.css +3 -3
  226. package/docs/demos/Card/examples/Card.md +26 -10
  227. package/docs/demos/CardView/examples/CardView.md +24 -20
  228. package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
  229. package/docs/demos/DataList/examples/DataList.md +8 -2
  230. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
  231. package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
  232. package/docs/demos/Table/examples/Table.md +336 -252
  233. package/docs/demos/Tabs/examples/Tabs.md +28 -21
  234. package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
  235. package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
  236. package/docs/layouts/Flex/examples/Flex.md +5 -5
  237. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  238. package/icons/pficons.mjs +1 -0
  239. package/layouts/Flex/flex.css +115 -43
  240. package/layouts/Flex/flex.scss +20 -8
  241. package/package.json +9 -5
  242. package/patternfly-addons.css +732 -972
  243. package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
  244. package/patternfly-base-no-globals.css +37 -3
  245. package/patternfly-base-theme-dark-unversioned.css +38 -4
  246. package/patternfly-base.css +38 -4
  247. package/patternfly-no-globals.css +2748 -1960
  248. package/patternfly-theme-dark-unversioned.css +2749 -1961
  249. package/patternfly.css +2749 -1961
  250. package/patternfly.min.css +1 -1
  251. package/patternfly.min.css.map +1 -1
  252. package/sass-utilities/functions.scss +6 -0
  253. package/sass-utilities/mixins.scss +62 -2
  254. package/sass-utilities/scss-variables.scss +8 -8
  255. package/sass-utilities/themes/dark/mixins.scss +3 -1
  256. package/utilities/Accessibility/accessibility.css +12 -12
  257. package/utilities/Spacing/spacing.css +720 -960
  258. package/utilities/Spacing/spacing.scss +4 -8
  259. package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
  260. package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
@@ -0,0 +1,4 @@
1
+ /* adds padding to full page examples so arrows are visible */
2
+ .ws-core-c-tooltip:not(.ws-preview) {
3
+ padding: var(--pf-v5-global--spacer--md);
4
+ }
@@ -2,7 +2,9 @@
2
2
  id: Tooltip
3
3
  section: components
4
4
  cssPrefix: pf-v5-c-tooltip
5
- ---## Examples
5
+ ---import "./Tooltip.css"
6
+
7
+ ## Examples
6
8
 
7
9
  ### Top
8
10
 
@@ -30,8 +30,8 @@ The truncate component contains two child elements, `.pf-v5-c-truncate__start` a
30
30
  <span class="pf-v5-c-truncate">
31
31
  <span
32
32
  class="pf-v5-c-truncate__start"
33
- >redhat_logo_black_and_white_reversed_simple_with_fedora_con</span>
34
- <span class="pf-v5-c-truncate__end">tainer.zip</span>
33
+ >Vestibulum interdum risus et enim faucibus,&nbsp;</span>
34
+ <span class="pf-v5-c-truncate__end">sit amet molestie est accumsan.</span>
35
35
  </span>
36
36
  </div>
37
37
 
@@ -1,5 +1,5 @@
1
1
  #ws-html-demos-c-card-status-card-expanded-with-popover {
2
- padding-top: 180px;
2
+ padding-block-start: 180px;
3
3
  }
4
4
 
5
5
  #ws-html-demos-c-card-status-card-expanded-with-popover #carview-demo--popover-parent,
@@ -9,10 +9,10 @@
9
9
 
10
10
  #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-popover {
11
11
  position: absolute;
12
- margin-top: -12px;
12
+ margin-block-start: -12px;
13
13
  z-index: 1000;
14
14
  transform: translateY(-50%);
15
- left: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
15
+ inset-inline-start: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
16
16
  }
17
17
 
18
18
  #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-table {
@@ -248,7 +248,7 @@ wrapperTag: div
248
248
  <span class="pf-v5-c-label__text">Set up your cluster</span>
249
249
  </span>
250
250
  </span>
251
- <p>Continue setting up your cluster to access all you cain in the Console</p>
251
+ <p>Continue setting up your cluster to access all you can in the Console</p>
252
252
  <ul class="pf-v5-c-list pf-m-plain" role="list">
253
253
  <li>
254
254
  <a href="#">Add identity provider</a>
@@ -266,7 +266,11 @@ wrapperTag: div
266
266
  <span
267
267
  class="pf-v5-c-button__icon pf-m-end"
268
268
  >
269
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
269
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
270
+ <span class="pf-v5-c-icon__content">
271
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
272
+ </span>
273
+ </span>
270
274
  </span>
271
275
  </a>
272
276
  </div>
@@ -297,7 +301,11 @@ wrapperTag: div
297
301
  <a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
298
302
  View all guided tours
299
303
  <span class="pf-v5-c-button__icon pf-m-end">
300
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
304
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
305
+ <span class="pf-v5-c-icon__content">
306
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
307
+ </span>
308
+ </span>
301
309
  </span>
302
310
  </a>
303
311
  </div>
@@ -331,7 +339,11 @@ wrapperTag: div
331
339
  <a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
332
340
  View all quick starts
333
341
  <span class="pf-v5-c-button__icon pf-m-end">
334
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
342
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
343
+ <span class="pf-v5-c-icon__content">
344
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
345
+ </span>
346
+ </span>
335
347
  </span>
336
348
  </a>
337
349
  </div>
@@ -370,7 +382,11 @@ wrapperTag: div
370
382
  <span
371
383
  class="pf-v5-c-button__icon pf-m-end"
372
384
  >
373
- <i class="fas fa-arrow-right" aria-hidden="true"></i>
385
+ <span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
386
+ <span class="pf-v5-c-icon__content">
387
+ <i class="fas fa-arrow-right" aria-hidden="true"></i>
388
+ </span>
389
+ </span>
374
390
  </span>
375
391
  </a>
376
392
  </div>
@@ -387,8 +403,8 @@ wrapperTag: div
387
403
  <div class="pf-v5-c-card pf-m-flat" id="card-demo-horizontal-split-example">
388
404
  <div class="pf-v5-l-grid pf-m-all-6-col-on-md">
389
405
  <div
390
- class="pf-v5-l-grid__item pf-d-card__media-item"
391
- style="min-height: 200px; background: center / cover url('/assets/images/pfbg_992@2x.jpg'); "
406
+ class="pf-v5-l-grid__item"
407
+ style="min-height: 200px; background: no-repeat bottom right / auto 75% url(/assets/images/pfbg-icon.svg) black;"
392
408
  ></div>
393
409
  <div class="pf-v5-l-grid__item">
394
410
  <div class="pf-v5-c-card__title">
@@ -2756,7 +2772,7 @@ wrapperTag: div
2756
2772
  </div>
2757
2773
  <div
2758
2774
  class="pf-v5-c-card__actions pf-m-no-offset"
2759
- style="padding-top: 1px;"
2775
+ style="padding-block-start: 1px;"
2760
2776
  >
2761
2777
  <div class="pf-v5-c-select">
2762
2778
  <span
@@ -2941,7 +2957,7 @@ wrapperTag: div
2941
2957
  <div
2942
2958
  class="pf-v5-c-card__title"
2943
2959
  id="card-log-view-example-title1"
2944
- style="padding-top: 3px;"
2960
+ style="padding-block-start: 3px;"
2945
2961
  >
2946
2962
  <h2 class="pf-v5-c-title pf-m-lg">Activity</h2>
2947
2963
  </div>
@@ -3096,7 +3112,7 @@ wrapperTag: div
3096
3112
  <div
3097
3113
  class="pf-v5-c-card__title"
3098
3114
  id="card-events-view-example-title1"
3099
- style="padding-top: 3px;"
3115
+ style="padding-block-start: 3px;"
3100
3116
  >
3101
3117
  <h2 class="pf-v5-c-title pf-m-lg">Events</h2>
3102
3118
  </div>
@@ -382,73 +382,77 @@ section: patterns
382
382
  >
383
383
  <label
384
384
  class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
385
- for="card-view-basic-example-toolbar-select-checkbox-status-active"
385
+ id="card-view-basic-example-toolbar-select-checkbox-status-active"
386
+ for="card-view-basic-example-toolbar-select-checkbox-status-active-input"
386
387
  >
387
388
  <input
388
389
  class="pf-v5-c-check__input"
389
390
  type="checkbox"
390
- id="card-view-basic-example-toolbar-select-checkbox-status-active"
391
- name="card-view-basic-example-toolbar-select-checkbox-status-active"
391
+ aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-active-description"
392
+ id="card-view-basic-example-toolbar-select-checkbox-status-active-input"
393
+ name="card-view-basic-example-toolbar-select-checkbox-status-active-input"
392
394
  />
393
-
394
395
  <span class="pf-v5-c-check__label">Active</span>
395
396
  <span
396
397
  class="pf-v5-c-check__description"
398
+ id="card-view-basic-example-toolbar-select-checkbox-status-active-description"
397
399
  >This is a description</span>
398
400
  </label>
399
401
  <label
400
402
  class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
401
- for="card-view-basic-example-toolbar-select-checkbox-status-canceled"
403
+ id="card-view-basic-example-toolbar-select-checkbox-status-canceled"
404
+ for="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
402
405
  >
403
406
  <input
404
407
  class="pf-v5-c-check__input"
405
408
  type="checkbox"
406
- id="card-view-basic-example-toolbar-select-checkbox-status-canceled"
407
- name="card-view-basic-example-toolbar-select-checkbox-status-canceled"
409
+ aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
410
+ id="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
411
+ name="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
408
412
  />
409
-
410
413
  <span class="pf-v5-c-check__label">Canceled</span>
411
414
  <span
412
415
  class="pf-v5-c-check__description"
416
+ id="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
413
417
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
414
418
  </label>
415
419
  <label
416
420
  class="pf-v5-c-check pf-v5-c-select__menu-item"
417
- for="card-view-basic-example-toolbar-select-checkbox-status-paused"
421
+ id="card-view-basic-example-toolbar-select-checkbox-status-paused"
422
+ for="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
418
423
  >
419
424
  <input
420
425
  class="pf-v5-c-check__input"
421
426
  type="checkbox"
422
- id="card-view-basic-example-toolbar-select-checkbox-status-paused"
423
- name="card-view-basic-example-toolbar-select-checkbox-status-paused"
427
+ id="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
428
+ name="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
424
429
  />
425
-
426
430
  <span class="pf-v5-c-check__label">Paused</span>
427
431
  </label>
428
432
  <label
429
433
  class="pf-v5-c-check pf-v5-c-select__menu-item"
430
- for="card-view-basic-example-toolbar-select-checkbox-status-warning"
434
+ id="card-view-basic-example-toolbar-select-checkbox-status-warning"
435
+ for="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
431
436
  >
432
437
  <input
433
438
  class="pf-v5-c-check__input"
434
439
  type="checkbox"
435
- id="card-view-basic-example-toolbar-select-checkbox-status-warning"
436
- name="card-view-basic-example-toolbar-select-checkbox-status-warning"
440
+ id="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
441
+ name="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
437
442
  />
438
-
439
443
  <span class="pf-v5-c-check__label">Warning</span>
440
444
  </label>
441
445
  <label
442
446
  class="pf-v5-c-check pf-v5-c-select__menu-item"
443
- for="card-view-basic-example-toolbar-select-checkbox-status-restarted"
447
+ id="card-view-basic-example-toolbar-select-checkbox-status-restarted"
448
+ for="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
444
449
  >
445
450
  <input
446
451
  class="pf-v5-c-check__input"
447
452
  type="checkbox"
448
- id="card-view-basic-example-toolbar-select-checkbox-status-restarted"
449
- name="card-view-basic-example-toolbar-select-checkbox-status-restarted"
453
+ id="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
454
+ name="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
450
455
  />
451
-
452
456
  <span class="pf-v5-c-check__label">Restarted</span>
453
457
  </label>
454
458
  </fieldset>
@@ -330,7 +330,7 @@ cssPrefix: pf-d-dashboard
330
330
  >
331
331
  <div
332
332
  class="pf-v5-l-flex__item"
333
- style="margin-bottom: -.25em"
333
+ style="margin-block-end: -.25em"
334
334
  >
335
335
  <span class="pf-v5-c-label pf-m-red">
336
336
  <span class="pf-v5-c-label__content">
@@ -500,7 +500,7 @@ cssPrefix: pf-d-dashboard
500
500
  >
501
501
  <div
502
502
  class="pf-v5-l-flex__item"
503
- style="margin-bottom: -.25em"
503
+ style="margin-block-end: -.25em"
504
504
  >
505
505
  <span class="pf-v5-c-label pf-m-red">
506
506
  <span class="pf-v5-c-label__content">
@@ -1422,7 +1422,7 @@ cssPrefix: pf-d-dashboard
1422
1422
  <div
1423
1423
  class="pf-v5-c-card__title"
1424
1424
  id="dashboard-demo-events-card-1-title1"
1425
- style="padding-top: 3px;"
1425
+ style="padding-block-start: 3px;"
1426
1426
  >
1427
1427
  <h2 class="pf-v5-c-title pf-m-xl">Events</h2>
1428
1428
  </div>
@@ -1940,8 +1940,14 @@ wrapperTag: div
1940
1940
  type="button"
1941
1941
  aria-label="Expand all rows"
1942
1942
  >
1943
- <span class="pf-v5-c-toolbar__expand-all-icon">
1944
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1943
+ <span class="pf-v5-c-icon">
1944
+ <span
1945
+ class="pf-v5-c-icon__content pf-v5-m-mirror-inline-rtl"
1946
+ >
1947
+ <span class="pf-v5-c-toolbar__expand-all-icon">
1948
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1949
+ </span>
1950
+ </span>
1945
1951
  </span>
1946
1952
  </button>
1947
1953
  </div>