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

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 +220 -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 +127 -122
  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 +120 -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 +19 -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 +108 -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 +156 -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 +157 -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 +26 -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 -9
  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 -15
  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 +58 -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 +112 -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 +42 -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 +64 -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 +543 -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 +147 -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 +250 -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 -43
  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 -75
  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 +36 -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 +134 -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 +243 -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 +549 -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 +38 -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 +231 -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 +192 -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 +49 -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 +492 -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 +209 -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 +106 -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 +62 -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 +33 -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 +345 -291
  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 -205
  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 +53 -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 +47 -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 -218
  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 +44 -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 -52
  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 +182 -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 +87 -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 +452 -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 +57 -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 +170 -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 -355
  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 +450 -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 +334 -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 +138 -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 -163
  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 -249
  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 -179
  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 -27
  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 +21 -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 +428 -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 +244 -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 -72
  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 +150 -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 -82
  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 +532 -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 -44
  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 -264
  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 +54 -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 -112
  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 +10 -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 -144
  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 -36
  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 -93
  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 -35
  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 +885 -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 +44 -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 +528 -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 +648 -874
  304. package/css/components/Table/table.d.ts +46 -46
  305. package/css/components/Table/table.js +46 -46
  306. package/css/components/Table/table.mjs +46 -46
  307. package/css/components/Tabs/tabs.css +636 -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 +154 -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 +69 -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 +24 -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 +89 -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 +94 -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 +1571 -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 +87 -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 +366 -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 -16
  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 +337 -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 +22375 -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 +7 -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 +1315 -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 +48 -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 +550 -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 +8 -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 +10 -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 +9 -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 +3461 -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,863 @@
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
+ :root,
2
+ .pf-v6-c-table {
3
+ --pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
4
+ --pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);
5
+ --pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
6
+ --pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
7
+ --pf-v6-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
8
+ --pf-v6-c-table__caption--PaddingBlockStart: var(--pf-t--global--spacer--md);
9
+ --pf-v6-c-table__caption--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
10
+ --pf-v6-c-table__caption--PaddingBlockEnd: var(--pf-t--global--spacer--md);
11
+ --pf-v6-c-table__caption--PaddingInlineStart: var(--pf-t--global--spacer--lg);
12
+ --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
13
+ --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
14
+ --pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
15
+ --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
16
+ --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
17
+ --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
18
+ --pf-v6-c-table__tr--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
19
+ --pf-v6-c-table__tr--BorderBlockEndColor: var(--pf-t--global--border--color--default);
20
+ --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
21
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
22
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--cell--Padding--base);
23
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
24
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
25
+ --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
26
+ --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);
27
+ --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
28
+ --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
29
+ --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
30
+ --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
31
+ --pf-v6-c-table--cell--MinWidth: 0;
32
+ --pf-v6-c-table--cell--MaxWidth: none;
33
+ --pf-v6-c-table--cell--Width: auto;
34
+ --pf-v6-c-table--cell--Overflow: visible;
35
+ --pf-v6-c-table--cell--TextOverflow: clip;
36
+ --pf-v6-c-table--cell--WhiteSpace: normal;
37
+ --pf-v6-c-table--cell--WordBreak: normal;
38
+ --pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);
39
+ --pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor: var(--pf-t--global--border--color--default);
40
+ --pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);
41
+ --pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
42
+ --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
43
+ --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
44
+ --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));
45
+ --pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
46
+ --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
47
+ --pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
48
+ --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
49
+ --pf-v6-c-table__toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);
50
+ --pf-v6-c-table__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
51
+ --pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
52
+ --pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
53
+ --pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
54
+ --pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
55
+ --pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
56
+ --pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
57
+ --pf-v6-c-table__button--PaddingInlineStart: var(--pf-t--global--spacer--md);
58
+ --pf-v6-c-table__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
59
+ --pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);
60
+ --pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
61
+ --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
62
+ --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
63
+ --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
64
+ --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
65
+ --pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);
66
+ --pf-v6-c-table__check--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
67
+ --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
68
+ --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
69
+ --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
70
+ --pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
71
+ --pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
72
+ --pf-v6-c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
73
+ --pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
74
+ --pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
75
+ --pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
76
+ --pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
77
+ --pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
78
+ --pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
79
+ --pf-v6-c-table__expandable-row-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
80
+ --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
81
+ --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
82
+ --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
83
+ --pf-v6-c-table__control-row--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
84
+ --pf-v6-c-table__control-row__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);
85
+ --pf-v6-c-table__icon-inline--MarginInlineEnd: var(--pf-t--global--spacer--sm);
86
+ --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));
87
+ --pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
88
+ --pf-v6-c-table__sort--m-help--MinWidth: 15ch;
89
+ --pf-v6-c-table__sort__button__text--Color: currentcolor;
90
+ --pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
91
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
92
+ --pf-v6-c-table__sort-indicator--MarginInlineStart: var(--pf-t--global--spacer--md);
93
+ --pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
94
+ --pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
95
+ --pf-v6-c-table__th--m-help--MinWidth: 11ch;
96
+ --pf-v6-c-table__column-help--MarginInlineStart: var(--pf-t--global--spacer--sm);
97
+ --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
98
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
99
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
100
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
101
+ --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
102
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
103
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: 0;
104
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
105
+ --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
106
+ --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
107
+ --pf-v6-c-table--m-compact__th--PaddingBlockStart: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
108
+ --pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
109
+ --pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
110
+ --pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
111
+ --pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
112
+ --pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
113
+ --pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);
114
+ --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
115
+ --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
116
+ --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
117
+ --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
118
+ --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
119
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
120
+ --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
121
+ --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
122
+ --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
123
+ --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
124
+ --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
125
+ --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
126
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
127
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
128
+ --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
129
+ --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));
130
+ --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));
131
+ --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
132
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
133
+ --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
134
+ --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
135
+ }
136
+
137
+ .pf-v6-c-table {
269
138
  width: 100%;
270
- background-color: var(--pf-v5-c-table--BackgroundColor);
139
+ background-color: var(--pf-v6-c-table--BackgroundColor);
271
140
  }
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 {
141
+ .pf-v6-c-table.pf-m-fixed {
287
142
  table-layout: fixed;
288
143
  }
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) > * {
144
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
145
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
299
146
  position: sticky;
300
147
  inset-block-start: 0;
301
- background: var(--pf-v5-c-table--BackgroundColor);
148
+ z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
149
+ background: var(--pf-v6-c-table--BackgroundColor);
302
150
  }
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 {
151
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
152
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
304
153
  position: absolute;
154
+ inset-block-start: 0;
305
155
  inset-block-end: 0;
306
156
  inset-inline-start: 0;
307
157
  inset-inline-end: 0;
158
+ z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
159
+ pointer-events: none;
308
160
  content: "";
309
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
161
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
310
162
  }
311
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
163
+ .pf-v6-c-table.pf-m-sticky-header {
164
+ position: relative;
165
+ }
166
+ .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) {
167
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
168
+ }
169
+ .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
312
170
  position: sticky;
313
171
  inset-block-start: 0;
314
- z-index: var(--pf-v5-global--ZIndex--xs);
315
- background: var(--pf-v5-c-table--BackgroundColor);
172
+ background: var(--pf-v6-c-table--BackgroundColor);
316
173
  }
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);
174
+ .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
175
+ border-block-end: 0;
320
176
  }
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);
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) th:where(.pf-v6-c-table__th):not([rowspan]),
178
+ .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]) {
179
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd);
180
+ }
181
+ .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),
182
+ .pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
183
+ .pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
184
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
185
+ --pf-v6-c-table__sticky-column--BackgroundColor: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
186
+ background: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
187
+ }
188
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row).pf-m-ghost-row {
189
+ background-color: var(--pf-v6-c-table__tr--m-ghost-row--BackgroundColor);
190
+ opacity: var(--pf-v6-c-table__tr--m-ghost-row--Opacity);
191
+ }
192
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td) {
193
+ --pf-v6-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);
194
+ --pf-v6-hidden-visible--hidden--Display: none;
195
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
196
+ display: var(--pf-v6-hidden-visible--Display);
197
+ position: relative;
198
+ width: var(--pf-v6-c-table--cell--Width);
199
+ min-width: var(--pf-v6-c-table--cell--MinWidth);
200
+ max-width: var(--pf-v6-c-table--cell--MaxWidth);
201
+ padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
202
+ padding-block-end: var(--pf-v6-c-table--cell--PaddingBlockEnd);
203
+ padding-inline-start: var(--pf-v6-c-table--cell--PaddingInlineStart);
204
+ padding-inline-end: var(--pf-v6-c-table--cell--PaddingInlineEnd);
205
+ overflow: var(--pf-v6-c-table--cell--Overflow);
206
+ font-size: var(--pf-v6-c-table--cell--FontSize);
207
+ font-weight: var(--pf-v6-c-table--cell--FontWeight);
208
+ line-height: var(--pf-v6-c-table--cell--LineHeight);
209
+ color: var(--pf-v6-c-table--cell--Color);
210
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
211
+ word-break: var(--pf-v6-c-table--cell--WordBreak);
212
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
213
+ }
214
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden {
215
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
216
+ }
217
+ @media screen and (min-width: 36rem) {
218
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-sm {
219
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
220
+ }
221
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-sm {
222
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
223
+ }
324
224
  }
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;
225
+ @media screen and (min-width: 48rem) {
226
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-md {
227
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
228
+ }
229
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-md {
230
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
231
+ }
327
232
  }
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);
233
+ @media screen and (min-width: 62rem) {
234
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-lg {
235
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
236
+ }
237
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-lg {
238
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
239
+ }
240
+ }
241
+ @media screen and (min-width: 75rem) {
242
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-xl {
243
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
244
+ }
245
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-xl {
246
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
247
+ }
331
248
  }
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);
249
+ @media screen and (min-width: 90.625rem) {
250
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-2xl {
251
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
252
+ }
253
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-2xl {
254
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
255
+ }
338
256
  }
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);
257
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
258
+ padding-inline-start: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingInlineStart));
341
259
  }
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);
260
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
261
+ padding-inline-end: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingInlineEnd));
345
262
  }
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 {
263
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
371
264
  text-align: center;
372
265
  }
373
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:empty {
266
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
374
267
  width: auto;
375
268
  min-width: 0;
376
269
  padding: 0;
377
270
  }
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);
271
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-help {
272
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--cell--m-help--MinWidth);
380
273
  }
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;
274
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-favorite {
275
+ --pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--m-favorite--Color);
276
+ --pf-v6-c-table__sort--MinWidth: fit-content;
277
+ --pf-v6-c-table--cell--MaxWidth: fit-content;
278
+ --pf-v6-c-table--cell--Overflow: visible;
386
279
  }
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 {
280
+ .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
281
  position: absolute;
389
- inset-block-start: 0;
390
- inset-block-end: 0;
391
- inset-inline-start: 0;
392
- inset-inline-end: 0;
282
+ inset: 0;
393
283
  pointer-events: none;
394
284
  content: "";
395
285
  }
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);
286
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-right::before {
287
+ 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
288
  }
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);
289
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-left::before {
290
+ 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
291
  }
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);
292
+ .pf-v6-c-table caption:where(.pf-v6-c-table__caption) {
293
+ padding-block-start: var(--pf-v6-c-table__caption--PaddingBlockStart);
294
+ padding-block-end: var(--pf-v6-c-table__caption--PaddingBlockEnd);
295
+ padding-inline-start: var(--pf-v6-c-table__caption--PaddingInlineStart);
296
+ font-size: var(--pf-v6-c-table__caption--FontSize);
297
+ color: var(--pf-v6-c-table__caption--Color);
408
298
  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;
415
- }
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);
418
- }
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;
423
- }
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);
431
- }
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);
435
- }
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);
439
- }
440
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > * {
299
+ background-color: var(--pf-v6-c-table--BackgroundColor);
300
+ }
301
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
302
+ --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);
303
+ --pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);
304
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
305
+ --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
306
+ --pf-v6-c-table--cell--Overflow: hidden;
307
+ --pf-v6-c-table--cell--TextOverflow: ellipsis;
308
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
309
+ }
310
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
311
+ outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
312
+ }
313
+ .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]),
314
+ .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]) {
315
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart);
316
+ }
317
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
318
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
319
+ color: var(--pf-v6-c-table__subhead--Color);
320
+ }
321
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
322
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__tbody--cell--PaddingBlockStart);
323
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__tbody--cell--PaddingBlockEnd);
324
+ --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize);
325
+ }
326
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
441
327
  overflow-wrap: break-word;
442
- vertical-align: baseline;
443
- }
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
328
  }
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;
329
+ .pf-v6-c-table .pf-v6-c-table__sort {
330
+ min-width: var(--pf-v6-c-table__sort--MinWidth);
462
331
  }
463
- .pf-v5-c-table .pf-v5-c-table__sort {
464
- min-width: var(--pf-v5-c-table__sort--MinWidth);
332
+ .pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td).pf-m-help {
333
+ min-width: var(--pf-v6-c-table__th--m-help--MinWidth);
465
334
  }
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);
335
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
336
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
337
+ --pf-v6-c-table__tbody--BorderBlockEndWidth: 0;
338
+ --pf-v6-c-table--m-expandable__tbody--BorderBlockEndWidth: 0;
339
+ --pf-v6-c-table__control-row--BorderBlockEndWidth: 0;
468
340
  }
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) {
341
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
504
342
  border-block-end: 0;
505
343
  }
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 {
344
+ .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
345
  display: none;
511
346
  }
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 {
347
+ .pf-v6-c-table tr.pf-m-clickable:last-child {
519
348
  border-block-end-color: transparent;
520
349
  }
521
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
350
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable {
522
351
  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);
352
+ background-color: var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);
353
+ outline-offset: var(--pf-v6-c-table__tr--m-clickable--OutlineOffset);
526
354
  }
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);
355
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:is(:hover, :focus) {
356
+ --pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
529
357
  }
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);
358
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
533
359
  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);
360
+ background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
361
+ outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
543
362
  }
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);
363
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
364
+ padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart);
546
365
  }
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);
549
- }
550
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable {
366
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
551
367
  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);
555
- }
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);
558
- }
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);
368
+ background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
369
+ outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
561
370
  }
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);
371
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
372
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
565
373
  }
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);
374
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
375
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
569
376
  }
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);
377
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
378
+ background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
379
+ outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
573
380
  }
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);
381
+ .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) {
382
+ border: none;
580
383
  }
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);
583
- }
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);
384
+ .pf-v6-c-table.pf-m-drag-over {
385
+ overflow-anchor: none;
586
386
  }
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);
387
+ .pf-v6-c-table .pf-v6-c-table {
388
+ background-color: transparent;
589
389
  }
590
- .pf-v5-c-table.pf-m-drag-over {
591
- overflow-anchor: none;
390
+ .pf-v6-c-table .pf-v6-c-table,
391
+ .pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
392
+ border-block-end: 0;
592
393
  }
593
-
594
- .pf-v5-c-table__text {
595
- --pf-v5-c-table--cell--MaxWidth: 100%;
394
+ .pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
395
+ --pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
396
+ }
397
+
398
+ [class*=pf-v6-c-table].pf-m-truncate {
399
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
400
+ --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
401
+ --pf-v6-c-table--cell--Overflow: hidden;
402
+ --pf-v6-c-table--cell--TextOverflow: ellipsis;
403
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
404
+ }
405
+ [class*=pf-v6-c-table].pf-m-wrap {
406
+ --pf-v6-c-table--cell--MinWidth: 0;
407
+ --pf-v6-c-table--cell--MaxWidth: none;
408
+ --pf-v6-c-table--cell--Overflow: visible;
409
+ --pf-v6-c-table--cell--TextOverflow: clip;
410
+ --pf-v6-c-table--cell--WhiteSpace: normal;
411
+ }
412
+ [class*=pf-v6-c-table].pf-m-nowrap {
413
+ --pf-v6-c-table--cell--MinWidth: 0;
414
+ --pf-v6-c-table--cell--MaxWidth: none;
415
+ --pf-v6-c-table--cell--Overflow: visible;
416
+ --pf-v6-c-table--cell--TextOverflow: clip;
417
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
418
+ }
419
+ [class*=pf-v6-c-table] .pf-v6-c-table__icon, [class*=pf-v6-c-table].pf-m-fit-content {
420
+ --pf-v6-c-table--cell--MinWidth: fit-content;
421
+ --pf-v6-c-table--cell--MaxWidth: none;
422
+ --pf-v6-c-table--cell--Width: 1%;
423
+ --pf-v6-c-table--cell--Overflow: visible;
424
+ --pf-v6-c-table--cell--TextOverflow: clip;
425
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
426
+ }
427
+ [class*=pf-v6-c-table].pf-m-break-word {
428
+ --pf-v6-c-table--cell--WordBreak: break-word;
429
+ --pf-v6-c-table--cell--WhiteSpace: normal;
430
+ }
431
+
432
+ .pf-v6-c-table__text {
433
+ --pf-v6-c-table--cell--MaxWidth: 100%;
596
434
  position: relative;
597
435
  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);
436
+ width: var(--pf-v6-c-table--cell--Width);
437
+ min-width: var(--pf-v6-c-table--text--MinWidth);
438
+ max-width: var(--pf-v6-c-table--cell--MaxWidth);
439
+ overflow: var(--pf-v6-c-table--cell--Overflow);
440
+ line-height: var(--pf-v6-c-table--cell--LineHeight);
441
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
442
+ word-break: var(--pf-v6-c-table--cell--WordBreak);
443
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
444
+ }
445
+ .pf-v6-c-table__text.pf-m-truncate {
446
+ --pf-v6-c-table--cell--MinWidth: 100%;
447
+ --pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
448
+ }
449
+ .pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
450
+ overflow: var(--pf-v6-c-table--cell--Overflow);
451
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
452
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
453
+ }
454
+
455
+ .pf-v6-c-table__button {
456
+ width: auto;
457
+ padding-block-start: var(--pf-v6-c-table__button--PaddingBlockStart);
458
+ padding-block-end: var(--pf-v6-c-table__button--PaddingBlockEnd);
459
+ padding-inline-start: var(--pf-v6-c-table__button--PaddingInlineStart);
460
+ padding-inline-end: var(--pf-v6-c-table__button--PaddingInlineEnd);
461
+ margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);
462
+ margin-inline-start: calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);
622
463
  font-size: inherit;
623
464
  font-weight: inherit;
624
- color: var(--pf-v5-c-table__button--Color);
465
+ color: var(--pf-v6-c-table__button--Color);
625
466
  text-align: start;
626
467
  white-space: inherit;
627
468
  user-select: text;
628
- background-color: var(--pf-v5-c-table__button--BackgroundColor);
469
+ background-color: var(--pf-v6-c-table__button--BackgroundColor);
629
470
  border: 0;
471
+ border-radius: var(--pf-v6-c-table__button--BorderRadius);
472
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
630
473
  }
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: "";
474
+ .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
475
+ margin-block-end: 0;
639
476
  }
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);
645
- }
646
- .pf-v5-c-table__button:active {
647
- color: var(--pf-v5-c-table__button--active--Color);
477
+ .pf-v6-c-table__button:is(:hover, :focus) {
478
+ color: var(--pf-v6-c-table__button--hover--Color);
648
479
  }
649
480
 
650
- .pf-v5-c-table__sort .pf-v5-c-table__text,
651
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__text {
481
+ .pf-v6-c-table__sort .pf-v6-c-table__text,
482
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__text {
652
483
  display: block;
653
484
  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);
485
+ overflow: var(--pf-v6-c-table--cell--Overflow);
486
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
487
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
657
488
  }
658
489
 
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;
490
+ .pf-v6-c-table__button-content,
491
+ .pf-v6-c-table__column-help {
492
+ display: inline-grid;
666
493
  grid-template-columns: auto max-content;
667
- align-items: end;
494
+ align-items: baseline;
668
495
  justify-content: start;
669
496
  }
670
- .pf-v5-c-table__button-content .pf-v5-c-table__text,
671
- .pf-v5-c-table__column-help .pf-v5-c-table__text {
497
+ .pf-v6-c-table__button-content .pf-v6-c-table__text,
498
+ .pf-v6-c-table__column-help .pf-v6-c-table__text {
672
499
  min-width: auto;
673
500
  }
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 {
501
+ .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,
502
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,
503
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__column-help,
504
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__column-help {
678
505
  grid-template-columns: min-content max-content;
679
506
  }
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 {
507
+ .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,
508
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__column-help,
509
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__column-help,
510
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__column-help {
684
511
  grid-template-columns: fit-content max-content;
685
512
  }
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 {
513
+ .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,
514
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__column-help,
515
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__column-help,
516
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__column-help,
517
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__column-help,
518
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__column-help,
519
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__column-help {
693
520
  grid-template-columns: auto max-content;
694
521
  }
695
522
 
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;
523
+ .pf-v6-c-table .pf-v6-c-table__check,
524
+ .pf-v6-c-table .pf-v6-c-table__toggle,
525
+ .pf-v6-c-table .pf-v6-c-table__action,
526
+ .pf-v6-c-table .pf-v6-c-table__inline-edit-action,
527
+ .pf-v6-c-table .pf-v6-c-table__draggable {
528
+ --pf-v6-c-table--cell--MinWidth: 0;
529
+ --pf-v6-c-table--cell--Width: 1%;
700
530
  }
701
531
 
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%;
532
+ .pf-v6-c-table .pf-v6-c-table__favorite {
533
+ --pf-v6-c-table--cell--MaxWidth: auto;
711
534
  }
712
535
 
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;
536
+ .pf-v6-c-table__toggle {
537
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__toggle--PaddingBlockStart);
538
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__toggle--PaddingBlockEnd);
539
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__toggle--PaddingInlineStart);
540
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__toggle--PaddingInlineEnd);
717
541
  }
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);
542
+ .pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon {
543
+ transform: rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
721
544
  }
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));
545
+ .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
546
+ transition: transform var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration) var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction);
547
+ transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
724
548
  }
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 {
549
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
730
550
  scale: -1 1;
731
551
  }
732
552
 
733
- .pf-v5-c-table__toggle svg {
553
+ .pf-v6-c-table__toggle svg {
734
554
  pointer-events: none;
735
555
  }
736
556
 
737
- .pf-v5-c-table__check {
738
- --pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__check--input--FontSize);
557
+ .pf-v6-c-table__check {
558
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__check--PaddingInlineStart);
559
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__check--PaddingInlineEnd);
560
+ vertical-align: top;
739
561
  }
740
- .pf-v5-c-table__check label:not([disabled]),
741
- .pf-v5-c-table__check input:not([disabled]) {
742
- cursor: pointer;
562
+ .pf-v6-c-table__check .pf-v6-c-check {
563
+ --pf-v6-c-check__label--FontSize: var(--pf-v6-c-table--cell--FontSize);
564
+ --pf-v6-c-check__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight);
743
565
  }
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);
566
+ .pf-v6-c-table__check .pf-v6-c-radio {
567
+ --pf-v6-c-radio__label--FontSize: var(--pf-v6-c-table--cell--FontSize);
568
+ --pf-v6-c-radio__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight);
569
+ }
570
+ thead .pf-v6-c-table__check {
571
+ vertical-align: bottom;
751
572
  }
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);
573
+ thead .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone,
574
+ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
575
+ display: table-cell;
576
+ height: auto;
577
+ line-height: 1;
578
+ vertical-align: baseline;
754
579
  }
755
580
 
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);
581
+ .pf-v6-c-table__favorite .pf-v6-c-button {
582
+ --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
583
+ }
584
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
585
+ --pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
763
586
  }
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);
587
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
588
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
766
589
  }
767
590
 
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);
591
+ .pf-v6-c-table__draggable .pf-v6-c-button {
773
592
  cursor: grab;
774
593
  }
775
- .pf-v5-c-table__draggable .pf-v5-c-button:active {
594
+ .pf-v6-c-table__draggable .pf-v6-c-button:active {
776
595
  cursor: grabbing;
777
596
  }
778
597
 
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;
598
+ .pf-v6-c-table__action,
599
+ .pf-v6-c-table__favorite,
600
+ .pf-v6-c-table__inline-edit-action,
601
+ .pf-v6-c-table__draggable {
602
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__action--PaddingBlockStart);
603
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__action--PaddingBlockEnd);
604
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__action--PaddingInlineStart);
605
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__action--PaddingInlineEnd);
792
606
  }
793
607
 
794
- .pf-v5-c-table__inline-edit-action {
795
- --pf-v5-c-table--cell--PaddingLeft: 0;
796
- --pf-v5-c-table--cell--PaddingRight: 0;
608
+ .pf-v6-c-table__action:last-child,
609
+ .pf-v6-c-table__inline-edit-action:last-child {
797
610
  text-align: end;
798
611
  }
799
612
 
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);
613
+ .pf-v6-c-table__compound-expansion-toggle {
614
+ --pf-v6-c-table__button--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--Color);
615
+ --pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
805
616
  position: relative;
617
+ padding: 0;
618
+ background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
806
619
  }
807
- .pf-v5-c-table__compound-expansion-toggle.pf-m-truncate {
620
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
808
621
  overflow: visible;
809
622
  }
810
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button {
623
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button {
624
+ position: static;
811
625
  min-width: 100%;
626
+ padding: 0;
627
+ margin: 0;
812
628
  overflow: hidden;
813
629
  }
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 {
630
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:is(:hover, :focus) {
815
631
  outline: 0;
816
632
  }
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 {
633
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::after {
819
634
  position: absolute;
820
- inset-inline-end: 0;
635
+ inset: 0;
821
636
  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;
637
+ border: 0;
638
+ 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
639
  }
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);
640
+ .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
641
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
642
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth);
851
643
  }
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;
644
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
645
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
646
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth);
854
647
  }
855
- .pf-v5-c-table__compound-expansion-toggle:focus-within {
856
- outline-offset: var(--pf-v5-c-table__button--OutlineOffset);
648
+ .pf-v6-c-table__compound-expansion-toggle:focus-within {
649
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
857
650
  }
858
651
  @media (-webkit-min-device-pixel-ratio: 0) {
859
- .pf-v5-c-table__compound-expansion-toggle:focus-within {
652
+ .pf-v6-c-table__compound-expansion-toggle:focus-within {
860
653
  outline-style: auto;
861
654
  outline-color: -webkit-focus-ring-color;
862
655
  }
863
656
  }
864
657
 
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;
658
+ .pf-v6-c-table__column-help-action {
659
+ margin-inline-start: var(--pf-v6-c-table__column-help--MarginInlineStart);
876
660
  }
877
661
 
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);
662
+ .pf-v6-c-table__sort {
663
+ vertical-align: bottom;
892
664
  }
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);
665
+ .pf-v6-c-table__sort .pf-v6-c-table__button:is(:hover, :focus) {
666
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--hover__sort-indicator--Color);
667
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--hover__text--Color);
668
+ --pf-v6-c-table__button--BackgroundColor: var(--pf-v6-c-table__button--hover--BackgroundColor);
896
669
  }
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);
670
+ .pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text {
671
+ color: var(--pf-v6-c-table__sort__button__text--Color);
900
672
  }
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);
673
+ .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 {
674
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
903
675
  }
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);
676
+ .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 {
677
+ color: var(--pf-v6-c-table__sort--m-selected__button--Color);
908
678
  }
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);
679
+ .pf-v6-c-table__sort.pf-m-help {
680
+ --pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
911
681
  }
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;
682
+ .pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
683
+ font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
918
684
  }
919
685
 
920
- .pf-v5-c-table__sort-indicator {
686
+ .pf-v6-c-table__sort-indicator {
921
687
  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);
688
+ align-self: end;
689
+ margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginInlineStart);
690
+ color: var(--pf-v6-c-table__sort-indicator--Color);
924
691
  pointer-events: none;
925
692
  }
926
693
 
927
- .pf-v5-c-table__expandable-row {
928
- --pf-v5-c-table--cell--PaddingTop: 0;
929
- --pf-v5-c-table--cell--PaddingBottom: 0;
694
+ .pf-v6-c-table__expandable-row {
930
695
  position: relative;
931
696
  border-block-end: 0 solid transparent;
932
- box-shadow: 0 0 0 0 transparent;
933
697
  }
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);
698
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
699
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
700
+ padding-block-start: 0;
937
701
  }
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 {
702
+
703
+ .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
704
+ .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
940
705
  padding-block-start: 0;
941
- padding-inline-end: 0;
942
706
  padding-block-end: 0;
943
- padding-inline-start: var(--pf-v5-c-table__expandable-row--after--border-width--base);
707
+ padding-inline-start: 0;
708
+ padding-inline-end: 0;
944
709
  }
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 {
710
+ .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
711
+ .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
712
  padding: 0;
948
713
  }
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);
714
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
715
+ padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
716
+ padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);
717
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);
718
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);
719
+ background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
720
+ border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
952
721
  }
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);
722
+ .pf-v6-c-table__expandable-row.pf-m-expanded {
723
+ border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
724
+ border-block-end-width: var(--pf-v6-c-table--border-width--base);
957
725
  }
958
- .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
726
+ .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
959
727
  display: none;
960
728
  }
729
+ .pf-v6-c-table__expandable-row tr:last-child {
730
+ border-block-end: 0;
731
+ }
961
732
 
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);
733
+ .pf-v6-c-table.pf-m-compact {
734
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
735
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
964
736
  }
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);
737
+ .pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
738
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
739
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
967
740
  }
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 {
741
+ .pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),
742
+ .pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle {
743
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__th--PaddingBlockStart);
744
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__th--PaddingBlockEnd);
745
+ }
746
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,
747
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,
748
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,
749
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable {
750
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);
751
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd);
752
+ }
753
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
1005
754
  width: auto;
1006
755
  min-width: 0;
1007
756
  text-align: center;
1008
757
  }
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);
758
+
759
+ .pf-v6-c-table__thead {
760
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
761
+ --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
762
+ vertical-align: bottom;
763
+ }
764
+ .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
765
+ --pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
766
+ --pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
767
+ margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);
1011
768
  }
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);
769
+
770
+ .pf-v6-c-table__tbody {
771
+ vertical-align: top;
1014
772
  }
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);
773
+ .pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
774
+ background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
1018
775
  }
1019
776
 
1020
- .pf-v5-c-table__icon-inline {
1021
- display: flex;
1022
- align-items: center;
777
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
778
+ border-block-end: 0;
779
+ }
780
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
781
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
782
+ }
783
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
784
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
1023
785
  }
1024
- .pf-v5-c-table__icon-inline > :not(:last-child) {
1025
- margin-inline-end: var(--pf-v5-c-table__icon-inline--MarginRight);
786
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
787
+ background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
788
+ border-block-end: var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor);
1026
789
  }
1027
790
 
1028
- .pf-v5-c-table .pf-m-width-10 {
1029
- --pf-v5-c-table--cell--Width: 10%;
791
+ .pf-v6-c-table__tr {
792
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
793
+ }
794
+ .pf-v6-c-table__thead .pf-v6-c-table__tr {
795
+ border-block-end: 0;
796
+ }
797
+ .pf-v6-c-table__tr.pf-m-border-row {
798
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
1030
799
  }
1031
800
 
1032
- .pf-v5-c-table .pf-m-width-15 {
1033
- --pf-v5-c-table--cell--Width: 15%;
801
+ .pf-v6-c-table__icon-inline {
802
+ display: flex;
803
+ align-items: center;
804
+ }
805
+ .pf-v6-c-table__icon-inline > :not(:last-child) {
806
+ margin-inline-end: var(--pf-v6-c-table__icon-inline--MarginInlineEnd);
1034
807
  }
1035
808
 
1036
- .pf-v5-c-table .pf-m-width-20 {
1037
- --pf-v5-c-table--cell--Width: 20%;
809
+ .pf-v6-c-table .pf-m-width-10 {
810
+ --pf-v6-c-table--cell--Width: 10%;
1038
811
  }
1039
812
 
1040
- .pf-v5-c-table .pf-m-width-25 {
1041
- --pf-v5-c-table--cell--Width: 25%;
813
+ .pf-v6-c-table .pf-m-width-15 {
814
+ --pf-v6-c-table--cell--Width: 15%;
1042
815
  }
1043
816
 
1044
- .pf-v5-c-table .pf-m-width-30 {
1045
- --pf-v5-c-table--cell--Width: 30%;
817
+ .pf-v6-c-table .pf-m-width-20 {
818
+ --pf-v6-c-table--cell--Width: 20%;
1046
819
  }
1047
820
 
1048
- .pf-v5-c-table .pf-m-width-35 {
1049
- --pf-v5-c-table--cell--Width: 35%;
821
+ .pf-v6-c-table .pf-m-width-25 {
822
+ --pf-v6-c-table--cell--Width: 25%;
1050
823
  }
1051
824
 
1052
- .pf-v5-c-table .pf-m-width-40 {
1053
- --pf-v5-c-table--cell--Width: 40%;
825
+ .pf-v6-c-table .pf-m-width-30 {
826
+ --pf-v6-c-table--cell--Width: 30%;
1054
827
  }
1055
828
 
1056
- .pf-v5-c-table .pf-m-width-45 {
1057
- --pf-v5-c-table--cell--Width: 45%;
829
+ .pf-v6-c-table .pf-m-width-35 {
830
+ --pf-v6-c-table--cell--Width: 35%;
1058
831
  }
1059
832
 
1060
- .pf-v5-c-table .pf-m-width-50 {
1061
- --pf-v5-c-table--cell--Width: 50%;
833
+ .pf-v6-c-table .pf-m-width-40 {
834
+ --pf-v6-c-table--cell--Width: 40%;
1062
835
  }
1063
836
 
1064
- .pf-v5-c-table .pf-m-width-60 {
1065
- --pf-v5-c-table--cell--Width: 60%;
837
+ .pf-v6-c-table .pf-m-width-45 {
838
+ --pf-v6-c-table--cell--Width: 45%;
1066
839
  }
1067
840
 
1068
- .pf-v5-c-table .pf-m-width-70 {
1069
- --pf-v5-c-table--cell--Width: 70%;
841
+ .pf-v6-c-table .pf-m-width-50 {
842
+ --pf-v6-c-table--cell--Width: 50%;
1070
843
  }
1071
844
 
1072
- .pf-v5-c-table .pf-m-width-80 {
1073
- --pf-v5-c-table--cell--Width: 80%;
845
+ .pf-v6-c-table .pf-m-width-60 {
846
+ --pf-v6-c-table--cell--Width: 60%;
1074
847
  }
1075
848
 
1076
- .pf-v5-c-table .pf-m-width-90 {
1077
- --pf-v5-c-table--cell--Width: 90%;
849
+ .pf-v6-c-table .pf-m-width-70 {
850
+ --pf-v6-c-table--cell--Width: 70%;
1078
851
  }
1079
852
 
1080
- .pf-v5-c-table .pf-m-width-100 {
1081
- --pf-v5-c-table--cell--Width: 100%;
853
+ .pf-v6-c-table .pf-m-width-80 {
854
+ --pf-v6-c-table--cell--Width: 80%;
1082
855
  }
1083
856
 
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);
857
+ .pf-v6-c-table .pf-m-width-90 {
858
+ --pf-v6-c-table--cell--Width: 90%;
1086
859
  }
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);
860
+
861
+ .pf-v6-c-table .pf-m-width-100 {
862
+ --pf-v6-c-table--cell--Width: 100%;
1089
863
  }