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

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