@patternfly/react-styles 6.0.0-alpha.9 → 6.0.0-prerelease.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (692) hide show
  1. package/CHANGELOG.md +216 -0
  2. package/css/assets/images/img_avatar-dark.svg +22 -16
  3. package/css/assets/images/img_avatar-light.svg +25 -18
  4. package/css/assets/images/pf-background.svg +21 -21
  5. package/css/assets/images/pf_logo.svg +11 -11
  6. package/css/assets/images/pf_logo_white.svg +16 -17
  7. package/css/components/AboutModalBox/about-modal-box.css +120 -120
  8. package/css/components/AboutModalBox/about-modal-box.d.ts +9 -9
  9. package/css/components/AboutModalBox/about-modal-box.js +9 -9
  10. package/css/components/AboutModalBox/about-modal-box.mjs +9 -9
  11. package/css/components/Accordion/accordion.css +119 -119
  12. package/css/components/Accordion/accordion.d.ts +8 -8
  13. package/css/components/Accordion/accordion.js +8 -8
  14. package/css/components/Accordion/accordion.mjs +8 -8
  15. package/css/components/ActionList/action-list.css +18 -17
  16. package/css/components/ActionList/action-list.d.ts +2 -2
  17. package/css/components/ActionList/action-list.js +2 -2
  18. package/css/components/ActionList/action-list.mjs +2 -2
  19. package/css/components/Alert/alert-group.css +107 -55
  20. package/css/components/Alert/alert-group.d.ts +7 -3
  21. package/css/components/Alert/alert-group.js +7 -3
  22. package/css/components/Alert/alert-group.mjs +7 -3
  23. package/css/components/Alert/alert.css +154 -161
  24. package/css/components/Alert/alert.d.ts +10 -10
  25. package/css/components/Alert/alert.js +10 -10
  26. package/css/components/Alert/alert.mjs +10 -10
  27. package/css/components/Avatar/avatar.css +156 -156
  28. package/css/components/Avatar/avatar.d.ts +1 -1
  29. package/css/components/Avatar/avatar.js +1 -1
  30. package/css/components/Avatar/avatar.mjs +1 -1
  31. package/css/components/BackToTop/back-to-top.css +24 -24
  32. package/css/components/BackToTop/back-to-top.d.ts +2 -2
  33. package/css/components/BackToTop/back-to-top.js +2 -2
  34. package/css/components/BackToTop/back-to-top.mjs +2 -2
  35. package/css/components/Backdrop/backdrop.css +9 -10
  36. package/css/components/Backdrop/backdrop.d.ts +2 -2
  37. package/css/components/Backdrop/backdrop.js +2 -2
  38. package/css/components/Backdrop/backdrop.mjs +2 -2
  39. package/css/components/BackgroundImage/background-image.css +15 -16
  40. package/css/components/BackgroundImage/background-image.d.ts +2 -2
  41. package/css/components/BackgroundImage/background-image.js +2 -2
  42. package/css/components/BackgroundImage/background-image.mjs +2 -2
  43. package/css/components/Badge/badge.css +57 -36
  44. package/css/components/Badge/badge.d.ts +4 -3
  45. package/css/components/Badge/badge.js +4 -3
  46. package/css/components/Badge/badge.mjs +4 -3
  47. package/css/components/Banner/banner.css +110 -119
  48. package/css/components/Banner/banner.d.ts +4 -4
  49. package/css/components/Banner/banner.js +4 -4
  50. package/css/components/Banner/banner.mjs +4 -4
  51. package/css/components/Brand/brand.css +41 -38
  52. package/css/components/Brand/brand.d.ts +1 -1
  53. package/css/components/Brand/brand.js +1 -1
  54. package/css/components/Brand/brand.mjs +1 -1
  55. package/css/components/Breadcrumb/breadcrumb.css +63 -57
  56. package/css/components/Breadcrumb/breadcrumb.d.ts +8 -9
  57. package/css/components/Breadcrumb/breadcrumb.js +8 -9
  58. package/css/components/Breadcrumb/breadcrumb.mjs +8 -9
  59. package/css/components/Button/button.css +542 -523
  60. package/css/components/Button/button.d.ts +6 -6
  61. package/css/components/Button/button.js +6 -6
  62. package/css/components/Button/button.mjs +6 -6
  63. package/css/components/CalendarMonth/calendar-month.css +146 -178
  64. package/css/components/CalendarMonth/calendar-month.d.ts +14 -16
  65. package/css/components/CalendarMonth/calendar-month.js +14 -16
  66. package/css/components/CalendarMonth/calendar-month.mjs +14 -16
  67. package/css/components/Card/card.css +248 -232
  68. package/css/components/Card/card.d.ts +23 -21
  69. package/css/components/Card/card.js +23 -21
  70. package/css/components/Card/card.mjs +23 -21
  71. package/css/components/Check/check.css +50 -44
  72. package/css/components/Check/check.d.ts +6 -6
  73. package/css/components/Check/check.js +6 -6
  74. package/css/components/Check/check.mjs +6 -6
  75. package/css/components/ClipboardCopy/clipboard-copy.css +64 -73
  76. package/css/components/ClipboardCopy/clipboard-copy.d.ts +11 -10
  77. package/css/components/ClipboardCopy/clipboard-copy.js +11 -10
  78. package/css/components/ClipboardCopy/clipboard-copy.mjs +11 -10
  79. package/css/components/CodeBlock/code-block.css +35 -31
  80. package/css/components/CodeBlock/code-block.d.ts +6 -6
  81. package/css/components/CodeBlock/code-block.js +6 -6
  82. package/css/components/CodeBlock/code-block.mjs +6 -6
  83. package/css/components/CodeEditor/code-editor.css +133 -111
  84. package/css/components/CodeEditor/code-editor.d.ts +14 -14
  85. package/css/components/CodeEditor/code-editor.js +14 -14
  86. package/css/components/CodeEditor/code-editor.mjs +14 -14
  87. package/css/components/Content/content.css +242 -229
  88. package/css/components/Content/content.d.ts +21 -1
  89. package/css/components/Content/content.js +21 -1
  90. package/css/components/Content/content.mjs +21 -1
  91. package/css/components/DataList/data-list-grid.css +201 -201
  92. package/css/components/DataList/data-list-grid.d.ts +4 -4
  93. package/css/components/DataList/data-list-grid.js +4 -4
  94. package/css/components/DataList/data-list-grid.mjs +4 -4
  95. package/css/components/DataList/data-list.css +546 -553
  96. package/css/components/DataList/data-list.d.ts +28 -28
  97. package/css/components/DataList/data-list.js +28 -28
  98. package/css/components/DataList/data-list.mjs +28 -28
  99. package/css/components/DatePicker/date-picker.css +37 -39
  100. package/css/components/DatePicker/date-picker.d.ts +6 -7
  101. package/css/components/DatePicker/date-picker.js +6 -7
  102. package/css/components/DatePicker/date-picker.mjs +6 -7
  103. package/css/components/DescriptionList/description-list-order.css +95 -95
  104. package/css/components/DescriptionList/description-list-order.d.ts +1 -1
  105. package/css/components/DescriptionList/description-list-order.js +1 -1
  106. package/css/components/DescriptionList/description-list-order.mjs +1 -1
  107. package/css/components/DescriptionList/description-list.css +224 -229
  108. package/css/components/DescriptionList/description-list.d.ts +7 -7
  109. package/css/components/DescriptionList/description-list.js +7 -7
  110. package/css/components/DescriptionList/description-list.mjs +7 -7
  111. package/css/components/Divider/divider.css +191 -193
  112. package/css/components/Divider/divider.d.ts +1 -1
  113. package/css/components/Divider/divider.js +1 -1
  114. package/css/components/Divider/divider.mjs +1 -1
  115. package/css/components/DragDrop/drag-drop.css +47 -46
  116. package/css/components/DragDrop/drag-drop.d.ts +2 -2
  117. package/css/components/DragDrop/drag-drop.js +2 -2
  118. package/css/components/DragDrop/drag-drop.mjs +2 -2
  119. package/css/components/Drawer/drawer.css +489 -491
  120. package/css/components/Drawer/drawer.d.ts +16 -15
  121. package/css/components/Drawer/drawer.js +16 -15
  122. package/css/components/Drawer/drawer.mjs +16 -15
  123. package/css/components/DualListSelector/dual-list-selector.css +207 -203
  124. package/css/components/DualListSelector/dual-list-selector.d.ts +28 -29
  125. package/css/components/DualListSelector/dual-list-selector.js +28 -29
  126. package/css/components/DualListSelector/dual-list-selector.mjs +28 -29
  127. package/css/components/EmptyState/empty-state.css +105 -105
  128. package/css/components/EmptyState/empty-state.d.ts +7 -7
  129. package/css/components/EmptyState/empty-state.js +7 -7
  130. package/css/components/EmptyState/empty-state.mjs +7 -7
  131. package/css/components/ExpandableSection/expandable-section.css +61 -121
  132. package/css/components/ExpandableSection/expandable-section.d.ts +4 -6
  133. package/css/components/ExpandableSection/expandable-section.js +4 -6
  134. package/css/components/ExpandableSection/expandable-section.mjs +4 -6
  135. package/css/components/FileUpload/file-upload.css +32 -33
  136. package/css/components/FileUpload/file-upload.d.ts +6 -6
  137. package/css/components/FileUpload/file-upload.js +6 -6
  138. package/css/components/FileUpload/file-upload.mjs +6 -6
  139. package/css/components/Form/form.css +344 -292
  140. package/css/components/Form/form.d.ts +29 -29
  141. package/css/components/Form/form.js +29 -29
  142. package/css/components/Form/form.mjs +29 -29
  143. package/css/components/FormControl/form-control.css +205 -206
  144. package/css/components/FormControl/form-control.d.ts +4 -4
  145. package/css/components/FormControl/form-control.js +4 -4
  146. package/css/components/FormControl/form-control.mjs +4 -4
  147. package/css/components/HelperText/helper-text.css +52 -52
  148. package/css/components/HelperText/helper-text.d.ts +4 -4
  149. package/css/components/HelperText/helper-text.js +4 -4
  150. package/css/components/HelperText/helper-text.mjs +4 -4
  151. package/css/components/Hint/hint.css +46 -47
  152. package/css/components/Hint/hint.d.ts +7 -9
  153. package/css/components/Hint/hint.js +7 -9
  154. package/css/components/Hint/hint.mjs +7 -9
  155. package/css/components/Icon/icon.css +218 -219
  156. package/css/components/Icon/icon.d.ts +4 -4
  157. package/css/components/Icon/icon.js +4 -4
  158. package/css/components/Icon/icon.mjs +4 -4
  159. package/css/components/InlineEdit/inline-edit.css +43 -44
  160. package/css/components/InlineEdit/inline-edit.d.ts +8 -8
  161. package/css/components/InlineEdit/inline-edit.js +8 -8
  162. package/css/components/InlineEdit/inline-edit.mjs +8 -8
  163. package/css/components/InputGroup/input-group.css +52 -53
  164. package/css/components/InputGroup/input-group.d.ts +3 -3
  165. package/css/components/InputGroup/input-group.js +3 -3
  166. package/css/components/InputGroup/input-group.mjs +3 -3
  167. package/css/components/JumpLinks/jump-links.css +180 -198
  168. package/css/components/JumpLinks/jump-links.d.ts +10 -12
  169. package/css/components/JumpLinks/jump-links.js +10 -12
  170. package/css/components/JumpLinks/jump-links.mjs +10 -12
  171. package/css/components/Label/label-group.css +86 -87
  172. package/css/components/Label/label-group.d.ts +8 -8
  173. package/css/components/Label/label-group.js +8 -8
  174. package/css/components/Label/label-group.mjs +8 -8
  175. package/css/components/Label/label.css +451 -317
  176. package/css/components/Label/label.d.ts +17 -10
  177. package/css/components/Label/label.js +17 -10
  178. package/css/components/Label/label.mjs +17 -10
  179. package/css/components/List/list.css +56 -60
  180. package/css/components/List/list.d.ts +3 -3
  181. package/css/components/List/list.js +3 -3
  182. package/css/components/List/list.mjs +3 -3
  183. package/css/components/Login/login.css +161 -183
  184. package/css/components/Login/login.d.ts +18 -18
  185. package/css/components/Login/login.js +18 -18
  186. package/css/components/Login/login.mjs +18 -18
  187. package/css/components/Masthead/masthead.css +461 -356
  188. package/css/components/Masthead/masthead.d.ts +10 -8
  189. package/css/components/Masthead/masthead.js +10 -8
  190. package/css/components/Masthead/masthead.mjs +10 -8
  191. package/css/components/Menu/menu.css +449 -521
  192. package/css/components/Menu/menu.d.ts +30 -32
  193. package/css/components/Menu/menu.js +30 -32
  194. package/css/components/Menu/menu.mjs +30 -32
  195. package/css/components/MenuToggle/menu-toggle.css +333 -352
  196. package/css/components/MenuToggle/menu-toggle.d.ts +22 -17
  197. package/css/components/MenuToggle/menu-toggle.js +22 -17
  198. package/css/components/MenuToggle/menu-toggle.mjs +22 -17
  199. package/css/components/ModalBox/modal-box.css +136 -126
  200. package/css/components/ModalBox/modal-box.d.ts +11 -11
  201. package/css/components/ModalBox/modal-box.js +11 -11
  202. package/css/components/ModalBox/modal-box.mjs +11 -11
  203. package/css/components/MultipleFileUpload/multiple-file-upload.css +163 -164
  204. package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +17 -17
  205. package/css/components/MultipleFileUpload/multiple-file-upload.js +17 -17
  206. package/css/components/MultipleFileUpload/multiple-file-upload.mjs +17 -17
  207. package/css/components/Nav/nav.css +227 -250
  208. package/css/components/Nav/nav.d.ts +21 -16
  209. package/css/components/Nav/nav.js +21 -16
  210. package/css/components/Nav/nav.mjs +21 -16
  211. package/css/components/NotificationDrawer/notification-drawer.css +178 -180
  212. package/css/components/NotificationDrawer/notification-drawer.d.ts +22 -21
  213. package/css/components/NotificationDrawer/notification-drawer.js +22 -21
  214. package/css/components/NotificationDrawer/notification-drawer.mjs +22 -21
  215. package/css/components/NumberInput/number-input.css +23 -28
  216. package/css/components/NumberInput/number-input.d.ts +5 -5
  217. package/css/components/NumberInput/number-input.js +5 -5
  218. package/css/components/NumberInput/number-input.mjs +5 -5
  219. package/css/components/OverflowMenu/overflow-menu.css +20 -20
  220. package/css/components/OverflowMenu/overflow-menu.d.ts +5 -5
  221. package/css/components/OverflowMenu/overflow-menu.js +5 -5
  222. package/css/components/OverflowMenu/overflow-menu.mjs +5 -5
  223. package/css/components/Page/page.css +425 -780
  224. package/css/components/Page/page.d.ts +20 -45
  225. package/css/components/Page/page.js +20 -45
  226. package/css/components/Page/page.mjs +20 -45
  227. package/css/components/Pagination/pagination.css +241 -251
  228. package/css/components/Pagination/pagination.d.ts +8 -8
  229. package/css/components/Pagination/pagination.js +8 -8
  230. package/css/components/Pagination/pagination.mjs +8 -8
  231. package/css/components/Panel/panel.css +75 -73
  232. package/css/components/Panel/panel.d.ts +5 -5
  233. package/css/components/Panel/panel.js +5 -5
  234. package/css/components/Panel/panel.mjs +5 -5
  235. package/css/components/Popover/popover.css +149 -148
  236. package/css/components/Popover/popover.d.ts +10 -10
  237. package/css/components/Popover/popover.js +10 -10
  238. package/css/components/Popover/popover.mjs +10 -10
  239. package/css/components/Popper/Popper.css +1 -1
  240. package/css/components/Popper/Popper.d.ts +1 -1
  241. package/css/components/Popper/Popper.js +1 -1
  242. package/css/components/Popper/Popper.mjs +1 -1
  243. package/css/components/Progress/progress.css +86 -83
  244. package/css/components/Progress/progress.d.ts +8 -8
  245. package/css/components/Progress/progress.js +8 -8
  246. package/css/components/Progress/progress.mjs +8 -8
  247. package/css/components/ProgressStepper/progress-stepper.css +530 -528
  248. package/css/components/ProgressStepper/progress-stepper.d.ts +9 -8
  249. package/css/components/ProgressStepper/progress-stepper.js +9 -8
  250. package/css/components/ProgressStepper/progress-stepper.mjs +9 -8
  251. package/css/components/Radio/radio.css +51 -45
  252. package/css/components/Radio/radio.d.ts +5 -5
  253. package/css/components/Radio/radio.js +5 -5
  254. package/css/components/Radio/radio.mjs +5 -5
  255. package/css/components/Sidebar/sidebar.css +264 -265
  256. package/css/components/Sidebar/sidebar.d.ts +4 -4
  257. package/css/components/Sidebar/sidebar.js +4 -4
  258. package/css/components/Sidebar/sidebar.mjs +4 -4
  259. package/css/components/SimpleList/simple-list.css +53 -56
  260. package/css/components/SimpleList/simple-list.d.ts +4 -4
  261. package/css/components/SimpleList/simple-list.js +4 -4
  262. package/css/components/SimpleList/simple-list.mjs +4 -4
  263. package/css/components/Skeleton/skeleton.css +112 -113
  264. package/css/components/Skeleton/skeleton.d.ts +2 -2
  265. package/css/components/Skeleton/skeleton.js +2 -2
  266. package/css/components/Skeleton/skeleton.mjs +2 -2
  267. package/css/components/SkipToContent/skip-to-content.css +9 -9
  268. package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
  269. package/css/components/SkipToContent/skip-to-content.js +1 -1
  270. package/css/components/SkipToContent/skip-to-content.mjs +1 -1
  271. package/css/components/Slider/slider.css +144 -145
  272. package/css/components/Slider/slider.d.ts +13 -13
  273. package/css/components/Slider/slider.js +13 -13
  274. package/css/components/Slider/slider.mjs +13 -13
  275. package/css/components/Spinner/spinner.css +36 -37
  276. package/css/components/Spinner/spinner.d.ts +2 -2
  277. package/css/components/Spinner/spinner.js +2 -2
  278. package/css/components/Spinner/spinner.mjs +2 -2
  279. package/css/components/Switch/switch.css +87 -94
  280. package/css/components/Switch/switch.d.ts +7 -9
  281. package/css/components/Switch/switch.js +7 -9
  282. package/css/components/Switch/switch.mjs +7 -9
  283. package/css/components/TabContent/tab-content.css +35 -36
  284. package/css/components/TabContent/tab-content.d.ts +2 -2
  285. package/css/components/TabContent/tab-content.js +2 -2
  286. package/css/components/TabContent/tab-content.mjs +2 -2
  287. package/css/components/Table/inline-edit.css +31 -31
  288. package/css/components/Table/inline-edit.d.ts +2 -2
  289. package/css/components/Table/inline-edit.js +2 -2
  290. package/css/components/Table/inline-edit.mjs +2 -2
  291. package/css/components/Table/table-grid.css +884 -980
  292. package/css/components/Table/table-grid.d.ts +21 -20
  293. package/css/components/Table/table-grid.js +21 -20
  294. package/css/components/Table/table-grid.mjs +21 -20
  295. package/css/components/Table/table-scrollable.css +43 -39
  296. package/css/components/Table/table-scrollable.d.ts +4 -4
  297. package/css/components/Table/table-scrollable.js +4 -4
  298. package/css/components/Table/table-scrollable.mjs +4 -4
  299. package/css/components/Table/table-tree-view.css +527 -513
  300. package/css/components/Table/table-tree-view.d.ts +18 -18
  301. package/css/components/Table/table-tree-view.js +18 -18
  302. package/css/components/Table/table-tree-view.mjs +18 -18
  303. package/css/components/Table/table.css +641 -869
  304. package/css/components/Table/table.d.ts +42 -42
  305. package/css/components/Table/table.js +42 -42
  306. package/css/components/Table/table.mjs +42 -42
  307. package/css/components/Tabs/tabs.css +635 -694
  308. package/css/components/Tabs/tabs.d.ts +17 -21
  309. package/css/components/Tabs/tabs.js +17 -21
  310. package/css/components/Tabs/tabs.mjs +17 -21
  311. package/css/components/TextInputGroup/text-input-group.css +153 -110
  312. package/css/components/TextInputGroup/text-input-group.d.ts +12 -10
  313. package/css/components/TextInputGroup/text-input-group.js +12 -10
  314. package/css/components/TextInputGroup/text-input-group.mjs +12 -10
  315. package/css/components/Tile/tile.css +68 -69
  316. package/css/components/Tile/tile.d.ts +5 -5
  317. package/css/components/Tile/tile.js +5 -5
  318. package/css/components/Tile/tile.mjs +5 -5
  319. package/css/components/Timestamp/timestamp.css +23 -30
  320. package/css/components/Timestamp/timestamp.d.ts +1 -1
  321. package/css/components/Timestamp/timestamp.js +1 -1
  322. package/css/components/Timestamp/timestamp.mjs +1 -1
  323. package/css/components/Title/title.css +88 -88
  324. package/css/components/Title/title.d.ts +1 -1
  325. package/css/components/Title/title.js +1 -1
  326. package/css/components/Title/title.mjs +1 -1
  327. package/css/components/ToggleGroup/toggle-group.css +93 -75
  328. package/css/components/ToggleGroup/toggle-group.d.ts +5 -5
  329. package/css/components/ToggleGroup/toggle-group.js +5 -5
  330. package/css/components/ToggleGroup/toggle-group.mjs +5 -5
  331. package/css/components/Toolbar/toolbar.css +1569 -2391
  332. package/css/components/Toolbar/toolbar.d.ts +19 -124
  333. package/css/components/Toolbar/toolbar.js +19 -124
  334. package/css/components/Toolbar/toolbar.mjs +19 -124
  335. package/css/components/Tooltip/tooltip.css +86 -86
  336. package/css/components/Tooltip/tooltip.d.ts +3 -3
  337. package/css/components/Tooltip/tooltip.js +3 -3
  338. package/css/components/Tooltip/tooltip.mjs +3 -3
  339. package/css/components/TreeView/tree-view.css +365 -387
  340. package/css/components/TreeView/tree-view.d.ts +16 -20
  341. package/css/components/TreeView/tree-view.js +16 -20
  342. package/css/components/TreeView/tree-view.mjs +16 -20
  343. package/css/components/Truncate/truncate.css +16 -17
  344. package/css/components/Truncate/truncate.d.ts +4 -4
  345. package/css/components/Truncate/truncate.js +4 -4
  346. package/css/components/Truncate/truncate.mjs +4 -4
  347. package/css/components/Wizard/wizard.css +334 -384
  348. package/css/components/Wizard/wizard.d.ts +32 -31
  349. package/css/components/Wizard/wizard.js +32 -31
  350. package/css/components/Wizard/wizard.mjs +32 -31
  351. package/css/components/_index.css +22256 -0
  352. package/css/components/_index.d.ts +1374 -0
  353. package/css/components/_index.js +1375 -0
  354. package/css/components/_index.mjs +1373 -0
  355. package/css/docs/components/Brand/examples/Brand.css +3 -3
  356. package/css/docs/components/Brand/examples/Brand.d.ts +1 -1
  357. package/css/docs/components/Brand/examples/Brand.js +1 -1
  358. package/css/docs/components/Brand/examples/Brand.mjs +1 -1
  359. package/css/docs/components/Button/examples/Button.css +2 -2
  360. package/css/docs/components/Button/examples/Button.d.ts +1 -1
  361. package/css/docs/components/Button/examples/Button.js +1 -1
  362. package/css/docs/components/Button/examples/Button.mjs +1 -1
  363. package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
  364. package/css/docs/components/DragDrop/examples/DragDrop.d.ts +1 -1
  365. package/css/docs/components/DragDrop/examples/DragDrop.js +1 -1
  366. package/css/docs/components/DragDrop/examples/DragDrop.mjs +1 -1
  367. package/css/docs/components/Label/examples/Label.css +4 -4
  368. package/css/docs/components/Label/examples/Label.d.ts +1 -1
  369. package/css/docs/components/Label/examples/Label.js +1 -1
  370. package/css/docs/components/Label/examples/Label.mjs +1 -1
  371. package/css/docs/components/Menu/examples/Menu.css +8 -12
  372. package/css/docs/components/Menu/examples/Menu.d.ts +3 -2
  373. package/css/docs/components/Menu/examples/Menu.js +3 -2
  374. package/css/docs/components/Menu/examples/Menu.mjs +3 -2
  375. package/css/docs/components/Nav/examples/Navigation.css +20 -8
  376. package/css/docs/components/Nav/examples/Navigation.d.ts +2 -2
  377. package/css/docs/components/Nav/examples/Navigation.js +2 -2
  378. package/css/docs/components/Nav/examples/Navigation.mjs +2 -2
  379. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
  380. package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
  381. package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
  382. package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
  383. package/css/docs/components/Page/examples/Page.css +5 -9
  384. package/css/docs/components/Page/examples/Page.d.ts +2 -1
  385. package/css/docs/components/Page/examples/Page.js +2 -1
  386. package/css/docs/components/Page/examples/Page.mjs +2 -1
  387. package/css/docs/components/Sidebar/examples/Sidebar.css +4 -2
  388. package/css/docs/components/Sidebar/examples/Sidebar.d.ts +1 -4
  389. package/css/docs/components/Sidebar/examples/Sidebar.js +1 -4
  390. package/css/docs/components/Sidebar/examples/Sidebar.mjs +1 -4
  391. package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
  392. package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
  393. package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
  394. package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
  395. package/css/docs/components/Table/examples/Table.css +11 -6
  396. package/css/docs/components/Table/examples/Table.d.ts +3 -1
  397. package/css/docs/components/Table/examples/Table.js +3 -1
  398. package/css/docs/components/Table/examples/Table.mjs +3 -1
  399. package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
  400. package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
  401. package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
  402. package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -2
  403. package/css/docs/components/Tile/examples/Tile.css +5 -5
  404. package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
  405. package/css/docs/components/Tile/examples/Tile.js +1 -1
  406. package/css/docs/components/Tile/examples/Tile.mjs +1 -1
  407. package/css/docs/components/Toolbar/examples/Toolbar.css +50 -39
  408. package/css/docs/components/Toolbar/examples/Toolbar.d.ts +4 -3
  409. package/css/docs/components/Toolbar/examples/Toolbar.js +4 -3
  410. package/css/docs/components/Toolbar/examples/Toolbar.mjs +4 -3
  411. package/css/docs/components/Tooltip/examples/Tooltip.css +1 -1
  412. package/css/docs/components/Truncate/examples/Truncate.css +1 -2
  413. package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
  414. package/css/docs/components/Truncate/examples/Truncate.js +1 -1
  415. package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
  416. package/css/docs/demos/Card/examples/Card.css +6 -6
  417. package/css/docs/demos/Card/examples/Card.d.ts +2 -2
  418. package/css/docs/demos/Card/examples/Card.js +2 -2
  419. package/css/docs/demos/Card/examples/Card.mjs +2 -2
  420. package/css/docs/demos/Page/examples/Page.css +11 -0
  421. package/css/docs/demos/Page/examples/Page.d.ts +9 -0
  422. package/css/docs/demos/Page/examples/Page.js +10 -0
  423. package/css/docs/demos/Page/examples/Page.mjs +8 -0
  424. package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -18
  425. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +3 -3
  426. package/css/docs/demos/Toolbar/examples/Toolbar.js +3 -3
  427. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +3 -3
  428. package/css/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
  429. package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
  430. package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
  431. package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
  432. package/css/docs/layouts/Flex/examples/Flex.css +4 -4
  433. package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
  434. package/css/docs/layouts/Flex/examples/Flex.js +2 -2
  435. package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
  436. package/css/docs/layouts/Gallery/examples/Gallery.css +4 -4
  437. package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
  438. package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
  439. package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
  440. package/css/docs/layouts/Grid/examples/Grid.css +3 -3
  441. package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
  442. package/css/docs/layouts/Grid/examples/Grid.js +1 -1
  443. package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
  444. package/css/docs/layouts/Level/examples/Level.css +5 -5
  445. package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
  446. package/css/docs/layouts/Level/examples/Level.js +2 -2
  447. package/css/docs/layouts/Level/examples/Level.mjs +2 -2
  448. package/css/docs/layouts/Split/examples/Split.css +4 -4
  449. package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
  450. package/css/docs/layouts/Split/examples/Split.js +2 -2
  451. package/css/docs/layouts/Split/examples/Split.mjs +2 -2
  452. package/css/docs/layouts/Stack/examples/Stack.css +5 -5
  453. package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
  454. package/css/docs/layouts/Stack/examples/Stack.js +2 -2
  455. package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
  456. package/css/docs/utilities/Alignment/examples/Alignment.css +6 -6
  457. package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
  458. package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
  459. package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
  460. package/css/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  461. package/css/docs/utilities/Display/examples/Display.css +3 -10
  462. package/css/docs/utilities/Display/examples/Display.d.ts +0 -8
  463. package/css/docs/utilities/Display/examples/Display.js +0 -8
  464. package/css/docs/utilities/Display/examples/Display.mjs +0 -8
  465. package/css/docs/utilities/Flex/examples/Flex.css +7 -7
  466. package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
  467. package/css/docs/utilities/Flex/examples/Flex.js +2 -2
  468. package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
  469. package/css/docs/utilities/Float/examples/Float.css +5 -5
  470. package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
  471. package/css/docs/utilities/Float/examples/Float.js +2 -2
  472. package/css/docs/utilities/Float/examples/Float.mjs +2 -2
  473. package/css/docs/utilities/Sizing/examples/Sizing.css +6 -6
  474. package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
  475. package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
  476. package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
  477. package/css/docs/utilities/Spacing/examples/Spacing.css +3 -3
  478. package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
  479. package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
  480. package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
  481. package/css/layouts/Bullseye/bullseye.css +6 -3
  482. package/css/layouts/Bullseye/bullseye.d.ts +1 -1
  483. package/css/layouts/Bullseye/bullseye.js +1 -1
  484. package/css/layouts/Bullseye/bullseye.mjs +1 -1
  485. package/css/layouts/Flex/flex.css +1314 -1311
  486. package/css/layouts/Flex/flex.d.ts +1 -1
  487. package/css/layouts/Flex/flex.js +1 -1
  488. package/css/layouts/Flex/flex.mjs +1 -1
  489. package/css/layouts/Gallery/gallery.css +47 -44
  490. package/css/layouts/Gallery/gallery.d.ts +1 -1
  491. package/css/layouts/Gallery/gallery.js +1 -1
  492. package/css/layouts/Gallery/gallery.mjs +1 -1
  493. package/css/layouts/Grid/grid.css +549 -546
  494. package/css/layouts/Grid/grid.d.ts +2 -2
  495. package/css/layouts/Grid/grid.js +2 -2
  496. package/css/layouts/Grid/grid.mjs +2 -2
  497. package/css/layouts/Level/level.css +7 -4
  498. package/css/layouts/Level/level.d.ts +1 -1
  499. package/css/layouts/Level/level.js +1 -1
  500. package/css/layouts/Level/level.mjs +1 -1
  501. package/css/layouts/Split/split.css +9 -6
  502. package/css/layouts/Split/split.d.ts +2 -2
  503. package/css/layouts/Split/split.js +2 -2
  504. package/css/layouts/Split/split.mjs +2 -2
  505. package/css/layouts/Stack/stack.css +8 -5
  506. package/css/layouts/Stack/stack.d.ts +2 -2
  507. package/css/layouts/Stack/stack.js +2 -2
  508. package/css/layouts/Stack/stack.mjs +2 -2
  509. package/css/layouts/Toolbar/toolbar.css +8 -8
  510. package/css/layouts/_index.css +3454 -0
  511. package/css/layouts/_index.d.ts +846 -0
  512. package/css/layouts/_index.js +847 -0
  513. package/css/layouts/_index.mjs +845 -0
  514. package/css/utilities/Accessibility/accessibility.css +33 -33
  515. package/css/utilities/Accessibility/accessibility.d.ts +18 -18
  516. package/css/utilities/Accessibility/accessibility.js +18 -18
  517. package/css/utilities/Accessibility/accessibility.mjs +18 -18
  518. package/css/utilities/Alignment/alignment.css +41 -41
  519. package/css/utilities/Alignment/alignment.d.ts +24 -24
  520. package/css/utilities/Alignment/alignment.js +24 -24
  521. package/css/utilities/Alignment/alignment.mjs +24 -24
  522. package/css/utilities/BackgroundColor/background-color.css +67 -0
  523. package/css/utilities/BackgroundColor/background-color.d.ts +22 -0
  524. package/css/utilities/BackgroundColor/background-color.js +23 -0
  525. package/css/utilities/BackgroundColor/background-color.mjs +21 -0
  526. package/css/utilities/BoxShadow/box-shadow.css +30 -54
  527. package/css/utilities/BoxShadow/box-shadow.d.ts +15 -21
  528. package/css/utilities/BoxShadow/box-shadow.js +15 -21
  529. package/css/utilities/BoxShadow/box-shadow.mjs +15 -21
  530. package/css/utilities/Display/display.css +97 -59
  531. package/css/utilities/Display/display.d.ts +66 -54
  532. package/css/utilities/Display/display.js +66 -54
  533. package/css/utilities/Display/display.mjs +66 -54
  534. package/css/utilities/Flex/flex.css +278 -278
  535. package/css/utilities/Flex/flex.d.ts +228 -228
  536. package/css/utilities/Flex/flex.js +228 -228
  537. package/css/utilities/Flex/flex.mjs +228 -228
  538. package/css/utilities/Float/float.css +29 -29
  539. package/css/utilities/Float/float.d.ts +12 -12
  540. package/css/utilities/Float/float.js +12 -12
  541. package/css/utilities/Float/float.mjs +12 -12
  542. package/css/utilities/Sizing/sizing.css +274 -274
  543. package/css/utilities/Sizing/sizing.d.ts +196 -196
  544. package/css/utilities/Sizing/sizing.js +196 -196
  545. package/css/utilities/Sizing/sizing.mjs +196 -196
  546. package/css/utilities/Spacing/spacing.css +2212 -2212
  547. package/css/utilities/Spacing/spacing.d.ts +840 -840
  548. package/css/utilities/Spacing/spacing.js +840 -840
  549. package/css/utilities/Spacing/spacing.mjs +840 -840
  550. package/css/utilities/Text/text.css +501 -744
  551. package/css/utilities/Text/text.d.ts +250 -278
  552. package/css/utilities/Text/text.js +250 -278
  553. package/css/utilities/Text/text.mjs +250 -278
  554. package/css/utilities/_index.css +7815 -0
  555. package/css/utilities/_index.d.ts +1671 -0
  556. package/css/utilities/_index.js +1672 -0
  557. package/css/utilities/_index.mjs +1670 -0
  558. package/dist/esm/index.js.map +1 -1
  559. package/dist/js/index.js.map +1 -1
  560. package/package.json +7 -12
  561. package/scripts/copyStyles.mjs +8 -0
  562. package/scripts/{generateClassMaps.js → generateClassMaps.mjs} +8 -11
  563. package/scripts/{writeClassMaps.js → writeClassMaps.mjs} +15 -13
  564. package/src/css/components/Popper/Popper.css +1 -1
  565. package/src/css/components/Table/inline-edit.css +31 -31
  566. package/src/css/layouts/Toolbar/toolbar.css +8 -8
  567. package/.eslintrc.json +0 -5
  568. package/css/assets/images/pf-logo-small.svg +0 -23
  569. package/css/assets/images/pf_logo_white.hbs +0 -35
  570. package/css/assets/images/pfbg-icon.svg +0 -1
  571. package/css/components/AppLauncher/app-launcher.css +0 -244
  572. package/css/components/AppLauncher/app-launcher.d.ts +0 -29
  573. package/css/components/AppLauncher/app-launcher.js +0 -30
  574. package/css/components/AppLauncher/app-launcher.mjs +0 -28
  575. package/css/components/Chip/chip-group.css +0 -93
  576. package/css/components/Chip/chip-group.d.ts +0 -13
  577. package/css/components/Chip/chip-group.js +0 -14
  578. package/css/components/Chip/chip-group.mjs +0 -12
  579. package/css/components/Chip/chip.css +0 -122
  580. package/css/components/Chip/chip.d.ts +0 -16
  581. package/css/components/Chip/chip.js +0 -17
  582. package/css/components/Chip/chip.mjs +0 -15
  583. package/css/components/Consoles/AccessConsoles.css +0 -14
  584. package/css/components/Consoles/AccessConsoles.d.ts +0 -6
  585. package/css/components/Consoles/AccessConsoles.js +0 -7
  586. package/css/components/Consoles/AccessConsoles.mjs +0 -5
  587. package/css/components/Consoles/DesktopViewer.css +0 -6
  588. package/css/components/Consoles/DesktopViewer.d.ts +0 -5
  589. package/css/components/Consoles/DesktopViewer.js +0 -6
  590. package/css/components/Consoles/DesktopViewer.mjs +0 -4
  591. package/css/components/Consoles/SerialConsole.css +0 -11
  592. package/css/components/Consoles/SerialConsole.d.ts +0 -6
  593. package/css/components/Consoles/SerialConsole.js +0 -7
  594. package/css/components/Consoles/SerialConsole.mjs +0 -5
  595. package/css/components/Consoles/VncConsole.css +0 -10
  596. package/css/components/Consoles/VncConsole.d.ts +0 -6
  597. package/css/components/Consoles/VncConsole.js +0 -7
  598. package/css/components/Consoles/VncConsole.mjs +0 -5
  599. package/css/components/Consoles/xterm.css +0 -171
  600. package/css/components/Consoles/xterm.d.ts +0 -26
  601. package/css/components/Consoles/xterm.js +0 -27
  602. package/css/components/Consoles/xterm.mjs +0 -25
  603. package/css/components/ContextSelector/context-selector.css +0 -336
  604. package/css/components/ContextSelector/context-selector.d.ts +0 -25
  605. package/css/components/ContextSelector/context-selector.js +0 -26
  606. package/css/components/ContextSelector/context-selector.mjs +0 -24
  607. package/css/components/Dropdown/dropdown.css +0 -686
  608. package/css/components/Dropdown/dropdown.d.ts +0 -55
  609. package/css/components/Dropdown/dropdown.js +0 -56
  610. package/css/components/Dropdown/dropdown.mjs +0 -54
  611. package/css/components/LogViewer/log-viewer.css +0 -197
  612. package/css/components/LogViewer/log-viewer.d.ts +0 -27
  613. package/css/components/LogViewer/log-viewer.js +0 -28
  614. package/css/components/LogViewer/log-viewer.mjs +0 -26
  615. package/css/components/NotificationBadge/notification-badge.css +0 -87
  616. package/css/components/NotificationBadge/notification-badge.d.ts +0 -11
  617. package/css/components/NotificationBadge/notification-badge.js +0 -12
  618. package/css/components/NotificationBadge/notification-badge.mjs +0 -10
  619. package/css/components/OptionsMenu/options-menu.css +0 -279
  620. package/css/components/OptionsMenu/options-menu.d.ts +0 -27
  621. package/css/components/OptionsMenu/options-menu.js +0 -28
  622. package/css/components/OptionsMenu/options-menu.mjs +0 -26
  623. package/css/components/Select/select.css +0 -599
  624. package/css/components/Select/select.d.ts +0 -61
  625. package/css/components/Select/select.js +0 -62
  626. package/css/components/Select/select.mjs +0 -60
  627. package/css/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
  628. package/css/docs/components/AppLauncher/deprecated/application-launcher.d.ts +0 -3
  629. package/css/docs/components/AppLauncher/deprecated/application-launcher.js +0 -4
  630. package/css/docs/components/AppLauncher/deprecated/application-launcher.mjs +0 -2
  631. package/css/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
  632. package/css/docs/components/Breadcrumb/examples/Breadcrumb.d.ts +0 -3
  633. package/css/docs/components/Breadcrumb/examples/Breadcrumb.js +0 -4
  634. package/css/docs/components/Breadcrumb/examples/Breadcrumb.mjs +0 -2
  635. package/css/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
  636. package/css/docs/components/ContextSelector/deprecated/context-selector.d.ts +0 -3
  637. package/css/docs/components/ContextSelector/deprecated/context-selector.js +0 -4
  638. package/css/docs/components/ContextSelector/deprecated/context-selector.mjs +0 -2
  639. package/css/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
  640. package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +0 -6
  641. package/css/docs/components/Dropdown/deprecated/Dropdown.js +0 -7
  642. package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +0 -5
  643. package/css/docs/components/LogViewer/examples/LogViewer.css +0 -17
  644. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +0 -6
  645. package/css/docs/components/LogViewer/examples/LogViewer.js +0 -7
  646. package/css/docs/components/LogViewer/examples/LogViewer.mjs +0 -5
  647. package/css/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
  648. package/css/docs/components/OptionsMenu/deprecated/options-menu.d.ts +0 -3
  649. package/css/docs/components/OptionsMenu/deprecated/options-menu.js +0 -4
  650. package/css/docs/components/OptionsMenu/deprecated/options-menu.mjs +0 -2
  651. package/css/docs/components/Page/deprecated/PageHeader.css +0 -17
  652. package/css/docs/components/Page/deprecated/PageHeader.d.ts +0 -12
  653. package/css/docs/components/Page/deprecated/PageHeader.js +0 -13
  654. package/css/docs/components/Page/deprecated/PageHeader.mjs +0 -11
  655. package/css/docs/components/Pagination/examples/Pagination.css +0 -3
  656. package/css/docs/components/Pagination/examples/Pagination.d.ts +0 -3
  657. package/css/docs/components/Pagination/examples/Pagination.js +0 -4
  658. package/css/docs/components/Pagination/examples/Pagination.mjs +0 -2
  659. package/css/docs/components/Select/deprecated/Select.css +0 -56
  660. package/css/docs/components/Select/deprecated/Select.d.ts +0 -3
  661. package/css/docs/components/Select/deprecated/Select.js +0 -4
  662. package/css/docs/components/Select/deprecated/Select.mjs +0 -2
  663. package/css/docs/components/Tabs/examples/Tabs.css +0 -10
  664. package/css/docs/components/Tabs/examples/Tabs.d.ts +0 -6
  665. package/css/docs/components/Tabs/examples/Tabs.js +0 -7
  666. package/css/docs/components/Tabs/examples/Tabs.mjs +0 -5
  667. package/css/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
  668. package/css/docs/components/ToggleGroup/examples/toggle-group.d.ts +0 -5
  669. package/css/docs/components/ToggleGroup/examples/toggle-group.js +0 -6
  670. package/css/docs/components/ToggleGroup/examples/toggle-group.mjs +0 -4
  671. package/css/docs/utilities/Text/examples/Text.css +0 -0
  672. package/css/docs/utilities/Text/examples/Text.d.ts +0 -3
  673. package/css/docs/utilities/Text/examples/Text.js +0 -4
  674. package/css/docs/utilities/Text/examples/Text.mjs +0 -2
  675. package/css/utilities/BackgroundColor/BackgroundColor.css +0 -414
  676. package/css/utilities/BackgroundColor/BackgroundColor.d.ts +0 -101
  677. package/css/utilities/BackgroundColor/BackgroundColor.js +0 -102
  678. package/css/utilities/BackgroundColor/BackgroundColor.mjs +0 -100
  679. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  680. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.d.ts +0 -3
  681. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.js +0 -4
  682. package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.mjs +0 -2
  683. package/css/utilities/Text/themes/dark/text.css +0 -0
  684. package/css/utilities/Text/themes/dark/text.d.ts +0 -3
  685. package/css/utilities/Text/themes/dark/text.js +0 -4
  686. package/css/utilities/Text/themes/dark/text.mjs +0 -2
  687. package/scripts/copyStyles.js +0 -7
  688. package/src/css/components/Consoles/AccessConsoles.css +0 -14
  689. package/src/css/components/Consoles/DesktopViewer.css +0 -6
  690. package/src/css/components/Consoles/SerialConsole.css +0 -11
  691. package/src/css/components/Consoles/VncConsole.css +0 -10
  692. package/src/css/components/Consoles/xterm.css +0 -171
@@ -1,1089 +1,861 @@
1
- .pf-v5-c-table {
2
- --pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
3
- --pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
4
- --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
5
- --pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--dark-100);
6
- --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
7
- --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
8
- --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
9
- --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
10
- --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
11
- }
12
-
13
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
14
- --pf-v5-hidden-visible--hidden--Display: none;
15
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
16
- display: var(--pf-v5-hidden-visible--Display);
17
- }
18
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden {
19
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
20
- }
21
- @media screen and (min-width: 576px) {
22
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-sm {
23
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
24
- }
25
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-sm {
26
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
27
- }
28
- }
29
- @media screen and (min-width: 768px) {
30
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-md {
31
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
32
- }
33
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-md {
34
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
35
- }
36
- }
37
- @media screen and (min-width: 992px) {
38
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-lg {
39
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
40
- }
41
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-lg {
42
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
43
- }
44
- }
45
- @media screen and (min-width: 1200px) {
46
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-xl {
47
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
48
- }
49
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-xl {
50
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
51
- }
52
- }
53
- @media screen and (min-width: 1450px) {
54
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-2xl {
55
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
56
- }
57
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-2xl {
58
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
59
- }
60
- }
61
-
62
- .pf-v5-c-table {
63
- --pf-v5-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
64
- --pf-v5-c-table--BorderColor: var(--pf-t--global--border--color--default);
65
- --pf-v5-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
66
- --pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
67
- --pf-v5-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
68
- --pf-v5-c-table__caption--PaddingTop: var(--pf-v5-global--spacer--md);
69
- --pf-v5-c-table__caption--PaddingRight: var(--pf-v5-global--spacer--lg);
70
- --pf-v5-c-table__caption--PaddingBottom: var(--pf-v5-global--spacer--md);
71
- --pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-global--spacer--lg);
72
- --pf-v5-c-table__caption--xl--PaddingRight: var(--pf-v5-global--spacer--md);
73
- --pf-v5-c-table__caption--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
74
- --pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--default);
75
- --pf-v5-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
76
- --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
77
- --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
78
- --pf-v5-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
79
- --pf-v5-c-table--cell--Padding--base: var(--pf-v5-global--spacer--md);
80
- --pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
81
- --pf-v5-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
82
- --pf-v5-c-table--cell--Color: var(--pf-t--global--text--color--regular);
83
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
84
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--Padding--base);
85
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
86
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);
87
- --pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-global--spacer--md);
88
- --pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
89
- --pf-v5-c-table--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
90
- --pf-v5-c-table--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
91
- --pf-v5-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);
92
- --pf-v5-c-table--cell--MinWidth: 0;
93
- --pf-v5-c-table--cell--MaxWidth: none;
94
- --pf-v5-c-table--cell--Width: auto;
95
- --pf-v5-c-table--cell--Overflow: visible;
96
- --pf-v5-c-table--cell--TextOverflow: clip;
97
- --pf-v5-c-table--cell--WhiteSpace: normal;
98
- --pf-v5-c-table--cell--WordBreak: normal;
99
- --pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-t--global--border--width--divider--default);
100
- --pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-t--global--border--color--default);
101
- --pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
102
- --pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-t--global--border--color--default);
103
- --pf-v5-c-table--cell--m-help--MinWidth: 11ch;
104
- --pf-v5-c-table--m-truncate--cell--MaxWidth: 1px;
105
- --pf-v5-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft));
106
- --pf-v5-c-table--cell--hidden-visible--Display: table-cell;
107
- --pf-v5-c-table__toggle--c-button--MarginTop: calc(0.375rem * -1);
108
- --pf-v5-c-table__toggle--c-button--MarginBottom: calc(0.375rem * -1);
109
- --pf-v5-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
110
- --pf-v5-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
111
- --pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
112
- --pf-v5-c-table__button--BackgroundColor: transparent;
113
- --pf-v5-c-table__button--Color: var(--pf-t--global--text--color--regular);
114
- --pf-v5-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
115
- --pf-v5-c-table__button--focus--Color: var(--pf-t--global--text--color--regular);
116
- --pf-v5-c-table__button--active--Color: var(--pf-t--global--text--color--regular);
117
- --pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);
118
- --pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
119
- --pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
120
- --pf-v5-c-table__check--input--MarginTop: 0.1875rem;
121
- --pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);
122
- --pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body--default);
123
- --pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
124
- --pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
125
- --pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
126
- --pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
127
- --pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
128
- --pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
129
- --pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
130
- --pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-v5-global--palette--gold-400);
131
- --pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
132
- --pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
133
- --pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
134
- --pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
135
- --pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
136
- --pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
137
- --pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
138
- --pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
139
- --pf-v5-c-table__tr--m-ghost-row--Opacity: .4;
140
- --pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
141
- --pf-v5-c-table__action--PaddingTop: 0;
142
- --pf-v5-c-table__action--PaddingRight: 0;
143
- --pf-v5-c-table__action--PaddingBottom: 0;
144
- --pf-v5-c-table__action--PaddingLeft: 0;
145
- --pf-v5-c-table__inline-edit-action--PaddingTop: 0;
146
- --pf-v5-c-table__inline-edit-action--PaddingRight: 0;
147
- --pf-v5-c-table__inline-edit-action--PaddingBottom: 0;
148
- --pf-v5-c-table__inline-edit-action--PaddingLeft: 0;
149
- --pf-v5-c-table__expandable-row--Transition: var(--pf-v5-global--Transition);
150
- --pf-v5-c-table__expandable-row--MaxHeight: 28.125rem;
151
- --pf-v5-c-table__expandable-row-content--Transition: var(--pf-v5-global--Transition);
152
- --pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
153
- --pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
154
- --pf-v5-c-table__expandable-row--after--Top: calc(var(--pf-v5-c-table--border-width--base) * -1);
155
- --pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
156
- --pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
157
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
158
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--active);
159
- --pf-v5-c-table__icon-inline--MarginRight: var(--pf-v5-global--spacer--sm);
160
- --pf-v5-c-table__sort--MinWidth: calc(6ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft) + var(--pf-v5-c-table__sort-indicator--MarginLeft));
161
- --pf-v5-c-table__sort__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
162
- --pf-v5-c-table__sort__button--PaddingRight: var(--pf-v5-global--spacer--sm);
163
- --pf-v5-c-table__sort__button--PaddingBottom: var(--pf-v5-global--spacer--form-element);
164
- --pf-v5-c-table__sort__button--PaddingLeft: var(--pf-v5-global--spacer--sm);
165
- --pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
166
- --pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
167
- --pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);
168
- --pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
169
- --pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--active);
170
- --pf-v5-c-table__sort--m-help--MinWidth: 15ch;
171
- --pf-v5-c-table__sort__button__text--Color: currentcolor;
172
- --pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
173
- --pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
174
- --pf-v5-c-table__sort__button--active__text--Color: currentcolor;
175
- --pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
176
- --pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-v5-global--spacer--md);
177
- --pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--active);
178
- --pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
179
- --pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
180
- --pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
181
- --pf-v5-c-table__th--m-help--MinWidth: 11ch;
182
- --pf-v5-c-table__column-help--MarginLeft: var(--pf-v5-global--spacer--xs);
183
- --pf-v5-c-table__column-help--TranslateY: 0.125rem;
184
- --pf-v5-c-table__column-help--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
185
- --pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
186
- --pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-v5-global--spacer--sm);
187
- --pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);
188
- --pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
189
- --pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
190
- --pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
191
- --pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--active);
192
- --pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
193
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
194
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
195
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
196
- --pf-v5-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
197
- --pf-v5-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
198
- --pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
199
- --pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--active);
200
- --pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
201
- --pf-v5-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
202
- --pf-v5-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
203
- --pf-v5-c-table--m-compact__th--PaddingTop: calc(var(--pf-v5-global--spacer--sm) + var(--pf-v5-global--spacer--xs));
204
- --pf-v5-c-table--m-compact__th--PaddingBottom: var(--pf-v5-global--spacer--sm);
205
- --pf-v5-c-table--m-compact--cell--PaddingTop: var(--pf-v5-global--spacer--sm);
206
- --pf-v5-c-table--m-compact--cell--PaddingRight: var(--pf-v5-global--spacer--sm);
207
- --pf-v5-c-table--m-compact--cell--PaddingBottom: var(--pf-v5-global--spacer--sm);
208
- --pf-v5-c-table--m-compact--cell--PaddingLeft: var(--pf-v5-global--spacer--sm);
209
- --pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-global--spacer--md);
210
- --pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
211
- --pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
212
- --pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
213
- --pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body--default);
214
- --pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
215
- --pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
216
- --pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
217
- --pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);
218
- --pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
219
- --pf-v5-c-table--nested--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
220
- --pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
221
- --pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
222
- --pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
223
- --pf-v5-c-table__tr--m-clickable--BoxShadow: none;
224
- --pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
225
- --pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
226
- --pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
227
- --pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
228
- --pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
229
- --pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
230
- --pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--selected);
231
- --pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
232
- --pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
233
- --pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
234
- --pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
235
- --pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
236
- --pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
237
- --pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-v5-global--active-color--100);
238
- --pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
239
- --pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
240
- --pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
241
- --pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
242
- --pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
243
- --pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
244
- --pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
245
- --pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
246
- --pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
247
- --pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
248
- --pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
249
- --pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
250
- --pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
251
- --pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--active);
252
- --pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
253
- --pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
254
- --pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
255
- --pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
256
- --pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
257
- --pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
258
- --pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--active);
259
- --pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
260
- --pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
261
- --pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
262
- --pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
263
- --pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-v5-global--spacer--xs);
264
- --pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-v5-global--spacer--xs);
265
- --pf-v5-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
266
- --pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
267
- --pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-v5-global--ZIndex--xs);
268
- color: var(--pf-v5-global--Color--100);
1
+ :where(:root, .pf-v6-c-table) {
2
+ --pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
3
+ --pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);
4
+ --pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
5
+ --pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
6
+ --pf-v6-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
7
+ --pf-v6-c-table__caption--PaddingBlockStart: var(--pf-t--global--spacer--md);
8
+ --pf-v6-c-table__caption--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
9
+ --pf-v6-c-table__caption--PaddingBlockEnd: var(--pf-t--global--spacer--md);
10
+ --pf-v6-c-table__caption--PaddingInlineStart: var(--pf-t--global--spacer--lg);
11
+ --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
12
+ --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
13
+ --pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
14
+ --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
15
+ --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
16
+ --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
17
+ --pf-v6-c-table__tr--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
18
+ --pf-v6-c-table__tr--BorderBlockEndColor: var(--pf-t--global--border--color--default);
19
+ --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
20
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
21
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--cell--Padding--base);
22
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
23
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
24
+ --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
25
+ --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);
26
+ --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
27
+ --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
28
+ --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
29
+ --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
30
+ --pf-v6-c-table--cell--MinWidth: 0;
31
+ --pf-v6-c-table--cell--MaxWidth: none;
32
+ --pf-v6-c-table--cell--Width: auto;
33
+ --pf-v6-c-table--cell--Overflow: visible;
34
+ --pf-v6-c-table--cell--TextOverflow: clip;
35
+ --pf-v6-c-table--cell--WhiteSpace: normal;
36
+ --pf-v6-c-table--cell--WordBreak: normal;
37
+ --pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);
38
+ --pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor: var(--pf-t--global--border--color--default);
39
+ --pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);
40
+ --pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
41
+ --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
42
+ --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
43
+ --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));
44
+ --pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
45
+ --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
46
+ --pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
47
+ --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
48
+ --pf-v6-c-table__toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);
49
+ --pf-v6-c-table__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
50
+ --pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
51
+ --pf-v6-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
52
+ --pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
53
+ --pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
54
+ --pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
55
+ --pf-v6-c-table__button--PaddingInlineStart: var(--pf-t--global--spacer--md);
56
+ --pf-v6-c-table__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
57
+ --pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);
58
+ --pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
59
+ --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
60
+ --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
61
+ --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
62
+ --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
63
+ --pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);
64
+ --pf-v6-c-table__check--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
65
+ --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
66
+ --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
67
+ --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
68
+ --pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
69
+ --pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
70
+ --pf-v6-c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
71
+ --pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
72
+ --pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
73
+ --pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
74
+ --pf-v6-c-table__expandable-row--Transition: var(--pf-t--global--transition);
75
+ --pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
76
+ --pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
77
+ --pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
78
+ --pf-v6-c-table__expandable-row-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
79
+ --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
80
+ --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
81
+ --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
82
+ --pf-v6-c-table__control-row--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
83
+ --pf-v6-c-table__control-row__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);
84
+ --pf-v6-c-table__icon-inline--MarginInlineEnd: var(--pf-t--global--spacer--sm);
85
+ --pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart) + var(--pf-v6-c-table__sort-indicator--MarginInlineStart));
86
+ --pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
87
+ --pf-v6-c-table__sort--m-help--MinWidth: 15ch;
88
+ --pf-v6-c-table__sort__button__text--Color: currentcolor;
89
+ --pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
90
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
91
+ --pf-v6-c-table__sort-indicator--MarginInlineStart: var(--pf-t--global--spacer--md);
92
+ --pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
93
+ --pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
94
+ --pf-v6-c-table__th--m-help--MinWidth: 11ch;
95
+ --pf-v6-c-table__column-help--MarginInlineStart: var(--pf-t--global--spacer--sm);
96
+ --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
97
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
98
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
99
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
100
+ --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
101
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
102
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: 0;
103
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
104
+ --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
105
+ --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
106
+ --pf-v6-c-table--m-compact__th--PaddingBlockStart: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
107
+ --pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
108
+ --pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
109
+ --pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
110
+ --pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
111
+ --pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
112
+ --pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);
113
+ --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
114
+ --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
115
+ --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
116
+ --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
117
+ --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
118
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
119
+ --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
120
+ --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
121
+ --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
122
+ --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
123
+ --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
124
+ --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
125
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
126
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
127
+ --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
128
+ --pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));
129
+ --pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));
130
+ --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
131
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
132
+ --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
133
+ --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
134
+ }
135
+
136
+ .pf-v6-c-table {
269
137
  width: 100%;
270
- background-color: var(--pf-v5-c-table--BackgroundColor);
138
+ background-color: var(--pf-v6-c-table--BackgroundColor);
271
139
  }
272
- @media screen and (max-width: 1200px) {
273
- .pf-v5-c-table {
274
- --pf-v5-c-table__caption--PaddingRight: var(--pf-v5-c-table__caption--xl--PaddingRight);
275
- --pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-c-table__caption--xl--PaddingLeft);
276
- }
277
- }
278
- @media screen and (min-width: 1200px) {
279
- .pf-v5-c-table {
280
- --pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingRight);
281
- --pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingLeft);
282
- --pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft);
283
- --pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight);
284
- }
285
- }
286
- .pf-v5-c-table.pf-m-fixed {
140
+ .pf-v6-c-table.pf-m-fixed {
287
141
  table-layout: fixed;
288
142
  }
289
- .pf-v5-c-table.pf-m-sticky-header {
290
- position: relative;
291
- }
292
- .pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) {
293
- border-block-end: 0;
294
- }
295
- .pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) > * {
296
- z-index: var(--pf-v5-c-table--m-sticky-header--cell--ZIndex);
297
- }
298
- .pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > * {
143
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
144
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
299
145
  position: sticky;
300
146
  inset-block-start: 0;
301
- background: var(--pf-v5-c-table--BackgroundColor);
147
+ z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
148
+ background: var(--pf-v6-c-table--BackgroundColor);
302
149
  }
303
- .pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > *::after {
150
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
151
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
304
152
  position: absolute;
153
+ inset-block-start: 0;
305
154
  inset-block-end: 0;
306
155
  inset-inline-start: 0;
307
156
  inset-inline-end: 0;
157
+ z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
158
+ pointer-events: none;
308
159
  content: "";
309
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
160
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
161
+ }
162
+ .pf-v6-c-table.pf-m-sticky-header {
163
+ position: relative;
310
164
  }
311
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
165
+ .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
166
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
167
+ }
168
+ .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
312
169
  position: sticky;
313
170
  inset-block-start: 0;
314
- z-index: var(--pf-v5-global--ZIndex--xs);
315
- background: var(--pf-v5-c-table--BackgroundColor);
171
+ background: var(--pf-v6-c-table--BackgroundColor);
316
172
  }
317
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
318
- height: var(--pf-v5-c-table--border-width--base);
319
- background-color: var(--pf-v5-c-table--BorderColor);
173
+ .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
174
+ border-block-end: 0;
320
175
  }
321
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v5-c-table__th):not([rowspan]),
322
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v5-c-table__td):not([rowspan]) {
323
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom);
176
+ .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) th:where(.pf-v6-c-table__th):not([rowspan]),
177
+ .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
178
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd);
179
+ }
180
+ .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
181
+ .pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
182
+ .pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
183
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
184
+ --pf-v6-c-table__sticky-column--BackgroundColor: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
185
+ background: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
186
+ }
187
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row).pf-m-ghost-row {
188
+ background-color: var(--pf-v6-c-table__tr--m-ghost-row--BackgroundColor);
189
+ opacity: var(--pf-v6-c-table__tr--m-ghost-row--Opacity);
190
+ }
191
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td) {
192
+ --pf-v6-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);
193
+ --pf-v6-hidden-visible--hidden--Display: none;
194
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
195
+ display: var(--pf-v6-hidden-visible--Display);
196
+ position: relative;
197
+ width: var(--pf-v6-c-table--cell--Width);
198
+ min-width: var(--pf-v6-c-table--cell--MinWidth);
199
+ max-width: var(--pf-v6-c-table--cell--MaxWidth);
200
+ padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
201
+ padding-block-end: var(--pf-v6-c-table--cell--PaddingBlockEnd);
202
+ padding-inline-start: var(--pf-v6-c-table--cell--PaddingInlineStart);
203
+ padding-inline-end: var(--pf-v6-c-table--cell--PaddingInlineEnd);
204
+ overflow: var(--pf-v6-c-table--cell--Overflow);
205
+ font-size: var(--pf-v6-c-table--cell--FontSize);
206
+ font-weight: var(--pf-v6-c-table--cell--FontWeight);
207
+ line-height: var(--pf-v6-c-table--cell--LineHeight);
208
+ color: var(--pf-v6-c-table--cell--Color);
209
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
210
+ word-break: var(--pf-v6-c-table--cell--WordBreak);
211
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
212
+ }
213
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden {
214
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
215
+ }
216
+ @media screen and (min-width: 36rem) {
217
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-sm {
218
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
219
+ }
220
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-sm {
221
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
222
+ }
324
223
  }
325
- .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) {
326
- border-block-end: 0;
224
+ @media screen and (min-width: 48rem) {
225
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-md {
226
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
227
+ }
228
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-md {
229
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
230
+ }
327
231
  }
328
- .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) th:where(.pf-v5-c-table__th):not([rowspan]),
329
- .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
330
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom);
232
+ @media screen and (min-width: 62rem) {
233
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-lg {
234
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
235
+ }
236
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-lg {
237
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
238
+ }
239
+ }
240
+ @media screen and (min-width: 75rem) {
241
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-xl {
242
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
243
+ }
244
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-xl {
245
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
246
+ }
331
247
  }
332
- .pf-v5-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr):nth-child(odd), .pf-v5-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v5-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row),
333
- .pf-v5-c-table > .pf-m-striped > tr:nth-child(odd),
334
- .pf-v5-c-table > .pf-m-striped-even > tr:nth-child(even),
335
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-striped {
336
- --pf-v5-c-table__sticky-column--BackgroundColor: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);
337
- background: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);
248
+ @media screen and (min-width: 90.625rem) {
249
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-2xl {
250
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
251
+ }
252
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-2xl {
253
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
254
+ }
338
255
  }
339
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
340
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
256
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
257
+ padding-inline-start: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingInlineStart));
341
258
  }
342
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row).pf-m-ghost-row {
343
- background-color: var(--pf-v5-c-table__tr--m-ghost-row--BackgroundColor);
344
- opacity: var(--pf-v5-c-table__tr--m-ghost-row--Opacity);
259
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
260
+ padding-inline-end: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingInlineEnd));
345
261
  }
346
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
347
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-table--cell--hidden-visible--Display);
348
- position: relative;
349
- width: var(--pf-v5-c-table--cell--Width);
350
- min-width: var(--pf-v5-c-table--cell--MinWidth);
351
- max-width: var(--pf-v5-c-table--cell--MaxWidth);
352
- padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
353
- padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
354
- padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
355
- padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
356
- overflow: var(--pf-v5-c-table--cell--Overflow);
357
- font-size: var(--pf-v5-c-table--cell--FontSize);
358
- font-weight: var(--pf-v5-c-table--cell--FontWeight);
359
- color: var(--pf-v5-c-table--cell--Color);
360
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
361
- word-break: var(--pf-v5-c-table--cell--WordBreak);
362
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
363
- }
364
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
365
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--cell--first-last-child--PaddingLeft);
366
- }
367
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
368
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--first-last-child--PaddingRight);
369
- }
370
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-center {
262
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
371
263
  text-align: center;
372
264
  }
373
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:empty {
265
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
374
266
  width: auto;
375
267
  min-width: 0;
376
268
  padding: 0;
377
269
  }
378
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-help {
379
- --pf-v5-c-table--cell--MinWidth: var(--pf-v5-c-table--cell--m-help--MinWidth);
270
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-help {
271
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--cell--m-help--MinWidth);
380
272
  }
381
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-favorite {
382
- --pf-v5-c-table__button--Color: var(--pf-v5-c-table--cell--m-favorite--Color);
383
- --pf-v5-c-table__sort--MinWidth: fit-content;
384
- --pf-v5-c-table--cell--MaxWidth: fit-content;
385
- --pf-v5-c-table--cell--Overflow: visible;
273
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-favorite {
274
+ --pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--m-favorite--Color);
275
+ --pf-v6-c-table__sort--MinWidth: fit-content;
276
+ --pf-v6-c-table--cell--MaxWidth: fit-content;
277
+ --pf-v6-c-table--cell--Overflow: visible;
386
278
  }
387
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before, .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
279
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-right::before, .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-left::before {
388
280
  position: absolute;
389
- inset-block-start: 0;
390
- inset-block-end: 0;
391
- inset-inline-start: 0;
392
- inset-inline-end: 0;
281
+ inset: 0;
393
282
  pointer-events: none;
394
283
  content: "";
395
284
  }
396
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before {
397
- border-inline-end: var(--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v5-c-table--cell--m-border-right--before--BorderRightColor);
285
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-right::before {
286
+ border-inline-end: var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth) solid var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor);
398
287
  }
399
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
400
- border-inline-start: var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor);
288
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-left::before {
289
+ border-inline-start: var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth) solid var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor);
401
290
  }
402
- .pf-v5-c-table caption:where(.pf-v5-c-table__caption) {
403
- padding-block-start: var(--pf-v5-c-table__caption--PaddingTop);
404
- padding-block-end: var(--pf-v5-c-table__caption--PaddingBottom);
405
- padding-inline-start: var(--pf-v5-c-table__caption--PaddingLeft);
406
- font-size: var(--pf-v5-c-table__caption--FontSize);
407
- color: var(--pf-v5-c-table__caption--Color);
291
+ .pf-v6-c-table caption:where(.pf-v6-c-table__caption) {
292
+ padding-block-start: var(--pf-v6-c-table__caption--PaddingBlockStart);
293
+ padding-block-end: var(--pf-v6-c-table__caption--PaddingBlockEnd);
294
+ padding-inline-start: var(--pf-v6-c-table__caption--PaddingInlineStart);
295
+ font-size: var(--pf-v6-c-table__caption--FontSize);
296
+ color: var(--pf-v6-c-table__caption--Color);
408
297
  text-align: start;
409
- background-color: var(--pf-v5-c-table--BackgroundColor);
410
- }
411
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
412
- --pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__thead--cell--FontSize);
413
- --pf-v5-c-table--cell--FontWeight: var(--pf-v5-c-table__thead--cell--FontWeight);
414
- vertical-align: bottom;
298
+ background-color: var(--pf-v6-c-table--BackgroundColor);
415
299
  }
416
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header button:where(.pf-v5-c-button) {
417
- outline-offset: var(--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset);
300
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
301
+ --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);
302
+ --pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);
418
303
  }
419
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header th:where(.pf-v5-c-table__th),
420
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header td:where(.pf-v5-c-table__td),
421
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header input:where(.pf-v5-c-check__input) {
422
- vertical-align: middle;
304
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
305
+ outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
423
306
  }
424
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header .pf-v5-c-table__check label {
425
- display: flex;
426
- align-items: center;
427
- }
428
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) th:where(.pf-v5-c-table__th):not([rowspan]),
429
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
430
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop);
307
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) th:where(.pf-v6-c-table__th):not([rowspan]),
308
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
309
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart);
431
310
  }
432
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__subhead {
433
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__subhead--Color);
434
- color: var(--pf-v5-c-table__subhead--Color);
311
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
312
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
313
+ color: var(--pf-v6-c-table__subhead--Color);
435
314
  }
436
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
437
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__tbody--cell--PaddingTop);
438
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__tbody--cell--PaddingBottom);
315
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
316
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__tbody--cell--PaddingBlockStart);
317
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__tbody--cell--PaddingBlockEnd);
318
+ --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize);
439
319
  }
440
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > * {
320
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
441
321
  overflow-wrap: break-word;
442
- vertical-align: baseline;
443
322
  }
444
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
445
- position: absolute;
446
- inset-block-start: var(--pf-v5-c-table__expandable-row--after--Top);
447
- inset-block-end: var(--pf-v5-c-table__expandable-row--after--Bottom);
448
- inset-inline-start: 0;
449
- content: "";
450
- background-color: transparent;
451
- border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
452
- }
453
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input) {
454
- margin-block-start: var(--pf-v5-c-table__check--input--MarginTop);
455
- vertical-align: top;
456
- }
457
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
458
- border-block-end-width: 0;
459
- }
460
- .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle, .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:first-child, .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:last-child {
461
- padding: 0;
462
- }
463
- .pf-v5-c-table .pf-v5-c-table__sort {
464
- min-width: var(--pf-v5-c-table__sort--MinWidth);
465
- }
466
- .pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td).pf-m-help {
467
- min-width: var(--pf-v5-c-table__th--m-help--MinWidth);
468
- }
469
- .pf-v5-c-table > thead, .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-truncate, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-truncate {
470
- --pf-v5-c-table--cell--MinWidth: var(--pf-v5-c-table--m-truncate--cell--MinWidth);
471
- --pf-v5-c-table--cell--MaxWidth: var(--pf-v5-c-table--m-truncate--cell--MaxWidth);
472
- --pf-v5-c-table--cell--Overflow: hidden;
473
- --pf-v5-c-table--cell--TextOverflow: ellipsis;
474
- --pf-v5-c-table--cell--WhiteSpace: nowrap;
475
- }
476
-
477
- .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-wrap, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-wrap {
478
- --pf-v5-c-table--cell--MinWidth: 0;
479
- --pf-v5-c-table--cell--MaxWidth: none;
480
- --pf-v5-c-table--cell--Overflow: visible;
481
- --pf-v5-c-table--cell--TextOverflow: clip;
482
- --pf-v5-c-table--cell--WhiteSpace: normal;
483
- }
484
- .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-nowrap, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-nowrap {
485
- --pf-v5-c-table--cell--MinWidth: 0;
486
- --pf-v5-c-table--cell--MaxWidth: none;
487
- --pf-v5-c-table--cell--Overflow: visible;
488
- --pf-v5-c-table--cell--TextOverflow: clip;
489
- --pf-v5-c-table--cell--WhiteSpace: nowrap;
490
- }
491
- .pf-v5-c-table :where([class*=pf-v5-c-table]) .pf-v5-c-table__icon, .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-fit-content, :where(.pf-v5-c-table) > :is(thead, tbody) .pf-v5-c-table__icon, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-fit-content {
492
- --pf-v5-c-table--cell--MinWidth: fit-content;
493
- --pf-v5-c-table--cell--MaxWidth: none;
494
- --pf-v5-c-table--cell--Width: 1%;
495
- --pf-v5-c-table--cell--Overflow: visible;
496
- --pf-v5-c-table--cell--TextOverflow: clip;
497
- --pf-v5-c-table--cell--WhiteSpace: nowrap;
498
- }
499
- .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-break-word, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-break-word {
500
- --pf-v5-c-table--cell--WordBreak: break-word;
501
- --pf-v5-c-table--cell--WhiteSpace: normal;
502
- }
503
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) {
323
+ .pf-v6-c-table .pf-v6-c-table__sort {
324
+ min-width: var(--pf-v6-c-table__sort--MinWidth);
325
+ }
326
+ .pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td).pf-m-help {
327
+ min-width: var(--pf-v6-c-table__th--m-help--MinWidth);
328
+ }
329
+ .pf-v6-c-table > thead, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-truncate, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-truncate {
330
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
331
+ --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
332
+ --pf-v6-c-table--cell--Overflow: hidden;
333
+ --pf-v6-c-table--cell--TextOverflow: ellipsis;
334
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
335
+ }
336
+
337
+ .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-wrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-wrap {
338
+ --pf-v6-c-table--cell--MinWidth: 0;
339
+ --pf-v6-c-table--cell--MaxWidth: none;
340
+ --pf-v6-c-table--cell--Overflow: visible;
341
+ --pf-v6-c-table--cell--TextOverflow: clip;
342
+ --pf-v6-c-table--cell--WhiteSpace: normal;
343
+ }
344
+ .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-nowrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-nowrap {
345
+ --pf-v6-c-table--cell--MinWidth: 0;
346
+ --pf-v6-c-table--cell--MaxWidth: none;
347
+ --pf-v6-c-table--cell--Overflow: visible;
348
+ --pf-v6-c-table--cell--TextOverflow: clip;
349
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
350
+ }
351
+ .pf-v6-c-table :where([class*=pf-v6-c-table]) .pf-v6-c-table__icon, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-fit-content, :where(.pf-v6-c-table) > :is(thead, tbody) .pf-v6-c-table__icon, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-fit-content {
352
+ --pf-v6-c-table--cell--MinWidth: fit-content;
353
+ --pf-v6-c-table--cell--MaxWidth: none;
354
+ --pf-v6-c-table--cell--Width: 1%;
355
+ --pf-v6-c-table--cell--Overflow: visible;
356
+ --pf-v6-c-table--cell--TextOverflow: clip;
357
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
358
+ }
359
+ .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-break-word, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-break-word {
360
+ --pf-v6-c-table--cell--WordBreak: break-word;
361
+ --pf-v6-c-table--cell--WhiteSpace: normal;
362
+ }
363
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
364
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
365
+ --pf-v6-c-table__tbody--BorderBlockEndWidth: 0;
366
+ --pf-v6-c-table--m-expandable__tbody--BorderBlockEndWidth: 0;
367
+ --pf-v6-c-table__control-row--BorderBlockEndWidth: 0;
368
+ }
369
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
504
370
  border-block-end: 0;
505
371
  }
506
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
507
- border-inline-start: 0;
508
- }
509
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody):not(.pf-m-expanded) .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
372
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody):not(.pf-m-expanded) .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::before {
510
373
  display: none;
511
374
  }
512
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > .pf-v5-c-table__control-row {
513
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
514
- }
515
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__control-row > .pf-v5-c-table__compound-expansion-toggle:first-child > ::before {
516
- border-inline-start-width: 0;
517
- }
518
- .pf-v5-c-table tr.pf-m-clickable:last-child {
375
+ .pf-v6-c-table tr.pf-m-clickable:last-child {
519
376
  border-block-end-color: transparent;
520
377
  }
521
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
378
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable {
522
379
  cursor: pointer;
523
- background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
524
- outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
525
- box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
380
+ background-color: var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);
381
+ outline-offset: var(--pf-v6-c-table__tr--m-clickable--OutlineOffset);
526
382
  }
527
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
528
- --pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor);
383
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:is(:hover, :focus) {
384
+ --pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
529
385
  }
530
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
531
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
532
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
386
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
533
387
  position: relative;
534
- background-color: var(--pf-v5-c-table__tr--m-selected--BackgroundColor);
535
- outline-offset: var(--pf-v5-c-table__tr--m-selected--OutlineOffset);
536
- box-shadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow);
537
- }
538
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected + tr:where(.pf-v5-c-table__tr).pf-m-selected {
539
- box-shadow: var(--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow);
540
- }
541
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected + tr:where(.pf-v5-c-table__tr).pf-m-selected:hover {
542
- box-shadow: var(--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow);
543
- }
544
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected:hover + tr:where(.pf-v5-c-table__tr).pf-m-selected {
545
- box-shadow: var(--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow);
388
+ background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
389
+ outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
546
390
  }
547
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-first-cell-offset-reset {
548
- --pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
391
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
392
+ padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart);
549
393
  }
550
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable {
394
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
551
395
  cursor: pointer;
552
- background-color: var(--pf-v5-c-table__tbody--m-clickable--BackgroundColor);
553
- outline-offset: var(--pf-v5-c-table__tbody--m-clickable--OutlineOffset);
554
- box-shadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow);
396
+ background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
397
+ outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
555
398
  }
556
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
557
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor);
399
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
400
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
558
401
  }
559
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:hover:not(.pf-m-selected) + tbody:where(.pf-v5-c-table__tbody).pf-m-selected, .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:focus:not(.pf-m-selected) + tbody:where(.pf-v5-c-table__tbody).pf-m-selected, .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:active:not(.pf-m-selected) + tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
560
- box-shadow: var(--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow);
402
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
403
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
561
404
  }
562
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:hover {
563
- --pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow);
564
- --pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor);
405
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
406
+ background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
407
+ outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
565
408
  }
566
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:focus {
567
- --pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow);
568
- --pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor);
409
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row) {
410
+ border: none;
569
411
  }
570
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:active {
571
- --pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--active--BoxShadow);
572
- --pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor);
573
- }
574
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
575
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth);
576
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor);
577
- background-color: var(--pf-v5-c-table__tbody--m-selected--BackgroundColor);
578
- outline-offset: var(--pf-v5-c-table__tbody--m-selected--OutlineOffset);
579
- box-shadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow);
580
- }
581
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected + tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
582
- --pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow);
412
+ .pf-v6-c-table.pf-m-drag-over {
413
+ overflow-anchor: none;
583
414
  }
584
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected + tbody:where(.pf-v5-c-table__tbody).pf-m-selected:hover {
585
- box-shadow: var(--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow);
415
+ .pf-v6-c-table .pf-v6-c-table {
416
+ background-color: transparent;
586
417
  }
587
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected:hover + tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
588
- box-shadow: var(--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow);
418
+ .pf-v6-c-table .pf-v6-c-table,
419
+ .pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
420
+ border-block-end: 0;
589
421
  }
590
- .pf-v5-c-table.pf-m-drag-over {
591
- overflow-anchor: none;
422
+ .pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
423
+ --pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
592
424
  }
593
425
 
594
- .pf-v5-c-table__text {
595
- --pf-v5-c-table--cell--MaxWidth: 100%;
426
+ .pf-v6-c-table__text {
427
+ --pf-v6-c-table--cell--MaxWidth: 100%;
596
428
  position: relative;
597
429
  display: block;
598
- width: var(--pf-v5-c-table--cell--Width);
599
- min-width: var(--pf-v5-c-table--cell--MinWidth);
600
- max-width: var(--pf-v5-c-table--cell--MaxWidth);
601
- overflow: var(--pf-v5-c-table--cell--Overflow);
602
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
603
- word-break: var(--pf-v5-c-table--cell--WordBreak);
604
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
605
- }
606
- .pf-v5-c-table__text.pf-m-truncate {
607
- --pf-v5-c-table--cell--MinWidth: 100%;
608
- }
609
- .pf-v5-c-table__text.pf-m-truncate > * {
610
- overflow: var(--pf-v5-c-table--cell--Overflow);
611
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
612
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
613
- }
614
-
615
- .pf-v5-c-table__button {
616
- position: static;
617
- width: 100%;
618
- padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
619
- padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
620
- padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
621
- padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
430
+ width: var(--pf-v6-c-table--cell--Width);
431
+ min-width: var(--pf-v6-c-table--text--MinWidth);
432
+ max-width: var(--pf-v6-c-table--cell--MaxWidth);
433
+ overflow: var(--pf-v6-c-table--cell--Overflow);
434
+ line-height: var(--pf-v6-c-table--cell--LineHeight);
435
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
436
+ word-break: var(--pf-v6-c-table--cell--WordBreak);
437
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
438
+ }
439
+ .pf-v6-c-table__text.pf-m-truncate {
440
+ --pf-v6-c-table--cell--MinWidth: 100%;
441
+ --pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
442
+ }
443
+ .pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
444
+ overflow: var(--pf-v6-c-table--cell--Overflow);
445
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
446
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
447
+ }
448
+
449
+ .pf-v6-c-table__button {
450
+ width: auto;
451
+ padding-block-start: var(--pf-v6-c-table__button--PaddingBlockStart);
452
+ padding-block-end: var(--pf-v6-c-table__button--PaddingBlockEnd);
453
+ padding-inline-start: var(--pf-v6-c-table__button--PaddingInlineStart);
454
+ padding-inline-end: var(--pf-v6-c-table__button--PaddingInlineEnd);
455
+ margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);
456
+ margin-inline-start: calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);
622
457
  font-size: inherit;
623
458
  font-weight: inherit;
624
- color: var(--pf-v5-c-table__button--Color);
459
+ color: var(--pf-v6-c-table__button--Color);
625
460
  text-align: start;
626
461
  white-space: inherit;
627
462
  user-select: text;
628
- background-color: var(--pf-v5-c-table__button--BackgroundColor);
463
+ background-color: var(--pf-v6-c-table__button--BackgroundColor);
629
464
  border: 0;
465
+ border-radius: var(--pf-v6-c-table__button--BorderRadius);
466
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
630
467
  }
631
- .pf-v5-c-table__button::before {
632
- position: absolute;
633
- inset-block-start: 0;
634
- inset-block-end: 0;
635
- inset-inline-start: 0;
636
- inset-inline-end: 0;
637
- cursor: pointer;
638
- content: "";
639
- }
640
- .pf-v5-c-table__button:hover {
641
- color: var(--pf-v5-c-table__button--hover--Color);
642
- }
643
- .pf-v5-c-table__button:focus {
644
- color: var(--pf-v5-c-table__button--focus--Color);
468
+ .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
469
+ margin-block-end: 0;
645
470
  }
646
- .pf-v5-c-table__button:active {
647
- color: var(--pf-v5-c-table__button--active--Color);
471
+ .pf-v6-c-table__button:is(:hover, :focus) {
472
+ color: var(--pf-v6-c-table__button--hover--Color);
648
473
  }
649
474
 
650
- .pf-v5-c-table__sort .pf-v5-c-table__text,
651
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__text {
475
+ .pf-v6-c-table__sort .pf-v6-c-table__text,
476
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__text {
652
477
  display: block;
653
478
  width: auto;
654
- overflow: var(--pf-v5-c-table--cell--Overflow);
655
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
656
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
479
+ overflow: var(--pf-v6-c-table--cell--Overflow);
480
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
481
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
657
482
  }
658
483
 
659
- .pf-v5-c-table__sort .pf-v5-c-table__text {
660
- --pf-v5-c-table--cell--MinWidth: 0;
661
- }
662
-
663
- .pf-v5-c-table__button-content,
664
- .pf-v5-c-table__column-help {
665
- display: grid;
484
+ .pf-v6-c-table__button-content,
485
+ .pf-v6-c-table__column-help {
486
+ display: inline-grid;
666
487
  grid-template-columns: auto max-content;
667
- align-items: end;
488
+ align-items: baseline;
668
489
  justify-content: start;
669
490
  }
670
- .pf-v5-c-table__button-content .pf-v5-c-table__text,
671
- .pf-v5-c-table__column-help .pf-v5-c-table__text {
491
+ .pf-v6-c-table__button-content .pf-v6-c-table__text,
492
+ .pf-v6-c-table__column-help .pf-v6-c-table__text {
672
493
  min-width: auto;
673
494
  }
674
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nowrap .pf-v5-c-table__button-content, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-nowrap .pf-v5-c-table__button-content, .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-nowrap .pf-v5-c-table__button-content,
675
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nowrap .pf-v5-c-table__column-help,
676
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-nowrap .pf-v5-c-table__column-help,
677
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-nowrap .pf-v5-c-table__column-help {
495
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,
496
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,
497
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__column-help,
498
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__column-help {
678
499
  grid-template-columns: min-content max-content;
679
500
  }
680
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-fit-content .pf-v5-c-table__button-content, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-fit-content .pf-v5-c-table__button-content, .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-fit-content .pf-v5-c-table__button-content,
681
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-fit-content .pf-v5-c-table__column-help,
682
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-fit-content .pf-v5-c-table__column-help,
683
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-fit-content .pf-v5-c-table__column-help {
501
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__button-content,
502
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__column-help,
503
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__column-help,
504
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__column-help {
684
505
  grid-template-columns: fit-content max-content;
685
506
  }
686
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-wrap .pf-v5-c-table__button-content, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-wrap .pf-v5-c-table__button-content, .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-wrap .pf-v5-c-table__button-content, .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-truncate .pf-v5-c-table__button-content, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-truncate .pf-v5-c-table__button-content, .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-truncate .pf-v5-c-table__button-content,
687
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-wrap .pf-v5-c-table__column-help,
688
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-wrap .pf-v5-c-table__column-help,
689
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-wrap .pf-v5-c-table__column-help,
690
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-truncate .pf-v5-c-table__column-help,
691
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-truncate .pf-v5-c-table__column-help,
692
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-truncate .pf-v5-c-table__column-help {
507
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__button-content,
508
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__column-help,
509
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__column-help,
510
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__column-help,
511
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__column-help,
512
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__column-help,
513
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__column-help {
693
514
  grid-template-columns: auto max-content;
694
515
  }
695
516
 
696
- .pf-v5-c-table .pf-v5-c-table__toggle,
697
- .pf-v5-c-table .pf-v5-c-table__action,
698
- .pf-v5-c-table .pf-v5-c-table__inline-edit-action {
699
- --pf-v5-c-table--cell--PaddingBottom: 0;
517
+ .pf-v6-c-table .pf-v6-c-table__check,
518
+ .pf-v6-c-table .pf-v6-c-table__toggle,
519
+ .pf-v6-c-table .pf-v6-c-table__action,
520
+ .pf-v6-c-table .pf-v6-c-table__inline-edit-action,
521
+ .pf-v6-c-table .pf-v6-c-table__draggable {
522
+ --pf-v6-c-table--cell--MinWidth: 0;
523
+ --pf-v6-c-table--cell--Width: 1%;
700
524
  }
701
525
 
702
- .pf-v5-c-table .pf-v5-c-table__check,
703
- .pf-v5-c-table .pf-v5-c-table__toggle,
704
- .pf-v5-c-table .pf-v5-c-table__action,
705
- .pf-v5-c-table .pf-v5-c-table__favorite,
706
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-favorite,
707
- .pf-v5-c-table .pf-v5-c-table__inline-edit-action,
708
- .pf-v5-c-table .pf-v5-c-table__draggable {
709
- --pf-v5-c-table--cell--MinWidth: 0;
710
- --pf-v5-c-table--cell--Width: 1%;
526
+ .pf-v6-c-table .pf-v6-c-table__favorite {
527
+ --pf-v6-c-table--cell--MaxWidth: auto;
711
528
  }
712
529
 
713
- .pf-v5-c-table__toggle {
714
- --pf-v5-c-table--cell--PaddingRight: 0;
715
- --pf-v5-c-table--cell--PaddingLeft: 0;
716
- vertical-align: top;
530
+ .pf-v6-c-table__toggle {
531
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__toggle--PaddingBlockStart);
532
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__toggle--PaddingBlockEnd);
533
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__toggle--PaddingInlineStart);
534
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__toggle--PaddingInlineEnd);
717
535
  }
718
- .pf-v5-c-table__toggle .pf-v5-c-button {
719
- margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
720
- margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
536
+ .pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon {
537
+ transform: rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
721
538
  }
722
- .pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
723
- transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
539
+ .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
540
+ transition: var(--pf-v6-c-table__toggle--c-button__toggle-icon--Transition);
541
+ transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
724
542
  }
725
- .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
726
- transition: var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);
727
- transform: rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate));
728
- }
729
- :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
543
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
730
544
  scale: -1 1;
731
545
  }
732
546
 
733
- .pf-v5-c-table__toggle svg {
547
+ .pf-v6-c-table__toggle svg {
734
548
  pointer-events: none;
735
549
  }
736
550
 
737
- .pf-v5-c-table__check {
738
- --pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__check--input--FontSize);
551
+ .pf-v6-c-table__check {
552
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__check--PaddingInlineStart);
553
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__check--PaddingInlineEnd);
554
+ vertical-align: top;
739
555
  }
740
- .pf-v5-c-table__check label:not([disabled]),
741
- .pf-v5-c-table__check input:not([disabled]) {
742
- cursor: pointer;
556
+ .pf-v6-c-table__check .pf-v6-c-check {
557
+ --pf-v6-c-check__label--FontSize: var(--pf-v6-c-table--cell--FontSize);
558
+ --pf-v6-c-check__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight);
559
+ }
560
+ .pf-v6-c-table__check .pf-v6-c-radio {
561
+ --pf-v6-c-radio__label--FontSize: var(--pf-v6-c-table--cell--FontSize);
562
+ --pf-v6-c-radio__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight);
743
563
  }
744
- .pf-v5-c-table__check label {
745
- display: inline-flex;
746
- padding: inherit;
747
- margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
748
- margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
749
- margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
750
- margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
564
+ thead .pf-v6-c-table__check {
565
+ vertical-align: bottom;
751
566
  }
752
- .pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
753
- --pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
567
+ thead .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone,
568
+ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
569
+ display: table-cell;
570
+ height: auto;
571
+ line-height: 1;
572
+ vertical-align: baseline;
754
573
  }
755
574
 
756
- .pf-v5-c-table__favorite .pf-v5-c-button {
757
- --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
758
- --pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);
759
- margin-block-start: var(--pf-v5-c-table__favorite--c-button--MarginTop);
760
- margin-block-end: var(--pf-v5-c-table__favorite--c-button--MarginBottom);
761
- margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
762
- margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
575
+ .pf-v6-c-table__favorite .pf-v6-c-button {
576
+ --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
763
577
  }
764
- .pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
765
- --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
578
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
579
+ --pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
580
+ }
581
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
582
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
766
583
  }
767
584
 
768
- .pf-v5-c-table__draggable .pf-v5-c-button {
769
- margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
770
- margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
771
- margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
772
- margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
585
+ .pf-v6-c-table__draggable .pf-v6-c-button {
773
586
  cursor: grab;
774
587
  }
775
- .pf-v5-c-table__draggable .pf-v5-c-button:active {
588
+ .pf-v6-c-table__draggable .pf-v6-c-button:active {
776
589
  cursor: grabbing;
777
590
  }
778
591
 
779
- .pf-v5-c-table__action,
780
- .pf-v5-c-table__inline-edit-action {
781
- --pf-v5-c-table--cell--PaddingTop: 0;
782
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__action--PaddingRight);
783
- --pf-v5-c-table--cell--PaddingBottom: 0;
784
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
785
- padding-block-start: 0;
786
- padding-block-end: 0;
787
- vertical-align: middle;
788
- }
789
-
790
- .pf-v5-c-table__action {
791
- text-align: end;
592
+ .pf-v6-c-table__action,
593
+ .pf-v6-c-table__favorite,
594
+ .pf-v6-c-table__inline-edit-action,
595
+ .pf-v6-c-table__draggable {
596
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__action--PaddingBlockStart);
597
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__action--PaddingBlockEnd);
598
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__action--PaddingInlineStart);
599
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__action--PaddingInlineEnd);
792
600
  }
793
601
 
794
- .pf-v5-c-table__inline-edit-action {
795
- --pf-v5-c-table--cell--PaddingLeft: 0;
796
- --pf-v5-c-table--cell--PaddingRight: 0;
602
+ .pf-v6-c-table__action:last-child,
603
+ .pf-v6-c-table__inline-edit-action:last-child {
797
604
  text-align: end;
798
605
  }
799
606
 
800
- .pf-v5-c-table__compound-expansion-toggle {
801
- --pf-v5-c-table__button--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--Color);
802
- --pf-v5-c-table__button--hover--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--hover--Color);
803
- --pf-v5-c-table__button--focus--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--focus--Color);
804
- --pf-v5-c-table__button--active--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--active--Color);
607
+ .pf-v6-c-table__compound-expansion-toggle {
608
+ --pf-v6-c-table__button--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--Color);
609
+ --pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
805
610
  position: relative;
611
+ padding: 0;
612
+ background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
806
613
  }
807
- .pf-v5-c-table__compound-expansion-toggle.pf-m-truncate {
614
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
808
615
  overflow: visible;
809
616
  }
810
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button {
617
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button {
618
+ position: static;
811
619
  min-width: 100%;
620
+ padding: 0;
621
+ margin: 0;
812
622
  overflow: hidden;
813
623
  }
814
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:hover, .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:focus, .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:active {
624
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:is(:hover, :focus) {
815
625
  outline: 0;
816
626
  }
817
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
818
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
627
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::after {
819
628
  position: absolute;
820
- inset-inline-end: 0;
629
+ inset: 0;
821
630
  content: "";
822
- border-style: solid;
823
- border-width: 0;
824
- }
825
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
826
- inset-block-start: 0;
827
- inset-block-end: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
828
- inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
829
- border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor);
830
- border-inline-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
831
- border-inline-end-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
832
- }
833
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
834
- inset-block-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
835
- inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
836
- pointer-events: none;
837
- border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor);
838
- border-block-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
839
- }
840
- .pf-v5-c-table__compound-expansion-toggle:hover, .pf-v5-c-table__compound-expansion-toggle:focus-within, .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded {
841
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
842
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
843
- --pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base);
844
- }
845
- .pf-v5-c-table__compound-expansion-toggle:first-child {
846
- --pf-v5-c-table__compound-expansion-toggle__button--before--Left: 0;
847
- --pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
631
+ border: 0;
632
+ border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
848
633
  }
849
- .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button::before {
850
- border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
634
+ .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
635
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
636
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth);
851
637
  }
852
- .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded:first-child {
853
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
638
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
639
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
640
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth);
854
641
  }
855
- .pf-v5-c-table__compound-expansion-toggle:focus-within {
856
- outline-offset: var(--pf-v5-c-table__button--OutlineOffset);
642
+ .pf-v6-c-table__compound-expansion-toggle:focus-within {
643
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
857
644
  }
858
645
  @media (-webkit-min-device-pixel-ratio: 0) {
859
- .pf-v5-c-table__compound-expansion-toggle:focus-within {
646
+ .pf-v6-c-table__compound-expansion-toggle:focus-within {
860
647
  outline-style: auto;
861
648
  outline-color: -webkit-focus-ring-color;
862
649
  }
863
650
  }
864
651
 
865
- .pf-v5-c-table__column-help-action {
866
- margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
867
- transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
868
- }
869
- .pf-v5-c-table__column-help-action .pf-v5-c-button {
870
- --pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
871
- --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);
872
- margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
873
- margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
874
- font-size: inherit;
875
- line-height: 1;
652
+ .pf-v6-c-table__column-help-action {
653
+ margin-inline-start: var(--pf-v6-c-table__column-help--MarginInlineStart);
876
654
  }
877
655
 
878
- .pf-v5-c-table__sort .pf-v5-c-table__button {
879
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__sort__button--PaddingTop);
880
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__sort__button--PaddingRight);
881
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__sort__button--PaddingBottom);
882
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
883
- display: flex;
884
- width: auto;
885
- margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
886
- margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
887
- margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
888
- }
889
- .pf-v5-c-table__sort .pf-v5-c-table__button:hover {
890
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
891
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--hover__text--Color);
656
+ .pf-v6-c-table__sort {
657
+ vertical-align: bottom;
892
658
  }
893
- .pf-v5-c-table__sort .pf-v5-c-table__button:focus {
894
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--focus__sort-indicator--Color);
895
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--focus__text--Color);
659
+ .pf-v6-c-table__sort .pf-v6-c-table__button:is(:hover, :focus) {
660
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--hover__sort-indicator--Color);
661
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--hover__text--Color);
662
+ --pf-v6-c-table__button--BackgroundColor: var(--pf-v6-c-table__button--hover--BackgroundColor);
896
663
  }
897
- .pf-v5-c-table__sort .pf-v5-c-table__button:active {
898
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--active__sort-indicator--Color);
899
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--active__text--Color);
664
+ .pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text {
665
+ color: var(--pf-v6-c-table__sort__button__text--Color);
900
666
  }
901
- .pf-v5-c-table__sort .pf-v5-c-table__button .pf-v5-c-table__text {
902
- color: var(--pf-v5-c-table__sort__button__text--Color);
667
+ .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button, .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button {
668
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
903
669
  }
904
- .pf-v5-c-table__sort.pf-m-selected .pf-v5-c-table__button {
905
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort--m-selected__sort-indicator--Color);
906
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort--m-selected__button__text--Color);
907
- color: var(--pf-v5-c-table__sort--m-selected__button--Color);
670
+ .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button .pf-v6-c-table__text, .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button .pf-v6-c-table__text {
671
+ color: var(--pf-v6-c-table__sort--m-selected__button--Color);
908
672
  }
909
- .pf-v5-c-table__sort.pf-m-help {
910
- --pf-v5-c-table__th--m-help--MinWidth: var(--pf-v5-c-table__sort--m-help--MinWidth);
673
+ .pf-v6-c-table__sort.pf-m-help {
674
+ --pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
911
675
  }
912
- .pf-v5-c-table__sort.pf-m-favorite {
913
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort--m-favorite__button__text--Color);
914
- --pf-v5-c-table__sort__button--hover__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--hover__text--Color);
915
- --pf-v5-c-table__sort__button--focus__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--focus__text--Color);
916
- --pf-v5-c-table__sort__button--active__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--active__text--Color);
917
- --pf-v5-c-table__sort--m-selected__button__text--Color: currentcolor;
676
+ .pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
677
+ font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
918
678
  }
919
679
 
920
- .pf-v5-c-table__sort-indicator {
680
+ .pf-v6-c-table__sort-indicator {
921
681
  grid-column: 2;
922
- margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
923
- color: var(--pf-v5-c-table__sort-indicator--Color);
682
+ align-self: end;
683
+ margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginInlineStart);
684
+ color: var(--pf-v6-c-table__sort-indicator--Color);
924
685
  pointer-events: none;
925
686
  }
926
687
 
927
- .pf-v5-c-table__expandable-row {
928
- --pf-v5-c-table--cell--PaddingTop: 0;
929
- --pf-v5-c-table--cell--PaddingBottom: 0;
688
+ .pf-v6-c-table__expandable-row {
930
689
  position: relative;
931
690
  border-block-end: 0 solid transparent;
932
- box-shadow: 0 0 0 0 transparent;
933
691
  }
934
- .pf-v5-c-table__expandable-row,
935
- .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td):first-child::after {
936
- transition: var(--pf-v5-c-table__expandable-row--Transition);
692
+ .pf-v6-c-table__expandable-row,
693
+ .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
694
+ transition: var(--pf-v6-c-table__expandable-row--Transition);
937
695
  }
938
- .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
939
- .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding {
696
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
697
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
698
+ padding-block-start: 0;
699
+ }
700
+
701
+ .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
702
+ .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
940
703
  padding-block-start: 0;
941
- padding-inline-end: 0;
942
704
  padding-block-end: 0;
943
- padding-inline-start: var(--pf-v5-c-table__expandable-row--after--border-width--base);
705
+ padding-inline-start: 0;
706
+ padding-inline-end: 0;
944
707
  }
945
- .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
946
- .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
708
+ .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
709
+ .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
947
710
  padding: 0;
948
711
  }
949
- .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
950
- padding-block-start: var(--pf-v5-c-table__expandable-row-content--PaddingTop);
951
- padding-block-end: var(--pf-v5-c-table__expandable-row-content--PaddingBottom);
712
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
713
+ padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
714
+ padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);
715
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);
716
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);
717
+ background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
718
+ border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
952
719
  }
953
- .pf-v5-c-table__expandable-row.pf-m-expanded {
954
- border-block-end-color: var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);
955
- border-block-end-width: var(--pf-v5-c-table--border-width--base);
956
- box-shadow: var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow);
720
+ .pf-v6-c-table__expandable-row.pf-m-expanded {
721
+ border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
722
+ border-block-end-width: var(--pf-v6-c-table--border-width--base);
957
723
  }
958
- .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
724
+ .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
959
725
  display: none;
960
726
  }
727
+ .pf-v6-c-table__expandable-row tr:last-child {
728
+ border-block-end: 0;
729
+ }
961
730
 
962
- .pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
963
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--nested--first-last-child--PaddingLeft);
731
+ .pf-v6-c-table.pf-m-compact {
732
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
733
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
964
734
  }
965
- .pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
966
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--nested--first-last-child--PaddingRight);
735
+ .pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
736
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
737
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
967
738
  }
968
-
969
- .pf-v5-c-table.pf-m-compact {
970
- --pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table--m-compact--FontSize);
971
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
972
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
973
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--PaddingLeft);
974
- }
975
- .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) {
976
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--PaddingLeft);
977
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--PaddingRight);
978
- }
979
- .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
980
- --pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table--m-compact--FontSize);
981
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
982
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
983
- }
984
- .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
985
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
986
- }
987
- .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:last-child {
988
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
989
- }
990
- .pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
991
- .pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
992
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
993
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
994
- }
995
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
996
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__action--PaddingTop);
997
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__action--PaddingBottom);
998
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
999
- }
1000
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle {
1001
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__toggle--PaddingTop);
1002
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__toggle--PaddingBottom);
1003
- }
1004
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__icon {
739
+ .pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),
740
+ .pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle {
741
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__th--PaddingBlockStart);
742
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__th--PaddingBlockEnd);
743
+ }
744
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,
745
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,
746
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,
747
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable {
748
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);
749
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd);
750
+ }
751
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
1005
752
  width: auto;
1006
753
  min-width: 0;
1007
754
  text-align: center;
1008
755
  }
1009
- .pf-v5-c-table .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) > *:first-child {
1010
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--nested--first-last-child--PaddingLeft);
756
+
757
+ .pf-v6-c-table__thead {
758
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
759
+ --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
760
+ vertical-align: bottom;
761
+ }
762
+ .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
763
+ --pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
764
+ --pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
765
+ margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);
1011
766
  }
1012
- .pf-v5-c-table .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) > *:last-child {
1013
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--nested--first-last-child--PaddingRight);
767
+
768
+ .pf-v6-c-table__tbody {
769
+ vertical-align: top;
1014
770
  }
1015
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__expandable-row-content {
1016
- --pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop);
1017
- --pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom);
771
+ .pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
772
+ background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
1018
773
  }
1019
774
 
1020
- .pf-v5-c-table__icon-inline {
1021
- display: flex;
1022
- align-items: center;
775
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
776
+ border-block-end: 0;
1023
777
  }
1024
- .pf-v5-c-table__icon-inline > :not(:last-child) {
1025
- margin-inline-end: var(--pf-v5-c-table__icon-inline--MarginRight);
778
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
779
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
780
+ }
781
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
782
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
783
+ }
784
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
785
+ background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
786
+ border-block-end: var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor);
1026
787
  }
1027
788
 
1028
- .pf-v5-c-table .pf-m-width-10 {
1029
- --pf-v5-c-table--cell--Width: 10%;
789
+ .pf-v6-c-table__tr {
790
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
791
+ }
792
+ .pf-v6-c-table__thead .pf-v6-c-table__tr {
793
+ border-block-end: 0;
794
+ }
795
+ .pf-v6-c-table__tr.pf-m-border-row {
796
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
1030
797
  }
1031
798
 
1032
- .pf-v5-c-table .pf-m-width-15 {
1033
- --pf-v5-c-table--cell--Width: 15%;
799
+ .pf-v6-c-table__icon-inline {
800
+ display: flex;
801
+ align-items: center;
802
+ }
803
+ .pf-v6-c-table__icon-inline > :not(:last-child) {
804
+ margin-inline-end: var(--pf-v6-c-table__icon-inline--MarginInlineEnd);
1034
805
  }
1035
806
 
1036
- .pf-v5-c-table .pf-m-width-20 {
1037
- --pf-v5-c-table--cell--Width: 20%;
807
+ .pf-v6-c-table .pf-m-width-10 {
808
+ --pf-v6-c-table--cell--Width: 10%;
1038
809
  }
1039
810
 
1040
- .pf-v5-c-table .pf-m-width-25 {
1041
- --pf-v5-c-table--cell--Width: 25%;
811
+ .pf-v6-c-table .pf-m-width-15 {
812
+ --pf-v6-c-table--cell--Width: 15%;
1042
813
  }
1043
814
 
1044
- .pf-v5-c-table .pf-m-width-30 {
1045
- --pf-v5-c-table--cell--Width: 30%;
815
+ .pf-v6-c-table .pf-m-width-20 {
816
+ --pf-v6-c-table--cell--Width: 20%;
1046
817
  }
1047
818
 
1048
- .pf-v5-c-table .pf-m-width-35 {
1049
- --pf-v5-c-table--cell--Width: 35%;
819
+ .pf-v6-c-table .pf-m-width-25 {
820
+ --pf-v6-c-table--cell--Width: 25%;
1050
821
  }
1051
822
 
1052
- .pf-v5-c-table .pf-m-width-40 {
1053
- --pf-v5-c-table--cell--Width: 40%;
823
+ .pf-v6-c-table .pf-m-width-30 {
824
+ --pf-v6-c-table--cell--Width: 30%;
1054
825
  }
1055
826
 
1056
- .pf-v5-c-table .pf-m-width-45 {
1057
- --pf-v5-c-table--cell--Width: 45%;
827
+ .pf-v6-c-table .pf-m-width-35 {
828
+ --pf-v6-c-table--cell--Width: 35%;
1058
829
  }
1059
830
 
1060
- .pf-v5-c-table .pf-m-width-50 {
1061
- --pf-v5-c-table--cell--Width: 50%;
831
+ .pf-v6-c-table .pf-m-width-40 {
832
+ --pf-v6-c-table--cell--Width: 40%;
1062
833
  }
1063
834
 
1064
- .pf-v5-c-table .pf-m-width-60 {
1065
- --pf-v5-c-table--cell--Width: 60%;
835
+ .pf-v6-c-table .pf-m-width-45 {
836
+ --pf-v6-c-table--cell--Width: 45%;
1066
837
  }
1067
838
 
1068
- .pf-v5-c-table .pf-m-width-70 {
1069
- --pf-v5-c-table--cell--Width: 70%;
839
+ .pf-v6-c-table .pf-m-width-50 {
840
+ --pf-v6-c-table--cell--Width: 50%;
1070
841
  }
1071
842
 
1072
- .pf-v5-c-table .pf-m-width-80 {
1073
- --pf-v5-c-table--cell--Width: 80%;
843
+ .pf-v6-c-table .pf-m-width-60 {
844
+ --pf-v6-c-table--cell--Width: 60%;
1074
845
  }
1075
846
 
1076
- .pf-v5-c-table .pf-m-width-90 {
1077
- --pf-v5-c-table--cell--Width: 90%;
847
+ .pf-v6-c-table .pf-m-width-70 {
848
+ --pf-v6-c-table--cell--Width: 70%;
1078
849
  }
1079
850
 
1080
- .pf-v5-c-table .pf-m-width-100 {
1081
- --pf-v5-c-table--cell--Width: 100%;
851
+ .pf-v6-c-table .pf-m-width-80 {
852
+ --pf-v6-c-table--cell--Width: 80%;
1082
853
  }
1083
854
 
1084
- :where(.pf-v5-theme-dark) .pf-v5-c-table {
1085
- --pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
855
+ .pf-v6-c-table .pf-m-width-90 {
856
+ --pf-v6-c-table--cell--Width: 90%;
1086
857
  }
1087
- :where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:hover, :where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:focus {
1088
- --pf-v5-c-button--m-plain--Color: var(--pf-v5-global--palette--gold-100);
858
+
859
+ .pf-v6-c-table .pf-m-width-100 {
860
+ --pf-v6-c-table--cell--Width: 100%;
1089
861
  }