@patternfly/patternfly 6.0.0-alpha.90 → 6.0.0-alpha.92

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 (259) hide show
  1. package/base/patternfly-common.css +10 -10
  2. package/base/patternfly-globals.css +3 -3
  3. package/base/patternfly-icons.css +1 -1
  4. package/base/patternfly-themes.css +53 -53
  5. package/base/patternfly-variables.css +236 -245
  6. package/base/tokens/_tokens-font.scss +0 -11
  7. package/components/AboutModalBox/about-modal-box.css +102 -102
  8. package/components/Accordion/accordion.css +118 -118
  9. package/components/ActionList/action-list.css +16 -16
  10. package/components/Alert/alert-group.css +50 -50
  11. package/components/Alert/alert.css +161 -161
  12. package/components/AppLauncher/app-launcher.css +167 -167
  13. package/components/Avatar/avatar.css +116 -116
  14. package/components/BackToTop/back-to-top.css +21 -21
  15. package/components/Backdrop/backdrop.css +9 -9
  16. package/components/BackgroundImage/background-image.css +15 -15
  17. package/components/Badge/badge.css +35 -35
  18. package/components/Banner/banner.css +114 -114
  19. package/components/Brand/brand.css +28 -28
  20. package/components/Breadcrumb/breadcrumb.css +62 -62
  21. package/components/Button/button.css +514 -514
  22. package/components/CalendarMonth/calendar-month.css +144 -144
  23. package/components/Card/card.css +230 -230
  24. package/components/Check/check.css +43 -43
  25. package/components/Chip/chip-group.css +60 -60
  26. package/components/Chip/chip.css +83 -83
  27. package/components/ClipboardCopy/clipboard-copy.css +71 -71
  28. package/components/CodeBlock/code-block.css +35 -35
  29. package/components/CodeEditor/code-editor.css +121 -121
  30. package/components/Content/content.css +216 -216
  31. package/components/ContextSelector/context-selector.css +251 -251
  32. package/components/DataList/data-list-grid.css +182 -182
  33. package/components/DataList/data-list.css +468 -468
  34. package/components/DatePicker/date-picker.css +35 -35
  35. package/components/DescriptionList/description-list-order.css +90 -90
  36. package/components/DescriptionList/description-list.css +193 -193
  37. package/components/Divider/divider.css +143 -143
  38. package/components/DragDrop/drag-drop.css +46 -46
  39. package/components/Drawer/drawer.css +474 -474
  40. package/components/Dropdown/dropdown.css +457 -457
  41. package/components/DualListSelector/dual-list-selector.css +199 -199
  42. package/components/EmptyState/empty-state.css +104 -104
  43. package/components/ExpandableSection/expandable-section.css +113 -113
  44. package/components/FileUpload/file-upload.css +32 -32
  45. package/components/Form/form.css +281 -281
  46. package/components/FormControl/form-control.css +197 -197
  47. package/components/HelperText/helper-text.css +51 -51
  48. package/components/Hint/hint.css +46 -46
  49. package/components/Icon/icon.css +218 -218
  50. package/components/InlineEdit/inline-edit.css +43 -43
  51. package/components/InputGroup/input-group.css +52 -52
  52. package/components/JumpLinks/jump-links.css +183 -183
  53. package/components/Label/label-group.css +86 -86
  54. package/components/Label/label.css +438 -438
  55. package/components/List/list.css +53 -53
  56. package/components/LogViewer/log-viewer.css +138 -138
  57. package/components/Login/login.css +139 -139
  58. package/components/Masthead/masthead.css +319 -319
  59. package/components/Menu/menu.css +415 -415
  60. package/components/MenuToggle/menu-toggle.css +275 -275
  61. package/components/ModalBox/modal-box.css +121 -121
  62. package/components/MultipleFileUpload/multiple-file-upload.css +163 -163
  63. package/components/Nav/nav.css +225 -225
  64. package/components/NotificationBadge/notification-badge.css +66 -66
  65. package/components/NotificationDrawer/notification-drawer.css +179 -179
  66. package/components/NumberInput/number-input.css +20 -20
  67. package/components/OptionsMenu/options-menu.css +190 -190
  68. package/components/OverflowMenu/overflow-menu.css +19 -19
  69. package/components/Page/page.css +598 -598
  70. package/components/Pagination/pagination.css +220 -220
  71. package/components/Panel/panel.css +72 -72
  72. package/components/Popover/popover.css +148 -148
  73. package/components/Progress/progress.css +80 -80
  74. package/components/ProgressStepper/progress-stepper.css +514 -514
  75. package/components/Radio/radio.css +44 -44
  76. package/components/Select/select.css +423 -423
  77. package/components/Sidebar/sidebar.css +166 -166
  78. package/components/SimpleList/simple-list.css +53 -53
  79. package/components/Skeleton/skeleton.css +112 -112
  80. package/components/SkipToContent/skip-to-content.css +8 -8
  81. package/components/Slider/slider.css +144 -144
  82. package/components/Spinner/spinner.css +36 -36
  83. package/components/Switch/switch.css +89 -89
  84. package/components/TabContent/tab-content.css +34 -34
  85. package/components/Table/table-grid.css +911 -911
  86. package/components/Table/table-scrollable.css +38 -38
  87. package/components/Table/table-tree-view.css +497 -497
  88. package/components/Table/table.css +660 -660
  89. package/components/Tabs/tabs.css +616 -616
  90. package/components/TextInputGroup/text-input-group.css +88 -88
  91. package/components/Tile/tile.css +68 -68
  92. package/components/Timestamp/timestamp.css +29 -29
  93. package/components/Title/title.css +87 -87
  94. package/components/ToggleGroup/toggle-group.css +86 -86
  95. package/components/Toolbar/toolbar.css +2279 -2279
  96. package/components/Tooltip/tooltip.css +85 -85
  97. package/components/TreeView/tree-view.css +363 -363
  98. package/components/Truncate/truncate.css +15 -15
  99. package/components/Wizard/wizard.css +272 -272
  100. package/docs/components/AboutModalBox/examples/AboutModalBox.md +11 -11
  101. package/docs/components/Accordion/examples/Accordion.md +188 -188
  102. package/docs/components/ActionList/examples/ActionList.md +55 -55
  103. package/docs/components/Alert/examples/Alert.md +222 -222
  104. package/docs/components/AppLauncher/deprecated/application-launcher.md +146 -146
  105. package/docs/components/Avatar/examples/Avatar.md +6 -6
  106. package/docs/components/BackToTop/examples/BackToTop.md +3 -3
  107. package/docs/components/Backdrop/examples/Backdrop.md +1 -1
  108. package/docs/components/BackgroundImage/examples/BackgroundImage.md +2 -2
  109. package/docs/components/Badge/examples/Badge.md +17 -17
  110. package/docs/components/Banner/examples/Banner.md +42 -42
  111. package/docs/components/Brand/examples/Brand.md +4 -4
  112. package/docs/components/Breadcrumb/examples/Breadcrumb.md +90 -90
  113. package/docs/components/Button/examples/Button.md +364 -364
  114. package/docs/components/CalendarMonth/examples/CalendarMonth.md +436 -436
  115. package/docs/components/Card/examples/Card.md +515 -515
  116. package/docs/components/Check/examples/Check.md +37 -37
  117. package/docs/components/Chip/examples/Chip.md +216 -216
  118. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +82 -82
  119. package/docs/components/CodeBlock/examples/CodeBlock.md +39 -39
  120. package/docs/components/CodeEditor/examples/CodeEditor.md +85 -85
  121. package/docs/components/Content/examples/Content.md +1 -1
  122. package/docs/components/ContextSelector/deprecated/context-selector.md +160 -160
  123. package/docs/components/DataList/examples/DataList.md +666 -666
  124. package/docs/components/DatePicker/examples/DatePicker.md +54 -54
  125. package/docs/components/DescriptionList/examples/DescriptionList.md +737 -737
  126. package/docs/components/Divider/examples/Divider.md +18 -18
  127. package/docs/components/DragDrop/examples/DragDrop.md +27 -27
  128. package/docs/components/Drawer/examples/Drawer.md +225 -225
  129. package/docs/components/Dropdown/deprecated/Dropdown.md +541 -541
  130. package/docs/components/DualListSelector/examples/DualListSelector.md +1012 -1012
  131. package/docs/components/EmptyState/examples/EmptyState.md +100 -100
  132. package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -47
  133. package/docs/components/FileUpload/examples/FileUpload.md +94 -94
  134. package/docs/components/Form/examples/Form.md +226 -226
  135. package/docs/components/FormControl/examples/FormControl.md +65 -65
  136. package/docs/components/HelperText/examples/HelperText.md +72 -72
  137. package/docs/components/Hint/examples/Hint.md +44 -44
  138. package/docs/components/Icon/examples/Icon.md +85 -85
  139. package/docs/components/InlineEdit/examples/InlineEdit.md +209 -209
  140. package/docs/components/InputGroup/examples/InputGroup.md +73 -73
  141. package/docs/components/JumpLinks/examples/JumpLinks.md +285 -285
  142. package/docs/components/Label/examples/Label.md +1717 -1717
  143. package/docs/components/List/examples/List.md +30 -30
  144. package/docs/components/LogViewer/examples/LogViewer.md +1785 -1785
  145. package/docs/components/Login/examples/Login.md +287 -287
  146. package/docs/components/Masthead/examples/masthead.md +39 -39
  147. package/docs/components/Menu/examples/Menu.md +2377 -2377
  148. package/docs/components/MenuToggle/examples/MenuToggle.md +242 -242
  149. package/docs/components/ModalBox/examples/ModalBox.md +119 -119
  150. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +192 -192
  151. package/docs/components/Nav/examples/Navigation.md +856 -856
  152. package/docs/components/NotificationBadge/examples/NotificationBadge.md +42 -42
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +659 -659
  154. package/docs/components/NumberInput/examples/NumberInput.md +127 -127
  155. package/docs/components/OptionsMenu/deprecated/options-menu.md +178 -178
  156. package/docs/components/OverflowMenu/examples/overflow-menu.md +97 -97
  157. package/docs/components/Page/deprecated/PageHeader.md +85 -85
  158. package/docs/components/Page/examples/Page.md +90 -90
  159. package/docs/components/Pagination/examples/Pagination.md +285 -285
  160. package/docs/components/Panel/examples/Panel.md +38 -38
  161. package/docs/components/Popover/examples/Popover.md +169 -169
  162. package/docs/components/Progress/examples/Progress.md +145 -145
  163. package/docs/components/ProgressStepper/examples/ProgressStepper.md +295 -295
  164. package/docs/components/Radio/examples/Radio.md +33 -33
  165. package/docs/components/Select/deprecated/Select.md +736 -736
  166. package/docs/components/Sidebar/examples/Sidebar.md +65 -65
  167. package/docs/components/SimpleList/examples/SimpleList.md +39 -39
  168. package/docs/components/Skeleton/examples/Skeleton.md +29 -29
  169. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -3
  170. package/docs/components/Slider/examples/Slider.md +213 -213
  171. package/docs/components/Spinner/examples/Spinner.md +14 -14
  172. package/docs/components/Switch/examples/Switch.md +58 -58
  173. package/docs/components/TabContent/examples/TabContent.md +24 -24
  174. package/docs/components/Table/examples/Table.md +6982 -6982
  175. package/docs/components/Tabs/examples/Tabs.md +2114 -2114
  176. package/docs/components/TextInputGroup/examples/TextInputGroup.md +373 -373
  177. package/docs/components/Tile/examples/Tile.md +131 -131
  178. package/docs/components/Timestamp/examples/Timestamp.md +10 -10
  179. package/docs/components/Title/examples/Title.md +12 -12
  180. package/docs/components/ToggleGroup/examples/toggle-group.md +116 -116
  181. package/docs/components/Toolbar/examples/Toolbar.md +611 -611
  182. package/docs/components/Tooltip/examples/Tooltip.md +27 -27
  183. package/docs/components/TreeView/examples/TreeView.md +1166 -1166
  184. package/docs/components/Truncate/examples/Truncate.md +7 -7
  185. package/docs/components/Wizard/examples/Wizard.md +522 -522
  186. package/docs/demos/AboutModal/examples/AboutModal.md +106 -106
  187. package/docs/demos/Alert/examples/Alert.md +391 -391
  188. package/docs/demos/BackToTop/examples/BackToTop.md +175 -175
  189. package/docs/demos/Banner/examples/Banner.md +364 -364
  190. package/docs/demos/Button/examples/Button.md +50 -50
  191. package/docs/demos/Card/examples/Card.md +1054 -1054
  192. package/docs/demos/CardView/examples/CardView.md +378 -378
  193. package/docs/demos/ContextSelector/examples/ContextSelector.md +449 -449
  194. package/docs/demos/Dashboard/examples/Dashboard.md +541 -541
  195. package/docs/demos/DataList/examples/DataList.md +1148 -1148
  196. package/docs/demos/DescriptionList/examples/DescriptionList.md +544 -544
  197. package/docs/demos/Drawer/examples/Drawer.md +531 -531
  198. package/docs/demos/Form/examples/BasicForms.md +444 -444
  199. package/docs/demos/HelperText/examples/HelperText.md +51 -51
  200. package/docs/demos/JumpLinks/examples/JumpLinks.md +596 -596
  201. package/docs/demos/Masthead/examples/Masthead.md +763 -763
  202. package/docs/demos/Modal/examples/Modal.md +645 -645
  203. package/docs/demos/Nav/examples/Nav.md +649 -649
  204. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1570 -1570
  205. package/docs/demos/Page/examples/Page.md +1330 -1330
  206. package/docs/demos/Page/examples/Penta.md +217 -217
  207. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +23 -23
  208. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +108 -108
  209. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1890 -1890
  210. package/docs/demos/Skeleton/examples/Skeleton.md +176 -176
  211. package/docs/demos/Table/examples/Table.md +4580 -4580
  212. package/docs/demos/Tabs/examples/Tabs.md +1040 -1040
  213. package/docs/demos/Toolbar/examples/Toolbar.md +961 -961
  214. package/docs/demos/Wizard/examples/Wizard.md +1574 -1574
  215. package/docs/layouts/Bullseye/examples/Bullseye.md +2 -2
  216. package/docs/layouts/Flex/examples/Flex.md +290 -290
  217. package/docs/layouts/Gallery/examples/Gallery.md +48 -48
  218. package/docs/layouts/Grid/examples/Grid.md +121 -121
  219. package/docs/layouts/Level/examples/Level.md +11 -11
  220. package/docs/layouts/Split/examples/Split.md +23 -23
  221. package/docs/layouts/Stack/examples/Stack.md +8 -8
  222. package/docs/utilities/Accessibility/examples/Accessibility.md +3 -3
  223. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  224. package/docs/utilities/Display/examples/Display.md +16 -16
  225. package/docs/utilities/Flex/examples/Flex.md +53 -53
  226. package/docs/utilities/Float/examples/Float.md +2 -2
  227. package/docs/utilities/Spacing/examples/Spacing.md +16 -16
  228. package/layouts/Bullseye/bullseye.css +3 -3
  229. package/layouts/Flex/flex.css +1276 -1276
  230. package/layouts/Gallery/gallery.css +34 -34
  231. package/layouts/Grid/grid.css +531 -531
  232. package/layouts/Level/level.css +4 -4
  233. package/layouts/Split/split.css +6 -6
  234. package/layouts/Stack/stack.css +5 -5
  235. package/package.json +5 -5
  236. package/patternfly-addons.css +2989 -2989
  237. package/patternfly-base-no-globals-theme-dark-unversioned.css +269 -278
  238. package/patternfly-base-no-globals.css +284 -293
  239. package/patternfly-base-theme-dark-unversioned.css +271 -280
  240. package/patternfly-base.css +286 -295
  241. package/patternfly-charts-theme-dark-unversioned.css +66 -66
  242. package/patternfly-charts-theme-dark.css +66 -66
  243. package/patternfly-charts.css +320 -320
  244. package/patternfly-no-globals.css +20217 -20226
  245. package/patternfly-theme-dark-unversioned.css +20209 -20218
  246. package/patternfly.css +20219 -20228
  247. package/patternfly.min.css +1 -1
  248. package/patternfly.min.css.map +1 -1
  249. package/sass-utilities/_init.scss +1 -1
  250. package/utilities/Accessibility/accessibility.css +18 -18
  251. package/utilities/Alignment/alignment.css +24 -24
  252. package/utilities/BackgroundColor/BackgroundColor.css +252 -252
  253. package/utilities/BoxShadow/box-shadow.css +42 -42
  254. package/utilities/Display/display.css +54 -54
  255. package/utilities/Flex/flex.css +228 -228
  256. package/utilities/Float/float.css +12 -12
  257. package/utilities/Sizing/sizing.css +216 -216
  258. package/utilities/Spacing/spacing.css +1512 -1512
  259. package/utilities/Text/text.css +631 -631
@@ -1,316 +1,316 @@
1
1
  :where(:root),
2
- :where(.pf-v5-c-card) {
3
- --pf-v5-c-card--BackgroundColor: var(--pf-t--global--background--color--primary--default);
4
- --pf-v5-c-card--BorderColor: var(--pf-t--global--border--color--default);
5
- --pf-v5-c-card--BorderStyle: solid;
6
- --pf-v5-c-card--BorderWidth: var(--pf-t--global--border--width--box--default);
7
- --pf-v5-c-card--BorderRadius: var(--pf-t--global--border--radius--medium);
8
- --pf-v5-c-card--first-child--PaddingTop: var(--pf-t--global--spacer--lg);
9
- --pf-v5-c-card--child--PaddingRight: var(--pf-t--global--spacer--lg);
10
- --pf-v5-c-card--child--PaddingBottom: var(--pf-t--global--spacer--lg);
11
- --pf-v5-c-card--child--PaddingLeft: var(--pf-t--global--spacer--lg);
12
- --pf-v5-c-card--c-divider--child--PaddingTop: var(--pf-t--global--spacer--lg);
13
- --pf-v5-c-card__title--not--last-child--PaddingBottom: var(--pf-t--global--spacer--md);
14
- --pf-v5-c-card__title-text--Color: var(--pf-t--global--text--color--regular);
15
- --pf-v5-c-card__title-text--FontFamily: var(--pf-t--global--font--family--heading);
16
- --pf-v5-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--sm);
17
- --pf-v5-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
18
- --pf-v5-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
19
- --pf-v5-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
20
- --pf-v5-c-card__body--FontSize: var(--pf-t--global--font--size--body--default);
21
- --pf-v5-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
22
- --pf-v5-c-card__footer--Color: var(--pf-t--global--text--color--subtle);
23
- --pf-v5-c-card__actions--PaddingLeft: var(--pf-t--global--spacer--md);
24
- --pf-v5-c-card__actions--Gap: var(--pf-t--global--spacer--sm);
25
- --pf-v5-c-card__actions--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
26
- --pf-v5-c-card__actions--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
27
- --pf-v5-c-card__header-toggle--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
28
- --pf-v5-c-card__header-toggle--MarginRight: var(--pf-t--global--spacer--xs);
29
- --pf-v5-c-card__header-toggle--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
30
- --pf-v5-c-card__header-toggle--MarginLeft: calc(var(--pf-t--global--spacer--md) * -1);
31
- --pf-v5-c-card__header-toggle-icon--Transition: var(--pf-v5-global--Transition);
32
- --pf-v5-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
33
- --pf-v5-c-card--m-selectable--BorderWidth: var(--pf-v5-c-card--BorderWidth);
34
- --pf-v5-c-card--m-selectable--m-selected--BorderColor: var(--pf-t--global--border--color--clicked);
35
- --pf-v5-c-card--m-selectable--m-selected--BorderWidth: var(--pf-t--global--border--width--box--clicked);
36
- --pf-v5-c-card--m-selectable--hover--BorderColor: var(--pf-t--global--border--color--hover);
37
- --pf-v5-c-card--m-selectable--focus--BorderColor: var(--pf-t--global--border--color--hover);
38
- --pf-v5-c-card--m-selectable--focus--BorderWidth: var(--pf-t--global--border--width--box--hover);
39
- --pf-v5-c-card--m-selectable--m-selected--focus--BorderColor: var(--pf-t--global--border--color--clicked);
40
- --pf-v5-c-card--m-selectable--m-selected--focus--BorderWidth: var(--pf-t--global--border--width--box--clicked);
41
- --pf-v5-c-card--m-selectable--m-disabled__title-text--Color: var(--pf-t--global--text--color--on-disabled);
42
- --pf-v5-c-card--m-selectable--m-disabled__body--Color: var(--pf-t--global--text--color--on-disabled);
43
- --pf-v5-c-card--m-selectable--m-disabled__footer--Color: var(--pf-t--global--text--color--on-disabled);
44
- --pf-v5-c-card--m-selectable--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
45
- --pf-v5-c-card--m-selectable--m-disabled--BorderColor: transparent;
46
- --pf-v5-c-card--m-selectable--m-clickable--m-current--BorderColor: var(--pf-t--global--border--color--clicked);
47
- --pf-v5-c-card--m-selectable--m-clickable--m-current--BorderWidth: var(--pf-t--global--border--width--box--clicked);
48
- --pf-v5-c-card--m-compact__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
49
- --pf-v5-c-card--m-compact__body--FontSize: var(--pf-t--global--font--size--body--default);
50
- --pf-v5-c-card--m-compact__footer--FontSize: var(--pf-t--global--font--size--body--sm);
51
- --pf-v5-c-card--m-compact--first-child--PaddingTop: var(--pf-t--global--spacer--md);
52
- --pf-v5-c-card--m-compact--child--PaddingRight: var(--pf-t--global--spacer--md);
53
- --pf-v5-c-card--m-compact--child--PaddingBottom: var(--pf-t--global--spacer--md);
54
- --pf-v5-c-card--m-compact--child--PaddingLeft: var(--pf-t--global--spacer--md);
55
- --pf-v5-c-card--m-compact--c-divider--child--PaddingTop: var(--pf-t--global--spacer--md);
56
- --pf-v5-c-card--m-compact__title--not--last-child--PaddingBottom: var(--pf-t--global--spacer--sm);
57
- --pf-v5-c-card--m-display-lg__title-text--FontSize: var(--pf-t--global--font--size--heading--md);
58
- --pf-v5-c-card--m-display-lg__body--FontSize: var(--pf-t--global--font--size--body--lg);
59
- --pf-v5-c-card--m-display-lg__footer--FontSize: var(--pf-t--global--font--size--body--default);
60
- --pf-v5-c-card--m-display-lg--first-child--PaddingTop: var(--pf-t--global--spacer--xl);
61
- --pf-v5-c-card--m-display-lg--child--PaddingRight: var(--pf-t--global--spacer--xl);
62
- --pf-v5-c-card--m-display-lg--child--PaddingBottom: var(--pf-t--global--spacer--xl);
63
- --pf-v5-c-card--m-display-lg--child--PaddingLeft: var(--pf-t--global--spacer--xl);
64
- --pf-v5-c-card--m-display-lg--c-divider--child--PaddingTop: var(--pf-t--global--spacer--xl);
65
- --pf-v5-c-card--m-display-lg__title--not--last-child--PaddingBottom: var(--pf-t--global--spacer--lg);
66
- --pf-v5-c-card--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
67
- --pf-v5-c-card--m-secondary--BorderColor: transparent;
68
- --pf-v5-c-card--m-full-height--Height: 100%;
69
- --pf-v5-c-card--m-plain--BorderColor: transparent;
70
- --pf-v5-c-card--m-plain--BackgroundColor: transparent;
71
- --pf-v5-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-v5-global--spacer--form-element) * -1);
72
- --pf-v5-c-card__header--m-toggle-right--toggle--MarginLeft: var(--pf-t--global--spacer--xs);
2
+ :where(.pf-v6-c-card) {
3
+ --pf-v6-c-card--BackgroundColor: var(--pf-t--global--background--color--primary--default);
4
+ --pf-v6-c-card--BorderColor: var(--pf-t--global--border--color--default);
5
+ --pf-v6-c-card--BorderStyle: solid;
6
+ --pf-v6-c-card--BorderWidth: var(--pf-t--global--border--width--box--default);
7
+ --pf-v6-c-card--BorderRadius: var(--pf-t--global--border--radius--medium);
8
+ --pf-v6-c-card--first-child--PaddingTop: var(--pf-t--global--spacer--lg);
9
+ --pf-v6-c-card--child--PaddingRight: var(--pf-t--global--spacer--lg);
10
+ --pf-v6-c-card--child--PaddingBottom: var(--pf-t--global--spacer--lg);
11
+ --pf-v6-c-card--child--PaddingLeft: var(--pf-t--global--spacer--lg);
12
+ --pf-v6-c-card--c-divider--child--PaddingTop: var(--pf-t--global--spacer--lg);
13
+ --pf-v6-c-card__title--not--last-child--PaddingBottom: var(--pf-t--global--spacer--md);
14
+ --pf-v6-c-card__title-text--Color: var(--pf-t--global--text--color--regular);
15
+ --pf-v6-c-card__title-text--FontFamily: var(--pf-t--global--font--family--heading);
16
+ --pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--sm);
17
+ --pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
18
+ --pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
19
+ --pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
20
+ --pf-v6-c-card__body--FontSize: var(--pf-t--global--font--size--body--default);
21
+ --pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
22
+ --pf-v6-c-card__footer--Color: var(--pf-t--global--text--color--subtle);
23
+ --pf-v6-c-card__actions--PaddingLeft: var(--pf-t--global--spacer--md);
24
+ --pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--sm);
25
+ --pf-v6-c-card__actions--MarginTop: calc(var(--pf-v6-global--spacer--form-element) * -1);
26
+ --pf-v6-c-card__actions--MarginBottom: calc(var(--pf-v6-global--spacer--form-element) * -1);
27
+ --pf-v6-c-card__header-toggle--MarginTop: calc(var(--pf-v6-global--spacer--form-element) * -1);
28
+ --pf-v6-c-card__header-toggle--MarginRight: var(--pf-t--global--spacer--xs);
29
+ --pf-v6-c-card__header-toggle--MarginBottom: calc(var(--pf-v6-global--spacer--form-element) * -1);
30
+ --pf-v6-c-card__header-toggle--MarginLeft: calc(var(--pf-t--global--spacer--md) * -1);
31
+ --pf-v6-c-card__header-toggle-icon--Transition: var(--pf-v6-global--Transition);
32
+ --pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
33
+ --pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
34
+ --pf-v6-c-card--m-selectable--m-selected--BorderColor: var(--pf-t--global--border--color--clicked);
35
+ --pf-v6-c-card--m-selectable--m-selected--BorderWidth: var(--pf-t--global--border--width--box--clicked);
36
+ --pf-v6-c-card--m-selectable--hover--BorderColor: var(--pf-t--global--border--color--hover);
37
+ --pf-v6-c-card--m-selectable--focus--BorderColor: var(--pf-t--global--border--color--hover);
38
+ --pf-v6-c-card--m-selectable--focus--BorderWidth: var(--pf-t--global--border--width--box--hover);
39
+ --pf-v6-c-card--m-selectable--m-selected--focus--BorderColor: var(--pf-t--global--border--color--clicked);
40
+ --pf-v6-c-card--m-selectable--m-selected--focus--BorderWidth: var(--pf-t--global--border--width--box--clicked);
41
+ --pf-v6-c-card--m-selectable--m-disabled__title-text--Color: var(--pf-t--global--text--color--on-disabled);
42
+ --pf-v6-c-card--m-selectable--m-disabled__body--Color: var(--pf-t--global--text--color--on-disabled);
43
+ --pf-v6-c-card--m-selectable--m-disabled__footer--Color: var(--pf-t--global--text--color--on-disabled);
44
+ --pf-v6-c-card--m-selectable--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
45
+ --pf-v6-c-card--m-selectable--m-disabled--BorderColor: transparent;
46
+ --pf-v6-c-card--m-selectable--m-clickable--m-current--BorderColor: var(--pf-t--global--border--color--clicked);
47
+ --pf-v6-c-card--m-selectable--m-clickable--m-current--BorderWidth: var(--pf-t--global--border--width--box--clicked);
48
+ --pf-v6-c-card--m-compact__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
49
+ --pf-v6-c-card--m-compact__body--FontSize: var(--pf-t--global--font--size--body--default);
50
+ --pf-v6-c-card--m-compact__footer--FontSize: var(--pf-t--global--font--size--body--sm);
51
+ --pf-v6-c-card--m-compact--first-child--PaddingTop: var(--pf-t--global--spacer--md);
52
+ --pf-v6-c-card--m-compact--child--PaddingRight: var(--pf-t--global--spacer--md);
53
+ --pf-v6-c-card--m-compact--child--PaddingBottom: var(--pf-t--global--spacer--md);
54
+ --pf-v6-c-card--m-compact--child--PaddingLeft: var(--pf-t--global--spacer--md);
55
+ --pf-v6-c-card--m-compact--c-divider--child--PaddingTop: var(--pf-t--global--spacer--md);
56
+ --pf-v6-c-card--m-compact__title--not--last-child--PaddingBottom: var(--pf-t--global--spacer--sm);
57
+ --pf-v6-c-card--m-display-lg__title-text--FontSize: var(--pf-t--global--font--size--heading--md);
58
+ --pf-v6-c-card--m-display-lg__body--FontSize: var(--pf-t--global--font--size--body--lg);
59
+ --pf-v6-c-card--m-display-lg__footer--FontSize: var(--pf-t--global--font--size--body--default);
60
+ --pf-v6-c-card--m-display-lg--first-child--PaddingTop: var(--pf-t--global--spacer--xl);
61
+ --pf-v6-c-card--m-display-lg--child--PaddingRight: var(--pf-t--global--spacer--xl);
62
+ --pf-v6-c-card--m-display-lg--child--PaddingBottom: var(--pf-t--global--spacer--xl);
63
+ --pf-v6-c-card--m-display-lg--child--PaddingLeft: var(--pf-t--global--spacer--xl);
64
+ --pf-v6-c-card--m-display-lg--c-divider--child--PaddingTop: var(--pf-t--global--spacer--xl);
65
+ --pf-v6-c-card--m-display-lg__title--not--last-child--PaddingBottom: var(--pf-t--global--spacer--lg);
66
+ --pf-v6-c-card--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
67
+ --pf-v6-c-card--m-secondary--BorderColor: transparent;
68
+ --pf-v6-c-card--m-full-height--Height: 100%;
69
+ --pf-v6-c-card--m-plain--BorderColor: transparent;
70
+ --pf-v6-c-card--m-plain--BackgroundColor: transparent;
71
+ --pf-v6-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-v6-global--spacer--form-element) * -1);
72
+ --pf-v6-c-card__header--m-toggle-right--toggle--MarginLeft: var(--pf-t--global--spacer--xs);
73
73
  }
74
74
 
75
- .pf-v5-c-card {
75
+ .pf-v6-c-card {
76
76
  position: relative;
77
77
  display: flex;
78
78
  flex-direction: column;
79
79
  overflow: auto;
80
- background-color: var(--pf-v5-c-card--BackgroundColor);
81
- border: var(--pf-v5-c-card--BorderColor) var(--pf-v5-c-card--BorderStyle) var(--pf-v5-c-card--BorderWidth);
82
- border-radius: var(--pf-v5-c-card--BorderRadius);
80
+ background-color: var(--pf-v6-c-card--BackgroundColor);
81
+ border: var(--pf-v6-c-card--BorderColor) var(--pf-v6-c-card--BorderStyle) var(--pf-v6-c-card--BorderWidth);
82
+ border-radius: var(--pf-v6-c-card--BorderRadius);
83
83
  }
84
- .pf-v5-c-card.pf-m-selectable .pf-v5-c-card__selectable-actions :is(.pf-v5-c-check, .pf-v5-c-radio) {
84
+ .pf-v6-c-card.pf-m-selectable .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check, .pf-v6-c-radio) {
85
85
  gap: 0;
86
86
  }
87
- .pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
87
+ .pf-v6-c-card.pf-m-selectable, .pf-v6-c-card.pf-m-clickable {
88
88
  isolation: isolate;
89
89
  border: none;
90
90
  }
91
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-check__label,
92
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-radio__label {
91
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-check__label,
92
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-radio__label {
93
93
  position: unset;
94
94
  }
95
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-check__label::before,
96
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-radio__label::before {
95
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-check__label::before,
96
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-radio__label::before {
97
97
  position: absolute;
98
98
  inset: 0;
99
99
  cursor: pointer;
100
100
  }
101
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-check__input:where(:focus-visible) ~ .pf-v5-c-check__label,
102
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-radio__input:where(:focus-visible) ~ .pf-v5-c-radio__label {
103
- --pf-v5-c-card--BackgroundColor: revert;
104
- --pf-v5-c-card--BorderColor: revert;
105
- }
106
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-check__input:where(:checked) ~ .pf-v5-c-check__label,
107
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-radio__input:where(:checked) ~ .pf-v5-c-radio__label, .pf-v5-c-card.pf-m-selectable.pf-m-clickable.pf-m-selected {
108
- --pf-v5-c-card--BorderColor: revert;
109
- --pf-v5-c-card--m-selectable--BorderWidth: revert;
110
- }
111
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable.pf-m-current {
112
- --pf-v5-c-card--BorderColor: var(--pf-v5-c-card--m-selectable--m-clickable--m-current--BorderColor);
113
- --pf-v5-c-card--BorderWidth: var(--pf-v5-c-card--m-selectable--m-clickable--m-current--BorderWidth);
114
- }
115
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-check__input:where(:disabled) ~ .pf-v5-c-check__label,
116
- .pf-v5-c-card.pf-m-selectable.pf-m-clickable .pf-v5-c-card__selectable-actions .pf-v5-c-radio__input:where(:disabled) ~ .pf-v5-c-radio__label, .pf-v5-c-card.pf-m-selectable.pf-m-clickable.pf-m-disabled {
117
- --pf-v5-c-card--BackgroundColor: var(--pf-v5-c-card--m-selectable--m-disabled--BackgroundColor);
118
- }
119
- .pf-v5-c-card.pf-m-compact {
120
- --pf-v5-c-card__title-text--FontSize: var(--pf-v5-c-card--m-compact__title-text--FontSize);
121
- --pf-v5-c-card__body--FontSize: var(--pf-v5-c-card--m-compact__body--FontSize);
122
- --pf-v5-c-card__footer--FontSize: var(--pf-v5-c-card--m-compact__footer--FontSize);
123
- --pf-v5-c-card--first-child--PaddingTop: var(--pf-v5-c-card--m-compact--first-child--PaddingTop);
124
- --pf-v5-c-card--child--PaddingRight: var(--pf-v5-c-card--m-compact--child--PaddingRight);
125
- --pf-v5-c-card--child--PaddingBottom: var(--pf-v5-c-card--m-compact--child--PaddingBottom);
126
- --pf-v5-c-card--child--PaddingLeft: var(--pf-v5-c-card--m-compact--child--PaddingLeft);
127
- --pf-v5-c-card--c-divider--child--PaddingTop: var(--pf-v5-c-card--m-compact--c-divider--child--PaddingTop);
128
- --pf-v5-c-card__title--not--last-child--PaddingBottom: var(--pf-v5-c-card--m-compact__title--not--last-child--PaddingBottom);
129
- }
130
- .pf-v5-c-card.pf-m-display-lg {
131
- --pf-v5-c-card__title-text--FontSize: var(--pf-v5-c-card--m-display-lg__title-text--FontSize);
132
- --pf-v5-c-card__body--FontSize: var(--pf-v5-c-card--m-display-lg__body--FontSize);
133
- --pf-v5-c-card__footer--FontSize: var(--pf-v5-c-card--m-display-lg__footer--FontSize);
134
- --pf-v5-c-card--first-child--PaddingTop: var(--pf-v5-c-card--m-display-lg--first-child--PaddingTop);
135
- --pf-v5-c-card--child--PaddingRight: var(--pf-v5-c-card--m-display-lg--child--PaddingRight);
136
- --pf-v5-c-card--child--PaddingBottom: var(--pf-v5-c-card--m-display-lg--child--PaddingBottom);
137
- --pf-v5-c-card--child--PaddingLeft: var(--pf-v5-c-card--m-display-lg--child--PaddingLeft);
138
- --pf-v5-c-card--c-divider--child--PaddingTop: var(--pf-v5-c-card--m-display-lg--c-divider--child--PaddingTop);
139
- --pf-v5-c-card__title--not--last-child--PaddingBottom: var(--pf-v5-c-card--m-display-lg__title--not--last-child--PaddingBottom);
140
- }
141
- .pf-v5-c-card.pf-m-secondary {
142
- --pf-v5-c-card--BorderColor: var(--pf-v5-c-card--m-secondary--BorderColor);
143
- --pf-v5-c-card--BackgroundColor: var(--pf-v5-c-card--m-secondary--BackgroundColor);
144
- }
145
- .pf-v5-c-card.pf-m-plain {
146
- --pf-v5-c-card--BorderColor: var(--pf-v5-c-card--m-plain--BorderColor);
147
- --pf-v5-c-card--BackgroundColor: var(--pf-v5-c-card--m-plain--BackgroundColor);
148
- }
149
- .pf-v5-c-card.pf-m-expanded .pf-v5-c-card__header-toggle-icon {
150
- transform: rotate(var(--pf-v5-c-card--m-expanded__header-toggle-icon--Rotate));
151
- }
152
- .pf-v5-c-card.pf-m-full-height {
153
- height: var(--pf-v5-c-card--m-full-height--Height);
154
- }
155
- .pf-v5-c-card > .pf-v5-c-divider + .pf-v5-c-card__header, .pf-v5-c-card > .pf-v5-c-divider + .pf-v5-c-card__title, .pf-v5-c-card > .pf-v5-c-divider + .pf-v5-c-card__body, .pf-v5-c-card > .pf-v5-c-divider + .pf-v5-c-card__footer {
156
- padding-block-start: var(--pf-v5-c-card--c-divider--child--PaddingTop);
101
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-check__input:where(:focus-visible) ~ .pf-v6-c-check__label,
102
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-radio__input:where(:focus-visible) ~ .pf-v6-c-radio__label {
103
+ --pf-v6-c-card--BackgroundColor: revert;
104
+ --pf-v6-c-card--BorderColor: revert;
105
+ }
106
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-check__input:where(:checked) ~ .pf-v6-c-check__label,
107
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-radio__input:where(:checked) ~ .pf-v6-c-radio__label, .pf-v6-c-card.pf-m-selectable.pf-m-clickable.pf-m-selected {
108
+ --pf-v6-c-card--BorderColor: revert;
109
+ --pf-v6-c-card--m-selectable--BorderWidth: revert;
110
+ }
111
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable.pf-m-current {
112
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--m-clickable--m-current--BorderColor);
113
+ --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-selectable--m-clickable--m-current--BorderWidth);
114
+ }
115
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-check__input:where(:disabled) ~ .pf-v6-c-check__label,
116
+ .pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-radio__input:where(:disabled) ~ .pf-v6-c-radio__label, .pf-v6-c-card.pf-m-selectable.pf-m-clickable.pf-m-disabled {
117
+ --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-selectable--m-disabled--BackgroundColor);
118
+ }
119
+ .pf-v6-c-card.pf-m-compact {
120
+ --pf-v6-c-card__title-text--FontSize: var(--pf-v6-c-card--m-compact__title-text--FontSize);
121
+ --pf-v6-c-card__body--FontSize: var(--pf-v6-c-card--m-compact__body--FontSize);
122
+ --pf-v6-c-card__footer--FontSize: var(--pf-v6-c-card--m-compact__footer--FontSize);
123
+ --pf-v6-c-card--first-child--PaddingTop: var(--pf-v6-c-card--m-compact--first-child--PaddingTop);
124
+ --pf-v6-c-card--child--PaddingRight: var(--pf-v6-c-card--m-compact--child--PaddingRight);
125
+ --pf-v6-c-card--child--PaddingBottom: var(--pf-v6-c-card--m-compact--child--PaddingBottom);
126
+ --pf-v6-c-card--child--PaddingLeft: var(--pf-v6-c-card--m-compact--child--PaddingLeft);
127
+ --pf-v6-c-card--c-divider--child--PaddingTop: var(--pf-v6-c-card--m-compact--c-divider--child--PaddingTop);
128
+ --pf-v6-c-card__title--not--last-child--PaddingBottom: var(--pf-v6-c-card--m-compact__title--not--last-child--PaddingBottom);
129
+ }
130
+ .pf-v6-c-card.pf-m-display-lg {
131
+ --pf-v6-c-card__title-text--FontSize: var(--pf-v6-c-card--m-display-lg__title-text--FontSize);
132
+ --pf-v6-c-card__body--FontSize: var(--pf-v6-c-card--m-display-lg__body--FontSize);
133
+ --pf-v6-c-card__footer--FontSize: var(--pf-v6-c-card--m-display-lg__footer--FontSize);
134
+ --pf-v6-c-card--first-child--PaddingTop: var(--pf-v6-c-card--m-display-lg--first-child--PaddingTop);
135
+ --pf-v6-c-card--child--PaddingRight: var(--pf-v6-c-card--m-display-lg--child--PaddingRight);
136
+ --pf-v6-c-card--child--PaddingBottom: var(--pf-v6-c-card--m-display-lg--child--PaddingBottom);
137
+ --pf-v6-c-card--child--PaddingLeft: var(--pf-v6-c-card--m-display-lg--child--PaddingLeft);
138
+ --pf-v6-c-card--c-divider--child--PaddingTop: var(--pf-v6-c-card--m-display-lg--c-divider--child--PaddingTop);
139
+ --pf-v6-c-card__title--not--last-child--PaddingBottom: var(--pf-v6-c-card--m-display-lg__title--not--last-child--PaddingBottom);
140
+ }
141
+ .pf-v6-c-card.pf-m-secondary {
142
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-secondary--BorderColor);
143
+ --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-secondary--BackgroundColor);
144
+ }
145
+ .pf-v6-c-card.pf-m-plain {
146
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-plain--BorderColor);
147
+ --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-plain--BackgroundColor);
148
+ }
149
+ .pf-v6-c-card.pf-m-expanded .pf-v6-c-card__header-toggle-icon {
150
+ transform: rotate(var(--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate));
151
+ }
152
+ .pf-v6-c-card.pf-m-full-height {
153
+ height: var(--pf-v6-c-card--m-full-height--Height);
154
+ }
155
+ .pf-v6-c-card > .pf-v6-c-divider + .pf-v6-c-card__header, .pf-v6-c-card > .pf-v6-c-divider + .pf-v6-c-card__title, .pf-v6-c-card > .pf-v6-c-divider + .pf-v6-c-card__body, .pf-v6-c-card > .pf-v6-c-divider + .pf-v6-c-card__footer {
156
+ padding-block-start: var(--pf-v6-c-card--c-divider--child--PaddingTop);
157
157
  }
158
158
 
159
- .pf-v5-c-card__header {
159
+ .pf-v6-c-card__header {
160
160
  display: flex;
161
161
  flex-direction: row;
162
162
  align-items: center;
163
163
  }
164
- .pf-v5-c-card__header .pf-v5-c-card__title {
165
- --pf-v5-c-card--first-child--PaddingTop: 0;
166
- --pf-v5-c-card__title--not--last-child--PaddingBottom: 0;
164
+ .pf-v6-c-card__header .pf-v6-c-card__title {
165
+ --pf-v6-c-card--first-child--PaddingTop: 0;
166
+ --pf-v6-c-card__title--not--last-child--PaddingBottom: 0;
167
167
  padding: 0;
168
168
  }
169
- .pf-v5-c-card__header.pf-m-toggle-right {
170
- --pf-v5-c-card__header-toggle--MarginRight: var(--pf-v5-c-card__header--m-toggle-right--toggle--MarginRight);
171
- --pf-v5-c-card__header-toggle--MarginLeft: var(--pf-v5-c-card__header--m-toggle-right--toggle--MarginLeft);
169
+ .pf-v6-c-card__header.pf-m-toggle-right {
170
+ --pf-v6-c-card__header-toggle--MarginRight: var(--pf-v6-c-card__header--m-toggle-right--toggle--MarginRight);
171
+ --pf-v6-c-card__header-toggle--MarginLeft: var(--pf-v6-c-card__header--m-toggle-right--toggle--MarginLeft);
172
172
  }
173
- .pf-v5-c-card__header.pf-m-toggle-right .pf-v5-c-card__header-toggle {
173
+ .pf-v6-c-card__header.pf-m-toggle-right .pf-v6-c-card__header-toggle {
174
174
  order: 2;
175
175
  }
176
176
 
177
- .pf-v5-c-card__header-main {
177
+ .pf-v6-c-card__header-main {
178
178
  flex: 1;
179
179
  }
180
180
 
181
- .pf-v5-c-card__header-toggle {
181
+ .pf-v6-c-card__header-toggle {
182
182
  align-self: flex-start;
183
- margin-block-start: var(--pf-v5-c-card__header-toggle--MarginTop);
184
- margin-block-end: var(--pf-v5-c-card__header-toggle--MarginBottom);
185
- margin-inline-start: var(--pf-v5-c-card__header-toggle--MarginLeft);
186
- margin-inline-end: var(--pf-v5-c-card__header-toggle--MarginRight);
183
+ margin-block-start: var(--pf-v6-c-card__header-toggle--MarginTop);
184
+ margin-block-end: var(--pf-v6-c-card__header-toggle--MarginBottom);
185
+ margin-inline-start: var(--pf-v6-c-card__header-toggle--MarginLeft);
186
+ margin-inline-end: var(--pf-v6-c-card__header-toggle--MarginRight);
187
187
  }
188
188
 
189
- .pf-v5-c-card__header-toggle-icon {
189
+ .pf-v6-c-card__header-toggle-icon {
190
190
  display: inline-block;
191
- transition: var(--pf-v5-c-card__header-toggle-icon--Transition);
191
+ transition: var(--pf-v6-c-card__header-toggle-icon--Transition);
192
192
  }
193
- :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-card__header-toggle-icon {
193
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-card__header-toggle-icon {
194
194
  scale: -1 1;
195
195
  }
196
196
 
197
- .pf-v5-c-card__title-text {
198
- font-family: var(--pf-v5-c-card__title-text--FontFamily);
199
- font-size: var(--pf-v5-c-card__title-text--FontSize);
200
- font-weight: var(--pf-v5-c-card__title-text--FontWeight);
201
- line-height: var(--pf-v5-c-card__title-text--LineHeight);
202
- color: var(--pf-v5-c-card__title-text--Color);
197
+ .pf-v6-c-card__title-text {
198
+ font-family: var(--pf-v6-c-card__title-text--FontFamily);
199
+ font-size: var(--pf-v6-c-card__title-text--FontSize);
200
+ font-weight: var(--pf-v6-c-card__title-text--FontWeight);
201
+ line-height: var(--pf-v6-c-card__title-text--LineHeight);
202
+ color: var(--pf-v6-c-card__title-text--Color);
203
203
  }
204
204
 
205
- .pf-v5-c-card__actions {
205
+ .pf-v6-c-card__actions {
206
206
  display: flex;
207
- gap: var(--pf-v5-c-card__actions--Gap);
207
+ gap: var(--pf-v6-c-card__actions--Gap);
208
208
  align-items: center;
209
209
  align-self: flex-start;
210
210
  order: 1;
211
- padding-inline-start: var(--pf-v5-c-card__actions--PaddingLeft);
212
- margin-block-start: var(--pf-v5-c-card__actions--MarginTop);
213
- margin-block-end: var(--pf-v5-c-card__actions--MarginBottom);
211
+ padding-inline-start: var(--pf-v6-c-card__actions--PaddingLeft);
212
+ margin-block-start: var(--pf-v6-c-card__actions--MarginTop);
213
+ margin-block-end: var(--pf-v6-c-card__actions--MarginBottom);
214
214
  margin-inline-start: auto;
215
215
  }
216
- .pf-v5-c-card__actions + .pf-v5-c-card__title,
217
- .pf-v5-c-card__actions + .pf-v5-c-card__body,
218
- .pf-v5-c-card__actions + .pf-v5-c-card__footer {
216
+ .pf-v6-c-card__actions + .pf-v6-c-card__title,
217
+ .pf-v6-c-card__actions + .pf-v6-c-card__body,
218
+ .pf-v6-c-card__actions + .pf-v6-c-card__footer {
219
219
  padding: 0;
220
220
  }
221
- .pf-v5-c-card__actions.pf-m-no-offset {
222
- --pf-v5-c-card__actions--MarginTop: 0;
223
- --pf-v5-c-card__actions--MarginBottom: 0;
221
+ .pf-v6-c-card__actions.pf-m-no-offset {
222
+ --pf-v6-c-card__actions--MarginTop: 0;
223
+ --pf-v6-c-card__actions--MarginBottom: 0;
224
224
  }
225
225
 
226
- .pf-v5-c-card__selectable-actions .pf-v5-c-check__label,
227
- .pf-v5-c-card__selectable-actions .pf-v5-c-radio__label {
226
+ .pf-v6-c-card__selectable-actions .pf-v6-c-check__label,
227
+ .pf-v6-c-card__selectable-actions .pf-v6-c-radio__label {
228
228
  position: absolute;
229
229
  inset: 0;
230
230
  cursor: pointer;
231
231
  }
232
- .pf-v5-c-card__selectable-actions .pf-v5-c-check__label::before,
233
- .pf-v5-c-card__selectable-actions .pf-v5-c-radio__label::before {
232
+ .pf-v6-c-card__selectable-actions .pf-v6-c-check__label::before,
233
+ .pf-v6-c-card__selectable-actions .pf-v6-c-radio__label::before {
234
234
  position: absolute;
235
235
  inset: 0;
236
236
  z-index: -1;
237
237
  content: "";
238
- background-color: var(--pf-v5-c-card--BackgroundColor, transparent);
239
- border: var(--pf-v5-c-card--m-selectable--BorderWidth) solid var(--pf-v5-c-card--BorderColor, transparent);
240
- border-radius: var(--pf-v5-c-card--BorderRadius);
238
+ background-color: var(--pf-v6-c-card--BackgroundColor, transparent);
239
+ border: var(--pf-v6-c-card--m-selectable--BorderWidth) solid var(--pf-v6-c-card--BorderColor, transparent);
240
+ border-radius: var(--pf-v6-c-card--BorderRadius);
241
241
  }
242
- .pf-v5-c-card__selectable-actions .pf-v5-c-check__label:hover,
243
- .pf-v5-c-card__selectable-actions .pf-v5-c-radio__label:hover {
244
- --pf-v5-c-card--BorderColor: var(--pf-v5-c-card--m-selectable--hover--BorderColor);
242
+ .pf-v6-c-card__selectable-actions .pf-v6-c-check__label:hover,
243
+ .pf-v6-c-card__selectable-actions .pf-v6-c-radio__label:hover {
244
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--hover--BorderColor);
245
245
  }
246
246
 
247
- .pf-v5-c-card__selectable-actions .pf-v5-c-check__input:where(:checked) ~ .pf-v5-c-check__label,
248
- .pf-v5-c-card__selectable-actions .pf-v5-c-radio__input:where(:checked) ~ .pf-v5-c-radio__label,
249
- .pf-v5-c-card.pf-m-selected {
250
- --pf-v5-c-card--BorderColor: var(--pf-v5-c-card--m-selectable--m-selected--BorderColor);
251
- --pf-v5-c-card--m-selectable--BorderWidth: var(--pf-v5-c-card--m-selectable--m-selected--BorderWidth);
247
+ .pf-v6-c-card__selectable-actions .pf-v6-c-check__input:where(:checked) ~ .pf-v6-c-check__label,
248
+ .pf-v6-c-card__selectable-actions .pf-v6-c-radio__input:where(:checked) ~ .pf-v6-c-radio__label,
249
+ .pf-v6-c-card.pf-m-selected {
250
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--m-selected--BorderColor);
251
+ --pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--m-selectable--m-selected--BorderWidth);
252
252
  }
253
253
 
254
- .pf-v5-c-card__selectable-actions .pf-v5-c-check__input:where(:focus-visible) ~ .pf-v5-c-check__label,
255
- .pf-v5-c-card__selectable-actions .pf-v5-c-radio__input:where(:focus-visible) ~ .pf-v5-c-radio__label {
256
- --pf-v5-c-card--BorderColor: var(--pf-v5-c-card--m-selectable--focus--BorderColor);
257
- --pf-v5-c-card--BorderWidth: var(--pf-v5-c-card--m-selectable--focus--BorderWidth);
254
+ .pf-v6-c-card__selectable-actions .pf-v6-c-check__input:where(:focus-visible) ~ .pf-v6-c-check__label,
255
+ .pf-v6-c-card__selectable-actions .pf-v6-c-radio__input:where(:focus-visible) ~ .pf-v6-c-radio__label {
256
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--focus--BorderColor);
257
+ --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-selectable--focus--BorderWidth);
258
258
  }
259
259
 
260
- .pf-v5-c-card__selectable-actions .pf-v5-c-check__input:where(:focus-visible):where(:checked) ~ .pf-v5-c-check__label,
261
- .pf-v5-c-card__selectable-actions .pf-v5-c-radio__input:where(:focus-visible):where(:checked) ~ .pf-v5-c-radio__label {
262
- --pf-v5-c-card--BorderColor: var(--pf-v5-c-card--m-selectable--m-selected--focus--BorderColor);
263
- --pf-v5-c-card--BorderWidth: var(--pf-v5-c-card--m-selectable--m-selected--focus--BorderWidth);
260
+ .pf-v6-c-card__selectable-actions .pf-v6-c-check__input:where(:focus-visible):where(:checked) ~ .pf-v6-c-check__label,
261
+ .pf-v6-c-card__selectable-actions .pf-v6-c-radio__input:where(:focus-visible):where(:checked) ~ .pf-v6-c-radio__label {
262
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--m-selected--focus--BorderColor);
263
+ --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-selectable--m-selected--focus--BorderWidth);
264
264
  }
265
265
 
266
- .pf-v5-c-card__selectable-actions .pf-v5-c-check__input:where(:disabled) ~ .pf-v5-c-check__label,
267
- .pf-v5-c-card__selectable-actions .pf-v5-c-radio__input:where(:disabled) ~ .pf-v5-c-radio__label,
268
- .pf-v5-c-card.pf-m-disabled {
269
- --pf-v5-c-card__title-text--Color: var(--pf-v5-c-card--m-selectable--m-disabled__title-text--Color);
270
- --pf-v5-c-card__body--Color: var(--pf-v5-c-card--m-selectable--m-disabled__body--Color);
271
- --pf-v5-c-card__footer--Color: var(--pf-v5-c-card--m-selectable--m-disabled__footer--Color);
272
- --pf-v5-c-card--BackgroundColor: var(--pf-v5-c-card--m-selectable--m-disabled--BackgroundColor);
273
- --pf-v5-c-card--BorderColor: var(--pf-v5-c-card--m-selectable--m-disabled--BorderColor);
266
+ .pf-v6-c-card__selectable-actions .pf-v6-c-check__input:where(:disabled) ~ .pf-v6-c-check__label,
267
+ .pf-v6-c-card__selectable-actions .pf-v6-c-radio__input:where(:disabled) ~ .pf-v6-c-radio__label,
268
+ .pf-v6-c-card.pf-m-disabled {
269
+ --pf-v6-c-card__title-text--Color: var(--pf-v6-c-card--m-selectable--m-disabled__title-text--Color);
270
+ --pf-v6-c-card__body--Color: var(--pf-v6-c-card--m-selectable--m-disabled__body--Color);
271
+ --pf-v6-c-card__footer--Color: var(--pf-v6-c-card--m-selectable--m-disabled__footer--Color);
272
+ --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-selectable--m-disabled--BackgroundColor);
273
+ --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--m-disabled--BorderColor);
274
274
  }
275
275
 
276
- .pf-v5-c-card__header,
277
- .pf-v5-c-card__title,
278
- .pf-v5-c-card__body,
279
- .pf-v5-c-card__footer {
280
- padding-block-end: var(--pf-v5-c-card--child--PaddingBottom);
281
- padding-inline-start: var(--pf-v5-c-card--child--PaddingLeft);
282
- padding-inline-end: var(--pf-v5-c-card--child--PaddingRight);
283
- }
284
- .pf-v5-c-card__header:first-child,
285
- .pf-v5-c-card__title:first-child,
286
- .pf-v5-c-card__body:first-child,
287
- .pf-v5-c-card__footer:first-child {
288
- padding-block-start: var(--pf-v5-c-card--first-child--PaddingTop);
276
+ .pf-v6-c-card__header,
277
+ .pf-v6-c-card__title,
278
+ .pf-v6-c-card__body,
279
+ .pf-v6-c-card__footer {
280
+ padding-block-end: var(--pf-v6-c-card--child--PaddingBottom);
281
+ padding-inline-start: var(--pf-v6-c-card--child--PaddingLeft);
282
+ padding-inline-end: var(--pf-v6-c-card--child--PaddingRight);
283
+ }
284
+ .pf-v6-c-card__header:first-child,
285
+ .pf-v6-c-card__title:first-child,
286
+ .pf-v6-c-card__body:first-child,
287
+ .pf-v6-c-card__footer:first-child {
288
+ padding-block-start: var(--pf-v6-c-card--first-child--PaddingTop);
289
289
  }
290
290
 
291
- .pf-v5-c-card__header:not(:last-child),
292
- .pf-v5-c-card__title:not(:last-child) {
293
- padding-block-end: var(--pf-v5-c-card__title--not--last-child--PaddingBottom);
291
+ .pf-v6-c-card__header:not(:last-child),
292
+ .pf-v6-c-card__title:not(:last-child) {
293
+ padding-block-end: var(--pf-v6-c-card__title--not--last-child--PaddingBottom);
294
294
  }
295
- .pf-v5-c-card__header button.pf-m-inline.pf-m-disabled,
296
- .pf-v5-c-card__title button.pf-m-inline.pf-m-disabled {
297
- --pf-v5-c-button--disabled--Color: var(--pf-v5-c-card--c-button--disabled--Color);
295
+ .pf-v6-c-card__header button.pf-m-inline.pf-m-disabled,
296
+ .pf-v6-c-card__title button.pf-m-inline.pf-m-disabled {
297
+ --pf-v6-c-button--disabled--Color: var(--pf-v6-c-card--c-button--disabled--Color);
298
298
  }
299
299
 
300
- .pf-v5-c-card__expandable-content {
301
- --pf-v5-c-card--first-child--PaddingTop: 0;
300
+ .pf-v6-c-card__expandable-content {
301
+ --pf-v6-c-card--first-child--PaddingTop: 0;
302
302
  }
303
303
 
304
- .pf-v5-c-card__body:not(.pf-m-no-fill) {
304
+ .pf-v6-c-card__body:not(.pf-m-no-fill) {
305
305
  flex: 1 1 auto;
306
306
  }
307
307
 
308
- .pf-v5-c-card__body {
309
- font-size: var(--pf-v5-c-card__body--FontSize);
310
- color: var(--pf-v5-c-card__body--Color);
308
+ .pf-v6-c-card__body {
309
+ font-size: var(--pf-v6-c-card__body--FontSize);
310
+ color: var(--pf-v6-c-card__body--Color);
311
311
  }
312
312
 
313
- .pf-v5-c-card__footer {
314
- font-size: var(--pf-v5-c-card__footer--FontSize);
315
- color: var(--pf-v5-c-card__footer--Color);
313
+ .pf-v6-c-card__footer {
314
+ font-size: var(--pf-v6-c-card__footer--FontSize);
315
+ color: var(--pf-v6-c-card__footer--Color);
316
316
  }