@patternfly/patternfly 6.0.0-alpha.90 → 6.0.0-alpha.92

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 (259) hide show
  1. package/base/patternfly-common.css +10 -10
  2. package/base/patternfly-globals.css +3 -3
  3. package/base/patternfly-icons.css +1 -1
  4. package/base/patternfly-themes.css +53 -53
  5. package/base/patternfly-variables.css +236 -245
  6. package/base/tokens/_tokens-font.scss +0 -11
  7. package/components/AboutModalBox/about-modal-box.css +102 -102
  8. package/components/Accordion/accordion.css +118 -118
  9. package/components/ActionList/action-list.css +16 -16
  10. package/components/Alert/alert-group.css +50 -50
  11. package/components/Alert/alert.css +161 -161
  12. package/components/AppLauncher/app-launcher.css +167 -167
  13. package/components/Avatar/avatar.css +116 -116
  14. package/components/BackToTop/back-to-top.css +21 -21
  15. package/components/Backdrop/backdrop.css +9 -9
  16. package/components/BackgroundImage/background-image.css +15 -15
  17. package/components/Badge/badge.css +35 -35
  18. package/components/Banner/banner.css +114 -114
  19. package/components/Brand/brand.css +28 -28
  20. package/components/Breadcrumb/breadcrumb.css +62 -62
  21. package/components/Button/button.css +514 -514
  22. package/components/CalendarMonth/calendar-month.css +144 -144
  23. package/components/Card/card.css +230 -230
  24. package/components/Check/check.css +43 -43
  25. package/components/Chip/chip-group.css +60 -60
  26. package/components/Chip/chip.css +83 -83
  27. package/components/ClipboardCopy/clipboard-copy.css +71 -71
  28. package/components/CodeBlock/code-block.css +35 -35
  29. package/components/CodeEditor/code-editor.css +121 -121
  30. package/components/Content/content.css +216 -216
  31. package/components/ContextSelector/context-selector.css +251 -251
  32. package/components/DataList/data-list-grid.css +182 -182
  33. package/components/DataList/data-list.css +468 -468
  34. package/components/DatePicker/date-picker.css +35 -35
  35. package/components/DescriptionList/description-list-order.css +90 -90
  36. package/components/DescriptionList/description-list.css +193 -193
  37. package/components/Divider/divider.css +143 -143
  38. package/components/DragDrop/drag-drop.css +46 -46
  39. package/components/Drawer/drawer.css +474 -474
  40. package/components/Dropdown/dropdown.css +457 -457
  41. package/components/DualListSelector/dual-list-selector.css +199 -199
  42. package/components/EmptyState/empty-state.css +104 -104
  43. package/components/ExpandableSection/expandable-section.css +113 -113
  44. package/components/FileUpload/file-upload.css +32 -32
  45. package/components/Form/form.css +281 -281
  46. package/components/FormControl/form-control.css +197 -197
  47. package/components/HelperText/helper-text.css +51 -51
  48. package/components/Hint/hint.css +46 -46
  49. package/components/Icon/icon.css +218 -218
  50. package/components/InlineEdit/inline-edit.css +43 -43
  51. package/components/InputGroup/input-group.css +52 -52
  52. package/components/JumpLinks/jump-links.css +183 -183
  53. package/components/Label/label-group.css +86 -86
  54. package/components/Label/label.css +438 -438
  55. package/components/List/list.css +53 -53
  56. package/components/LogViewer/log-viewer.css +138 -138
  57. package/components/Login/login.css +139 -139
  58. package/components/Masthead/masthead.css +319 -319
  59. package/components/Menu/menu.css +415 -415
  60. package/components/MenuToggle/menu-toggle.css +275 -275
  61. package/components/ModalBox/modal-box.css +121 -121
  62. package/components/MultipleFileUpload/multiple-file-upload.css +163 -163
  63. package/components/Nav/nav.css +225 -225
  64. package/components/NotificationBadge/notification-badge.css +66 -66
  65. package/components/NotificationDrawer/notification-drawer.css +179 -179
  66. package/components/NumberInput/number-input.css +20 -20
  67. package/components/OptionsMenu/options-menu.css +190 -190
  68. package/components/OverflowMenu/overflow-menu.css +19 -19
  69. package/components/Page/page.css +598 -598
  70. package/components/Pagination/pagination.css +220 -220
  71. package/components/Panel/panel.css +72 -72
  72. package/components/Popover/popover.css +148 -148
  73. package/components/Progress/progress.css +80 -80
  74. package/components/ProgressStepper/progress-stepper.css +514 -514
  75. package/components/Radio/radio.css +44 -44
  76. package/components/Select/select.css +423 -423
  77. package/components/Sidebar/sidebar.css +166 -166
  78. package/components/SimpleList/simple-list.css +53 -53
  79. package/components/Skeleton/skeleton.css +112 -112
  80. package/components/SkipToContent/skip-to-content.css +8 -8
  81. package/components/Slider/slider.css +144 -144
  82. package/components/Spinner/spinner.css +36 -36
  83. package/components/Switch/switch.css +89 -89
  84. package/components/TabContent/tab-content.css +34 -34
  85. package/components/Table/table-grid.css +911 -911
  86. package/components/Table/table-scrollable.css +38 -38
  87. package/components/Table/table-tree-view.css +497 -497
  88. package/components/Table/table.css +660 -660
  89. package/components/Tabs/tabs.css +616 -616
  90. package/components/TextInputGroup/text-input-group.css +88 -88
  91. package/components/Tile/tile.css +68 -68
  92. package/components/Timestamp/timestamp.css +29 -29
  93. package/components/Title/title.css +87 -87
  94. package/components/ToggleGroup/toggle-group.css +86 -86
  95. package/components/Toolbar/toolbar.css +2279 -2279
  96. package/components/Tooltip/tooltip.css +85 -85
  97. package/components/TreeView/tree-view.css +363 -363
  98. package/components/Truncate/truncate.css +15 -15
  99. package/components/Wizard/wizard.css +272 -272
  100. package/docs/components/AboutModalBox/examples/AboutModalBox.md +11 -11
  101. package/docs/components/Accordion/examples/Accordion.md +188 -188
  102. package/docs/components/ActionList/examples/ActionList.md +55 -55
  103. package/docs/components/Alert/examples/Alert.md +222 -222
  104. package/docs/components/AppLauncher/deprecated/application-launcher.md +146 -146
  105. package/docs/components/Avatar/examples/Avatar.md +6 -6
  106. package/docs/components/BackToTop/examples/BackToTop.md +3 -3
  107. package/docs/components/Backdrop/examples/Backdrop.md +1 -1
  108. package/docs/components/BackgroundImage/examples/BackgroundImage.md +2 -2
  109. package/docs/components/Badge/examples/Badge.md +17 -17
  110. package/docs/components/Banner/examples/Banner.md +42 -42
  111. package/docs/components/Brand/examples/Brand.md +4 -4
  112. package/docs/components/Breadcrumb/examples/Breadcrumb.md +90 -90
  113. package/docs/components/Button/examples/Button.md +364 -364
  114. package/docs/components/CalendarMonth/examples/CalendarMonth.md +436 -436
  115. package/docs/components/Card/examples/Card.md +515 -515
  116. package/docs/components/Check/examples/Check.md +37 -37
  117. package/docs/components/Chip/examples/Chip.md +216 -216
  118. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +82 -82
  119. package/docs/components/CodeBlock/examples/CodeBlock.md +39 -39
  120. package/docs/components/CodeEditor/examples/CodeEditor.md +85 -85
  121. package/docs/components/Content/examples/Content.md +1 -1
  122. package/docs/components/ContextSelector/deprecated/context-selector.md +160 -160
  123. package/docs/components/DataList/examples/DataList.md +666 -666
  124. package/docs/components/DatePicker/examples/DatePicker.md +54 -54
  125. package/docs/components/DescriptionList/examples/DescriptionList.md +737 -737
  126. package/docs/components/Divider/examples/Divider.md +18 -18
  127. package/docs/components/DragDrop/examples/DragDrop.md +27 -27
  128. package/docs/components/Drawer/examples/Drawer.md +225 -225
  129. package/docs/components/Dropdown/deprecated/Dropdown.md +541 -541
  130. package/docs/components/DualListSelector/examples/DualListSelector.md +1012 -1012
  131. package/docs/components/EmptyState/examples/EmptyState.md +100 -100
  132. package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -47
  133. package/docs/components/FileUpload/examples/FileUpload.md +94 -94
  134. package/docs/components/Form/examples/Form.md +226 -226
  135. package/docs/components/FormControl/examples/FormControl.md +65 -65
  136. package/docs/components/HelperText/examples/HelperText.md +72 -72
  137. package/docs/components/Hint/examples/Hint.md +44 -44
  138. package/docs/components/Icon/examples/Icon.md +85 -85
  139. package/docs/components/InlineEdit/examples/InlineEdit.md +209 -209
  140. package/docs/components/InputGroup/examples/InputGroup.md +73 -73
  141. package/docs/components/JumpLinks/examples/JumpLinks.md +285 -285
  142. package/docs/components/Label/examples/Label.md +1717 -1717
  143. package/docs/components/List/examples/List.md +30 -30
  144. package/docs/components/LogViewer/examples/LogViewer.md +1785 -1785
  145. package/docs/components/Login/examples/Login.md +287 -287
  146. package/docs/components/Masthead/examples/masthead.md +39 -39
  147. package/docs/components/Menu/examples/Menu.md +2377 -2377
  148. package/docs/components/MenuToggle/examples/MenuToggle.md +242 -242
  149. package/docs/components/ModalBox/examples/ModalBox.md +119 -119
  150. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +192 -192
  151. package/docs/components/Nav/examples/Navigation.md +856 -856
  152. package/docs/components/NotificationBadge/examples/NotificationBadge.md +42 -42
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +659 -659
  154. package/docs/components/NumberInput/examples/NumberInput.md +127 -127
  155. package/docs/components/OptionsMenu/deprecated/options-menu.md +178 -178
  156. package/docs/components/OverflowMenu/examples/overflow-menu.md +97 -97
  157. package/docs/components/Page/deprecated/PageHeader.md +85 -85
  158. package/docs/components/Page/examples/Page.md +90 -90
  159. package/docs/components/Pagination/examples/Pagination.md +285 -285
  160. package/docs/components/Panel/examples/Panel.md +38 -38
  161. package/docs/components/Popover/examples/Popover.md +169 -169
  162. package/docs/components/Progress/examples/Progress.md +145 -145
  163. package/docs/components/ProgressStepper/examples/ProgressStepper.md +295 -295
  164. package/docs/components/Radio/examples/Radio.md +33 -33
  165. package/docs/components/Select/deprecated/Select.md +736 -736
  166. package/docs/components/Sidebar/examples/Sidebar.md +65 -65
  167. package/docs/components/SimpleList/examples/SimpleList.md +39 -39
  168. package/docs/components/Skeleton/examples/Skeleton.md +29 -29
  169. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -3
  170. package/docs/components/Slider/examples/Slider.md +213 -213
  171. package/docs/components/Spinner/examples/Spinner.md +14 -14
  172. package/docs/components/Switch/examples/Switch.md +58 -58
  173. package/docs/components/TabContent/examples/TabContent.md +24 -24
  174. package/docs/components/Table/examples/Table.md +6982 -6982
  175. package/docs/components/Tabs/examples/Tabs.md +2114 -2114
  176. package/docs/components/TextInputGroup/examples/TextInputGroup.md +373 -373
  177. package/docs/components/Tile/examples/Tile.md +131 -131
  178. package/docs/components/Timestamp/examples/Timestamp.md +10 -10
  179. package/docs/components/Title/examples/Title.md +12 -12
  180. package/docs/components/ToggleGroup/examples/toggle-group.md +116 -116
  181. package/docs/components/Toolbar/examples/Toolbar.md +611 -611
  182. package/docs/components/Tooltip/examples/Tooltip.md +27 -27
  183. package/docs/components/TreeView/examples/TreeView.md +1166 -1166
  184. package/docs/components/Truncate/examples/Truncate.md +7 -7
  185. package/docs/components/Wizard/examples/Wizard.md +522 -522
  186. package/docs/demos/AboutModal/examples/AboutModal.md +106 -106
  187. package/docs/demos/Alert/examples/Alert.md +391 -391
  188. package/docs/demos/BackToTop/examples/BackToTop.md +175 -175
  189. package/docs/demos/Banner/examples/Banner.md +364 -364
  190. package/docs/demos/Button/examples/Button.md +50 -50
  191. package/docs/demos/Card/examples/Card.md +1054 -1054
  192. package/docs/demos/CardView/examples/CardView.md +378 -378
  193. package/docs/demos/ContextSelector/examples/ContextSelector.md +449 -449
  194. package/docs/demos/Dashboard/examples/Dashboard.md +541 -541
  195. package/docs/demos/DataList/examples/DataList.md +1148 -1148
  196. package/docs/demos/DescriptionList/examples/DescriptionList.md +544 -544
  197. package/docs/demos/Drawer/examples/Drawer.md +531 -531
  198. package/docs/demos/Form/examples/BasicForms.md +444 -444
  199. package/docs/demos/HelperText/examples/HelperText.md +51 -51
  200. package/docs/demos/JumpLinks/examples/JumpLinks.md +596 -596
  201. package/docs/demos/Masthead/examples/Masthead.md +763 -763
  202. package/docs/demos/Modal/examples/Modal.md +645 -645
  203. package/docs/demos/Nav/examples/Nav.md +649 -649
  204. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1570 -1570
  205. package/docs/demos/Page/examples/Page.md +1330 -1330
  206. package/docs/demos/Page/examples/Penta.md +217 -217
  207. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +23 -23
  208. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +108 -108
  209. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1890 -1890
  210. package/docs/demos/Skeleton/examples/Skeleton.md +176 -176
  211. package/docs/demos/Table/examples/Table.md +4580 -4580
  212. package/docs/demos/Tabs/examples/Tabs.md +1040 -1040
  213. package/docs/demos/Toolbar/examples/Toolbar.md +961 -961
  214. package/docs/demos/Wizard/examples/Wizard.md +1574 -1574
  215. package/docs/layouts/Bullseye/examples/Bullseye.md +2 -2
  216. package/docs/layouts/Flex/examples/Flex.md +290 -290
  217. package/docs/layouts/Gallery/examples/Gallery.md +48 -48
  218. package/docs/layouts/Grid/examples/Grid.md +121 -121
  219. package/docs/layouts/Level/examples/Level.md +11 -11
  220. package/docs/layouts/Split/examples/Split.md +23 -23
  221. package/docs/layouts/Stack/examples/Stack.md +8 -8
  222. package/docs/utilities/Accessibility/examples/Accessibility.md +3 -3
  223. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  224. package/docs/utilities/Display/examples/Display.md +16 -16
  225. package/docs/utilities/Flex/examples/Flex.md +53 -53
  226. package/docs/utilities/Float/examples/Float.md +2 -2
  227. package/docs/utilities/Spacing/examples/Spacing.md +16 -16
  228. package/layouts/Bullseye/bullseye.css +3 -3
  229. package/layouts/Flex/flex.css +1276 -1276
  230. package/layouts/Gallery/gallery.css +34 -34
  231. package/layouts/Grid/grid.css +531 -531
  232. package/layouts/Level/level.css +4 -4
  233. package/layouts/Split/split.css +6 -6
  234. package/layouts/Stack/stack.css +5 -5
  235. package/package.json +5 -5
  236. package/patternfly-addons.css +2989 -2989
  237. package/patternfly-base-no-globals-theme-dark-unversioned.css +269 -278
  238. package/patternfly-base-no-globals.css +284 -293
  239. package/patternfly-base-theme-dark-unversioned.css +271 -280
  240. package/patternfly-base.css +286 -295
  241. package/patternfly-charts-theme-dark-unversioned.css +66 -66
  242. package/patternfly-charts-theme-dark.css +66 -66
  243. package/patternfly-charts.css +320 -320
  244. package/patternfly-no-globals.css +20217 -20226
  245. package/patternfly-theme-dark-unversioned.css +20209 -20218
  246. package/patternfly.css +20219 -20228
  247. package/patternfly.min.css +1 -1
  248. package/patternfly.min.css.map +1 -1
  249. package/sass-utilities/_init.scss +1 -1
  250. package/utilities/Accessibility/accessibility.css +18 -18
  251. package/utilities/Alignment/alignment.css +24 -24
  252. package/utilities/BackgroundColor/BackgroundColor.css +252 -252
  253. package/utilities/BoxShadow/box-shadow.css +42 -42
  254. package/utilities/Display/display.css +54 -54
  255. package/utilities/Flex/flex.css +228 -228
  256. package/utilities/Float/float.css +12 -12
  257. package/utilities/Sizing/sizing.css +216 -216
  258. package/utilities/Spacing/spacing.css +1512 -1512
  259. package/utilities/Text/text.css +631 -631
@@ -1,610 +1,610 @@
1
- .pf-v5-c-table {
2
- --pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
3
- --pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
4
- --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
5
- --pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--dark-100);
6
- --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
7
- --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
8
- --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
9
- --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
10
- --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
11
- }
12
-
13
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
1
+ .pf-v6-c-table {
2
+ --pf-v6-global--Color--100: var(--pf-v6-global--Color--dark-100);
3
+ --pf-v6-global--Color--200: var(--pf-v6-global--Color--dark-200);
4
+ --pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--dark-100);
5
+ --pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--dark-100);
6
+ --pf-v6-global--link--Color: var(--pf-v6-global--link--Color--dark);
7
+ --pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--dark--hover);
8
+ --pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--light-100);
9
+ --pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--dark);
10
+ --pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--dark);
11
+ }
12
+
13
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > * {
14
14
  --pf-v5-hidden-visible--hidden--Display: none;
15
15
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
16
16
  display: var(--pf-v5-hidden-visible--Display);
17
17
  }
18
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden {
18
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden {
19
19
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
20
20
  }
21
21
  @media screen and (min-width: 576px) {
22
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-sm {
22
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-sm {
23
23
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
24
24
  }
25
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-sm {
25
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-sm {
26
26
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
27
27
  }
28
28
  }
29
29
  @media screen and (min-width: 768px) {
30
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-md {
30
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-md {
31
31
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
32
32
  }
33
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-md {
33
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-md {
34
34
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
35
35
  }
36
36
  }
37
37
  @media screen and (min-width: 992px) {
38
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-lg {
38
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-lg {
39
39
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
40
40
  }
41
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-lg {
41
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-lg {
42
42
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
43
43
  }
44
44
  }
45
45
  @media screen and (min-width: 1200px) {
46
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-xl {
46
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-xl {
47
47
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
48
48
  }
49
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-xl {
49
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-xl {
50
50
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
51
51
  }
52
52
  }
53
53
  @media screen and (min-width: 1450px) {
54
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden-on-2xl {
54
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-2xl {
55
55
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
56
56
  }
57
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-visible-on-2xl {
57
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-2xl {
58
58
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
59
59
  }
60
60
  }
61
61
 
62
62
  :where(:root),
63
- :where(.pf-v5-c-table) {
64
- --pf-v5-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
65
- --pf-v5-c-table--BorderColor: var(--pf-t--global--border--color--default);
66
- --pf-v5-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
67
- --pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
68
- --pf-v5-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
69
- --pf-v5-c-table__caption--PaddingTop: var(--pf-t--global--spacer--md);
70
- --pf-v5-c-table__caption--PaddingRight: var(--pf-t--global--spacer--lg);
71
- --pf-v5-c-table__caption--PaddingBottom: var(--pf-t--global--spacer--md);
72
- --pf-v5-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
73
- --pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
74
- --pf-v5-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
75
- --pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
76
- --pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
77
- --pf-v5-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
78
- --pf-v5-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
79
- --pf-v5-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
80
- --pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
81
- --pf-v5-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
82
- --pf-v5-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
83
- --pf-v5-c-table--cell--Color: var(--pf-t--global--text--color--regular);
84
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
85
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--Padding--base);
86
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
87
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);
88
- --pf-v5-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
89
- --pf-v5-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);
90
- --pf-v5-c-table--cell--MinWidth: 0;
91
- --pf-v5-c-table--cell--MaxWidth: none;
92
- --pf-v5-c-table--cell--Width: auto;
93
- --pf-v5-c-table--cell--Overflow: visible;
94
- --pf-v5-c-table--cell--TextOverflow: clip;
95
- --pf-v5-c-table--cell--WhiteSpace: normal;
96
- --pf-v5-c-table--cell--WordBreak: normal;
97
- --pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-t--global--border--width--divider--default);
98
- --pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-t--global--border--color--default);
99
- --pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
100
- --pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-t--global--border--color--default);
101
- --pf-v5-c-table--cell--m-help--MinWidth: 11ch;
102
- --pf-v5-c-table--m-truncate--cell--MaxWidth: 1px;
103
- --pf-v5-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft));
104
- --pf-v5-c-table--cell--hidden-visible--Display: table-cell;
105
- --pf-v5-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
106
- --pf-v5-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
107
- --pf-v5-c-table__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
108
- --pf-v5-c-table__toggle--PaddingRight: var(--pf-t--global--spacer--sm);
109
- --pf-v5-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
110
- --pf-v5-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
111
- --pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
112
- --pf-v5-c-table__button--PaddingTop: var(--pf-t--global--spacer--xs);
113
- --pf-v5-c-table__button--PaddingBottom: var(--pf-t--global--spacer--xs);
114
- --pf-v5-c-table__button--PaddingLeft: var(--pf-t--global--spacer--sm);
115
- --pf-v5-c-table__button--PaddingRight: var(--pf-t--global--spacer--sm);
116
- --pf-v5-c-table__button--Color: var(--pf-t--global--text--color--regular);
117
- --pf-v5-c-table__button--BackgroundColor: transparent;
118
- --pf-v5-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
119
- --pf-v5-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
120
- --pf-v5-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
121
- --pf-v5-c-table__button--focus--Color: var(--pf-t--global--text--color--regular);
122
- --pf-v5-c-table__button--active--Color: var(--pf-t--global--text--color--regular);
123
- --pf-v5-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
124
- --pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
125
- --pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
126
- --pf-v5-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
127
- --pf-v5-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
128
- --pf-v5-c-table__favorite--PaddingLeft: var(--pf-t--global--spacer--sm);
129
- --pf-v5-c-table__favorite--PaddingRight: var(--pf-t--global--spacer--sm);
130
- --pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
131
- --pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
132
- --pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
133
- --pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
134
- --pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
135
- --pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
136
- --pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
137
- --pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-c-button--PaddingTop) * -1);
138
- --pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-c-button--PaddingRight) * -1);
139
- --pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-c-button--PaddingBottom) * -1);
140
- --pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-c-button--PaddingLeft) * -1);
141
- --pf-v5-c-table__tr--m-ghost-row--Opacity: .4;
142
- --pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
143
- --pf-v5-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
144
- --pf-v5-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
145
- --pf-v5-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
146
- --pf-v5-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
147
- --pf-v5-c-table__expandable-row--Transition: var(--pf-v5-global--Transition);
148
- --pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
149
- --pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
150
- --pf-v5-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
151
- --pf-v5-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
152
- --pf-v5-c-table__expandable-row-content--Transition: var(--pf-v5-global--Transition);
153
- --pf-v5-c-table__expandable-row--after--Top: calc(var(--pf-v5-c-table--border-width--base) * -1);
154
- --pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
155
- --pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-t--global--border--width--strong);
156
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
157
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--clicked);
158
- --pf-v5-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
159
- --pf-v5-c-table__sort--MinWidth: calc(6ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft) + var(--pf-v5-c-table__sort-indicator--MarginLeft));
160
- --pf-v5-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--control--vertical);
161
- --pf-v5-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--sm);
162
- --pf-v5-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--control--vertical);
163
- --pf-v5-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--sm);
164
- --pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
165
- --pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
166
- --pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);
167
- --pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
168
- --pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--clicked);
169
- --pf-v5-c-table__sort--m-help--MinWidth: 15ch;
170
- --pf-v5-c-table__sort__button__text--Color: currentcolor;
171
- --pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
172
- --pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
173
- --pf-v5-c-table__sort__button--active__text--Color: currentcolor;
174
- --pf-v5-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
175
- --pf-v5-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
176
- --pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
177
- --pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
178
- --pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--clicked);
179
- --pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
180
- --pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
181
- --pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
182
- --pf-v5-c-table__th--m-help--MinWidth: 11ch;
183
- --pf-v5-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
184
- --pf-v5-c-table__column-help--c-button--MarginTop: calc(var(--pf-v5-c-button--PaddingTop) * -1);
185
- --pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-c-button--PaddingBottom) * -1);
186
- --pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
187
- --pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
188
- --pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
189
- --pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
190
- --pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
191
- --pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--clicked);
192
- --pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
193
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
194
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
195
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
196
- --pf-v5-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
197
- --pf-v5-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
198
- --pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-t--global--border--width--strong);
199
- --pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
200
- --pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
201
- --pf-v5-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
202
- --pf-v5-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
203
- --pf-v5-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
204
- --pf-v5-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
205
- --pf-v5-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
206
- --pf-v5-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
207
- --pf-v5-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
208
- --pf-v5-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
209
- --pf-v5-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
210
- --pf-v5-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
211
- --pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
212
- --pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
213
- --pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
214
- --pf-v5-c-table__tr--m-clickable--BoxShadow: none;
215
- --pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
216
- --pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
217
- --pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
218
- --pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
219
- --pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
220
- --pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
221
- --pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
222
- --pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
223
- --pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
224
- --pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
225
- --pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
226
- --pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
227
- --pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
228
- --pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-t--global--color--brand--default);
229
- --pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
230
- --pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
231
- --pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
232
- --pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
233
- --pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
234
- --pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
235
- --pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
236
- --pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
237
- --pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
238
- --pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
239
- --pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
240
- --pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
241
- --pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
242
- --pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
243
- --pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
244
- --pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
245
- --pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
246
- --pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
247
- --pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
248
- --pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
249
- --pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--clicked);
250
- --pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
251
- --pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
252
- --pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
253
- --pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
254
- --pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
255
- --pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--xs);
256
- --pf-v5-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
257
- --pf-v5-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
258
- --pf-v5-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
259
- --pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
260
- --pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
261
- }
262
-
263
- .pf-v5-c-table {
264
- color: var(--pf-v5-global--Color--100);
63
+ :where(.pf-v6-c-table) {
64
+ --pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
65
+ --pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);
66
+ --pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
67
+ --pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
68
+ --pf-v6-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
69
+ --pf-v6-c-table__caption--PaddingTop: var(--pf-t--global--spacer--md);
70
+ --pf-v6-c-table__caption--PaddingRight: var(--pf-t--global--spacer--lg);
71
+ --pf-v6-c-table__caption--PaddingBottom: var(--pf-t--global--spacer--md);
72
+ --pf-v6-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
73
+ --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
74
+ --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
75
+ --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
76
+ --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
77
+ --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
78
+ --pf-v6-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
79
+ --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
80
+ --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
81
+ --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
82
+ --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
83
+ --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
84
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
85
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--cell--Padding--base);
86
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
87
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
88
+ --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
89
+ --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
90
+ --pf-v6-c-table--cell--MinWidth: 0;
91
+ --pf-v6-c-table--cell--MaxWidth: none;
92
+ --pf-v6-c-table--cell--Width: auto;
93
+ --pf-v6-c-table--cell--Overflow: visible;
94
+ --pf-v6-c-table--cell--TextOverflow: clip;
95
+ --pf-v6-c-table--cell--WhiteSpace: normal;
96
+ --pf-v6-c-table--cell--WordBreak: normal;
97
+ --pf-v6-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-t--global--border--width--divider--default);
98
+ --pf-v6-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-t--global--border--color--default);
99
+ --pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
100
+ --pf-v6-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-t--global--border--color--default);
101
+ --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
102
+ --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
103
+ --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft));
104
+ --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
105
+ --pf-v6-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
106
+ --pf-v6-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
107
+ --pf-v6-c-table__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
108
+ --pf-v6-c-table__toggle--PaddingRight: var(--pf-t--global--spacer--sm);
109
+ --pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
110
+ --pf-v6-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
111
+ --pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
112
+ --pf-v6-c-table__button--PaddingTop: var(--pf-t--global--spacer--xs);
113
+ --pf-v6-c-table__button--PaddingBottom: var(--pf-t--global--spacer--xs);
114
+ --pf-v6-c-table__button--PaddingLeft: var(--pf-t--global--spacer--sm);
115
+ --pf-v6-c-table__button--PaddingRight: var(--pf-t--global--spacer--sm);
116
+ --pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);
117
+ --pf-v6-c-table__button--BackgroundColor: transparent;
118
+ --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
119
+ --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
120
+ --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
121
+ --pf-v6-c-table__button--focus--Color: var(--pf-t--global--text--color--regular);
122
+ --pf-v6-c-table__button--active--Color: var(--pf-t--global--text--color--regular);
123
+ --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
124
+ --pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
125
+ --pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
126
+ --pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
127
+ --pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
128
+ --pf-v6-c-table__favorite--PaddingLeft: var(--pf-t--global--spacer--sm);
129
+ --pf-v6-c-table__favorite--PaddingRight: var(--pf-t--global--spacer--sm);
130
+ --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
131
+ --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
132
+ --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
133
+ --pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
134
+ --pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
135
+ --pf-v6-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
136
+ --pf-v6-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
137
+ --pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
138
+ --pf-v6-c-table__draggable--c-button--MarginRight: calc(var(--pf-v6-c-button--PaddingRight) * -1);
139
+ --pf-v6-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
140
+ --pf-v6-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v6-c-button--PaddingLeft) * -1);
141
+ --pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
142
+ --pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
143
+ --pf-v6-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
144
+ --pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
145
+ --pf-v6-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
146
+ --pf-v6-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
147
+ --pf-v6-c-table__expandable-row--Transition: var(--pf-v6-global--Transition);
148
+ --pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
149
+ --pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
150
+ --pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
151
+ --pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
152
+ --pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
153
+ --pf-v6-c-table__expandable-row--after--Top: calc(var(--pf-v6-c-table--border-width--base) * -1);
154
+ --pf-v6-c-table__expandable-row--after--Bottom: calc(var(--pf-v6-c-table--border-width--base) * -1);
155
+ --pf-v6-c-table__expandable-row--after--border-width--base: var(--pf-t--global--border--width--strong);
156
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
157
+ --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--clicked);
158
+ --pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
159
+ --pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft) + var(--pf-v6-c-table__sort-indicator--MarginLeft));
160
+ --pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--control--vertical);
161
+ --pf-v6-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--sm);
162
+ --pf-v6-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--control--vertical);
163
+ --pf-v6-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--sm);
164
+ --pf-v6-c-table__sort__button--MarginTop: calc(var(--pf-v6-c-table__sort__button--PaddingTop) * -1);
165
+ --pf-v6-c-table__sort__button--MarginBottom: calc(var(--pf-v6-c-table__sort__button--PaddingBottom) * -1);
166
+ --pf-v6-c-table__sort__button--MarginLeft: calc(var(--pf-v6-c-table__sort__button--PaddingLeft) * -1);
167
+ --pf-v6-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
168
+ --pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--clicked);
169
+ --pf-v6-c-table__sort--m-help--MinWidth: 15ch;
170
+ --pf-v6-c-table__sort__button__text--Color: currentcolor;
171
+ --pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
172
+ --pf-v6-c-table__sort__button--focus__text--Color: currentcolor;
173
+ --pf-v6-c-table__sort__button--active__text--Color: currentcolor;
174
+ --pf-v6-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
175
+ --pf-v6-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
176
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
177
+ --pf-v6-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
178
+ --pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--clicked);
179
+ --pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
180
+ --pf-v6-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
181
+ --pf-v6-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
182
+ --pf-v6-c-table__th--m-help--MinWidth: 11ch;
183
+ --pf-v6-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
184
+ --pf-v6-c-table__column-help--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
185
+ --pf-v6-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
186
+ --pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
187
+ --pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
188
+ --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
189
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
190
+ --pf-v6-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
191
+ --pf-v6-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--clicked);
192
+ --pf-v6-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
193
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
194
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
195
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
196
+ --pf-v6-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v6-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
197
+ --pf-v6-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v6-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
198
+ --pf-v6-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-t--global--border--width--strong);
199
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
200
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
201
+ --pf-v6-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v6-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
202
+ --pf-v6-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v6-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
203
+ --pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
204
+ --pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
205
+ --pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
206
+ --pf-v6-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
207
+ --pf-v6-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
208
+ --pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
209
+ --pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
210
+ --pf-v6-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
211
+ --pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
212
+ --pf-v6-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v6-c-table__tr--BoxShadow--top--base);
213
+ --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
214
+ --pf-v6-c-table__tr--m-clickable--BoxShadow: none;
215
+ --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
216
+ --pf-v6-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v6-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
217
+ --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
218
+ --pf-v6-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v6-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
219
+ --pf-v6-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
220
+ --pf-v6-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v6-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
221
+ --pf-v6-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
222
+ --pf-v6-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
223
+ --pf-v6-c-table__tr--m-selected--BoxShadow--top: var(--pf-v6-c-table__tr--BoxShadow--top--base);
224
+ --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
225
+ --pf-v6-c-table__tr--m-selected--BoxShadow: var(--pf-v6-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
226
+ --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
227
+ --pf-v6-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v6-c-table__expandable-row--after--border-width--base));
228
+ --pf-v6-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-t--global--color--brand--default);
229
+ --pf-v6-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
230
+ --pf-v6-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
231
+ --pf-v6-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v6-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
232
+ --pf-v6-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v6-c-table__tr--BoxShadow--top--base);
233
+ --pf-v6-c-table__tbody--m-clickable--BoxShadow: none;
234
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
235
+ --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
236
+ --pf-v6-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v6-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
237
+ --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
238
+ --pf-v6-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v6-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
239
+ --pf-v6-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
240
+ --pf-v6-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v6-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
241
+ --pf-v6-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
242
+ --pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
243
+ --pf-v6-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
244
+ --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
245
+ --pf-v6-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v6-c-table__tr--BoxShadow--top--base);
246
+ --pf-v6-c-table__tbody--m-selected--BoxShadow: var(--pf-v6-c-table__tbody--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
247
+ --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
248
+ --pf-v6-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v6-c-table__expandable-row--after--border-width--base));
249
+ --pf-v6-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--clicked);
250
+ --pf-v6-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
251
+ --pf-v6-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
252
+ --pf-v6-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v6-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
253
+ --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
254
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
255
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--xs);
256
+ --pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
257
+ --pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
258
+ --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
259
+ --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
260
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
261
+ }
262
+
263
+ .pf-v6-c-table {
264
+ color: var(--pf-v6-global--Color--100);
265
265
  width: 100%;
266
- background-color: var(--pf-v5-c-table--BackgroundColor);
266
+ background-color: var(--pf-v6-c-table--BackgroundColor);
267
267
  }
268
- .pf-v5-c-table.pf-m-fixed {
268
+ .pf-v6-c-table.pf-m-fixed {
269
269
  table-layout: fixed;
270
270
  }
271
- .pf-v5-c-table.pf-m-sticky-header {
271
+ .pf-v6-c-table.pf-m-sticky-header {
272
272
  position: relative;
273
273
  }
274
- .pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) {
274
+ .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) {
275
275
  border-block-end: 0;
276
276
  }
277
- .pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) > * {
278
- z-index: var(--pf-v5-c-table--m-sticky-header--cell--ZIndex);
277
+ .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > * {
278
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
279
279
  }
280
- .pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > * {
280
+ .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > * {
281
281
  position: sticky;
282
282
  inset-block-start: 0;
283
- background: var(--pf-v5-c-table--BackgroundColor);
283
+ background: var(--pf-v6-c-table--BackgroundColor);
284
284
  }
285
- .pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > *::after {
285
+ .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > *::after {
286
286
  position: absolute;
287
287
  inset-block-end: 0;
288
288
  inset-inline-start: 0;
289
289
  inset-inline-end: 0;
290
290
  content: "";
291
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
291
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
292
292
  }
293
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
293
+ .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
294
294
  position: sticky;
295
295
  inset-block-start: 0;
296
296
  z-index: var(--pf-t--global--Zindex--xs);
297
- background: var(--pf-v5-c-table--BackgroundColor);
297
+ background: var(--pf-v6-c-table--BackgroundColor);
298
298
  }
299
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
300
- height: var(--pf-v5-c-table--border-width--base);
301
- background-color: var(--pf-v5-c-table--BorderColor);
299
+ .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
300
+ height: var(--pf-v6-c-table--border-width--base);
301
+ background-color: var(--pf-v6-c-table--BorderColor);
302
302
  }
303
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v5-c-table__th):not([rowspan]),
304
- .pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v5-c-table__td):not([rowspan]) {
305
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom);
303
+ .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v6-c-table__th):not([rowspan]),
304
+ .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v6-c-table__td):not([rowspan]) {
305
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
306
306
  }
307
- .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) {
307
+ .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
308
308
  border-block-end: 0;
309
309
  }
310
- .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) th:where(.pf-v5-c-table__th):not([rowspan]),
311
- .pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
312
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom);
310
+ .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) th:where(.pf-v6-c-table__th):not([rowspan]),
311
+ .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
312
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
313
313
  }
314
- .pf-v5-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr):nth-child(odd), .pf-v5-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v5-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row),
315
- .pf-v5-c-table > .pf-m-striped > tr:nth-child(odd),
316
- .pf-v5-c-table > .pf-m-striped-even > tr:nth-child(even),
317
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-striped {
318
- --pf-v5-c-table__sticky-column--BackgroundColor: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);
319
- background: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);
314
+ .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row),
315
+ .pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
316
+ .pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
317
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
318
+ --pf-v6-c-table__sticky-column--BackgroundColor: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
319
+ background: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
320
320
  }
321
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
322
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
321
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
322
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
323
323
  }
324
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row).pf-m-ghost-row {
325
- background-color: var(--pf-v5-c-table__tr--m-ghost-row--BackgroundColor);
326
- opacity: var(--pf-v5-c-table__tr--m-ghost-row--Opacity);
324
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row).pf-m-ghost-row {
325
+ background-color: var(--pf-v6-c-table__tr--m-ghost-row--BackgroundColor);
326
+ opacity: var(--pf-v6-c-table__tr--m-ghost-row--Opacity);
327
327
  }
328
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
329
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-table--cell--hidden-visible--Display);
328
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > * {
329
+ --pf-v5-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);
330
330
  position: relative;
331
- width: var(--pf-v5-c-table--cell--Width);
332
- min-width: var(--pf-v5-c-table--cell--MinWidth);
333
- max-width: var(--pf-v5-c-table--cell--MaxWidth);
334
- padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
335
- padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
336
- padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
337
- padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
338
- overflow: var(--pf-v5-c-table--cell--Overflow);
339
- font-size: var(--pf-v5-c-table--cell--FontSize);
340
- font-weight: var(--pf-v5-c-table--cell--FontWeight);
341
- line-height: var(--pf-v5-c-table--cell--LineHeight);
342
- color: var(--pf-v5-c-table--cell--Color);
343
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
344
- word-break: var(--pf-v5-c-table--cell--WordBreak);
345
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
346
- }
347
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
348
- padding-inline-start: calc(var(--pf-v5-c-table--cell--first-last-child--PaddingInline) + var(--pf-v5-c-table--cell--PaddingLeft));
349
- }
350
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
351
- padding-inline-end: calc(var(--pf-v5-c-table--cell--first-last-child--PaddingInline) + var(--pf-v5-c-table--cell--PaddingRight));
352
- }
353
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-center {
331
+ width: var(--pf-v6-c-table--cell--Width);
332
+ min-width: var(--pf-v6-c-table--cell--MinWidth);
333
+ max-width: var(--pf-v6-c-table--cell--MaxWidth);
334
+ padding-block-start: var(--pf-v6-c-table--cell--PaddingTop);
335
+ padding-block-end: var(--pf-v6-c-table--cell--PaddingBottom);
336
+ padding-inline-start: var(--pf-v6-c-table--cell--PaddingLeft);
337
+ padding-inline-end: var(--pf-v6-c-table--cell--PaddingRight);
338
+ overflow: var(--pf-v6-c-table--cell--Overflow);
339
+ font-size: var(--pf-v6-c-table--cell--FontSize);
340
+ font-weight: var(--pf-v6-c-table--cell--FontWeight);
341
+ line-height: var(--pf-v6-c-table--cell--LineHeight);
342
+ color: var(--pf-v6-c-table--cell--Color);
343
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
344
+ word-break: var(--pf-v6-c-table--cell--WordBreak);
345
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
346
+ }
347
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:first-child {
348
+ padding-inline-start: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingLeft));
349
+ }
350
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:last-child {
351
+ padding-inline-end: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingRight));
352
+ }
353
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *.pf-m-center {
354
354
  text-align: center;
355
355
  }
356
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:empty {
356
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *:empty {
357
357
  width: auto;
358
358
  min-width: 0;
359
359
  padding: 0;
360
360
  }
361
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-help {
362
- --pf-v5-c-table--cell--MinWidth: var(--pf-v5-c-table--cell--m-help--MinWidth);
361
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *.pf-m-help {
362
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--cell--m-help--MinWidth);
363
363
  }
364
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-favorite {
365
- --pf-v5-c-table__button--Color: var(--pf-v5-c-table--cell--m-favorite--Color);
366
- --pf-v5-c-table__sort--MinWidth: fit-content;
367
- --pf-v5-c-table--cell--MaxWidth: fit-content;
368
- --pf-v5-c-table--cell--Overflow: visible;
364
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *.pf-m-favorite {
365
+ --pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--m-favorite--Color);
366
+ --pf-v6-c-table__sort--MinWidth: fit-content;
367
+ --pf-v6-c-table--cell--MaxWidth: fit-content;
368
+ --pf-v6-c-table--cell--Overflow: visible;
369
369
  }
370
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before, .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
370
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *.pf-m-border-right::before, .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *.pf-m-border-left::before {
371
371
  position: absolute;
372
372
  inset: 0;
373
373
  pointer-events: none;
374
374
  content: "";
375
375
  }
376
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before {
377
- border-inline-end: var(--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v5-c-table--cell--m-border-right--before--BorderRightColor);
376
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *.pf-m-border-right::before {
377
+ border-inline-end: var(--pf-v6-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v6-c-table--cell--m-border-right--before--BorderRightColor);
378
378
  }
379
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
380
- border-inline-start: var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor);
379
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > *.pf-m-border-left::before {
380
+ border-inline-start: var(--pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v6-c-table--cell--m-border-left--before--BorderLeftColor);
381
381
  }
382
- .pf-v5-c-table caption:where(.pf-v5-c-table__caption) {
383
- padding-block-start: var(--pf-v5-c-table__caption--PaddingTop);
384
- padding-block-end: var(--pf-v5-c-table__caption--PaddingBottom);
385
- padding-inline-start: var(--pf-v5-c-table__caption--PaddingLeft);
386
- font-size: var(--pf-v5-c-table__caption--FontSize);
387
- color: var(--pf-v5-c-table__caption--Color);
382
+ .pf-v6-c-table caption:where(.pf-v6-c-table__caption) {
383
+ padding-block-start: var(--pf-v6-c-table__caption--PaddingTop);
384
+ padding-block-end: var(--pf-v6-c-table__caption--PaddingBottom);
385
+ padding-inline-start: var(--pf-v6-c-table__caption--PaddingLeft);
386
+ font-size: var(--pf-v6-c-table__caption--FontSize);
387
+ color: var(--pf-v6-c-table__caption--Color);
388
388
  text-align: start;
389
- background-color: var(--pf-v5-c-table--BackgroundColor);
389
+ background-color: var(--pf-v6-c-table--BackgroundColor);
390
390
  }
391
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
392
- --pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__thead--cell--FontSize);
393
- --pf-v5-c-table--cell--FontWeight: var(--pf-v5-c-table__thead--cell--FontWeight);
391
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
392
+ --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);
393
+ --pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);
394
394
  vertical-align: baseline;
395
395
  }
396
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header button:where(.pf-v5-c-button) {
397
- outline-offset: var(--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset);
396
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
397
+ outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
398
398
  }
399
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) th:where(.pf-v5-c-table__th):not([rowspan]),
400
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
401
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop);
399
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) th:where(.pf-v6-c-table__th):not([rowspan]),
400
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
401
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop);
402
402
  }
403
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__subhead {
404
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__subhead--PaddingLeft);
405
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__subhead--PaddingRight);
406
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__subhead--Color);
407
- color: var(--pf-v5-c-table__subhead--Color);
403
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
404
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__subhead--PaddingLeft);
405
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__subhead--PaddingRight);
406
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
407
+ color: var(--pf-v6-c-table__subhead--Color);
408
408
  }
409
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__subhead .pf-v5-c-table__button {
409
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead .pf-v6-c-table__button {
410
410
  margin-inline-start: 0;
411
411
  }
412
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
413
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__tbody--cell--PaddingTop);
414
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__tbody--cell--PaddingBottom);
412
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
413
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__tbody--cell--PaddingTop);
414
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__tbody--cell--PaddingBottom);
415
415
  vertical-align: top;
416
- --pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__tbody--cell--FontSize);
416
+ --pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize);
417
417
  }
418
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > * {
418
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > * {
419
419
  overflow-wrap: break-word;
420
420
  }
421
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
421
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child::after {
422
422
  position: absolute;
423
- inset-block-start: var(--pf-v5-c-table__expandable-row--after--Top);
424
- inset-block-end: var(--pf-v5-c-table__expandable-row--after--Bottom);
423
+ inset-block-start: var(--pf-v6-c-table__expandable-row--after--Top);
424
+ inset-block-end: var(--pf-v6-c-table__expandable-row--after--Bottom);
425
425
  inset-inline-start: 0;
426
426
  content: "";
427
427
  background-color: transparent;
428
- border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
428
+ border-inline-start: var(--pf-v6-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v6-c-table__expandable-row--after--BorderColor);
429
429
  }
430
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
430
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v6-c-table__control-row) {
431
431
  border-block-end-width: 0;
432
432
  }
433
- .pf-v5-c-table .pf-v5-c-table__sort {
434
- min-width: var(--pf-v5-c-table__sort--MinWidth);
435
- }
436
- .pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td).pf-m-help {
437
- min-width: var(--pf-v5-c-table__th--m-help--MinWidth);
438
- }
439
- .pf-v5-c-table > thead, .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-truncate, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-truncate {
440
- --pf-v5-c-table--cell--MinWidth: var(--pf-v5-c-table--m-truncate--cell--MinWidth);
441
- --pf-v5-c-table--cell--MaxWidth: var(--pf-v5-c-table--m-truncate--cell--MaxWidth);
442
- --pf-v5-c-table--cell--Overflow: hidden;
443
- --pf-v5-c-table--cell--TextOverflow: ellipsis;
444
- --pf-v5-c-table--cell--WhiteSpace: nowrap;
445
- }
446
-
447
- .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-wrap, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-wrap {
448
- --pf-v5-c-table--cell--MinWidth: 0;
449
- --pf-v5-c-table--cell--MaxWidth: none;
450
- --pf-v5-c-table--cell--Overflow: visible;
451
- --pf-v5-c-table--cell--TextOverflow: clip;
452
- --pf-v5-c-table--cell--WhiteSpace: normal;
453
- }
454
- .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-nowrap, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-nowrap {
455
- --pf-v5-c-table--cell--MinWidth: 0;
456
- --pf-v5-c-table--cell--MaxWidth: none;
457
- --pf-v5-c-table--cell--Overflow: visible;
458
- --pf-v5-c-table--cell--TextOverflow: clip;
459
- --pf-v5-c-table--cell--WhiteSpace: nowrap;
460
- }
461
- .pf-v5-c-table :where([class*=pf-v5-c-table]) .pf-v5-c-table__icon, .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-fit-content, :where(.pf-v5-c-table) > :is(thead, tbody) .pf-v5-c-table__icon, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-fit-content {
462
- --pf-v5-c-table--cell--MinWidth: fit-content;
463
- --pf-v5-c-table--cell--MaxWidth: none;
464
- --pf-v5-c-table--cell--Width: 1%;
465
- --pf-v5-c-table--cell--Overflow: visible;
466
- --pf-v5-c-table--cell--TextOverflow: clip;
467
- --pf-v5-c-table--cell--WhiteSpace: nowrap;
468
- }
469
- .pf-v5-c-table :where([class*=pf-v5-c-table]).pf-m-break-word, :where(.pf-v5-c-table) > :is(thead, tbody).pf-m-break-word {
470
- --pf-v5-c-table--cell--WordBreak: break-word;
471
- --pf-v5-c-table--cell--WhiteSpace: normal;
472
- }
473
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) {
433
+ .pf-v6-c-table .pf-v6-c-table__sort {
434
+ min-width: var(--pf-v6-c-table__sort--MinWidth);
435
+ }
436
+ .pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td).pf-m-help {
437
+ min-width: var(--pf-v6-c-table__th--m-help--MinWidth);
438
+ }
439
+ .pf-v6-c-table > thead, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-truncate, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-truncate {
440
+ --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
441
+ --pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
442
+ --pf-v6-c-table--cell--Overflow: hidden;
443
+ --pf-v6-c-table--cell--TextOverflow: ellipsis;
444
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
445
+ }
446
+
447
+ .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-wrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-wrap {
448
+ --pf-v6-c-table--cell--MinWidth: 0;
449
+ --pf-v6-c-table--cell--MaxWidth: none;
450
+ --pf-v6-c-table--cell--Overflow: visible;
451
+ --pf-v6-c-table--cell--TextOverflow: clip;
452
+ --pf-v6-c-table--cell--WhiteSpace: normal;
453
+ }
454
+ .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-nowrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-nowrap {
455
+ --pf-v6-c-table--cell--MinWidth: 0;
456
+ --pf-v6-c-table--cell--MaxWidth: none;
457
+ --pf-v6-c-table--cell--Overflow: visible;
458
+ --pf-v6-c-table--cell--TextOverflow: clip;
459
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
460
+ }
461
+ .pf-v6-c-table :where([class*=pf-v6-c-table]) .pf-v6-c-table__icon, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-fit-content, :where(.pf-v6-c-table) > :is(thead, tbody) .pf-v6-c-table__icon, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-fit-content {
462
+ --pf-v6-c-table--cell--MinWidth: fit-content;
463
+ --pf-v6-c-table--cell--MaxWidth: none;
464
+ --pf-v6-c-table--cell--Width: 1%;
465
+ --pf-v6-c-table--cell--Overflow: visible;
466
+ --pf-v6-c-table--cell--TextOverflow: clip;
467
+ --pf-v6-c-table--cell--WhiteSpace: nowrap;
468
+ }
469
+ .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-break-word, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-break-word {
470
+ --pf-v6-c-table--cell--WordBreak: break-word;
471
+ --pf-v6-c-table--cell--WhiteSpace: normal;
472
+ }
473
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
474
474
  border-block-end: 0;
475
475
  }
476
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
476
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :first-child::after {
477
477
  border-inline-start: 0;
478
478
  }
479
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody):not(.pf-m-expanded) .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
479
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody):not(.pf-m-expanded) .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::before {
480
480
  display: none;
481
481
  }
482
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > .pf-v5-c-table__control-row {
483
- border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
482
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody).pf-m-expanded > .pf-v6-c-table__control-row {
483
+ border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
484
484
  }
485
- .pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__control-row > .pf-v5-c-table__compound-expansion-toggle:first-child > ::before {
485
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) .pf-v6-c-table__control-row > .pf-v6-c-table__compound-expansion-toggle:first-child > ::before {
486
486
  border-inline-start-width: 0;
487
487
  }
488
- .pf-v5-c-table tr.pf-m-clickable:last-child {
488
+ .pf-v6-c-table tr.pf-m-clickable:last-child {
489
489
  border-block-end-color: transparent;
490
490
  }
491
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
491
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable {
492
492
  cursor: pointer;
493
- background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
494
- outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
495
- box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
493
+ background-color: var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);
494
+ outline-offset: var(--pf-v6-c-table__tr--m-clickable--OutlineOffset);
495
+ box-shadow: var(--pf-v6-c-table__tr--m-clickable--BoxShadow);
496
496
  }
497
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
498
- --pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor);
497
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:hover, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:focus, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:active {
498
+ --pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
499
499
  }
500
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
501
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
502
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
500
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
501
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
502
+ --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
503
503
  position: relative;
504
- background-color: var(--pf-v5-c-table__tr--m-selected--BackgroundColor);
505
- outline-offset: var(--pf-v5-c-table__tr--m-selected--OutlineOffset);
506
- box-shadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow);
504
+ background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
505
+ outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
506
+ box-shadow: var(--pf-v6-c-table__tr--m-selected--BoxShadow);
507
507
  }
508
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected + tr:where(.pf-v5-c-table__tr).pf-m-selected {
509
- box-shadow: var(--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow);
508
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected + tr:where(.pf-v6-c-table__tr).pf-m-selected {
509
+ box-shadow: var(--pf-v6-c-table__tr--m-selected--m-selected--BoxShadow);
510
510
  }
511
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected + tr:where(.pf-v5-c-table__tr).pf-m-selected:hover {
512
- box-shadow: var(--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow);
511
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected + tr:where(.pf-v6-c-table__tr).pf-m-selected:hover {
512
+ box-shadow: var(--pf-v6-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow);
513
513
  }
514
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected:hover + tr:where(.pf-v5-c-table__tr).pf-m-selected {
515
- box-shadow: var(--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow);
514
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected:hover + tr:where(.pf-v6-c-table__tr).pf-m-selected {
515
+ box-shadow: var(--pf-v6-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow);
516
516
  }
517
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-first-cell-offset-reset {
518
- --pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
517
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset {
518
+ --pf-v6-c-table--cell--first-last-child--PaddingLeft: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
519
519
  }
520
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable {
520
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
521
521
  cursor: pointer;
522
- background-color: var(--pf-v5-c-table__tbody--m-clickable--BackgroundColor);
523
- outline-offset: var(--pf-v5-c-table__tbody--m-clickable--OutlineOffset);
524
- box-shadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow);
522
+ background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
523
+ outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
524
+ box-shadow: var(--pf-v6-c-table__tbody--m-clickable--BoxShadow);
525
525
  }
526
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
527
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor);
526
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
527
+ --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor);
528
528
  }
529
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:hover:not(.pf-m-selected) + tbody:where(.pf-v5-c-table__tbody).pf-m-selected, .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:focus:not(.pf-m-selected) + tbody:where(.pf-v5-c-table__tbody).pf-m-selected, .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:active:not(.pf-m-selected) + tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
530
- box-shadow: var(--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow);
529
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:hover:not(.pf-m-selected) + tbody:where(.pf-v6-c-table__tbody).pf-m-selected, .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:focus:not(.pf-m-selected) + tbody:where(.pf-v6-c-table__tbody).pf-m-selected, .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:active:not(.pf-m-selected) + tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
530
+ box-shadow: var(--pf-v6-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow);
531
531
  }
532
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:hover {
533
- --pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow);
534
- --pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor);
532
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:hover {
533
+ --pf-v6-c-table__tbody--m-clickable--BoxShadow: var(--pf-v6-c-table__tbody--m-clickable--hover--BoxShadow);
534
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
535
535
  }
536
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:focus {
537
- --pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow);
538
- --pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor);
536
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:focus {
537
+ --pf-v6-c-table__tbody--m-clickable--BoxShadow: var(--pf-v6-c-table__tbody--m-clickable--focus--BoxShadow);
538
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--focus--BackgroundColor);
539
539
  }
540
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:active {
541
- --pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--active--BoxShadow);
542
- --pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor);
540
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:active {
541
+ --pf-v6-c-table__tbody--m-clickable--BoxShadow: var(--pf-v6-c-table__tbody--m-clickable--active--BoxShadow);
542
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--active--BackgroundColor);
543
543
  }
544
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
545
- --pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth);
546
- --pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor);
547
- background-color: var(--pf-v5-c-table__tbody--m-selected--BackgroundColor);
548
- outline-offset: var(--pf-v5-c-table__tbody--m-selected--OutlineOffset);
549
- box-shadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow);
544
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
545
+ --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftWidth);
546
+ --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftColor);
547
+ background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
548
+ outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
549
+ box-shadow: var(--pf-v6-c-table__tbody--m-selected--BoxShadow);
550
550
  }
551
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected + tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
552
- --pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow);
551
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected + tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
552
+ --pf-v6-c-table__tbody--m-selected--BoxShadow: var(--pf-v6-c-table__tbody--m-selected--m-selected--BoxShadow);
553
553
  }
554
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected + tbody:where(.pf-v5-c-table__tbody).pf-m-selected:hover {
555
- box-shadow: var(--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow);
554
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected + tbody:where(.pf-v6-c-table__tbody).pf-m-selected:hover {
555
+ box-shadow: var(--pf-v6-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow);
556
556
  }
557
- .pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected:hover + tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
558
- box-shadow: var(--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow);
557
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected:hover + tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
558
+ box-shadow: var(--pf-v6-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow);
559
559
  }
560
- .pf-v5-c-table.pf-m-drag-over {
560
+ .pf-v6-c-table.pf-m-drag-over {
561
561
  overflow-anchor: none;
562
562
  }
563
563
 
564
- .pf-v5-c-table__text {
565
- --pf-v5-c-table--cell--MaxWidth: 100%;
564
+ .pf-v6-c-table__text {
565
+ --pf-v6-c-table--cell--MaxWidth: 100%;
566
566
  position: relative;
567
567
  display: block;
568
- width: var(--pf-v5-c-table--cell--Width);
569
- min-width: var(--pf-v5-c-table--text--MinWidth);
570
- max-width: var(--pf-v5-c-table--cell--MaxWidth);
571
- overflow: var(--pf-v5-c-table--cell--Overflow);
572
- line-height: var(--pf-v5-c-table--cell--LineHeight);
573
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
574
- word-break: var(--pf-v5-c-table--cell--WordBreak);
575
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
568
+ width: var(--pf-v6-c-table--cell--Width);
569
+ min-width: var(--pf-v6-c-table--text--MinWidth);
570
+ max-width: var(--pf-v6-c-table--cell--MaxWidth);
571
+ overflow: var(--pf-v6-c-table--cell--Overflow);
572
+ line-height: var(--pf-v6-c-table--cell--LineHeight);
573
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
574
+ word-break: var(--pf-v6-c-table--cell--WordBreak);
575
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
576
576
  }
577
- .pf-v5-c-table__text.pf-m-truncate {
578
- --pf-v5-c-table--cell--MinWidth: 100%;
577
+ .pf-v6-c-table__text.pf-m-truncate {
578
+ --pf-v6-c-table--cell--MinWidth: 100%;
579
579
  }
580
- .pf-v5-c-table__text.pf-m-truncate > * {
581
- overflow: var(--pf-v5-c-table--cell--Overflow);
582
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
583
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
580
+ .pf-v6-c-table__text.pf-m-truncate > * {
581
+ overflow: var(--pf-v6-c-table--cell--Overflow);
582
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
583
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
584
584
  }
585
585
 
586
- .pf-v5-c-table__button {
586
+ .pf-v6-c-table__button {
587
587
  position: static;
588
588
  width: auto;
589
- padding-block-start: var(--pf-v5-c-table__button--PaddingTop);
590
- padding-block-end: var(--pf-v5-c-table__button--PaddingBottom);
591
- padding-inline-start: var(--pf-v5-c-table__button--PaddingLeft);
592
- padding-inline-end: var(--pf-v5-c-table__button--PaddingRight);
593
- margin-inline-start: calc(var(--pf-v5-c-table__button--PaddingLeft) * -1);
589
+ padding-block-start: var(--pf-v6-c-table__button--PaddingTop);
590
+ padding-block-end: var(--pf-v6-c-table__button--PaddingBottom);
591
+ padding-inline-start: var(--pf-v6-c-table__button--PaddingLeft);
592
+ padding-inline-end: var(--pf-v6-c-table__button--PaddingRight);
593
+ margin-inline-start: calc(var(--pf-v6-c-table__button--PaddingLeft) * -1);
594
594
  font-size: inherit;
595
595
  font-weight: inherit;
596
- color: var(--pf-v5-c-table__button--Color);
596
+ color: var(--pf-v6-c-table__button--Color);
597
597
  text-align: start;
598
598
  white-space: inherit;
599
599
  user-select: text;
600
- background-color: var(--pf-v5-c-table__button--BackgroundColor);
600
+ background-color: var(--pf-v6-c-table__button--BackgroundColor);
601
601
  border: 0;
602
- border-radius: var(--pf-v5-c-table__button--BorderRadius);
602
+ border-radius: var(--pf-v6-c-table__button--BorderRadius);
603
603
  }
604
- .pf-v5-c-table .pf-v5-c-table .pf-v5-c-table__button {
604
+ .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
605
605
  margin-block-end: 0;
606
606
  }
607
- .pf-v5-c-table__button::before {
607
+ .pf-v6-c-table__button::before {
608
608
  position: absolute;
609
609
  inset-block-start: 0;
610
610
  inset-block-end: 0;
@@ -613,378 +613,378 @@
613
613
  cursor: pointer;
614
614
  content: "";
615
615
  }
616
- .pf-v5-c-table__button:hover {
617
- color: var(--pf-v5-c-table__button--hover--Color);
616
+ .pf-v6-c-table__button:hover {
617
+ color: var(--pf-v6-c-table__button--hover--Color);
618
618
  }
619
- .pf-v5-c-table__button:focus {
620
- color: var(--pf-v5-c-table__button--focus--Color);
619
+ .pf-v6-c-table__button:focus {
620
+ color: var(--pf-v6-c-table__button--focus--Color);
621
621
  }
622
- .pf-v5-c-table__button:active {
623
- color: var(--pf-v5-c-table__button--active--Color);
622
+ .pf-v6-c-table__button:active {
623
+ color: var(--pf-v6-c-table__button--active--Color);
624
624
  }
625
625
 
626
- .pf-v5-c-table__sort .pf-v5-c-table__text,
627
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__text {
626
+ .pf-v6-c-table__sort .pf-v6-c-table__text,
627
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__text {
628
628
  display: block;
629
629
  width: auto;
630
- overflow: var(--pf-v5-c-table--cell--Overflow);
631
- text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
632
- white-space: var(--pf-v5-c-table--cell--WhiteSpace);
630
+ overflow: var(--pf-v6-c-table--cell--Overflow);
631
+ text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
632
+ white-space: var(--pf-v6-c-table--cell--WhiteSpace);
633
633
  }
634
634
 
635
- .pf-v5-c-table__button-content,
636
- .pf-v5-c-table__column-help {
635
+ .pf-v6-c-table__button-content,
636
+ .pf-v6-c-table__column-help {
637
637
  display: inline-grid;
638
638
  grid-template-columns: auto max-content;
639
639
  align-items: baseline;
640
640
  justify-content: start;
641
641
  }
642
- .pf-v5-c-table__button-content .pf-v5-c-table__text,
643
- .pf-v5-c-table__column-help .pf-v5-c-table__text {
642
+ .pf-v6-c-table__button-content .pf-v6-c-table__text,
643
+ .pf-v6-c-table__column-help .pf-v6-c-table__text {
644
644
  min-width: auto;
645
645
  }
646
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nowrap .pf-v5-c-table__button-content, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-nowrap .pf-v5-c-table__button-content, .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-nowrap .pf-v5-c-table__button-content,
647
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nowrap .pf-v5-c-table__column-help,
648
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-nowrap .pf-v5-c-table__column-help,
649
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-nowrap .pf-v5-c-table__column-help {
646
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,
647
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,
648
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__column-help,
649
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__column-help {
650
650
  grid-template-columns: min-content max-content;
651
651
  }
652
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-fit-content .pf-v5-c-table__button-content, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-fit-content .pf-v5-c-table__button-content, .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-fit-content .pf-v5-c-table__button-content,
653
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-fit-content .pf-v5-c-table__column-help,
654
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-fit-content .pf-v5-c-table__column-help,
655
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-fit-content .pf-v5-c-table__column-help {
652
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__button-content,
653
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__column-help,
654
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__column-help,
655
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__column-help {
656
656
  grid-template-columns: fit-content max-content;
657
657
  }
658
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-wrap .pf-v5-c-table__button-content, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-wrap .pf-v5-c-table__button-content, .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-wrap .pf-v5-c-table__button-content, .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-truncate .pf-v5-c-table__button-content, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-truncate .pf-v5-c-table__button-content, .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-truncate .pf-v5-c-table__button-content,
659
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-wrap .pf-v5-c-table__column-help,
660
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-wrap .pf-v5-c-table__column-help,
661
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-wrap .pf-v5-c-table__column-help,
662
- .pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-truncate .pf-v5-c-table__column-help,
663
- .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-truncate .pf-v5-c-table__column-help,
664
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-truncate .pf-v5-c-table__column-help {
658
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__button-content,
659
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__column-help,
660
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__column-help,
661
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__column-help,
662
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__column-help,
663
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__column-help,
664
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__column-help {
665
665
  grid-template-columns: auto max-content;
666
666
  }
667
667
 
668
- .pf-v5-c-table .pf-v5-c-table__check,
669
- .pf-v5-c-table .pf-v5-c-table__toggle,
670
- .pf-v5-c-table .pf-v5-c-table__action,
671
- .pf-v5-c-table .pf-v5-c-table__favorite,
672
- .pf-v5-c-table th:where(.pf-v5-c-table__th).pf-m-favorite,
673
- .pf-v5-c-table .pf-v5-c-table__inline-edit-action,
674
- .pf-v5-c-table .pf-v5-c-table__draggable {
675
- --pf-v5-c-table--cell--MinWidth: 0;
676
- --pf-v5-c-table--cell--Width: 1%;
668
+ .pf-v6-c-table .pf-v6-c-table__check,
669
+ .pf-v6-c-table .pf-v6-c-table__toggle,
670
+ .pf-v6-c-table .pf-v6-c-table__action,
671
+ .pf-v6-c-table .pf-v6-c-table__favorite,
672
+ .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-favorite,
673
+ .pf-v6-c-table .pf-v6-c-table__inline-edit-action,
674
+ .pf-v6-c-table .pf-v6-c-table__draggable {
675
+ --pf-v6-c-table--cell--MinWidth: 0;
676
+ --pf-v6-c-table--cell--Width: 1%;
677
677
  }
678
678
 
679
- .pf-v5-c-table__toggle {
680
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__toggle--PaddingTop);
681
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__toggle--PaddingBottom);
682
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__toggle--PaddingLeft);
683
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__toggle--PaddingRight);
679
+ .pf-v6-c-table__toggle {
680
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__toggle--PaddingTop);
681
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__toggle--PaddingBottom);
682
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__toggle--PaddingLeft);
683
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__toggle--PaddingRight);
684
684
  }
685
- .pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
686
- transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
685
+ .pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon {
686
+ transform: rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
687
687
  }
688
- .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
689
- transition: var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);
690
- transform: rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate));
688
+ .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
689
+ transition: var(--pf-v6-c-table__toggle--c-button__toggle-icon--Transition);
690
+ transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
691
691
  }
692
- :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
692
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
693
693
  scale: -1 1;
694
694
  }
695
695
 
696
- .pf-v5-c-table__toggle svg {
696
+ .pf-v6-c-table__toggle svg {
697
697
  pointer-events: none;
698
698
  }
699
699
 
700
- .pf-v5-c-table__check {
701
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__check--PaddingLeft);
702
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__check--PaddingRight);
700
+ .pf-v6-c-table__check {
701
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__check--PaddingLeft);
702
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__check--PaddingRight);
703
703
  }
704
- .pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
704
+ .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone {
705
705
  display: inline-flex;
706
706
  }
707
- thead .pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
707
+ thead .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone {
708
708
  vertical-align: bottom;
709
709
  }
710
- tbody .pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
710
+ tbody .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone {
711
711
  vertical-align: top;
712
712
  }
713
- .pf-v5-c-table__check label {
713
+ .pf-v6-c-table__check label {
714
714
  display: contents;
715
715
  }
716
716
 
717
- .pf-v5-c-table__favorite {
718
- --pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__favorite--PaddingLeft);
719
- --pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__favorite--PaddingRight);
717
+ .pf-v6-c-table__favorite {
718
+ --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__favorite--PaddingLeft);
719
+ --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__favorite--PaddingRight);
720
720
  }
721
- .pf-v5-c-table__favorite .pf-v5-c-button {
722
- --pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);
721
+ .pf-v6-c-table__favorite .pf-v6-c-button {
722
+ --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
723
723
  }
724
- .pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
725
- --pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
724
+ .pf-m-favorited.pf-v6-c-table__favorite .pf-v6-c-button {
725
+ --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
726
726
  }
727
727
 
728
- .pf-v5-c-table__draggable .pf-v5-c-button {
728
+ .pf-v6-c-table__draggable .pf-v6-c-button {
729
729
  cursor: grab;
730
730
  }
731
- .pf-v5-c-table__draggable .pf-v5-c-button:active {
731
+ .pf-v6-c-table__draggable .pf-v6-c-button:active {
732
732
  cursor: grabbing;
733
733
  }
734
734
 
735
- .pf-v5-c-table__action,
736
- .pf-v5-c-table__inline-edit-action,
737
- .pf-v5-c-table__draggable {
738
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__action--PaddingTop);
739
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__action--PaddingBottom);
735
+ .pf-v6-c-table__action,
736
+ .pf-v6-c-table__inline-edit-action,
737
+ .pf-v6-c-table__draggable {
738
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__action--PaddingTop);
739
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__action--PaddingBottom);
740
740
  }
741
741
 
742
- .pf-v5-c-table__action:last-child,
743
- .pf-v5-c-table__inline-edit-action:last-child {
742
+ .pf-v6-c-table__action:last-child,
743
+ .pf-v6-c-table__inline-edit-action:last-child {
744
744
  text-align: end;
745
745
  }
746
746
 
747
- .pf-v5-c-table__compound-expansion-toggle {
748
- --pf-v5-c-table__button--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--Color);
749
- --pf-v5-c-table__button--hover--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--hover--Color);
750
- --pf-v5-c-table__button--focus--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--focus--Color);
751
- --pf-v5-c-table__button--active--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--active--Color);
747
+ .pf-v6-c-table__compound-expansion-toggle {
748
+ --pf-v6-c-table__button--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--Color);
749
+ --pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
750
+ --pf-v6-c-table__button--focus--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--focus--Color);
751
+ --pf-v6-c-table__button--active--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--active--Color);
752
752
  position: relative;
753
753
  padding: 0;
754
754
  }
755
- .pf-v5-c-table__compound-expansion-toggle.pf-m-truncate {
755
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
756
756
  overflow: visible;
757
757
  }
758
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button {
758
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button {
759
759
  position: static;
760
760
  min-width: 100%;
761
761
  padding: 0;
762
762
  margin: 0;
763
763
  overflow: hidden;
764
764
  }
765
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:hover, .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:focus, .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:active {
765
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:hover, .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:focus, .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:active {
766
766
  outline: 0;
767
767
  }
768
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
769
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
768
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::before,
769
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::after {
770
770
  position: absolute;
771
771
  inset: 0;
772
772
  content: "";
773
773
  border-style: solid;
774
774
  border-width: 0;
775
775
  }
776
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
776
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::before {
777
777
  inset-block-start: 0;
778
- inset-block-end: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
779
- inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
780
- border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor);
781
- border-inline-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
782
- border-inline-end-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
783
- }
784
- .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
785
- inset-block-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
786
- inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
778
+ inset-block-end: var(--pf-v6-c-table__compound-expansion-toggle__button--before--Bottom);
779
+ inset-inline-start: var(--pf-v6-c-table__compound-expansion-toggle__button--before--Left);
780
+ border-color: var(--pf-v6-c-table__compound-expansion-toggle__button--before--BorderColor);
781
+ border-inline-start-width: var(--pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
782
+ border-inline-end-width: var(--pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
783
+ }
784
+ .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::after {
785
+ inset-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--Top);
786
+ inset-inline-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--Left);
787
787
  pointer-events: none;
788
- border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor);
789
- border-block-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
788
+ border-color: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
789
+ border-block-start-width: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
790
790
  }
791
- .pf-v5-c-table__compound-expansion-toggle:hover, .pf-v5-c-table__compound-expansion-toggle:focus-within, .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded {
792
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
793
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
794
- --pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base);
791
+ .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within, .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
792
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--before--border-width--base);
793
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--before--border-width--base);
794
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--after--border-width--base);
795
795
  }
796
- .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button::before {
797
- border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
796
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded .pf-v6-c-table__button::before {
797
+ border-block-end: var(--pf-v6-c-table--BackgroundColor) solid var(--pf-v6-c-table__compound-expansion-toggle__button--before--border-width--base);
798
798
  }
799
- .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded:first-child {
800
- --pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
799
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded:first-child {
800
+ --pf-v6-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
801
801
  }
802
- .pf-v5-c-table__compound-expansion-toggle:focus-within {
803
- outline-offset: var(--pf-v5-c-table__button--OutlineOffset);
802
+ .pf-v6-c-table__compound-expansion-toggle:focus-within {
803
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
804
804
  }
805
805
  @media (-webkit-min-device-pixel-ratio: 0) {
806
- .pf-v5-c-table__compound-expansion-toggle:focus-within {
806
+ .pf-v6-c-table__compound-expansion-toggle:focus-within {
807
807
  outline-style: auto;
808
808
  outline-color: -webkit-focus-ring-color;
809
809
  }
810
810
  }
811
811
 
812
- .pf-v5-c-table__column-help-action {
813
- margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
812
+ .pf-v6-c-table__column-help-action {
813
+ margin-inline-start: var(--pf-v6-c-table__column-help--MarginLeft);
814
814
  }
815
815
 
816
- .pf-v5-c-table__sort .pf-v5-c-table__button:hover {
817
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
818
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--hover__text--Color);
816
+ .pf-v6-c-table__sort .pf-v6-c-table__button:hover {
817
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--hover__sort-indicator--Color);
818
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--hover__text--Color);
819
819
  }
820
- .pf-v5-c-table__sort .pf-v5-c-table__button:focus {
821
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--focus__sort-indicator--Color);
822
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--focus__text--Color);
820
+ .pf-v6-c-table__sort .pf-v6-c-table__button:focus {
821
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--focus__sort-indicator--Color);
822
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--focus__text--Color);
823
823
  }
824
- .pf-v5-c-table__sort .pf-v5-c-table__button:active {
825
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--active__sort-indicator--Color);
826
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--active__text--Color);
824
+ .pf-v6-c-table__sort .pf-v6-c-table__button:active {
825
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--active__sort-indicator--Color);
826
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--active__text--Color);
827
827
  }
828
- .pf-v5-c-table__sort .pf-v5-c-table__button .pf-v5-c-table__text {
829
- color: var(--pf-v5-c-table__sort__button__text--Color);
828
+ .pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text {
829
+ color: var(--pf-v6-c-table__sort__button__text--Color);
830
830
  }
831
- .pf-v5-c-table__sort.pf-m-selected .pf-v5-c-table__button {
832
- --pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort--m-selected__sort-indicator--Color);
833
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort--m-selected__button__text--Color);
834
- color: var(--pf-v5-c-table__sort--m-selected__button--Color);
831
+ .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
832
+ --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
833
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-selected__button__text--Color);
834
+ color: var(--pf-v6-c-table__sort--m-selected__button--Color);
835
835
  }
836
- .pf-v5-c-table__sort.pf-m-help {
837
- --pf-v5-c-table__th--m-help--MinWidth: var(--pf-v5-c-table__sort--m-help--MinWidth);
836
+ .pf-v6-c-table__sort.pf-m-help {
837
+ --pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
838
838
  }
839
- .pf-v5-c-table__sort.pf-m-favorite {
840
- --pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort--m-favorite__button__text--Color);
841
- --pf-v5-c-table__sort__button--hover__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--hover__text--Color);
842
- --pf-v5-c-table__sort__button--focus__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--focus__text--Color);
843
- --pf-v5-c-table__sort__button--active__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--active__text--Color);
844
- --pf-v5-c-table__sort--m-selected__button__text--Color: currentcolor;
839
+ .pf-v6-c-table__sort.pf-m-favorite {
840
+ --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-favorite__button__text--Color);
841
+ --pf-v6-c-table__sort__button--hover__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--hover__text--Color);
842
+ --pf-v6-c-table__sort__button--focus__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--focus__text--Color);
843
+ --pf-v6-c-table__sort__button--active__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--active__text--Color);
844
+ --pf-v6-c-table__sort--m-selected__button__text--Color: currentcolor;
845
845
  }
846
846
 
847
- .pf-v5-c-table__sort-indicator {
847
+ .pf-v6-c-table__sort-indicator {
848
848
  grid-column: 2;
849
- margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
850
- color: var(--pf-v5-c-table__sort-indicator--Color);
851
- color: var(--pf-v5-c-table__sort-indicator--FontSize);
849
+ margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginLeft);
850
+ color: var(--pf-v6-c-table__sort-indicator--Color);
851
+ color: var(--pf-v6-c-table__sort-indicator--FontSize);
852
852
  pointer-events: none;
853
853
  }
854
854
 
855
- .pf-v5-c-table__expandable-row {
855
+ .pf-v6-c-table__expandable-row {
856
856
  position: relative;
857
857
  border-block-end: 0 solid transparent;
858
858
  box-shadow: 0 0 0 0 transparent;
859
859
  }
860
- .pf-v5-c-table__expandable-row,
861
- .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td):first-child::after {
862
- transition: var(--pf-v5-c-table__expandable-row--Transition);
860
+ .pf-v6-c-table__expandable-row,
861
+ .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
862
+ transition: var(--pf-v6-c-table__expandable-row--Transition);
863
863
  }
864
- .pf-v5-c-table__expandable-row > td,
865
- .pf-v5-c-table__expandable-row > th {
864
+ .pf-v6-c-table__expandable-row > td,
865
+ .pf-v6-c-table__expandable-row > th {
866
866
  padding-top: 0;
867
867
  }
868
- .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
869
- .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding {
868
+ .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
869
+ .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
870
870
  padding-block-start: 0;
871
871
  padding-inline-end: 0;
872
872
  padding-block-end: 0;
873
- padding-inline-start: var(--pf-v5-c-table__expandable-row--after--border-width--base);
873
+ padding-inline-start: var(--pf-v6-c-table__expandable-row--after--border-width--base);
874
874
  }
875
- .pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
876
- .pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
875
+ .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
876
+ .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
877
877
  padding: 0;
878
878
  }
879
- .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
880
- padding-block-start: var(--pf-v5-c-table__expandable-row-content--PaddingTop);
881
- padding-block-end: var(--pf-v5-c-table__expandable-row-content--PaddingBottom);
879
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
880
+ padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingTop);
881
+ padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
882
882
  }
883
- .pf-v5-c-table__expandable-row.pf-m-expanded {
884
- border-block-end-color: var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);
885
- border-block-end-width: var(--pf-v5-c-table--border-width--base);
886
- box-shadow: var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow);
883
+ .pf-v6-c-table__expandable-row.pf-m-expanded {
884
+ border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor);
885
+ border-block-end-width: var(--pf-v6-c-table--border-width--base);
886
+ box-shadow: var(--pf-v6-c-table__expandable-row--m-expanded--BoxShadow);
887
887
  }
888
- .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
888
+ .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
889
889
  display: none;
890
890
  }
891
- .pf-v5-c-table__expandable-row tr:last-child {
891
+ .pf-v6-c-table__expandable-row tr:last-child {
892
892
  border-block-end: 0;
893
893
  }
894
894
 
895
- .pf-v5-c-table.pf-m-compact {
896
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
897
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
895
+ .pf-v6-c-table.pf-m-compact {
896
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact--cell--PaddingTop);
897
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact--cell--PaddingBottom);
898
898
  }
899
- .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
900
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
901
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
899
+ .pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
900
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact--cell--PaddingTop);
901
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact--cell--PaddingBottom);
902
902
  }
903
- .pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
904
- .pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
905
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
906
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
903
+ .pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),
904
+ .pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle {
905
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact__th--PaddingTop);
906
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact__th--PaddingBottom);
907
907
  }
908
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__action,
909
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__favorite,
910
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle,
911
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__draggable {
912
- --pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__action--PaddingTop);
913
- --pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__action--PaddingBottom);
908
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,
909
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,
910
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,
911
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable {
912
+ --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact__action--PaddingTop);
913
+ --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact__action--PaddingBottom);
914
914
  }
915
- .pf-v5-c-table.pf-m-compact .pf-v5-c-table__icon {
915
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
916
916
  width: auto;
917
917
  min-width: 0;
918
918
  text-align: center;
919
919
  }
920
920
 
921
- .pf-v5-c-table__icon-inline {
921
+ .pf-v6-c-table__icon-inline {
922
922
  display: flex;
923
923
  align-items: center;
924
924
  }
925
- .pf-v5-c-table__icon-inline > :not(:last-child) {
926
- margin-inline-end: var(--pf-v5-c-table__icon-inline--MarginRight);
925
+ .pf-v6-c-table__icon-inline > :not(:last-child) {
926
+ margin-inline-end: var(--pf-v6-c-table__icon-inline--MarginRight);
927
927
  }
928
928
 
929
- .pf-v5-c-table .pf-m-width-10 {
930
- --pf-v5-c-table--cell--Width: 10%;
929
+ .pf-v6-c-table .pf-m-width-10 {
930
+ --pf-v6-c-table--cell--Width: 10%;
931
931
  }
932
932
 
933
- .pf-v5-c-table .pf-m-width-15 {
934
- --pf-v5-c-table--cell--Width: 15%;
933
+ .pf-v6-c-table .pf-m-width-15 {
934
+ --pf-v6-c-table--cell--Width: 15%;
935
935
  }
936
936
 
937
- .pf-v5-c-table .pf-m-width-20 {
938
- --pf-v5-c-table--cell--Width: 20%;
937
+ .pf-v6-c-table .pf-m-width-20 {
938
+ --pf-v6-c-table--cell--Width: 20%;
939
939
  }
940
940
 
941
- .pf-v5-c-table .pf-m-width-25 {
942
- --pf-v5-c-table--cell--Width: 25%;
941
+ .pf-v6-c-table .pf-m-width-25 {
942
+ --pf-v6-c-table--cell--Width: 25%;
943
943
  }
944
944
 
945
- .pf-v5-c-table .pf-m-width-30 {
946
- --pf-v5-c-table--cell--Width: 30%;
945
+ .pf-v6-c-table .pf-m-width-30 {
946
+ --pf-v6-c-table--cell--Width: 30%;
947
947
  }
948
948
 
949
- .pf-v5-c-table .pf-m-width-35 {
950
- --pf-v5-c-table--cell--Width: 35%;
949
+ .pf-v6-c-table .pf-m-width-35 {
950
+ --pf-v6-c-table--cell--Width: 35%;
951
951
  }
952
952
 
953
- .pf-v5-c-table .pf-m-width-40 {
954
- --pf-v5-c-table--cell--Width: 40%;
953
+ .pf-v6-c-table .pf-m-width-40 {
954
+ --pf-v6-c-table--cell--Width: 40%;
955
955
  }
956
956
 
957
- .pf-v5-c-table .pf-m-width-45 {
958
- --pf-v5-c-table--cell--Width: 45%;
957
+ .pf-v6-c-table .pf-m-width-45 {
958
+ --pf-v6-c-table--cell--Width: 45%;
959
959
  }
960
960
 
961
- .pf-v5-c-table .pf-m-width-50 {
962
- --pf-v5-c-table--cell--Width: 50%;
961
+ .pf-v6-c-table .pf-m-width-50 {
962
+ --pf-v6-c-table--cell--Width: 50%;
963
963
  }
964
964
 
965
- .pf-v5-c-table .pf-m-width-60 {
966
- --pf-v5-c-table--cell--Width: 60%;
965
+ .pf-v6-c-table .pf-m-width-60 {
966
+ --pf-v6-c-table--cell--Width: 60%;
967
967
  }
968
968
 
969
- .pf-v5-c-table .pf-m-width-70 {
970
- --pf-v5-c-table--cell--Width: 70%;
969
+ .pf-v6-c-table .pf-m-width-70 {
970
+ --pf-v6-c-table--cell--Width: 70%;
971
971
  }
972
972
 
973
- .pf-v5-c-table .pf-m-width-80 {
974
- --pf-v5-c-table--cell--Width: 80%;
973
+ .pf-v6-c-table .pf-m-width-80 {
974
+ --pf-v6-c-table--cell--Width: 80%;
975
975
  }
976
976
 
977
- .pf-v5-c-table .pf-m-width-90 {
978
- --pf-v5-c-table--cell--Width: 90%;
977
+ .pf-v6-c-table .pf-m-width-90 {
978
+ --pf-v6-c-table--cell--Width: 90%;
979
979
  }
980
980
 
981
- .pf-v5-c-table .pf-m-width-100 {
982
- --pf-v5-c-table--cell--Width: 100%;
981
+ .pf-v6-c-table .pf-m-width-100 {
982
+ --pf-v6-c-table--cell--Width: 100%;
983
983
  }
984
984
 
985
- :where(.pf-v5-theme-dark) .pf-v5-c-table {
986
- --pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
985
+ :where(.pf-v6-theme-dark) .pf-v6-c-table {
986
+ --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-v6-global--BackgroundColor--150);
987
987
  }
988
- :where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:hover, :where(.pf-v5-theme-dark) .pf-v5-c-table__favorite .pf-v5-c-button:focus {
989
- --pf-v5-c-button--m-plain--Color: var(--pf-v5-global--palette--gold-100);
988
+ :where(.pf-v6-theme-dark) .pf-v6-c-table__favorite .pf-v6-c-button:hover, :where(.pf-v6-theme-dark) .pf-v6-c-table__favorite .pf-v6-c-button:focus {
989
+ --pf-v6-c-button--m-plain--Color: var(--pf-v6-global--palette--gold-100);
990
990
  }