@patternfly/patternfly 6.0.0-alpha.1 → 6.0.0-alpha.11

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 (284) hide show
  1. package/README.md +13 -3
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  4. package/assets/pficon/pficon.scss +6 -129
  5. package/base/_common.scss +21 -0
  6. package/base/_globals.scss +14 -14
  7. package/base/_variables.scss +12 -0
  8. package/base/patternfly-common.css +16 -2
  9. package/base/patternfly-globals.css +13 -14
  10. package/base/patternfly-icons.css +5 -1
  11. package/base/patternfly-pf-icons.css +5 -1
  12. package/base/patternfly-variables.css +865 -0
  13. package/base/tokens/_tokens-dark.scss +331 -0
  14. package/base/tokens/_tokens-default.scss +379 -0
  15. package/base/tokens/_tokens-font.scss +96 -0
  16. package/base/tokens/_tokens-palette.scss +75 -0
  17. package/components/AboutModalBox/about-modal-box.css +23 -12
  18. package/components/AboutModalBox/about-modal-box.scss +25 -12
  19. package/components/Accordion/accordion.css +33 -20
  20. package/components/Accordion/accordion.scss +32 -20
  21. package/components/ActionList/action-list.css +2 -2
  22. package/components/ActionList/action-list.scss +2 -2
  23. package/components/Alert/alert-group.css +27 -20
  24. package/components/Alert/alert-group.scss +27 -20
  25. package/components/Alert/alert.css +74 -95
  26. package/components/Alert/alert.scss +76 -89
  27. package/components/AppLauncher/app-launcher.css +32 -23
  28. package/components/AppLauncher/app-launcher.scss +32 -23
  29. package/components/BackToTop/back-to-top.css +2 -2
  30. package/components/BackToTop/back-to-top.scss +2 -2
  31. package/components/Backdrop/backdrop.css +2 -2
  32. package/components/Backdrop/backdrop.scss +2 -2
  33. package/components/BackgroundImage/background-image.css +6 -3
  34. package/components/BackgroundImage/background-image.scss +8 -3
  35. package/components/Badge/badge.css +2 -2
  36. package/components/Badge/badge.scss +2 -2
  37. package/components/Banner/banner.css +5 -5
  38. package/components/Banner/banner.scss +5 -2
  39. package/components/Breadcrumb/breadcrumb.css +9 -3
  40. package/components/Breadcrumb/breadcrumb.scss +8 -3
  41. package/components/Button/button.css +167 -195
  42. package/components/Button/button.scss +187 -157
  43. package/components/Button/themes/dark/button.scss +1 -1
  44. package/components/CalendarMonth/calendar-month.css +25 -15
  45. package/components/CalendarMonth/calendar-month.scss +23 -15
  46. package/components/Card/card.css +25 -17
  47. package/components/Card/card.scss +24 -17
  48. package/components/Check/check.css +2 -2
  49. package/components/Check/check.scss +2 -2
  50. package/components/Chip/chip-group.css +6 -6
  51. package/components/Chip/chip-group.scss +6 -6
  52. package/components/Chip/chip.css +16 -9
  53. package/components/Chip/chip.scss +17 -9
  54. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  55. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  56. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  57. package/components/CodeBlock/code-block.css +6 -3
  58. package/components/CodeBlock/code-block.scss +6 -3
  59. package/components/CodeEditor/code-editor.css +31 -22
  60. package/components/CodeEditor/code-editor.scss +30 -21
  61. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  62. package/components/Content/content.css +100 -97
  63. package/components/Content/content.scss +101 -98
  64. package/components/ContextSelector/context-selector.css +41 -26
  65. package/components/ContextSelector/context-selector.scss +40 -25
  66. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  67. package/components/DataList/data-list-grid.css +21 -21
  68. package/components/DataList/data-list-grid.scss +3 -3
  69. package/components/DataList/data-list.css +69 -56
  70. package/components/DataList/data-list.scss +47 -35
  71. package/components/DatePicker/date-picker.css +8 -8
  72. package/components/DatePicker/date-picker.scss +8 -8
  73. package/components/DescriptionList/description-list.css +8 -5
  74. package/components/DescriptionList/description-list.scss +8 -5
  75. package/components/DragDrop/drag-drop.css +8 -8
  76. package/components/DragDrop/drag-drop.scss +8 -8
  77. package/components/Drawer/drawer.css +120 -62
  78. package/components/Drawer/drawer.scss +94 -44
  79. package/components/Dropdown/dropdown.css +75 -66
  80. package/components/Dropdown/dropdown.scss +65 -56
  81. package/components/DualListSelector/dual-list-selector.css +29 -15
  82. package/components/DualListSelector/dual-list-selector.scss +30 -15
  83. package/components/EmptyState/empty-state.css +7 -4
  84. package/components/EmptyState/empty-state.scss +7 -4
  85. package/components/ExpandableSection/expandable-section.css +17 -10
  86. package/components/ExpandableSection/expandable-section.scss +15 -10
  87. package/components/FileUpload/file-upload.css +9 -15
  88. package/components/FileUpload/file-upload.scss +9 -15
  89. package/components/Form/form.css +53 -50
  90. package/components/Form/form.scss +46 -44
  91. package/components/FormControl/form-control.css +18 -9
  92. package/components/FormControl/form-control.scss +18 -9
  93. package/components/HelperText/helper-text.css +1 -1
  94. package/components/HelperText/helper-text.scss +1 -1
  95. package/components/Hint/hint.css +9 -6
  96. package/components/Hint/hint.scss +9 -6
  97. package/components/Icon/icon.css +1 -1
  98. package/components/Icon/icon.scss +1 -1
  99. package/components/InlineEdit/inline-edit.css +4 -4
  100. package/components/InlineEdit/inline-edit.scss +4 -4
  101. package/components/InputGroup/input-group.css +12 -6
  102. package/components/InputGroup/input-group.scss +11 -5
  103. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  104. package/components/JumpLinks/jump-links.css +27 -24
  105. package/components/JumpLinks/jump-links.scss +26 -24
  106. package/components/Label/label-group.css +13 -10
  107. package/components/Label/label-group.scss +13 -10
  108. package/components/Label/label.css +9 -9
  109. package/components/Label/label.scss +9 -9
  110. package/components/List/list.css +9 -9
  111. package/components/List/list.scss +9 -9
  112. package/components/LogViewer/log-viewer.css +14 -14
  113. package/components/LogViewer/log-viewer.scss +14 -14
  114. package/components/Login/login.css +36 -27
  115. package/components/Login/login.scss +36 -27
  116. package/components/Masthead/masthead.css +68 -125
  117. package/components/Masthead/masthead.scss +123 -153
  118. package/components/Menu/menu.css +79 -65
  119. package/components/Menu/menu.scss +80 -68
  120. package/components/MenuToggle/menu-toggle.css +89 -99
  121. package/components/MenuToggle/menu-toggle.scss +92 -108
  122. package/components/ModalBox/modal-box.css +19 -19
  123. package/components/ModalBox/modal-box.scss +20 -20
  124. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  125. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  126. package/components/Nav/nav.css +162 -133
  127. package/components/Nav/nav.scss +162 -135
  128. package/components/Nav/themes/dark/nav.scss +2 -2
  129. package/components/NotificationBadge/notification-badge.css +66 -85
  130. package/components/NotificationBadge/notification-badge.scss +72 -103
  131. package/components/NotificationDrawer/notification-drawer.css +32 -19
  132. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  133. package/components/NumberInput/number-input.css +2 -2
  134. package/components/NumberInput/number-input.scss +2 -2
  135. package/components/OptionsMenu/options-menu.css +43 -31
  136. package/components/OptionsMenu/options-menu.scss +43 -31
  137. package/components/OverflowMenu/overflow-menu.css +2 -2
  138. package/components/OverflowMenu/overflow-menu.scss +2 -2
  139. package/components/Page/page.css +230 -271
  140. package/components/Page/page.scss +178 -231
  141. package/components/Pagination/pagination.css +27 -17
  142. package/components/Pagination/pagination.scss +25 -17
  143. package/components/Panel/panel.css +13 -7
  144. package/components/Panel/panel.scss +13 -7
  145. package/components/Popover/popover.css +72 -40
  146. package/components/Popover/popover.scss +95 -75
  147. package/components/Progress/progress.css +9 -7
  148. package/components/Progress/progress.scss +12 -7
  149. package/components/ProgressStepper/progress-stepper.css +26 -20
  150. package/components/ProgressStepper/progress-stepper.scss +25 -19
  151. package/components/Radio/radio.css +3 -3
  152. package/components/Radio/radio.scss +3 -3
  153. package/components/Select/select.css +56 -47
  154. package/components/Select/select.scss +56 -47
  155. package/components/Sidebar/sidebar.css +11 -5
  156. package/components/Sidebar/sidebar.scss +11 -5
  157. package/components/SimpleList/simple-list.css +10 -4
  158. package/components/SimpleList/simple-list.scss +10 -4
  159. package/components/Skeleton/skeleton.css +6 -5
  160. package/components/Skeleton/skeleton.scss +4 -5
  161. package/components/SkipToContent/skip-to-content.css +3 -3
  162. package/components/SkipToContent/skip-to-content.scss +3 -3
  163. package/components/Slider/slider.css +47 -26
  164. package/components/Slider/slider.scss +56 -28
  165. package/components/Switch/switch.css +9 -5
  166. package/components/Switch/switch.scss +10 -6
  167. package/components/TabContent/tab-content.css +4 -1
  168. package/components/TabContent/tab-content.scss +4 -1
  169. package/components/Table/table-grid.css +264 -203
  170. package/components/Table/table-grid.scss +61 -47
  171. package/components/Table/table-scrollable.css +4 -4
  172. package/components/Table/table-scrollable.scss +6 -4
  173. package/components/Table/table-tree-view.css +112 -105
  174. package/components/Table/table-tree-view.scss +38 -33
  175. package/components/Table/table.css +181 -158
  176. package/components/Table/table.scss +181 -164
  177. package/components/Tabs/tabs.css +76 -48
  178. package/components/Tabs/tabs.scss +74 -48
  179. package/components/TextInputGroup/text-input-group.css +15 -15
  180. package/components/TextInputGroup/text-input-group.scss +15 -15
  181. package/components/Tile/tile.css +10 -10
  182. package/components/Tile/tile.scss +10 -10
  183. package/components/ToggleGroup/toggle-group.css +14 -11
  184. package/components/ToggleGroup/toggle-group.scss +14 -11
  185. package/components/Toolbar/toolbar.css +48 -43
  186. package/components/Toolbar/toolbar.scss +29 -23
  187. package/components/Tooltip/tooltip.css +60 -28
  188. package/components/Tooltip/tooltip.scss +76 -56
  189. package/components/TreeView/tree-view.css +48 -27
  190. package/components/TreeView/tree-view.scss +50 -28
  191. package/components/Truncate/truncate.css +9 -0
  192. package/components/Truncate/truncate.scss +16 -3
  193. package/components/Wizard/wizard.css +57 -36
  194. package/components/Wizard/wizard.scss +57 -36
  195. package/docs/components/Alert/examples/Alert.md +1 -1
  196. package/docs/components/Button/examples/Button.css +2 -2
  197. package/docs/components/Button/examples/Button.md +15 -3
  198. package/docs/components/Card/examples/Card.md +15 -15
  199. package/docs/components/Check/examples/Check.md +71 -59
  200. package/docs/components/Chip/examples/Chip.md +1 -1
  201. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  202. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  203. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  204. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  205. package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
  206. package/docs/components/Label/examples/Label.md +1 -1
  207. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  208. package/docs/components/LogViewer/examples/LogViewer.md +120 -30
  209. package/docs/components/Masthead/examples/masthead.md +7 -54
  210. package/docs/components/Menu/examples/Menu.css +8 -0
  211. package/docs/components/Menu/examples/Menu.md +90 -73
  212. package/docs/components/MenuToggle/examples/MenuToggle.md +102 -81
  213. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  214. package/docs/components/Nav/examples/Navigation.css +3 -25
  215. package/docs/components/Nav/examples/Navigation.md +99 -0
  216. package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
  217. package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
  218. package/docs/components/Page/examples/Page.css +0 -8
  219. package/docs/components/Page/examples/Page.md +22 -21
  220. package/docs/components/Popover/examples/Popover.css +4 -9
  221. package/docs/components/Radio/examples/Radio.md +63 -55
  222. package/docs/components/Select/deprecated/Select.md +184 -177
  223. package/docs/components/Table/examples/Table.css +2 -2
  224. package/docs/components/Table/examples/Table.md +2 -2
  225. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  226. package/docs/components/Tile/examples/Tile.css +1 -1
  227. package/docs/components/Toolbar/examples/Toolbar.md +525 -431
  228. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  229. package/docs/components/Tooltip/examples/Tooltip.md +3 -1
  230. package/docs/components/Truncate/examples/Truncate.md +2 -2
  231. package/docs/demos/AboutModal/examples/AboutModal.md +83 -8
  232. package/docs/demos/Alert/examples/Alert.md +249 -24
  233. package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
  234. package/docs/demos/Banner/examples/Banner.md +168 -16
  235. package/docs/demos/Card/examples/Card.css +3 -3
  236. package/docs/demos/Card/examples/Card.md +26 -10
  237. package/docs/demos/CardView/examples/CardView.md +107 -28
  238. package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
  239. package/docs/demos/Dashboard/examples/Dashboard.md +86 -11
  240. package/docs/demos/DataList/examples/DataList.md +340 -34
  241. package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
  242. package/docs/demos/Drawer/examples/Drawer.md +415 -40
  243. package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
  244. package/docs/demos/Masthead/examples/Masthead.md +742 -67
  245. package/docs/demos/Modal/examples/Modal.md +498 -48
  246. package/docs/demos/Nav/examples/Nav.md +664 -64
  247. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +420 -40
  248. package/docs/demos/Page/examples/Page.md +747 -72
  249. package/docs/demos/Page/examples/Penta.md +746 -0
  250. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +741 -180
  251. package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
  252. package/docs/demos/Table/examples/Table.md +1581 -372
  253. package/docs/demos/Tabs/examples/Tabs.md +526 -69
  254. package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
  255. package/docs/demos/Toolbar/examples/Toolbar.md +210 -60
  256. package/docs/demos/Wizard/examples/Wizard.md +747 -72
  257. package/docs/layouts/Flex/examples/Flex.md +5 -5
  258. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  259. package/icons/pficons.mjs +1 -0
  260. package/layouts/Flex/flex.css +115 -43
  261. package/layouts/Flex/flex.scss +20 -8
  262. package/package.json +9 -5
  263. package/patternfly-addons.css +732 -972
  264. package/patternfly-base-no-globals-theme-dark-unversioned.css +886 -3
  265. package/patternfly-base-no-globals.css +886 -3
  266. package/patternfly-base-theme-dark-unversioned.css +899 -17
  267. package/patternfly-base.css +899 -17
  268. package/patternfly-no-globals.css +4271 -2925
  269. package/patternfly-theme-dark-unversioned.css +4284 -2939
  270. package/patternfly.css +4284 -2939
  271. package/patternfly.min.css +1 -1
  272. package/patternfly.min.css.map +1 -1
  273. package/sass-utilities/functions.scss +6 -0
  274. package/sass-utilities/mixins.scss +62 -2
  275. package/sass-utilities/scss-variables.scss +8 -8
  276. package/sass-utilities/themes/dark/mixins.scss +3 -1
  277. package/utilities/Accessibility/accessibility.css +12 -12
  278. package/utilities/Spacing/spacing.css +720 -960
  279. package/utilities/Spacing/spacing.scss +4 -8
  280. package/components/Alert/themes/dark/alert.scss +0 -17
  281. package/components/Masthead/themes/dark/masthead.scss +0 -14
  282. package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
  283. package/components/Page/themes/dark/page.scss +0 -69
  284. package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
@@ -60,26 +60,26 @@
60
60
  }
61
61
 
62
62
  .pf-v5-c-table {
63
- --pf-v5-c-table--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
64
- --pf-v5-c-table--BorderColor: var(--pf-v5-global--BorderColor--100);
65
- --pf-v5-c-table--border-width--base: var(--pf-v5-global--BorderWidth--sm);
66
- --pf-v5-c-table__caption--FontSize: var(--pf-v5-global--FontSize--sm);
67
- --pf-v5-c-table__caption--Color: var(--pf-v5-global--Color--200);
63
+ --pf-v5-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
64
+ --pf-v5-c-table--BorderColor: var(--pf-t--global--border--color--default);
65
+ --pf-v5-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
66
+ --pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body);
67
+ --pf-v5-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
68
68
  --pf-v5-c-table__caption--PaddingTop: var(--pf-v5-global--spacer--md);
69
69
  --pf-v5-c-table__caption--PaddingRight: var(--pf-v5-global--spacer--lg);
70
70
  --pf-v5-c-table__caption--PaddingBottom: var(--pf-v5-global--spacer--md);
71
71
  --pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-global--spacer--lg);
72
72
  --pf-v5-c-table__caption--xl--PaddingRight: var(--pf-v5-global--spacer--md);
73
73
  --pf-v5-c-table__caption--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
74
- --pf-v5-c-table__thead--cell--FontSize: var(--pf-v5-global--FontSize--sm);
75
- --pf-v5-c-table__thead--cell--FontWeight: var(--pf-v5-global--FontWeight--bold);
76
- --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-global--spacer--lg);
77
- --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-global--spacer--lg);
74
+ --pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body);
75
+ --pf-v5-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
76
+ --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
77
+ --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
78
78
  --pf-v5-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
79
79
  --pf-v5-c-table--cell--Padding--base: var(--pf-v5-global--spacer--md);
80
- --pf-v5-c-table--cell--FontSize: var(--pf-v5-global--FontSize--md);
81
- --pf-v5-c-table--cell--FontWeight: var(--pf-v5-global--FontWeight--normal);
82
- --pf-v5-c-table--cell--Color: var(--pf-v5-global--Color--100);
80
+ --pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body);
81
+ --pf-v5-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
82
+ --pf-v5-c-table--cell--Color: var(--pf-t--global--text--color--regular);
83
83
  --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
84
84
  --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--Padding--base);
85
85
  --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
@@ -96,10 +96,10 @@
96
96
  --pf-v5-c-table--cell--TextOverflow: clip;
97
97
  --pf-v5-c-table--cell--WhiteSpace: normal;
98
98
  --pf-v5-c-table--cell--WordBreak: normal;
99
- --pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-v5-global--BorderWidth--sm);
100
- --pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-v5-global--BorderColor--100);
101
- --pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-v5-global--BorderWidth--sm);
102
- --pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-v5-global--BorderColor--100);
99
+ --pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-t--global--border--width--divider--default);
100
+ --pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-t--global--border--color--default);
101
+ --pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
102
+ --pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-t--global--border--color--default);
103
103
  --pf-v5-c-table--cell--m-help--MinWidth: 11ch;
104
104
  --pf-v5-c-table--m-truncate--cell--MaxWidth: 1px;
105
105
  --pf-v5-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft));
@@ -110,33 +110,33 @@
110
110
  --pf-v5-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
111
111
  --pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
112
112
  --pf-v5-c-table__button--BackgroundColor: transparent;
113
- --pf-v5-c-table__button--Color: var(--pf-v5-global--Color--100);
114
- --pf-v5-c-table__button--hover--Color: var(--pf-v5-global--Color--100);
115
- --pf-v5-c-table__button--focus--Color: var(--pf-v5-global--Color--100);
116
- --pf-v5-c-table__button--active--Color: var(--pf-v5-global--Color--100);
113
+ --pf-v5-c-table__button--Color: var(--pf-t--global--text--color--regular);
114
+ --pf-v5-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
115
+ --pf-v5-c-table__button--focus--Color: var(--pf-t--global--text--color--regular);
116
+ --pf-v5-c-table__button--active--Color: var(--pf-t--global--text--color--regular);
117
117
  --pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);
118
118
  --pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
119
119
  --pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
120
120
  --pf-v5-c-table__check--input--MarginTop: 0.25rem;
121
- --pf-v5-c-table__check--input--FontSize: var(--pf-v5-global--FontSize--md);
122
- --pf-v5-c-table--cell--m-favorite--Color: var(--pf-v5-global--Color--light-300);
123
- --pf-v5-c-table__favorite--c-button--Color: var(--pf-v5-global--Color--light-300);
124
- --pf-v5-c-table__favorite--c-button--FontSize: var(--pf-v5-global--FontSize--sm);
121
+ --pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body);
122
+ --pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
123
+ --pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
124
+ --pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body);
125
125
  --pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
126
126
  --pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
127
127
  --pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
128
128
  --pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
129
129
  --pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-v5-global--palette--gold-400);
130
- --pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-v5-global--Color--200);
131
- --pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-v5-global--Color--100);
132
- --pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-v5-global--Color--100);
133
- --pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-v5-global--Color--100);
130
+ --pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
131
+ --pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
132
+ --pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
133
+ --pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
134
134
  --pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
135
135
  --pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
136
136
  --pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
137
137
  --pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
138
138
  --pf-v5-c-table__tr--m-ghost-row--Opacity: .4;
139
- --pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
139
+ --pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
140
140
  --pf-v5-c-table__action--PaddingTop: 0;
141
141
  --pf-v5-c-table__action--PaddingRight: 0;
142
142
  --pf-v5-c-table__action--PaddingBottom: 0;
@@ -154,7 +154,7 @@
154
154
  --pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
155
155
  --pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
156
156
  --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
157
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-global--active-color--100);
157
+ --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--active);
158
158
  --pf-v5-c-table__icon-inline--MarginRight: var(--pf-v5-global--spacer--sm);
159
159
  --pf-v5-c-table__sort--MinWidth: calc(6ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft) + var(--pf-v5-c-table__sort-indicator--MarginLeft));
160
160
  --pf-v5-c-table__sort__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
@@ -164,19 +164,19 @@
164
164
  --pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
165
165
  --pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
166
166
  --pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);
167
- --pf-v5-c-table__sort__button--Color: var(--pf-v5-global--Color--100);
168
- --pf-v5-c-table__sort--m-selected__button--Color: var(--pf-v5-global--active-color--100);
167
+ --pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
168
+ --pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--active);
169
169
  --pf-v5-c-table__sort--m-help--MinWidth: 15ch;
170
170
  --pf-v5-c-table__sort__button__text--Color: currentcolor;
171
171
  --pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
172
172
  --pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
173
173
  --pf-v5-c-table__sort__button--active__text--Color: currentcolor;
174
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-global--disabled-color--200);
174
+ --pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
175
175
  --pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-v5-global--spacer--md);
176
- --pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-v5-global--active-color--100);
177
- --pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-v5-global--Color--100);
178
- --pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-v5-global--Color--100);
179
- --pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-v5-global--Color--100);
176
+ --pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--active);
177
+ --pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
178
+ --pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
179
+ --pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
180
180
  --pf-v5-c-table__th--m-help--MinWidth: 11ch;
181
181
  --pf-v5-c-table__column-help--MarginLeft: var(--pf-v5-global--spacer--xs);
182
182
  --pf-v5-c-table__column-help--TranslateY: 0.125rem;
@@ -184,18 +184,18 @@
184
184
  --pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
185
185
  --pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-v5-global--spacer--sm);
186
186
  --pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);
187
- --pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-v5-global--active-color--100);
188
- --pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-v5-global--link--Color--hover);
189
- --pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-v5-global--link--Color--hover);
190
- --pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-v5-global--link--Color--hover);
191
- --pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-v5-global--BorderWidth--sm);
192
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-v5-global--BorderColor--100);
187
+ --pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
188
+ --pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
189
+ --pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
190
+ --pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--active);
191
+ --pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
192
+ --pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
193
193
  --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
194
194
  --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
195
195
  --pf-v5-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
196
196
  --pf-v5-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
197
197
  --pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
198
- --pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-v5-global--primary-color--100);
198
+ --pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--active);
199
199
  --pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
200
200
  --pf-v5-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
201
201
  --pf-v5-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
@@ -209,60 +209,61 @@
209
209
  --pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
210
210
  --pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
211
211
  --pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
212
- --pf-v5-c-table--m-compact--FontSize: var(--pf-v5-global--FontSize--sm);
212
+ --pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body);
213
213
  --pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
214
214
  --pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
215
215
  --pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
216
216
  --pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);
217
217
  --pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
218
218
  --pf-v5-c-table--nested--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
219
- --pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
219
+ --pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
220
220
  --pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
221
221
  --pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
222
222
  --pf-v5-c-table__tr--m-clickable--BoxShadow: none;
223
+ --pf-v5-c-table__tr--m-clickable--BorderRadius: var(--pf-t--global--border--radius--small);
223
224
  --pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
224
- --pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
225
- --pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
226
- --pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
227
- --pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
228
- --pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
229
- --pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
230
- --pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom) inset, var(--pf-v5-global--BoxShadow--sm-bottom);
225
+ --pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
226
+ --pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
227
+ --pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
228
+ --pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
229
+ --pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
230
+ --pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--selected);
231
+ --pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
231
232
  --pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
232
- --pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
233
- --pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
234
- --pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
233
+ --pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
234
+ --pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
235
+ --pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
235
236
  --pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
236
237
  --pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-v5-global--active-color--100);
237
- --pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);
238
- --pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom) inset, var(--pf-v5-global--BoxShadow--sm-bottom);
239
- --pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
238
+ --pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
239
+ --pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
240
+ --pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
240
241
  --pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
241
242
  --pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
242
243
  --pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
243
244
  --pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
244
- --pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
245
- --pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
246
- --pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
247
- --pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
248
- --pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
249
- --pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
250
- --pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-v5-global--active-color--400);
251
- --pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom) inset, var(--pf-v5-global--BoxShadow--sm-bottom);
252
- --pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
245
+ --pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
246
+ --pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
247
+ --pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
248
+ --pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
249
+ --pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
250
+ --pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
251
+ --pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--active);
252
+ --pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
253
+ --pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
253
254
  --pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
254
- --pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
255
+ --pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
255
256
  --pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
256
257
  --pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
257
- --pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-v5-global--active-color--100);
258
- --pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);
259
- --pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom) inset, var(--pf-v5-global--BoxShadow--sm-bottom);
260
- --pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-v5-global--BoxShadow--sm-bottom);
258
+ --pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--active);
259
+ --pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
260
+ --pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
261
+ --pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
261
262
  --pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
262
263
  --pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-v5-global--spacer--xs);
263
264
  --pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-v5-global--spacer--xs);
264
- --pf-v5-c-table__subhead--Color: var(--pf-v5-global--Color--200);
265
- --pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-200);
265
+ --pf-v5-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
266
+ --pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
266
267
  --pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-v5-global--ZIndex--xs);
267
268
  color: var(--pf-v5-global--Color--100);
268
269
  width: 100%;
@@ -289,27 +290,27 @@
289
290
  position: relative;
290
291
  }
291
292
  .pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) {
292
- border-bottom: 0;
293
+ border-block-end: 0;
293
294
  }
294
295
  .pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) > * {
295
296
  z-index: var(--pf-v5-c-table--m-sticky-header--cell--ZIndex);
296
297
  }
297
298
  .pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > * {
298
299
  position: sticky;
299
- top: 0;
300
+ inset-block-start: 0;
300
301
  background: var(--pf-v5-c-table--BackgroundColor);
301
302
  }
302
303
  .pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > *::after {
303
304
  position: absolute;
304
- right: 0;
305
- bottom: 0;
306
- left: 0;
305
+ inset-block-end: 0;
306
+ inset-inline-start: 0;
307
+ inset-inline-end: 0;
307
308
  content: "";
308
- border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
309
+ border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
309
310
  }
310
311
  .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
311
312
  position: sticky;
312
- top: 0;
313
+ inset-block-start: 0;
313
314
  z-index: var(--pf-v5-global--ZIndex--xs);
314
315
  background: var(--pf-v5-c-table--BackgroundColor);
315
316
  }
@@ -322,7 +323,7 @@
322
323
  --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom);
323
324
  }
324
325
  .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) {
325
- border-bottom: 0;
326
+ border-block-end: 0;
326
327
  }
327
328
  .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) th:where(.pf-v5-c-table__th):not([rowspan]),
328
329
  .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
@@ -336,7 +337,7 @@
336
337
  background: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);
337
338
  }
338
339
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
339
- border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
340
+ border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
340
341
  }
341
342
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row).pf-m-ghost-row {
342
343
  background-color: var(--pf-v5-c-table__tr--m-ghost-row--BackgroundColor);
@@ -348,7 +349,10 @@
348
349
  width: var(--pf-v5-c-table--cell--Width);
349
350
  min-width: var(--pf-v5-c-table--cell--MinWidth);
350
351
  max-width: var(--pf-v5-c-table--cell--MaxWidth);
351
- padding: var(--pf-v5-c-table--cell--PaddingTop) var(--pf-v5-c-table--cell--PaddingRight) var(--pf-v5-c-table--cell--PaddingBottom) var(--pf-v5-c-table--cell--PaddingLeft);
352
+ padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
353
+ padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
354
+ padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
355
+ padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
352
356
  overflow: var(--pf-v5-c-table--cell--Overflow);
353
357
  font-size: var(--pf-v5-c-table--cell--FontSize);
354
358
  font-weight: var(--pf-v5-c-table--cell--FontWeight);
@@ -382,26 +386,26 @@
382
386
  }
383
387
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before, .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
384
388
  position: absolute;
385
- top: 0;
386
- right: 0;
387
- bottom: 0;
388
- left: 0;
389
+ inset-block-start: 0;
390
+ inset-block-end: 0;
391
+ inset-inline-start: 0;
392
+ inset-inline-end: 0;
389
393
  pointer-events: none;
390
394
  content: "";
391
395
  }
392
396
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before {
393
- border-right: var(--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v5-c-table--cell--m-border-right--before--BorderRightColor);
397
+ border-inline-end: var(--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v5-c-table--cell--m-border-right--before--BorderRightColor);
394
398
  }
395
399
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
396
- border-left: var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor);
400
+ border-inline-start: var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor);
397
401
  }
398
402
  .pf-v5-c-table caption:where(.pf-v5-c-table__caption) {
399
- padding-top: var(--pf-v5-c-table__caption--PaddingTop);
400
- padding-bottom: var(--pf-v5-c-table__caption--PaddingBottom);
401
- padding-left: var(--pf-v5-c-table__caption--PaddingLeft);
403
+ padding-block-start: var(--pf-v5-c-table__caption--PaddingTop);
404
+ padding-block-end: var(--pf-v5-c-table__caption--PaddingBottom);
405
+ padding-inline-start: var(--pf-v5-c-table__caption--PaddingLeft);
402
406
  font-size: var(--pf-v5-c-table__caption--FontSize);
403
407
  color: var(--pf-v5-c-table__caption--Color);
404
- text-align: left;
408
+ text-align: start;
405
409
  background-color: var(--pf-v5-c-table--BackgroundColor);
406
410
  }
407
411
  .pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
@@ -439,19 +443,19 @@
439
443
  }
440
444
  .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
441
445
  position: absolute;
442
- top: var(--pf-v5-c-table__expandable-row--after--Top);
443
- bottom: var(--pf-v5-c-table__expandable-row--after--Bottom);
444
- left: 0;
446
+ inset-block-start: var(--pf-v5-c-table__expandable-row--after--Top);
447
+ inset-block-end: var(--pf-v5-c-table__expandable-row--after--Bottom);
448
+ inset-inline-start: 0;
445
449
  content: "";
446
450
  background-color: transparent;
447
- border-left: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
451
+ border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
448
452
  }
449
453
  .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input) {
450
- margin-top: var(--pf-v5-c-table__check--input--MarginTop);
454
+ margin-block-start: var(--pf-v5-c-table__check--input--MarginTop);
451
455
  vertical-align: top;
452
456
  }
453
457
  .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
454
- border-bottom-width: 0;
458
+ border-block-end-width: 0;
455
459
  }
456
460
  .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle, .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:first-child, .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:last-child {
457
461
  padding: 0;
@@ -497,41 +501,41 @@
497
501
  --pf-v5-c-table--cell--WhiteSpace: normal;
498
502
  }
499
503
  .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) {
500
- border-bottom: 0;
504
+ border-block-end: 0;
501
505
  }
502
506
  .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
503
- border-left: 0;
507
+ border-inline-start: 0;
504
508
  }
505
509
  .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody):not(.pf-m-expanded) .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
506
510
  display: none;
507
511
  }
508
512
  .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > .pf-v5-c-table__control-row {
509
- border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
513
+ border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
510
514
  }
511
515
  .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__control-row > .pf-v5-c-table__compound-expansion-toggle:first-child > ::before {
512
- border-left-width: 0;
516
+ border-inline-start-width: 0;
517
+ }
518
+ .pf-v5-c-table tr.pf-m-clickable:last-child {
519
+ border-block-end-color: transparent;
520
+ }
521
+ .pf-v5-c-table tr:where(.pf-v5-c-table__tr) {
522
+ position: relative;
523
+ }
524
+ .pf-v5-c-table tr:where(.pf-v5-c-table__tr)::before {
525
+ position: absolute;
526
+ inset: 0;
527
+ content: "";
528
+ background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
529
+ border-radius: var(--pf-v5-c-table__tr--m-clickable--BorderRadius);
513
530
  }
514
531
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
515
532
  cursor: pointer;
516
- background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
517
533
  outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
518
534
  box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
519
535
  }
520
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover:not(.pf-m-selected) + tr:where(.pf-v5-c-table__tr).pf-m-selected, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus:not(.pf-m-selected) + tr:where(.pf-v5-c-table__tr).pf-m-selected, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active:not(.pf-m-selected) + tr:where(.pf-v5-c-table__tr).pf-m-selected {
521
- box-shadow: var(--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow);
522
- }
523
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover {
524
- --pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--hover--BoxShadow);
536
+ .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
525
537
  --pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor);
526
538
  }
527
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus {
528
- --pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--focus--BoxShadow);
529
- --pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor);
530
- }
531
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
532
- --pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--active--BoxShadow);
533
- --pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--active--BackgroundColor);
534
- }
535
539
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
536
540
  --pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
537
541
  --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
@@ -620,11 +624,14 @@
620
624
  .pf-v5-c-table__button {
621
625
  position: static;
622
626
  width: 100%;
623
- padding: var(--pf-v5-c-table--cell--PaddingTop) var(--pf-v5-c-table--cell--PaddingRight) var(--pf-v5-c-table--cell--PaddingBottom) var(--pf-v5-c-table--cell--PaddingLeft);
627
+ padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
628
+ padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
629
+ padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
630
+ padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
624
631
  font-size: inherit;
625
632
  font-weight: inherit;
626
633
  color: var(--pf-v5-c-table__button--Color);
627
- text-align: left;
634
+ text-align: start;
628
635
  white-space: inherit;
629
636
  user-select: text;
630
637
  background-color: var(--pf-v5-c-table__button--BackgroundColor);
@@ -632,10 +639,10 @@
632
639
  }
633
640
  .pf-v5-c-table__button::before {
634
641
  position: absolute;
635
- top: 0;
636
- right: 0;
637
- bottom: 0;
638
- left: 0;
642
+ inset-block-start: 0;
643
+ inset-block-end: 0;
644
+ inset-inline-start: 0;
645
+ inset-inline-end: 0;
639
646
  cursor: pointer;
640
647
  content: "";
641
648
  }
@@ -718,8 +725,8 @@
718
725
  vertical-align: top;
719
726
  }
720
727
  .pf-v5-c-table__toggle .pf-v5-c-button {
721
- margin-top: var(--pf-v5-c-table__toggle--c-button--MarginTop);
722
- margin-bottom: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
728
+ margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
729
+ margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
723
730
  }
724
731
  .pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
725
732
  transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
@@ -728,6 +735,10 @@
728
735
  transition: var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);
729
736
  transform: rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate));
730
737
  }
738
+ :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
739
+ scale: -1 1;
740
+ }
741
+
731
742
  .pf-v5-c-table__toggle svg {
732
743
  pointer-events: none;
733
744
  }
@@ -742,20 +753,29 @@
742
753
  .pf-v5-c-table__check label {
743
754
  display: block;
744
755
  padding: inherit;
745
- margin: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1) calc(var(--pf-v5-c-table--cell--PaddingRight) * -1) calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1) calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
756
+ margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
757
+ margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
758
+ margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
759
+ margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
746
760
  }
747
761
 
748
762
  .pf-v5-c-table__favorite .pf-v5-c-button {
749
763
  --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
750
764
  --pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);
751
- margin: var(--pf-v5-c-table__favorite--c-button--MarginTop) var(--pf-v5-c-table__favorite--c-button--MarginRight) var(--pf-v5-c-table__favorite--c-button--MarginBottom) var(--pf-v5-c-table__favorite--c-button--MarginLeft);
765
+ margin-block-start: var(--pf-v5-c-table__favorite--c-button--MarginTop);
766
+ margin-block-end: var(--pf-v5-c-table__favorite--c-button--MarginBottom);
767
+ margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
768
+ margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
752
769
  }
753
770
  .pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
754
771
  --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
755
772
  }
756
773
 
757
774
  .pf-v5-c-table__draggable .pf-v5-c-button {
758
- margin: var(--pf-v5-c-table__draggable--c-button--MarginTop) var(--pf-v5-c-table__draggable--c-button--MarginRight) var(--pf-v5-c-table__draggable--c-button--MarginBottom) var(--pf-v5-c-table__draggable--c-button--MarginLeft);
775
+ margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
776
+ margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
777
+ margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
778
+ margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
759
779
  cursor: grab;
760
780
  }
761
781
  .pf-v5-c-table__draggable .pf-v5-c-button:active {
@@ -768,19 +788,19 @@
768
788
  --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__action--PaddingRight);
769
789
  --pf-v5-c-table--cell--PaddingBottom: 0;
770
790
  --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
771
- padding-top: 0;
772
- padding-bottom: 0;
791
+ padding-block-start: 0;
792
+ padding-block-end: 0;
773
793
  vertical-align: middle;
774
794
  }
775
795
 
776
796
  .pf-v5-c-table__action {
777
- text-align: right;
797
+ text-align: end;
778
798
  }
779
799
 
780
800
  .pf-v5-c-table__inline-edit-action {
781
801
  --pf-v5-c-table--cell--PaddingLeft: 0;
782
802
  --pf-v5-c-table--cell--PaddingRight: 0;
783
- text-align: right;
803
+ text-align: end;
784
804
  }
785
805
 
786
806
  .pf-v5-c-table__compound-expansion-toggle {
@@ -803,25 +823,25 @@
803
823
  .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
804
824
  .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
805
825
  position: absolute;
806
- right: 0;
826
+ inset-inline-end: 0;
807
827
  content: "";
808
828
  border-style: solid;
809
829
  border-width: 0;
810
830
  }
811
831
  .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
812
- top: 0;
813
- bottom: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
814
- left: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
832
+ inset-block-start: 0;
833
+ inset-block-end: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
834
+ inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
815
835
  border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor);
816
- border-right-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
817
- border-left-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
836
+ border-inline-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
837
+ border-inline-end-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
818
838
  }
819
839
  .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
820
- top: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
821
- left: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
840
+ inset-block-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
841
+ inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
822
842
  pointer-events: none;
823
843
  border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor);
824
- border-top-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
844
+ border-block-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
825
845
  }
826
846
  .pf-v5-c-table__compound-expansion-toggle:hover, .pf-v5-c-table__compound-expansion-toggle:focus-within, .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded {
827
847
  --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
@@ -833,7 +853,7 @@
833
853
  --pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
834
854
  }
835
855
  .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button::before {
836
- border-bottom: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
856
+ border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
837
857
  }
838
858
  .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded:first-child {
839
859
  --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
@@ -849,14 +869,14 @@
849
869
  }
850
870
 
851
871
  .pf-v5-c-table__column-help-action {
852
- margin-left: var(--pf-v5-c-table__column-help--MarginLeft);
872
+ margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
853
873
  transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
854
874
  }
855
875
  .pf-v5-c-table__column-help-action .pf-v5-c-button {
856
876
  --pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
857
877
  --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);
858
- margin-top: var(--pf-v5-c-table__column-help--c-button--MarginTop);
859
- margin-bottom: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
878
+ margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
879
+ margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
860
880
  font-size: inherit;
861
881
  line-height: 1;
862
882
  }
@@ -868,9 +888,9 @@
868
888
  --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
869
889
  display: flex;
870
890
  width: auto;
871
- margin-top: var(--pf-v5-c-table__sort__button--MarginTop);
872
- margin-bottom: var(--pf-v5-c-table__sort__button--MarginBottom);
873
- margin-left: var(--pf-v5-c-table__sort__button--MarginLeft);
891
+ margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
892
+ margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
893
+ margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
874
894
  }
875
895
  .pf-v5-c-table__sort .pf-v5-c-table__button:hover {
876
896
  --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
@@ -905,7 +925,7 @@
905
925
 
906
926
  .pf-v5-c-table__sort-indicator {
907
927
  grid-column: 2;
908
- margin-left: var(--pf-v5-c-table__sort-indicator--MarginLeft);
928
+ margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
909
929
  color: var(--pf-v5-c-table__sort-indicator--Color);
910
930
  pointer-events: none;
911
931
  }
@@ -914,7 +934,7 @@
914
934
  --pf-v5-c-table--cell--PaddingTop: 0;
915
935
  --pf-v5-c-table--cell--PaddingBottom: 0;
916
936
  position: relative;
917
- border-bottom: 0 solid transparent;
937
+ border-block-end: 0 solid transparent;
918
938
  box-shadow: 0 0 0 0 transparent;
919
939
  }
920
940
  .pf-v5-c-table__expandable-row,
@@ -923,19 +943,22 @@
923
943
  }
924
944
  .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
925
945
  .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding {
926
- padding: 0 0 0 var(--pf-v5-c-table__expandable-row--after--border-width--base);
946
+ padding-block-start: 0;
947
+ padding-inline-end: 0;
948
+ padding-block-end: 0;
949
+ padding-inline-start: var(--pf-v5-c-table__expandable-row--after--border-width--base);
927
950
  }
928
951
  .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
929
952
  .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
930
953
  padding: 0;
931
954
  }
932
955
  .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
933
- padding-top: var(--pf-v5-c-table__expandable-row-content--PaddingTop);
934
- padding-bottom: var(--pf-v5-c-table__expandable-row-content--PaddingBottom);
956
+ padding-block-start: var(--pf-v5-c-table__expandable-row-content--PaddingTop);
957
+ padding-block-end: var(--pf-v5-c-table__expandable-row-content--PaddingBottom);
935
958
  }
936
959
  .pf-v5-c-table__expandable-row.pf-m-expanded {
937
- border-bottom-color: var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);
938
- border-bottom-width: var(--pf-v5-c-table--border-width--base);
960
+ border-block-end-color: var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);
961
+ border-block-end-width: var(--pf-v5-c-table--border-width--base);
939
962
  box-shadow: var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow);
940
963
  }
941
964
  .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
@@ -1005,7 +1028,7 @@
1005
1028
  align-items: center;
1006
1029
  }
1007
1030
  .pf-v5-c-table__icon-inline > :not(:last-child) {
1008
- margin-right: var(--pf-v5-c-table__icon-inline--MarginRight);
1031
+ margin-inline-end: var(--pf-v5-c-table__icon-inline--MarginRight);
1009
1032
  }
1010
1033
 
1011
1034
  .pf-v5-c-table .pf-m-width-10 {