@patternfly/react-styles 4.92.7 → 5.0.0-alpha.10

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