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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (501) hide show
  1. package/README.md +1 -2
  2. package/assets/fontawesome/_animated.scss +1 -0
  3. package/assets/fontawesome/_bordered-pulled.scss +1 -0
  4. package/assets/fontawesome/_core.scss +2 -0
  5. package/assets/fontawesome/_fixed-width.scss +2 -0
  6. package/assets/fontawesome/_icons.scss +1 -0
  7. package/assets/fontawesome/_index.scss +12 -0
  8. package/assets/fontawesome/_larger.scss +4 -2
  9. package/assets/fontawesome/_list.scss +4 -2
  10. package/assets/fontawesome/_rotated-flipped.scss +2 -0
  11. package/assets/fontawesome/_screen-reader.scss +1 -0
  12. package/assets/fontawesome/_stacked.scss +3 -1
  13. package/assets/fontawesome/_variables.scss +3 -2
  14. package/assets/fontawesome/fontawesome.scss +12 -12
  15. package/assets/icons/iconUnicodes.json +6 -0
  16. package/assets/images/img_avatar-dark.svg +22 -16
  17. package/assets/images/img_avatar-light.svg +25 -18
  18. package/assets/images/pf-background.svg +21 -21
  19. package/assets/images/pf_logo.svg +11 -11
  20. package/assets/images/pf_logo_white.svg +16 -17
  21. package/assets/pficon/pf-v6-pficon.woff2 +0 -0
  22. package/assets/pficon/pficon.scss +310 -271
  23. package/base/_index.scss +10 -0
  24. package/base/{_globals.scss → normalize.scss} +15 -48
  25. package/base/patternfly-common.css +14 -0
  26. package/base/patternfly-common.scss +68 -2
  27. package/base/patternfly-fa-icons.css +1 -1
  28. package/base/patternfly-fa-icons.scss +35 -2
  29. package/base/patternfly-fonts.css +10 -80
  30. package/base/patternfly-fonts.scss +49 -2
  31. package/base/patternfly-pf-icons.css +158 -134
  32. package/base/patternfly-pf-icons.scss +1 -2
  33. package/base/patternfly-svg-icons.css +5 -0
  34. package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
  35. package/base/patternfly-variables.css +1082 -1206
  36. package/base/patternfly-variables.scss +20 -2
  37. package/base/reset.scss +33 -0
  38. package/base/tokens/_index.scss +6 -0
  39. package/base/tokens/tokens-charts-dark.scss +173 -0
  40. package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +162 -148
  41. package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +307 -294
  42. package/base/tokens/{_tokens-default.scss → tokens-default.scss} +574 -447
  43. package/base/tokens/{_tokens-font.scss → tokens-local.scss} +13 -34
  44. package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +69 -70
  45. package/components/AboutModalBox/about-modal-box.css +86 -81
  46. package/components/AboutModalBox/about-modal-box.scss +80 -82
  47. package/components/Accordion/accordion.css +44 -43
  48. package/components/Accordion/accordion.scss +52 -52
  49. package/components/ActionList/action-list.css +6 -5
  50. package/components/ActionList/action-list.scss +7 -5
  51. package/components/Alert/alert-group.css +72 -19
  52. package/components/Alert/alert-group.scss +105 -18
  53. package/components/Alert/alert.css +52 -59
  54. package/components/Alert/alert.scss +56 -65
  55. package/components/Avatar/avatar.css +42 -41
  56. package/components/Avatar/avatar.scss +8 -7
  57. package/components/BackToTop/back-to-top.css +19 -17
  58. package/components/BackToTop/back-to-top.scss +17 -17
  59. package/components/Backdrop/backdrop.css +1 -1
  60. package/components/Backdrop/backdrop.scss +3 -4
  61. package/components/BackgroundImage/background-image.scss +3 -4
  62. package/components/Badge/badge.css +29 -7
  63. package/components/Badge/badge.scss +33 -9
  64. package/components/Banner/banner.css +30 -37
  65. package/components/Banner/banner.scss +30 -43
  66. package/components/Brand/brand.css +14 -10
  67. package/components/Brand/brand.scss +8 -5
  68. package/components/Breadcrumb/breadcrumb.css +23 -24
  69. package/components/Breadcrumb/breadcrumb.scss +25 -28
  70. package/components/Button/button.css +150 -128
  71. package/components/Button/button.scss +155 -130
  72. package/components/CalendarMonth/calendar-month.css +46 -46
  73. package/components/CalendarMonth/calendar-month.scss +49 -50
  74. package/components/Card/card.css +110 -93
  75. package/components/Card/card.scss +118 -92
  76. package/components/Check/check.css +5 -5
  77. package/components/Check/check.scss +7 -8
  78. package/components/ClipboardCopy/clipboard-copy.css +33 -41
  79. package/components/ClipboardCopy/clipboard-copy.scss +35 -44
  80. package/components/CodeBlock/code-block.css +21 -20
  81. package/components/CodeBlock/code-block.scss +21 -21
  82. package/components/CodeEditor/code-editor.css +35 -34
  83. package/components/CodeEditor/code-editor.scss +35 -35
  84. package/components/Content/content.css +167 -153
  85. package/components/Content/content.scss +204 -145
  86. package/components/DataList/data-list-grid.css +117 -117
  87. package/components/DataList/data-list-grid.scss +22 -20
  88. package/components/DataList/data-list.css +308 -312
  89. package/components/DataList/data-list.scss +145 -152
  90. package/components/DatePicker/date-picker.css +17 -17
  91. package/components/DatePicker/date-picker.scss +17 -18
  92. package/components/DescriptionList/description-list-order.css +5 -5
  93. package/components/DescriptionList/description-list-order.scss +3 -1
  94. package/components/DescriptionList/description-list.css +46 -44
  95. package/components/DescriptionList/description-list.scss +26 -31
  96. package/components/Divider/divider.css +104 -107
  97. package/components/Divider/divider.scss +19 -19
  98. package/components/DragDrop/drag-drop.css +4 -2
  99. package/components/DragDrop/drag-drop.scss +3 -3
  100. package/components/Drawer/drawer.css +115 -114
  101. package/components/Drawer/drawer.scss +136 -134
  102. package/components/DualListSelector/dual-list-selector.css +64 -61
  103. package/components/DualListSelector/dual-list-selector.scss +54 -51
  104. package/components/EmptyState/empty-state.css +38 -37
  105. package/components/EmptyState/empty-state.scss +39 -39
  106. package/components/ExpandableSection/expandable-section.css +27 -86
  107. package/components/ExpandableSection/expandable-section.scss +32 -101
  108. package/components/FileUpload/file-upload.css +2 -2
  109. package/components/FileUpload/file-upload.scss +2 -3
  110. package/components/Form/form.css +173 -115
  111. package/components/Form/form.scss +117 -103
  112. package/components/FormControl/form-control.css +57 -57
  113. package/components/FormControl/form-control.scss +69 -67
  114. package/components/HelperText/helper-text.css +5 -4
  115. package/components/HelperText/helper-text.scss +8 -6
  116. package/components/Hint/hint.css +25 -25
  117. package/components/Hint/hint.scss +25 -27
  118. package/components/Icon/icon.css +10 -10
  119. package/components/Icon/icon.scss +11 -12
  120. package/components/InlineEdit/inline-edit.css +12 -12
  121. package/components/InlineEdit/inline-edit.scss +12 -13
  122. package/components/InputGroup/input-group.css +16 -16
  123. package/components/InputGroup/input-group.scss +18 -19
  124. package/components/JumpLinks/jump-links.css +80 -96
  125. package/components/JumpLinks/jump-links.scss +80 -100
  126. package/components/Label/label-group.css +28 -28
  127. package/components/Label/label-group.scss +29 -30
  128. package/components/Label/label.css +102 -87
  129. package/components/Label/label.scss +113 -94
  130. package/components/List/list.css +44 -47
  131. package/components/List/list.scss +51 -58
  132. package/components/Login/login.css +122 -118
  133. package/components/Login/login.scss +105 -112
  134. package/components/Masthead/masthead.css +273 -175
  135. package/components/Masthead/masthead.scss +102 -68
  136. package/components/Menu/menu.css +151 -95
  137. package/components/Menu/menu.scss +59 -40
  138. package/components/MenuToggle/menu-toggle.css +129 -108
  139. package/components/MenuToggle/menu-toggle.scss +150 -128
  140. package/components/ModalBox/modal-box.css +53 -45
  141. package/components/ModalBox/modal-box.scss +52 -46
  142. package/components/MultipleFileUpload/multiple-file-upload.css +37 -37
  143. package/components/MultipleFileUpload/multiple-file-upload.scss +38 -39
  144. package/components/Nav/nav.css +33 -9
  145. package/components/Nav/nav.scss +46 -13
  146. package/components/NotificationDrawer/notification-drawer.css +50 -51
  147. package/components/NotificationDrawer/notification-drawer.scss +58 -57
  148. package/components/NumberInput/number-input.css +7 -11
  149. package/components/NumberInput/number-input.scss +5 -7
  150. package/components/OverflowMenu/overflow-menu.css +2 -1
  151. package/components/OverflowMenu/overflow-menu.scss +3 -1
  152. package/components/Page/page.css +175 -519
  153. package/components/Page/page.scss +155 -386
  154. package/components/Pagination/pagination.css +82 -79
  155. package/components/Pagination/pagination.scss +43 -40
  156. package/components/Panel/panel.css +33 -30
  157. package/components/Panel/panel.scss +35 -33
  158. package/components/Popover/popover.css +54 -52
  159. package/components/Popover/popover.scss +55 -54
  160. package/components/Progress/progress.css +8 -4
  161. package/components/Progress/progress.scss +14 -11
  162. package/components/ProgressStepper/progress-stepper.css +246 -245
  163. package/components/ProgressStepper/progress-stepper.scss +118 -118
  164. package/components/Radio/radio.css +7 -7
  165. package/components/Radio/radio.scss +9 -10
  166. package/components/Sidebar/sidebar.css +139 -139
  167. package/components/Sidebar/sidebar.scss +61 -61
  168. package/components/SimpleList/simple-list.css +21 -20
  169. package/components/SimpleList/simple-list.scss +22 -23
  170. package/components/Skeleton/skeleton.css +4 -4
  171. package/components/Skeleton/skeleton.scss +7 -8
  172. package/components/SkipToContent/skip-to-content.css +7 -6
  173. package/components/SkipToContent/skip-to-content.scss +7 -7
  174. package/components/Slider/slider.css +31 -31
  175. package/components/Slider/slider.scss +54 -55
  176. package/components/Spinner/spinner.scss +4 -5
  177. package/components/Switch/switch.css +4 -10
  178. package/components/Switch/switch.scss +8 -17
  179. package/components/TabContent/tab-content.css +25 -25
  180. package/components/TabContent/tab-content.scss +28 -28
  181. package/components/Table/table-grid.css +434 -508
  182. package/components/Table/table-grid.scss +131 -150
  183. package/components/Table/table-scrollable.css +31 -34
  184. package/components/Table/table-scrollable.scss +44 -41
  185. package/components/Table/table-tree-view.css +287 -279
  186. package/components/Table/table-tree-view.scss +84 -84
  187. package/components/Table/table.css +316 -279
  188. package/components/Table/table.scss +346 -301
  189. package/components/Tabs/tabs.css +215 -240
  190. package/components/Tabs/tabs.scss +130 -162
  191. package/components/TextInputGroup/text-input-group.css +122 -64
  192. package/components/TextInputGroup/text-input-group.scss +144 -87
  193. package/components/Tile/tile.css +15 -15
  194. package/components/Tile/tile.scss +16 -17
  195. package/components/Timestamp/timestamp.css +13 -19
  196. package/components/Timestamp/timestamp.scss +16 -22
  197. package/components/Title/title.css +14 -13
  198. package/components/Title/title.scss +15 -15
  199. package/components/ToggleGroup/toggle-group.css +37 -37
  200. package/components/ToggleGroup/toggle-group.scss +38 -41
  201. package/components/Toolbar/toolbar.css +547 -1431
  202. package/components/Toolbar/toolbar.scss +159 -123
  203. package/components/Tooltip/tooltip.css +28 -27
  204. package/components/Tooltip/tooltip.scss +31 -30
  205. package/components/TreeView/tree-view.css +184 -184
  206. package/components/TreeView/tree-view.scss +133 -133
  207. package/components/Truncate/truncate.css +2 -2
  208. package/components/Truncate/truncate.scss +7 -8
  209. package/components/Wizard/wizard.css +190 -154
  210. package/components/Wizard/wizard.scss +211 -165
  211. package/components/_index.css +22378 -0
  212. package/components/_index.scss +82 -0
  213. package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
  214. package/docs/components/Accordion/examples/Accordion.md +1 -1
  215. package/docs/components/ActionList/examples/ActionList.md +64 -24
  216. package/docs/components/Alert/examples/Alert.md +116 -74
  217. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  218. package/docs/components/Badge/examples/Badge.md +6 -16
  219. package/docs/components/Banner/examples/Banner.md +16 -10
  220. package/docs/components/Brand/examples/Brand.md +2 -2
  221. package/docs/components/Breadcrumb/examples/Breadcrumb.md +19 -59
  222. package/docs/components/Button/examples/Button.md +537 -368
  223. package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
  224. package/docs/components/Card/examples/Card.md +372 -658
  225. package/docs/components/Check/examples/Check.md +10 -15
  226. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +92 -47
  227. package/docs/components/CodeBlock/examples/CodeBlock.md +51 -28
  228. package/docs/components/CodeEditor/examples/CodeEditor.md +41 -22
  229. package/docs/components/Content/examples/Content.md +600 -60
  230. package/docs/components/DataList/examples/DataList.md +291 -1028
  231. package/docs/components/DatePicker/examples/DatePicker.md +18 -6
  232. package/docs/components/DescriptionList/examples/DescriptionList.md +80 -55
  233. package/docs/components/Drawer/examples/Drawer.md +60 -21
  234. package/docs/components/DualListSelector/examples/DualListSelector.md +364 -996
  235. package/docs/components/EmptyState/examples/EmptyState.md +123 -53
  236. package/docs/components/ExpandableSection/examples/ExpandableSection.md +96 -91
  237. package/docs/components/FileUpload/examples/FileUpload.md +42 -14
  238. package/docs/components/Form/examples/Form.md +100 -26
  239. package/docs/components/Hint/examples/Hint.md +54 -164
  240. package/docs/components/InlineEdit/examples/InlineEdit.md +132 -45
  241. package/docs/components/InputGroup/examples/InputGroup.md +38 -62
  242. package/docs/components/JumpLinks/examples/JumpLinks.md +189 -72
  243. package/docs/components/Label/examples/Label.md +2577 -406
  244. package/docs/components/Login/examples/Login.md +372 -334
  245. package/docs/components/Masthead/examples/masthead.md +515 -484
  246. package/docs/components/Menu/examples/Menu.md +77 -138
  247. package/docs/components/MenuToggle/examples/MenuToggle.md +289 -39
  248. package/docs/components/ModalBox/examples/ModalBox.md +158 -100
  249. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +137 -97
  250. package/docs/components/Nav/examples/Navigation.css +2 -7
  251. package/docs/components/Nav/examples/Navigation.md +337 -270
  252. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +515 -2076
  253. package/docs/components/NumberInput/examples/NumberInput.md +96 -48
  254. package/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
  255. package/docs/components/OverflowMenu/examples/overflow-menu.md +104 -159
  256. package/docs/components/Page/examples/Page.css +5 -9
  257. package/docs/components/Page/examples/Page.md +254 -181
  258. package/docs/components/Pagination/examples/Pagination.md +336 -756
  259. package/docs/components/Panel/examples/Panel.md +3 -2
  260. package/docs/components/Popover/examples/Popover.md +60 -15
  261. package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
  262. package/docs/components/Sidebar/examples/Sidebar.css +4 -2
  263. package/docs/components/Sidebar/examples/Sidebar.md +3 -3
  264. package/docs/components/Skeleton/examples/Skeleton.css +1 -1
  265. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
  266. package/docs/components/Slider/examples/Slider.md +53 -45
  267. package/docs/components/Spinner/examples/Spinner.md +1 -1
  268. package/docs/components/Switch/examples/Switch.md +33 -148
  269. package/docs/components/Table/examples/Table.css +11 -6
  270. package/docs/components/Table/examples/Table.md +5302 -2464
  271. package/docs/components/Tabs/examples/Tabs.md +1267 -607
  272. package/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
  273. package/docs/components/TextInputGroup/examples/TextInputGroup.md +469 -278
  274. package/docs/components/Tile/examples/Tile.css +5 -5
  275. package/docs/components/Timestamp/examples/Timestamp.md +7 -1
  276. package/docs/components/ToggleGroup/examples/toggle-group.md +1 -3
  277. package/docs/components/Toolbar/examples/Toolbar.css +50 -39
  278. package/docs/components/Toolbar/examples/Toolbar.md +1562 -1200
  279. package/docs/components/Tooltip/examples/Tooltip.css +1 -1
  280. package/docs/components/TreeView/examples/TreeView.md +627 -49
  281. package/docs/components/Truncate/examples/Truncate.css +1 -2
  282. package/docs/components/Wizard/examples/Wizard.md +1595 -126
  283. package/docs/demos/AboutModal/examples/AboutModal.md +191 -198
  284. package/docs/demos/Alert/examples/Alert.md +924 -909
  285. package/docs/demos/BackToTop/examples/BackToTop.md +318 -327
  286. package/docs/demos/Banner/examples/Banner.md +641 -659
  287. package/docs/demos/Button/examples/Button.md +8 -8
  288. package/docs/demos/Card/examples/Card.css +6 -6
  289. package/docs/demos/Card/examples/Card.md +419 -606
  290. package/docs/demos/CardView/examples/CardView.md +822 -1435
  291. package/docs/demos/Dashboard/examples/Dashboard.md +1308 -1442
  292. package/docs/demos/DataList/examples/DataList.md +3210 -3424
  293. package/docs/demos/DescriptionList/examples/DescriptionList.md +899 -937
  294. package/docs/demos/Drawer/examples/Drawer.md +1165 -1176
  295. package/docs/demos/Form/examples/BasicForms.md +153 -88
  296. package/docs/demos/JumpLinks/examples/JumpLinks.md +1710 -1602
  297. package/docs/demos/Masthead/examples/Masthead.md +1719 -1583
  298. package/docs/demos/Modal/examples/Modal.md +1231 -1235
  299. package/docs/demos/Nav/examples/Nav.md +1216 -1230
  300. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1910 -4577
  301. package/docs/demos/Page/examples/Page.css +11 -0
  302. package/docs/demos/Page/examples/Page.md +3753 -2540
  303. package/docs/demos/Panel/Panel.md +88 -0
  304. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
  305. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +16 -48
  306. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5150 -6255
  307. package/docs/demos/Skeleton/examples/Skeleton.md +297 -304
  308. package/docs/demos/Table/examples/Table.md +14272 -15154
  309. package/docs/demos/Tabs/examples/Tabs.md +2821 -2891
  310. package/docs/demos/Toolbar/examples/Toolbar.css +10 -18
  311. package/docs/demos/Toolbar/examples/Toolbar.md +2487 -2663
  312. package/docs/demos/Wizard/examples/Wizard.md +3021 -2784
  313. package/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
  314. package/docs/layouts/Flex/examples/Flex.css +4 -4
  315. package/docs/layouts/Flex/examples/Flex.md +50 -50
  316. package/docs/layouts/Gallery/examples/Gallery.css +4 -4
  317. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  318. package/docs/layouts/Grid/examples/Grid.css +3 -3
  319. package/docs/layouts/Grid/examples/Grid.md +33 -33
  320. package/docs/layouts/Level/examples/Level.css +5 -5
  321. package/docs/layouts/Split/examples/Split.css +4 -4
  322. package/docs/layouts/Stack/examples/Stack.css +5 -5
  323. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  324. package/docs/utilities/Alignment/examples/Alignment.css +6 -6
  325. package/docs/utilities/Alignment/examples/Alignment.md +5 -5
  326. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +7 -67
  327. package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  328. package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
  329. package/docs/utilities/Display/examples/Display.css +3 -10
  330. package/docs/utilities/Display/examples/Display.md +21 -12
  331. package/docs/utilities/Flex/examples/Flex.css +7 -7
  332. package/docs/utilities/Flex/examples/Flex.md +82 -40
  333. package/docs/utilities/Float/examples/Float.css +5 -5
  334. package/docs/utilities/Float/examples/Float.md +6 -6
  335. package/docs/utilities/Sizing/examples/Sizing.css +6 -6
  336. package/docs/utilities/Sizing/examples/Sizing.md +60 -60
  337. package/docs/utilities/Spacing/examples/Spacing.css +3 -3
  338. package/docs/utilities/Spacing/examples/Spacing.md +37 -37
  339. package/docs/utilities/Text/examples/Text.md +78 -77
  340. package/icons/pficons.mjs +6 -0
  341. package/layouts/Bullseye/bullseye.css +4 -0
  342. package/layouts/Bullseye/bullseye.scss +5 -1
  343. package/layouts/Flex/flex.css +241 -237
  344. package/layouts/Flex/flex.scss +48 -44
  345. package/layouts/Gallery/gallery.css +15 -11
  346. package/layouts/Gallery/gallery.scss +9 -5
  347. package/layouts/Grid/grid.css +20 -16
  348. package/layouts/Grid/grid.scss +12 -8
  349. package/layouts/Level/level.css +5 -1
  350. package/layouts/Level/level.scss +6 -2
  351. package/layouts/Split/split.css +5 -1
  352. package/layouts/Split/split.scss +6 -2
  353. package/layouts/Stack/stack.css +5 -1
  354. package/layouts/Stack/stack.scss +6 -2
  355. package/layouts/_index.css +3461 -0
  356. package/layouts/_index.scss +8 -0
  357. package/package.json +39 -39
  358. package/patternfly-addons.css +2071 -2648
  359. package/patternfly-addons.scss +2 -12
  360. package/patternfly-base-no-globals.css +1429 -1645
  361. package/patternfly-base-no-globals.scss +5 -3
  362. package/patternfly-base.css +1511 -1723
  363. package/patternfly-base.scss +2 -6
  364. package/patternfly-charts.css +579 -240
  365. package/patternfly-charts.scss +352 -337
  366. package/patternfly-no-globals.css +19895 -23410
  367. package/patternfly-no-globals.scss +5 -4
  368. package/patternfly.css +19999 -23510
  369. package/patternfly.min.css +1 -1
  370. package/patternfly.min.css.map +1 -1
  371. package/patternfly.scss +3 -4
  372. package/sass-utilities/_index.scss +6 -0
  373. package/sass-utilities/functions.scss +25 -25
  374. package/sass-utilities/{_init.scss → init.scss} +6 -6
  375. package/sass-utilities/mixins.scss +108 -72
  376. package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -27
  377. package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
  378. package/sass-utilities/scss-variables.scss +49 -261
  379. package/utilities/Accessibility/accessibility.css +15 -15
  380. package/utilities/Accessibility/accessibility.scss +8 -6
  381. package/utilities/Alignment/alignment.css +29 -29
  382. package/utilities/Alignment/alignment.scss +6 -4
  383. package/utilities/BackgroundColor/background-color.css +67 -0
  384. package/utilities/BackgroundColor/background-color.scss +16 -0
  385. package/utilities/BoxShadow/box-shadow.css +15 -39
  386. package/utilities/BoxShadow/box-shadow.scss +19 -28
  387. package/utilities/Display/display.css +43 -5
  388. package/utilities/Display/display.scss +7 -4
  389. package/utilities/Flex/flex.css +50 -50
  390. package/utilities/Flex/flex.scss +21 -20
  391. package/utilities/Float/float.css +29 -29
  392. package/utilities/Float/float.scss +6 -6
  393. package/utilities/Sizing/sizing.css +58 -58
  394. package/utilities/Sizing/sizing.scss +23 -21
  395. package/utilities/Spacing/spacing.css +1372 -1372
  396. package/utilities/Spacing/spacing.scss +6 -6
  397. package/utilities/Text/text.css +419 -662
  398. package/utilities/Text/text.scss +81 -107
  399. package/utilities/_index.css +7815 -0
  400. package/utilities/_index.scss +10 -0
  401. package/assets/images/pf-logo-small.svg +0 -23
  402. package/assets/images/pf_logo_white.hbs +0 -35
  403. package/assets/images/pfbg-icon.svg +0 -1
  404. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  405. package/base/_base.scss +0 -2
  406. package/base/_chart-globals.scss +0 -415
  407. package/base/_common.scss +0 -50
  408. package/base/_fa-icons.scss +0 -33
  409. package/base/_fonts.scss +0 -136
  410. package/base/_icons.scss +0 -3
  411. package/base/_pficons.scss +0 -2
  412. package/base/_themes.scss +0 -43
  413. package/base/_variables.scss +0 -299
  414. package/base/patternfly-globals.css +0 -120
  415. package/base/patternfly-globals.scss +0 -2
  416. package/base/patternfly-icons.css +0 -4728
  417. package/base/patternfly-icons.scss +0 -2
  418. package/base/patternfly-themes.css +0 -82
  419. package/base/patternfly-themes.scss +0 -2
  420. package/base/themes/dark/_chart-globals.scss +0 -42
  421. package/base/themes/dark/_globals.scss +0 -5
  422. package/base/tokens/_workspace-overrides.scss +0 -7
  423. package/components/AppLauncher/app-launcher.css +0 -244
  424. package/components/AppLauncher/app-launcher.scss +0 -308
  425. package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
  426. package/components/Chip/chip-group.css +0 -93
  427. package/components/Chip/chip-group.scss +0 -98
  428. package/components/Chip/chip.css +0 -122
  429. package/components/Chip/chip.scss +0 -140
  430. package/components/Chip/themes/dark/chip.scss +0 -9
  431. package/components/ContextSelector/context-selector.css +0 -336
  432. package/components/ContextSelector/context-selector.scss +0 -384
  433. package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
  434. package/components/Dropdown/dropdown.css +0 -686
  435. package/components/Dropdown/dropdown.scss +0 -820
  436. package/components/Dropdown/themes/dark/dropdown.scss +0 -32
  437. package/components/LogViewer/log-viewer.css +0 -197
  438. package/components/LogViewer/log-viewer.scss +0 -226
  439. package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
  440. package/components/NotificationBadge/notification-badge.css +0 -87
  441. package/components/NotificationBadge/notification-badge.scss +0 -108
  442. package/components/OptionsMenu/options-menu.css +0 -279
  443. package/components/OptionsMenu/options-menu.scss +0 -332
  444. package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
  445. package/components/Select/select.css +0 -599
  446. package/components/Select/select.scss +0 -713
  447. package/components/Select/themes/dark/select.scss +0 -23
  448. package/components/_all.scss +0 -91
  449. package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
  450. package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
  451. package/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
  452. package/docs/components/Chip/examples/Chip.md +0 -846
  453. package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
  454. package/docs/components/ContextSelector/deprecated/context-selector.md +0 -909
  455. package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
  456. package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
  457. package/docs/components/LogViewer/examples/LogViewer.css +0 -17
  458. package/docs/components/LogViewer/examples/LogViewer.md +0 -5936
  459. package/docs/components/NotificationBadge/examples/NotificationBadge.md +0 -222
  460. package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
  461. package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
  462. package/docs/components/Page/deprecated/PageHeader.css +0 -17
  463. package/docs/components/Page/deprecated/PageHeader.md +0 -261
  464. package/docs/components/Pagination/examples/Pagination.css +0 -3
  465. package/docs/components/Select/deprecated/Select.css +0 -56
  466. package/docs/components/Select/deprecated/Select.md +0 -3525
  467. package/docs/components/Tabs/examples/Tabs.css +0 -10
  468. package/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
  469. package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1712
  470. package/docs/demos/Page/examples/Penta.md +0 -821
  471. package/docs/utilities/Text/examples/Text.css +0 -0
  472. package/layouts/_all.scss +0 -7
  473. package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6276
  474. package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
  475. package/patternfly-base-theme-dark-unversioned.css +0 -6393
  476. package/patternfly-base-theme-dark-unversioned.scss +0 -5
  477. package/patternfly-charts-theme-dark-unversioned.css +0 -70
  478. package/patternfly-charts-theme-dark-unversioned.scss +0 -8
  479. package/patternfly-charts-theme-dark.css +0 -70
  480. package/patternfly-charts-theme-dark.scss +0 -8
  481. package/patternfly-theme-dark-unversioned.css +0 -35533
  482. package/patternfly-theme-dark-unversioned.scss +0 -6
  483. package/patternfly-theme-dark.css +0 -0
  484. package/patternfly-theme-dark.scss +0 -1
  485. package/sass-utilities/_all.scss +0 -9
  486. package/sass-utilities/colors.scss +0 -82
  487. package/sass-utilities/div.import.scss +0 -3
  488. package/sass-utilities/div.scss +0 -4
  489. package/sass-utilities/placeholders.scss +0 -72
  490. package/sass-utilities/themes/dark/_all.scss +0 -4
  491. package/sass-utilities/themes/dark/colors.scss +0 -16
  492. package/sass-utilities/themes/dark/mixins.scss +0 -7
  493. package/sass-utilities/themes/dark/placeholders.scss +0 -5
  494. package/sass-utilities/themes/dark/scss-variables.scss +0 -92
  495. package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
  496. package/utilities/BackgroundColor/BackgroundColor.css +0 -414
  497. package/utilities/BackgroundColor/BackgroundColor.scss +0 -64
  498. package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  499. package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
  500. package/utilities/Text/themes/dark/text.css +0 -0
  501. package/utilities/Text/themes/dark/text.scss +0 -33
@@ -1,70 +1,71 @@
1
- .pf-v6-c-table[class*=pf-m-grid] {
1
+ :root,
2
+ .pf-v6-c-table {
2
3
  --pf-v6-c-table--responsive--BorderColor: var(--pf-t--global--border--color--default);
3
4
  --pf-v6-c-table__tbody--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
4
5
  --pf-v6-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);
5
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
6
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
6
7
  --pf-v6-c-table__tbody--after--BorderColor: var(--pf-t--global--border--color--clicked);
8
+ --pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
7
9
  --pf-v6-c-table__tr--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
8
- --pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth: var(--pf-v6-c-table__tbody--responsive--border-width--base);
10
+ --pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth: var(--pf-v6-c-table__tbody--responsive--border-width--base);
9
11
  --pf-v6-c-table__tr--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
10
- --pf-v6-c-table__tr--responsive--MarginTop: var(--pf-v6-c-table__tbody--responsive--border-width--base);
11
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-t--global--spacer--md);
12
- --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-t--global--spacer--lg);
13
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-t--global--spacer--md);
14
- --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-t--global--spacer--lg);
15
- --pf-v6-c-table__tr--responsive--nested-table--PaddingTop: var(--pf-t--global--spacer--xl);
16
- --pf-v6-c-table__tr--responsive--nested-table--PaddingRight: var(--pf-t--global--spacer--lg);
17
- --pf-v6-c-table__tr--responsive--nested-table--PaddingBottom: var(--pf-t--global--spacer--xl);
18
- --pf-v6-c-table__tr--responsive--nested-table--PaddingLeft: var(--pf-t--global--spacer--lg);
19
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: 0;
20
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: transparent;
21
- --pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth: var(--pf-v6-c-table__expandable-row--after--border-width--base);
22
- --pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor: var(--pf-t--global--border--color--clicked);
23
- --pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth: var(--pf-v6-c-table__expandable-row--after--border-width--base);
24
- --pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor: var(--pf-t--global--border--color--clicked);
12
+ --pf-v6-c-table__tr--responsive--MarginBlockStart: var(--pf-v6-c-table__tbody--responsive--border-width--base);
13
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--md);
14
+ --pf-v6-c-table__tr--responsive--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
15
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--md);
16
+ --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-t--global--spacer--lg);
17
+ --pf-v6-c-table__tr--responsive--nested-table--PaddingBlockStart: var(--pf-t--global--spacer--xl);
18
+ --pf-v6-c-table__tr--responsive--nested-table--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
19
+ --pf-v6-c-table__tr--responsive--nested-table--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
20
+ --pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart: var(--pf-t--global--spacer--lg);
21
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: 0;
22
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: transparent;
23
+ --pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__expandable-row--after--border-width--base);
24
+ --pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartColor: var(--pf-t--global--border--color--clicked);
25
+ --pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__expandable-row--after--border-width--base);
26
+ --pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartColor: var(--pf-t--global--border--color--clicked);
25
27
  --pf-v6-c-table--m-grid--cell--hidden-visible--Display: grid;
26
- --pf-v6-c-table--m-grid--cell--PaddingTop: 0;
27
- --pf-v6-c-table--m-grid--cell--PaddingRight: 0;
28
- --pf-v6-c-table--m-grid--cell--PaddingBottom: 0;
29
- --pf-v6-c-table--m-grid--cell--PaddingLeft: 0;
28
+ --pf-v6-c-table--m-grid--cell--PaddingBlockStart: 0;
29
+ --pf-v6-c-table--m-grid--cell--PaddingInlineEnd: 0;
30
+ --pf-v6-c-table--m-grid--cell--PaddingBlockEnd: 0;
31
+ --pf-v6-c-table--m-grid--cell--PaddingInlineStart: 0;
30
32
  --pf-v6-c-table-td--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
31
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-t--global--spacer--md);
32
- --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-t--global--spacer--sm);
33
- --pf-v6-c-table--cell--first-child--responsive--PaddingTop: var(--pf-t--global--spacer--sm);
34
- --pf-v6-c-table--cell--responsive--PaddingRight: 0;
35
- --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
36
- --pf-v6-c-table--m-compact__tr--responsive--PaddingTop: var(--pf-t--global--spacer--sm);
37
- --pf-v6-c-table--m-compact__tr--responsive--PaddingBottom: var(--pf-t--global--spacer--sm);
38
- --pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop: var(--pf-t--global--spacer--xs);
39
- --pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom: var(--pf-t--global--spacer--xs);
40
- --pf-v6-c-table--m-compact__check--responsive--MarginTop: 0.4375rem;
41
- --pf-v6-c-table--m-compact__action--responsive--MarginTop: calc(var(--pf-t--global--spacer--xs) * -1);
42
- --pf-v6-c-table--m-compact__action--responsive--MarginBottom: calc(var(--pf-t--global--spacer--xs) * -1);
43
- --pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom: calc(0.375rem * -1);
44
- --pf-v6-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-t--global--spacer--lg);
45
- --pf-v6-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-t--global--spacer--lg);
33
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-t--global--spacer--md);
34
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
35
+ --pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
36
+ --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
37
+ --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
38
+ --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
39
+ --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
40
+ --pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
41
+ --pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
42
+ --pf-v6-c-table--m-compact__check--responsive--MarginBlockStart: 0.4375rem;
43
+ --pf-v6-c-table--m-compact__action--responsive--MarginBlockStart: calc(var(--pf-t--global--spacer--xs) * -1);
44
+ --pf-v6-c-table--m-compact__action--responsive--MarginBlockEnd: calc(var(--pf-t--global--spacer--xs) * -1);
45
+ --pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd: calc(var(--pf-t--global--spacer--xs) * -1);
46
+ --pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
47
+ --pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart: var(--pf-t--global--spacer--lg);
46
48
  --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
47
- --pf-v6-c-table__check--responsive--MarginLeft: var(--pf-v6-c-table__tbody--responsive--border-width--base);
48
- --pf-v6-c-table__check--responsive--MarginTop: 0.875rem;
49
- --pf-v6-c-table--m-grid__favorite--MarginTop: 0.5rem;
50
- --pf-v6-c-table--m-grid__check--favorite--MarginLeft: var(--pf-t--global--spacer--xl);
51
- --pf-v6-c-table--m-grid__action--MarginTop: 0.375rem;
52
- --pf-v6-c-table__action--responsive--MarginLeft: var(--pf-t--global--spacer--xl);
53
- --pf-v6-c-table--m-grid__favorite--action--MarginLeft: var(--pf-t--global--spacer--2xl);
54
- --pf-v6-c-table--m-grid__check--favorite--action--MarginLeft: calc(var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft) + var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft));
49
+ --pf-v6-c-table__check--responsive--MarginInlineStart: var(--pf-v6-c-table__tbody--responsive--border-width--base);
50
+ --pf-v6-c-table__check--responsive--MarginBlockStart: 0.875rem;
51
+ --pf-v6-c-table--m-grid__favorite--MarginBlockStart: 0.5rem;
52
+ --pf-v6-c-table--m-grid__check--favorite--MarginInlineStart: var(--pf-t--global--spacer--xl);
53
+ --pf-v6-c-table__action--responsive--MarginInlineStart: var(--pf-t--global--spacer--xl);
54
+ --pf-v6-c-table--m-grid__favorite--action--MarginInlineStart: var(--pf-t--global--spacer--2xl);
55
+ --pf-v6-c-table--m-grid__check--favorite--action--MarginInlineStart: calc(var(--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart) + var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart));
55
56
  --pf-v6-c-table__toggle__icon--Transition: .2s ease-in 0s;
56
57
  --pf-v6-c-table__toggle--m-expanded__icon--Rotate: 180deg;
57
58
  }
58
59
 
59
60
  .pf-m-grid.pf-v6-c-table {
60
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
61
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
62
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
63
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
64
- --pf-v6-c-table__favorite--c-button--MarginTop: auto;
65
- --pf-v6-c-table__favorite--c-button--MarginRight: auto;
66
- --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
67
- --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
61
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
62
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
63
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
64
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
65
+ --pf-v6-c-table__favorite--c-button--MarginBlockStart: auto;
66
+ --pf-v6-c-table__favorite--c-button--MarginInlineEnd: auto;
67
+ --pf-v6-c-table__favorite--c-button--MarginBlockEnd: auto;
68
+ --pf-v6-c-table__favorite--c-button--MarginInlineStart: auto;
68
69
  display: grid;
69
70
  border: none;
70
71
  }
@@ -94,27 +95,15 @@
94
95
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
95
96
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
96
97
  }
97
- .pf-m-grid.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
98
- border-block-start: 0;
98
+ .pf-m-grid.pf-v6-c-table.pf-m-expandable {
99
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
99
100
  }
100
- .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
101
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
102
- }
103
- .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
104
- .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
105
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
106
- }
107
- .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
108
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
109
- }
110
- .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
111
- border-block-end: 0;
112
- }
113
- .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
114
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
101
+ .pf-m-grid.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
102
+ .pf-m-grid.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
103
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
115
104
  }
116
105
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
117
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
106
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
118
107
  --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
119
108
  }
120
109
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
@@ -123,34 +112,34 @@
123
112
  height: auto;
124
113
  grid-auto-columns: max-content;
125
114
  grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
126
- padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
127
- padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
128
- padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
129
- padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
115
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingBlockStart);
116
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingInlineEnd);
117
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
118
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
130
119
  }
131
120
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
132
- padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
133
- padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
134
- padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
135
- padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
121
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
122
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
123
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
124
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
136
125
  }
137
126
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
138
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
127
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
139
128
  }
140
129
  .pf-m-grid.pf-v6-c-table.pf-m-compact {
141
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
142
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
143
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
144
- --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
145
- --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
146
- --pf-v6-c-table__check--input--MarginTop: 0;
130
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart);
131
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd);
132
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart);
133
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockEnd);
134
+ --pf-v6-c-table__check--responsive--MarginBlockStart: var(--pf-v6-c-table--m-compact__check--responsive--MarginBlockStart);
135
+ --pf-v6-c-table__check--input--MarginBlockStart: 0;
147
136
  }
148
137
  .pf-m-grid.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
149
- margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
150
- margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
138
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
139
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
151
140
  }
152
141
  .pf-m-grid.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
153
- margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
142
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd);
154
143
  }
155
144
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__icon > * {
156
145
  text-align: start;
@@ -166,30 +155,28 @@
166
155
  grid-column: 2;
167
156
  }
168
157
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
158
+ position: revert;
169
159
  font-weight: bold;
170
160
  text-align: start;
171
161
  content: attr(data-label);
172
162
  }
173
163
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
174
- --pf-v6-c-table--cell--PaddingLeft: 0;
164
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
175
165
  }
176
166
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
177
- --pf-v6-c-table--cell--PaddingRight: 0;
167
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
178
168
  }
179
169
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table {
180
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
181
- --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
182
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
183
- --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
170
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockStart);
171
+ --pf-v6-c-table__tr--responsive--PaddingInlineEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineEnd);
172
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockEnd);
173
+ --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
184
174
  border: 0;
185
175
  }
186
- .pf-m-grid.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
187
- --pf-v6-c-table__tr--responsive--PaddingTop: 0;
188
- }
189
176
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
190
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
191
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
192
- --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
177
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
178
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
179
+ --pf-v6-c-table__compound-expansion-toggle__button--after--InsetBlockStart: 100%;
193
180
  }
194
181
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
195
182
  position: relative;
@@ -201,27 +188,27 @@
201
188
  inset-inline-start: 0;
202
189
  content: "";
203
190
  border: 0;
204
- border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
191
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderInlineStartWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
205
192
  }
206
193
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
207
- --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
194
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
208
195
  }
209
196
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
210
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
197
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
211
198
  }
212
199
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
213
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
200
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
214
201
  position: static;
215
202
  width: auto;
216
203
  background-color: transparent;
217
204
  }
218
205
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row {
219
- --pf-v6-c-table--cell--responsive--PaddingTop: 0;
220
- --pf-v6-c-table--cell--responsive--PaddingRight: 0;
221
- --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
222
- --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
223
- --pf-v6-c-table--cell--PaddingRight: 0;
224
- --pf-v6-c-table--cell--PaddingLeft: 0;
206
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
207
+ --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
208
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
209
+ --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
210
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
211
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
225
212
  display: block;
226
213
  max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
227
214
  overflow-y: auto;
@@ -245,12 +232,12 @@
245
232
  display: none;
246
233
  }
247
234
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
248
- padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
249
- padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
235
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
236
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
250
237
  }
251
238
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
252
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
253
- --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
239
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
240
+ --pf-v6-c-table__tbody--after--BorderInlineStartColor: transparent;
254
241
  }
255
242
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
256
243
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
@@ -262,16 +249,16 @@
262
249
  inset-block-start: 0;
263
250
  inset-block-end: 0;
264
251
  inset-inline-start: 0;
265
- width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
266
- background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
252
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth);
253
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartColor);
267
254
  }
268
255
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
269
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
270
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
256
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartWidth);
257
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartColor);
271
258
  }
272
259
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
273
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
274
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
260
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartWidth);
261
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartColor);
275
262
  }
276
263
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
277
264
  content: "";
@@ -279,8 +266,8 @@
279
266
  inset-block-start: 0;
280
267
  inset-block-end: 0;
281
268
  inset-inline-start: 0;
282
- width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
283
- background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
269
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
270
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
284
271
  }
285
272
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
286
273
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
@@ -299,10 +286,10 @@
299
286
  content: none;
300
287
  }
301
288
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__button {
302
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
303
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
304
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
305
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
289
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
290
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
291
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
292
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
306
293
  }
307
294
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check,
308
295
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__favorite,
@@ -311,34 +298,33 @@
311
298
  grid-column-start: 2;
312
299
  }
313
300
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check {
314
- margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
315
- margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
301
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginBlockStart);
302
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginInlineStart);
316
303
  line-height: 1;
317
304
  }
318
305
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
319
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
306
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart);
320
307
  }
321
308
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
322
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
309
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginInlineStart);
323
310
  }
324
311
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
325
- margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
312
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginInlineStart);
326
313
  }
327
314
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__check label {
328
315
  display: inline-block;
329
316
  margin: 0;
330
317
  }
331
318
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__favorite {
332
- margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
319
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginBlockStart);
333
320
  }
334
321
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
335
- margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
322
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
336
323
  }
337
324
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
338
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
339
325
  text-align: end;
340
326
  }
341
- @media screen and (max-width: 576px) {
327
+ @media screen and (max-width: 36rem) {
342
328
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
343
329
  grid-row-start: 1;
344
330
  grid-column-start: 2;
@@ -369,16 +355,16 @@
369
355
  --pf-v6-c-table--cell--Width: auto;
370
356
  }
371
357
 
372
- @media screen and (max-width: 768px) {
358
+ @media screen and (max-width: 48rem) {
373
359
  .pf-m-grid-md.pf-v6-c-table {
374
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
375
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
376
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
377
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
378
- --pf-v6-c-table__favorite--c-button--MarginTop: auto;
379
- --pf-v6-c-table__favorite--c-button--MarginRight: auto;
380
- --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
381
- --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
360
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
361
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
362
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
363
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
364
+ --pf-v6-c-table__favorite--c-button--MarginBlockStart: auto;
365
+ --pf-v6-c-table__favorite--c-button--MarginInlineEnd: auto;
366
+ --pf-v6-c-table__favorite--c-button--MarginBlockEnd: auto;
367
+ --pf-v6-c-table__favorite--c-button--MarginInlineStart: auto;
382
368
  display: grid;
383
369
  border: none;
384
370
  }
@@ -408,27 +394,15 @@
408
394
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
409
395
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
410
396
  }
411
- .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
412
- border-block-start: 0;
413
- }
414
- .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
415
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
416
- }
417
- .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
418
- .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
419
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
420
- }
421
- .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
422
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
397
+ .pf-m-grid-md.pf-v6-c-table.pf-m-expandable {
398
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
423
399
  }
424
- .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
425
- border-block-end: 0;
426
- }
427
- .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
428
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
400
+ .pf-m-grid-md.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
401
+ .pf-m-grid-md.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
402
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
429
403
  }
430
404
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
431
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
405
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
432
406
  --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
433
407
  }
434
408
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
@@ -437,34 +411,34 @@
437
411
  height: auto;
438
412
  grid-auto-columns: max-content;
439
413
  grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
440
- padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
441
- padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
442
- padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
443
- padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
414
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingBlockStart);
415
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingInlineEnd);
416
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
417
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
444
418
  }
445
419
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
446
- padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
447
- padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
448
- padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
449
- padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
420
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
421
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
422
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
423
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
450
424
  }
451
425
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
452
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
426
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
453
427
  }
454
428
  .pf-m-grid-md.pf-v6-c-table.pf-m-compact {
455
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
456
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
457
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
458
- --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
459
- --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
460
- --pf-v6-c-table__check--input--MarginTop: 0;
429
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart);
430
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd);
431
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart);
432
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockEnd);
433
+ --pf-v6-c-table__check--responsive--MarginBlockStart: var(--pf-v6-c-table--m-compact__check--responsive--MarginBlockStart);
434
+ --pf-v6-c-table__check--input--MarginBlockStart: 0;
461
435
  }
462
436
  .pf-m-grid-md.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
463
- margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
464
- margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
437
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
438
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
465
439
  }
466
440
  .pf-m-grid-md.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
467
- margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
441
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd);
468
442
  }
469
443
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__icon > * {
470
444
  text-align: start;
@@ -480,30 +454,28 @@
480
454
  grid-column: 2;
481
455
  }
482
456
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
457
+ position: revert;
483
458
  font-weight: bold;
484
459
  text-align: start;
485
460
  content: attr(data-label);
486
461
  }
487
462
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
488
- --pf-v6-c-table--cell--PaddingLeft: 0;
463
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
489
464
  }
490
465
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
491
- --pf-v6-c-table--cell--PaddingRight: 0;
466
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
492
467
  }
493
468
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table {
494
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
495
- --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
496
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
497
- --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
469
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockStart);
470
+ --pf-v6-c-table__tr--responsive--PaddingInlineEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineEnd);
471
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockEnd);
472
+ --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
498
473
  border: 0;
499
474
  }
500
- .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
501
- --pf-v6-c-table__tr--responsive--PaddingTop: 0;
502
- }
503
475
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
504
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
505
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
506
- --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
476
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
477
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
478
+ --pf-v6-c-table__compound-expansion-toggle__button--after--InsetBlockStart: 100%;
507
479
  }
508
480
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
509
481
  position: relative;
@@ -515,27 +487,27 @@
515
487
  inset-inline-start: 0;
516
488
  content: "";
517
489
  border: 0;
518
- border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
490
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderInlineStartWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
519
491
  }
520
492
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
521
- --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
493
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
522
494
  }
523
495
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
524
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
496
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
525
497
  }
526
498
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
527
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
499
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
528
500
  position: static;
529
501
  width: auto;
530
502
  background-color: transparent;
531
503
  }
532
504
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row {
533
- --pf-v6-c-table--cell--responsive--PaddingTop: 0;
534
- --pf-v6-c-table--cell--responsive--PaddingRight: 0;
535
- --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
536
- --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
537
- --pf-v6-c-table--cell--PaddingRight: 0;
538
- --pf-v6-c-table--cell--PaddingLeft: 0;
505
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
506
+ --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
507
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
508
+ --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
509
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
510
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
539
511
  display: block;
540
512
  max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
541
513
  overflow-y: auto;
@@ -559,12 +531,12 @@
559
531
  display: none;
560
532
  }
561
533
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
562
- padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
563
- padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
534
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
535
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
564
536
  }
565
537
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
566
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
567
- --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
538
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
539
+ --pf-v6-c-table__tbody--after--BorderInlineStartColor: transparent;
568
540
  }
569
541
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
570
542
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
@@ -576,16 +548,16 @@
576
548
  inset-block-start: 0;
577
549
  inset-block-end: 0;
578
550
  inset-inline-start: 0;
579
- width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
580
- background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
551
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth);
552
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartColor);
581
553
  }
582
554
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
583
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
584
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
555
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartWidth);
556
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartColor);
585
557
  }
586
558
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
587
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
588
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
559
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartWidth);
560
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartColor);
589
561
  }
590
562
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
591
563
  content: "";
@@ -593,8 +565,8 @@
593
565
  inset-block-start: 0;
594
566
  inset-block-end: 0;
595
567
  inset-inline-start: 0;
596
- width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
597
- background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
568
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
569
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
598
570
  }
599
571
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
600
572
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
@@ -613,10 +585,10 @@
613
585
  content: none;
614
586
  }
615
587
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__button {
616
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
617
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
618
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
619
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
588
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
589
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
590
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
591
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
620
592
  }
621
593
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check,
622
594
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__favorite,
@@ -625,42 +597,41 @@
625
597
  grid-column-start: 2;
626
598
  }
627
599
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check {
628
- margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
629
- margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
600
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginBlockStart);
601
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginInlineStart);
630
602
  line-height: 1;
631
603
  }
632
604
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
633
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
605
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart);
634
606
  }
635
607
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
636
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
608
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginInlineStart);
637
609
  }
638
610
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
639
- margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
611
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginInlineStart);
640
612
  }
641
613
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__check label {
642
614
  display: inline-block;
643
615
  margin: 0;
644
616
  }
645
617
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__favorite {
646
- margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
618
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginBlockStart);
647
619
  }
648
620
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
649
- margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
621
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
650
622
  }
651
623
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
652
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
653
624
  text-align: end;
654
625
  }
655
626
  }
656
- @media screen and (max-width: 768px) and (max-width: 576px) {
627
+ @media screen and (max-width: 48rem) and (max-width: 36rem) {
657
628
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
658
629
  grid-row-start: 1;
659
630
  grid-column-start: 2;
660
631
  margin-inline-start: 0;
661
632
  }
662
633
  }
663
- @media screen and (max-width: 768px) {
634
+ @media screen and (max-width: 48rem) {
664
635
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
665
636
  grid-column: 2;
666
637
  grid-row: 2;
@@ -686,16 +657,16 @@
686
657
  }
687
658
  }
688
659
 
689
- @media screen and (max-width: 992px) {
660
+ @media screen and (max-width: 62rem) {
690
661
  .pf-m-grid-lg.pf-v6-c-table {
691
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
692
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
693
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
694
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
695
- --pf-v6-c-table__favorite--c-button--MarginTop: auto;
696
- --pf-v6-c-table__favorite--c-button--MarginRight: auto;
697
- --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
698
- --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
662
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
663
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
664
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
665
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
666
+ --pf-v6-c-table__favorite--c-button--MarginBlockStart: auto;
667
+ --pf-v6-c-table__favorite--c-button--MarginInlineEnd: auto;
668
+ --pf-v6-c-table__favorite--c-button--MarginBlockEnd: auto;
669
+ --pf-v6-c-table__favorite--c-button--MarginInlineStart: auto;
699
670
  display: grid;
700
671
  border: none;
701
672
  }
@@ -725,27 +696,15 @@
725
696
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
726
697
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
727
698
  }
728
- .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
729
- border-block-start: 0;
699
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-expandable {
700
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
730
701
  }
731
- .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
732
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
733
- }
734
- .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
735
- .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
736
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
737
- }
738
- .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
739
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
740
- }
741
- .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
742
- border-block-end: 0;
743
- }
744
- .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
745
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
702
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
703
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
704
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
746
705
  }
747
706
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
748
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
707
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
749
708
  --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
750
709
  }
751
710
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
@@ -754,34 +713,34 @@
754
713
  height: auto;
755
714
  grid-auto-columns: max-content;
756
715
  grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
757
- padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
758
- padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
759
- padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
760
- padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
716
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingBlockStart);
717
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingInlineEnd);
718
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
719
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
761
720
  }
762
721
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
763
- padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
764
- padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
765
- padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
766
- padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
722
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
723
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
724
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
725
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
767
726
  }
768
727
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
769
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
728
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
770
729
  }
771
730
  .pf-m-grid-lg.pf-v6-c-table.pf-m-compact {
772
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
773
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
774
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
775
- --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
776
- --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
777
- --pf-v6-c-table__check--input--MarginTop: 0;
731
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart);
732
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd);
733
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart);
734
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockEnd);
735
+ --pf-v6-c-table__check--responsive--MarginBlockStart: var(--pf-v6-c-table--m-compact__check--responsive--MarginBlockStart);
736
+ --pf-v6-c-table__check--input--MarginBlockStart: 0;
778
737
  }
779
738
  .pf-m-grid-lg.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
780
- margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
781
- margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
739
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
740
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
782
741
  }
783
742
  .pf-m-grid-lg.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
784
- margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
743
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd);
785
744
  }
786
745
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__icon > * {
787
746
  text-align: start;
@@ -797,30 +756,28 @@
797
756
  grid-column: 2;
798
757
  }
799
758
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
759
+ position: revert;
800
760
  font-weight: bold;
801
761
  text-align: start;
802
762
  content: attr(data-label);
803
763
  }
804
764
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
805
- --pf-v6-c-table--cell--PaddingLeft: 0;
765
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
806
766
  }
807
767
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
808
- --pf-v6-c-table--cell--PaddingRight: 0;
768
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
809
769
  }
810
770
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table {
811
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
812
- --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
813
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
814
- --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
771
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockStart);
772
+ --pf-v6-c-table__tr--responsive--PaddingInlineEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineEnd);
773
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockEnd);
774
+ --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
815
775
  border: 0;
816
776
  }
817
- .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
818
- --pf-v6-c-table__tr--responsive--PaddingTop: 0;
819
- }
820
777
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
821
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
822
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
823
- --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
778
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
779
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
780
+ --pf-v6-c-table__compound-expansion-toggle__button--after--InsetBlockStart: 100%;
824
781
  }
825
782
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
826
783
  position: relative;
@@ -832,27 +789,27 @@
832
789
  inset-inline-start: 0;
833
790
  content: "";
834
791
  border: 0;
835
- border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
792
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderInlineStartWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
836
793
  }
837
794
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
838
- --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
795
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
839
796
  }
840
797
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
841
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
798
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
842
799
  }
843
800
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
844
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
801
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
845
802
  position: static;
846
803
  width: auto;
847
804
  background-color: transparent;
848
805
  }
849
806
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row {
850
- --pf-v6-c-table--cell--responsive--PaddingTop: 0;
851
- --pf-v6-c-table--cell--responsive--PaddingRight: 0;
852
- --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
853
- --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
854
- --pf-v6-c-table--cell--PaddingRight: 0;
855
- --pf-v6-c-table--cell--PaddingLeft: 0;
807
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
808
+ --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
809
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
810
+ --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
811
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
812
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
856
813
  display: block;
857
814
  max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
858
815
  overflow-y: auto;
@@ -876,12 +833,12 @@
876
833
  display: none;
877
834
  }
878
835
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
879
- padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
880
- padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
836
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
837
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
881
838
  }
882
839
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
883
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
884
- --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
840
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
841
+ --pf-v6-c-table__tbody--after--BorderInlineStartColor: transparent;
885
842
  }
886
843
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
887
844
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
@@ -893,16 +850,16 @@
893
850
  inset-block-start: 0;
894
851
  inset-block-end: 0;
895
852
  inset-inline-start: 0;
896
- width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
897
- background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
853
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth);
854
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartColor);
898
855
  }
899
856
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
900
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
901
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
857
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartWidth);
858
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartColor);
902
859
  }
903
860
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
904
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
905
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
861
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartWidth);
862
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartColor);
906
863
  }
907
864
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
908
865
  content: "";
@@ -910,8 +867,8 @@
910
867
  inset-block-start: 0;
911
868
  inset-block-end: 0;
912
869
  inset-inline-start: 0;
913
- width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
914
- background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
870
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
871
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
915
872
  }
916
873
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
917
874
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
@@ -930,10 +887,10 @@
930
887
  content: none;
931
888
  }
932
889
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__button {
933
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
934
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
935
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
936
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
890
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
891
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
892
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
893
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
937
894
  }
938
895
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check,
939
896
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__favorite,
@@ -942,42 +899,41 @@
942
899
  grid-column-start: 2;
943
900
  }
944
901
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check {
945
- margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
946
- margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
902
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginBlockStart);
903
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginInlineStart);
947
904
  line-height: 1;
948
905
  }
949
906
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
950
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
907
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart);
951
908
  }
952
909
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
953
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
910
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginInlineStart);
954
911
  }
955
912
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
956
- margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
913
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginInlineStart);
957
914
  }
958
915
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__check label {
959
916
  display: inline-block;
960
917
  margin: 0;
961
918
  }
962
919
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__favorite {
963
- margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
920
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginBlockStart);
964
921
  }
965
922
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
966
- margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
923
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
967
924
  }
968
925
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
969
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
970
926
  text-align: end;
971
927
  }
972
928
  }
973
- @media screen and (max-width: 992px) and (max-width: 576px) {
929
+ @media screen and (max-width: 62rem) and (max-width: 36rem) {
974
930
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
975
931
  grid-row-start: 1;
976
932
  grid-column-start: 2;
977
933
  margin-inline-start: 0;
978
934
  }
979
935
  }
980
- @media screen and (max-width: 992px) {
936
+ @media screen and (max-width: 62rem) {
981
937
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
982
938
  grid-column: 2;
983
939
  grid-row: 2;
@@ -1003,16 +959,16 @@
1003
959
  }
1004
960
  }
1005
961
 
1006
- @media screen and (max-width: 1200px) {
962
+ @media screen and (max-width: 75rem) {
1007
963
  .pf-m-grid-xl.pf-v6-c-table {
1008
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
1009
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
1010
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
1011
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
1012
- --pf-v6-c-table__favorite--c-button--MarginTop: auto;
1013
- --pf-v6-c-table__favorite--c-button--MarginRight: auto;
1014
- --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
1015
- --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
964
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
965
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
966
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
967
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
968
+ --pf-v6-c-table__favorite--c-button--MarginBlockStart: auto;
969
+ --pf-v6-c-table__favorite--c-button--MarginInlineEnd: auto;
970
+ --pf-v6-c-table__favorite--c-button--MarginBlockEnd: auto;
971
+ --pf-v6-c-table__favorite--c-button--MarginInlineStart: auto;
1016
972
  display: grid;
1017
973
  border: none;
1018
974
  }
@@ -1042,27 +998,15 @@
1042
998
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
1043
999
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1044
1000
  }
1045
- .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
1046
- border-block-start: 0;
1047
- }
1048
- .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1049
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1050
- }
1051
- .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
1052
- .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
1053
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
1054
- }
1055
- .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1056
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
1057
- }
1058
- .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1059
- border-block-end: 0;
1001
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-expandable {
1002
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
1060
1003
  }
1061
- .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
1062
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1004
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
1005
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
1006
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
1063
1007
  }
1064
1008
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
1065
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
1009
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
1066
1010
  --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
1067
1011
  }
1068
1012
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
@@ -1071,34 +1015,34 @@
1071
1015
  height: auto;
1072
1016
  grid-auto-columns: max-content;
1073
1017
  grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
1074
- padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
1075
- padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
1076
- padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
1077
- padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
1018
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingBlockStart);
1019
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingInlineEnd);
1020
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
1021
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
1078
1022
  }
1079
1023
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
1080
- padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
1081
- padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
1082
- padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
1083
- padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
1024
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
1025
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
1026
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
1027
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
1084
1028
  }
1085
1029
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
1086
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
1030
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
1087
1031
  }
1088
1032
  .pf-m-grid-xl.pf-v6-c-table.pf-m-compact {
1089
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
1090
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
1091
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
1092
- --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
1093
- --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
1094
- --pf-v6-c-table__check--input--MarginTop: 0;
1033
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart);
1034
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd);
1035
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart);
1036
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockEnd);
1037
+ --pf-v6-c-table__check--responsive--MarginBlockStart: var(--pf-v6-c-table--m-compact__check--responsive--MarginBlockStart);
1038
+ --pf-v6-c-table__check--input--MarginBlockStart: 0;
1095
1039
  }
1096
1040
  .pf-m-grid-xl.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
1097
- margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
1098
- margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
1041
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
1042
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
1099
1043
  }
1100
1044
  .pf-m-grid-xl.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
1101
- margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
1045
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd);
1102
1046
  }
1103
1047
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__icon > * {
1104
1048
  text-align: start;
@@ -1114,30 +1058,28 @@
1114
1058
  grid-column: 2;
1115
1059
  }
1116
1060
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1061
+ position: revert;
1117
1062
  font-weight: bold;
1118
1063
  text-align: start;
1119
1064
  content: attr(data-label);
1120
1065
  }
1121
1066
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
1122
- --pf-v6-c-table--cell--PaddingLeft: 0;
1067
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
1123
1068
  }
1124
1069
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
1125
- --pf-v6-c-table--cell--PaddingRight: 0;
1070
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
1126
1071
  }
1127
1072
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table {
1128
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
1129
- --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
1130
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
1131
- --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
1073
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockStart);
1074
+ --pf-v6-c-table__tr--responsive--PaddingInlineEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineEnd);
1075
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockEnd);
1076
+ --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
1132
1077
  border: 0;
1133
1078
  }
1134
- .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1135
- --pf-v6-c-table__tr--responsive--PaddingTop: 0;
1136
- }
1137
1079
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
1138
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
1139
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
1140
- --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
1080
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
1081
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
1082
+ --pf-v6-c-table__compound-expansion-toggle__button--after--InsetBlockStart: 100%;
1141
1083
  }
1142
1084
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
1143
1085
  position: relative;
@@ -1149,27 +1091,27 @@
1149
1091
  inset-inline-start: 0;
1150
1092
  content: "";
1151
1093
  border: 0;
1152
- border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
1094
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderInlineStartWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
1153
1095
  }
1154
1096
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1155
- --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
1097
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
1156
1098
  }
1157
1099
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
1158
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
1100
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
1159
1101
  }
1160
1102
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
1161
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
1103
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
1162
1104
  position: static;
1163
1105
  width: auto;
1164
1106
  background-color: transparent;
1165
1107
  }
1166
1108
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row {
1167
- --pf-v6-c-table--cell--responsive--PaddingTop: 0;
1168
- --pf-v6-c-table--cell--responsive--PaddingRight: 0;
1169
- --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
1170
- --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
1171
- --pf-v6-c-table--cell--PaddingRight: 0;
1172
- --pf-v6-c-table--cell--PaddingLeft: 0;
1109
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
1110
+ --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
1111
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
1112
+ --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
1113
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
1114
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
1173
1115
  display: block;
1174
1116
  max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
1175
1117
  overflow-y: auto;
@@ -1193,12 +1135,12 @@
1193
1135
  display: none;
1194
1136
  }
1195
1137
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
1196
- padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
1197
- padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
1138
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
1139
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
1198
1140
  }
1199
1141
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
1200
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
1201
- --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
1142
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
1143
+ --pf-v6-c-table__tbody--after--BorderInlineStartColor: transparent;
1202
1144
  }
1203
1145
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
1204
1146
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
@@ -1210,16 +1152,16 @@
1210
1152
  inset-block-start: 0;
1211
1153
  inset-block-end: 0;
1212
1154
  inset-inline-start: 0;
1213
- width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
1214
- background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
1155
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth);
1156
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartColor);
1215
1157
  }
1216
1158
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
1217
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
1218
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
1159
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartWidth);
1160
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartColor);
1219
1161
  }
1220
1162
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
1221
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
1222
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
1163
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartWidth);
1164
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartColor);
1223
1165
  }
1224
1166
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
1225
1167
  content: "";
@@ -1227,8 +1169,8 @@
1227
1169
  inset-block-start: 0;
1228
1170
  inset-block-end: 0;
1229
1171
  inset-inline-start: 0;
1230
- width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
1231
- background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
1172
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
1173
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
1232
1174
  }
1233
1175
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
1234
1176
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
@@ -1247,10 +1189,10 @@
1247
1189
  content: none;
1248
1190
  }
1249
1191
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__button {
1250
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
1251
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
1252
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
1253
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
1192
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
1193
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
1194
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
1195
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
1254
1196
  }
1255
1197
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check,
1256
1198
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__favorite,
@@ -1259,42 +1201,41 @@
1259
1201
  grid-column-start: 2;
1260
1202
  }
1261
1203
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check {
1262
- margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
1263
- margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
1204
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginBlockStart);
1205
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginInlineStart);
1264
1206
  line-height: 1;
1265
1207
  }
1266
1208
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
1267
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
1209
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart);
1268
1210
  }
1269
1211
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
1270
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
1212
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginInlineStart);
1271
1213
  }
1272
1214
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
1273
- margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
1215
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginInlineStart);
1274
1216
  }
1275
1217
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__check label {
1276
1218
  display: inline-block;
1277
1219
  margin: 0;
1278
1220
  }
1279
1221
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__favorite {
1280
- margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
1222
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginBlockStart);
1281
1223
  }
1282
1224
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
1283
- margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
1225
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
1284
1226
  }
1285
1227
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
1286
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
1287
1228
  text-align: end;
1288
1229
  }
1289
1230
  }
1290
- @media screen and (max-width: 1200px) and (max-width: 576px) {
1231
+ @media screen and (max-width: 75rem) and (max-width: 36rem) {
1291
1232
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
1292
1233
  grid-row-start: 1;
1293
1234
  grid-column-start: 2;
1294
1235
  margin-inline-start: 0;
1295
1236
  }
1296
1237
  }
1297
- @media screen and (max-width: 1200px) {
1238
+ @media screen and (max-width: 75rem) {
1298
1239
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
1299
1240
  grid-column: 2;
1300
1241
  grid-row: 2;
@@ -1320,16 +1261,16 @@
1320
1261
  }
1321
1262
  }
1322
1263
 
1323
- @media screen and (max-width: 1450px) {
1264
+ @media screen and (max-width: 90.625rem) {
1324
1265
  .pf-m-grid-2xl.pf-v6-c-table {
1325
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
1326
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
1327
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
1328
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
1329
- --pf-v6-c-table__favorite--c-button--MarginTop: auto;
1330
- --pf-v6-c-table__favorite--c-button--MarginRight: auto;
1331
- --pf-v6-c-table__favorite--c-button--MarginBottom: auto;
1332
- --pf-v6-c-table__favorite--c-button--MarginLeft: auto;
1266
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
1267
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
1268
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
1269
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
1270
+ --pf-v6-c-table__favorite--c-button--MarginBlockStart: auto;
1271
+ --pf-v6-c-table__favorite--c-button--MarginInlineEnd: auto;
1272
+ --pf-v6-c-table__favorite--c-button--MarginBlockEnd: auto;
1273
+ --pf-v6-c-table__favorite--c-button--MarginInlineStart: auto;
1333
1274
  display: grid;
1334
1275
  border: none;
1335
1276
  }
@@ -1359,27 +1300,15 @@
1359
1300
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
1360
1301
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1361
1302
  }
1362
- .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
1363
- border-block-start: 0;
1364
- }
1365
- .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1366
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1367
- }
1368
- .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
1369
- .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
1370
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBottomWidth);
1303
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable {
1304
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
1371
1305
  }
1372
- .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1373
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
1374
- }
1375
- .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1376
- border-block-end: 0;
1377
- }
1378
- .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
1379
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1306
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
1307
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
1308
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
1380
1309
  }
1381
1310
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
1382
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
1311
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
1383
1312
  --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
1384
1313
  }
1385
1314
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
@@ -1388,34 +1317,34 @@
1388
1317
  height: auto;
1389
1318
  grid-auto-columns: max-content;
1390
1319
  grid-column-gap: var(--pf-v6-c-table__tr--responsive--GridColumnGap);
1391
- padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingTop);
1392
- padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingRight);
1393
- padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBottom);
1394
- padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingLeft);
1320
+ padding-block-start: var(--pf-v6-c-table__tr--responsive--PaddingBlockStart);
1321
+ padding-inline-end: var(--pf-v6-c-table__tr--responsive--PaddingInlineEnd);
1322
+ padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
1323
+ padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
1395
1324
  }
1396
1325
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
1397
- padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingTop);
1398
- padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingRight);
1399
- padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBottom);
1400
- padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingLeft);
1326
+ padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
1327
+ padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
1328
+ padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
1329
+ padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
1401
1330
  }
1402
1331
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
1403
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--cell--first-child--responsive--PaddingTop);
1332
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
1404
1333
  }
1405
1334
  .pf-m-grid-2xl.pf-v6-c-table.pf-m-compact {
1406
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingTop);
1407
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBottom);
1408
- --pf-v6-c-table--cell--responsive--PaddingTop: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingTop);
1409
- --pf-v6-c-table--cell--responsive--PaddingBottom: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBottom);
1410
- --pf-v6-c-table__check--responsive--MarginTop: var(--pf-v6-c-table--m-compact__check--responsive--MarginTop);
1411
- --pf-v6-c-table__check--input--MarginTop: 0;
1335
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart);
1336
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd);
1337
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart);
1338
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockEnd);
1339
+ --pf-v6-c-table__check--responsive--MarginBlockStart: var(--pf-v6-c-table--m-compact__check--responsive--MarginBlockStart);
1340
+ --pf-v6-c-table__check--input--MarginBlockStart: 0;
1412
1341
  }
1413
1342
  .pf-m-grid-2xl.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action {
1414
- margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
1415
- margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginTop);
1343
+ margin-block-start: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
1344
+ margin-block-end: var(--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart);
1416
1345
  }
1417
1346
  .pf-m-grid-2xl.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle .pf-v6-c-button {
1418
- margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
1347
+ margin-block-end: var(--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd);
1419
1348
  }
1420
1349
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__icon > * {
1421
1350
  text-align: start;
@@ -1431,30 +1360,28 @@
1431
1360
  grid-column: 2;
1432
1361
  }
1433
1362
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1363
+ position: revert;
1434
1364
  font-weight: bold;
1435
1365
  text-align: start;
1436
1366
  content: attr(data-label);
1437
1367
  }
1438
1368
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
1439
- --pf-v6-c-table--cell--PaddingLeft: 0;
1369
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
1440
1370
  }
1441
1371
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
1442
- --pf-v6-c-table--cell--PaddingRight: 0;
1372
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
1443
1373
  }
1444
1374
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table {
1445
- --pf-v6-c-table__tr--responsive--PaddingTop: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingTop);
1446
- --pf-v6-c-table__tr--responsive--PaddingRight: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingRight);
1447
- --pf-v6-c-table__tr--responsive--PaddingBottom: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBottom);
1448
- --pf-v6-c-table__tr--responsive--PaddingLeft: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingLeft);
1375
+ --pf-v6-c-table__tr--responsive--PaddingBlockStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockStart);
1376
+ --pf-v6-c-table__tr--responsive--PaddingInlineEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineEnd);
1377
+ --pf-v6-c-table__tr--responsive--PaddingBlockEnd: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingBlockEnd);
1378
+ --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
1449
1379
  border: 0;
1450
1380
  }
1451
- .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1452
- --pf-v6-c-table__tr--responsive--PaddingTop: 0;
1453
- }
1454
1381
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
1455
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
1456
- --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
1457
- --pf-v6-c-table__compound-expansion-toggle__button--after--Top: 100%;
1382
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
1383
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
1384
+ --pf-v6-c-table__compound-expansion-toggle__button--after--InsetBlockStart: 100%;
1458
1385
  }
1459
1386
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
1460
1387
  position: relative;
@@ -1466,27 +1393,27 @@
1466
1393
  inset-inline-start: 0;
1467
1394
  content: "";
1468
1395
  border: 0;
1469
- border-inline-start: var(--pf-v6-c-table__tbody--after--BorderLeftWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
1396
+ border-inline-start: var(--pf-v6-c-table__tbody--after--BorderInlineStartWidth) solid var(--pf-v6-c-table__tbody--after--BorderColor);
1470
1397
  }
1471
1398
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1472
- --pf-v6-c-table__tbody--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
1399
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--after--border-width--base);
1473
1400
  }
1474
1401
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tbody:where(.pf-v6-c-table__tbody) {
1475
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
1402
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
1476
1403
  }
1477
1404
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child:not(.pf-v6-c-table__check)::after {
1478
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
1405
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
1479
1406
  position: static;
1480
1407
  width: auto;
1481
1408
  background-color: transparent;
1482
1409
  }
1483
1410
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row {
1484
- --pf-v6-c-table--cell--responsive--PaddingTop: 0;
1485
- --pf-v6-c-table--cell--responsive--PaddingRight: 0;
1486
- --pf-v6-c-table--cell--responsive--PaddingBottom: 0;
1487
- --pf-v6-c-table--cell--responsive--PaddingLeft: 0;
1488
- --pf-v6-c-table--cell--PaddingRight: 0;
1489
- --pf-v6-c-table--cell--PaddingLeft: 0;
1411
+ --pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
1412
+ --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
1413
+ --pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
1414
+ --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
1415
+ --pf-v6-c-table--cell--PaddingInlineEnd: 0;
1416
+ --pf-v6-c-table--cell--PaddingInlineStart: 0;
1490
1417
  display: block;
1491
1418
  max-height: var(--pf-v6-c-table__expandable-row--MaxHeight);
1492
1419
  overflow-y: auto;
@@ -1510,12 +1437,12 @@
1510
1437
  display: none;
1511
1438
  }
1512
1439
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
1513
- padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingRight);
1514
- padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingLeft);
1440
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
1441
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
1515
1442
  }
1516
1443
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable {
1517
- --pf-v6-c-table__tbody--after--BorderLeftWidth: 0;
1518
- --pf-v6-c-table__tbody--after--BorderLeftColor: transparent;
1444
+ --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
1445
+ --pf-v6-c-table__tbody--after--BorderInlineStartColor: transparent;
1519
1446
  }
1520
1447
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable,
1521
1448
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable > tr:where(.pf-v6-c-table__tr) {
@@ -1527,16 +1454,16 @@
1527
1454
  inset-block-start: 0;
1528
1455
  inset-block-end: 0;
1529
1456
  inset-inline-start: 0;
1530
- width: var(--pf-v6-c-table__tbody--after__tr--BorderLeftWidth);
1531
- background-color: var(--pf-v6-c-table__tbody--after__tr--BorderLeftColor);
1457
+ width: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth);
1458
+ background-color: var(--pf-v6-c-table__tbody--after__tr--BorderInlineStartColor);
1532
1459
  }
1533
1460
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-expanded {
1534
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftWidth);
1535
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderLeftColor);
1461
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartWidth);
1462
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-expanded--after__tr--BorderInlineStartColor);
1536
1463
  }
1537
1464
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-hoverable.pf-m-selected {
1538
- --pf-v6-c-table__tbody--after__tr--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftWidth);
1539
- --pf-v6-c-table__tbody--after__tr--BorderLeftColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderLeftColor);
1465
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartWidth: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartWidth);
1466
+ --pf-v6-c-table__tbody--after__tr--BorderInlineStartColor: var(--pf-v6-c-table__tbody--m-selected--after__tr--BorderInlineStartColor);
1540
1467
  }
1541
1468
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected::after {
1542
1469
  content: "";
@@ -1544,8 +1471,8 @@
1544
1471
  inset-block-start: 0;
1545
1472
  inset-block-end: 0;
1546
1473
  inset-inline-start: 0;
1547
- width: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
1548
- background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
1474
+ width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
1475
+ background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
1549
1476
  }
1550
1477
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
1551
1478
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
@@ -1564,10 +1491,10 @@
1564
1491
  content: none;
1565
1492
  }
1566
1493
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__button {
1567
- --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-grid--cell--PaddingTop);
1568
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--m-grid--cell--PaddingRight);
1569
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-grid--cell--PaddingBottom);
1570
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--m-grid--cell--PaddingLeft);
1494
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
1495
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
1496
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-grid--cell--PaddingBlockEnd);
1497
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--m-grid--cell--PaddingInlineStart);
1571
1498
  }
1572
1499
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check,
1573
1500
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__favorite,
@@ -1576,42 +1503,41 @@
1576
1503
  grid-column-start: 2;
1577
1504
  }
1578
1505
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check {
1579
- margin-block-start: var(--pf-v6-c-table__check--responsive--MarginTop);
1580
- margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginLeft);
1506
+ margin-block-start: var(--pf-v6-c-table__check--responsive--MarginBlockStart);
1507
+ margin-inline-start: var(--pf-v6-c-table__check--responsive--MarginInlineStart);
1581
1508
  line-height: 1;
1582
1509
  }
1583
1510
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite {
1584
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginLeft);
1511
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart);
1585
1512
  }
1586
1513
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
1587
- margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginLeft);
1514
+ margin-inline-start: var(--pf-v6-c-table--m-grid__check--favorite--action--MarginInlineStart);
1588
1515
  }
1589
1516
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check ~ .pf-v6-c-table__action {
1590
- margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginLeft);
1517
+ margin-inline-start: var(--pf-v6-c-table__action--responsive--MarginInlineStart);
1591
1518
  }
1592
1519
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__check label {
1593
1520
  display: inline-block;
1594
1521
  margin: 0;
1595
1522
  }
1596
1523
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__favorite {
1597
- margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginTop);
1524
+ margin-block-start: var(--pf-v6-c-table--m-grid__favorite--MarginBlockStart);
1598
1525
  }
1599
1526
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__favorite ~ .pf-v6-c-table__action {
1600
- margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginLeft);
1527
+ margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
1601
1528
  }
1602
1529
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
1603
- margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginTop);
1604
1530
  text-align: end;
1605
1531
  }
1606
1532
  }
1607
- @media screen and (max-width: 1450px) and (max-width: 576px) {
1533
+ @media screen and (max-width: 90.625rem) and (max-width: 36rem) {
1608
1534
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
1609
1535
  grid-row-start: 1;
1610
1536
  grid-column-start: 2;
1611
1537
  margin-inline-start: 0;
1612
1538
  }
1613
1539
  }
1614
- @media screen and (max-width: 1450px) {
1540
+ @media screen and (max-width: 90.625rem) {
1615
1541
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
1616
1542
  grid-column: 2;
1617
1543
  grid-row: 2;