@patternfly/react-styles 5.0.0-alpha.8 → 5.0.0-prerelease.1

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