@patternfly/patternfly 6.0.0-alpha.3 → 6.0.0-alpha.30

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 (320) hide show
  1. package/README.md +13 -3
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/images/PF-Backdrop.svg +1 -0
  4. package/assets/images/PF-IconLogo-Reverse.svg +14 -0
  5. package/assets/images/PF-IconLogo.svg +17 -0
  6. package/assets/images/logo__pf--reverse-on-md.svg +1 -1
  7. package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  8. package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  9. package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  10. package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  11. package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  12. package/assets/images/pf_logo_white.hbs +35 -0
  13. package/assets/images/pf_logo_white.svg +38 -0
  14. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  15. package/assets/pficon/pficon.scss +6 -129
  16. package/base/_common.scss +29 -4
  17. package/base/_globals.scss +5 -9
  18. package/base/_variables.scss +8 -6
  19. package/base/patternfly-common.css +24 -6
  20. package/base/patternfly-globals.css +5 -5
  21. package/base/patternfly-icons.css +5 -1
  22. package/base/patternfly-pf-icons.css +5 -1
  23. package/base/patternfly-variables.css +886 -771
  24. package/base/tokens/_tokens-dark.scss +322 -265
  25. package/base/tokens/_tokens-default.scss +426 -306
  26. package/base/tokens/_tokens-font.scss +59 -35
  27. package/base/tokens/_tokens-palette.scss +69 -71
  28. package/base/tokens/_workspace-overrides.scss +7 -0
  29. package/components/AboutModalBox/about-modal-box.css +80 -108
  30. package/components/AboutModalBox/about-modal-box.scss +64 -78
  31. package/components/Accordion/accordion.css +96 -175
  32. package/components/Accordion/accordion.scss +106 -193
  33. package/components/ActionList/action-list.css +2 -2
  34. package/components/ActionList/action-list.scss +2 -2
  35. package/components/Alert/alert-group.css +27 -20
  36. package/components/Alert/alert-group.scss +27 -20
  37. package/components/Alert/alert.css +74 -95
  38. package/components/Alert/alert.scss +76 -89
  39. package/components/AppLauncher/app-launcher.css +32 -23
  40. package/components/AppLauncher/app-launcher.scss +32 -23
  41. package/components/BackToTop/back-to-top.css +17 -15
  42. package/components/BackToTop/back-to-top.scss +14 -13
  43. package/components/Backdrop/backdrop.css +2 -2
  44. package/components/Backdrop/backdrop.scss +2 -2
  45. package/components/BackgroundImage/background-image.css +6 -3
  46. package/components/BackgroundImage/background-image.scss +8 -3
  47. package/components/Badge/badge.css +25 -17
  48. package/components/Badge/badge.scss +27 -19
  49. package/components/Banner/banner.css +91 -69
  50. package/components/Banner/banner.scss +95 -34
  51. package/components/Breadcrumb/breadcrumb.css +28 -19
  52. package/components/Breadcrumb/breadcrumb.scss +26 -19
  53. package/components/Button/button.css +35 -23
  54. package/components/Button/button.scss +36 -26
  55. package/components/Button/themes/dark/button.scss +1 -1
  56. package/components/CalendarMonth/calendar-month.css +25 -15
  57. package/components/CalendarMonth/calendar-month.scss +23 -15
  58. package/components/Card/card.css +25 -17
  59. package/components/Card/card.scss +24 -17
  60. package/components/Check/check.css +12 -10
  61. package/components/Check/check.scss +17 -12
  62. package/components/Chip/chip-group.css +6 -6
  63. package/components/Chip/chip-group.scss +6 -6
  64. package/components/Chip/chip.css +16 -9
  65. package/components/Chip/chip.scss +17 -9
  66. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  67. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  68. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  69. package/components/CodeBlock/code-block.css +6 -3
  70. package/components/CodeBlock/code-block.scss +6 -3
  71. package/components/CodeEditor/code-editor.css +31 -22
  72. package/components/CodeEditor/code-editor.scss +30 -21
  73. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  74. package/components/Content/content.css +100 -97
  75. package/components/Content/content.scss +101 -98
  76. package/components/ContextSelector/context-selector.css +41 -26
  77. package/components/ContextSelector/context-selector.scss +40 -25
  78. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  79. package/components/DataList/data-list-grid.css +21 -21
  80. package/components/DataList/data-list-grid.scss +3 -3
  81. package/components/DataList/data-list.css +69 -56
  82. package/components/DataList/data-list.scss +47 -35
  83. package/components/DatePicker/date-picker.css +8 -8
  84. package/components/DatePicker/date-picker.scss +8 -8
  85. package/components/DescriptionList/description-list.css +8 -5
  86. package/components/DescriptionList/description-list.scss +8 -5
  87. package/components/DragDrop/drag-drop.css +8 -8
  88. package/components/DragDrop/drag-drop.scss +8 -8
  89. package/components/Drawer/drawer.css +120 -62
  90. package/components/Drawer/drawer.scss +94 -44
  91. package/components/Dropdown/dropdown.css +76 -69
  92. package/components/Dropdown/dropdown.scss +67 -62
  93. package/components/DualListSelector/dual-list-selector.css +29 -15
  94. package/components/DualListSelector/dual-list-selector.scss +30 -15
  95. package/components/EmptyState/empty-state.css +7 -4
  96. package/components/EmptyState/empty-state.scss +7 -4
  97. package/components/ExpandableSection/expandable-section.css +75 -59
  98. package/components/ExpandableSection/expandable-section.scss +81 -72
  99. package/components/FileUpload/file-upload.css +9 -15
  100. package/components/FileUpload/file-upload.scss +9 -15
  101. package/components/Form/form.css +53 -50
  102. package/components/Form/form.scss +46 -44
  103. package/components/FormControl/form-control.css +18 -9
  104. package/components/FormControl/form-control.scss +18 -9
  105. package/components/HelperText/helper-text.css +1 -1
  106. package/components/HelperText/helper-text.scss +1 -1
  107. package/components/Hint/hint.css +37 -27
  108. package/components/Hint/hint.scss +37 -30
  109. package/components/Icon/icon.css +1 -1
  110. package/components/Icon/icon.scss +1 -1
  111. package/components/InlineEdit/inline-edit.css +9 -9
  112. package/components/InlineEdit/inline-edit.scss +9 -9
  113. package/components/InputGroup/input-group.css +12 -6
  114. package/components/InputGroup/input-group.scss +11 -5
  115. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  116. package/components/JumpLinks/jump-links.css +27 -24
  117. package/components/JumpLinks/jump-links.scss +26 -24
  118. package/components/Label/label-group.css +13 -10
  119. package/components/Label/label-group.scss +13 -10
  120. package/components/Label/label.css +9 -9
  121. package/components/Label/label.scss +9 -9
  122. package/components/List/list.css +25 -25
  123. package/components/List/list.scss +26 -26
  124. package/components/LogViewer/log-viewer.css +14 -14
  125. package/components/LogViewer/log-viewer.scss +14 -14
  126. package/components/Login/login.css +104 -122
  127. package/components/Login/login.scss +92 -91
  128. package/components/Masthead/masthead.css +68 -125
  129. package/components/Masthead/masthead.scss +123 -153
  130. package/components/Menu/menu.css +82 -65
  131. package/components/Menu/menu.scss +85 -69
  132. package/components/MenuToggle/menu-toggle.css +89 -100
  133. package/components/MenuToggle/menu-toggle.scss +92 -112
  134. package/components/ModalBox/modal-box.css +76 -69
  135. package/components/ModalBox/modal-box.scss +74 -70
  136. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  137. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  138. package/components/Nav/nav.css +162 -133
  139. package/components/Nav/nav.scss +162 -135
  140. package/components/Nav/themes/dark/nav.scss +2 -2
  141. package/components/NotificationBadge/notification-badge.css +66 -85
  142. package/components/NotificationBadge/notification-badge.scss +72 -103
  143. package/components/NotificationDrawer/notification-drawer.css +32 -19
  144. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  145. package/components/NumberInput/number-input.css +2 -2
  146. package/components/NumberInput/number-input.scss +2 -2
  147. package/components/OptionsMenu/options-menu.css +43 -31
  148. package/components/OptionsMenu/options-menu.scss +43 -31
  149. package/components/OverflowMenu/overflow-menu.css +2 -2
  150. package/components/OverflowMenu/overflow-menu.scss +2 -2
  151. package/components/Page/page.css +232 -271
  152. package/components/Page/page.scss +180 -231
  153. package/components/Pagination/pagination.css +27 -17
  154. package/components/Pagination/pagination.scss +25 -17
  155. package/components/Panel/panel.css +13 -7
  156. package/components/Panel/panel.scss +13 -7
  157. package/components/Popover/popover.css +110 -87
  158. package/components/Popover/popover.scss +120 -109
  159. package/components/Progress/progress.css +9 -7
  160. package/components/Progress/progress.scss +12 -7
  161. package/components/ProgressStepper/progress-stepper.css +26 -20
  162. package/components/ProgressStepper/progress-stepper.scss +25 -19
  163. package/components/Radio/radio.css +16 -13
  164. package/components/Radio/radio.scss +20 -14
  165. package/components/Select/select.css +56 -47
  166. package/components/Select/select.scss +56 -47
  167. package/components/Sidebar/sidebar.css +11 -5
  168. package/components/Sidebar/sidebar.scss +11 -5
  169. package/components/SimpleList/simple-list.css +10 -4
  170. package/components/SimpleList/simple-list.scss +10 -4
  171. package/components/Skeleton/skeleton.css +6 -5
  172. package/components/Skeleton/skeleton.scss +4 -5
  173. package/components/SkipToContent/skip-to-content.css +9 -6
  174. package/components/SkipToContent/skip-to-content.scss +8 -6
  175. package/components/Slider/slider.css +47 -26
  176. package/components/Slider/slider.scss +56 -28
  177. package/components/Switch/switch.css +10 -6
  178. package/components/Switch/switch.scss +11 -7
  179. package/components/TabContent/tab-content.css +4 -1
  180. package/components/TabContent/tab-content.scss +4 -1
  181. package/components/Table/table-grid.css +264 -203
  182. package/components/Table/table-grid.scss +61 -47
  183. package/components/Table/table-scrollable.css +4 -4
  184. package/components/Table/table-scrollable.scss +6 -4
  185. package/components/Table/table-tree-view.css +112 -105
  186. package/components/Table/table-tree-view.scss +38 -33
  187. package/components/Table/table.css +176 -159
  188. package/components/Table/table.scss +177 -165
  189. package/components/Tabs/tabs.css +76 -48
  190. package/components/Tabs/tabs.scss +74 -48
  191. package/components/TextInputGroup/text-input-group.css +15 -15
  192. package/components/TextInputGroup/text-input-group.scss +15 -15
  193. package/components/Tile/tile.css +10 -10
  194. package/components/Tile/tile.scss +10 -10
  195. package/components/Title/title.css +70 -19
  196. package/components/Title/title.scss +90 -20
  197. package/components/ToggleGroup/toggle-group.css +14 -11
  198. package/components/ToggleGroup/toggle-group.scss +14 -11
  199. package/components/Toolbar/toolbar.css +57 -44
  200. package/components/Toolbar/toolbar.scss +45 -26
  201. package/components/Tooltip/tooltip.css +76 -44
  202. package/components/Tooltip/tooltip.scss +93 -77
  203. package/components/TreeView/tree-view.css +48 -27
  204. package/components/TreeView/tree-view.scss +50 -28
  205. package/components/Truncate/truncate.css +9 -0
  206. package/components/Truncate/truncate.scss +16 -3
  207. package/components/Wizard/wizard.css +57 -36
  208. package/components/Wizard/wizard.scss +57 -36
  209. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  210. package/docs/components/Accordion/examples/Accordion.md +614 -416
  211. package/docs/components/Alert/examples/Alert.md +1 -1
  212. package/docs/components/Badge/examples/Badge.md +21 -0
  213. package/docs/components/Banner/examples/Banner.md +48 -25
  214. package/docs/components/Brand/examples/Brand.css +12 -0
  215. package/docs/components/Brand/examples/Brand.md +75 -32
  216. package/docs/components/Button/examples/Button.css +2 -2
  217. package/docs/components/Button/examples/Button.md +15 -3
  218. package/docs/components/Card/examples/Card.md +125 -17
  219. package/docs/components/Check/examples/Check.md +71 -59
  220. package/docs/components/Chip/examples/Chip.md +1 -1
  221. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  222. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  223. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  224. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  225. package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
  226. package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -24
  227. package/docs/components/Label/examples/Label.md +1 -1
  228. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  229. package/docs/components/LogViewer/examples/LogViewer.md +250 -160
  230. package/docs/components/Login/examples/Login.md +5 -0
  231. package/docs/components/Masthead/examples/masthead.md +7 -54
  232. package/docs/components/Menu/examples/Menu.css +8 -0
  233. package/docs/components/Menu/examples/Menu.md +594 -543
  234. package/docs/components/MenuToggle/examples/MenuToggle.md +151 -138
  235. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  236. package/docs/components/Nav/examples/Navigation.css +3 -25
  237. package/docs/components/Nav/examples/Navigation.md +239 -113
  238. package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
  239. package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
  240. package/docs/components/Page/examples/Page.css +0 -8
  241. package/docs/components/Page/examples/Page.md +22 -21
  242. package/docs/components/Popover/examples/Popover.css +4 -9
  243. package/docs/components/Popover/examples/Popover.md +1 -1
  244. package/docs/components/Radio/examples/Radio.md +63 -55
  245. package/docs/components/Select/deprecated/Select.md +184 -177
  246. package/docs/components/Table/examples/Table.css +2 -2
  247. package/docs/components/Table/examples/Table.md +2 -2
  248. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  249. package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
  250. package/docs/components/Tile/examples/Tile.css +1 -1
  251. package/docs/components/Title/examples/Title.md +18 -0
  252. package/docs/components/Toolbar/examples/Toolbar.md +570 -2803
  253. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  254. package/docs/components/Tooltip/examples/Tooltip.md +3 -1
  255. package/docs/components/Truncate/examples/Truncate.md +2 -2
  256. package/docs/demos/AboutModal/examples/AboutModal.md +85 -10
  257. package/docs/demos/Alert/examples/Alert.md +249 -24
  258. package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
  259. package/docs/demos/Banner/examples/Banner.md +168 -16
  260. package/docs/demos/Card/examples/Card.css +3 -3
  261. package/docs/demos/Card/examples/Card.md +28 -12
  262. package/docs/demos/CardView/examples/CardView.md +139 -79
  263. package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
  264. package/docs/demos/Dashboard/examples/Dashboard.md +86 -11
  265. package/docs/demos/DataList/examples/DataList.md +524 -354
  266. package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
  267. package/docs/demos/Drawer/examples/Drawer.md +415 -40
  268. package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
  269. package/docs/demos/Masthead/examples/Masthead.md +793 -277
  270. package/docs/demos/Modal/examples/Modal.md +498 -48
  271. package/docs/demos/Nav/examples/Nav.md +664 -64
  272. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +420 -40
  273. package/docs/demos/Page/examples/Page.md +747 -72
  274. package/docs/demos/Page/examples/Penta.md +746 -0
  275. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -1
  276. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +824 -451
  277. package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
  278. package/docs/demos/Table/examples/Table.md +2313 -1887
  279. package/docs/demos/Tabs/examples/Tabs.md +528 -71
  280. package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
  281. package/docs/demos/Toolbar/examples/Toolbar.md +870 -1044
  282. package/docs/demos/Wizard/examples/Wizard.md +747 -72
  283. package/docs/layouts/Flex/examples/Flex.md +5 -5
  284. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  285. package/icons/pficons.mjs +1 -0
  286. package/layouts/Flex/flex.css +115 -43
  287. package/layouts/Flex/flex.scss +20 -8
  288. package/package.json +9 -5
  289. package/patternfly-addons.css +732 -972
  290. package/patternfly-base-no-globals-theme-dark-unversioned.css +921 -784
  291. package/patternfly-base-no-globals.css +921 -784
  292. package/patternfly-base-theme-dark-unversioned.css +926 -789
  293. package/patternfly-base.css +926 -789
  294. package/patternfly-no-globals.css +4816 -4221
  295. package/patternfly-theme-dark-unversioned.css +4821 -4226
  296. package/patternfly.css +4821 -4226
  297. package/patternfly.min.css +1 -1
  298. package/patternfly.min.css.map +1 -1
  299. package/sass-utilities/functions.scss +6 -0
  300. package/sass-utilities/mixins.scss +62 -2
  301. package/sass-utilities/scss-variables.scss +8 -8
  302. package/sass-utilities/themes/dark/mixins.scss +3 -1
  303. package/utilities/Accessibility/accessibility.css +12 -12
  304. package/utilities/Spacing/spacing.css +720 -960
  305. package/utilities/Spacing/spacing.scss +4 -8
  306. package/base/themes/dark/_variables.scss +0 -102
  307. package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
  308. package/components/Accordion/themes/dark/accordion.scss +0 -9
  309. package/components/Alert/themes/dark/alert.scss +0 -17
  310. package/components/Badge/themes/dark/badge.scss +0 -9
  311. package/components/Banner/themes/dark/banner.scss +0 -14
  312. package/components/Hint/themes/dark/hint.scss +0 -8
  313. package/components/Login/themes/dark/login.scss +0 -12
  314. package/components/Masthead/themes/dark/masthead.scss +0 -14
  315. package/components/ModalBox/themes/dark/modal-box.scss +0 -7
  316. package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
  317. package/components/Page/themes/dark/page.scss +0 -69
  318. package/components/Popover/themes/dark/popover.scss +0 -11
  319. package/components/Tooltip/themes/dark/tooltip.scss +0 -8
  320. 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--default);
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--default);
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--default);
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,34 @@
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
- --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);
120
+ --pf-v5-c-table__check--input--MarginTop: 0.1875rem;
121
+ --pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);
122
+ --pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body--default);
123
+ --pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
124
+ --pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
125
+ --pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
125
126
  --pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
126
127
  --pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
127
128
  --pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
128
129
  --pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
129
130
  --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);
131
+ --pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
132
+ --pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
133
+ --pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
134
+ --pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
134
135
  --pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
135
136
  --pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
136
137
  --pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
137
138
  --pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
138
139
  --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);
140
+ --pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
140
141
  --pf-v5-c-table__action--PaddingTop: 0;
141
142
  --pf-v5-c-table__action--PaddingRight: 0;
142
143
  --pf-v5-c-table__action--PaddingBottom: 0;
@@ -154,7 +155,7 @@
154
155
  --pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
155
156
  --pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
156
157
  --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);
158
+ --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--active);
158
159
  --pf-v5-c-table__icon-inline--MarginRight: var(--pf-v5-global--spacer--sm);
159
160
  --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
161
  --pf-v5-c-table__sort__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
@@ -164,19 +165,19 @@
164
165
  --pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
165
166
  --pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
166
167
  --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);
168
+ --pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
169
+ --pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--active);
169
170
  --pf-v5-c-table__sort--m-help--MinWidth: 15ch;
170
171
  --pf-v5-c-table__sort__button__text--Color: currentcolor;
171
172
  --pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
172
173
  --pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
173
174
  --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);
175
+ --pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
175
176
  --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);
177
+ --pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--active);
178
+ --pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
179
+ --pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
180
+ --pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
180
181
  --pf-v5-c-table__th--m-help--MinWidth: 11ch;
181
182
  --pf-v5-c-table__column-help--MarginLeft: var(--pf-v5-global--spacer--xs);
182
183
  --pf-v5-c-table__column-help--TranslateY: 0.125rem;
@@ -184,18 +185,18 @@
184
185
  --pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
185
186
  --pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-v5-global--spacer--sm);
186
187
  --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);
188
+ --pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
189
+ --pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
190
+ --pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
191
+ --pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--active);
192
+ --pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
193
+ --pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
193
194
  --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
194
195
  --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
195
196
  --pf-v5-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
196
197
  --pf-v5-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
197
198
  --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);
199
+ --pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--active);
199
200
  --pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
200
201
  --pf-v5-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
201
202
  --pf-v5-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
@@ -209,60 +210,60 @@
209
210
  --pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
210
211
  --pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
211
212
  --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);
213
+ --pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body--default);
213
214
  --pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
214
215
  --pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
215
216
  --pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
216
217
  --pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);
217
218
  --pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
218
219
  --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);
220
+ --pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
220
221
  --pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
221
222
  --pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
222
223
  --pf-v5-c-table__tr--m-clickable--BoxShadow: none;
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,19 +501,22 @@
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;
513
520
  }
514
521
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
515
522
  cursor: pointer;
@@ -517,21 +524,9 @@
517
524
  outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
518
525
  box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
519
526
  }
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);
527
+ .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
528
  --pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor);
526
529
  }
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
530
  .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
536
531
  --pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
537
532
  --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
@@ -620,11 +615,14 @@
620
615
  .pf-v5-c-table__button {
621
616
  position: static;
622
617
  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);
618
+ padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
619
+ padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
620
+ padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
621
+ padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
624
622
  font-size: inherit;
625
623
  font-weight: inherit;
626
624
  color: var(--pf-v5-c-table__button--Color);
627
- text-align: left;
625
+ text-align: start;
628
626
  white-space: inherit;
629
627
  user-select: text;
630
628
  background-color: var(--pf-v5-c-table__button--BackgroundColor);
@@ -632,10 +630,10 @@
632
630
  }
633
631
  .pf-v5-c-table__button::before {
634
632
  position: absolute;
635
- top: 0;
636
- right: 0;
637
- bottom: 0;
638
- left: 0;
633
+ inset-block-start: 0;
634
+ inset-block-end: 0;
635
+ inset-inline-start: 0;
636
+ inset-inline-end: 0;
639
637
  cursor: pointer;
640
638
  content: "";
641
639
  }
@@ -718,8 +716,8 @@
718
716
  vertical-align: top;
719
717
  }
720
718
  .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);
719
+ margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
720
+ margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
723
721
  }
724
722
  .pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
725
723
  transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
@@ -728,6 +726,10 @@
728
726
  transition: var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);
729
727
  transform: rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate));
730
728
  }
729
+ :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
730
+ scale: -1 1;
731
+ }
732
+
731
733
  .pf-v5-c-table__toggle svg {
732
734
  pointer-events: none;
733
735
  }
@@ -740,22 +742,34 @@
740
742
  cursor: pointer;
741
743
  }
742
744
  .pf-v5-c-table__check label {
743
- display: block;
745
+ display: inline-flex;
744
746
  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);
747
+ margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
748
+ margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
749
+ margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
750
+ margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
751
+ }
752
+ .pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
753
+ --pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
746
754
  }
747
755
 
748
756
  .pf-v5-c-table__favorite .pf-v5-c-button {
749
757
  --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
750
758
  --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);
759
+ margin-block-start: var(--pf-v5-c-table__favorite--c-button--MarginTop);
760
+ margin-block-end: var(--pf-v5-c-table__favorite--c-button--MarginBottom);
761
+ margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
762
+ margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
752
763
  }
753
764
  .pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
754
765
  --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
755
766
  }
756
767
 
757
768
  .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);
769
+ margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
770
+ margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
771
+ margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
772
+ margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
759
773
  cursor: grab;
760
774
  }
761
775
  .pf-v5-c-table__draggable .pf-v5-c-button:active {
@@ -768,19 +782,19 @@
768
782
  --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__action--PaddingRight);
769
783
  --pf-v5-c-table--cell--PaddingBottom: 0;
770
784
  --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
771
- padding-top: 0;
772
- padding-bottom: 0;
785
+ padding-block-start: 0;
786
+ padding-block-end: 0;
773
787
  vertical-align: middle;
774
788
  }
775
789
 
776
790
  .pf-v5-c-table__action {
777
- text-align: right;
791
+ text-align: end;
778
792
  }
779
793
 
780
794
  .pf-v5-c-table__inline-edit-action {
781
795
  --pf-v5-c-table--cell--PaddingLeft: 0;
782
796
  --pf-v5-c-table--cell--PaddingRight: 0;
783
- text-align: right;
797
+ text-align: end;
784
798
  }
785
799
 
786
800
  .pf-v5-c-table__compound-expansion-toggle {
@@ -803,25 +817,25 @@
803
817
  .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
804
818
  .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
805
819
  position: absolute;
806
- right: 0;
820
+ inset-inline-end: 0;
807
821
  content: "";
808
822
  border-style: solid;
809
823
  border-width: 0;
810
824
  }
811
825
  .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);
826
+ inset-block-start: 0;
827
+ inset-block-end: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
828
+ inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
815
829
  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);
830
+ border-inline-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
831
+ border-inline-end-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
818
832
  }
819
833
  .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);
834
+ inset-block-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
835
+ inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
822
836
  pointer-events: none;
823
837
  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);
838
+ border-block-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
825
839
  }
826
840
  .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
841
  --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 +847,7 @@
833
847
  --pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
834
848
  }
835
849
  .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);
850
+ border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
837
851
  }
838
852
  .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded:first-child {
839
853
  --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
@@ -849,14 +863,14 @@
849
863
  }
850
864
 
851
865
  .pf-v5-c-table__column-help-action {
852
- margin-left: var(--pf-v5-c-table__column-help--MarginLeft);
866
+ margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
853
867
  transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
854
868
  }
855
869
  .pf-v5-c-table__column-help-action .pf-v5-c-button {
856
870
  --pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
857
871
  --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);
872
+ margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
873
+ margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
860
874
  font-size: inherit;
861
875
  line-height: 1;
862
876
  }
@@ -868,9 +882,9 @@
868
882
  --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
869
883
  display: flex;
870
884
  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);
885
+ margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
886
+ margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
887
+ margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
874
888
  }
875
889
  .pf-v5-c-table__sort .pf-v5-c-table__button:hover {
876
890
  --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
@@ -905,7 +919,7 @@
905
919
 
906
920
  .pf-v5-c-table__sort-indicator {
907
921
  grid-column: 2;
908
- margin-left: var(--pf-v5-c-table__sort-indicator--MarginLeft);
922
+ margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
909
923
  color: var(--pf-v5-c-table__sort-indicator--Color);
910
924
  pointer-events: none;
911
925
  }
@@ -914,7 +928,7 @@
914
928
  --pf-v5-c-table--cell--PaddingTop: 0;
915
929
  --pf-v5-c-table--cell--PaddingBottom: 0;
916
930
  position: relative;
917
- border-bottom: 0 solid transparent;
931
+ border-block-end: 0 solid transparent;
918
932
  box-shadow: 0 0 0 0 transparent;
919
933
  }
920
934
  .pf-v5-c-table__expandable-row,
@@ -923,19 +937,22 @@
923
937
  }
924
938
  .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
925
939
  .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);
940
+ padding-block-start: 0;
941
+ padding-inline-end: 0;
942
+ padding-block-end: 0;
943
+ padding-inline-start: var(--pf-v5-c-table__expandable-row--after--border-width--base);
927
944
  }
928
945
  .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
946
  .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
947
  padding: 0;
931
948
  }
932
949
  .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);
950
+ padding-block-start: var(--pf-v5-c-table__expandable-row-content--PaddingTop);
951
+ padding-block-end: var(--pf-v5-c-table__expandable-row-content--PaddingBottom);
935
952
  }
936
953
  .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);
954
+ border-block-end-color: var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);
955
+ border-block-end-width: var(--pf-v5-c-table--border-width--base);
939
956
  box-shadow: var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow);
940
957
  }
941
958
  .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
@@ -1005,7 +1022,7 @@
1005
1022
  align-items: center;
1006
1023
  }
1007
1024
  .pf-v5-c-table__icon-inline > :not(:last-child) {
1008
- margin-right: var(--pf-v5-c-table__icon-inline--MarginRight);
1025
+ margin-inline-end: var(--pf-v5-c-table__icon-inline--MarginRight);
1009
1026
  }
1010
1027
 
1011
1028
  .pf-v5-c-table .pf-m-width-10 {