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

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