@patternfly/patternfly 6.0.0-alpha.99 → 6.0.0-prerelease.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (501) hide show
  1. package/README.md +1 -2
  2. package/assets/fontawesome/_animated.scss +1 -0
  3. package/assets/fontawesome/_bordered-pulled.scss +1 -0
  4. package/assets/fontawesome/_core.scss +2 -0
  5. package/assets/fontawesome/_fixed-width.scss +2 -0
  6. package/assets/fontawesome/_icons.scss +1 -0
  7. package/assets/fontawesome/_index.scss +12 -0
  8. package/assets/fontawesome/_larger.scss +4 -2
  9. package/assets/fontawesome/_list.scss +4 -2
  10. package/assets/fontawesome/_rotated-flipped.scss +2 -0
  11. package/assets/fontawesome/_screen-reader.scss +1 -0
  12. package/assets/fontawesome/_stacked.scss +3 -1
  13. package/assets/fontawesome/_variables.scss +3 -2
  14. package/assets/fontawesome/fontawesome.scss +12 -12
  15. package/assets/icons/iconUnicodes.json +6 -0
  16. package/assets/images/img_avatar-dark.svg +22 -16
  17. package/assets/images/img_avatar-light.svg +25 -18
  18. package/assets/images/pf-background.svg +21 -21
  19. package/assets/images/pf_logo.svg +11 -11
  20. package/assets/images/pf_logo_white.svg +16 -17
  21. package/assets/pficon/pf-v6-pficon.woff2 +0 -0
  22. package/assets/pficon/pficon.scss +310 -271
  23. package/base/_index.scss +10 -0
  24. package/base/{_globals.scss → normalize.scss} +15 -48
  25. package/base/patternfly-common.css +14 -0
  26. package/base/patternfly-common.scss +68 -2
  27. package/base/patternfly-fa-icons.css +1 -1
  28. package/base/patternfly-fa-icons.scss +35 -2
  29. package/base/patternfly-fonts.css +10 -80
  30. package/base/patternfly-fonts.scss +49 -2
  31. package/base/patternfly-pf-icons.css +158 -134
  32. package/base/patternfly-pf-icons.scss +1 -2
  33. package/base/patternfly-svg-icons.css +5 -0
  34. package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
  35. package/base/patternfly-variables.css +1082 -1206
  36. package/base/patternfly-variables.scss +20 -2
  37. package/base/reset.scss +33 -0
  38. package/base/tokens/_index.scss +6 -0
  39. package/base/tokens/tokens-charts-dark.scss +173 -0
  40. package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +162 -148
  41. package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +307 -294
  42. package/base/tokens/{_tokens-default.scss → tokens-default.scss} +574 -447
  43. package/base/tokens/{_tokens-font.scss → tokens-local.scss} +13 -34
  44. package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +69 -70
  45. package/components/AboutModalBox/about-modal-box.css +86 -81
  46. package/components/AboutModalBox/about-modal-box.scss +80 -82
  47. package/components/Accordion/accordion.css +44 -43
  48. package/components/Accordion/accordion.scss +52 -52
  49. package/components/ActionList/action-list.css +6 -5
  50. package/components/ActionList/action-list.scss +7 -5
  51. package/components/Alert/alert-group.css +72 -19
  52. package/components/Alert/alert-group.scss +105 -18
  53. package/components/Alert/alert.css +52 -59
  54. package/components/Alert/alert.scss +56 -65
  55. package/components/Avatar/avatar.css +42 -41
  56. package/components/Avatar/avatar.scss +8 -7
  57. package/components/BackToTop/back-to-top.css +19 -17
  58. package/components/BackToTop/back-to-top.scss +17 -17
  59. package/components/Backdrop/backdrop.css +1 -1
  60. package/components/Backdrop/backdrop.scss +3 -4
  61. package/components/BackgroundImage/background-image.scss +3 -4
  62. package/components/Badge/badge.css +29 -7
  63. package/components/Badge/badge.scss +33 -9
  64. package/components/Banner/banner.css +30 -37
  65. package/components/Banner/banner.scss +30 -43
  66. package/components/Brand/brand.css +14 -10
  67. package/components/Brand/brand.scss +8 -5
  68. package/components/Breadcrumb/breadcrumb.css +23 -24
  69. package/components/Breadcrumb/breadcrumb.scss +25 -28
  70. package/components/Button/button.css +150 -128
  71. package/components/Button/button.scss +155 -130
  72. package/components/CalendarMonth/calendar-month.css +46 -46
  73. package/components/CalendarMonth/calendar-month.scss +49 -50
  74. package/components/Card/card.css +110 -93
  75. package/components/Card/card.scss +118 -92
  76. package/components/Check/check.css +5 -5
  77. package/components/Check/check.scss +7 -8
  78. package/components/ClipboardCopy/clipboard-copy.css +33 -41
  79. package/components/ClipboardCopy/clipboard-copy.scss +35 -44
  80. package/components/CodeBlock/code-block.css +21 -20
  81. package/components/CodeBlock/code-block.scss +21 -21
  82. package/components/CodeEditor/code-editor.css +35 -34
  83. package/components/CodeEditor/code-editor.scss +35 -35
  84. package/components/Content/content.css +167 -153
  85. package/components/Content/content.scss +204 -145
  86. package/components/DataList/data-list-grid.css +117 -117
  87. package/components/DataList/data-list-grid.scss +22 -20
  88. package/components/DataList/data-list.css +308 -312
  89. package/components/DataList/data-list.scss +145 -152
  90. package/components/DatePicker/date-picker.css +17 -17
  91. package/components/DatePicker/date-picker.scss +17 -18
  92. package/components/DescriptionList/description-list-order.css +5 -5
  93. package/components/DescriptionList/description-list-order.scss +3 -1
  94. package/components/DescriptionList/description-list.css +46 -44
  95. package/components/DescriptionList/description-list.scss +26 -31
  96. package/components/Divider/divider.css +104 -107
  97. package/components/Divider/divider.scss +19 -19
  98. package/components/DragDrop/drag-drop.css +4 -2
  99. package/components/DragDrop/drag-drop.scss +3 -3
  100. package/components/Drawer/drawer.css +115 -114
  101. package/components/Drawer/drawer.scss +136 -134
  102. package/components/DualListSelector/dual-list-selector.css +64 -61
  103. package/components/DualListSelector/dual-list-selector.scss +54 -51
  104. package/components/EmptyState/empty-state.css +38 -37
  105. package/components/EmptyState/empty-state.scss +39 -39
  106. package/components/ExpandableSection/expandable-section.css +27 -86
  107. package/components/ExpandableSection/expandable-section.scss +32 -101
  108. package/components/FileUpload/file-upload.css +2 -2
  109. package/components/FileUpload/file-upload.scss +2 -3
  110. package/components/Form/form.css +173 -115
  111. package/components/Form/form.scss +117 -103
  112. package/components/FormControl/form-control.css +57 -57
  113. package/components/FormControl/form-control.scss +69 -67
  114. package/components/HelperText/helper-text.css +5 -4
  115. package/components/HelperText/helper-text.scss +8 -6
  116. package/components/Hint/hint.css +25 -25
  117. package/components/Hint/hint.scss +25 -27
  118. package/components/Icon/icon.css +10 -10
  119. package/components/Icon/icon.scss +11 -12
  120. package/components/InlineEdit/inline-edit.css +12 -12
  121. package/components/InlineEdit/inline-edit.scss +12 -13
  122. package/components/InputGroup/input-group.css +16 -16
  123. package/components/InputGroup/input-group.scss +18 -19
  124. package/components/JumpLinks/jump-links.css +80 -96
  125. package/components/JumpLinks/jump-links.scss +80 -100
  126. package/components/Label/label-group.css +28 -28
  127. package/components/Label/label-group.scss +29 -30
  128. package/components/Label/label.css +102 -87
  129. package/components/Label/label.scss +113 -94
  130. package/components/List/list.css +44 -47
  131. package/components/List/list.scss +51 -58
  132. package/components/Login/login.css +122 -118
  133. package/components/Login/login.scss +105 -112
  134. package/components/Masthead/masthead.css +273 -175
  135. package/components/Masthead/masthead.scss +102 -68
  136. package/components/Menu/menu.css +151 -95
  137. package/components/Menu/menu.scss +59 -40
  138. package/components/MenuToggle/menu-toggle.css +129 -108
  139. package/components/MenuToggle/menu-toggle.scss +150 -128
  140. package/components/ModalBox/modal-box.css +53 -45
  141. package/components/ModalBox/modal-box.scss +52 -46
  142. package/components/MultipleFileUpload/multiple-file-upload.css +37 -37
  143. package/components/MultipleFileUpload/multiple-file-upload.scss +38 -39
  144. package/components/Nav/nav.css +33 -9
  145. package/components/Nav/nav.scss +46 -13
  146. package/components/NotificationDrawer/notification-drawer.css +50 -51
  147. package/components/NotificationDrawer/notification-drawer.scss +58 -57
  148. package/components/NumberInput/number-input.css +7 -11
  149. package/components/NumberInput/number-input.scss +5 -7
  150. package/components/OverflowMenu/overflow-menu.css +2 -1
  151. package/components/OverflowMenu/overflow-menu.scss +3 -1
  152. package/components/Page/page.css +175 -519
  153. package/components/Page/page.scss +155 -386
  154. package/components/Pagination/pagination.css +82 -79
  155. package/components/Pagination/pagination.scss +43 -40
  156. package/components/Panel/panel.css +33 -30
  157. package/components/Panel/panel.scss +35 -33
  158. package/components/Popover/popover.css +54 -52
  159. package/components/Popover/popover.scss +55 -54
  160. package/components/Progress/progress.css +8 -4
  161. package/components/Progress/progress.scss +14 -11
  162. package/components/ProgressStepper/progress-stepper.css +246 -245
  163. package/components/ProgressStepper/progress-stepper.scss +118 -118
  164. package/components/Radio/radio.css +7 -7
  165. package/components/Radio/radio.scss +9 -10
  166. package/components/Sidebar/sidebar.css +139 -139
  167. package/components/Sidebar/sidebar.scss +61 -61
  168. package/components/SimpleList/simple-list.css +21 -20
  169. package/components/SimpleList/simple-list.scss +22 -23
  170. package/components/Skeleton/skeleton.css +4 -4
  171. package/components/Skeleton/skeleton.scss +7 -8
  172. package/components/SkipToContent/skip-to-content.css +7 -6
  173. package/components/SkipToContent/skip-to-content.scss +7 -7
  174. package/components/Slider/slider.css +31 -31
  175. package/components/Slider/slider.scss +54 -55
  176. package/components/Spinner/spinner.scss +4 -5
  177. package/components/Switch/switch.css +4 -10
  178. package/components/Switch/switch.scss +8 -17
  179. package/components/TabContent/tab-content.css +25 -25
  180. package/components/TabContent/tab-content.scss +28 -28
  181. package/components/Table/table-grid.css +434 -508
  182. package/components/Table/table-grid.scss +131 -150
  183. package/components/Table/table-scrollable.css +31 -34
  184. package/components/Table/table-scrollable.scss +44 -41
  185. package/components/Table/table-tree-view.css +287 -279
  186. package/components/Table/table-tree-view.scss +84 -84
  187. package/components/Table/table.css +316 -279
  188. package/components/Table/table.scss +346 -301
  189. package/components/Tabs/tabs.css +215 -240
  190. package/components/Tabs/tabs.scss +130 -162
  191. package/components/TextInputGroup/text-input-group.css +122 -64
  192. package/components/TextInputGroup/text-input-group.scss +144 -87
  193. package/components/Tile/tile.css +15 -15
  194. package/components/Tile/tile.scss +16 -17
  195. package/components/Timestamp/timestamp.css +13 -19
  196. package/components/Timestamp/timestamp.scss +16 -22
  197. package/components/Title/title.css +14 -13
  198. package/components/Title/title.scss +15 -15
  199. package/components/ToggleGroup/toggle-group.css +37 -37
  200. package/components/ToggleGroup/toggle-group.scss +38 -41
  201. package/components/Toolbar/toolbar.css +547 -1431
  202. package/components/Toolbar/toolbar.scss +159 -123
  203. package/components/Tooltip/tooltip.css +28 -27
  204. package/components/Tooltip/tooltip.scss +31 -30
  205. package/components/TreeView/tree-view.css +184 -184
  206. package/components/TreeView/tree-view.scss +133 -133
  207. package/components/Truncate/truncate.css +2 -2
  208. package/components/Truncate/truncate.scss +7 -8
  209. package/components/Wizard/wizard.css +190 -154
  210. package/components/Wizard/wizard.scss +211 -165
  211. package/components/_index.css +22378 -0
  212. package/components/_index.scss +82 -0
  213. package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
  214. package/docs/components/Accordion/examples/Accordion.md +1 -1
  215. package/docs/components/ActionList/examples/ActionList.md +64 -24
  216. package/docs/components/Alert/examples/Alert.md +116 -74
  217. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  218. package/docs/components/Badge/examples/Badge.md +6 -16
  219. package/docs/components/Banner/examples/Banner.md +16 -10
  220. package/docs/components/Brand/examples/Brand.md +2 -2
  221. package/docs/components/Breadcrumb/examples/Breadcrumb.md +19 -59
  222. package/docs/components/Button/examples/Button.md +537 -368
  223. package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
  224. package/docs/components/Card/examples/Card.md +372 -658
  225. package/docs/components/Check/examples/Check.md +10 -15
  226. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +92 -47
  227. package/docs/components/CodeBlock/examples/CodeBlock.md +51 -28
  228. package/docs/components/CodeEditor/examples/CodeEditor.md +41 -22
  229. package/docs/components/Content/examples/Content.md +600 -60
  230. package/docs/components/DataList/examples/DataList.md +291 -1028
  231. package/docs/components/DatePicker/examples/DatePicker.md +18 -6
  232. package/docs/components/DescriptionList/examples/DescriptionList.md +80 -55
  233. package/docs/components/Drawer/examples/Drawer.md +60 -21
  234. package/docs/components/DualListSelector/examples/DualListSelector.md +364 -996
  235. package/docs/components/EmptyState/examples/EmptyState.md +123 -53
  236. package/docs/components/ExpandableSection/examples/ExpandableSection.md +96 -91
  237. package/docs/components/FileUpload/examples/FileUpload.md +42 -14
  238. package/docs/components/Form/examples/Form.md +100 -26
  239. package/docs/components/Hint/examples/Hint.md +54 -164
  240. package/docs/components/InlineEdit/examples/InlineEdit.md +132 -45
  241. package/docs/components/InputGroup/examples/InputGroup.md +38 -62
  242. package/docs/components/JumpLinks/examples/JumpLinks.md +189 -72
  243. package/docs/components/Label/examples/Label.md +2577 -406
  244. package/docs/components/Login/examples/Login.md +372 -334
  245. package/docs/components/Masthead/examples/masthead.md +515 -484
  246. package/docs/components/Menu/examples/Menu.md +77 -138
  247. package/docs/components/MenuToggle/examples/MenuToggle.md +289 -39
  248. package/docs/components/ModalBox/examples/ModalBox.md +158 -100
  249. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +137 -97
  250. package/docs/components/Nav/examples/Navigation.css +2 -7
  251. package/docs/components/Nav/examples/Navigation.md +337 -270
  252. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +515 -2076
  253. package/docs/components/NumberInput/examples/NumberInput.md +96 -48
  254. package/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
  255. package/docs/components/OverflowMenu/examples/overflow-menu.md +104 -159
  256. package/docs/components/Page/examples/Page.css +5 -9
  257. package/docs/components/Page/examples/Page.md +254 -181
  258. package/docs/components/Pagination/examples/Pagination.md +336 -756
  259. package/docs/components/Panel/examples/Panel.md +3 -2
  260. package/docs/components/Popover/examples/Popover.md +60 -15
  261. package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
  262. package/docs/components/Sidebar/examples/Sidebar.css +4 -2
  263. package/docs/components/Sidebar/examples/Sidebar.md +3 -3
  264. package/docs/components/Skeleton/examples/Skeleton.css +1 -1
  265. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
  266. package/docs/components/Slider/examples/Slider.md +53 -45
  267. package/docs/components/Spinner/examples/Spinner.md +1 -1
  268. package/docs/components/Switch/examples/Switch.md +33 -148
  269. package/docs/components/Table/examples/Table.css +11 -6
  270. package/docs/components/Table/examples/Table.md +5302 -2464
  271. package/docs/components/Tabs/examples/Tabs.md +1267 -607
  272. package/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
  273. package/docs/components/TextInputGroup/examples/TextInputGroup.md +469 -278
  274. package/docs/components/Tile/examples/Tile.css +5 -5
  275. package/docs/components/Timestamp/examples/Timestamp.md +7 -1
  276. package/docs/components/ToggleGroup/examples/toggle-group.md +1 -3
  277. package/docs/components/Toolbar/examples/Toolbar.css +50 -39
  278. package/docs/components/Toolbar/examples/Toolbar.md +1562 -1200
  279. package/docs/components/Tooltip/examples/Tooltip.css +1 -1
  280. package/docs/components/TreeView/examples/TreeView.md +627 -49
  281. package/docs/components/Truncate/examples/Truncate.css +1 -2
  282. package/docs/components/Wizard/examples/Wizard.md +1595 -126
  283. package/docs/demos/AboutModal/examples/AboutModal.md +191 -198
  284. package/docs/demos/Alert/examples/Alert.md +924 -909
  285. package/docs/demos/BackToTop/examples/BackToTop.md +318 -327
  286. package/docs/demos/Banner/examples/Banner.md +641 -659
  287. package/docs/demos/Button/examples/Button.md +8 -8
  288. package/docs/demos/Card/examples/Card.css +6 -6
  289. package/docs/demos/Card/examples/Card.md +419 -606
  290. package/docs/demos/CardView/examples/CardView.md +822 -1435
  291. package/docs/demos/Dashboard/examples/Dashboard.md +1308 -1442
  292. package/docs/demos/DataList/examples/DataList.md +3210 -3424
  293. package/docs/demos/DescriptionList/examples/DescriptionList.md +899 -937
  294. package/docs/demos/Drawer/examples/Drawer.md +1165 -1176
  295. package/docs/demos/Form/examples/BasicForms.md +153 -88
  296. package/docs/demos/JumpLinks/examples/JumpLinks.md +1710 -1602
  297. package/docs/demos/Masthead/examples/Masthead.md +1719 -1583
  298. package/docs/demos/Modal/examples/Modal.md +1231 -1235
  299. package/docs/demos/Nav/examples/Nav.md +1216 -1230
  300. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1910 -4577
  301. package/docs/demos/Page/examples/Page.css +11 -0
  302. package/docs/demos/Page/examples/Page.md +3753 -2540
  303. package/docs/demos/Panel/Panel.md +88 -0
  304. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
  305. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +16 -48
  306. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5150 -6255
  307. package/docs/demos/Skeleton/examples/Skeleton.md +297 -304
  308. package/docs/demos/Table/examples/Table.md +14272 -15154
  309. package/docs/demos/Tabs/examples/Tabs.md +2821 -2891
  310. package/docs/demos/Toolbar/examples/Toolbar.css +10 -18
  311. package/docs/demos/Toolbar/examples/Toolbar.md +2487 -2663
  312. package/docs/demos/Wizard/examples/Wizard.md +3021 -2784
  313. package/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
  314. package/docs/layouts/Flex/examples/Flex.css +4 -4
  315. package/docs/layouts/Flex/examples/Flex.md +50 -50
  316. package/docs/layouts/Gallery/examples/Gallery.css +4 -4
  317. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  318. package/docs/layouts/Grid/examples/Grid.css +3 -3
  319. package/docs/layouts/Grid/examples/Grid.md +33 -33
  320. package/docs/layouts/Level/examples/Level.css +5 -5
  321. package/docs/layouts/Split/examples/Split.css +4 -4
  322. package/docs/layouts/Stack/examples/Stack.css +5 -5
  323. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  324. package/docs/utilities/Alignment/examples/Alignment.css +6 -6
  325. package/docs/utilities/Alignment/examples/Alignment.md +5 -5
  326. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +7 -67
  327. package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  328. package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
  329. package/docs/utilities/Display/examples/Display.css +3 -10
  330. package/docs/utilities/Display/examples/Display.md +21 -12
  331. package/docs/utilities/Flex/examples/Flex.css +7 -7
  332. package/docs/utilities/Flex/examples/Flex.md +82 -40
  333. package/docs/utilities/Float/examples/Float.css +5 -5
  334. package/docs/utilities/Float/examples/Float.md +6 -6
  335. package/docs/utilities/Sizing/examples/Sizing.css +6 -6
  336. package/docs/utilities/Sizing/examples/Sizing.md +60 -60
  337. package/docs/utilities/Spacing/examples/Spacing.css +3 -3
  338. package/docs/utilities/Spacing/examples/Spacing.md +37 -37
  339. package/docs/utilities/Text/examples/Text.md +78 -77
  340. package/icons/pficons.mjs +6 -0
  341. package/layouts/Bullseye/bullseye.css +4 -0
  342. package/layouts/Bullseye/bullseye.scss +5 -1
  343. package/layouts/Flex/flex.css +241 -237
  344. package/layouts/Flex/flex.scss +48 -44
  345. package/layouts/Gallery/gallery.css +15 -11
  346. package/layouts/Gallery/gallery.scss +9 -5
  347. package/layouts/Grid/grid.css +20 -16
  348. package/layouts/Grid/grid.scss +12 -8
  349. package/layouts/Level/level.css +5 -1
  350. package/layouts/Level/level.scss +6 -2
  351. package/layouts/Split/split.css +5 -1
  352. package/layouts/Split/split.scss +6 -2
  353. package/layouts/Stack/stack.css +5 -1
  354. package/layouts/Stack/stack.scss +6 -2
  355. package/layouts/_index.css +3461 -0
  356. package/layouts/_index.scss +8 -0
  357. package/package.json +39 -39
  358. package/patternfly-addons.css +2071 -2648
  359. package/patternfly-addons.scss +2 -12
  360. package/patternfly-base-no-globals.css +1429 -1645
  361. package/patternfly-base-no-globals.scss +5 -3
  362. package/patternfly-base.css +1511 -1723
  363. package/patternfly-base.scss +2 -6
  364. package/patternfly-charts.css +579 -240
  365. package/patternfly-charts.scss +352 -337
  366. package/patternfly-no-globals.css +19895 -23410
  367. package/patternfly-no-globals.scss +5 -4
  368. package/patternfly.css +19999 -23510
  369. package/patternfly.min.css +1 -1
  370. package/patternfly.min.css.map +1 -1
  371. package/patternfly.scss +3 -4
  372. package/sass-utilities/_index.scss +6 -0
  373. package/sass-utilities/functions.scss +25 -25
  374. package/sass-utilities/{_init.scss → init.scss} +6 -6
  375. package/sass-utilities/mixins.scss +108 -72
  376. package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -27
  377. package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
  378. package/sass-utilities/scss-variables.scss +49 -261
  379. package/utilities/Accessibility/accessibility.css +15 -15
  380. package/utilities/Accessibility/accessibility.scss +8 -6
  381. package/utilities/Alignment/alignment.css +29 -29
  382. package/utilities/Alignment/alignment.scss +6 -4
  383. package/utilities/BackgroundColor/background-color.css +67 -0
  384. package/utilities/BackgroundColor/background-color.scss +16 -0
  385. package/utilities/BoxShadow/box-shadow.css +15 -39
  386. package/utilities/BoxShadow/box-shadow.scss +19 -28
  387. package/utilities/Display/display.css +43 -5
  388. package/utilities/Display/display.scss +7 -4
  389. package/utilities/Flex/flex.css +50 -50
  390. package/utilities/Flex/flex.scss +21 -20
  391. package/utilities/Float/float.css +29 -29
  392. package/utilities/Float/float.scss +6 -6
  393. package/utilities/Sizing/sizing.css +58 -58
  394. package/utilities/Sizing/sizing.scss +23 -21
  395. package/utilities/Spacing/spacing.css +1372 -1372
  396. package/utilities/Spacing/spacing.scss +6 -6
  397. package/utilities/Text/text.css +419 -662
  398. package/utilities/Text/text.scss +81 -107
  399. package/utilities/_index.css +7815 -0
  400. package/utilities/_index.scss +10 -0
  401. package/assets/images/pf-logo-small.svg +0 -23
  402. package/assets/images/pf_logo_white.hbs +0 -35
  403. package/assets/images/pfbg-icon.svg +0 -1
  404. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  405. package/base/_base.scss +0 -2
  406. package/base/_chart-globals.scss +0 -415
  407. package/base/_common.scss +0 -50
  408. package/base/_fa-icons.scss +0 -33
  409. package/base/_fonts.scss +0 -136
  410. package/base/_icons.scss +0 -3
  411. package/base/_pficons.scss +0 -2
  412. package/base/_themes.scss +0 -43
  413. package/base/_variables.scss +0 -299
  414. package/base/patternfly-globals.css +0 -120
  415. package/base/patternfly-globals.scss +0 -2
  416. package/base/patternfly-icons.css +0 -4728
  417. package/base/patternfly-icons.scss +0 -2
  418. package/base/patternfly-themes.css +0 -82
  419. package/base/patternfly-themes.scss +0 -2
  420. package/base/themes/dark/_chart-globals.scss +0 -42
  421. package/base/themes/dark/_globals.scss +0 -5
  422. package/base/tokens/_workspace-overrides.scss +0 -7
  423. package/components/AppLauncher/app-launcher.css +0 -244
  424. package/components/AppLauncher/app-launcher.scss +0 -308
  425. package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
  426. package/components/Chip/chip-group.css +0 -93
  427. package/components/Chip/chip-group.scss +0 -98
  428. package/components/Chip/chip.css +0 -122
  429. package/components/Chip/chip.scss +0 -140
  430. package/components/Chip/themes/dark/chip.scss +0 -9
  431. package/components/ContextSelector/context-selector.css +0 -336
  432. package/components/ContextSelector/context-selector.scss +0 -384
  433. package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
  434. package/components/Dropdown/dropdown.css +0 -686
  435. package/components/Dropdown/dropdown.scss +0 -820
  436. package/components/Dropdown/themes/dark/dropdown.scss +0 -32
  437. package/components/LogViewer/log-viewer.css +0 -197
  438. package/components/LogViewer/log-viewer.scss +0 -226
  439. package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
  440. package/components/NotificationBadge/notification-badge.css +0 -87
  441. package/components/NotificationBadge/notification-badge.scss +0 -108
  442. package/components/OptionsMenu/options-menu.css +0 -279
  443. package/components/OptionsMenu/options-menu.scss +0 -332
  444. package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
  445. package/components/Select/select.css +0 -599
  446. package/components/Select/select.scss +0 -713
  447. package/components/Select/themes/dark/select.scss +0 -23
  448. package/components/_all.scss +0 -91
  449. package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
  450. package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
  451. package/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
  452. package/docs/components/Chip/examples/Chip.md +0 -846
  453. package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
  454. package/docs/components/ContextSelector/deprecated/context-selector.md +0 -909
  455. package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
  456. package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
  457. package/docs/components/LogViewer/examples/LogViewer.css +0 -17
  458. package/docs/components/LogViewer/examples/LogViewer.md +0 -5936
  459. package/docs/components/NotificationBadge/examples/NotificationBadge.md +0 -222
  460. package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
  461. package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
  462. package/docs/components/Page/deprecated/PageHeader.css +0 -17
  463. package/docs/components/Page/deprecated/PageHeader.md +0 -261
  464. package/docs/components/Pagination/examples/Pagination.css +0 -3
  465. package/docs/components/Select/deprecated/Select.css +0 -56
  466. package/docs/components/Select/deprecated/Select.md +0 -3525
  467. package/docs/components/Tabs/examples/Tabs.css +0 -10
  468. package/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
  469. package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1712
  470. package/docs/demos/Page/examples/Penta.md +0 -821
  471. package/docs/utilities/Text/examples/Text.css +0 -0
  472. package/layouts/_all.scss +0 -7
  473. package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6276
  474. package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
  475. package/patternfly-base-theme-dark-unversioned.css +0 -6393
  476. package/patternfly-base-theme-dark-unversioned.scss +0 -5
  477. package/patternfly-charts-theme-dark-unversioned.css +0 -70
  478. package/patternfly-charts-theme-dark-unversioned.scss +0 -8
  479. package/patternfly-charts-theme-dark.css +0 -70
  480. package/patternfly-charts-theme-dark.scss +0 -8
  481. package/patternfly-theme-dark-unversioned.css +0 -35533
  482. package/patternfly-theme-dark-unversioned.scss +0 -6
  483. package/patternfly-theme-dark.css +0 -0
  484. package/patternfly-theme-dark.scss +0 -1
  485. package/sass-utilities/_all.scss +0 -9
  486. package/sass-utilities/colors.scss +0 -82
  487. package/sass-utilities/div.import.scss +0 -3
  488. package/sass-utilities/div.scss +0 -4
  489. package/sass-utilities/placeholders.scss +0 -72
  490. package/sass-utilities/themes/dark/_all.scss +0 -4
  491. package/sass-utilities/themes/dark/colors.scss +0 -16
  492. package/sass-utilities/themes/dark/mixins.scss +0 -7
  493. package/sass-utilities/themes/dark/placeholders.scss +0 -5
  494. package/sass-utilities/themes/dark/scss-variables.scss +0 -92
  495. package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
  496. package/utilities/BackgroundColor/BackgroundColor.css +0 -414
  497. package/utilities/BackgroundColor/BackgroundColor.scss +0 -64
  498. package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  499. package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
  500. package/utilities/Text/themes/dark/text.css +0 -0
  501. package/utilities/Text/themes/dark/text.scss +0 -33
@@ -1,79 +1,33 @@
1
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td) {
2
- --pf-v5-hidden-visible--hidden--Display: none;
3
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
4
- display: var(--pf-v5-hidden-visible--Display);
5
- }
6
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden:where(th, td) {
7
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
8
- }
9
- @media screen and (min-width: 576px) {
10
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-sm:where(th, td) {
11
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
12
- }
13
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-sm:where(th, td) {
14
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
15
- }
16
- }
17
- @media screen and (min-width: 768px) {
18
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-md:where(th, td) {
19
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
20
- }
21
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-md:where(th, td) {
22
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
23
- }
24
- }
25
- @media screen and (min-width: 992px) {
26
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-lg:where(th, td) {
27
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
28
- }
29
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-lg:where(th, td) {
30
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
31
- }
32
- }
33
- @media screen and (min-width: 1200px) {
34
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-xl:where(th, td) {
35
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
36
- }
37
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-xl:where(th, td) {
38
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
39
- }
40
- }
41
- @media screen and (min-width: 1450px) {
42
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-2xl:where(th, td) {
43
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
44
- }
45
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-2xl:where(th, td) {
46
- --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
47
- }
48
- }
49
-
50
- :where(:root),
51
- :where(.pf-v6-c-table) {
1
+ :root,
2
+ .pf-v6-c-table {
52
3
  --pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
53
4
  --pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);
54
5
  --pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
55
6
  --pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
56
7
  --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);
8
+ --pf-v6-c-table__caption--PaddingBlockStart: var(--pf-t--global--spacer--md);
9
+ --pf-v6-c-table__caption--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
10
+ --pf-v6-c-table__caption--PaddingBlockEnd: var(--pf-t--global--spacer--md);
11
+ --pf-v6-c-table__caption--PaddingInlineStart: var(--pf-t--global--spacer--lg);
61
12
  --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
62
13
  --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
63
- --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
64
- --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
14
+ --pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
15
+ --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
16
+ --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
65
17
  --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
18
+ --pf-v6-c-table__tr--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
19
+ --pf-v6-c-table__tr--BorderBlockEndColor: var(--pf-t--global--border--color--default);
66
20
  --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
21
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
22
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--cell--Padding--base);
23
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
24
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
67
25
  --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
68
- --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
26
+ --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);
69
27
  --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
70
28
  --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
71
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
72
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--cell--Padding--base);
73
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
74
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
75
29
  --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
76
- --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
30
+ --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
77
31
  --pf-v6-c-table--cell--MinWidth: 0;
78
32
  --pf-v6-c-table--cell--MaxWidth: none;
79
33
  --pf-v6-c-table--cell--Width: auto;
@@ -81,117 +35,103 @@
81
35
  --pf-v6-c-table--cell--TextOverflow: clip;
82
36
  --pf-v6-c-table--cell--WhiteSpace: normal;
83
37
  --pf-v6-c-table--cell--WordBreak: normal;
84
- --pf-v6-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-t--global--border--width--divider--default);
85
- --pf-v6-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-t--global--border--color--default);
86
- --pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
87
- --pf-v6-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-t--global--border--color--default);
38
+ --pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);
39
+ --pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor: var(--pf-t--global--border--color--default);
40
+ --pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);
41
+ --pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
88
42
  --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
89
43
  --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
90
- --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft));
44
+ --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));
45
+ --pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
91
46
  --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
92
- --pf-v6-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
93
- --pf-v6-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
94
- --pf-v6-c-table__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
95
- --pf-v6-c-table__toggle--PaddingRight: var(--pf-t--global--spacer--sm);
47
+ --pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
48
+ --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
49
+ --pf-v6-c-table__toggle--PaddingInlineStart: var(--pf-t--global--spacer--sm);
50
+ --pf-v6-c-table__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
96
51
  --pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
97
- --pf-v6-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
52
+ --pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
53
+ --pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
98
54
  --pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
99
- --pf-v6-c-table__button--PaddingTop: var(--pf-t--global--spacer--sm);
100
- --pf-v6-c-table__button--PaddingBottom: var(--pf-t--global--spacer--sm);
101
- --pf-v6-c-table__button--PaddingLeft: var(--pf-t--global--spacer--md);
102
- --pf-v6-c-table__button--PaddingRight: var(--pf-t--global--spacer--md);
55
+ --pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
56
+ --pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
57
+ --pf-v6-c-table__button--PaddingInlineStart: var(--pf-t--global--spacer--md);
58
+ --pf-v6-c-table__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
103
59
  --pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);
104
60
  --pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
105
61
  --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
106
62
  --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
107
63
  --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
108
64
  --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
109
- --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
110
- --pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
111
- --pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
112
- --pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
113
- --pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
65
+ --pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);
66
+ --pf-v6-c-table__check--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
114
67
  --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
115
68
  --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
116
69
  --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
117
- --pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
118
- --pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
119
- --pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
120
- --pf-v6-c-table__draggable--c-button--MarginRight: calc(var(--pf-v6-c-button--PaddingRight) * -1);
121
- --pf-v6-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
122
- --pf-v6-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v6-c-button--PaddingLeft) * -1);
123
70
  --pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
124
71
  --pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
125
- --pf-v6-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
126
- --pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
127
- --pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
128
- --pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
129
- --pf-v6-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
130
- --pf-v6-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
131
- --pf-v6-c-table__expandable-row--Transition: var(--pf-v6-global--Transition);
132
- --pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
133
- --pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
134
- --pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
135
- --pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
136
- --pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
137
- --pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
138
- --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));
139
- --pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
140
- --pf-v6-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--sm);
141
- --pf-v6-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--md);
142
- --pf-v6-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--md);
143
- --pf-v6-c-table__sort__button--MarginBottom: calc(var(--pf-v6-c-table__sort__button--PaddingBottom) * -1);
144
- --pf-v6-c-table__sort__button--MarginLeft: calc(var(--pf-v6-c-table__sort__button--PaddingLeft) * -1);
145
- --pf-v6-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
72
+ --pf-v6-c-table__action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
73
+ --pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
74
+ --pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
75
+ --pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
76
+ --pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
77
+ --pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
78
+ --pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
79
+ --pf-v6-c-table__expandable-row-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
80
+ --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
81
+ --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
82
+ --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
83
+ --pf-v6-c-table__control-row--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
84
+ --pf-v6-c-table__control-row__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);
85
+ --pf-v6-c-table__icon-inline--MarginInlineEnd: var(--pf-t--global--spacer--sm);
86
+ --pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart) + var(--pf-v6-c-table__sort-indicator--MarginInlineStart));
146
87
  --pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
147
88
  --pf-v6-c-table__sort--m-help--MinWidth: 15ch;
148
89
  --pf-v6-c-table__sort__button__text--Color: currentcolor;
149
90
  --pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
150
- --pf-v6-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
151
- --pf-v6-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
152
91
  --pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
153
- --pf-v6-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
92
+ --pf-v6-c-table__sort-indicator--MarginInlineStart: var(--pf-t--global--spacer--md);
154
93
  --pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
155
94
  --pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
156
95
  --pf-v6-c-table__th--m-help--MinWidth: 11ch;
157
- --pf-v6-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
158
- --pf-v6-c-table__column-help--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
159
- --pf-v6-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
160
- --pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
161
- --pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
96
+ --pf-v6-c-table__column-help--MarginInlineStart: var(--pf-t--global--spacer--sm);
162
97
  --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
98
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
163
99
  --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
100
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
101
+ --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
164
102
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
165
- --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
166
- --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
167
- --pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
168
- --pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
169
- --pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
170
- --pf-v6-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
171
- --pf-v6-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
172
- --pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
173
- --pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
174
- --pf-v6-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
175
- --pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
103
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: 0;
104
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
105
+ --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
106
+ --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
107
+ --pf-v6-c-table--m-compact__th--PaddingBlockStart: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
108
+ --pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
109
+ --pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
110
+ --pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
111
+ --pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
112
+ --pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
113
+ --pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);
176
114
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
177
115
  --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
178
116
  --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
179
- --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
117
+ --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
180
118
  --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
181
119
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
182
120
  --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
183
- --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
184
- --pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
185
- --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
121
+ --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
122
+ --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
123
+ --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
186
124
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
187
125
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
188
- --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
189
- --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--xs);
190
- --pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
191
- --pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
126
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
127
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
192
128
  --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
193
- --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
194
- --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
129
+ --pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));
130
+ --pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));
131
+ --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
132
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
133
+ --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
134
+ --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
195
135
  }
196
136
 
197
137
  .pf-v6-c-table {
@@ -201,47 +141,44 @@
201
141
  .pf-v6-c-table.pf-m-fixed {
202
142
  table-layout: fixed;
203
143
  }
204
- .pf-v6-c-table.pf-m-sticky-header {
205
- position: relative;
206
- }
207
- .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) {
208
- z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
209
- }
210
- .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
144
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
145
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
211
146
  position: sticky;
212
147
  inset-block-start: 0;
148
+ z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
213
149
  background: var(--pf-v6-c-table--BackgroundColor);
214
150
  }
215
- .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > :where(th, td)::after {
151
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
152
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
216
153
  position: absolute;
154
+ inset-block-start: 0;
217
155
  inset-block-end: 0;
218
156
  inset-inline-start: 0;
219
157
  inset-inline-end: 0;
158
+ z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
159
+ pointer-events: none;
220
160
  content: "";
221
161
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
222
162
  }
163
+ .pf-v6-c-table.pf-m-sticky-header {
164
+ position: relative;
165
+ }
166
+ .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) {
167
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
168
+ }
223
169
  .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
224
170
  position: sticky;
225
171
  inset-block-start: 0;
226
- z-index: var(--pf-t--global--Zindex--xs);
227
172
  background: var(--pf-v6-c-table--BackgroundColor);
228
173
  }
229
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
230
- height: var(--pf-v6-c-table--border-width--base);
231
- background-color: var(--pf-v6-c-table--BorderColor);
232
- }
233
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v6-c-table__th):not([rowspan]),
234
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v6-c-table__td):not([rowspan]) {
235
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
236
- }
237
174
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
238
175
  border-block-end: 0;
239
176
  }
240
177
  .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]),
241
178
  .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]) {
242
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
179
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd);
243
180
  }
244
- .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row),
181
+ .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),
245
182
  .pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
246
183
  .pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
247
184
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
@@ -253,15 +190,18 @@
253
190
  opacity: var(--pf-v6-c-table__tr--m-ghost-row--Opacity);
254
191
  }
255
192
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td) {
256
- --pf-v5-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);
193
+ --pf-v6-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);
194
+ --pf-v6-hidden-visible--hidden--Display: none;
195
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
196
+ display: var(--pf-v6-hidden-visible--Display);
257
197
  position: relative;
258
198
  width: var(--pf-v6-c-table--cell--Width);
259
199
  min-width: var(--pf-v6-c-table--cell--MinWidth);
260
200
  max-width: var(--pf-v6-c-table--cell--MaxWidth);
261
- padding-block-start: var(--pf-v6-c-table--cell--PaddingTop);
262
- padding-block-end: var(--pf-v6-c-table--cell--PaddingBottom);
263
- padding-inline-start: var(--pf-v6-c-table--cell--PaddingLeft);
264
- padding-inline-end: var(--pf-v6-c-table--cell--PaddingRight);
201
+ padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
202
+ padding-block-end: var(--pf-v6-c-table--cell--PaddingBlockEnd);
203
+ padding-inline-start: var(--pf-v6-c-table--cell--PaddingInlineStart);
204
+ padding-inline-end: var(--pf-v6-c-table--cell--PaddingInlineEnd);
265
205
  overflow: var(--pf-v6-c-table--cell--Overflow);
266
206
  font-size: var(--pf-v6-c-table--cell--FontSize);
267
207
  font-weight: var(--pf-v6-c-table--cell--FontWeight);
@@ -271,16 +211,59 @@
271
211
  word-break: var(--pf-v6-c-table--cell--WordBreak);
272
212
  white-space: var(--pf-v6-c-table--cell--WhiteSpace);
273
213
  }
214
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden {
215
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
216
+ }
217
+ @media screen and (min-width: 36rem) {
218
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-sm {
219
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
220
+ }
221
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-sm {
222
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
223
+ }
224
+ }
225
+ @media screen and (min-width: 48rem) {
226
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-md {
227
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
228
+ }
229
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-md {
230
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
231
+ }
232
+ }
233
+ @media screen and (min-width: 62rem) {
234
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-lg {
235
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
236
+ }
237
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-lg {
238
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
239
+ }
240
+ }
241
+ @media screen and (min-width: 75rem) {
242
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-xl {
243
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
244
+ }
245
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-xl {
246
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
247
+ }
248
+ }
249
+ @media screen and (min-width: 90.625rem) {
250
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-2xl {
251
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
252
+ }
253
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-visible-on-2xl {
254
+ --pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
255
+ }
256
+ }
274
257
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
275
- padding-inline-start: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingLeft));
258
+ padding-inline-start: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingInlineStart));
276
259
  }
277
260
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
278
- padding-inline-end: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingRight));
261
+ padding-inline-end: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingInlineEnd));
279
262
  }
280
263
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
281
264
  text-align: center;
282
265
  }
283
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):empty {
266
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
284
267
  width: auto;
285
268
  min-width: 0;
286
269
  padding: 0;
@@ -301,15 +284,15 @@
301
284
  content: "";
302
285
  }
303
286
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-right::before {
304
- 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);
287
+ border-inline-end: var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndWidth) solid var(--pf-v6-c-table--cell--m-border-right--before--BorderInlineEndColor);
305
288
  }
306
289
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-left::before {
307
- 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);
290
+ border-inline-start: var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartWidth) solid var(--pf-v6-c-table--cell--m-border-left--before--BorderInlineStartColor);
308
291
  }
309
292
  .pf-v6-c-table caption:where(.pf-v6-c-table__caption) {
310
- padding-block-start: var(--pf-v6-c-table__caption--PaddingTop);
311
- padding-block-end: var(--pf-v6-c-table__caption--PaddingBottom);
312
- padding-inline-start: var(--pf-v6-c-table__caption--PaddingLeft);
293
+ padding-block-start: var(--pf-v6-c-table__caption--PaddingBlockStart);
294
+ padding-block-end: var(--pf-v6-c-table__caption--PaddingBlockEnd);
295
+ padding-inline-start: var(--pf-v6-c-table__caption--PaddingInlineStart);
313
296
  font-size: var(--pf-v6-c-table__caption--FontSize);
314
297
  color: var(--pf-v6-c-table__caption--Color);
315
298
  text-align: start;
@@ -318,26 +301,26 @@
318
301
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
319
302
  --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);
320
303
  --pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);
304
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
305
+ --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
306
+ --pf-v6-c-table--cell--Overflow: hidden;
307
+ --pf-v6-c-table--cell--TextOverflow: ellipsis;
308
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
321
309
  }
322
310
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
323
311
  outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
324
312
  }
325
313
  .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]),
326
314
  .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]) {
327
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop);
315
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart);
328
316
  }
329
317
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
330
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__subhead--PaddingLeft);
331
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__subhead--PaddingRight);
332
318
  --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
333
319
  color: var(--pf-v6-c-table__subhead--Color);
334
320
  }
335
- .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead .pf-v6-c-table__button {
336
- margin-inline-start: 0;
337
- }
338
321
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
339
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__tbody--cell--PaddingTop);
340
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__tbody--cell--PaddingBottom);
322
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__tbody--cell--PaddingBlockStart);
323
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__tbody--cell--PaddingBlockEnd);
341
324
  --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize);
342
325
  }
343
326
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
@@ -349,39 +332,11 @@
349
332
  .pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td).pf-m-help {
350
333
  min-width: var(--pf-v6-c-table__th--m-help--MinWidth);
351
334
  }
352
- .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 {
353
- --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
354
- --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
355
- --pf-v6-c-table--cell--Overflow: hidden;
356
- --pf-v6-c-table--cell--TextOverflow: ellipsis;
357
- --pf-v6-c-table--cell--WhiteSpace: nowrap;
358
- }
359
-
360
- .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-wrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-wrap {
361
- --pf-v6-c-table--cell--MinWidth: 0;
362
- --pf-v6-c-table--cell--MaxWidth: none;
363
- --pf-v6-c-table--cell--Overflow: visible;
364
- --pf-v6-c-table--cell--TextOverflow: clip;
365
- --pf-v6-c-table--cell--WhiteSpace: normal;
366
- }
367
- .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-nowrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-nowrap {
368
- --pf-v6-c-table--cell--MinWidth: 0;
369
- --pf-v6-c-table--cell--MaxWidth: none;
370
- --pf-v6-c-table--cell--Overflow: visible;
371
- --pf-v6-c-table--cell--TextOverflow: clip;
372
- --pf-v6-c-table--cell--WhiteSpace: nowrap;
373
- }
374
- .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 {
375
- --pf-v6-c-table--cell--MinWidth: fit-content;
376
- --pf-v6-c-table--cell--MaxWidth: none;
377
- --pf-v6-c-table--cell--Width: 1%;
378
- --pf-v6-c-table--cell--Overflow: visible;
379
- --pf-v6-c-table--cell--TextOverflow: clip;
380
- --pf-v6-c-table--cell--WhiteSpace: nowrap;
381
- }
382
- .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 {
383
- --pf-v6-c-table--cell--WordBreak: break-word;
384
- --pf-v6-c-table--cell--WhiteSpace: normal;
335
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
336
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
337
+ --pf-v6-c-table__tbody--BorderBlockEndWidth: 0;
338
+ --pf-v6-c-table--m-expandable__tbody--BorderBlockEndWidth: 0;
339
+ --pf-v6-c-table__control-row--BorderBlockEndWidth: 0;
385
340
  }
386
341
  .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
387
342
  border-block-end: 0;
@@ -401,35 +356,78 @@
401
356
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
402
357
  }
403
358
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
404
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
405
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
406
359
  position: relative;
407
360
  background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
408
361
  outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
409
362
  }
410
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset {
411
- --pf-v6-c-table--cell--first-last-child--PaddingLeft: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
363
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
364
+ padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart);
412
365
  }
413
366
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
414
367
  cursor: pointer;
415
368
  background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
416
369
  outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
417
370
  }
418
- .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
419
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor);
420
- }
421
371
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
422
372
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
423
373
  }
374
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
375
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
376
+ }
424
377
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
425
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftWidth);
426
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftColor);
427
378
  background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
428
379
  outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
429
380
  }
381
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row) {
382
+ border: none;
383
+ }
430
384
  .pf-v6-c-table.pf-m-drag-over {
431
385
  overflow-anchor: none;
432
386
  }
387
+ .pf-v6-c-table .pf-v6-c-table {
388
+ background-color: transparent;
389
+ }
390
+ .pf-v6-c-table .pf-v6-c-table,
391
+ .pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
392
+ border-block-end: 0;
393
+ }
394
+ .pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
395
+ --pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
396
+ }
397
+
398
+ [class*=pf-v6-c-table].pf-m-truncate {
399
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
400
+ --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
401
+ --pf-v6-c-table--cell--Overflow: hidden;
402
+ --pf-v6-c-table--cell--TextOverflow: ellipsis;
403
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
404
+ }
405
+ [class*=pf-v6-c-table].pf-m-wrap {
406
+ --pf-v6-c-table--cell--MinWidth: 0;
407
+ --pf-v6-c-table--cell--MaxWidth: none;
408
+ --pf-v6-c-table--cell--Overflow: visible;
409
+ --pf-v6-c-table--cell--TextOverflow: clip;
410
+ --pf-v6-c-table--cell--WhiteSpace: normal;
411
+ }
412
+ [class*=pf-v6-c-table].pf-m-nowrap {
413
+ --pf-v6-c-table--cell--MinWidth: 0;
414
+ --pf-v6-c-table--cell--MaxWidth: none;
415
+ --pf-v6-c-table--cell--Overflow: visible;
416
+ --pf-v6-c-table--cell--TextOverflow: clip;
417
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
418
+ }
419
+ [class*=pf-v6-c-table] .pf-v6-c-table__icon, [class*=pf-v6-c-table].pf-m-fit-content {
420
+ --pf-v6-c-table--cell--MinWidth: fit-content;
421
+ --pf-v6-c-table--cell--MaxWidth: none;
422
+ --pf-v6-c-table--cell--Width: 1%;
423
+ --pf-v6-c-table--cell--Overflow: visible;
424
+ --pf-v6-c-table--cell--TextOverflow: clip;
425
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
426
+ }
427
+ [class*=pf-v6-c-table].pf-m-break-word {
428
+ --pf-v6-c-table--cell--WordBreak: break-word;
429
+ --pf-v6-c-table--cell--WhiteSpace: normal;
430
+ }
433
431
 
434
432
  .pf-v6-c-table__text {
435
433
  --pf-v6-c-table--cell--MaxWidth: 100%;
@@ -446,6 +444,7 @@
446
444
  }
447
445
  .pf-v6-c-table__text.pf-m-truncate {
448
446
  --pf-v6-c-table--cell--MinWidth: 100%;
447
+ --pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
449
448
  }
450
449
  .pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
451
450
  overflow: var(--pf-v6-c-table--cell--Overflow);
@@ -453,18 +452,14 @@
453
452
  white-space: var(--pf-v6-c-table--cell--WhiteSpace);
454
453
  }
455
454
 
456
- .pf-v6-c-table__tr.pf-m-border-row {
457
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
458
- }
459
-
460
455
  .pf-v6-c-table__button {
461
456
  width: auto;
462
- padding-block-start: var(--pf-v6-c-table__button--PaddingTop);
463
- padding-block-end: var(--pf-v6-c-table__button--PaddingBottom);
464
- padding-inline-start: var(--pf-v6-c-table__button--PaddingLeft);
465
- padding-inline-end: var(--pf-v6-c-table__button--PaddingRight);
466
- margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBottom) * -1);
467
- margin-inline-start: calc(var(--pf-v6-c-table__button--PaddingLeft) * -1);
457
+ padding-block-start: var(--pf-v6-c-table__button--PaddingBlockStart);
458
+ padding-block-end: var(--pf-v6-c-table__button--PaddingBlockEnd);
459
+ padding-inline-start: var(--pf-v6-c-table__button--PaddingInlineStart);
460
+ padding-inline-end: var(--pf-v6-c-table__button--PaddingInlineEnd);
461
+ margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);
462
+ margin-inline-start: calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);
468
463
  font-size: inherit;
469
464
  font-weight: inherit;
470
465
  color: var(--pf-v6-c-table__button--Color);
@@ -474,6 +469,7 @@
474
469
  background-color: var(--pf-v6-c-table__button--BackgroundColor);
475
470
  border: 0;
476
471
  border-radius: var(--pf-v6-c-table__button--BorderRadius);
472
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
477
473
  }
478
474
  .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
479
475
  margin-block-end: 0;
@@ -527,25 +523,27 @@
527
523
  .pf-v6-c-table .pf-v6-c-table__check,
528
524
  .pf-v6-c-table .pf-v6-c-table__toggle,
529
525
  .pf-v6-c-table .pf-v6-c-table__action,
530
- .pf-v6-c-table .pf-v6-c-table__favorite,
531
- .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-favorite,
532
526
  .pf-v6-c-table .pf-v6-c-table__inline-edit-action,
533
527
  .pf-v6-c-table .pf-v6-c-table__draggable {
534
528
  --pf-v6-c-table--cell--MinWidth: 0;
535
529
  --pf-v6-c-table--cell--Width: 1%;
536
530
  }
537
531
 
532
+ .pf-v6-c-table .pf-v6-c-table__favorite {
533
+ --pf-v6-c-table--cell--MaxWidth: auto;
534
+ }
535
+
538
536
  .pf-v6-c-table__toggle {
539
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__toggle--PaddingTop);
540
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__toggle--PaddingBottom);
541
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__toggle--PaddingLeft);
542
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__toggle--PaddingRight);
537
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__toggle--PaddingBlockStart);
538
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__toggle--PaddingBlockEnd);
539
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__toggle--PaddingInlineStart);
540
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__toggle--PaddingInlineEnd);
543
541
  }
544
542
  .pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon {
545
543
  transform: rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
546
544
  }
547
545
  .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
548
- transition: var(--pf-v6-c-table__toggle--c-button__toggle-icon--Transition);
546
+ transition: transform var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration) var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction);
549
547
  transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
550
548
  }
551
549
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
@@ -557,8 +555,8 @@
557
555
  }
558
556
 
559
557
  .pf-v6-c-table__check {
560
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__check--PaddingLeft);
561
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__check--PaddingRight);
558
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__check--PaddingInlineStart);
559
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__check--PaddingInlineEnd);
562
560
  vertical-align: top;
563
561
  }
564
562
  .pf-v6-c-table__check .pf-v6-c-check {
@@ -583,8 +581,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
583
581
  .pf-v6-c-table__favorite .pf-v6-c-button {
584
582
  --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
585
583
  }
586
- .pf-m-favorited.pf-v6-c-table__favorite .pf-v6-c-button {
587
- --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
584
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
585
+ --pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
586
+ }
587
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
588
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
588
589
  }
589
590
 
590
591
  .pf-v6-c-table__draggable .pf-v6-c-button {
@@ -598,10 +599,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
598
599
  .pf-v6-c-table__favorite,
599
600
  .pf-v6-c-table__inline-edit-action,
600
601
  .pf-v6-c-table__draggable {
601
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__action--PaddingTop);
602
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__action--PaddingBottom);
603
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__action--PaddingLeft);
604
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__action--PaddingRight);
602
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__action--PaddingBlockStart);
603
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__action--PaddingBlockEnd);
604
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__action--PaddingInlineStart);
605
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__action--PaddingInlineEnd);
605
606
  }
606
607
 
607
608
  .pf-v6-c-table__action:last-child,
@@ -614,6 +615,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
614
615
  --pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
615
616
  position: relative;
616
617
  padding: 0;
618
+ background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
617
619
  }
618
620
  .pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
619
621
  overflow: visible;
@@ -633,10 +635,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
633
635
  inset: 0;
634
636
  content: "";
635
637
  border: 0;
636
- 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);
638
+ border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
637
639
  }
638
- .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within, .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
639
- --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth);
640
+ .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
641
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
642
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth);
643
+ }
644
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
645
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
646
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth);
640
647
  }
641
648
  .pf-v6-c-table__compound-expansion-toggle:focus-within {
642
649
  outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
@@ -649,7 +656,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
649
656
  }
650
657
 
651
658
  .pf-v6-c-table__column-help-action {
652
- margin-inline-start: var(--pf-v6-c-table__column-help--MarginLeft);
659
+ margin-inline-start: var(--pf-v6-c-table__column-help--MarginInlineStart);
653
660
  }
654
661
 
655
662
  .pf-v6-c-table__sort {
@@ -663,25 +670,23 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
663
670
  .pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text {
664
671
  color: var(--pf-v6-c-table__sort__button__text--Color);
665
672
  }
666
- .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
673
+ .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button, .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button {
667
674
  --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
668
- --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-selected__button__text--Color);
675
+ }
676
+ .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button .pf-v6-c-table__text, .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button .pf-v6-c-table__text {
669
677
  color: var(--pf-v6-c-table__sort--m-selected__button--Color);
670
678
  }
671
679
  .pf-v6-c-table__sort.pf-m-help {
672
680
  --pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
673
681
  }
674
- .pf-v6-c-table__sort.pf-m-favorite {
675
- --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-favorite__button__text--Color);
676
- --pf-v6-c-table__sort__button--hover__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--hover__text--Color);
677
- --pf-v6-c-table__sort--m-selected__button__text--Color: currentcolor;
682
+ .pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
683
+ font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
678
684
  }
679
685
 
680
686
  .pf-v6-c-table__sort-indicator {
681
687
  grid-column: 2;
682
688
  align-self: end;
683
- margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginLeft);
684
- font-size: var(--pf-v6-c-table__sort-indicator--FontSize);
689
+ margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginInlineStart);
685
690
  color: var(--pf-v6-c-table__sort-indicator--Color);
686
691
  pointer-events: none;
687
692
  }
@@ -690,31 +695,32 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
690
695
  position: relative;
691
696
  border-block-end: 0 solid transparent;
692
697
  }
693
- .pf-v6-c-table__expandable-row,
694
- .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
695
- transition: var(--pf-v6-c-table__expandable-row--Transition);
696
- }
697
- .pf-v6-c-table__expandable-row > td,
698
- .pf-v6-c-table__expandable-row > th {
699
- padding-top: 0;
698
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
699
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
700
+ padding-block-start: 0;
700
701
  }
702
+
701
703
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
702
704
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
703
705
  padding-block-start: 0;
704
- padding-inline-end: 0;
705
706
  padding-block-end: 0;
706
- padding-inline-start: var(--pf-v6-c-table__expandable-row--after--border-width--base);
707
+ padding-inline-start: 0;
708
+ padding-inline-end: 0;
707
709
  }
708
710
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
709
711
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
710
712
  padding: 0;
711
713
  }
712
714
  .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
713
- padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingTop);
714
- padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
715
+ padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
716
+ padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);
717
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);
718
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);
719
+ background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
720
+ border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
715
721
  }
716
722
  .pf-v6-c-table__expandable-row.pf-m-expanded {
717
- border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor);
723
+ border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
718
724
  border-block-end-width: var(--pf-v6-c-table--border-width--base);
719
725
  }
720
726
  .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
@@ -725,24 +731,24 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
725
731
  }
726
732
 
727
733
  .pf-v6-c-table.pf-m-compact {
728
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact--cell--PaddingTop);
729
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact--cell--PaddingBottom);
734
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
735
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
730
736
  }
731
737
  .pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
732
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact--cell--PaddingTop);
733
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact--cell--PaddingBottom);
738
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
739
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
734
740
  }
735
741
  .pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),
736
742
  .pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle {
737
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact__th--PaddingTop);
738
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact__th--PaddingBottom);
743
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__th--PaddingBlockStart);
744
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__th--PaddingBlockEnd);
739
745
  }
740
746
  .pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,
741
747
  .pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,
742
748
  .pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,
743
749
  .pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable {
744
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact__action--PaddingTop);
745
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact__action--PaddingBottom);
750
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);
751
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd);
746
752
  }
747
753
  .pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
748
754
  width: auto;
@@ -751,13 +757,44 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
751
757
  }
752
758
 
753
759
  .pf-v6-c-table__thead {
760
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
761
+ --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
754
762
  vertical-align: bottom;
755
763
  }
764
+ .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
765
+ --pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
766
+ --pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
767
+ margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingInlineStart) * -1);
768
+ }
756
769
 
757
770
  .pf-v6-c-table__tbody {
758
771
  vertical-align: top;
759
772
  }
760
- .pf-v6-c-table__tbody .pf-v6-c-table__tr {
773
+ .pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
774
+ background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
775
+ }
776
+
777
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
778
+ border-block-end: 0;
779
+ }
780
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
781
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
782
+ }
783
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
784
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
785
+ }
786
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
787
+ background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
788
+ border-block-end: var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor);
789
+ }
790
+
791
+ .pf-v6-c-table__tr {
792
+ border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
793
+ }
794
+ .pf-v6-c-table__thead .pf-v6-c-table__tr {
795
+ border-block-end: 0;
796
+ }
797
+ .pf-v6-c-table__tr.pf-m-border-row {
761
798
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
762
799
  }
763
800
 
@@ -766,7 +803,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
766
803
  align-items: center;
767
804
  }
768
805
  .pf-v6-c-table__icon-inline > :not(:last-child) {
769
- margin-inline-end: var(--pf-v6-c-table__icon-inline--MarginRight);
806
+ margin-inline-end: var(--pf-v6-c-table__icon-inline--MarginInlineEnd);
770
807
  }
771
808
 
772
809
  .pf-v6-c-table .pf-m-width-10 {