@patternfly/react-styles 6.0.0-alpha.2 → 6.0.0-alpha.20

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