@patternfly/patternfly 6.0.0-alpha.8 → 6.0.0-alpha.81

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 (334) hide show
  1. package/CODE_OF_CONDUCT.md +1 -2
  2. package/assets/images/PF-Backdrop.svg +1 -0
  3. package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  4. package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  5. package/assets/images/PF-IconLogo-Reverse.svg +14 -0
  6. package/assets/images/PF-IconLogo-color.svg +17 -0
  7. package/assets/images/PF-IconLogo.svg +17 -0
  8. package/assets/images/logo__pf--reverse-on-md.svg +1 -1
  9. package/assets/images/pf-background.svg +22 -0
  10. package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  11. package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  12. package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  13. package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  14. package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  15. package/assets/images/pf_logo_white.hbs +35 -0
  16. package/assets/images/pf_logo_white.svg +38 -0
  17. package/base/_common.scss +8 -4
  18. package/base/_globals.scss +4 -6
  19. package/base/_variables.scss +2 -7
  20. package/base/patternfly-common.css +8 -4
  21. package/base/patternfly-globals.css +4 -3
  22. package/base/patternfly-variables.css +884 -871
  23. package/base/tokens/_tokens-charts.scss +159 -0
  24. package/base/tokens/_tokens-dark.scss +311 -287
  25. package/base/tokens/_tokens-default.scss +425 -329
  26. package/base/tokens/_tokens-font.scss +29 -36
  27. package/base/tokens/_tokens-palette.scss +71 -71
  28. package/base/tokens/_workspace-overrides.scss +7 -0
  29. package/components/AboutModalBox/about-modal-box.css +57 -94
  30. package/components/AboutModalBox/about-modal-box.scss +37 -62
  31. package/components/Accordion/accordion.css +85 -177
  32. package/components/Accordion/accordion.scss +96 -195
  33. package/components/ActionList/action-list.css +18 -17
  34. package/components/ActionList/action-list.scss +26 -16
  35. package/components/Alert/alert-group.css +20 -16
  36. package/components/Alert/alert-group.scss +20 -16
  37. package/components/Alert/alert.css +59 -84
  38. package/components/Alert/alert.scss +62 -78
  39. package/components/Avatar/avatar.css +10 -13
  40. package/components/Avatar/avatar.scss +10 -17
  41. package/components/BackToTop/back-to-top.css +17 -16
  42. package/components/BackToTop/back-to-top.scss +12 -12
  43. package/components/Backdrop/backdrop.css +6 -2
  44. package/components/Backdrop/backdrop.scss +5 -2
  45. package/components/BackgroundImage/background-image.css +5 -1
  46. package/components/BackgroundImage/background-image.scss +5 -1
  47. package/components/Badge/badge.css +23 -15
  48. package/components/Badge/badge.scss +25 -17
  49. package/components/Banner/banner.css +90 -64
  50. package/components/Banner/banner.scss +95 -32
  51. package/components/Breadcrumb/breadcrumb.css +19 -16
  52. package/components/Breadcrumb/breadcrumb.scss +18 -16
  53. package/components/Button/button.css +419 -353
  54. package/components/Button/button.scss +476 -476
  55. package/components/CalendarMonth/calendar-month.css +61 -92
  56. package/components/CalendarMonth/calendar-month.scss +68 -63
  57. package/components/Card/card.css +100 -194
  58. package/components/Card/card.scss +121 -237
  59. package/components/Check/check.css +24 -21
  60. package/components/Check/check.scss +25 -23
  61. package/components/ClipboardCopy/clipboard-copy.css +30 -33
  62. package/components/ClipboardCopy/clipboard-copy.scss +34 -26
  63. package/components/CodeBlock/code-block.css +22 -9
  64. package/components/CodeBlock/code-block.scss +22 -10
  65. package/components/CodeEditor/code-editor.css +94 -72
  66. package/components/CodeEditor/code-editor.scss +104 -82
  67. package/components/Content/content.css +7 -7
  68. package/components/Content/content.scss +7 -7
  69. package/components/DataList/data-list.css +101 -158
  70. package/components/DataList/data-list.scss +95 -154
  71. package/components/DatePicker/date-picker.css +13 -14
  72. package/components/DatePicker/date-picker.scss +12 -16
  73. package/components/DescriptionList/description-list.css +39 -34
  74. package/components/DescriptionList/description-list.scss +25 -25
  75. package/components/Divider/divider.css +91 -169
  76. package/components/Divider/divider.scss +60 -77
  77. package/components/DragDrop/drag-drop.css +18 -14
  78. package/components/DragDrop/drag-drop.scss +18 -17
  79. package/components/Drawer/drawer.css +112 -113
  80. package/components/Drawer/drawer.scss +134 -134
  81. package/components/Dropdown/dropdown.css +1 -3
  82. package/components/Dropdown/dropdown.scss +2 -6
  83. package/components/DualListSelector/dual-list-selector.css +56 -48
  84. package/components/DualListSelector/dual-list-selector.scss +57 -50
  85. package/components/EmptyState/empty-state.css +57 -34
  86. package/components/EmptyState/empty-state.scss +63 -34
  87. package/components/ExpandableSection/expandable-section.css +64 -62
  88. package/components/ExpandableSection/expandable-section.scss +73 -76
  89. package/components/FileUpload/file-upload.css +28 -34
  90. package/components/FileUpload/file-upload.scss +30 -42
  91. package/components/Form/form.css +68 -114
  92. package/components/Form/form.scss +65 -126
  93. package/components/FormControl/form-control.css +86 -111
  94. package/components/FormControl/form-control.scss +88 -92
  95. package/components/HelperText/helper-text.css +28 -34
  96. package/components/HelperText/helper-text.scss +30 -40
  97. package/components/Hint/hint.css +28 -21
  98. package/components/Hint/hint.scss +28 -24
  99. package/components/Icon/icon.css +154 -18
  100. package/components/Icon/icon.scss +187 -20
  101. package/components/InlineEdit/inline-edit.css +8 -7
  102. package/components/InlineEdit/inline-edit.scss +8 -7
  103. package/components/InputGroup/input-group.css +22 -38
  104. package/components/InputGroup/input-group.scss +21 -29
  105. package/components/JumpLinks/jump-links.css +34 -34
  106. package/components/JumpLinks/jump-links.scss +35 -36
  107. package/components/Label/label-group.css +39 -44
  108. package/components/Label/label-group.scss +39 -45
  109. package/components/Label/label.css +380 -355
  110. package/components/Label/label.scss +434 -348
  111. package/components/List/list.css +16 -16
  112. package/components/List/list.scss +17 -17
  113. package/components/Login/login.css +70 -97
  114. package/components/Login/login.scss +56 -64
  115. package/components/Masthead/masthead.css +261 -502
  116. package/components/Masthead/masthead.scss +123 -286
  117. package/components/Menu/menu.css +3 -0
  118. package/components/Menu/menu.scss +7 -3
  119. package/components/MenuToggle/menu-toggle.css +8 -8
  120. package/components/MenuToggle/menu-toggle.scss +8 -10
  121. package/components/ModalBox/modal-box.css +59 -52
  122. package/components/ModalBox/modal-box.scss +57 -53
  123. package/components/MultipleFileUpload/multiple-file-upload.css +77 -50
  124. package/components/MultipleFileUpload/multiple-file-upload.scss +82 -53
  125. package/components/Nav/nav.css +240 -918
  126. package/components/Nav/nav.scss +300 -1082
  127. package/components/NotificationBadge/notification-badge.css +56 -81
  128. package/components/NotificationBadge/notification-badge.scss +60 -97
  129. package/components/NotificationDrawer/notification-drawer.css +104 -115
  130. package/components/NotificationDrawer/notification-drawer.scss +106 -116
  131. package/components/NumberInput/number-input.css +8 -8
  132. package/components/NumberInput/number-input.scss +7 -12
  133. package/components/OverflowMenu/overflow-menu.css +17 -47
  134. package/components/OverflowMenu/overflow-menu.scss +27 -65
  135. package/components/Page/page.css +56 -164
  136. package/components/Page/page.scss +60 -154
  137. package/components/Pagination/pagination.css +57 -124
  138. package/components/Pagination/pagination.scss +40 -128
  139. package/components/Panel/panel.css +27 -23
  140. package/components/Panel/panel.scss +29 -26
  141. package/components/Popover/popover.css +42 -53
  142. package/components/Popover/popover.scss +46 -55
  143. package/components/Progress/progress.css +31 -45
  144. package/components/Progress/progress.scss +36 -55
  145. package/components/ProgressStepper/progress-stepper.css +72 -69
  146. package/components/ProgressStepper/progress-stepper.scss +65 -65
  147. package/components/Radio/radio.css +27 -20
  148. package/components/Radio/radio.scss +28 -22
  149. package/components/Sidebar/sidebar.css +20 -9
  150. package/components/Sidebar/sidebar.scss +23 -11
  151. package/components/SimpleList/simple-list.css +35 -52
  152. package/components/SimpleList/simple-list.scss +41 -51
  153. package/components/Skeleton/skeleton.css +18 -20
  154. package/components/Skeleton/skeleton.scss +17 -21
  155. package/components/SkipToContent/skip-to-content.css +6 -3
  156. package/components/SkipToContent/skip-to-content.scss +8 -6
  157. package/components/Slider/slider.css +34 -30
  158. package/components/Slider/slider.scss +46 -43
  159. package/components/Spinner/spinner.css +17 -34
  160. package/components/Spinner/spinner.scss +19 -47
  161. package/components/Switch/switch.css +42 -38
  162. package/components/Switch/switch.scss +48 -43
  163. package/components/TabContent/tab-content.css +17 -11
  164. package/components/TabContent/tab-content.scss +18 -14
  165. package/components/Table/table-grid.css +29 -45
  166. package/components/Table/table-grid.scss +40 -53
  167. package/components/Table/table-scrollable.css +6 -6
  168. package/components/Table/table-scrollable.scss +8 -8
  169. package/components/Table/table-tree-view.css +76 -74
  170. package/components/Table/table-tree-view.scss +44 -39
  171. package/components/Table/table.css +67 -93
  172. package/components/Table/table.scss +83 -105
  173. package/components/Tabs/tabs.css +143 -175
  174. package/components/Tabs/tabs.scss +159 -217
  175. package/components/Tile/tile.css +40 -81
  176. package/components/Tile/tile.scss +38 -84
  177. package/components/Timestamp/timestamp.css +12 -9
  178. package/components/Timestamp/timestamp.scss +11 -10
  179. package/components/Title/title.css +70 -19
  180. package/components/Title/title.scss +90 -20
  181. package/components/ToggleGroup/toggle-group.css +54 -48
  182. package/components/ToggleGroup/toggle-group.scss +62 -50
  183. package/components/Toolbar/toolbar.css +2527 -1031
  184. package/components/Toolbar/toolbar.scss +233 -520
  185. package/components/Tooltip/tooltip.css +16 -18
  186. package/components/Tooltip/tooltip.scss +20 -24
  187. package/components/TreeView/tree-view.css +76 -97
  188. package/components/TreeView/tree-view.scss +82 -113
  189. package/components/Truncate/truncate.css +4 -0
  190. package/components/Truncate/truncate.scss +3 -0
  191. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  192. package/docs/components/Accordion/examples/Accordion.md +614 -416
  193. package/docs/components/ActionList/examples/ActionList.md +73 -22
  194. package/docs/components/Alert/examples/Alert.md +3 -3
  195. package/docs/components/Avatar/examples/Avatar.md +5 -19
  196. package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
  197. package/docs/components/Badge/examples/Badge.md +21 -0
  198. package/docs/components/Banner/examples/Banner.md +48 -25
  199. package/docs/components/Brand/examples/Brand.css +12 -0
  200. package/docs/components/Brand/examples/Brand.md +51 -32
  201. package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
  202. package/docs/components/Button/examples/Button.css +4 -0
  203. package/docs/components/Button/examples/Button.md +1419 -93
  204. package/docs/components/CalendarMonth/examples/CalendarMonth.md +48 -224
  205. package/docs/components/Card/examples/Card.md +550 -133
  206. package/docs/components/Check/examples/Check.md +1 -0
  207. package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
  208. package/docs/components/CodeEditor/examples/CodeEditor.md +144 -132
  209. package/docs/components/Content/examples/Content.md +5 -5
  210. package/docs/components/DatePicker/examples/DatePicker.md +5 -2
  211. package/docs/components/Divider/examples/Divider.css +3 -1
  212. package/docs/components/Divider/examples/Divider.md +30 -5
  213. package/docs/components/DragDrop/examples/DragDrop.css +1 -1
  214. package/docs/components/Drawer/examples/Drawer.md +294 -256
  215. package/docs/components/EmptyState/examples/EmptyState.md +45 -1
  216. package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
  217. package/docs/components/FileUpload/examples/FileUpload.md +112 -53
  218. package/docs/components/Form/examples/Form.md +134 -89
  219. package/docs/components/Icon/examples/Icon.md +82 -11
  220. package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
  221. package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
  222. package/docs/components/Label/examples/Label.css +4 -0
  223. package/docs/components/Label/examples/Label.md +3090 -703
  224. package/docs/components/LogViewer/examples/LogViewer.md +180 -180
  225. package/docs/components/Login/examples/Login.md +10 -5
  226. package/docs/components/Masthead/examples/masthead.md +443 -65
  227. package/docs/components/Menu/examples/Menu.md +507 -473
  228. package/docs/components/MenuToggle/examples/MenuToggle.md +106 -114
  229. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
  230. package/docs/components/Nav/examples/Navigation.css +1 -23
  231. package/docs/components/Nav/examples/Navigation.md +209 -356
  232. package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
  233. package/docs/components/Page/examples/Page.css +0 -8
  234. package/docs/components/Page/examples/Page.md +22 -21
  235. package/docs/components/Pagination/examples/Pagination.md +663 -637
  236. package/docs/components/Panel/examples/Panel.md +12 -0
  237. package/docs/components/Popover/examples/Popover.md +1 -1
  238. package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -14
  239. package/docs/components/Radio/examples/Radio.md +1 -1
  240. package/docs/components/Sidebar/examples/Sidebar.md +19 -0
  241. package/docs/components/SimpleList/examples/SimpleList.md +3 -3
  242. package/docs/components/TabContent/examples/TabContent.md +10 -10
  243. package/docs/components/Table/examples/Table.md +8 -8
  244. package/docs/components/Tabs/examples/Tabs.css +1 -1
  245. package/docs/components/Tabs/examples/Tabs.md +1025 -826
  246. package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
  247. package/docs/components/Tile/examples/Tile.md +264 -144
  248. package/docs/components/Title/examples/Title.md +18 -0
  249. package/docs/components/Toolbar/examples/Toolbar.css +20 -15
  250. package/docs/components/Toolbar/examples/Toolbar.md +985 -3355
  251. package/docs/components/TreeView/examples/TreeView.md +7 -57
  252. package/docs/components/Truncate/examples/Truncate.css +2 -2
  253. package/docs/demos/AboutModal/examples/AboutModal.md +104 -31
  254. package/docs/demos/Alert/examples/Alert.md +330 -87
  255. package/docs/demos/BackToTop/examples/BackToTop.md +102 -29
  256. package/docs/demos/Banner/examples/Banner.md +211 -60
  257. package/docs/demos/Card/examples/Card.md +2 -2
  258. package/docs/demos/CardView/examples/CardView.md +241 -187
  259. package/docs/demos/ContextSelector/examples/ContextSelector.md +377 -94
  260. package/docs/demos/Dashboard/examples/Dashboard.md +102 -29
  261. package/docs/demos/DataList/examples/DataList.md +999 -938
  262. package/docs/demos/DescriptionList/examples/DescriptionList.md +306 -87
  263. package/docs/demos/Drawer/examples/Drawer.md +640 -251
  264. package/docs/demos/Form/examples/BasicForms.md +138 -84
  265. package/docs/demos/JumpLinks/examples/JumpLinks.md +917 -385
  266. package/docs/demos/Masthead/examples/Masthead.md +786 -342
  267. package/docs/demos/Modal/examples/Modal.md +645 -198
  268. package/docs/demos/Nav/examples/Nav.md +691 -902
  269. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +515 -145
  270. package/docs/demos/Page/examples/Page.md +942 -273
  271. package/docs/demos/Page/examples/Penta.md +66 -26
  272. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -9
  273. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
  274. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1183 -832
  275. package/docs/demos/Skeleton/examples/Skeleton.md +102 -29
  276. package/docs/demos/Table/examples/Table.md +3811 -3456
  277. package/docs/demos/Tabs/examples/Tabs.md +636 -194
  278. package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
  279. package/docs/demos/Toolbar/examples/Toolbar.md +1316 -1478
  280. package/docs/demos/Wizard/examples/Wizard.md +918 -261
  281. package/docs/layouts/Flex/examples/Flex.md +11 -11
  282. package/package.json +32 -32
  283. package/patternfly-base-no-globals-theme-dark-unversioned.css +897 -880
  284. package/patternfly-base-no-globals.css +897 -880
  285. package/patternfly-base-theme-dark-unversioned.css +890 -872
  286. package/patternfly-base.css +890 -872
  287. package/patternfly-no-globals.css +8107 -8027
  288. package/patternfly-theme-dark-unversioned.css +8111 -8030
  289. package/patternfly.css +8111 -8030
  290. package/patternfly.min.css +1 -1
  291. package/patternfly.min.css.map +1 -1
  292. package/sass-utilities/mixins.scss +18 -0
  293. package/base/themes/dark/_variables.scss +0 -102
  294. package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
  295. package/components/Accordion/themes/dark/accordion.scss +0 -9
  296. package/components/Alert/themes/dark/alert.scss +0 -17
  297. package/components/Badge/themes/dark/badge.scss +0 -9
  298. package/components/Banner/themes/dark/banner.scss +0 -14
  299. package/components/Button/themes/dark/button.scss +0 -51
  300. package/components/CalendarMonth/themes/dark/calendar-month.scss +0 -37
  301. package/components/Card/themes/dark/card.scss +0 -20
  302. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
  303. package/components/CodeEditor/themes/dark/code-editor.scss +0 -14
  304. package/components/DataList/themes/dark/data-list.scss +0 -10
  305. package/components/DatePicker/themes/dark/date-picker.scss +0 -8
  306. package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
  307. package/components/Drawer/themes/dark/drawer.scss +0 -13
  308. package/components/DualListSelector/themes/dark/dual-list-selector.scss +0 -9
  309. package/components/Form/themes/dark/form.scss +0 -7
  310. package/components/FormControl/themes/dark/form-control.scss +0 -24
  311. package/components/HelperText/themes/dark/helper-text.scss +0 -7
  312. package/components/Hint/themes/dark/hint.scss +0 -8
  313. package/components/InputGroup/themes/dark/input-group.scss +0 -22
  314. package/components/Label/themes/dark/label.scss +0 -53
  315. package/components/Login/themes/dark/login.scss +0 -12
  316. package/components/Masthead/themes/dark/masthead.scss +0 -14
  317. package/components/ModalBox/themes/dark/modal-box.scss +0 -7
  318. package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
  319. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
  320. package/components/Page/themes/dark/page.scss +0 -69
  321. package/components/Pagination/themes/dark/pagination.scss +0 -7
  322. package/components/Panel/themes/dark/panel.scss +0 -7
  323. package/components/Popover/themes/dark/popover.scss +0 -11
  324. package/components/Progress/themes/dark/progress.scss +0 -9
  325. package/components/SimpleList/themes/dark/simple-list.scss +0 -14
  326. package/components/Skeleton/themes/dark/skeleton.scss +0 -10
  327. package/components/Switch/themes/dark/switch.scss +0 -11
  328. package/components/Tabs/themes/dark/tabs.scss +0 -10
  329. package/components/Tile/themes/dark/tile.scss +0 -10
  330. package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
  331. package/components/Tooltip/themes/dark/tooltip.scss +0 -8
  332. package/components/TreeView/themes/dark/tree-view.scss +0 -8
  333. package/docs/components/Avatar/examples/Avatar.css +0 -3
  334. package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
@@ -25,7 +25,61 @@ cssPrefix: pf-v5-c-card
25
25
  <div class="pf-v5-c-card" id="card-action-example-1">
26
26
  <div class="pf-v5-c-card__header">
27
27
  <div class="pf-v5-c-card__header-main">
28
- <img src="/assets/images/pf_logo.svg" width="300px" alt="Logo" />
28
+ <svg
29
+ version="1.1"
30
+ xmlns="http://www.w3.org/2000/svg"
31
+ viewBox="0 0 706.3 132.5"
32
+ fill="currentColor"
33
+ width="300px"
34
+ >
35
+ <g>
36
+ <path
37
+ d="M197.2,83.9V48.6h15.2c2.2,0,4.1,0.3,5.6,1c1.5,0.7,2.8,1.5,3.7,2.6c1,1.1,1.6,2.3,2.1,3.6
38
+ c0.4,1.3,0.6,2.7,0.6,4c0,0.9-0.1,1.7-0.3,2.6c-0.2,0.9-0.5,1.7-0.9,2.6c-0.4,0.8-0.9,1.6-1.6,2.3c-0.6,0.7-1.4,1.4-2.3,1.9
39
+ c-0.9,0.5-1.9,1-3.1,1.3c-1.2,0.3-2.5,0.5-3.9,0.5h-8.3v13H197.2z M212.7,64.4c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1.1
40
+ c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.1,0.3-1.7c0-0.5-0.1-1-0.2-1.6c-0.1-0.5-0.4-1-0.7-1.5c-0.4-0.5-0.8-0.8-1.4-1.1
41
+ c-0.6-0.3-1.4-0.4-2.3-0.4h-8.6v9.4H212.7z"
42
+ />
43
+ <path
44
+ d="M271.6,83.9l-2.7-7.3h-13.6l-2.7,7.3h-7.3l13.5-35.4h6.7l13.5,35.4H271.6z M263.2,61.2
45
+ c-0.2-0.4-0.4-0.9-0.6-1.5c-0.2-0.6-0.4-1.1-0.5-1.7c-0.1,0.5-0.3,1.1-0.5,1.7c-0.2,0.6-0.4,1.1-0.6,1.5l-3.5,9.2h9.2L263.2,61.2z"
46
+ />
47
+ <path d="M317.3,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H317.3z" />
48
+ <path d="M370.2,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H370.2z" />
49
+ <path
50
+ d="M408.5,83.9V48.6h24.1v6.5h-17.3v7.4h10.2v6.5h-10.2v8.5h18.4v6.5H408.5z"
51
+ />
52
+ <path
53
+ d="M462.4,83.9V48.6h16.4c2.2,0,4.1,0.3,5.6,0.9c1.5,0.6,2.7,1.4,3.6,2.5c0.9,1,1.6,2.2,2,3.5
54
+ c0.4,1.3,0.6,2.7,0.6,4.2c0,1-0.1,2-0.4,3c-0.3,1-0.7,2-1.3,2.9c-0.6,0.9-1.3,1.8-2.1,2.5c-0.9,0.7-1.8,1.3-3,1.7l6.9,14.1H483
55
+ l-6.6-13.2h-7.1v13.2H462.4z M478.9,64.3c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1c0.4-0.4,0.6-0.9,0.8-1.5
56
+ c0.2-0.6,0.2-1.1,0.2-1.7c0-0.6-0.1-1.1-0.2-1.7c-0.1-0.6-0.4-1-0.7-1.5c-0.3-0.4-0.8-0.8-1.4-1c-0.6-0.3-1.4-0.4-2.3-0.4h-9.7v9.2
57
+ H478.9z"
58
+ />
59
+ <path
60
+ d="M541.9,83.9l-14-20.6c-0.2-0.3-0.5-0.8-0.8-1.3c-0.3-0.5-0.5-1-0.7-1.4c0.1,0.4,0.1,0.8,0.1,1.3
61
+ c0,0.5,0,1,0,1.3v20.6h-6.8V48.6h6.4l13.7,20.4c0.2,0.3,0.5,0.7,0.7,1.2c0.3,0.5,0.5,1,0.7,1.4c0-0.5-0.1-1-0.1-1.4
62
+ c0-0.5,0-0.9,0-1.2V48.6h6.8v35.4H541.9z"
63
+ />
64
+ <path
65
+ d="M578.4,83.9V48.6h23.7v6.5h-16.9v7.4H596v6.5h-10.7v15H578.4z"
66
+ />
67
+ <path d="M629.8,83.9V48.6h6.8v28.8h17.1v6.6H629.8z" />
68
+ <path
69
+ d="M686.4,83.9V70.2l-13.1-21.6h7.7l8.7,14.5l8.7-14.5h7.7l-13.1,21.6v13.8H686.4z"
70
+ />
71
+ </g>
72
+ <g>
73
+ <path
74
+ d="M49,103l-21.2,4.9L0,68.4L70,0l70,68.4l-27.8,39.4L91,103l-21,29.5L49,103z M70,128.7l18.6-26.2l-7.2-1.7
75
+ l-11,16.2l-11.9-16.2l-7.2,1.7L70,128.7z M70.4,113.1l9.2-13.5L70,6.7l-9.5,92.9L70.4,113.1z M28.8,105.4l18.8-4.3L33.8,81.7
76
+ l4.1-9.3L25.2,55L58,14.9L2.9,68.7L28.8,105.4z M111.2,105.4l16.3-23.1l9.6-13.6L82,14.9L114.9,55l-12.8,17.4l4.1,9.3L92.4,101
77
+ L111.2,105.4z M90.1,100.5l13.6-19.1l-3-6.9L82.7,98.8L90.1,100.5z M50,100.5l7.3-1.7L39.4,74.5l-3,6.9L50,100.5z M81.9,96.2
78
+ l17.6-24.1L72.9,11.6L81.9,96.2z M58.1,96.2l9-84.6L40.5,72.1L58.1,96.2z M39,70L66.1,8.5L28,55.1L39,70z M101.1,70l11-15L74,8.5
79
+ L101.1,70z"
80
+ />
81
+ </g>
82
+ </svg>
29
83
  </div>
30
84
  <div class="pf-v5-c-card__actions">
31
85
  <div class="pf-v5-c-dropdown">
@@ -85,6 +139,7 @@ cssPrefix: pf-v5-c-card
85
139
  <input
86
140
  class="pf-v5-c-check__input"
87
141
  type="checkbox"
142
+ aria-label="Standalone check"
88
143
  id="card-action-example-1-check"
89
144
  name="card-action-example-1-check"
90
145
  aria-labelledby="card-action-example-1"
@@ -167,6 +222,7 @@ cssPrefix: pf-v5-c-card
167
222
  <input
168
223
  class="pf-v5-c-check__input"
169
224
  type="checkbox"
225
+ aria-label="Standalone check"
170
226
  id="card-action-example-2-check"
171
227
  name="card-action-example-2-check"
172
228
  aria-labelledby="card-action-example-2"
@@ -251,6 +307,7 @@ cssPrefix: pf-v5-c-card
251
307
  <input
252
308
  class="pf-v5-c-check__input"
253
309
  type="checkbox"
310
+ aria-label="Standalone check"
254
311
  id="card-action-example-3-check"
255
312
  name="card-action-example-3-check"
256
313
  aria-labelledby="card-action-example-3"
@@ -293,7 +350,61 @@ cssPrefix: pf-v5-c-card
293
350
  <div class="pf-v5-c-card" id="card-image-head-example">
294
351
  <div class="pf-v5-c-card__header">
295
352
  <div class="pf-v5-c-card__header-main">
296
- <img src="/assets/images/pf_logo.svg" width="300px" alt="Logo" />
353
+ <svg
354
+ version="1.1"
355
+ xmlns="http://www.w3.org/2000/svg"
356
+ viewBox="0 0 706.3 132.5"
357
+ fill="currentColor"
358
+ width="300px"
359
+ >
360
+ <g>
361
+ <path
362
+ d="M197.2,83.9V48.6h15.2c2.2,0,4.1,0.3,5.6,1c1.5,0.7,2.8,1.5,3.7,2.6c1,1.1,1.6,2.3,2.1,3.6
363
+ c0.4,1.3,0.6,2.7,0.6,4c0,0.9-0.1,1.7-0.3,2.6c-0.2,0.9-0.5,1.7-0.9,2.6c-0.4,0.8-0.9,1.6-1.6,2.3c-0.6,0.7-1.4,1.4-2.3,1.9
364
+ c-0.9,0.5-1.9,1-3.1,1.3c-1.2,0.3-2.5,0.5-3.9,0.5h-8.3v13H197.2z M212.7,64.4c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1.1
365
+ c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.1,0.3-1.7c0-0.5-0.1-1-0.2-1.6c-0.1-0.5-0.4-1-0.7-1.5c-0.4-0.5-0.8-0.8-1.4-1.1
366
+ c-0.6-0.3-1.4-0.4-2.3-0.4h-8.6v9.4H212.7z"
367
+ />
368
+ <path
369
+ d="M271.6,83.9l-2.7-7.3h-13.6l-2.7,7.3h-7.3l13.5-35.4h6.7l13.5,35.4H271.6z M263.2,61.2
370
+ c-0.2-0.4-0.4-0.9-0.6-1.5c-0.2-0.6-0.4-1.1-0.5-1.7c-0.1,0.5-0.3,1.1-0.5,1.7c-0.2,0.6-0.4,1.1-0.6,1.5l-3.5,9.2h9.2L263.2,61.2z"
371
+ />
372
+ <path d="M317.3,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H317.3z" />
373
+ <path d="M370.2,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H370.2z" />
374
+ <path
375
+ d="M408.5,83.9V48.6h24.1v6.5h-17.3v7.4h10.2v6.5h-10.2v8.5h18.4v6.5H408.5z"
376
+ />
377
+ <path
378
+ d="M462.4,83.9V48.6h16.4c2.2,0,4.1,0.3,5.6,0.9c1.5,0.6,2.7,1.4,3.6,2.5c0.9,1,1.6,2.2,2,3.5
379
+ c0.4,1.3,0.6,2.7,0.6,4.2c0,1-0.1,2-0.4,3c-0.3,1-0.7,2-1.3,2.9c-0.6,0.9-1.3,1.8-2.1,2.5c-0.9,0.7-1.8,1.3-3,1.7l6.9,14.1H483
380
+ l-6.6-13.2h-7.1v13.2H462.4z M478.9,64.3c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1c0.4-0.4,0.6-0.9,0.8-1.5
381
+ c0.2-0.6,0.2-1.1,0.2-1.7c0-0.6-0.1-1.1-0.2-1.7c-0.1-0.6-0.4-1-0.7-1.5c-0.3-0.4-0.8-0.8-1.4-1c-0.6-0.3-1.4-0.4-2.3-0.4h-9.7v9.2
382
+ H478.9z"
383
+ />
384
+ <path
385
+ d="M541.9,83.9l-14-20.6c-0.2-0.3-0.5-0.8-0.8-1.3c-0.3-0.5-0.5-1-0.7-1.4c0.1,0.4,0.1,0.8,0.1,1.3
386
+ c0,0.5,0,1,0,1.3v20.6h-6.8V48.6h6.4l13.7,20.4c0.2,0.3,0.5,0.7,0.7,1.2c0.3,0.5,0.5,1,0.7,1.4c0-0.5-0.1-1-0.1-1.4
387
+ c0-0.5,0-0.9,0-1.2V48.6h6.8v35.4H541.9z"
388
+ />
389
+ <path
390
+ d="M578.4,83.9V48.6h23.7v6.5h-16.9v7.4H596v6.5h-10.7v15H578.4z"
391
+ />
392
+ <path d="M629.8,83.9V48.6h6.8v28.8h17.1v6.6H629.8z" />
393
+ <path
394
+ d="M686.4,83.9V70.2l-13.1-21.6h7.7l8.7,14.5l8.7-14.5h7.7l-13.1,21.6v13.8H686.4z"
395
+ />
396
+ </g>
397
+ <g>
398
+ <path
399
+ d="M49,103l-21.2,4.9L0,68.4L70,0l70,68.4l-27.8,39.4L91,103l-21,29.5L49,103z M70,128.7l18.6-26.2l-7.2-1.7
400
+ l-11,16.2l-11.9-16.2l-7.2,1.7L70,128.7z M70.4,113.1l9.2-13.5L70,6.7l-9.5,92.9L70.4,113.1z M28.8,105.4l18.8-4.3L33.8,81.7
401
+ l4.1-9.3L25.2,55L58,14.9L2.9,68.7L28.8,105.4z M111.2,105.4l16.3-23.1l9.6-13.6L82,14.9L114.9,55l-12.8,17.4l4.1,9.3L92.4,101
402
+ L111.2,105.4z M90.1,100.5l13.6-19.1l-3-6.9L82.7,98.8L90.1,100.5z M50,100.5l7.3-1.7L39.4,74.5l-3,6.9L50,100.5z M81.9,96.2
403
+ l17.6-24.1L72.9,11.6L81.9,96.2z M58.1,96.2l9-84.6L40.5,72.1L58.1,96.2z M39,70L66.1,8.5L28,55.1L39,70z M101.1,70l11-15L74,8.5
404
+ L101.1,70z"
405
+ />
406
+ </g>
407
+ </svg>
297
408
  </div>
298
409
  </div>
299
410
  <div class="pf-v5-c-card__title">
@@ -400,7 +511,7 @@ cssPrefix: pf-v5-c-card
400
511
  <div class="pf-v5-c-card__header">
401
512
  <div class="pf-v5-c-card__actions pf-m-no-offset">
402
513
  <div class="pf-v5-c-card__selectable-actions">
403
- <div class="pf-v5-c-check pf-m-standalone">
514
+ <div class="pf-v5-c-check">
404
515
  <input
405
516
  class="pf-v5-c-check__input"
406
517
  type="checkbox"
@@ -408,7 +519,6 @@ cssPrefix: pf-v5-c-card
408
519
  name="card-selectable-example-check"
409
520
  aria-labelledby="card-selectable-example"
410
521
  />
411
-
412
522
  <label
413
523
  class="pf-v5-c-check__label"
414
524
  for="card-selectable-example-check"
@@ -435,7 +545,7 @@ cssPrefix: pf-v5-c-card
435
545
  <div class="pf-v5-c-card__header">
436
546
  <div class="pf-v5-c-card__actions pf-m-no-offset">
437
547
  <div class="pf-v5-c-card__selectable-actions">
438
- <div class="pf-v5-c-check pf-m-standalone">
548
+ <div class="pf-v5-c-check">
439
549
  <input
440
550
  class="pf-v5-c-check__input"
441
551
  type="checkbox"
@@ -444,7 +554,6 @@ cssPrefix: pf-v5-c-card
444
554
  name="card-selectable-example-disabled-check"
445
555
  aria-labelledby="card-selectable-example-disabled"
446
556
  />
447
-
448
557
  <label
449
558
  class="pf-v5-c-check__label pf-m-disabled"
450
559
  for="card-selectable-example-disabled-check"
@@ -474,7 +583,7 @@ cssPrefix: pf-v5-c-card
474
583
  <div class="pf-v5-c-card__header">
475
584
  <div class="pf-v5-c-card__actions pf-m-no-offset">
476
585
  <div class="pf-v5-c-card__selectable-actions">
477
- <div class="pf-v5-c-check pf-m-standalone">
586
+ <div class="pf-v5-c-check">
478
587
  <input
479
588
  class="pf-v5-c-check__input"
480
589
  type="checkbox"
@@ -484,7 +593,6 @@ cssPrefix: pf-v5-c-card
484
593
  name="card-selectable-example-selected-disabled-check"
485
594
  aria-labelledby="card-selectable-example-selected-disabled"
486
595
  />
487
-
488
596
  <label
489
597
  class="pf-v5-c-check__label pf-m-disabled"
490
598
  for="card-selectable-example-selected-disabled-check"
@@ -510,6 +618,124 @@ cssPrefix: pf-v5-c-card
510
618
 
511
619
  ```
512
620
 
621
+ ### Selectable Secondary style
622
+
623
+ ```html
624
+ <div class="pf-v5-l-gallery pf-m-gutter">
625
+ <div
626
+ class="pf-v5-c-card pf-m-selectable pf-m-secondary"
627
+ id="card-selectable-secondary-example"
628
+ >
629
+ <div class="pf-v5-c-card__header">
630
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
631
+ <div class="pf-v5-c-card__selectable-actions">
632
+ <div class="pf-v5-c-check">
633
+ <input
634
+ class="pf-v5-c-check__input"
635
+ type="checkbox"
636
+ id="card-selectable-secondary-example-check"
637
+ name="card-selectable-secondary-example-check"
638
+ aria-labelledby="card-selectable-secondary-example"
639
+ />
640
+ <label
641
+ class="pf-v5-c-check__label"
642
+ for="card-selectable-secondary-example-check"
643
+ id="card-selectable-secondary-example-check-label"
644
+ name="card-selectable-secondary-example-check"
645
+ ></label>
646
+ </div>
647
+ </div>
648
+ </div>
649
+ <div class="pf-v5-c-card__header-main">
650
+ <div class="pf-v5-c-card__title">
651
+ <h2 class="pf-v5-c-card__title-text">Title</h2>
652
+ </div>
653
+ </div>
654
+ </div>
655
+ <div class="pf-v5-c-card__body">Body</div>
656
+ <div class="pf-v5-c-card__footer">Footer</div>
657
+ </div>
658
+
659
+ <div
660
+ class="pf-v5-c-card pf-m-selectable pf-m-disabled pf-m-secondary"
661
+ id="card-selectable-secondary-example-disabled"
662
+ >
663
+ <div class="pf-v5-c-card__header">
664
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
665
+ <div class="pf-v5-c-card__selectable-actions">
666
+ <div class="pf-v5-c-check">
667
+ <input
668
+ class="pf-v5-c-check__input"
669
+ type="checkbox"
670
+ disabled
671
+ id="card-selectable-secondary-example-disabled-check"
672
+ name="card-selectable-secondary-example-disabled-check"
673
+ aria-labelledby="card-selectable-secondary-example-disabled"
674
+ />
675
+ <label
676
+ class="pf-v5-c-check__label pf-m-disabled"
677
+ for="card-selectable-secondary-example-disabled-check"
678
+ id="card-selectable-secondary-example-disabled-check-label"
679
+ name="card-selectable-secondary-example-disabled-check"
680
+ ></label>
681
+ </div>
682
+ </div>
683
+ </div>
684
+ <div class="pf-v5-c-card__header-main">
685
+ <div
686
+ class="pf-v5-c-card__title"
687
+ id="card-selectable-secondary-example-disabled-title"
688
+ >
689
+ <h2 class="pf-v5-c-card__title-text">Disabled card</h2>
690
+ </div>
691
+ </div>
692
+ </div>
693
+ <div class="pf-v5-c-card__body">Body</div>
694
+ <div class="pf-v5-c-card__footer">Footer</div>
695
+ </div>
696
+
697
+ <div
698
+ class="pf-v5-c-card pf-m-selectable pf-m-selected pf-m-disabled pf-m-secondary"
699
+ id="card-selectable-secondary-example-selected-disabled"
700
+ >
701
+ <div class="pf-v5-c-card__header">
702
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
703
+ <div class="pf-v5-c-card__selectable-actions">
704
+ <div class="pf-v5-c-check">
705
+ <input
706
+ class="pf-v5-c-check__input"
707
+ type="checkbox"
708
+ checked
709
+ disabled
710
+ id="card-selectable-secondary-example-selected-disabled-check"
711
+ name="card-selectable-secondary-example-selected-disabled-check"
712
+ aria-labelledby="card-selectable-secondary-example-selected-disabled"
713
+ />
714
+ <label
715
+ class="pf-v5-c-check__label pf-m-disabled"
716
+ for="card-selectable-secondary-example-selected-disabled-check"
717
+ id="card-selectable-secondary-example-selected-disabled-check-label"
718
+ name="card-selectable-secondary-example-selected-disabled-check"
719
+ ></label>
720
+ </div>
721
+ </div>
722
+ </div>
723
+ <div class="pf-v5-c-card__header-main">
724
+ <div
725
+ class="pf-v5-c-card__title"
726
+ id="card-selectable-secondary-example-selected-disabled-title"
727
+ >
728
+ <h2 class="pf-v5-c-card__title-text">Selected but disabled card</h2>
729
+ </div>
730
+ </div>
731
+ </div>
732
+ <div class="pf-v5-c-card__body">Body</div>
733
+ <div class="pf-v5-c-card__footer">Footer</div>
734
+ </div>
735
+ </div>
736
+
737
+ ```
738
+
513
739
  ### Single selectable
514
740
 
515
741
  ```html
@@ -518,7 +744,7 @@ cssPrefix: pf-v5-c-card
518
744
  <div class="pf-v5-c-card__header">
519
745
  <div class="pf-v5-c-card__actions pf-m-no-offset">
520
746
  <div class="pf-v5-c-card__selectable-actions">
521
- <div class="pf-v5-c-radio pf-m-standalone">
747
+ <div class="pf-v5-c-radio">
522
748
  <input
523
749
  class="pf-v5-c-radio__input"
524
750
  type="radio"
@@ -526,7 +752,6 @@ cssPrefix: pf-v5-c-card
526
752
  name="card-single-selectable-example-radio"
527
753
  aria-labelledby="card-single-selectable-example"
528
754
  />
529
-
530
755
  <label
531
756
  class="pf-v5-c-radio__label"
532
757
  for="card-single-selectable-example-radio"
@@ -556,7 +781,7 @@ cssPrefix: pf-v5-c-card
556
781
  <div class="pf-v5-c-card__header">
557
782
  <div class="pf-v5-c-card__actions pf-m-no-offset">
558
783
  <div class="pf-v5-c-card__selectable-actions">
559
- <div class="pf-v5-c-radio pf-m-standalone">
784
+ <div class="pf-v5-c-radio">
560
785
  <input
561
786
  class="pf-v5-c-radio__input"
562
787
  type="radio"
@@ -565,7 +790,6 @@ cssPrefix: pf-v5-c-card
565
790
  aria-labelledby="card-single-selectable-example-disabled"
566
791
  disabled
567
792
  />
568
-
569
793
  <label
570
794
  class="pf-v5-c-radio__label pf-m-disabled"
571
795
  for="card-single-selectable-example-disabled-radio"
@@ -595,7 +819,7 @@ cssPrefix: pf-v5-c-card
595
819
  <div class="pf-v5-c-card__header">
596
820
  <div class="pf-v5-c-card__actions pf-m-no-offset">
597
821
  <div class="pf-v5-c-card__selectable-actions">
598
- <div class="pf-v5-c-radio pf-m-standalone">
822
+ <div class="pf-v5-c-radio">
599
823
  <input
600
824
  class="pf-v5-c-radio__input"
601
825
  type="radio"
@@ -605,7 +829,6 @@ cssPrefix: pf-v5-c-card
605
829
  disabled
606
830
  checked
607
831
  />
608
-
609
832
  <label
610
833
  class="pf-v5-c-radio__label pf-m-disabled"
611
834
  for="card-single-selectable-example-selected-disabled-radio"
@@ -748,6 +971,129 @@ cssPrefix: pf-v5-c-card
748
971
 
749
972
  ```
750
973
 
974
+ ### Clickable secondary style
975
+
976
+ ```html
977
+ <div class="pf-v5-l-gallery pf-m-gutter">
978
+ <div
979
+ class="pf-v5-c-card pf-m-clickable pf-m-secondary"
980
+ id="card-clickable-secondary-example"
981
+ >
982
+ <div class="pf-v5-c-card__header">
983
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
984
+ <div class="pf-v5-c-card__selectable-actions">
985
+ <div class="pf-v5-c-radio pf-m-standalone">
986
+ <input
987
+ class="pf-v5-c-radio__input pf-v5-screen-reader"
988
+ type="radio"
989
+ id="card-clickable-secondary-example-sr-only-radio"
990
+ name="card-clickable-secondary-example-sr-only-radio"
991
+ aria-labelledby="card-clickable-secondary-example"
992
+ />
993
+
994
+ <label
995
+ class="pf-v5-c-radio__label"
996
+ for="card-clickable-secondary-example-sr-only-radio"
997
+ id="card-clickable-secondary-example-sr-only-radio-label"
998
+ name="card-clickable-secondary-example-sr-only-radio"
999
+ ></label>
1000
+ </div>
1001
+ </div>
1002
+ </div>
1003
+ <div class="pf-v5-c-card__header-main">
1004
+ <div
1005
+ class="pf-v5-c-card__title"
1006
+ id="card-clickable-secondary-example-title"
1007
+ >
1008
+ <h2 class="pf-v5-c-card__title-text">Title</h2>
1009
+ </div>
1010
+ </div>
1011
+ </div>
1012
+ <div class="pf-v5-c-card__body">Body</div>
1013
+ <div class="pf-v5-c-card__footer">Footer</div>
1014
+ </div>
1015
+
1016
+ <div
1017
+ class="pf-v5-c-card pf-m-clickable pf-m-disabled pf-m-secondary"
1018
+ id="card-clickable-secondary-example-disabled"
1019
+ >
1020
+ <div class="pf-v5-c-card__header">
1021
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
1022
+ <div class="pf-v5-c-card__selectable-actions">
1023
+ <div class="pf-v5-c-radio pf-m-standalone">
1024
+ <input
1025
+ class="pf-v5-c-radio__input pf-v5-screen-reader"
1026
+ type="radio"
1027
+ id="card-clickable-secondary-example-disabled-sr-only-radio"
1028
+ name="card-clickable-secondary-example-disabled-sr-only-radio"
1029
+ aria-labelledby="card-clickable-secondary-example-disabled"
1030
+ disabled
1031
+ />
1032
+
1033
+ <label
1034
+ class="pf-v5-c-radio__label pf-m-disabled"
1035
+ for="card-clickable-secondary-example-disabled-sr-only-radio"
1036
+ id="card-clickable-secondary-example-disabled-sr-only-radio-label"
1037
+ name="card-clickable-secondary-example-disabled-sr-only-radio"
1038
+ ></label>
1039
+ </div>
1040
+ </div>
1041
+ </div>
1042
+ <div class="pf-v5-c-card__header-main">
1043
+ <div
1044
+ class="pf-v5-c-card__title"
1045
+ id="card-clickable-secondary-example-disabled-title"
1046
+ >
1047
+ <h2 class="pf-v5-c-card__title-text">Disabled card</h2>
1048
+ </div>
1049
+ </div>
1050
+ </div>
1051
+ <div class="pf-v5-c-card__body">Body</div>
1052
+ <div class="pf-v5-c-card__footer">Footer</div>
1053
+ </div>
1054
+
1055
+ <div
1056
+ class="pf-v5-c-card pf-m-clickable pf-m-selected pf-m-disabled pf-m-secondary"
1057
+ id="card-clickable-secondary-example-selected-disabled"
1058
+ >
1059
+ <div class="pf-v5-c-card__header">
1060
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
1061
+ <div class="pf-v5-c-card__selectable-actions">
1062
+ <div class="pf-v5-c-radio pf-m-standalone">
1063
+ <input
1064
+ class="pf-v5-c-radio__input pf-v5-screen-reader"
1065
+ type="radio"
1066
+ id="card-clickable-secondary-example-selected-disabled-sr-only-radio"
1067
+ name="card-clickable-secondary-example-selected-disabled-sr-only-radio"
1068
+ aria-labelledby="card-clickable-secondary-example-selected-disabled"
1069
+ disabled
1070
+ />
1071
+
1072
+ <label
1073
+ class="pf-v5-c-radio__label pf-m-disabled"
1074
+ for="card-clickable-secondary-example-selected-disabled-sr-only-radio"
1075
+ id="card-clickable-secondary-example-selected-disabled-sr-only-radio-label"
1076
+ name="card-clickable-secondary-example-selected-disabled-sr-only-radio"
1077
+ ></label>
1078
+ </div>
1079
+ </div>
1080
+ </div>
1081
+ <div class="pf-v5-c-card__header-main">
1082
+ <div
1083
+ class="pf-v5-c-card__title"
1084
+ id="card-clickable-secondary-example-selected-disabled-title"
1085
+ >
1086
+ <h2 class="pf-v5-c-card__title-text">Selected but disabled card</h2>
1087
+ </div>
1088
+ </div>
1089
+ </div>
1090
+ <div class="pf-v5-c-card__body">Body</div>
1091
+ <div class="pf-v5-c-card__footer">Footer</div>
1092
+ </div>
1093
+ </div>
1094
+
1095
+ ```
1096
+
751
1097
  ### Clickable and selectable
752
1098
 
753
1099
  ```html
@@ -759,7 +1105,7 @@ cssPrefix: pf-v5-c-card
759
1105
  <div class="pf-v5-c-card__header">
760
1106
  <div class="pf-v5-c-card__actions pf-m-no-offset">
761
1107
  <div class="pf-v5-c-card__selectable-actions">
762
- <div class="pf-v5-c-check pf-m-standalone">
1108
+ <div class="pf-v5-c-check">
763
1109
  <input
764
1110
  class="pf-v5-c-check__input"
765
1111
  type="checkbox"
@@ -767,7 +1113,6 @@ cssPrefix: pf-v5-c-card
767
1113
  name="card-clickable-selectable-example-check"
768
1114
  aria-labelledby="card-clickable-selectable-example"
769
1115
  />
770
-
771
1116
  <label
772
1117
  class="pf-v5-c-check__label"
773
1118
  for="card-clickable-selectable-example-check"
@@ -782,10 +1127,9 @@ cssPrefix: pf-v5-c-card
782
1127
  class="pf-v5-c-card__title"
783
1128
  id="card-clickable-selectable-example-title"
784
1129
  >
785
- <button
786
- class="pf-v5-c-button pf-m-link pf-m-inline"
787
- type="button"
788
- >Title</button>
1130
+ <h2 class="pf-v5-c-card__title-text">
1131
+ <button class="pf-v5-c-button pf-m-link pf-m-inline">Title</button>
1132
+ </h2>
789
1133
  </div>
790
1134
  </div>
791
1135
  </div>
@@ -800,7 +1144,7 @@ cssPrefix: pf-v5-c-card
800
1144
  <div class="pf-v5-c-card__header">
801
1145
  <div class="pf-v5-c-card__actions pf-m-no-offset">
802
1146
  <div class="pf-v5-c-card__selectable-actions">
803
- <div class="pf-v5-c-check pf-m-standalone">
1147
+ <div class="pf-v5-c-check">
804
1148
  <input
805
1149
  class="pf-v5-c-check__input"
806
1150
  type="checkbox"
@@ -808,7 +1152,6 @@ cssPrefix: pf-v5-c-card
808
1152
  name="card-clickable-selectable-current-example-check"
809
1153
  aria-labelledby="card-clickable-selectable-current-example"
810
1154
  />
811
-
812
1155
  <label
813
1156
  class="pf-v5-c-check__label"
814
1157
  for="card-clickable-selectable-current-example-check"
@@ -823,10 +1166,11 @@ cssPrefix: pf-v5-c-card
823
1166
  class="pf-v5-c-card__title"
824
1167
  id="card-clickable-selectable-current-example-title"
825
1168
  >
826
- <button
827
- class="pf-v5-c-button pf-m-link pf-m-inline"
828
- type="button"
829
- >Current card (clicked)</button>
1169
+ <h2 class="pf-v5-c-card__title-text">
1170
+ <button
1171
+ class="pf-v5-c-button pf-m-link pf-m-inline"
1172
+ >Current card (clicked)</button>
1173
+ </h2>
830
1174
  </div>
831
1175
  </div>
832
1176
  </div>
@@ -841,7 +1185,7 @@ cssPrefix: pf-v5-c-card
841
1185
  <div class="pf-v5-c-card__header">
842
1186
  <div class="pf-v5-c-card__actions pf-m-no-offset">
843
1187
  <div class="pf-v5-c-card__selectable-actions">
844
- <div class="pf-v5-c-check pf-m-standalone">
1188
+ <div class="pf-v5-c-check">
845
1189
  <input
846
1190
  class="pf-v5-c-check__input"
847
1191
  type="checkbox"
@@ -850,7 +1194,6 @@ cssPrefix: pf-v5-c-card
850
1194
  name="card-clickable-selectable-example-disabled-check"
851
1195
  aria-labelledby="card-clickable-selectable-example-disabled"
852
1196
  />
853
-
854
1197
  <label
855
1198
  class="pf-v5-c-check__label pf-m-disabled"
856
1199
  for="card-clickable-selectable-example-disabled-check"
@@ -865,11 +1208,11 @@ cssPrefix: pf-v5-c-card
865
1208
  class="pf-v5-c-card__title"
866
1209
  id="card-clickable-selectable-example-disabled-title"
867
1210
  >
868
- <button
869
- class="pf-v5-c-button pf-m-link pf-m-inline pf-m-disabled"
870
- type="button"
871
- disabled
872
- >Disabled card</button>
1211
+ <h2 class="pf-v5-c-card__title-text">
1212
+ <button
1213
+ class="pf-v5-c-button pf-m-link pf-m-inline pf-m-disabled"
1214
+ >Disabled card</button>
1215
+ </h2>
873
1216
  </div>
874
1217
  </div>
875
1218
  </div>
@@ -884,7 +1227,7 @@ cssPrefix: pf-v5-c-card
884
1227
  <div class="pf-v5-c-card__header">
885
1228
  <div class="pf-v5-c-card__actions pf-m-no-offset">
886
1229
  <div class="pf-v5-c-card__selectable-actions">
887
- <div class="pf-v5-c-check pf-m-standalone">
1230
+ <div class="pf-v5-c-check">
888
1231
  <input
889
1232
  class="pf-v5-c-check__input"
890
1233
  type="checkbox"
@@ -894,7 +1237,6 @@ cssPrefix: pf-v5-c-card
894
1237
  name="card-clickable-selectable-example-selected-disabled-check"
895
1238
  aria-labelledby="card-clickable-selectable-example-selected-disabled"
896
1239
  />
897
-
898
1240
  <label
899
1241
  class="pf-v5-c-check__label pf-m-disabled"
900
1242
  for="card-clickable-selectable-example-selected-disabled-check"
@@ -909,11 +1251,11 @@ cssPrefix: pf-v5-c-card
909
1251
  class="pf-v5-c-card__title"
910
1252
  id="card-clickable-selectable-example-selected-disabled-title"
911
1253
  >
912
- <button
913
- class="pf-v5-c-button pf-m-link pf-m-inline pf-m-disabled"
914
- type="button"
915
- disabled
916
- >Selected but disabled card</button>
1254
+ <h2 class="pf-v5-c-card__title-text">
1255
+ <button
1256
+ class="pf-v5-c-button pf-m-link pf-m-inline pf-m-disabled"
1257
+ >Selected but disabled card</button>
1258
+ </h2>
917
1259
  </div>
918
1260
  </div>
919
1261
  </div>
@@ -924,109 +1266,182 @@ cssPrefix: pf-v5-c-card
924
1266
 
925
1267
  ```
926
1268
 
927
- ### Hoverable raised
928
-
929
- ```html isDeprecated
930
- <div class="pf-v5-c-card pf-m-hoverable-raised" id="card-hoverable-example">
931
- <div class="pf-v5-c-card__title">
932
- <h2 class="pf-v5-c-card__title-text">Title</h2>
933
- </div>
934
- <div class="pf-v5-c-card__body">Body</div>
935
- <div class="pf-v5-c-card__footer">Footer</div>
936
- </div>
937
-
938
- ```
939
-
940
- ### Selectable raised
941
-
942
- ```html isDeprecated
943
- <div
944
- class="pf-v5-c-card pf-m-selectable-raised"
945
- tabindex="0"
946
- id="card-selectable-raised-example"
947
- >
948
- <div class="pf-v5-c-card__title">
949
- <h2 class="pf-v5-c-card__title-text">Title</h2>
950
- </div>
951
- <div class="pf-v5-c-card__body">Body</div>
952
- <div class="pf-v5-c-card__footer">Footer</div>
953
- </div>
954
-
955
- ```
956
-
957
- ### Selected raised
1269
+ ### Clickable and selectable secondary style
958
1270
 
959
- ```html isDeprecated
960
- <div
961
- class="pf-v5-c-card pf-m-selectable-raised pf-m-selected-raised"
962
- tabindex="0"
963
- id="card-selected-raised-example"
964
- >
965
- <div class="pf-v5-c-card__title">
966
- <h2 class="pf-v5-c-card__title-text">Title</h2>
1271
+ ```html
1272
+ <div class="pf-v5-l-gallery pf-m-gutter">
1273
+ <div
1274
+ class="pf-v5-c-card pf-m-clickable pf-m-selectable pf-m-secondary"
1275
+ id="card-clickable-selectable-secondary-example"
1276
+ >
1277
+ <div class="pf-v5-c-card__header">
1278
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
1279
+ <div class="pf-v5-c-card__selectable-actions">
1280
+ <div class="pf-v5-c-check">
1281
+ <input
1282
+ class="pf-v5-c-check__input"
1283
+ type="checkbox"
1284
+ id="card-clickable-selectable-secondary-example-check"
1285
+ name="card-clickable-selectable-secondary-example-check"
1286
+ aria-labelledby="card-clickable-selectable-secondary-example"
1287
+ />
1288
+ <label
1289
+ class="pf-v5-c-check__label"
1290
+ for="card-clickable-selectable-secondary-example-check"
1291
+ id="card-clickable-selectable-secondary-example-check-label"
1292
+ name="card-clickable-selectable-secondary-example-check"
1293
+ ></label>
1294
+ </div>
1295
+ </div>
1296
+ </div>
1297
+ <div class="pf-v5-c-card__header-main">
1298
+ <div
1299
+ class="pf-v5-c-card__title"
1300
+ id="card-clickable-selectable-secondary-example-title"
1301
+ >
1302
+ <h2 class="pf-v5-c-card__title-text">
1303
+ <button class="pf-v5-c-button pf-m-link pf-m-inline">Title</button>
1304
+ </h2>
1305
+ </div>
1306
+ </div>
1307
+ </div>
1308
+ <div class="pf-v5-c-card__body">Body</div>
1309
+ <div class="pf-v5-c-card__footer">Footer</div>
967
1310
  </div>
968
- <div class="pf-v5-c-card__body">Body</div>
969
- <div class="pf-v5-c-card__footer">Footer</div>
970
- </div>
971
-
972
- ```
973
1311
 
974
- ### Selectable raised with a hidden input for improved screen reader accessibility
975
-
976
- ```html isDeprecated
977
- <input
978
- class="pf-v5-c-card__sr-input pf-v5-screen-reader"
979
- type="checkbox"
980
- tabindex="-1"
981
- aria-label="Checkbox to improve screen reader accessibility of a selectable card"
982
- />
983
- <div
984
- class="pf-v5-c-card pf-m-selectable-raised"
985
- tabindex="0"
986
- id="card-selectable-raised-with-input-example"
987
- >
988
- <div class="pf-v5-c-card__title">
989
- <h2 class="pf-v5-c-card__title-text">Title</h2>
1312
+ <div
1313
+ class="pf-v5-c-card pf-m-clickable pf-m-selectable pf-m-current pf-m-secondary"
1314
+ id="card-clickable-selectable-secondary-current-example"
1315
+ >
1316
+ <div class="pf-v5-c-card__header">
1317
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
1318
+ <div class="pf-v5-c-card__selectable-actions">
1319
+ <div class="pf-v5-c-check">
1320
+ <input
1321
+ class="pf-v5-c-check__input"
1322
+ type="checkbox"
1323
+ id="card-clickable-selectable-secondary-current-example-check"
1324
+ name="card-clickable-selectable-secondary-current-example-check"
1325
+ aria-labelledby="card-clickable-selectable-secondary-current-example"
1326
+ />
1327
+ <label
1328
+ class="pf-v5-c-check__label"
1329
+ for="card-clickable-selectable-secondary-current-example-check"
1330
+ id="card-clickable-selectable-secondary-current-example-check-label"
1331
+ name="card-clickable-selectable-secondary-current-example-check"
1332
+ ></label>
1333
+ </div>
1334
+ </div>
1335
+ </div>
1336
+ <div class="pf-v5-c-card__header-main">
1337
+ <div
1338
+ class="pf-v5-c-card__title"
1339
+ id="card-clickable-selectable-secondary-current-example-title"
1340
+ >
1341
+ <h2 class="pf-v5-c-card__title-text">
1342
+ <button
1343
+ class="pf-v5-c-button pf-m-link pf-m-inline"
1344
+ >Current card (clicked)</button>
1345
+ </h2>
1346
+ </div>
1347
+ </div>
1348
+ </div>
1349
+ <div class="pf-v5-c-card__body">Body</div>
1350
+ <div class="pf-v5-c-card__footer">Footer</div>
990
1351
  </div>
991
- <div class="pf-v5-c-card__body">Body</div>
992
- <div class="pf-v5-c-card__footer">Footer</div>
993
- </div>
994
-
995
- ```
996
-
997
- ### Non selectable raised
998
1352
 
999
- ```html isDeprecated
1000
- <div
1001
- class="pf-v5-c-card pf-m-non-selectable-raised"
1002
- id="card-non-selectable-raised-example"
1003
- >
1004
- <div class="pf-v5-c-card__title">
1005
- <h2 class="pf-v5-c-card__title-text">Title</h2>
1353
+ <div
1354
+ class="pf-v5-c-card pf-m-clickable pf-m-selectable pf-m-disabled pf-m-secondary"
1355
+ id="card-clickable-selectable-secondary-example-disabled"
1356
+ >
1357
+ <div class="pf-v5-c-card__header">
1358
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
1359
+ <div class="pf-v5-c-card__selectable-actions">
1360
+ <div class="pf-v5-c-check">
1361
+ <input
1362
+ class="pf-v5-c-check__input"
1363
+ type="checkbox"
1364
+ disabled
1365
+ id="card-clickable-selectable-secondary-example-disabled-check"
1366
+ name="card-clickable-selectable-secondary-example-disabled-check"
1367
+ aria-labelledby="card-clickable-selectable-secondary-example-disabled"
1368
+ />
1369
+ <label
1370
+ class="pf-v5-c-check__label pf-m-disabled"
1371
+ for="card-clickable-selectable-secondary-example-disabled-check"
1372
+ id="card-clickable-selectable-secondary-example-disabled-check-label"
1373
+ name="card-clickable-selectable-secondary-example-disabled-check"
1374
+ ></label>
1375
+ </div>
1376
+ </div>
1377
+ </div>
1378
+ <div class="pf-v5-c-card__header-main">
1379
+ <div
1380
+ class="pf-v5-c-card__title"
1381
+ id="card-clickable-selectable-secondary-example-disabled-title"
1382
+ >
1383
+ <h2 class="pf-v5-c-card__title-text">
1384
+ <button
1385
+ class="pf-v5-c-button pf-m-link pf-m-inline pf-m-disabled"
1386
+ >Disabled card</button>
1387
+ </h2>
1388
+ </div>
1389
+ </div>
1390
+ </div>
1391
+ <div class="pf-v5-c-card__body">Body</div>
1392
+ <div class="pf-v5-c-card__footer">Footer</div>
1006
1393
  </div>
1007
- <div class="pf-v5-c-card__body">Body</div>
1008
- <div class="pf-v5-c-card__footer">Footer</div>
1009
- </div>
1010
-
1011
- ```
1012
1394
 
1013
- ### Flat
1014
-
1015
- ```html
1016
- <div class="pf-v5-c-card pf-m-flat" id="card-flat-example">
1017
- <div class="pf-v5-c-card__title">
1018
- <h2 class="pf-v5-c-card__title-text">Title</h2>
1395
+ <div
1396
+ class="pf-v5-c-card pf-m-clickable pf-m-selectable pf-m-selected pf-m-disabled pf-m-secondary"
1397
+ id="card-clickable-selectable-secondary-example-selected-disabled"
1398
+ >
1399
+ <div class="pf-v5-c-card__header">
1400
+ <div class="pf-v5-c-card__actions pf-m-no-offset">
1401
+ <div class="pf-v5-c-card__selectable-actions">
1402
+ <div class="pf-v5-c-check">
1403
+ <input
1404
+ class="pf-v5-c-check__input"
1405
+ type="checkbox"
1406
+ checked
1407
+ disabled
1408
+ id="card-clickable-selectable-secondary-example-selected-disabled-check"
1409
+ name="card-clickable-selectable-secondary-example-selected-disabled-check"
1410
+ aria-labelledby="card-clickable-selectable-secondary-example-selected-disabled"
1411
+ />
1412
+ <label
1413
+ class="pf-v5-c-check__label pf-m-disabled"
1414
+ for="card-clickable-selectable-secondary-example-selected-disabled-check"
1415
+ id="card-clickable-selectable-secondary-example-selected-disabled-check-label"
1416
+ name="card-clickable-selectable-secondary-example-selected-disabled-check"
1417
+ ></label>
1418
+ </div>
1419
+ </div>
1420
+ </div>
1421
+ <div class="pf-v5-c-card__header-main">
1422
+ <div
1423
+ class="pf-v5-c-card__title"
1424
+ id="card-clickable-selectable-secondary-example-selected-disabled-title"
1425
+ >
1426
+ <h2 class="pf-v5-c-card__title-text">
1427
+ <button
1428
+ class="pf-v5-c-button pf-m-link pf-m-inline pf-m-disabled"
1429
+ >Selected but disabled card</button>
1430
+ </h2>
1431
+ </div>
1432
+ </div>
1433
+ </div>
1434
+ <div class="pf-v5-c-card__body">Body</div>
1435
+ <div class="pf-v5-c-card__footer">Footer</div>
1019
1436
  </div>
1020
- <div class="pf-v5-c-card__body">Body</div>
1021
- <div class="pf-v5-c-card__footer">Footer</div>
1022
1437
  </div>
1023
1438
 
1024
1439
  ```
1025
1440
 
1026
- ### Rounded
1441
+ ### Secondary
1027
1442
 
1028
1443
  ```html
1029
- <div class="pf-v5-c-card pf-m-rounded" id="card-rounded-example">
1444
+ <div class="pf-v5-c-card pf-m-secondary" id="card-secondary-example">
1030
1445
  <div class="pf-v5-c-card__title">
1031
1446
  <h2 class="pf-v5-c-card__title-text">Title</h2>
1032
1447
  </div>
@@ -1125,6 +1540,7 @@ cssPrefix: pf-v5-c-card
1125
1540
  <input
1126
1541
  class="pf-v5-c-check__input"
1127
1542
  type="checkbox"
1543
+ aria-label="Standalone check"
1128
1544
  id="card-expandable-example-check"
1129
1545
  name="card-expandable-example-check"
1130
1546
  aria-labelledby="card-expandable-example"
@@ -1227,6 +1643,7 @@ cssPrefix: pf-v5-c-card
1227
1643
  <input
1228
1644
  class="pf-v5-c-check__input"
1229
1645
  type="checkbox"
1646
+ aria-label="Standalone check"
1230
1647
  id="card-expandable-image-example-check"
1231
1648
  name="card-expandable-image-example-check"
1232
1649
  aria-labelledby="card-expandable-image-example"
@@ -1314,6 +1731,7 @@ cssPrefix: pf-v5-c-card
1314
1731
  <input
1315
1732
  class="pf-v5-c-check__input"
1316
1733
  type="checkbox"
1734
+ aria-label="Standalone check"
1317
1735
  id="card-expanded-example-check"
1318
1736
  name="card-expanded-example-check"
1319
1737
  aria-labelledby="card-expanded-example"
@@ -1398,6 +1816,7 @@ cssPrefix: pf-v5-c-card
1398
1816
  <input
1399
1817
  class="pf-v5-c-check__input"
1400
1818
  type="checkbox"
1819
+ aria-label="Standalone check"
1401
1820
  id="card-full-height-example-check"
1402
1821
  name="card-full-height-example-check"
1403
1822
  aria-labelledby="card-full-height-example"
@@ -1482,6 +1901,7 @@ cssPrefix: pf-v5-c-card
1482
1901
  <input
1483
1902
  class="pf-v5-c-check__input"
1484
1903
  type="checkbox"
1904
+ aria-label="Standalone check"
1485
1905
  id="card-toggle-on-right-example-check"
1486
1906
  name="card-toggle-on-right-example-check"
1487
1907
  aria-labelledby="card-toggle-on-right-example"
@@ -1562,10 +1982,7 @@ A card is a generic rectangular container that can be used to build other compon
1562
1982
  | `.pf-m-selected` | `.pf-v5-c-card` | Modifies a selectable card for selected state styling. Can be used in addition to indicating selection via the `.pf-v5-c-card__input`. |
1563
1983
  | `.pf-m-current` | `.pf-v5-c-card` | Modifies a card that is both clickable and selectable for clicked state styling. |
1564
1984
  | `.pf-m-disabled` | `.pf-v5-c-card` | Modifies a card so it is not selectable or clickable. |
1565
- | `.pf-m-hoverable-raised` | `.pf-v5-c-card` | Modifies the card to include hover styles on `:hover`. |
1566
- | `.pf-m-selectable-raised` | `.pf-v5-c-card` | Modifies a selectable card so that it is selectable. |
1567
- | `.pf-m-selected-raised` | `.pf-v5-c-card.pf-m-selectable-raised` | Modifies a selectable card for the selected state. |
1568
- | `.pf-m-non-selectable-raised` | `.pf-v5-c-card` | Modifies a selectable card so that it is not selectable. |
1985
+ | `.pf-m-secondary` | `.pf-v5-c-card` | Modifies the card to have secondary styling. |
1569
1986
  | `.pf-m-flat` | `.pf-v5-c-card` | Modifies the card to have a border instead of a shadow. `.pf-m-flat` is for use in layouts where cards are against a white background. |
1570
1987
  | `.pf-m-rounded` | `.pf-v5-c-card` | Modifies the card to have rounded corners. |
1571
1988
  | `.pf-m-plain` | `.pf-v5-c-card` | Modifies the card to have no box shadow and no background color. |