@patternfly/react-styles 6.0.0-alpha.3 → 6.0.0-alpha.30

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