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

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