@patternfly/react-styles 6.0.0-alpha.13 → 6.0.0-alpha.15

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 +36 -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 -514
  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 -199
  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 -281
  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 -438
  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 -139
  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 -415
  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 +275 -275
  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 -53
  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 +497 -497
  347. package/css/components/Table/table-tree-view.d.ts +19 -19
  348. package/css/components/Table/table-tree-view.js +19 -19
  349. package/css/components/Table/table-tree-view.mjs +19 -19
  350. package/css/components/Table/table.css +660 -660
  351. package/css/components/Table/table.d.ts +32 -32
  352. package/css/components/Table/table.js +32 -32
  353. package/css/components/Table/table.mjs +32 -32
  354. package/css/components/Tabs/tabs.css +616 -616
  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 +272 -272
  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,74 +1,74 @@
1
- .pf-v5-c-table[class*=pf-m-grid] {
2
- --pf-v5-c-table--responsive--BorderColor: var(--pf-t--global--border--color--default);
3
- --pf-v5-c-table__tbody--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
4
- --pf-v5-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);
5
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
6
- --pf-v5-c-table__tbody--after--BorderColor: var(--pf-t--global--border--color--clicked);
7
- --pf-v5-c-table__tr--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
8
- --pf-v5-c-table__tr--responsive--last-child--BorderBottomWidth: var(--pf-v5-c-table__tbody--responsive--border-width--base);
9
- --pf-v5-c-table__tr--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
10
- --pf-v5-c-table__tr--responsive--MarginTop: var(--pf-v5-c-table__tbody--responsive--border-width--base);
11
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-t--global--spacer--md);
12
- --pf-v5-c-table__tr--responsive--PaddingRight: var(--pf-t--global--spacer--lg);
13
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-t--global--spacer--md);
14
- --pf-v5-c-table__tr--responsive--PaddingLeft: var(--pf-t--global--spacer--lg);
15
- --pf-v5-c-table__tr--responsive--nested-table--PaddingTop: var(--pf-t--global--spacer--xl);
16
- --pf-v5-c-table__tr--responsive--nested-table--PaddingRight: var(--pf-t--global--spacer--lg);
17
- --pf-v5-c-table__tr--responsive--nested-table--PaddingBottom: var(--pf-t--global--spacer--xl);
18
- --pf-v5-c-table__tr--responsive--nested-table--PaddingLeft: var(--pf-t--global--spacer--lg);
19
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: 0;
20
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: transparent;
21
- --pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftWidth: var(--pf-v5-c-table__expandable-row--after--border-width--base);
22
- --pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftColor: var(--pf-t--global--border--color--clicked);
23
- --pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftWidth: var(--pf-v5-c-table__expandable-row--after--border-width--base);
24
- --pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftColor: var(--pf-t--global--border--color--clicked);
25
- --pf-v5-c-table--m-grid--cell--hidden-visible--Display: grid;
26
- --pf-v5-c-table--m-grid--cell--PaddingTop: 0;
27
- --pf-v5-c-table--m-grid--cell--PaddingRight: 0;
28
- --pf-v5-c-table--m-grid--cell--PaddingBottom: 0;
29
- --pf-v5-c-table--m-grid--cell--PaddingLeft: 0;
30
- --pf-v5-c-table-td--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
31
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-t--global--spacer--md);
32
- --pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-t--global--spacer--sm);
33
- --pf-v5-c-table--cell--first-child--responsive--PaddingTop: var(--pf-t--global--spacer--sm);
34
- --pf-v5-c-table--cell--responsive--PaddingRight: 0;
35
- --pf-v5-c-table--cell--responsive--PaddingLeft: 0;
36
- --pf-v5-c-table--m-compact__tr--responsive--PaddingTop: var(--pf-t--global--spacer--sm);
37
- --pf-v5-c-table--m-compact__tr--responsive--PaddingBottom: var(--pf-t--global--spacer--sm);
38
- --pf-v5-c-table--m-compact__tr__td--responsive--PaddingTop: var(--pf-t--global--spacer--xs);
39
- --pf-v5-c-table--m-compact__tr__td--responsive--PaddingBottom: var(--pf-t--global--spacer--xs);
40
- --pf-v5-c-table--m-compact__check--responsive--MarginTop: 0.4375rem;
41
- --pf-v5-c-table--m-compact__action--responsive--MarginTop: calc(var(--pf-t--global--spacer--xs) * -1);
42
- --pf-v5-c-table--m-compact__action--responsive--MarginBottom: calc(var(--pf-t--global--spacer--xs) * -1);
43
- --pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom: calc(0.375rem * -1);
44
- --pf-v5-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-t--global--spacer--lg);
45
- --pf-v5-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-t--global--spacer--lg);
46
- --pf-v5-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
47
- --pf-v5-c-table__check--responsive--MarginLeft: var(--pf-v5-c-table__tbody--responsive--border-width--base);
48
- --pf-v5-c-table__check--responsive--MarginTop: 0.875rem;
49
- --pf-v5-c-table--m-grid__favorite--MarginTop: 0.5rem;
50
- --pf-v5-c-table--m-grid__check--favorite--MarginLeft: var(--pf-t--global--spacer--xl);
51
- --pf-v5-c-table--m-grid__action--MarginTop: 0.375rem;
52
- --pf-v5-c-table__action--responsive--MarginLeft: var(--pf-t--global--spacer--xl);
53
- --pf-v5-c-table--m-grid__favorite--action--MarginLeft: var(--pf-t--global--spacer--2xl);
54
- --pf-v5-c-table--m-grid__check--favorite--action--MarginLeft: calc(var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft) + var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft));
55
- --pf-v5-c-table__toggle__icon--Transition: .2s ease-in 0s;
56
- --pf-v5-c-table__toggle--m-expanded__icon--Rotate: 180deg;
1
+ .pf-v6-c-table[class*=pf-m-grid] {
2
+ --pf-v6-c-table--responsive--BorderColor: var(--pf-t--global--border--color--default);
3
+ --pf-v6-c-table__tbody--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
4
+ --pf-v6-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);
5
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
6
+ --pf-v6-c-table__tbody--after--BorderColor: var(--pf-t--global--border--color--clicked);
7
+ --pf-v6-c-table__tr--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
8
+ --pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth: var(--pf-v6-c-table__tbody--responsive--border-width--base);
9
+ --pf-v6-c-table__tr--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
10
+ --pf-v6-c-table__tr--responsive--MarginTop: var(--pf-v6-c-table__tbody--responsive--border-width--base);
11
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-t--global--spacer--md);
12
+ --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-t--global--spacer--lg);
13
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-t--global--spacer--md);
14
+ --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-t--global--spacer--lg);
15
+ --pf-v6-c-table__tr--responsive--nested-table--PaddingTop: var(--pf-t--global--spacer--xl);
16
+ --pf-v6-c-table__tr--responsive--nested-table--PaddingRight: var(--pf-t--global--spacer--lg);
17
+ --pf-v6-c-table__tr--responsive--nested-table--PaddingBottom: var(--pf-t--global--spacer--xl);
18
+ --pf-v6-c-table__tr--responsive--nested-table--PaddingLeft: var(--pf-t--global--spacer--lg);
19
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: 0;
20
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: transparent;
21
+ --pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth: var(--pf-v6-c-table__expandable-row--after--border-width--base);
22
+ --pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor: var(--pf-t--global--border--color--clicked);
23
+ --pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth: var(--pf-v6-c-table__expandable-row--after--border-width--base);
24
+ --pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor: var(--pf-t--global--border--color--clicked);
25
+ --pf-v6-c-table--m-grid--cell--hidden-visible--Display: grid;
26
+ --pf-v6-c-table--m-grid--cell--PaddingTop: 0;
27
+ --pf-v6-c-table--m-grid--cell--PaddingRight: 0;
28
+ --pf-v6-c-table--m-grid--cell--PaddingBottom: 0;
29
+ --pf-v6-c-table--m-grid--cell--PaddingLeft: 0;
30
+ --pf-v6-c-table-td--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
31
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-t--global--spacer--md);
32
+ --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-t--global--spacer--sm);
33
+ --pf-v6-c-table--cell--first-child--responsive--PaddingTop: var(--pf-t--global--spacer--sm);
34
+ --pf-v6-c-table--cell--responsive--PaddingRight: 0;
35
+ --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
36
+ --pf-v6-c-table--m-compact__tr--responsive--PaddingTop: var(--pf-t--global--spacer--sm);
37
+ --pf-v6-c-table--m-compact__tr--responsive--PaddingBottom: var(--pf-t--global--spacer--sm);
38
+ --pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop: var(--pf-t--global--spacer--xs);
39
+ --pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom: var(--pf-t--global--spacer--xs);
40
+ --pf-v6-c-table--m-compact__check--responsive--MarginTop: 0.4375rem;
41
+ --pf-v6-c-table--m-compact__action--responsive--MarginTop: calc(var(--pf-t--global--spacer--xs) * -1);
42
+ --pf-v6-c-table--m-compact__action--responsive--MarginBottom: calc(var(--pf-t--global--spacer--xs) * -1);
43
+ --pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom: calc(0.375rem * -1);
44
+ --pf-v6-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-t--global--spacer--lg);
45
+ --pf-v6-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-t--global--spacer--lg);
46
+ --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
47
+ --pf-v6-c-table__check--responsive--MarginLeft: var(--pf-v6-c-table__tbody--responsive--border-width--base);
48
+ --pf-v6-c-table__check--responsive--MarginTop: 0.875rem;
49
+ --pf-v6-c-table--m-grid__favorite--MarginTop: 0.5rem;
50
+ --pf-v6-c-table--m-grid__check--favorite--MarginLeft: var(--pf-t--global--spacer--xl);
51
+ --pf-v6-c-table--m-grid__action--MarginTop: 0.375rem;
52
+ --pf-v6-c-table__action--responsive--MarginLeft: var(--pf-t--global--spacer--xl);
53
+ --pf-v6-c-table--m-grid__favorite--action--MarginLeft: var(--pf-t--global--spacer--2xl);
54
+ --pf-v6-c-table--m-grid__check--favorite--action--MarginLeft: calc(var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft) + var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft));
55
+ --pf-v6-c-table__toggle__icon--Transition: .2s ease-in 0s;
56
+ --pf-v6-c-table__toggle--m-expanded__icon--Rotate: 180deg;
57
57
  }
58
58
 
59
- .pf-m-grid.pf-v5-c-table {
60
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
61
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
62
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
63
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
64
- --pf-v5-c-table__favorite--c-button--MarginTop: auto;
65
- --pf-v5-c-table__favorite--c-button--MarginRight: auto;
66
- --pf-v5-c-table__favorite--c-button--MarginBottom: auto;
67
- --pf-v5-c-table__favorite--c-button--MarginLeft: auto;
59
+ .pf-m-grid.pf-v6-c-table {
60
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
61
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
62
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
63
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
64
+ --pf-v6-c-table__favorite--c-button--MarginTop: auto;
65
+ --pf-v6-c-table__favorite--c-button--MarginRight: auto;
66
+ --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
67
+ --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
68
68
  display: grid;
69
69
  border: none;
70
70
  }
71
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
71
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > * {
72
72
  width: auto;
73
73
  min-width: 0;
74
74
  max-width: none;
@@ -76,314 +76,314 @@
76
76
  text-overflow: clip;
77
77
  white-space: normal;
78
78
  }
79
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__text {
79
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__text {
80
80
  position: relative;
81
81
  width: auto;
82
82
  min-width: 0;
83
83
  max-width: none;
84
- overflow: var(--pf-v5-c-table--cell--Overflow);
85
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
86
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
84
+ overflow: var(--pf-v6-c-table--cell--Overflow);
85
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
86
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
87
87
  }
88
- .pf-m-grid.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
88
+ .pf-m-grid.pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
89
89
  display: none;
90
90
  }
91
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
91
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
92
92
  display: block;
93
93
  }
94
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):first-of-type {
95
- border-block-start: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
94
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
95
+ border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
96
96
  }
97
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table.pf-m-compact > tbody:where(.pf-v5-c-table__tbody) {
97
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
98
98
  border-block-start: 0;
99
99
  }
100
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
101
- border-block-end: var(--pf-v5-c-table__tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
100
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
101
+ border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
102
102
  }
103
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):last-child,
104
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v5-c-table__tr) {
105
- border-block-end-width: var(--pf-v5-c-table__tr--responsive--last-child--BorderBottomWidth);
103
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
104
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
105
+ border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
106
106
  }
107
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
108
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
107
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
108
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
109
109
  }
110
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
110
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
111
111
  border-block-end: 0;
112
112
  }
113
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded:not(:last-of-type) {
114
- border-block-end: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
113
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
114
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
115
115
  }
116
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
117
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
118
- --pf-v5-c-table__expandable-row--after--BorderColor: transparent;
116
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
117
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
118
+ --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
119
119
  }
120
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
120
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
121
121
  display: grid;
122
122
  grid-template-columns: 1fr;
123
123
  height: auto;
124
124
  grid-auto-columns: max-content;
125
- grid-column-gap: var(--pf-v5-c-table__tr--responsive--GridColumnGap);
126
- padding-block-start: var(--pf-v5-c-table__tr--responsive--PaddingTop);
127
- padding-inline-end: var(--pf-v5-c-table__tr--responsive--PaddingRight);
128
- padding-block-end: var(--pf-v5-c-table__tr--responsive--PaddingBottom);
129
- padding-inline-start: var(--pf-v5-c-table__tr--responsive--PaddingLeft);
130
- }
131
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > * {
132
- padding-block-start: var(--pf-v5-c-table--cell--responsive--PaddingTop);
133
- padding-inline-end: var(--pf-v5-c-table--cell--responsive--PaddingRight);
134
- padding-block-end: var(--pf-v5-c-table--cell--responsive--PaddingBottom);
135
- padding-inline-start: var(--pf-v5-c-table--cell--responsive--PaddingLeft);
136
- }
137
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
138
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
139
- }
140
- .pf-m-grid.pf-v5-c-table.pf-m-compact {
141
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingTop);
142
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingBottom);
143
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingTop);
144
- --pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingBottom);
145
- --pf-v5-c-table__check--responsive--MarginTop: var(--pf-v5-c-table--m-compact__check--responsive--MarginTop);
146
- --pf-v5-c-table__check--input--MarginTop: 0;
147
- }
148
- .pf-m-grid.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
149
- margin-block-start: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
150
- margin-block-end: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
151
- }
152
- .pf-m-grid.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
153
- margin-block-end: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
154
- }
155
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__icon > * {
125
+ grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
126
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
127
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
128
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
129
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
130
+ }
131
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > * {
132
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
133
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
134
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
135
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
136
+ }
137
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > *:first-child {
138
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
139
+ }
140
+ .pf-m-grid.pf-v6-c-table.pf-m-compact {
141
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
142
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
143
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
144
+ --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
145
+ --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
146
+ --pf-v6-c-table__check--input--MarginTop: 0;
147
+ }
148
+ .pf-m-grid.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
149
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
150
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
151
+ }
152
+ .pf-m-grid.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
153
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
154
+ }
155
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__icon > * {
156
156
  text-align: start;
157
157
  }
158
- .pf-m-grid.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] {
159
- --pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
158
+ .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] {
159
+ --pf-v6-c-table--cell--hidden-visible--Display: var(--pf-v6-c-table--m-grid--cell--hidden-visible--Display);
160
160
  grid-column: 1;
161
- grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
161
+ grid-column-gap: var(--pf-v6-c-table-td--responsive--GridColumnGap);
162
162
  grid-template-columns: 1fr minmax(0, 1.5fr);
163
163
  align-items: start;
164
164
  }
165
- .pf-m-grid.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] > * {
165
+ .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
166
166
  grid-column: 2;
167
167
  }
168
- .pf-m-grid.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label]::before {
168
+ .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
169
169
  font-weight: bold;
170
170
  text-align: start;
171
171
  content: attr(data-label);
172
172
  }
173
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
174
- --pf-v5-c-table--cell--PaddingLeft: 0;
173
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:first-child {
174
+ --pf-v6-c-table--cell--PaddingLeft: 0;
175
175
  }
176
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
177
- --pf-v5-c-table--cell--PaddingRight: 0;
176
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:last-child {
177
+ --pf-v6-c-table--cell--PaddingRight: 0;
178
178
  }
179
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table {
180
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingTop);
181
- --pf-v5-c-table__tr--responsive--PaddingRight: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingRight);
182
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingBottom);
183
- --pf-v5-c-table__tr--responsive--PaddingLeft: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingLeft);
179
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table {
180
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
181
+ --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
182
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
183
+ --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
184
184
  border: 0;
185
185
  }
186
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) + tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
187
- --pf-v5-c-table__tr--responsive--PaddingTop: 0;
186
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
187
+ --pf-v6-c-table__tr--responsive--PaddingTop: 0;
188
188
  }
189
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
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--after--Top: 100%;
189
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
190
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
191
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
192
+ --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
193
193
  }
194
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
194
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
195
195
  position: relative;
196
196
  }
197
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody)::after {
197
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody)::after {
198
198
  position: absolute;
199
199
  inset-block-start: 0;
200
200
  inset-block-end: 0;
201
201
  inset-inline-start: 0;
202
202
  content: "";
203
203
  border: 0;
204
- border-inline-start: var(--pf-v5-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table__tbody--after--BorderColor);
204
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
205
205
  }
206
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
207
- --pf-v5-c-table__tbody--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--after--border-width--base);
206
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
207
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
208
208
  }
209
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tbody:where(.pf-v5-c-table__tbody) {
210
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
209
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
210
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
211
211
  }
212
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child:not(.pf-v5-c-table__check)::after {
213
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
212
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
213
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
214
214
  position: static;
215
215
  width: auto;
216
216
  background-color: transparent;
217
217
  }
218
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row {
219
- --pf-v5-c-table--cell--responsive--PaddingTop: 0;
220
- --pf-v5-c-table--cell--responsive--PaddingRight: 0;
221
- --pf-v5-c-table--cell--responsive--PaddingBottom: 0;
222
- --pf-v5-c-table--cell--responsive--PaddingLeft: 0;
223
- --pf-v5-c-table--cell--PaddingRight: 0;
224
- --pf-v5-c-table--cell--PaddingLeft: 0;
218
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row {
219
+ --pf-v6-c-table--cell--responsive--PaddingTop: 0;
220
+ --pf-v6-c-table--cell--responsive--PaddingRight: 0;
221
+ --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
222
+ --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
223
+ --pf-v6-c-table--cell--PaddingRight: 0;
224
+ --pf-v6-c-table--cell--PaddingLeft: 0;
225
225
  display: block;
226
- max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
226
+ max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
227
227
  overflow-y: auto;
228
228
  border-block-end: none;
229
229
  box-shadow: none;
230
230
  }
231
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
231
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row > * {
232
232
  position: static;
233
233
  display: block;
234
234
  }
235
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
236
- border-block-start-color: var(--pf-v5-c-table--BorderColor);
235
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
236
+ border-block-start-color: var(--pf-v6-c-table--BorderColor);
237
237
  }
238
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
238
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
239
239
  content: none;
240
240
  }
241
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
242
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
241
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
242
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
243
243
  padding: 0;
244
244
  }
245
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
245
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
246
246
  display: none;
247
247
  }
248
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
249
- padding-inline-end: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
250
- padding-inline-start: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
248
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
249
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
250
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
251
251
  }
252
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable {
253
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
254
- --pf-v5-c-table__tbody--after--BorderLeftColor: transparent;
252
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
253
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
254
+ --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
255
255
  }
256
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable,
257
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr) {
256
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
257
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
258
258
  position: relative;
259
259
  }
260
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr)::after {
260
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr)::after {
261
261
  content: "";
262
262
  position: absolute;
263
263
  inset-block-start: 0;
264
264
  inset-block-end: 0;
265
265
  inset-inline-start: 0;
266
- width: var(--pf-v5-c-table__tbody--after__tr--BorderLeftWidth);
267
- background-color: var(--pf-v5-c-table__tbody--after__tr--BorderLeftColor);
266
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
267
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
268
268
  }
269
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-expanded {
270
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
271
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
269
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
270
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
271
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
272
272
  }
273
- .pf-m-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-selected {
274
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
275
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftColor);
273
+ .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
274
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
275
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
276
276
  }
277
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected::after {
277
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
278
278
  content: "";
279
279
  position: absolute;
280
280
  inset-block-start: 0;
281
281
  inset-block-end: 0;
282
282
  inset-inline-start: 0;
283
- width: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
284
- background-color: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
283
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
284
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
285
285
  }
286
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
287
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
288
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
289
- .pf-m-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
286
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
287
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
288
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
289
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
290
290
  width: auto;
291
291
  padding: 0;
292
292
  }
293
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__toggle {
293
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__toggle {
294
294
  grid-row-start: 20;
295
295
  grid-column: -1;
296
296
  justify-self: end;
297
297
  padding-inline-end: 0;
298
298
  }
299
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__toggle::after {
299
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__toggle::after {
300
300
  content: none;
301
301
  }
302
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__button {
303
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
304
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
305
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
306
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
302
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__button {
303
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
304
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
305
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
306
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
307
307
  }
308
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__check,
309
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__favorite,
310
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__action {
308
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check,
309
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__favorite,
310
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
311
311
  grid-row-start: 1;
312
312
  grid-column-start: 2;
313
313
  }
314
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__check {
315
- margin-block-start: var(--pf-v5-c-table__check--responsive--MarginTop);
316
- margin-inline-start: var(--pf-v5-c-table__check--responsive--MarginLeft);
314
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check {
315
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
316
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
317
317
  line-height: 1;
318
318
  }
319
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
320
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
319
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
320
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
321
321
  }
322
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
323
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
322
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
323
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
324
324
  }
325
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
326
- margin-inline-start: var(--pf-v5-c-table__action--responsive--MarginLeft);
325
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
326
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
327
327
  }
328
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__check label {
328
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check label {
329
329
  display: inline-block;
330
330
  margin: 0;
331
331
  }
332
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__favorite {
333
- margin-block-start: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
332
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__favorite {
333
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
334
334
  }
335
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
336
- margin-inline-start: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
335
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
336
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
337
337
  }
338
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__action {
339
- margin-block-start: var(--pf-v5-c-table--m-grid__action--MarginTop);
338
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
339
+ margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
340
340
  text-align: end;
341
341
  }
342
342
  @media screen and (max-width: 576px) {
343
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__action {
343
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
344
344
  grid-row-start: 1;
345
345
  grid-column-start: 2;
346
346
  margin-inline-start: 0;
347
347
  }
348
348
  }
349
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
349
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
350
350
  grid-column: 2;
351
351
  grid-row: 2;
352
352
  }
353
- .pf-m-grid.pf-v5-c-table .pf-v5-c-table__toggle-icon {
354
- transition: var(--pf-v5-c-table__toggle__icon--Transition);
353
+ .pf-m-grid.pf-v6-c-table .pf-v6-c-table__toggle-icon {
354
+ transition: var(--pf-v6-c-table__toggle__icon--Transition);
355
355
  }
356
- .pf-v5-c-button.pf-m-expanded > .pf-m-grid.pf-v5-c-table .pf-v5-c-table__toggle-icon {
357
- transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
356
+ .pf-v6-c-button.pf-m-expanded > .pf-m-grid.pf-v6-c-table .pf-v6-c-table__toggle-icon {
357
+ transform: rotate(var(--pf-v6-c-table__toggle--m-expanded__icon--Rotate));
358
358
  }
359
- .pf-m-grid.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-nowrap {
360
- --pf-v5-c-table--cell--Overflow: auto;
359
+ .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-nowrap {
360
+ --pf-v6-c-table--cell--Overflow: auto;
361
361
  }
362
- .pf-m-grid.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-fit-content {
362
+ .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-fit-content {
363
363
  width: auto;
364
364
  white-space: normal;
365
365
  }
366
- .pf-m-grid.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-truncate {
367
- --pf-v5-c-table--cell--MaxWidth: 100%;
366
+ .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-truncate {
367
+ --pf-v6-c-table--cell--MaxWidth: 100%;
368
368
  }
369
- .pf-m-grid.pf-v5-c-table [class*=pf-m-width] {
370
- --pf-v5-c-table--cell--Width: auto;
369
+ .pf-m-grid.pf-v6-c-table [class*=pf-m-width] {
370
+ --pf-v6-c-table--cell--Width: auto;
371
371
  }
372
372
 
373
373
  @media screen and (max-width: 768px) {
374
- .pf-m-grid-md.pf-v5-c-table {
375
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
376
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
377
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
378
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
379
- --pf-v5-c-table__favorite--c-button--MarginTop: auto;
380
- --pf-v5-c-table__favorite--c-button--MarginRight: auto;
381
- --pf-v5-c-table__favorite--c-button--MarginBottom: auto;
382
- --pf-v5-c-table__favorite--c-button--MarginLeft: auto;
374
+ .pf-m-grid-md.pf-v6-c-table {
375
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
376
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
377
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
378
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
379
+ --pf-v6-c-table__favorite--c-button--MarginTop: auto;
380
+ --pf-v6-c-table__favorite--c-button--MarginRight: auto;
381
+ --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
382
+ --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
383
383
  display: grid;
384
384
  border: none;
385
385
  }
386
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
386
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > * {
387
387
  width: auto;
388
388
  min-width: 0;
389
389
  max-width: none;
@@ -391,317 +391,317 @@
391
391
  text-overflow: clip;
392
392
  white-space: normal;
393
393
  }
394
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__text {
394
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__text {
395
395
  position: relative;
396
396
  width: auto;
397
397
  min-width: 0;
398
398
  max-width: none;
399
- overflow: var(--pf-v5-c-table--cell--Overflow);
400
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
401
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
399
+ overflow: var(--pf-v6-c-table--cell--Overflow);
400
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
401
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
402
402
  }
403
- .pf-m-grid-md.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
403
+ .pf-m-grid-md.pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
404
404
  display: none;
405
405
  }
406
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
406
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
407
407
  display: block;
408
408
  }
409
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):first-of-type {
410
- border-block-start: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
409
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
410
+ border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
411
411
  }
412
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table.pf-m-compact > tbody:where(.pf-v5-c-table__tbody) {
412
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
413
413
  border-block-start: 0;
414
414
  }
415
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
416
- border-block-end: var(--pf-v5-c-table__tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
415
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
416
+ border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
417
417
  }
418
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):last-child,
419
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v5-c-table__tr) {
420
- border-block-end-width: var(--pf-v5-c-table__tr--responsive--last-child--BorderBottomWidth);
418
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
419
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
420
+ border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
421
421
  }
422
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
423
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
422
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
423
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
424
424
  }
425
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
425
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
426
426
  border-block-end: 0;
427
427
  }
428
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded:not(:last-of-type) {
429
- border-block-end: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
428
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
429
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
430
430
  }
431
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
432
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
433
- --pf-v5-c-table__expandable-row--after--BorderColor: transparent;
431
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
432
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
433
+ --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
434
434
  }
435
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
435
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
436
436
  display: grid;
437
437
  grid-template-columns: 1fr;
438
438
  height: auto;
439
439
  grid-auto-columns: max-content;
440
- grid-column-gap: var(--pf-v5-c-table__tr--responsive--GridColumnGap);
441
- padding-block-start: var(--pf-v5-c-table__tr--responsive--PaddingTop);
442
- padding-inline-end: var(--pf-v5-c-table__tr--responsive--PaddingRight);
443
- padding-block-end: var(--pf-v5-c-table__tr--responsive--PaddingBottom);
444
- padding-inline-start: var(--pf-v5-c-table__tr--responsive--PaddingLeft);
445
- }
446
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > * {
447
- padding-block-start: var(--pf-v5-c-table--cell--responsive--PaddingTop);
448
- padding-inline-end: var(--pf-v5-c-table--cell--responsive--PaddingRight);
449
- padding-block-end: var(--pf-v5-c-table--cell--responsive--PaddingBottom);
450
- padding-inline-start: var(--pf-v5-c-table--cell--responsive--PaddingLeft);
451
- }
452
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
453
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
454
- }
455
- .pf-m-grid-md.pf-v5-c-table.pf-m-compact {
456
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingTop);
457
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingBottom);
458
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingTop);
459
- --pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingBottom);
460
- --pf-v5-c-table__check--responsive--MarginTop: var(--pf-v5-c-table--m-compact__check--responsive--MarginTop);
461
- --pf-v5-c-table__check--input--MarginTop: 0;
462
- }
463
- .pf-m-grid-md.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
464
- margin-block-start: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
465
- margin-block-end: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
466
- }
467
- .pf-m-grid-md.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
468
- margin-block-end: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
469
- }
470
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__icon > * {
440
+ grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
441
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
442
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
443
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
444
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
445
+ }
446
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > * {
447
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
448
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
449
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
450
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
451
+ }
452
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > *:first-child {
453
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
454
+ }
455
+ .pf-m-grid-md.pf-v6-c-table.pf-m-compact {
456
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
457
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
458
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
459
+ --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
460
+ --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
461
+ --pf-v6-c-table__check--input--MarginTop: 0;
462
+ }
463
+ .pf-m-grid-md.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
464
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
465
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
466
+ }
467
+ .pf-m-grid-md.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
468
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
469
+ }
470
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__icon > * {
471
471
  text-align: start;
472
472
  }
473
- .pf-m-grid-md.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] {
474
- --pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
473
+ .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] {
474
+ --pf-v6-c-table--cell--hidden-visible--Display: var(--pf-v6-c-table--m-grid--cell--hidden-visible--Display);
475
475
  grid-column: 1;
476
- grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
476
+ grid-column-gap: var(--pf-v6-c-table-td--responsive--GridColumnGap);
477
477
  grid-template-columns: 1fr minmax(0, 1.5fr);
478
478
  align-items: start;
479
479
  }
480
- .pf-m-grid-md.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] > * {
480
+ .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
481
481
  grid-column: 2;
482
482
  }
483
- .pf-m-grid-md.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label]::before {
483
+ .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
484
484
  font-weight: bold;
485
485
  text-align: start;
486
486
  content: attr(data-label);
487
487
  }
488
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
489
- --pf-v5-c-table--cell--PaddingLeft: 0;
488
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:first-child {
489
+ --pf-v6-c-table--cell--PaddingLeft: 0;
490
490
  }
491
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
492
- --pf-v5-c-table--cell--PaddingRight: 0;
491
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:last-child {
492
+ --pf-v6-c-table--cell--PaddingRight: 0;
493
493
  }
494
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table {
495
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingTop);
496
- --pf-v5-c-table__tr--responsive--PaddingRight: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingRight);
497
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingBottom);
498
- --pf-v5-c-table__tr--responsive--PaddingLeft: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingLeft);
494
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table {
495
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
496
+ --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
497
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
498
+ --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
499
499
  border: 0;
500
500
  }
501
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) + tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
502
- --pf-v5-c-table__tr--responsive--PaddingTop: 0;
501
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
502
+ --pf-v6-c-table__tr--responsive--PaddingTop: 0;
503
503
  }
504
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
505
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
506
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
507
- --pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
504
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
505
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
506
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
507
+ --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
508
508
  }
509
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
509
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
510
510
  position: relative;
511
511
  }
512
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody)::after {
512
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody)::after {
513
513
  position: absolute;
514
514
  inset-block-start: 0;
515
515
  inset-block-end: 0;
516
516
  inset-inline-start: 0;
517
517
  content: "";
518
518
  border: 0;
519
- border-inline-start: var(--pf-v5-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table__tbody--after--BorderColor);
519
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
520
520
  }
521
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
522
- --pf-v5-c-table__tbody--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--after--border-width--base);
521
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
522
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
523
523
  }
524
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tbody:where(.pf-v5-c-table__tbody) {
525
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
524
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
525
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
526
526
  }
527
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child:not(.pf-v5-c-table__check)::after {
528
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
527
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
528
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
529
529
  position: static;
530
530
  width: auto;
531
531
  background-color: transparent;
532
532
  }
533
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row {
534
- --pf-v5-c-table--cell--responsive--PaddingTop: 0;
535
- --pf-v5-c-table--cell--responsive--PaddingRight: 0;
536
- --pf-v5-c-table--cell--responsive--PaddingBottom: 0;
537
- --pf-v5-c-table--cell--responsive--PaddingLeft: 0;
538
- --pf-v5-c-table--cell--PaddingRight: 0;
539
- --pf-v5-c-table--cell--PaddingLeft: 0;
533
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row {
534
+ --pf-v6-c-table--cell--responsive--PaddingTop: 0;
535
+ --pf-v6-c-table--cell--responsive--PaddingRight: 0;
536
+ --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
537
+ --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
538
+ --pf-v6-c-table--cell--PaddingRight: 0;
539
+ --pf-v6-c-table--cell--PaddingLeft: 0;
540
540
  display: block;
541
- max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
541
+ max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
542
542
  overflow-y: auto;
543
543
  border-block-end: none;
544
544
  box-shadow: none;
545
545
  }
546
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
546
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row > * {
547
547
  position: static;
548
548
  display: block;
549
549
  }
550
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
551
- border-block-start-color: var(--pf-v5-c-table--BorderColor);
550
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
551
+ border-block-start-color: var(--pf-v6-c-table--BorderColor);
552
552
  }
553
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
553
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
554
554
  content: none;
555
555
  }
556
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
557
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
556
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
557
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
558
558
  padding: 0;
559
559
  }
560
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
560
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
561
561
  display: none;
562
562
  }
563
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
564
- padding-inline-end: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
565
- padding-inline-start: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
563
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
564
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
565
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
566
566
  }
567
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable {
568
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
569
- --pf-v5-c-table__tbody--after--BorderLeftColor: transparent;
567
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
568
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
569
+ --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
570
570
  }
571
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable,
572
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr) {
571
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
572
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
573
573
  position: relative;
574
574
  }
575
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr)::after {
575
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr)::after {
576
576
  content: "";
577
577
  position: absolute;
578
578
  inset-block-start: 0;
579
579
  inset-block-end: 0;
580
580
  inset-inline-start: 0;
581
- width: var(--pf-v5-c-table__tbody--after__tr--BorderLeftWidth);
582
- background-color: var(--pf-v5-c-table__tbody--after__tr--BorderLeftColor);
581
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
582
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
583
583
  }
584
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-expanded {
585
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
586
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
584
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
585
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
586
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
587
587
  }
588
- .pf-m-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-selected {
589
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
590
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftColor);
588
+ .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
589
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
590
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
591
591
  }
592
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected::after {
592
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
593
593
  content: "";
594
594
  position: absolute;
595
595
  inset-block-start: 0;
596
596
  inset-block-end: 0;
597
597
  inset-inline-start: 0;
598
- width: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
599
- background-color: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
598
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
599
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
600
600
  }
601
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
602
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
603
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
604
- .pf-m-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
601
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
602
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
603
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
604
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
605
605
  width: auto;
606
606
  padding: 0;
607
607
  }
608
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__toggle {
608
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__toggle {
609
609
  grid-row-start: 20;
610
610
  grid-column: -1;
611
611
  justify-self: end;
612
612
  padding-inline-end: 0;
613
613
  }
614
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__toggle::after {
614
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__toggle::after {
615
615
  content: none;
616
616
  }
617
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__button {
618
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
619
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
620
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
621
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
617
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__button {
618
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
619
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
620
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
621
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
622
622
  }
623
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check,
624
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__favorite,
625
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__action {
623
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check,
624
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__favorite,
625
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
626
626
  grid-row-start: 1;
627
627
  grid-column-start: 2;
628
628
  }
629
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check {
630
- margin-block-start: var(--pf-v5-c-table__check--responsive--MarginTop);
631
- margin-inline-start: var(--pf-v5-c-table__check--responsive--MarginLeft);
629
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check {
630
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
631
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
632
632
  line-height: 1;
633
633
  }
634
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
635
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
634
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
635
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
636
636
  }
637
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
638
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
637
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
638
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
639
639
  }
640
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
641
- margin-inline-start: var(--pf-v5-c-table__action--responsive--MarginLeft);
640
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
641
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
642
642
  }
643
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check label {
643
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check label {
644
644
  display: inline-block;
645
645
  margin: 0;
646
646
  }
647
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__favorite {
648
- margin-block-start: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
647
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__favorite {
648
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
649
649
  }
650
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
651
- margin-inline-start: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
650
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
651
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
652
652
  }
653
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__action {
654
- margin-block-start: var(--pf-v5-c-table--m-grid__action--MarginTop);
653
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
654
+ margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
655
655
  text-align: end;
656
656
  }
657
657
  }
658
658
  @media screen and (max-width: 768px) and (max-width: 576px) {
659
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__action {
659
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
660
660
  grid-row-start: 1;
661
661
  grid-column-start: 2;
662
662
  margin-inline-start: 0;
663
663
  }
664
664
  }
665
665
  @media screen and (max-width: 768px) {
666
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
666
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
667
667
  grid-column: 2;
668
668
  grid-row: 2;
669
669
  }
670
- .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__toggle-icon {
671
- transition: var(--pf-v5-c-table__toggle__icon--Transition);
670
+ .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__toggle-icon {
671
+ transition: var(--pf-v6-c-table__toggle__icon--Transition);
672
672
  }
673
- .pf-v5-c-button.pf-m-expanded > .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__toggle-icon {
674
- transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
673
+ .pf-v6-c-button.pf-m-expanded > .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__toggle-icon {
674
+ transform: rotate(var(--pf-v6-c-table__toggle--m-expanded__icon--Rotate));
675
675
  }
676
- .pf-m-grid-md.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-nowrap {
677
- --pf-v5-c-table--cell--Overflow: auto;
676
+ .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-nowrap {
677
+ --pf-v6-c-table--cell--Overflow: auto;
678
678
  }
679
- .pf-m-grid-md.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-fit-content {
679
+ .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-fit-content {
680
680
  width: auto;
681
681
  white-space: normal;
682
682
  }
683
- .pf-m-grid-md.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-truncate {
684
- --pf-v5-c-table--cell--MaxWidth: 100%;
683
+ .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-truncate {
684
+ --pf-v6-c-table--cell--MaxWidth: 100%;
685
685
  }
686
- .pf-m-grid-md.pf-v5-c-table [class*=pf-m-width] {
687
- --pf-v5-c-table--cell--Width: auto;
686
+ .pf-m-grid-md.pf-v6-c-table [class*=pf-m-width] {
687
+ --pf-v6-c-table--cell--Width: auto;
688
688
  }
689
689
  }
690
690
 
691
691
  @media screen and (max-width: 992px) {
692
- .pf-m-grid-lg.pf-v5-c-table {
693
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
694
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
695
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
696
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
697
- --pf-v5-c-table__favorite--c-button--MarginTop: auto;
698
- --pf-v5-c-table__favorite--c-button--MarginRight: auto;
699
- --pf-v5-c-table__favorite--c-button--MarginBottom: auto;
700
- --pf-v5-c-table__favorite--c-button--MarginLeft: auto;
692
+ .pf-m-grid-lg.pf-v6-c-table {
693
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
694
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
695
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
696
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
697
+ --pf-v6-c-table__favorite--c-button--MarginTop: auto;
698
+ --pf-v6-c-table__favorite--c-button--MarginRight: auto;
699
+ --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
700
+ --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
701
701
  display: grid;
702
702
  border: none;
703
703
  }
704
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
704
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > * {
705
705
  width: auto;
706
706
  min-width: 0;
707
707
  max-width: none;
@@ -709,317 +709,317 @@
709
709
  text-overflow: clip;
710
710
  white-space: normal;
711
711
  }
712
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__text {
712
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__text {
713
713
  position: relative;
714
714
  width: auto;
715
715
  min-width: 0;
716
716
  max-width: none;
717
- overflow: var(--pf-v5-c-table--cell--Overflow);
718
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
719
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
717
+ overflow: var(--pf-v6-c-table--cell--Overflow);
718
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
719
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
720
720
  }
721
- .pf-m-grid-lg.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
721
+ .pf-m-grid-lg.pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
722
722
  display: none;
723
723
  }
724
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
724
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
725
725
  display: block;
726
726
  }
727
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):first-of-type {
728
- border-block-start: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
727
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
728
+ border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
729
729
  }
730
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table.pf-m-compact > tbody:where(.pf-v5-c-table__tbody) {
730
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
731
731
  border-block-start: 0;
732
732
  }
733
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
734
- border-block-end: var(--pf-v5-c-table__tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
733
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
734
+ border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
735
735
  }
736
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):last-child,
737
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v5-c-table__tr) {
738
- border-block-end-width: var(--pf-v5-c-table__tr--responsive--last-child--BorderBottomWidth);
736
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
737
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
738
+ border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
739
739
  }
740
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
741
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
740
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
741
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
742
742
  }
743
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
743
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
744
744
  border-block-end: 0;
745
745
  }
746
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded:not(:last-of-type) {
747
- border-block-end: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
746
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
747
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
748
748
  }
749
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
750
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
751
- --pf-v5-c-table__expandable-row--after--BorderColor: transparent;
749
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
750
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
751
+ --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
752
752
  }
753
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
753
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
754
754
  display: grid;
755
755
  grid-template-columns: 1fr;
756
756
  height: auto;
757
757
  grid-auto-columns: max-content;
758
- grid-column-gap: var(--pf-v5-c-table__tr--responsive--GridColumnGap);
759
- padding-block-start: var(--pf-v5-c-table__tr--responsive--PaddingTop);
760
- padding-inline-end: var(--pf-v5-c-table__tr--responsive--PaddingRight);
761
- padding-block-end: var(--pf-v5-c-table__tr--responsive--PaddingBottom);
762
- padding-inline-start: var(--pf-v5-c-table__tr--responsive--PaddingLeft);
763
- }
764
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > * {
765
- padding-block-start: var(--pf-v5-c-table--cell--responsive--PaddingTop);
766
- padding-inline-end: var(--pf-v5-c-table--cell--responsive--PaddingRight);
767
- padding-block-end: var(--pf-v5-c-table--cell--responsive--PaddingBottom);
768
- padding-inline-start: var(--pf-v5-c-table--cell--responsive--PaddingLeft);
769
- }
770
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
771
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
772
- }
773
- .pf-m-grid-lg.pf-v5-c-table.pf-m-compact {
774
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingTop);
775
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingBottom);
776
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingTop);
777
- --pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingBottom);
778
- --pf-v5-c-table__check--responsive--MarginTop: var(--pf-v5-c-table--m-compact__check--responsive--MarginTop);
779
- --pf-v5-c-table__check--input--MarginTop: 0;
780
- }
781
- .pf-m-grid-lg.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
782
- margin-block-start: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
783
- margin-block-end: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
784
- }
785
- .pf-m-grid-lg.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
786
- margin-block-end: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
787
- }
788
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__icon > * {
758
+ grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
759
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
760
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
761
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
762
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
763
+ }
764
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > * {
765
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
766
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
767
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
768
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
769
+ }
770
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > *:first-child {
771
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
772
+ }
773
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-compact {
774
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
775
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
776
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
777
+ --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
778
+ --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
779
+ --pf-v6-c-table__check--input--MarginTop: 0;
780
+ }
781
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
782
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
783
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
784
+ }
785
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
786
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
787
+ }
788
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__icon > * {
789
789
  text-align: start;
790
790
  }
791
- .pf-m-grid-lg.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] {
792
- --pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
791
+ .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] {
792
+ --pf-v6-c-table--cell--hidden-visible--Display: var(--pf-v6-c-table--m-grid--cell--hidden-visible--Display);
793
793
  grid-column: 1;
794
- grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
794
+ grid-column-gap: var(--pf-v6-c-table-td--responsive--GridColumnGap);
795
795
  grid-template-columns: 1fr minmax(0, 1.5fr);
796
796
  align-items: start;
797
797
  }
798
- .pf-m-grid-lg.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] > * {
798
+ .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
799
799
  grid-column: 2;
800
800
  }
801
- .pf-m-grid-lg.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label]::before {
801
+ .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
802
802
  font-weight: bold;
803
803
  text-align: start;
804
804
  content: attr(data-label);
805
805
  }
806
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
807
- --pf-v5-c-table--cell--PaddingLeft: 0;
806
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:first-child {
807
+ --pf-v6-c-table--cell--PaddingLeft: 0;
808
808
  }
809
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
810
- --pf-v5-c-table--cell--PaddingRight: 0;
809
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:last-child {
810
+ --pf-v6-c-table--cell--PaddingRight: 0;
811
811
  }
812
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table {
813
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingTop);
814
- --pf-v5-c-table__tr--responsive--PaddingRight: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingRight);
815
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingBottom);
816
- --pf-v5-c-table__tr--responsive--PaddingLeft: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingLeft);
812
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table {
813
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
814
+ --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
815
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
816
+ --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
817
817
  border: 0;
818
818
  }
819
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) + tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
820
- --pf-v5-c-table__tr--responsive--PaddingTop: 0;
819
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
820
+ --pf-v6-c-table__tr--responsive--PaddingTop: 0;
821
821
  }
822
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
823
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
824
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
825
- --pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
822
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
823
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
824
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
825
+ --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
826
826
  }
827
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
827
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
828
828
  position: relative;
829
829
  }
830
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody)::after {
830
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody)::after {
831
831
  position: absolute;
832
832
  inset-block-start: 0;
833
833
  inset-block-end: 0;
834
834
  inset-inline-start: 0;
835
835
  content: "";
836
836
  border: 0;
837
- border-inline-start: var(--pf-v5-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table__tbody--after--BorderColor);
837
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
838
838
  }
839
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
840
- --pf-v5-c-table__tbody--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--after--border-width--base);
839
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
840
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
841
841
  }
842
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tbody:where(.pf-v5-c-table__tbody) {
843
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
842
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
843
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
844
844
  }
845
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child:not(.pf-v5-c-table__check)::after {
846
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
845
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
846
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
847
847
  position: static;
848
848
  width: auto;
849
849
  background-color: transparent;
850
850
  }
851
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row {
852
- --pf-v5-c-table--cell--responsive--PaddingTop: 0;
853
- --pf-v5-c-table--cell--responsive--PaddingRight: 0;
854
- --pf-v5-c-table--cell--responsive--PaddingBottom: 0;
855
- --pf-v5-c-table--cell--responsive--PaddingLeft: 0;
856
- --pf-v5-c-table--cell--PaddingRight: 0;
857
- --pf-v5-c-table--cell--PaddingLeft: 0;
851
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row {
852
+ --pf-v6-c-table--cell--responsive--PaddingTop: 0;
853
+ --pf-v6-c-table--cell--responsive--PaddingRight: 0;
854
+ --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
855
+ --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
856
+ --pf-v6-c-table--cell--PaddingRight: 0;
857
+ --pf-v6-c-table--cell--PaddingLeft: 0;
858
858
  display: block;
859
- max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
859
+ max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
860
860
  overflow-y: auto;
861
861
  border-block-end: none;
862
862
  box-shadow: none;
863
863
  }
864
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
864
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row > * {
865
865
  position: static;
866
866
  display: block;
867
867
  }
868
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
869
- border-block-start-color: var(--pf-v5-c-table--BorderColor);
868
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
869
+ border-block-start-color: var(--pf-v6-c-table--BorderColor);
870
870
  }
871
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
871
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
872
872
  content: none;
873
873
  }
874
- .pf-m-grid-lg.pf-v5-c-table .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-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
874
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
875
+ .pf-m-grid-lg.pf-v6-c-table .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
876
  padding: 0;
877
877
  }
878
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
878
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
879
879
  display: none;
880
880
  }
881
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
882
- padding-inline-end: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
883
- padding-inline-start: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
881
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
882
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
883
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
884
884
  }
885
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable {
886
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
887
- --pf-v5-c-table__tbody--after--BorderLeftColor: transparent;
885
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
886
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
887
+ --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
888
888
  }
889
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable,
890
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr) {
889
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
890
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
891
891
  position: relative;
892
892
  }
893
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr)::after {
893
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr)::after {
894
894
  content: "";
895
895
  position: absolute;
896
896
  inset-block-start: 0;
897
897
  inset-block-end: 0;
898
898
  inset-inline-start: 0;
899
- width: var(--pf-v5-c-table__tbody--after__tr--BorderLeftWidth);
900
- background-color: var(--pf-v5-c-table__tbody--after__tr--BorderLeftColor);
899
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
900
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
901
901
  }
902
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-expanded {
903
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
904
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
902
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
903
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
904
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
905
905
  }
906
- .pf-m-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-selected {
907
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
908
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftColor);
906
+ .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
907
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
908
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
909
909
  }
910
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected::after {
910
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
911
911
  content: "";
912
912
  position: absolute;
913
913
  inset-block-start: 0;
914
914
  inset-block-end: 0;
915
915
  inset-inline-start: 0;
916
- width: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
917
- background-color: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
916
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
917
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
918
918
  }
919
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
920
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
921
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
922
- .pf-m-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
919
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
920
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
921
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
922
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
923
923
  width: auto;
924
924
  padding: 0;
925
925
  }
926
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__toggle {
926
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__toggle {
927
927
  grid-row-start: 20;
928
928
  grid-column: -1;
929
929
  justify-self: end;
930
930
  padding-inline-end: 0;
931
931
  }
932
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__toggle::after {
932
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__toggle::after {
933
933
  content: none;
934
934
  }
935
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__button {
936
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
937
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
938
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
939
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
935
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__button {
936
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
937
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
938
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
939
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
940
940
  }
941
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check,
942
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__favorite,
943
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__action {
941
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check,
942
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__favorite,
943
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
944
944
  grid-row-start: 1;
945
945
  grid-column-start: 2;
946
946
  }
947
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check {
948
- margin-block-start: var(--pf-v5-c-table__check--responsive--MarginTop);
949
- margin-inline-start: var(--pf-v5-c-table__check--responsive--MarginLeft);
947
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check {
948
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
949
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
950
950
  line-height: 1;
951
951
  }
952
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
953
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
952
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
953
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
954
954
  }
955
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
956
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
955
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
956
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
957
957
  }
958
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
959
- margin-inline-start: var(--pf-v5-c-table__action--responsive--MarginLeft);
958
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
959
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
960
960
  }
961
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check label {
961
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check label {
962
962
  display: inline-block;
963
963
  margin: 0;
964
964
  }
965
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__favorite {
966
- margin-block-start: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
965
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__favorite {
966
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
967
967
  }
968
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
969
- margin-inline-start: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
968
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
969
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
970
970
  }
971
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__action {
972
- margin-block-start: var(--pf-v5-c-table--m-grid__action--MarginTop);
971
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
972
+ margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
973
973
  text-align: end;
974
974
  }
975
975
  }
976
976
  @media screen and (max-width: 992px) and (max-width: 576px) {
977
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__action {
977
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
978
978
  grid-row-start: 1;
979
979
  grid-column-start: 2;
980
980
  margin-inline-start: 0;
981
981
  }
982
982
  }
983
983
  @media screen and (max-width: 992px) {
984
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
984
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
985
985
  grid-column: 2;
986
986
  grid-row: 2;
987
987
  }
988
- .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__toggle-icon {
989
- transition: var(--pf-v5-c-table__toggle__icon--Transition);
988
+ .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__toggle-icon {
989
+ transition: var(--pf-v6-c-table__toggle__icon--Transition);
990
990
  }
991
- .pf-v5-c-button.pf-m-expanded > .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__toggle-icon {
992
- transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
991
+ .pf-v6-c-button.pf-m-expanded > .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__toggle-icon {
992
+ transform: rotate(var(--pf-v6-c-table__toggle--m-expanded__icon--Rotate));
993
993
  }
994
- .pf-m-grid-lg.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-nowrap {
995
- --pf-v5-c-table--cell--Overflow: auto;
994
+ .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-nowrap {
995
+ --pf-v6-c-table--cell--Overflow: auto;
996
996
  }
997
- .pf-m-grid-lg.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-fit-content {
997
+ .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-fit-content {
998
998
  width: auto;
999
999
  white-space: normal;
1000
1000
  }
1001
- .pf-m-grid-lg.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-truncate {
1002
- --pf-v5-c-table--cell--MaxWidth: 100%;
1001
+ .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-truncate {
1002
+ --pf-v6-c-table--cell--MaxWidth: 100%;
1003
1003
  }
1004
- .pf-m-grid-lg.pf-v5-c-table [class*=pf-m-width] {
1005
- --pf-v5-c-table--cell--Width: auto;
1004
+ .pf-m-grid-lg.pf-v6-c-table [class*=pf-m-width] {
1005
+ --pf-v6-c-table--cell--Width: auto;
1006
1006
  }
1007
1007
  }
1008
1008
 
1009
1009
  @media screen and (max-width: 1200px) {
1010
- .pf-m-grid-xl.pf-v5-c-table {
1011
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
1012
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
1013
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
1014
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
1015
- --pf-v5-c-table__favorite--c-button--MarginTop: auto;
1016
- --pf-v5-c-table__favorite--c-button--MarginRight: auto;
1017
- --pf-v5-c-table__favorite--c-button--MarginBottom: auto;
1018
- --pf-v5-c-table__favorite--c-button--MarginLeft: auto;
1010
+ .pf-m-grid-xl.pf-v6-c-table {
1011
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
1012
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
1013
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
1014
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
1015
+ --pf-v6-c-table__favorite--c-button--MarginTop: auto;
1016
+ --pf-v6-c-table__favorite--c-button--MarginRight: auto;
1017
+ --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
1018
+ --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
1019
1019
  display: grid;
1020
1020
  border: none;
1021
1021
  }
1022
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
1022
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > * {
1023
1023
  width: auto;
1024
1024
  min-width: 0;
1025
1025
  max-width: none;
@@ -1027,317 +1027,317 @@
1027
1027
  text-overflow: clip;
1028
1028
  white-space: normal;
1029
1029
  }
1030
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__text {
1030
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__text {
1031
1031
  position: relative;
1032
1032
  width: auto;
1033
1033
  min-width: 0;
1034
1034
  max-width: none;
1035
- overflow: var(--pf-v5-c-table--cell--Overflow);
1036
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
1037
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
1035
+ overflow: var(--pf-v6-c-table--cell--Overflow);
1036
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
1037
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
1038
1038
  }
1039
- .pf-m-grid-xl.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
1039
+ .pf-m-grid-xl.pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
1040
1040
  display: none;
1041
1041
  }
1042
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
1042
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
1043
1043
  display: block;
1044
1044
  }
1045
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):first-of-type {
1046
- border-block-start: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
1045
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
1046
+ border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1047
1047
  }
1048
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table.pf-m-compact > tbody:where(.pf-v5-c-table__tbody) {
1048
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
1049
1049
  border-block-start: 0;
1050
1050
  }
1051
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
1052
- border-block-end: var(--pf-v5-c-table__tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
1051
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1052
+ border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1053
1053
  }
1054
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):last-child,
1055
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v5-c-table__tr) {
1056
- border-block-end-width: var(--pf-v5-c-table__tr--responsive--last-child--BorderBottomWidth);
1054
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
1055
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
1056
+ border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
1057
1057
  }
1058
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
1059
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
1058
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1059
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
1060
1060
  }
1061
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
1061
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1062
1062
  border-block-end: 0;
1063
1063
  }
1064
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded:not(:last-of-type) {
1065
- border-block-end: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
1064
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
1065
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1066
1066
  }
1067
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
1068
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
1069
- --pf-v5-c-table__expandable-row--after--BorderColor: transparent;
1067
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
1068
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
1069
+ --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
1070
1070
  }
1071
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
1071
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1072
1072
  display: grid;
1073
1073
  grid-template-columns: 1fr;
1074
1074
  height: auto;
1075
1075
  grid-auto-columns: max-content;
1076
- grid-column-gap: var(--pf-v5-c-table__tr--responsive--GridColumnGap);
1077
- padding-block-start: var(--pf-v5-c-table__tr--responsive--PaddingTop);
1078
- padding-inline-end: var(--pf-v5-c-table__tr--responsive--PaddingRight);
1079
- padding-block-end: var(--pf-v5-c-table__tr--responsive--PaddingBottom);
1080
- padding-inline-start: var(--pf-v5-c-table__tr--responsive--PaddingLeft);
1081
- }
1082
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > * {
1083
- padding-block-start: var(--pf-v5-c-table--cell--responsive--PaddingTop);
1084
- padding-inline-end: var(--pf-v5-c-table--cell--responsive--PaddingRight);
1085
- padding-block-end: var(--pf-v5-c-table--cell--responsive--PaddingBottom);
1086
- padding-inline-start: var(--pf-v5-c-table--cell--responsive--PaddingLeft);
1087
- }
1088
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
1089
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
1090
- }
1091
- .pf-m-grid-xl.pf-v5-c-table.pf-m-compact {
1092
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingTop);
1093
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingBottom);
1094
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingTop);
1095
- --pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingBottom);
1096
- --pf-v5-c-table__check--responsive--MarginTop: var(--pf-v5-c-table--m-compact__check--responsive--MarginTop);
1097
- --pf-v5-c-table__check--input--MarginTop: 0;
1098
- }
1099
- .pf-m-grid-xl.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
1100
- margin-block-start: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
1101
- margin-block-end: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
1102
- }
1103
- .pf-m-grid-xl.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
1104
- margin-block-end: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
1105
- }
1106
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__icon > * {
1076
+ grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
1077
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
1078
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
1079
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
1080
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
1081
+ }
1082
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > * {
1083
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
1084
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
1085
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
1086
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
1087
+ }
1088
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > *:first-child {
1089
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
1090
+ }
1091
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-compact {
1092
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
1093
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
1094
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
1095
+ --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
1096
+ --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
1097
+ --pf-v6-c-table__check--input--MarginTop: 0;
1098
+ }
1099
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
1100
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
1101
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
1102
+ }
1103
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
1104
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
1105
+ }
1106
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__icon > * {
1107
1107
  text-align: start;
1108
1108
  }
1109
- .pf-m-grid-xl.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] {
1110
- --pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
1109
+ .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] {
1110
+ --pf-v6-c-table--cell--hidden-visible--Display: var(--pf-v6-c-table--m-grid--cell--hidden-visible--Display);
1111
1111
  grid-column: 1;
1112
- grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
1112
+ grid-column-gap: var(--pf-v6-c-table-td--responsive--GridColumnGap);
1113
1113
  grid-template-columns: 1fr minmax(0, 1.5fr);
1114
1114
  align-items: start;
1115
1115
  }
1116
- .pf-m-grid-xl.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] > * {
1116
+ .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
1117
1117
  grid-column: 2;
1118
1118
  }
1119
- .pf-m-grid-xl.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label]::before {
1119
+ .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1120
1120
  font-weight: bold;
1121
1121
  text-align: start;
1122
1122
  content: attr(data-label);
1123
1123
  }
1124
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
1125
- --pf-v5-c-table--cell--PaddingLeft: 0;
1124
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:first-child {
1125
+ --pf-v6-c-table--cell--PaddingLeft: 0;
1126
1126
  }
1127
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
1128
- --pf-v5-c-table--cell--PaddingRight: 0;
1127
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:last-child {
1128
+ --pf-v6-c-table--cell--PaddingRight: 0;
1129
1129
  }
1130
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table {
1131
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingTop);
1132
- --pf-v5-c-table__tr--responsive--PaddingRight: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingRight);
1133
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingBottom);
1134
- --pf-v5-c-table__tr--responsive--PaddingLeft: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingLeft);
1130
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table {
1131
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
1132
+ --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
1133
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
1134
+ --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
1135
1135
  border: 0;
1136
1136
  }
1137
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) + tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
1138
- --pf-v5-c-table__tr--responsive--PaddingTop: 0;
1137
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1138
+ --pf-v6-c-table__tr--responsive--PaddingTop: 0;
1139
1139
  }
1140
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
1141
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
1142
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
1143
- --pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
1140
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
1141
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
1142
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
1143
+ --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
1144
1144
  }
1145
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
1145
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
1146
1146
  position: relative;
1147
1147
  }
1148
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody)::after {
1148
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody)::after {
1149
1149
  position: absolute;
1150
1150
  inset-block-start: 0;
1151
1151
  inset-block-end: 0;
1152
1152
  inset-inline-start: 0;
1153
1153
  content: "";
1154
1154
  border: 0;
1155
- border-inline-start: var(--pf-v5-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table__tbody--after--BorderColor);
1155
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
1156
1156
  }
1157
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
1158
- --pf-v5-c-table__tbody--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--after--border-width--base);
1157
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1158
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
1159
1159
  }
1160
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tbody:where(.pf-v5-c-table__tbody) {
1161
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
1160
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
1161
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
1162
1162
  }
1163
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child:not(.pf-v5-c-table__check)::after {
1164
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
1163
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
1164
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
1165
1165
  position: static;
1166
1166
  width: auto;
1167
1167
  background-color: transparent;
1168
1168
  }
1169
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row {
1170
- --pf-v5-c-table--cell--responsive--PaddingTop: 0;
1171
- --pf-v5-c-table--cell--responsive--PaddingRight: 0;
1172
- --pf-v5-c-table--cell--responsive--PaddingBottom: 0;
1173
- --pf-v5-c-table--cell--responsive--PaddingLeft: 0;
1174
- --pf-v5-c-table--cell--PaddingRight: 0;
1175
- --pf-v5-c-table--cell--PaddingLeft: 0;
1169
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row {
1170
+ --pf-v6-c-table--cell--responsive--PaddingTop: 0;
1171
+ --pf-v6-c-table--cell--responsive--PaddingRight: 0;
1172
+ --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
1173
+ --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
1174
+ --pf-v6-c-table--cell--PaddingRight: 0;
1175
+ --pf-v6-c-table--cell--PaddingLeft: 0;
1176
1176
  display: block;
1177
- max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
1177
+ max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
1178
1178
  overflow-y: auto;
1179
1179
  border-block-end: none;
1180
1180
  box-shadow: none;
1181
1181
  }
1182
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
1182
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row > * {
1183
1183
  position: static;
1184
1184
  display: block;
1185
1185
  }
1186
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
1187
- border-block-start-color: var(--pf-v5-c-table--BorderColor);
1186
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
1187
+ border-block-start-color: var(--pf-v6-c-table--BorderColor);
1188
1188
  }
1189
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
1189
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
1190
1190
  content: none;
1191
1191
  }
1192
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
1193
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
1192
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
1193
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
1194
1194
  padding: 0;
1195
1195
  }
1196
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
1196
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
1197
1197
  display: none;
1198
1198
  }
1199
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
1200
- padding-inline-end: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
1201
- padding-inline-start: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
1199
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
1200
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
1201
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
1202
1202
  }
1203
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable {
1204
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
1205
- --pf-v5-c-table__tbody--after--BorderLeftColor: transparent;
1203
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
1204
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
1205
+ --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
1206
1206
  }
1207
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable,
1208
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr) {
1207
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
1208
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
1209
1209
  position: relative;
1210
1210
  }
1211
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr)::after {
1211
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr)::after {
1212
1212
  content: "";
1213
1213
  position: absolute;
1214
1214
  inset-block-start: 0;
1215
1215
  inset-block-end: 0;
1216
1216
  inset-inline-start: 0;
1217
- width: var(--pf-v5-c-table__tbody--after__tr--BorderLeftWidth);
1218
- background-color: var(--pf-v5-c-table__tbody--after__tr--BorderLeftColor);
1217
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
1218
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
1219
1219
  }
1220
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-expanded {
1221
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
1222
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
1220
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
1221
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
1222
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
1223
1223
  }
1224
- .pf-m-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-selected {
1225
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
1226
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftColor);
1224
+ .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
1225
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
1226
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
1227
1227
  }
1228
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected::after {
1228
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
1229
1229
  content: "";
1230
1230
  position: absolute;
1231
1231
  inset-block-start: 0;
1232
1232
  inset-block-end: 0;
1233
1233
  inset-inline-start: 0;
1234
- width: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
1235
- background-color: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
1234
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
1235
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
1236
1236
  }
1237
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
1238
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
1239
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
1240
- .pf-m-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
1237
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
1238
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
1239
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
1240
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
1241
1241
  width: auto;
1242
1242
  padding: 0;
1243
1243
  }
1244
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__toggle {
1244
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__toggle {
1245
1245
  grid-row-start: 20;
1246
1246
  grid-column: -1;
1247
1247
  justify-self: end;
1248
1248
  padding-inline-end: 0;
1249
1249
  }
1250
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__toggle::after {
1250
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__toggle::after {
1251
1251
  content: none;
1252
1252
  }
1253
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__button {
1254
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
1255
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
1256
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
1257
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
1253
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__button {
1254
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
1255
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
1256
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
1257
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
1258
1258
  }
1259
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check,
1260
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__favorite,
1261
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__action {
1259
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check,
1260
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__favorite,
1261
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
1262
1262
  grid-row-start: 1;
1263
1263
  grid-column-start: 2;
1264
1264
  }
1265
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check {
1266
- margin-block-start: var(--pf-v5-c-table__check--responsive--MarginTop);
1267
- margin-inline-start: var(--pf-v5-c-table__check--responsive--MarginLeft);
1265
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check {
1266
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
1267
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
1268
1268
  line-height: 1;
1269
1269
  }
1270
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
1271
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
1270
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
1271
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
1272
1272
  }
1273
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
1274
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
1273
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
1274
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
1275
1275
  }
1276
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
1277
- margin-inline-start: var(--pf-v5-c-table__action--responsive--MarginLeft);
1276
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
1277
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
1278
1278
  }
1279
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check label {
1279
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check label {
1280
1280
  display: inline-block;
1281
1281
  margin: 0;
1282
1282
  }
1283
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__favorite {
1284
- margin-block-start: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
1283
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__favorite {
1284
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
1285
1285
  }
1286
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
1287
- margin-inline-start: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
1286
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
1287
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
1288
1288
  }
1289
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__action {
1290
- margin-block-start: var(--pf-v5-c-table--m-grid__action--MarginTop);
1289
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
1290
+ margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
1291
1291
  text-align: end;
1292
1292
  }
1293
1293
  }
1294
1294
  @media screen and (max-width: 1200px) and (max-width: 576px) {
1295
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__action {
1295
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
1296
1296
  grid-row-start: 1;
1297
1297
  grid-column-start: 2;
1298
1298
  margin-inline-start: 0;
1299
1299
  }
1300
1300
  }
1301
1301
  @media screen and (max-width: 1200px) {
1302
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
1302
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
1303
1303
  grid-column: 2;
1304
1304
  grid-row: 2;
1305
1305
  }
1306
- .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__toggle-icon {
1307
- transition: var(--pf-v5-c-table__toggle__icon--Transition);
1306
+ .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__toggle-icon {
1307
+ transition: var(--pf-v6-c-table__toggle__icon--Transition);
1308
1308
  }
1309
- .pf-v5-c-button.pf-m-expanded > .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__toggle-icon {
1310
- transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
1309
+ .pf-v6-c-button.pf-m-expanded > .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__toggle-icon {
1310
+ transform: rotate(var(--pf-v6-c-table__toggle--m-expanded__icon--Rotate));
1311
1311
  }
1312
- .pf-m-grid-xl.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-nowrap {
1313
- --pf-v5-c-table--cell--Overflow: auto;
1312
+ .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-nowrap {
1313
+ --pf-v6-c-table--cell--Overflow: auto;
1314
1314
  }
1315
- .pf-m-grid-xl.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-fit-content {
1315
+ .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-fit-content {
1316
1316
  width: auto;
1317
1317
  white-space: normal;
1318
1318
  }
1319
- .pf-m-grid-xl.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-truncate {
1320
- --pf-v5-c-table--cell--MaxWidth: 100%;
1319
+ .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-truncate {
1320
+ --pf-v6-c-table--cell--MaxWidth: 100%;
1321
1321
  }
1322
- .pf-m-grid-xl.pf-v5-c-table [class*=pf-m-width] {
1323
- --pf-v5-c-table--cell--Width: auto;
1322
+ .pf-m-grid-xl.pf-v6-c-table [class*=pf-m-width] {
1323
+ --pf-v6-c-table--cell--Width: auto;
1324
1324
  }
1325
1325
  }
1326
1326
 
1327
1327
  @media screen and (max-width: 1450px) {
1328
- .pf-m-grid-2xl.pf-v5-c-table {
1329
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
1330
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
1331
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
1332
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
1333
- --pf-v5-c-table__favorite--c-button--MarginTop: auto;
1334
- --pf-v5-c-table__favorite--c-button--MarginRight: auto;
1335
- --pf-v5-c-table__favorite--c-button--MarginBottom: auto;
1336
- --pf-v5-c-table__favorite--c-button--MarginLeft: auto;
1328
+ .pf-m-grid-2xl.pf-v6-c-table {
1329
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
1330
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
1331
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
1332
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
1333
+ --pf-v6-c-table__favorite--c-button--MarginTop: auto;
1334
+ --pf-v6-c-table__favorite--c-button--MarginRight: auto;
1335
+ --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
1336
+ --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
1337
1337
  display: grid;
1338
1338
  border: none;
1339
1339
  }
1340
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
1340
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > * {
1341
1341
  width: auto;
1342
1342
  min-width: 0;
1343
1343
  max-width: none;
@@ -1345,299 +1345,299 @@
1345
1345
  text-overflow: clip;
1346
1346
  white-space: normal;
1347
1347
  }
1348
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__text {
1348
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__text {
1349
1349
  position: relative;
1350
1350
  width: auto;
1351
1351
  min-width: 0;
1352
1352
  max-width: none;
1353
- overflow: var(--pf-v5-c-table--cell--Overflow);
1354
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
1355
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
1353
+ overflow: var(--pf-v6-c-table--cell--Overflow);
1354
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
1355
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
1356
1356
  }
1357
- .pf-m-grid-2xl.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
1357
+ .pf-m-grid-2xl.pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
1358
1358
  display: none;
1359
1359
  }
1360
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
1360
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
1361
1361
  display: block;
1362
1362
  }
1363
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):first-of-type {
1364
- border-block-start: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
1363
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
1364
+ border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1365
1365
  }
1366
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table.pf-m-compact > tbody:where(.pf-v5-c-table__tbody) {
1366
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
1367
1367
  border-block-start: 0;
1368
1368
  }
1369
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
1370
- border-block-end: var(--pf-v5-c-table__tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
1369
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1370
+ border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1371
1371
  }
1372
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):last-child,
1373
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v5-c-table__tr) {
1374
- border-block-end-width: var(--pf-v5-c-table__tr--responsive--last-child--BorderBottomWidth);
1372
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
1373
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
1374
+ border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
1375
1375
  }
1376
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
1377
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
1376
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1377
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
1378
1378
  }
1379
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
1379
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1380
1380
  border-block-end: 0;
1381
1381
  }
1382
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded:not(:last-of-type) {
1383
- border-block-end: var(--pf-v5-c-table__tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
1382
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
1383
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1384
1384
  }
1385
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
1386
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
1387
- --pf-v5-c-table__expandable-row--after--BorderColor: transparent;
1385
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
1386
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
1387
+ --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
1388
1388
  }
1389
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
1389
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1390
1390
  display: grid;
1391
1391
  grid-template-columns: 1fr;
1392
1392
  height: auto;
1393
1393
  grid-auto-columns: max-content;
1394
- grid-column-gap: var(--pf-v5-c-table__tr--responsive--GridColumnGap);
1395
- padding-block-start: var(--pf-v5-c-table__tr--responsive--PaddingTop);
1396
- padding-inline-end: var(--pf-v5-c-table__tr--responsive--PaddingRight);
1397
- padding-block-end: var(--pf-v5-c-table__tr--responsive--PaddingBottom);
1398
- padding-inline-start: var(--pf-v5-c-table__tr--responsive--PaddingLeft);
1399
- }
1400
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > * {
1401
- padding-block-start: var(--pf-v5-c-table--cell--responsive--PaddingTop);
1402
- padding-inline-end: var(--pf-v5-c-table--cell--responsive--PaddingRight);
1403
- padding-block-end: var(--pf-v5-c-table--cell--responsive--PaddingBottom);
1404
- padding-inline-start: var(--pf-v5-c-table--cell--responsive--PaddingLeft);
1405
- }
1406
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
1407
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
1408
- }
1409
- .pf-m-grid-2xl.pf-v5-c-table.pf-m-compact {
1410
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingTop);
1411
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr--responsive--PaddingBottom);
1412
- --pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingTop);
1413
- --pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact__tr__td--responsive--PaddingBottom);
1414
- --pf-v5-c-table__check--responsive--MarginTop: var(--pf-v5-c-table--m-compact__check--responsive--MarginTop);
1415
- --pf-v5-c-table__check--input--MarginTop: 0;
1416
- }
1417
- .pf-m-grid-2xl.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
1418
- margin-block-start: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
1419
- margin-block-end: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
1420
- }
1421
- .pf-m-grid-2xl.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
1422
- margin-block-end: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
1423
- }
1424
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__icon > * {
1394
+ grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
1395
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
1396
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
1397
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
1398
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
1399
+ }
1400
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > * {
1401
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
1402
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
1403
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
1404
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
1405
+ }
1406
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > *:first-child {
1407
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
1408
+ }
1409
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-compact {
1410
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
1411
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
1412
+ --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
1413
+ --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
1414
+ --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
1415
+ --pf-v6-c-table__check--input--MarginTop: 0;
1416
+ }
1417
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
1418
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
1419
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
1420
+ }
1421
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
1422
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
1423
+ }
1424
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__icon > * {
1425
1425
  text-align: start;
1426
1426
  }
1427
- .pf-m-grid-2xl.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] {
1428
- --pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
1427
+ .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] {
1428
+ --pf-v6-c-table--cell--hidden-visible--Display: var(--pf-v6-c-table--m-grid--cell--hidden-visible--Display);
1429
1429
  grid-column: 1;
1430
- grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
1430
+ grid-column-gap: var(--pf-v6-c-table-td--responsive--GridColumnGap);
1431
1431
  grid-template-columns: 1fr minmax(0, 1.5fr);
1432
1432
  align-items: start;
1433
1433
  }
1434
- .pf-m-grid-2xl.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label] > * {
1434
+ .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
1435
1435
  grid-column: 2;
1436
1436
  }
1437
- .pf-m-grid-2xl.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td)[data-label]::before {
1437
+ .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1438
1438
  font-weight: bold;
1439
1439
  text-align: start;
1440
1440
  content: attr(data-label);
1441
1441
  }
1442
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
1443
- --pf-v5-c-table--cell--PaddingLeft: 0;
1442
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:first-child {
1443
+ --pf-v6-c-table--cell--PaddingLeft: 0;
1444
1444
  }
1445
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
1446
- --pf-v5-c-table--cell--PaddingRight: 0;
1445
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:last-child {
1446
+ --pf-v6-c-table--cell--PaddingRight: 0;
1447
1447
  }
1448
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table {
1449
- --pf-v5-c-table__tr--responsive--PaddingTop: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingTop);
1450
- --pf-v5-c-table__tr--responsive--PaddingRight: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingRight);
1451
- --pf-v5-c-table__tr--responsive--PaddingBottom: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingBottom);
1452
- --pf-v5-c-table__tr--responsive--PaddingLeft: var(--pf-v5-c-table__tr--responsive--nested-table--PaddingLeft);
1448
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table {
1449
+ --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
1450
+ --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
1451
+ --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
1452
+ --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
1453
1453
  border: 0;
1454
1454
  }
1455
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) + tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
1456
- --pf-v5-c-table__tr--responsive--PaddingTop: 0;
1455
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1456
+ --pf-v6-c-table__tr--responsive--PaddingTop: 0;
1457
1457
  }
1458
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
1459
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
1460
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
1461
- --pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
1458
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
1459
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
1460
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
1461
+ --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
1462
1462
  }
1463
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
1463
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
1464
1464
  position: relative;
1465
1465
  }
1466
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody)::after {
1466
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody)::after {
1467
1467
  position: absolute;
1468
1468
  inset-block-start: 0;
1469
1469
  inset-block-end: 0;
1470
1470
  inset-inline-start: 0;
1471
1471
  content: "";
1472
1472
  border: 0;
1473
- border-inline-start: var(--pf-v5-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table__tbody--after--BorderColor);
1473
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
1474
1474
  }
1475
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded {
1476
- --pf-v5-c-table__tbody--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--after--border-width--base);
1475
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1476
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
1477
1477
  }
1478
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded tbody:where(.pf-v5-c-table__tbody) {
1479
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
1478
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
1479
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
1480
1480
  }
1481
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child:not(.pf-v5-c-table__check)::after {
1482
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
1481
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
1482
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
1483
1483
  position: static;
1484
1484
  width: auto;
1485
1485
  background-color: transparent;
1486
1486
  }
1487
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row {
1488
- --pf-v5-c-table--cell--responsive--PaddingTop: 0;
1489
- --pf-v5-c-table--cell--responsive--PaddingRight: 0;
1490
- --pf-v5-c-table--cell--responsive--PaddingBottom: 0;
1491
- --pf-v5-c-table--cell--responsive--PaddingLeft: 0;
1492
- --pf-v5-c-table--cell--PaddingRight: 0;
1493
- --pf-v5-c-table--cell--PaddingLeft: 0;
1487
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row {
1488
+ --pf-v6-c-table--cell--responsive--PaddingTop: 0;
1489
+ --pf-v6-c-table--cell--responsive--PaddingRight: 0;
1490
+ --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
1491
+ --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
1492
+ --pf-v6-c-table--cell--PaddingRight: 0;
1493
+ --pf-v6-c-table--cell--PaddingLeft: 0;
1494
1494
  display: block;
1495
- max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
1495
+ max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
1496
1496
  overflow-y: auto;
1497
1497
  border-block-end: none;
1498
1498
  box-shadow: none;
1499
1499
  }
1500
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
1500
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row > * {
1501
1501
  position: static;
1502
1502
  display: block;
1503
1503
  }
1504
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
1505
- border-block-start-color: var(--pf-v5-c-table--BorderColor);
1504
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
1505
+ border-block-start-color: var(--pf-v6-c-table--BorderColor);
1506
1506
  }
1507
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
1507
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
1508
1508
  content: none;
1509
1509
  }
1510
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
1511
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
1510
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
1511
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
1512
1512
  padding: 0;
1513
1513
  }
1514
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
1514
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
1515
1515
  display: none;
1516
1516
  }
1517
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
1518
- padding-inline-end: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
1519
- padding-inline-start: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
1517
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
1518
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
1519
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
1520
1520
  }
1521
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable {
1522
- --pf-v5-c-table__tbody--after--BorderLeftWidth: 0;
1523
- --pf-v5-c-table__tbody--after--BorderLeftColor: transparent;
1521
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
1522
+ --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
1523
+ --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
1524
1524
  }
1525
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable,
1526
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr) {
1525
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
1526
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
1527
1527
  position: relative;
1528
1528
  }
1529
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable > tr:where(.pf-v5-c-table__tr)::after {
1529
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr)::after {
1530
1530
  content: "";
1531
1531
  position: absolute;
1532
1532
  inset-block-start: 0;
1533
1533
  inset-block-end: 0;
1534
1534
  inset-inline-start: 0;
1535
- width: var(--pf-v5-c-table__tbody--after__tr--BorderLeftWidth);
1536
- background-color: var(--pf-v5-c-table__tbody--after__tr--BorderLeftColor);
1535
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
1536
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
1537
1537
  }
1538
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-expanded {
1539
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
1540
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
1538
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
1539
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
1540
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
1541
1541
  }
1542
- .pf-m-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-hoverable.pf-m-selected {
1543
- --pf-v5-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
1544
- --pf-v5-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v5-c-table__tbody--m-selected--after__tr--BorderLeftColor);
1542
+ .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
1543
+ --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
1544
+ --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
1545
1545
  }
1546
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected::after {
1546
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
1547
1547
  content: "";
1548
1548
  position: absolute;
1549
1549
  inset-block-start: 0;
1550
1550
  inset-block-end: 0;
1551
1551
  inset-inline-start: 0;
1552
- width: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
1553
- background-color: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
1552
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
1553
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
1554
1554
  }
1555
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
1556
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
1557
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
1558
- .pf-m-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
1555
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
1556
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
1557
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
1558
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
1559
1559
  width: auto;
1560
1560
  padding: 0;
1561
1561
  }
1562
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__toggle {
1562
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__toggle {
1563
1563
  grid-row-start: 20;
1564
1564
  grid-column: -1;
1565
1565
  justify-self: end;
1566
1566
  padding-inline-end: 0;
1567
1567
  }
1568
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__toggle::after {
1568
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__toggle::after {
1569
1569
  content: none;
1570
1570
  }
1571
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__button {
1572
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
1573
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
1574
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
1575
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
1571
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__button {
1572
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
1573
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
1574
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
1575
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
1576
1576
  }
1577
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check,
1578
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__favorite,
1579
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__action {
1577
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check,
1578
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__favorite,
1579
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
1580
1580
  grid-row-start: 1;
1581
1581
  grid-column-start: 2;
1582
1582
  }
1583
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check {
1584
- margin-block-start: var(--pf-v5-c-table__check--responsive--MarginTop);
1585
- margin-inline-start: var(--pf-v5-c-table__check--responsive--MarginLeft);
1583
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check {
1584
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
1585
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
1586
1586
  line-height: 1;
1587
1587
  }
1588
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
1589
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
1588
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
1589
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
1590
1590
  }
1591
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
1592
- margin-inline-start: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
1591
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
1592
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
1593
1593
  }
1594
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
1595
- margin-inline-start: var(--pf-v5-c-table__action--responsive--MarginLeft);
1594
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
1595
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
1596
1596
  }
1597
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check label {
1597
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check label {
1598
1598
  display: inline-block;
1599
1599
  margin: 0;
1600
1600
  }
1601
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__favorite {
1602
- margin-block-start: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
1601
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__favorite {
1602
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
1603
1603
  }
1604
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
1605
- margin-inline-start: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
1604
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
1605
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
1606
1606
  }
1607
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__action {
1608
- margin-block-start: var(--pf-v5-c-table--m-grid__action--MarginTop);
1607
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
1608
+ margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
1609
1609
  text-align: end;
1610
1610
  }
1611
1611
  }
1612
1612
  @media screen and (max-width: 1450px) and (max-width: 576px) {
1613
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__action {
1613
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
1614
1614
  grid-row-start: 1;
1615
1615
  grid-column-start: 2;
1616
1616
  margin-inline-start: 0;
1617
1617
  }
1618
1618
  }
1619
1619
  @media screen and (max-width: 1450px) {
1620
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
1620
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
1621
1621
  grid-column: 2;
1622
1622
  grid-row: 2;
1623
1623
  }
1624
- .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__toggle-icon {
1625
- transition: var(--pf-v5-c-table__toggle__icon--Transition);
1624
+ .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__toggle-icon {
1625
+ transition: var(--pf-v6-c-table__toggle__icon--Transition);
1626
1626
  }
1627
- .pf-v5-c-button.pf-m-expanded > .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__toggle-icon {
1628
- transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
1627
+ .pf-v6-c-button.pf-m-expanded > .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__toggle-icon {
1628
+ transform: rotate(var(--pf-v6-c-table__toggle--m-expanded__icon--Rotate));
1629
1629
  }
1630
- .pf-m-grid-2xl.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-nowrap {
1631
- --pf-v5-c-table--cell--Overflow: auto;
1630
+ .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-nowrap {
1631
+ --pf-v6-c-table--cell--Overflow: auto;
1632
1632
  }
1633
- .pf-m-grid-2xl.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-fit-content {
1633
+ .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-fit-content {
1634
1634
  width: auto;
1635
1635
  white-space: normal;
1636
1636
  }
1637
- .pf-m-grid-2xl.pf-v5-c-table :where(.pf-v5-c-table, .pf-v5-c-table__thead, .pf-v5-c-table__tbody, .pf-v5-c-table__tr, .pf-v5-c-table__th, .pf-v5-c-table__td, .pf-v5-c-table__text).pf-m-truncate {
1638
- --pf-v5-c-table--cell--MaxWidth: 100%;
1637
+ .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table, .pf-v6-c-table__thead, .pf-v6-c-table__tbody, .pf-v6-c-table__tr, .pf-v6-c-table__th, .pf-v6-c-table__td, .pf-v6-c-table__text).pf-m-truncate {
1638
+ --pf-v6-c-table--cell--MaxWidth: 100%;
1639
1639
  }
1640
- .pf-m-grid-2xl.pf-v5-c-table [class*=pf-m-width] {
1641
- --pf-v5-c-table--cell--Width: auto;
1640
+ .pf-m-grid-2xl.pf-v6-c-table [class*=pf-m-width] {
1641
+ --pf-v6-c-table--cell--Width: auto;
1642
1642
  }
1643
1643
  }