@patternfly/react-styles 6.0.0-alpha.12 → 6.0.0-alpha.14

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