@patternfly/patternfly 5.1.0-prerelease.3 → 5.1.0-prerelease.31

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