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

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 +1 -1
  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,505 +1,505 @@
1
- .pf-v5-c-dropdown {
2
- --pf-v5-c-dropdown__toggle--PaddingTop: var(--pf-v5-global--spacer--form-element);
3
- --pf-v5-c-dropdown__toggle--PaddingRight: var(--pf-v5-global--spacer--sm);
4
- --pf-v5-c-dropdown__toggle--PaddingBottom: var(--pf-v5-global--spacer--form-element);
5
- --pf-v5-c-dropdown__toggle--PaddingLeft: var(--pf-v5-global--spacer--sm);
6
- --pf-v5-c-dropdown__toggle--ColumnGap: var(--pf-v5-global--spacer--sm);
7
- --pf-v5-c-dropdown__toggle--MinWidth: 0;
8
- --pf-v5-c-dropdown__toggle--FontSize: var(--pf-v5-global--FontSize--md);
9
- --pf-v5-c-dropdown__toggle--FontWeight: var(--pf-v5-global--FontWeight--normal);
10
- --pf-v5-c-dropdown__toggle--Color: var(--pf-v5-global--Color--100);
11
- --pf-v5-c-dropdown__toggle--LineHeight: var(--pf-v5-global--LineHeight--md);
12
- --pf-v5-c-dropdown__toggle--BackgroundColor: transparent;
13
- --pf-v5-c-dropdown__toggle--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
14
- --pf-v5-c-dropdown__toggle--before--BorderTopColor: var(--pf-v5-global--BorderColor--300);
15
- --pf-v5-c-dropdown__toggle--before--BorderRightColor: var(--pf-v5-global--BorderColor--300);
16
- --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-global--BorderColor--200);
17
- --pf-v5-c-dropdown__toggle--before--BorderLeftColor: var(--pf-v5-global--BorderColor--300);
18
- --pf-v5-c-dropdown__toggle--hover--before--BorderBottomColor: var(--pf-v5-global--active-color--100);
19
- --pf-v5-c-dropdown__toggle--focus--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--md);
20
- --pf-v5-c-dropdown__toggle--focus--before--BorderBottomColor: var(--pf-v5-global--active-color--100);
21
- --pf-v5-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--md);
22
- --pf-v5-c-dropdown__toggle--active--before--BorderBottomColor: var(--pf-v5-global--active-color--100);
23
- --pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--md);
24
- --pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomColor: var(--pf-v5-global--active-color--100);
25
- --pf-v5-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
26
- --pf-v5-c-dropdown__toggle--m-plain--Color: var(--pf-v5-global--Color--200);
27
- --pf-v5-c-dropdown__toggle--m-plain--hover--Color: var(--pf-v5-global--Color--100);
28
- --pf-v5-c-dropdown__toggle--m-plain--disabled--Color: var(--pf-v5-global--disabled-color--200);
29
- --pf-v5-c-dropdown__toggle--m-plain--PaddingRight: var(--pf-v5-global--spacer--md);
30
- --pf-v5-c-dropdown__toggle--m-plain--PaddingLeft: var(--pf-v5-global--spacer--md);
31
- --pf-v5-c-dropdown__toggle--m-plain--child--LineHeight: normal;
32
- --pf-v5-c-dropdown__toggle--m-primary--Color: var(--pf-v5-global--Color--light-100);
33
- --pf-v5-c-dropdown__toggle--m-primary--BorderRadius: var(--pf-v5-global--BorderRadius--sm);
34
- --pf-v5-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--100);
35
- --pf-v5-c-dropdown__toggle--m-primary--hover--BackgroundColor: var(--pf-v5-global--primary-color--200);
36
- --pf-v5-c-dropdown__toggle--m-primary--focus--BackgroundColor: var(--pf-v5-global--primary-color--200);
37
- --pf-v5-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-v5-global--primary-color--200);
38
- --pf-v5-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--200);
39
- --pf-v5-c-dropdown__toggle--m-primary--disabled--Color: var(--pf-v5-global--Color--100);
40
- --pf-v5-c-dropdown__toggle--m-secondary--Color: var(--pf-v5-global--primary-color--100);
41
- --pf-v5-c-dropdown__toggle--m-secondary--BorderRadius: var(--pf-v5-global--BorderRadius--sm);
42
- --pf-v5-c-dropdown__toggle--m-secondary--BackgroundColor: transparent;
43
- --pf-v5-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
44
- --pf-v5-c-dropdown__toggle--m-secondary--hover--before--BorderWidth: var(--pf-v5-global--BorderWidth--md);
45
- --pf-v5-c-dropdown__toggle--m-secondary--focus--before--BorderWidth: var(--pf-v5-global--BorderWidth--md);
46
- --pf-v5-c-dropdown__toggle--m-secondary--active--before--BorderWidth: var(--pf-v5-global--BorderWidth--md);
47
- --pf-v5-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-v5-global--primary-color--100);
48
- --pf-v5-c-dropdown__toggle--m-secondary--hover--before--BorderColor: var(--pf-v5-global--primary-color--100);
49
- --pf-v5-c-dropdown__toggle--m-secondary--focus--before--BorderColor: var(--pf-v5-global--primary-color--100);
50
- --pf-v5-c-dropdown__toggle--m-secondary--active--before--BorderColor: var(--pf-v5-global--primary-color--100);
51
- --pf-v5-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-v5-global--BorderWidth--md);
52
- --pf-v5-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-v5-global--primary-color--100);
53
- --pf-v5-c-dropdown__toggle-button--Color: var(--pf-v5-global--Color--100);
54
- --pf-v5-c-dropdown__toggle-button--BackgroundColor: transparent;
55
- --pf-v5-c-dropdown__toggle-progress--Visibility: hidden;
56
- --pf-v5-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-v5-global--FontSize--sm);
57
- --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-v5-global--spacer--form-element);
58
- --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v5-global--spacer--xs);
59
- --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-v5-global--spacer--form-element);
60
- --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v5-global--spacer--xs);
61
- --pf-v5-c-dropdown__toggle--m-split-button--child--BackgroundColor: transparent;
62
- --pf-v5-c-dropdown__toggle--m-split-button--first-child--PaddingLeft: var(--pf-v5-global--spacer--sm);
63
- --pf-v5-c-dropdown__toggle--m-split-button--last-child--PaddingRight: var(--pf-v5-global--spacer--sm);
64
- --pf-v5-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft: var(--pf-v5-global--spacer--sm);
65
- --pf-v5-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight: var(--pf-v5-global--spacer--sm);
66
- --pf-v5-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: calc(-1 * var(--pf-v5-global--BorderWidth--sm));
67
- --pf-v5-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft: var(--pf-v5-global--spacer--sm);
68
- --pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius: var(--pf-v5-global--BorderRadius--sm);
69
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
70
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-global--primary-color--100);
71
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--hover--BackgroundColor: var(--pf-v5-global--primary-color--200);
72
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor: var(--pf-v5-global--primary-color--200);
73
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--active--BackgroundColor: var(--pf-v5-global--primary-color--200);
74
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--m-expanded--BackgroundColor: var(--pf-v5-global--primary-color--200);
75
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor: var(--pf-v5-global--primary-color--200);
76
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth: var(--pf-v5-global--BorderWidth--sm);
77
- --pf-v5-c-dropdown--m-expanded__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v5-global--BorderWidth--md);
78
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--Color: var(--pf-v5-global--primary-color--100);
79
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--hover--before--BorderWidth: var(--pf-v5-global--BorderWidth--md);
80
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--focus--before--BorderWidth: var(--pf-v5-global--BorderWidth--md);
81
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--active--before--BorderWidth: var(--pf-v5-global--BorderWidth--md);
82
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base: var(--pf-v5-global--BorderWidth--sm);
83
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base: var(--pf-v5-global--primary-color--100);
84
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
85
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base);
86
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--hover--BorderWidth: var(--pf-v5-global--BorderWidth--md);
87
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--focus--BorderWidth: var(--pf-v5-global--BorderWidth--md);
88
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--active--BorderWidth: var(--pf-v5-global--BorderWidth--md);
89
- --pf-v5-c-dropdown__toggle-icon--LineHeight: var(--pf-v5-global--LineHeight--md);
90
- --pf-v5-c-dropdown__toggle-icon--PaddingRight: var(--pf-v5-global--spacer--sm);
91
- --pf-v5-c-dropdown__toggle-icon--PaddingLeft: var(--pf-v5-global--spacer--sm);
92
- --pf-v5-c-dropdown__toggle-icon--MarginLeft: 0;
93
- --pf-v5-c-dropdown--m-top--m-expanded__toggle-icon--Rotate: 180deg;
94
- --pf-v5-c-dropdown--m-plain__toggle-icon--Color: var(--pf-v5-global--Color--200);
95
- --pf-v5-c-dropdown--m-plain--hover__toggle-icon--Color: var(--pf-v5-global--Color--100);
96
- --pf-v5-c-dropdown__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-100);
97
- --pf-v5-c-dropdown__menu--BoxShadow: var(--pf-v5-global--BoxShadow--md);
98
- --pf-v5-c-dropdown__menu--PaddingTop: var(--pf-v5-global--spacer--sm);
99
- --pf-v5-c-dropdown__menu--PaddingBottom: var(--pf-v5-global--spacer--sm);
100
- --pf-v5-c-dropdown__menu--Top: calc(100% + var(--pf-v5-global--spacer--xs));
101
- --pf-v5-c-dropdown__menu--ZIndex: var(--pf-v5-global--ZIndex--sm);
102
- --pf-v5-c-dropdown--m-top__menu--Top: 0;
103
- --pf-v5-c-dropdown--m-top__menu--TranslateY: calc(-100% - var(--pf-v5-global--spacer--xs));
104
- --pf-v5-c-dropdown__menu-item--BackgroundColor: transparent;
105
- --pf-v5-c-dropdown__menu-item--PaddingTop: var(--pf-v5-global--spacer--sm);
106
- --pf-v5-c-dropdown__menu-item--PaddingRight: var(--pf-v5-global--spacer--md);
107
- --pf-v5-c-dropdown__menu-item--PaddingBottom: var(--pf-v5-global--spacer--sm);
108
- --pf-v5-c-dropdown__menu-item--PaddingLeft: var(--pf-v5-global--spacer--md);
109
- --pf-v5-c-dropdown__menu-item--FontSize: var(--pf-v5-global--FontSize--md);
110
- --pf-v5-c-dropdown__menu-item--FontWeight: var(--pf-v5-global--FontWeight--normal);
111
- --pf-v5-c-dropdown__menu-item--LineHeight: var(--pf-v5-global--LineHeight--md);
112
- --pf-v5-c-dropdown__menu-item--Color: var(--pf-v5-global--Color--dark-100);
113
- --pf-v5-c-dropdown__menu-item--hover--Color: var(--pf-v5-global--Color--dark-100);
114
- --pf-v5-c-dropdown__menu-item--disabled--Color: var(--pf-v5-global--Color--dark-200);
115
- --pf-v5-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-300);
116
- --pf-v5-c-dropdown__menu-item--disabled--BackgroundColor: transparent;
117
- --pf-v5-c-dropdown__menu-item--m-text--Color: var(--pf-v5-global--Color--dark-200);
118
- --pf-v5-c-dropdown__menu-item-icon--MarginRight: var(--pf-v5-global--spacer--sm);
119
- --pf-v5-c-dropdown__menu-item-icon--Width: var(--pf-v5-global--icon--FontSize--lg);
120
- --pf-v5-c-dropdown__menu-item-icon--Height: var(--pf-v5-global--icon--FontSize--lg);
121
- --pf-v5-c-dropdown__menu-item-description--FontSize: var(--pf-v5-global--FontSize--xs);
122
- --pf-v5-c-dropdown__menu-item-description--Color: var(--pf-v5-global--Color--dark-200);
123
- --pf-v5-c-dropdown__group--group--PaddingTop: var(--pf-v5-global--spacer--sm);
124
- --pf-v5-c-dropdown__group-title--PaddingTop: var(--pf-v5-global--spacer--sm);
125
- --pf-v5-c-dropdown__group-title--PaddingRight: var(--pf-v5-c-dropdown__menu-item--PaddingRight);
126
- --pf-v5-c-dropdown__group-title--PaddingBottom: var(--pf-v5-c-dropdown__menu-item--PaddingBottom);
127
- --pf-v5-c-dropdown__group-title--PaddingLeft: var(--pf-v5-c-dropdown__menu-item--PaddingLeft);
128
- --pf-v5-c-dropdown__group-title--FontSize: var(--pf-v5-global--FontSize--xs);
129
- --pf-v5-c-dropdown__group-title--FontWeight: var(--pf-v5-global--FontWeight--normal);
130
- --pf-v5-c-dropdown__group-title--Color: var(--pf-v5-global--Color--dark-200);
131
- --pf-v5-c-dropdown--c-divider--MarginTop: var(--pf-v5-global--spacer--sm);
132
- --pf-v5-c-dropdown--c-divider--MarginBottom: var(--pf-v5-global--spacer--sm);
133
- --pf-v5-c-dropdown__toggle--c-badge__toggle-icon--PaddingRight: 0;
134
- --pf-v5-c-dropdown__toggle--c-badge__toggle-icon--PaddingLeft: 0;
135
- --pf-v5-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft: var(--pf-v5-global--spacer--xs);
136
- --pf-v5-c-dropdown__toggle--c-badge__toggle-icon--MarginRight: 0;
137
- --pf-v5-c-dropdown--c-menu--Top: calc(100% + var(--pf-v5-global--spacer--xs));
138
- --pf-v5-c-dropdown--c-menu--ZIndex: var(--pf-v5-global--ZIndex--sm);
139
- --pf-v5-c-dropdown--m-top--c-menu--Top: 0;
140
- --pf-v5-c-dropdown--m-top--c-menu--TranslateY: calc(-100% - var(--pf-v5-global--spacer--xs));
141
- --pf-v5-c-dropdown--m-full-height__toggle--before--BorderTopWidth: 0;
142
- --pf-v5-c-dropdown--m-full-height__toggle--expanded--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
143
- --pf-v5-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
144
- --pf-v5-c-dropdown--m-full-height__toggle--active--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
145
- --pf-v5-c-dropdown--m-full-height__toggle--focus--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--xl);
146
- --pf-v5-c-dropdown--m-full-height__toggle--PaddingRight: var(--pf-v5-global--spacer--lg);
147
- --pf-v5-c-dropdown--m-full-height__toggle--PaddingLeft: var(--pf-v5-global--spacer--lg);
1
+ .pf-v6-c-dropdown {
2
+ --pf-v6-c-dropdown__toggle--PaddingTop: var(--pf-v6-global--spacer--form-element);
3
+ --pf-v6-c-dropdown__toggle--PaddingRight: var(--pf-v6-global--spacer--sm);
4
+ --pf-v6-c-dropdown__toggle--PaddingBottom: var(--pf-v6-global--spacer--form-element);
5
+ --pf-v6-c-dropdown__toggle--PaddingLeft: var(--pf-v6-global--spacer--sm);
6
+ --pf-v6-c-dropdown__toggle--ColumnGap: var(--pf-v6-global--spacer--sm);
7
+ --pf-v6-c-dropdown__toggle--MinWidth: 0;
8
+ --pf-v6-c-dropdown__toggle--FontSize: var(--pf-v6-global--FontSize--md);
9
+ --pf-v6-c-dropdown__toggle--FontWeight: var(--pf-v6-global--FontWeight--normal);
10
+ --pf-v6-c-dropdown__toggle--Color: var(--pf-v6-global--Color--100);
11
+ --pf-v6-c-dropdown__toggle--LineHeight: var(--pf-v6-global--LineHeight--md);
12
+ --pf-v6-c-dropdown__toggle--BackgroundColor: transparent;
13
+ --pf-v6-c-dropdown__toggle--before--BorderWidth: var(--pf-v6-global--BorderWidth--sm);
14
+ --pf-v6-c-dropdown__toggle--before--BorderTopColor: var(--pf-v6-global--BorderColor--300);
15
+ --pf-v6-c-dropdown__toggle--before--BorderRightColor: var(--pf-v6-global--BorderColor--300);
16
+ --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-global--BorderColor--200);
17
+ --pf-v6-c-dropdown__toggle--before--BorderLeftColor: var(--pf-v6-global--BorderColor--300);
18
+ --pf-v6-c-dropdown__toggle--hover--before--BorderBottomColor: var(--pf-v6-global--active-color--100);
19
+ --pf-v6-c-dropdown__toggle--focus--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
20
+ --pf-v6-c-dropdown__toggle--focus--before--BorderBottomColor: var(--pf-v6-global--active-color--100);
21
+ --pf-v6-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
22
+ --pf-v6-c-dropdown__toggle--active--before--BorderBottomColor: var(--pf-v6-global--active-color--100);
23
+ --pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
24
+ --pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomColor: var(--pf-v6-global--active-color--100);
25
+ --pf-v6-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-v6-global--disabled-color--300);
26
+ --pf-v6-c-dropdown__toggle--m-plain--Color: var(--pf-v6-global--Color--200);
27
+ --pf-v6-c-dropdown__toggle--m-plain--hover--Color: var(--pf-v6-global--Color--100);
28
+ --pf-v6-c-dropdown__toggle--m-plain--disabled--Color: var(--pf-v6-global--disabled-color--200);
29
+ --pf-v6-c-dropdown__toggle--m-plain--PaddingRight: var(--pf-v6-global--spacer--md);
30
+ --pf-v6-c-dropdown__toggle--m-plain--PaddingLeft: var(--pf-v6-global--spacer--md);
31
+ --pf-v6-c-dropdown__toggle--m-plain--child--LineHeight: normal;
32
+ --pf-v6-c-dropdown__toggle--m-primary--Color: var(--pf-v6-global--Color--light-100);
33
+ --pf-v6-c-dropdown__toggle--m-primary--BorderRadius: var(--pf-v6-global--BorderRadius--sm);
34
+ --pf-v6-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--100);
35
+ --pf-v6-c-dropdown__toggle--m-primary--hover--BackgroundColor: var(--pf-v6-global--primary-color--200);
36
+ --pf-v6-c-dropdown__toggle--m-primary--focus--BackgroundColor: var(--pf-v6-global--primary-color--200);
37
+ --pf-v6-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-v6-global--primary-color--200);
38
+ --pf-v6-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--200);
39
+ --pf-v6-c-dropdown__toggle--m-primary--disabled--Color: var(--pf-v6-global--Color--100);
40
+ --pf-v6-c-dropdown__toggle--m-secondary--Color: var(--pf-v6-global--primary-color--100);
41
+ --pf-v6-c-dropdown__toggle--m-secondary--BorderRadius: var(--pf-v6-global--BorderRadius--sm);
42
+ --pf-v6-c-dropdown__toggle--m-secondary--BackgroundColor: transparent;
43
+ --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-global--BorderWidth--sm);
44
+ --pf-v6-c-dropdown__toggle--m-secondary--hover--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
45
+ --pf-v6-c-dropdown__toggle--m-secondary--focus--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
46
+ --pf-v6-c-dropdown__toggle--m-secondary--active--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
47
+ --pf-v6-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-v6-global--primary-color--100);
48
+ --pf-v6-c-dropdown__toggle--m-secondary--hover--before--BorderColor: var(--pf-v6-global--primary-color--100);
49
+ --pf-v6-c-dropdown__toggle--m-secondary--focus--before--BorderColor: var(--pf-v6-global--primary-color--100);
50
+ --pf-v6-c-dropdown__toggle--m-secondary--active--before--BorderColor: var(--pf-v6-global--primary-color--100);
51
+ --pf-v6-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
52
+ --pf-v6-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-v6-global--primary-color--100);
53
+ --pf-v6-c-dropdown__toggle-button--Color: var(--pf-v6-global--Color--100);
54
+ --pf-v6-c-dropdown__toggle-button--BackgroundColor: transparent;
55
+ --pf-v6-c-dropdown__toggle-progress--Visibility: hidden;
56
+ --pf-v6-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-v6-global--FontSize--sm);
57
+ --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-v6-global--spacer--form-element);
58
+ --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v6-global--spacer--xs);
59
+ --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-v6-global--spacer--form-element);
60
+ --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v6-global--spacer--xs);
61
+ --pf-v6-c-dropdown__toggle--m-split-button--child--BackgroundColor: transparent;
62
+ --pf-v6-c-dropdown__toggle--m-split-button--first-child--PaddingLeft: var(--pf-v6-global--spacer--sm);
63
+ --pf-v6-c-dropdown__toggle--m-split-button--last-child--PaddingRight: var(--pf-v6-global--spacer--sm);
64
+ --pf-v6-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft: var(--pf-v6-global--spacer--sm);
65
+ --pf-v6-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight: var(--pf-v6-global--spacer--sm);
66
+ --pf-v6-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: calc(-1 * var(--pf-v6-global--BorderWidth--sm));
67
+ --pf-v6-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft: var(--pf-v6-global--spacer--sm);
68
+ --pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius: var(--pf-v6-global--BorderRadius--sm);
69
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
70
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-global--primary-color--100);
71
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--hover--BackgroundColor: var(--pf-v6-global--primary-color--200);
72
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor: var(--pf-v6-global--primary-color--200);
73
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--active--BackgroundColor: var(--pf-v6-global--primary-color--200);
74
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--m-expanded--BackgroundColor: var(--pf-v6-global--primary-color--200);
75
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor: var(--pf-v6-global--primary-color--200);
76
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth: var(--pf-v6-global--BorderWidth--sm);
77
+ --pf-v6-c-dropdown--m-expanded__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
78
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--Color: var(--pf-v6-global--primary-color--100);
79
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--hover--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
80
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--focus--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
81
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--active--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
82
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base: var(--pf-v6-global--BorderWidth--sm);
83
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base: var(--pf-v6-global--primary-color--100);
84
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
85
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base);
86
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--hover--BorderWidth: var(--pf-v6-global--BorderWidth--md);
87
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--focus--BorderWidth: var(--pf-v6-global--BorderWidth--md);
88
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--active--BorderWidth: var(--pf-v6-global--BorderWidth--md);
89
+ --pf-v6-c-dropdown__toggle-icon--LineHeight: var(--pf-v6-global--LineHeight--md);
90
+ --pf-v6-c-dropdown__toggle-icon--PaddingRight: var(--pf-v6-global--spacer--sm);
91
+ --pf-v6-c-dropdown__toggle-icon--PaddingLeft: var(--pf-v6-global--spacer--sm);
92
+ --pf-v6-c-dropdown__toggle-icon--MarginLeft: 0;
93
+ --pf-v6-c-dropdown--m-top--m-expanded__toggle-icon--Rotate: 180deg;
94
+ --pf-v6-c-dropdown--m-plain__toggle-icon--Color: var(--pf-v6-global--Color--200);
95
+ --pf-v6-c-dropdown--m-plain--hover__toggle-icon--Color: var(--pf-v6-global--Color--100);
96
+ --pf-v6-c-dropdown__menu--BackgroundColor: var(--pf-v6-global--BackgroundColor--light-100);
97
+ --pf-v6-c-dropdown__menu--BoxShadow: var(--pf-v6-global--BoxShadow--md);
98
+ --pf-v6-c-dropdown__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
99
+ --pf-v6-c-dropdown__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
100
+ --pf-v6-c-dropdown__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
101
+ --pf-v6-c-dropdown__menu--ZIndex: var(--pf-v6-global--ZIndex--sm);
102
+ --pf-v6-c-dropdown--m-top__menu--Top: 0;
103
+ --pf-v6-c-dropdown--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
104
+ --pf-v6-c-dropdown__menu-item--BackgroundColor: transparent;
105
+ --pf-v6-c-dropdown__menu-item--PaddingTop: var(--pf-v6-global--spacer--sm);
106
+ --pf-v6-c-dropdown__menu-item--PaddingRight: var(--pf-v6-global--spacer--md);
107
+ --pf-v6-c-dropdown__menu-item--PaddingBottom: var(--pf-v6-global--spacer--sm);
108
+ --pf-v6-c-dropdown__menu-item--PaddingLeft: var(--pf-v6-global--spacer--md);
109
+ --pf-v6-c-dropdown__menu-item--FontSize: var(--pf-v6-global--FontSize--md);
110
+ --pf-v6-c-dropdown__menu-item--FontWeight: var(--pf-v6-global--FontWeight--normal);
111
+ --pf-v6-c-dropdown__menu-item--LineHeight: var(--pf-v6-global--LineHeight--md);
112
+ --pf-v6-c-dropdown__menu-item--Color: var(--pf-v6-global--Color--dark-100);
113
+ --pf-v6-c-dropdown__menu-item--hover--Color: var(--pf-v6-global--Color--dark-100);
114
+ --pf-v6-c-dropdown__menu-item--disabled--Color: var(--pf-v6-global--Color--dark-200);
115
+ --pf-v6-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-v6-global--BackgroundColor--light-300);
116
+ --pf-v6-c-dropdown__menu-item--disabled--BackgroundColor: transparent;
117
+ --pf-v6-c-dropdown__menu-item--m-text--Color: var(--pf-v6-global--Color--dark-200);
118
+ --pf-v6-c-dropdown__menu-item-icon--MarginRight: var(--pf-v6-global--spacer--sm);
119
+ --pf-v6-c-dropdown__menu-item-icon--Width: var(--pf-v6-global--icon--FontSize--lg);
120
+ --pf-v6-c-dropdown__menu-item-icon--Height: var(--pf-v6-global--icon--FontSize--lg);
121
+ --pf-v6-c-dropdown__menu-item-description--FontSize: var(--pf-v6-global--FontSize--xs);
122
+ --pf-v6-c-dropdown__menu-item-description--Color: var(--pf-v6-global--Color--dark-200);
123
+ --pf-v6-c-dropdown__group--group--PaddingTop: var(--pf-v6-global--spacer--sm);
124
+ --pf-v6-c-dropdown__group-title--PaddingTop: var(--pf-v6-global--spacer--sm);
125
+ --pf-v6-c-dropdown__group-title--PaddingRight: var(--pf-v6-c-dropdown__menu-item--PaddingRight);
126
+ --pf-v6-c-dropdown__group-title--PaddingBottom: var(--pf-v6-c-dropdown__menu-item--PaddingBottom);
127
+ --pf-v6-c-dropdown__group-title--PaddingLeft: var(--pf-v6-c-dropdown__menu-item--PaddingLeft);
128
+ --pf-v6-c-dropdown__group-title--FontSize: var(--pf-v6-global--FontSize--xs);
129
+ --pf-v6-c-dropdown__group-title--FontWeight: var(--pf-v6-global--FontWeight--normal);
130
+ --pf-v6-c-dropdown__group-title--Color: var(--pf-v6-global--Color--dark-200);
131
+ --pf-v6-c-dropdown--c-divider--MarginTop: var(--pf-v6-global--spacer--sm);
132
+ --pf-v6-c-dropdown--c-divider--MarginBottom: var(--pf-v6-global--spacer--sm);
133
+ --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--PaddingRight: 0;
134
+ --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--PaddingLeft: 0;
135
+ --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft: var(--pf-v6-global--spacer--xs);
136
+ --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginRight: 0;
137
+ --pf-v6-c-dropdown--c-menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
138
+ --pf-v6-c-dropdown--c-menu--ZIndex: var(--pf-v6-global--ZIndex--sm);
139
+ --pf-v6-c-dropdown--m-top--c-menu--Top: 0;
140
+ --pf-v6-c-dropdown--m-top--c-menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
141
+ --pf-v6-c-dropdown--m-full-height__toggle--before--BorderTopWidth: 0;
142
+ --pf-v6-c-dropdown--m-full-height__toggle--expanded--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--xl);
143
+ --pf-v6-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--xl);
144
+ --pf-v6-c-dropdown--m-full-height__toggle--active--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--xl);
145
+ --pf-v6-c-dropdown--m-full-height__toggle--focus--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--xl);
146
+ --pf-v6-c-dropdown--m-full-height__toggle--PaddingRight: var(--pf-v6-global--spacer--lg);
147
+ --pf-v6-c-dropdown--m-full-height__toggle--PaddingLeft: var(--pf-v6-global--spacer--lg);
148
148
  position: relative;
149
149
  display: inline-flex;
150
150
  align-items: flex-start;
151
151
  max-width: 100%;
152
152
  }
153
- .pf-v5-c-dropdown .pf-v5-c-divider {
154
- margin-block-start: var(--pf-v5-c-dropdown--c-divider--MarginTop);
155
- margin-block-end: var(--pf-v5-c-dropdown--c-divider--MarginBottom);
153
+ .pf-v6-c-dropdown .pf-v6-c-divider {
154
+ margin-block-start: var(--pf-v6-c-dropdown--c-divider--MarginTop);
155
+ margin-block-end: var(--pf-v6-c-dropdown--c-divider--MarginBottom);
156
156
  }
157
- .pf-v5-c-dropdown .pf-v5-c-divider:last-child {
158
- --pf-v5-c-dropdown--c-divider--MarginBottom: 0;
157
+ .pf-v6-c-dropdown .pf-v6-c-divider:last-child {
158
+ --pf-v6-c-dropdown--c-divider--MarginBottom: 0;
159
159
  }
160
- .pf-v5-c-dropdown > .pf-v5-c-menu {
160
+ .pf-v6-c-dropdown > .pf-v6-c-menu {
161
161
  position: absolute;
162
- inset-block-start: var(--pf-v5-c-dropdown--c-menu--Top);
163
- z-index: var(--pf-v5-c-dropdown--c-menu--ZIndex);
164
- }
165
- .pf-v5-c-dropdown.pf-m-full-height {
166
- --pf-v5-c-dropdown__toggle--PaddingRight: var(--pf-v5-c-dropdown--m-full-height__toggle--PaddingRight);
167
- --pf-v5-c-dropdown__toggle--PaddingLeft: var(--pf-v5-c-dropdown--m-full-height__toggle--PaddingLeft);
168
- --pf-v5-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-v5-c-dropdown--m-full-height__toggle--active--before--BorderBottomWidth);
169
- --pf-v5-c-dropdown__toggle--focus--before--BorderBottomWidth: var(--pf-v5-c-dropdown--m-full-height__toggle--focus--before--BorderBottomWidth);
170
- --pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: var(--pf-v5-c-dropdown--m-full-height__toggle--expanded--before--BorderBottomWidth);
162
+ inset-block-start: var(--pf-v6-c-dropdown--c-menu--Top);
163
+ z-index: var(--pf-v6-c-dropdown--c-menu--ZIndex);
164
+ }
165
+ .pf-v6-c-dropdown.pf-m-full-height {
166
+ --pf-v6-c-dropdown__toggle--PaddingRight: var(--pf-v6-c-dropdown--m-full-height__toggle--PaddingRight);
167
+ --pf-v6-c-dropdown__toggle--PaddingLeft: var(--pf-v6-c-dropdown--m-full-height__toggle--PaddingLeft);
168
+ --pf-v6-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-v6-c-dropdown--m-full-height__toggle--active--before--BorderBottomWidth);
169
+ --pf-v6-c-dropdown__toggle--focus--before--BorderBottomWidth: var(--pf-v6-c-dropdown--m-full-height__toggle--focus--before--BorderBottomWidth);
170
+ --pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: var(--pf-v6-c-dropdown--m-full-height__toggle--expanded--before--BorderBottomWidth);
171
171
  display: inline-flex;
172
172
  align-items: center;
173
173
  height: 100%;
174
174
  }
175
- .pf-v5-c-dropdown.pf-m-full-height .pf-v5-c-dropdown__toggle {
175
+ .pf-v6-c-dropdown.pf-m-full-height .pf-v6-c-dropdown__toggle {
176
176
  align-self: stretch;
177
177
  }
178
- .pf-v5-c-dropdown.pf-m-full-height .pf-v5-c-dropdown__toggle::before {
179
- border-block-start-width: var(--pf-v5-c-dropdown--m-full-height__toggle--before--BorderTopWidth);
178
+ .pf-v6-c-dropdown.pf-m-full-height .pf-v6-c-dropdown__toggle::before {
179
+ border-block-start-width: var(--pf-v6-c-dropdown--m-full-height__toggle--before--BorderTopWidth);
180
180
  }
181
- .pf-v5-c-dropdown.pf-m-full-height:hover .pf-v5-c-dropdown__toggle::before {
182
- border-block-end-width: var(--pf-v5-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth);
181
+ .pf-v6-c-dropdown.pf-m-full-height:hover .pf-v6-c-dropdown__toggle::before {
182
+ border-block-end-width: var(--pf-v6-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth);
183
183
  }
184
- .pf-v5-c-dropdown.pf-m-expanded {
185
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--m-expanded--BackgroundColor);
186
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v5-c-dropdown--m-expanded__toggle--m-secondary--m-split-button--child--before--BorderWidth);
184
+ .pf-v6-c-dropdown.pf-m-expanded {
185
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--m-expanded--BackgroundColor);
186
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown--m-expanded__toggle--m-secondary--m-split-button--child--before--BorderWidth);
187
187
  }
188
188
 
189
- .pf-v5-c-dropdown__toggle {
189
+ .pf-v6-c-dropdown__toggle {
190
190
  position: relative;
191
191
  display: inline-flex;
192
- column-gap: var(--pf-v5-c-dropdown__toggle--ColumnGap);
192
+ column-gap: var(--pf-v6-c-dropdown__toggle--ColumnGap);
193
193
  align-items: center;
194
- min-width: var(--pf-v5-c-dropdown__toggle--MinWidth);
194
+ min-width: var(--pf-v6-c-dropdown__toggle--MinWidth);
195
195
  max-width: 100%;
196
- padding-block-start: var(--pf-v5-c-dropdown__toggle--PaddingTop);
197
- padding-block-end: var(--pf-v5-c-dropdown__toggle--PaddingBottom);
198
- padding-inline-start: var(--pf-v5-c-dropdown__toggle--PaddingLeft);
199
- padding-inline-end: var(--pf-v5-c-dropdown__toggle--PaddingRight);
200
- font-size: var(--pf-v5-c-dropdown__toggle--FontSize);
201
- font-weight: var(--pf-v5-c-dropdown__toggle--FontWeight);
202
- line-height: var(--pf-v5-c-dropdown__toggle--LineHeight);
203
- color: var(--pf-v5-c-dropdown__toggle--Color);
204
- background-color: var(--pf-v5-c-dropdown__toggle--BackgroundColor);
196
+ padding-block-start: var(--pf-v6-c-dropdown__toggle--PaddingTop);
197
+ padding-block-end: var(--pf-v6-c-dropdown__toggle--PaddingBottom);
198
+ padding-inline-start: var(--pf-v6-c-dropdown__toggle--PaddingLeft);
199
+ padding-inline-end: var(--pf-v6-c-dropdown__toggle--PaddingRight);
200
+ font-size: var(--pf-v6-c-dropdown__toggle--FontSize);
201
+ font-weight: var(--pf-v6-c-dropdown__toggle--FontWeight);
202
+ line-height: var(--pf-v6-c-dropdown__toggle--LineHeight);
203
+ color: var(--pf-v6-c-dropdown__toggle--Color);
204
+ background-color: var(--pf-v6-c-dropdown__toggle--BackgroundColor);
205
205
  border: none;
206
206
  }
207
- .pf-v5-c-dropdown__toggle::before, .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button::before {
207
+ .pf-v6-c-dropdown__toggle::before, .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button::before {
208
208
  position: absolute;
209
209
  inset-block-start: 0;
210
210
  inset-block-end: 0;
211
211
  inset-inline-start: 0;
212
212
  inset-inline-end: 0;
213
213
  content: "";
214
- border: var(--pf-v5-c-dropdown__toggle--before--BorderWidth) solid;
215
- border-block-start-color: var(--pf-v5-c-dropdown__toggle--before--BorderTopColor);
216
- border-block-end-color: var(--pf-v5-c-dropdown__toggle--before--BorderBottomColor);
217
- border-inline-start-color: var(--pf-v5-c-dropdown__toggle--before--BorderLeftColor);
218
- border-inline-end-color: var(--pf-v5-c-dropdown__toggle--before--BorderRightColor);
219
- }
220
- .pf-v5-c-dropdown__toggle.pf-m-disabled, .pf-v5-c-dropdown__toggle:disabled {
221
- --pf-v5-c-dropdown__toggle--m-primary--Color: var(--pf-v5-c-dropdown__toggle--m-primary--disabled--Color);
222
- --pf-v5-c-dropdown__toggle--before--BorderBottomColor: transparent;
214
+ border: var(--pf-v6-c-dropdown__toggle--before--BorderWidth) solid;
215
+ border-block-start-color: var(--pf-v6-c-dropdown__toggle--before--BorderTopColor);
216
+ border-block-end-color: var(--pf-v6-c-dropdown__toggle--before--BorderBottomColor);
217
+ border-inline-start-color: var(--pf-v6-c-dropdown__toggle--before--BorderLeftColor);
218
+ border-inline-end-color: var(--pf-v6-c-dropdown__toggle--before--BorderRightColor);
219
+ }
220
+ .pf-v6-c-dropdown__toggle.pf-m-disabled, .pf-v6-c-dropdown__toggle:disabled {
221
+ --pf-v6-c-dropdown__toggle--m-primary--Color: var(--pf-v6-c-dropdown__toggle--m-primary--disabled--Color);
222
+ --pf-v6-c-dropdown__toggle--before--BorderBottomColor: transparent;
223
223
  pointer-events: none;
224
224
  }
225
- .pf-v5-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain), .pf-v5-c-dropdown__toggle.pf-m-disabled.pf-m-plain.pf-m-text, .pf-v5-c-dropdown__toggle:disabled:not(.pf-m-plain), .pf-v5-c-dropdown__toggle:disabled.pf-m-plain.pf-m-text {
226
- --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-c-dropdown__toggle--disabled--BackgroundColor);
225
+ .pf-v6-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain), .pf-v6-c-dropdown__toggle.pf-m-disabled.pf-m-plain.pf-m-text, .pf-v6-c-dropdown__toggle:disabled:not(.pf-m-plain), .pf-v6-c-dropdown__toggle:disabled.pf-m-plain.pf-m-text {
226
+ --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--disabled--BackgroundColor);
227
227
  }
228
- .pf-v5-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain)::before, .pf-v5-c-dropdown__toggle.pf-m-disabled.pf-m-plain.pf-m-text::before, .pf-v5-c-dropdown__toggle:disabled:not(.pf-m-plain)::before, .pf-v5-c-dropdown__toggle:disabled.pf-m-plain.pf-m-text::before {
228
+ .pf-v6-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain)::before, .pf-v6-c-dropdown__toggle.pf-m-disabled.pf-m-plain.pf-m-text::before, .pf-v6-c-dropdown__toggle:disabled:not(.pf-m-plain)::before, .pf-v6-c-dropdown__toggle:disabled.pf-m-plain.pf-m-text::before {
229
229
  border: 0;
230
230
  }
231
- .pf-v5-c-dropdown__toggle.pf-m-split-button {
232
- --pf-v5-c-dropdown__toggle--ColumnGap: 0;
231
+ .pf-v6-c-dropdown__toggle.pf-m-split-button {
232
+ --pf-v6-c-dropdown__toggle--ColumnGap: 0;
233
233
  padding: 0;
234
234
  }
235
- .pf-v5-c-dropdown__toggle.pf-m-split-button:not(.pf-m-disabled) {
236
- background-color: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BackgroundColor);
235
+ .pf-v6-c-dropdown__toggle.pf-m-split-button:not(.pf-m-disabled) {
236
+ background-color: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BackgroundColor);
237
237
  }
238
- .pf-v5-c-dropdown__toggle.pf-m-split-button > * {
238
+ .pf-v6-c-dropdown__toggle.pf-m-split-button > * {
239
239
  position: relative;
240
- padding-block-start: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingTop);
241
- padding-block-end: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingBottom);
242
- padding-inline-start: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft);
243
- padding-inline-end: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingRight);
240
+ padding-block-start: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingTop);
241
+ padding-block-end: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingBottom);
242
+ padding-inline-start: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft);
243
+ padding-inline-end: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingRight);
244
244
  }
245
- .pf-v5-c-dropdown__toggle.pf-m-split-button > *:first-child {
246
- --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v5-c-dropdown__toggle--m-split-button--first-child--PaddingLeft);
245
+ .pf-v6-c-dropdown__toggle.pf-m-split-button > *:first-child {
246
+ --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v6-c-dropdown__toggle--m-split-button--first-child--PaddingLeft);
247
247
  }
248
- .pf-v5-c-dropdown__toggle.pf-m-split-button > *:last-child {
249
- --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v5-c-dropdown__toggle--m-split-button--last-child--PaddingRight);
248
+ .pf-v6-c-dropdown__toggle.pf-m-split-button > *:last-child {
249
+ --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v6-c-dropdown__toggle--m-split-button--last-child--PaddingRight);
250
250
  }
251
- .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action {
252
- --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v5-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight);
253
- --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v5-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft);
251
+ .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action {
252
+ --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v6-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight);
253
+ --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v6-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft);
254
254
  }
255
- .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v5-c-dropdown__toggle-button {
256
- margin-inline-end: var(--pf-v5-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight);
255
+ .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v6-c-dropdown__toggle-button {
256
+ margin-inline-end: var(--pf-v6-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight);
257
257
  }
258
- .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v5-c-dropdown__toggle-button::before {
258
+ .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v6-c-dropdown__toggle-button::before {
259
259
  border-inline-start: 0;
260
260
  }
261
- .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v5-c-dropdown__toggle-button:last-child {
262
- --pf-v5-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: 0;
261
+ .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v6-c-dropdown__toggle-button:last-child {
262
+ --pf-v6-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: 0;
263
263
  }
264
- .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary > :not(:first-child) {
265
- border-inline-start: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth) solid var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor);
264
+ .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary > :not(:first-child) {
265
+ border-inline-start: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth) solid var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor);
266
266
  }
267
- .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary.pf-m-disabled, .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary[disabled] {
268
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth: 0;
267
+ .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary.pf-m-disabled, .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary[disabled] {
268
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth: 0;
269
269
  }
270
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check {
270
+ .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-check {
271
271
  display: flex;
272
272
  align-items: center;
273
273
  overflow: hidden;
274
274
  cursor: pointer;
275
275
  }
276
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check.pf-m-in-progress {
277
- --pf-v5-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: hidden;
278
- --pf-v5-c-dropdown__toggle-progress--Visibility: visible;
276
+ .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-check.pf-m-in-progress {
277
+ --pf-v6-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: hidden;
278
+ --pf-v6-c-dropdown__toggle-progress--Visibility: visible;
279
279
  }
280
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check > input,
281
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check {
282
- --pf-v5-c-check__input--TranslateY: none;
280
+ .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-check > input,
281
+ .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-check .pf-v6-c-check {
282
+ --pf-v6-c-check__input--TranslateY: none;
283
283
  align-self: revert;
284
284
  width: auto;
285
285
  cursor: pointer;
286
- visibility: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
286
+ visibility: var(--pf-v6-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
287
287
  }
288
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-button {
289
- color: var(--pf-v5-c-dropdown__toggle-button--Color);
290
- background-color: var(--pf-v5-c-dropdown__toggle-button--BackgroundColor);
288
+ .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-button {
289
+ color: var(--pf-v6-c-dropdown__toggle-button--Color);
290
+ background-color: var(--pf-v6-c-dropdown__toggle-button--BackgroundColor);
291
291
  border: 0;
292
292
  }
293
- .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-text {
294
- margin-inline-start: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft);
293
+ .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-text {
294
+ margin-inline-start: var(--pf-v6-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft);
295
295
  }
296
- .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) {
297
- --pf-v5-c-dropdown__toggle--before--BorderWidth: 0;
298
- --pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: 0;
296
+ .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) {
297
+ --pf-v6-c-dropdown__toggle--before--BorderWidth: 0;
298
+ --pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: 0;
299
299
  }
300
- .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > * {
301
- background-color: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor);
300
+ .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > * {
301
+ background-color: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor);
302
302
  border: 0;
303
303
  }
304
- .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:hover {
305
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--hover--BackgroundColor);
304
+ .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:hover {
305
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--hover--BackgroundColor);
306
306
  }
307
- .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:focus {
308
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor);
307
+ .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:focus {
308
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor);
309
309
  }
310
- .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:active, .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *.pf-m-active {
311
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor);
310
+ .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:active, .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *.pf-m-active {
311
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor);
312
312
  }
313
- .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > :first-child {
314
- border-start-start-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
315
- border-end-start-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
313
+ .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > :first-child {
314
+ border-start-start-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
315
+ border-end-start-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
316
316
  }
317
- .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > :last-child {
318
- border-start-end-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
319
- border-end-end-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
317
+ .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > :last-child {
318
+ border-start-end-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
319
+ border-end-end-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
320
320
  }
321
- .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):hover::before, .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button:hover::before {
322
- --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-c-dropdown__toggle--hover--before--BorderBottomColor);
321
+ .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):hover::before, .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button:hover::before {
322
+ --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-c-dropdown__toggle--hover--before--BorderBottomColor);
323
323
  }
324
- .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):focus::before, .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button:focus::before {
325
- --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-c-dropdown__toggle--focus--before--BorderBottomColor);
326
- border-block-end-width: var(--pf-v5-c-dropdown__toggle--focus--before--BorderBottomWidth);
324
+ .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):focus::before, .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button:focus::before {
325
+ --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-c-dropdown__toggle--focus--before--BorderBottomColor);
326
+ border-block-end-width: var(--pf-v6-c-dropdown__toggle--focus--before--BorderBottomWidth);
327
327
  }
328
- .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):active::before, .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary).pf-m-active::before, .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button:active::before {
329
- --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-c-dropdown__toggle--active--before--BorderBottomColor);
330
- border-block-end-width: var(--pf-v5-c-dropdown__toggle--active--before--BorderBottomWidth);
328
+ .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):active::before, .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary).pf-m-active::before, .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button:active::before {
329
+ --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-c-dropdown__toggle--active--before--BorderBottomColor);
330
+ border-block-end-width: var(--pf-v6-c-dropdown__toggle--active--before--BorderBottomWidth);
331
331
  }
332
- .pf-m-expanded > .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary)::before, .pf-m-expanded > .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button::before {
333
- --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomColor);
334
- border-block-end-width: var(--pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomWidth);
332
+ .pf-m-expanded > .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary)::before, .pf-m-expanded > .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button::before {
333
+ --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomColor);
334
+ border-block-end-width: var(--pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomWidth);
335
335
  }
336
- .pf-v5-c-dropdown__toggle.pf-m-plain {
337
- --pf-v5-c-dropdown__toggle-icon--Color: var(--pf-v5-c-dropdown--m-plain__toggle-icon--Color);
336
+ .pf-v6-c-dropdown__toggle.pf-m-plain {
337
+ --pf-v6-c-dropdown__toggle-icon--Color: var(--pf-v6-c-dropdown--m-plain__toggle-icon--Color);
338
338
  }
339
- .pf-v5-c-dropdown__toggle.pf-m-plain:not(.pf-m-text) {
340
- --pf-v5-c-dropdown__toggle--PaddingRight: var(--pf-v5-c-dropdown__toggle--m-plain--PaddingRight);
341
- --pf-v5-c-dropdown__toggle--PaddingLeft: var(--pf-v5-c-dropdown__toggle--m-plain--PaddingLeft);
339
+ .pf-v6-c-dropdown__toggle.pf-m-plain:not(.pf-m-text) {
340
+ --pf-v6-c-dropdown__toggle--PaddingRight: var(--pf-v6-c-dropdown__toggle--m-plain--PaddingRight);
341
+ --pf-v6-c-dropdown__toggle--PaddingLeft: var(--pf-v6-c-dropdown__toggle--m-plain--PaddingLeft);
342
342
  display: inline-block;
343
- color: var(--pf-v5-c-dropdown__toggle--m-plain--Color);
343
+ color: var(--pf-v6-c-dropdown__toggle--m-plain--Color);
344
344
  }
345
- .pf-v5-c-dropdown__toggle.pf-m-plain:not(.pf-m-text) > * {
346
- line-height: var(--pf-v5-c-dropdown__toggle--m-plain--child--LineHeight);
345
+ .pf-v6-c-dropdown__toggle.pf-m-plain:not(.pf-m-text) > * {
346
+ line-height: var(--pf-v6-c-dropdown__toggle--m-plain--child--LineHeight);
347
347
  }
348
- .pf-v5-c-dropdown__toggle.pf-m-plain::before {
348
+ .pf-v6-c-dropdown__toggle.pf-m-plain::before {
349
349
  border: 0;
350
350
  }
351
- .pf-v5-c-dropdown__toggle.pf-m-plain:hover, .pf-v5-c-dropdown__toggle.pf-m-plain:focus, .pf-v5-c-dropdown__toggle.pf-m-plain:active, .pf-v5-c-dropdown__toggle.pf-m-plain.pf-m-active, .pf-m-expanded > .pf-v5-c-dropdown__toggle.pf-m-plain {
352
- --pf-v5-c-dropdown__toggle--m-plain--Color: var(--pf-v5-c-dropdown__toggle--m-plain--hover--Color);
353
- --pf-v5-c-dropdown--m-plain__toggle-icon--Color: var(--pf-v5-c-dropdown--m-plain--hover__toggle-icon--Color);
351
+ .pf-v6-c-dropdown__toggle.pf-m-plain:hover, .pf-v6-c-dropdown__toggle.pf-m-plain:focus, .pf-v6-c-dropdown__toggle.pf-m-plain:active, .pf-v6-c-dropdown__toggle.pf-m-plain.pf-m-active, .pf-m-expanded > .pf-v6-c-dropdown__toggle.pf-m-plain {
352
+ --pf-v6-c-dropdown__toggle--m-plain--Color: var(--pf-v6-c-dropdown__toggle--m-plain--hover--Color);
353
+ --pf-v6-c-dropdown--m-plain__toggle-icon--Color: var(--pf-v6-c-dropdown--m-plain--hover__toggle-icon--Color);
354
354
  }
355
- .pf-v5-c-dropdown__toggle.pf-m-plain.pf-m-disabled, .pf-v5-c-dropdown__toggle.pf-m-plain:disabled {
356
- --pf-v5-c-dropdown__toggle--m-plain--Color: var(--pf-v5-c-dropdown__toggle--m-plain--disabled--Color);
355
+ .pf-v6-c-dropdown__toggle.pf-m-plain.pf-m-disabled, .pf-v6-c-dropdown__toggle.pf-m-plain:disabled {
356
+ --pf-v6-c-dropdown__toggle--m-plain--Color: var(--pf-v6-c-dropdown__toggle--m-plain--disabled--Color);
357
357
  }
358
- .pf-v5-c-dropdown__toggle.pf-m-primary {
359
- --pf-v5-c-dropdown__toggle--Color: var(--pf-v5-c-dropdown__toggle--m-primary--Color);
360
- --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-primary--BackgroundColor);
361
- --pf-v5-c-dropdown__toggle-button--Color: var(--pf-v5-c-dropdown__toggle--m-primary--Color);
362
- border-radius: var(--pf-v5-c-dropdown__toggle--m-primary--BorderRadius);
358
+ .pf-v6-c-dropdown__toggle.pf-m-primary {
359
+ --pf-v6-c-dropdown__toggle--Color: var(--pf-v6-c-dropdown__toggle--m-primary--Color);
360
+ --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-primary--BackgroundColor);
361
+ --pf-v6-c-dropdown__toggle-button--Color: var(--pf-v6-c-dropdown__toggle--m-primary--Color);
362
+ border-radius: var(--pf-v6-c-dropdown__toggle--m-primary--BorderRadius);
363
363
  }
364
- .pf-v5-c-dropdown__toggle.pf-m-primary::before,
365
- .pf-v5-c-dropdown__toggle.pf-m-primary .pf-v5-c-dropdown__toggle-button::before {
364
+ .pf-v6-c-dropdown__toggle.pf-m-primary::before,
365
+ .pf-v6-c-dropdown__toggle.pf-m-primary .pf-v6-c-dropdown__toggle-button::before {
366
366
  border: 0;
367
367
  }
368
- .pf-v5-c-dropdown__toggle.pf-m-primary:hover {
369
- --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-primary--hover--BackgroundColor);
368
+ .pf-v6-c-dropdown__toggle.pf-m-primary:hover {
369
+ --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-primary--hover--BackgroundColor);
370
370
  }
371
- .pf-v5-c-dropdown__toggle.pf-m-primary:focus {
372
- --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-primary--focus--BackgroundColor);
371
+ .pf-v6-c-dropdown__toggle.pf-m-primary:focus {
372
+ --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-primary--focus--BackgroundColor);
373
373
  }
374
- .pf-v5-c-dropdown__toggle.pf-m-primary:active, .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-active {
375
- --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-primary--active--BackgroundColor);
374
+ .pf-v6-c-dropdown__toggle.pf-m-primary:active, .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-active {
375
+ --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-primary--active--BackgroundColor);
376
376
  }
377
- .pf-m-expanded > .pf-v5-c-dropdown__toggle.pf-m-primary {
378
- --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor);
377
+ .pf-m-expanded > .pf-v6-c-dropdown__toggle.pf-m-primary {
378
+ --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor);
379
379
  }
380
- .pf-v5-c-dropdown__toggle.pf-m-secondary {
381
- border-radius: var(--pf-v5-c-dropdown__toggle--m-secondary--BorderRadius);
380
+ .pf-v6-c-dropdown__toggle.pf-m-secondary {
381
+ border-radius: var(--pf-v6-c-dropdown__toggle--m-secondary--BorderRadius);
382
382
  }
383
- .pf-v5-c-dropdown__toggle.pf-m-secondary:not(.pf-m-disabled):not([disabled]) {
384
- --pf-v5-c-dropdown__toggle--Color: var(--pf-v5-c-dropdown__toggle--m-secondary--Color);
385
- --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-secondary--BackgroundColor);
383
+ .pf-v6-c-dropdown__toggle.pf-m-secondary:not(.pf-m-disabled):not([disabled]) {
384
+ --pf-v6-c-dropdown__toggle--Color: var(--pf-v6-c-dropdown__toggle--m-secondary--Color);
385
+ --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-secondary--BackgroundColor);
386
386
  }
387
- .pf-v5-c-dropdown__toggle.pf-m-secondary:not(.pf-m-disabled):not([disabled])::before {
388
- border: var(--pf-v5-c-dropdown__toggle--m-secondary--before--BorderWidth) solid var(--pf-v5-c-dropdown__toggle--m-secondary--before--BorderColor);
389
- border-radius: var(--pf-v5-c-dropdown__toggle--m-secondary--BorderRadius);
387
+ .pf-v6-c-dropdown__toggle.pf-m-secondary:not(.pf-m-disabled):not([disabled])::before {
388
+ border: var(--pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth) solid var(--pf-v6-c-dropdown__toggle--m-secondary--before--BorderColor);
389
+ border-radius: var(--pf-v6-c-dropdown__toggle--m-secondary--BorderRadius);
390
390
  }
391
- .pf-v5-c-dropdown__toggle.pf-m-secondary:hover {
392
- --pf-v5-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--hover--before--BorderWidth);
391
+ .pf-v6-c-dropdown__toggle.pf-m-secondary:hover {
392
+ --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--hover--before--BorderWidth);
393
393
  }
394
- .pf-v5-c-dropdown__toggle.pf-m-secondary:focus {
395
- --pf-v5-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--focus--before--BorderWidth);
394
+ .pf-v6-c-dropdown__toggle.pf-m-secondary:focus {
395
+ --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--focus--before--BorderWidth);
396
396
  }
397
- .pf-v5-c-dropdown__toggle.pf-m-secondary:active, .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-active {
398
- --pf-v5-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--active--before--BorderWidth);
397
+ .pf-v6-c-dropdown__toggle.pf-m-secondary:active, .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-active {
398
+ --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--active--before--BorderWidth);
399
399
  }
400
- .pf-m-expanded > .pf-v5-c-dropdown__toggle.pf-m-secondary {
401
- --pf-v5-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v5-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth);
402
- --pf-v5-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-v5-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor);
400
+ .pf-m-expanded > .pf-v6-c-dropdown__toggle.pf-m-secondary {
401
+ --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth);
402
+ --pf-v6-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-v6-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor);
403
403
  }
404
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) {
405
- --pf-v5-c-dropdown__toggle-button--Color: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--Color);
404
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) {
405
+ --pf-v6-c-dropdown__toggle-button--Color: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--Color);
406
406
  }
407
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):hover {
408
- --pf-v5-c-dropdown__toggle--m-secondary--hover--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--hover--before--BorderWidth);
407
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):hover {
408
+ --pf-v6-c-dropdown__toggle--m-secondary--hover--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--hover--before--BorderWidth);
409
409
  }
410
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):focus {
411
- --pf-v5-c-dropdown__toggle--m-secondary--focus--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--focus--before--BorderWidth);
410
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):focus {
411
+ --pf-v6-c-dropdown__toggle--m-secondary--focus--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--focus--before--BorderWidth);
412
412
  }
413
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):active {
414
- --pf-v5-c-dropdown__toggle--m-secondary--active--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--active--before--BorderWidth);
413
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):active {
414
+ --pf-v6-c-dropdown__toggle--m-secondary--active--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--active--before--BorderWidth);
415
415
  }
416
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *::before {
417
- border: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth) solid var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor);
416
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *::before {
417
+ border: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth) solid var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor);
418
418
  }
419
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:hover {
420
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--hover--BorderWidth);
419
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:hover {
420
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--hover--BorderWidth);
421
421
  }
422
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:focus {
423
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--focus--BorderWidth);
422
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:focus {
423
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--focus--BorderWidth);
424
424
  }
425
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:active {
426
- --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--active--BorderWidth);
425
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:active {
426
+ --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--active--BorderWidth);
427
427
  }
428
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:first-child::before {
429
- border-start-start-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
430
- border-end-start-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
428
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:first-child::before {
429
+ border-start-start-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
430
+ border-end-start-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
431
431
  }
432
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:last-child::before {
433
- border-start-end-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
434
- border-end-end-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
432
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:last-child::before {
433
+ border-start-end-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
434
+ border-end-end-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
435
435
  }
436
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:not(:first-child)::before {
437
- border-inline-start: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base) solid var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
436
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:not(:first-child)::before {
437
+ border-inline-start: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base) solid var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
438
438
  }
439
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:not(:last-child)::before {
439
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:not(:last-child)::before {
440
440
  border-inline-end: 0;
441
441
  }
442
- .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled).pf-m-action::before {
442
+ .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled).pf-m-action::before {
443
443
  border: 0;
444
444
  }
445
- .pf-v5-c-dropdown__toggle > .pf-v5-c-badge {
446
- --pf-v5-c-dropdown__toggle-icon--PaddingRight: var(--pf-v5-c-dropdown__toggle--c-badge__toggle-icon--PaddingRight);
447
- --pf-v5-c-dropdown__toggle-icon--PaddingLeft: var(--pf-v5-c-dropdown__toggle--c-badge__toggle-icon--PaddingLeft);
448
- --pf-v5-c-dropdown__toggle-icon--MarginLeft: var(--pf-v5-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft);
445
+ .pf-v6-c-dropdown__toggle > .pf-v6-c-badge {
446
+ --pf-v6-c-dropdown__toggle-icon--PaddingRight: var(--pf-v6-c-dropdown__toggle--c-badge__toggle-icon--PaddingRight);
447
+ --pf-v6-c-dropdown__toggle-icon--PaddingLeft: var(--pf-v6-c-dropdown__toggle--c-badge__toggle-icon--PaddingLeft);
448
+ --pf-v6-c-dropdown__toggle-icon--MarginLeft: var(--pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft);
449
449
  }
450
- .pf-v5-c-dropdown__toggle .pf-v5-c-dropdown__toggle-text {
450
+ .pf-v6-c-dropdown__toggle .pf-v6-c-dropdown__toggle-text {
451
451
  overflow: hidden;
452
452
  text-overflow: ellipsis;
453
453
  white-space: nowrap;
454
454
  }
455
455
 
456
- .pf-v5-c-dropdown__toggle-button {
456
+ .pf-v6-c-dropdown__toggle-button {
457
457
  align-self: baseline;
458
458
  }
459
459
 
460
- .pf-v5-c-dropdown__toggle-text {
460
+ .pf-v6-c-dropdown__toggle-text {
461
461
  flex: 1 1 auto;
462
462
  text-align: start;
463
463
  }
464
464
 
465
- .pf-v5-c-dropdown__toggle-icon {
466
- padding-inline-start: var(--pf-v5-c-dropdown__toggle-icon--PaddingLeft);
467
- padding-inline-end: var(--pf-v5-c-dropdown__toggle-icon--PaddingRight);
468
- margin-inline-start: var(--pf-v5-c-dropdown__toggle-icon--MarginLeft);
469
- line-height: var(--pf-v5-c-dropdown__toggle-icon--LineHeight);
470
- color: var(--pf-v5-c-dropdown__toggle-icon--Color, inherit);
465
+ .pf-v6-c-dropdown__toggle-icon {
466
+ padding-inline-start: var(--pf-v6-c-dropdown__toggle-icon--PaddingLeft);
467
+ padding-inline-end: var(--pf-v6-c-dropdown__toggle-icon--PaddingRight);
468
+ margin-inline-start: var(--pf-v6-c-dropdown__toggle-icon--MarginLeft);
469
+ line-height: var(--pf-v6-c-dropdown__toggle-icon--LineHeight);
470
+ color: var(--pf-v6-c-dropdown__toggle-icon--Color, inherit);
471
471
  }
472
- .pf-v5-c-dropdown.pf-m-top.pf-m-expanded .pf-v5-c-dropdown__toggle-icon {
473
- transform: rotate(var(--pf-v5-c-dropdown--m-top--m-expanded__toggle-icon--Rotate));
472
+ .pf-v6-c-dropdown.pf-m-top.pf-m-expanded .pf-v6-c-dropdown__toggle-icon {
473
+ transform: rotate(var(--pf-v6-c-dropdown--m-top--m-expanded__toggle-icon--Rotate));
474
474
  }
475
475
 
476
- .pf-v5-c-dropdown__toggle-image {
476
+ .pf-v6-c-dropdown__toggle-image {
477
477
  display: inline-flex;
478
478
  flex-shrink: 0;
479
479
  line-height: 1;
480
480
  }
481
481
 
482
- .pf-v5-c-dropdown__toggle-progress {
482
+ .pf-v6-c-dropdown__toggle-progress {
483
483
  position: absolute;
484
- inset-inline-start: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft);
485
- visibility: var(--pf-v5-c-dropdown__toggle-progress--Visibility);
484
+ inset-inline-start: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft);
485
+ visibility: var(--pf-v6-c-dropdown__toggle-progress--Visibility);
486
486
  }
487
- .pf-v5-c-dropdown__toggle-progress .pf-v5-c-spinner {
488
- --pf-v5-c-spinner--diameter: var(--pf-v5-c-dropdown__toggle-progress--c-spinner--diameter);
487
+ .pf-v6-c-dropdown__toggle-progress .pf-v6-c-spinner {
488
+ --pf-v6-c-spinner--diameter: var(--pf-v6-c-dropdown__toggle-progress--c-spinner--diameter);
489
489
  }
490
490
 
491
- .pf-v5-c-dropdown__menu {
491
+ .pf-v6-c-dropdown__menu {
492
492
  position: absolute;
493
- inset-block-start: var(--pf-v5-c-dropdown__menu--Top);
494
- z-index: var(--pf-v5-c-dropdown__menu--ZIndex);
495
- padding-block-start: var(--pf-v5-c-dropdown__menu--PaddingTop);
496
- padding-block-end: var(--pf-v5-c-dropdown__menu--PaddingBottom);
497
- background: var(--pf-v5-c-dropdown__menu--BackgroundColor);
493
+ inset-block-start: var(--pf-v6-c-dropdown__menu--Top);
494
+ z-index: var(--pf-v6-c-dropdown__menu--ZIndex);
495
+ padding-block-start: var(--pf-v6-c-dropdown__menu--PaddingTop);
496
+ padding-block-end: var(--pf-v6-c-dropdown__menu--PaddingBottom);
497
+ background: var(--pf-v6-c-dropdown__menu--BackgroundColor);
498
498
  background-clip: padding-box;
499
- box-shadow: var(--pf-v5-c-dropdown__menu--BoxShadow);
499
+ box-shadow: var(--pf-v6-c-dropdown__menu--BoxShadow);
500
500
  }
501
- .pf-v5-c-dropdown__menu.pf-m-static {
502
- --pf-v5-c-dropdown--m-top__menu--TranslateY: 0;
501
+ .pf-v6-c-dropdown__menu.pf-m-static {
502
+ --pf-v6-c-dropdown--m-top__menu--TranslateY: 0;
503
503
  position: static;
504
504
  inset-block-start: auto;
505
505
  inset-block-end: auto;
@@ -509,178 +509,178 @@
509
509
  min-width: min-content;
510
510
  }
511
511
 
512
- .pf-v5-c-dropdown .pf-v5-c-menu,
513
- .pf-v5-c-dropdown__menu {
512
+ .pf-v6-c-dropdown .pf-v6-c-menu,
513
+ .pf-v6-c-dropdown__menu {
514
514
  min-width: 100%;
515
515
  }
516
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right,
517
- .pf-v5-c-dropdown__menu.pf-m-align-right {
516
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right,
517
+ .pf-v6-c-dropdown__menu.pf-m-align-right {
518
518
  inset-inline-end: 0;
519
519
  }
520
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left,
521
- .pf-v5-c-dropdown__menu.pf-m-align-left {
520
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left,
521
+ .pf-v6-c-dropdown__menu.pf-m-align-left {
522
522
  inset-inline-end: auto;
523
523
  }
524
524
  @media (min-width: 576px) {
525
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-sm,
526
- .pf-v5-c-dropdown__menu.pf-m-align-right-on-sm {
525
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-sm,
526
+ .pf-v6-c-dropdown__menu.pf-m-align-right-on-sm {
527
527
  inset-inline-end: 0;
528
528
  }
529
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-sm,
530
- .pf-v5-c-dropdown__menu.pf-m-align-left-on-sm {
529
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-sm,
530
+ .pf-v6-c-dropdown__menu.pf-m-align-left-on-sm {
531
531
  inset-inline-end: auto;
532
532
  }
533
533
  }
534
534
  @media (min-width: 768px) {
535
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-md,
536
- .pf-v5-c-dropdown__menu.pf-m-align-right-on-md {
535
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-md,
536
+ .pf-v6-c-dropdown__menu.pf-m-align-right-on-md {
537
537
  inset-inline-end: 0;
538
538
  }
539
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-md,
540
- .pf-v5-c-dropdown__menu.pf-m-align-left-on-md {
539
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-md,
540
+ .pf-v6-c-dropdown__menu.pf-m-align-left-on-md {
541
541
  inset-inline-end: auto;
542
542
  }
543
543
  }
544
544
  @media (min-width: 992px) {
545
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-lg,
546
- .pf-v5-c-dropdown__menu.pf-m-align-right-on-lg {
545
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-lg,
546
+ .pf-v6-c-dropdown__menu.pf-m-align-right-on-lg {
547
547
  inset-inline-end: 0;
548
548
  }
549
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-lg,
550
- .pf-v5-c-dropdown__menu.pf-m-align-left-on-lg {
549
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-lg,
550
+ .pf-v6-c-dropdown__menu.pf-m-align-left-on-lg {
551
551
  inset-inline-end: auto;
552
552
  }
553
553
  }
554
554
  @media (min-width: 1200px) {
555
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-xl,
556
- .pf-v5-c-dropdown__menu.pf-m-align-right-on-xl {
555
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-xl,
556
+ .pf-v6-c-dropdown__menu.pf-m-align-right-on-xl {
557
557
  inset-inline-end: 0;
558
558
  }
559
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-xl,
560
- .pf-v5-c-dropdown__menu.pf-m-align-left-on-xl {
559
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-xl,
560
+ .pf-v6-c-dropdown__menu.pf-m-align-left-on-xl {
561
561
  inset-inline-end: auto;
562
562
  }
563
563
  }
564
564
  @media (min-width: 1450px) {
565
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-2xl,
566
- .pf-v5-c-dropdown__menu.pf-m-align-right-on-2xl {
565
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-2xl,
566
+ .pf-v6-c-dropdown__menu.pf-m-align-right-on-2xl {
567
567
  inset-inline-end: 0;
568
568
  }
569
- .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-2xl,
570
- .pf-v5-c-dropdown__menu.pf-m-align-left-on-2xl {
569
+ .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-2xl,
570
+ .pf-v6-c-dropdown__menu.pf-m-align-left-on-2xl {
571
571
  inset-inline-end: auto;
572
572
  }
573
573
  }
574
574
 
575
- .pf-v5-c-dropdown.pf-m-top .pf-v5-c-dropdown__menu {
576
- --pf-v5-c-dropdown__menu--Top: var(--pf-v5-c-dropdown--m-top__menu--Top);
577
- transform: translateY(var(--pf-v5-c-dropdown--m-top__menu--TranslateY));
575
+ .pf-v6-c-dropdown.pf-m-top .pf-v6-c-dropdown__menu {
576
+ --pf-v6-c-dropdown__menu--Top: var(--pf-v6-c-dropdown--m-top__menu--Top);
577
+ transform: translateY(var(--pf-v6-c-dropdown--m-top__menu--TranslateY));
578
578
  }
579
- .pf-v5-c-dropdown.pf-m-top > .pf-v5-c-menu {
580
- --pf-v5-c-dropdown--c-menu--Top: var(--pf-v5-c-dropdown--m-top--c-menu--Top);
581
- transform: translateY(var(--pf-v5-c-dropdown--m-top--c-menu--TranslateY));
579
+ .pf-v6-c-dropdown.pf-m-top > .pf-v6-c-menu {
580
+ --pf-v6-c-dropdown--c-menu--Top: var(--pf-v6-c-dropdown--m-top--c-menu--Top);
581
+ transform: translateY(var(--pf-v6-c-dropdown--m-top--c-menu--TranslateY));
582
582
  }
583
583
 
584
- .pf-v5-c-dropdown__menu-item {
584
+ .pf-v6-c-dropdown__menu-item {
585
585
  display: block;
586
586
  width: 100%;
587
- padding-block-start: var(--pf-v5-c-dropdown__menu-item--PaddingTop);
588
- padding-block-end: var(--pf-v5-c-dropdown__menu-item--PaddingBottom);
589
- padding-inline-start: var(--pf-v5-c-dropdown__menu-item--PaddingLeft);
590
- padding-inline-end: var(--pf-v5-c-dropdown__menu-item--PaddingRight);
591
- font-size: var(--pf-v5-c-dropdown__menu-item--FontSize);
592
- font-weight: var(--pf-v5-c-dropdown__menu-item--FontWeight);
593
- line-height: var(--pf-v5-c-dropdown__menu-item--LineHeight);
594
- color: var(--pf-v5-c-dropdown__menu-item--Color);
587
+ padding-block-start: var(--pf-v6-c-dropdown__menu-item--PaddingTop);
588
+ padding-block-end: var(--pf-v6-c-dropdown__menu-item--PaddingBottom);
589
+ padding-inline-start: var(--pf-v6-c-dropdown__menu-item--PaddingLeft);
590
+ padding-inline-end: var(--pf-v6-c-dropdown__menu-item--PaddingRight);
591
+ font-size: var(--pf-v6-c-dropdown__menu-item--FontSize);
592
+ font-weight: var(--pf-v6-c-dropdown__menu-item--FontWeight);
593
+ line-height: var(--pf-v6-c-dropdown__menu-item--LineHeight);
594
+ color: var(--pf-v6-c-dropdown__menu-item--Color);
595
595
  text-align: start;
596
596
  white-space: nowrap;
597
- background-color: var(--pf-v5-c-dropdown__menu-item--BackgroundColor);
597
+ background-color: var(--pf-v6-c-dropdown__menu-item--BackgroundColor);
598
598
  border: none;
599
599
  }
600
- .pf-v5-c-dropdown__menu-item:hover, .pf-v5-c-dropdown__menu-item:focus {
601
- --pf-v5-c-dropdown__menu-item--Color: var(--pf-v5-c-dropdown__menu-item--hover--Color);
602
- --pf-v5-c-dropdown__menu-item--BackgroundColor: var(--pf-v5-c-dropdown__menu-item--hover--BackgroundColor);
600
+ .pf-v6-c-dropdown__menu-item:hover, .pf-v6-c-dropdown__menu-item:focus {
601
+ --pf-v6-c-dropdown__menu-item--Color: var(--pf-v6-c-dropdown__menu-item--hover--Color);
602
+ --pf-v6-c-dropdown__menu-item--BackgroundColor: var(--pf-v6-c-dropdown__menu-item--hover--BackgroundColor);
603
603
  text-decoration: none;
604
604
  }
605
- .pf-v5-c-dropdown__menu-item:disabled, .pf-v5-c-dropdown__menu-item.pf-m-disabled, .pf-v5-c-dropdown__menu-item.pf-m-aria-disabled {
606
- --pf-v5-c-dropdown__menu-item--Color: var(--pf-v5-c-dropdown__menu-item--disabled--Color);
607
- --pf-v5-c-dropdown__menu-item--BackgroundColor: var(--pf-v5-c-dropdown__menu-item--disabled--BackgroundColor);
605
+ .pf-v6-c-dropdown__menu-item:disabled, .pf-v6-c-dropdown__menu-item.pf-m-disabled, .pf-v6-c-dropdown__menu-item.pf-m-aria-disabled {
606
+ --pf-v6-c-dropdown__menu-item--Color: var(--pf-v6-c-dropdown__menu-item--disabled--Color);
607
+ --pf-v6-c-dropdown__menu-item--BackgroundColor: var(--pf-v6-c-dropdown__menu-item--disabled--BackgroundColor);
608
608
  }
609
- .pf-v5-c-dropdown__menu-item:disabled, .pf-v5-c-dropdown__menu-item.pf-m-disabled {
609
+ .pf-v6-c-dropdown__menu-item:disabled, .pf-v6-c-dropdown__menu-item.pf-m-disabled {
610
610
  pointer-events: none;
611
611
  }
612
- .pf-v5-c-dropdown__menu-item.pf-m-aria-disabled {
612
+ .pf-v6-c-dropdown__menu-item.pf-m-aria-disabled {
613
613
  cursor: default;
614
614
  }
615
- .pf-v5-c-dropdown__menu-item.pf-m-icon {
615
+ .pf-v6-c-dropdown__menu-item.pf-m-icon {
616
616
  display: flex;
617
617
  align-items: center;
618
618
  }
619
- .pf-v5-c-dropdown__menu-item.pf-m-icon.pf-m-description {
619
+ .pf-v6-c-dropdown__menu-item.pf-m-icon.pf-m-description {
620
620
  flex-direction: column;
621
621
  align-items: flex-start;
622
622
  }
623
- .pf-v5-c-dropdown__menu-item.pf-m-icon .pf-v5-c-dropdown__menu-item-main {
623
+ .pf-v6-c-dropdown__menu-item.pf-m-icon .pf-v6-c-dropdown__menu-item-main {
624
624
  display: flex;
625
625
  align-items: center;
626
626
  }
627
- .pf-v5-c-dropdown__menu-item.pf-m-text {
628
- --pf-v5-c-dropdown__menu-item--Color: var(--pf-v5-c-dropdown__menu-item--m-text--Color);
627
+ .pf-v6-c-dropdown__menu-item.pf-m-text {
628
+ --pf-v6-c-dropdown__menu-item--Color: var(--pf-v6-c-dropdown__menu-item--m-text--Color);
629
629
  }
630
- .pf-v5-c-dropdown__menu-item.pf-m-text:hover, .pf-v5-c-dropdown__menu-item.pf-m-text:focus {
631
- --pf-v5-c-dropdown__menu-item--BackgroundColor: transparent;
630
+ .pf-v6-c-dropdown__menu-item.pf-m-text:hover, .pf-v6-c-dropdown__menu-item.pf-m-text:focus {
631
+ --pf-v6-c-dropdown__menu-item--BackgroundColor: transparent;
632
632
  }
633
633
 
634
- .pf-v5-c-dropdown__menu-item-icon {
634
+ .pf-v6-c-dropdown__menu-item-icon {
635
635
  display: inline-flex;
636
636
  align-items: center;
637
637
  justify-content: center;
638
- width: var(--pf-v5-c-dropdown__menu-item-icon--Width);
639
- height: var(--pf-v5-c-dropdown__menu-item-icon--Height);
640
- margin-inline-end: var(--pf-v5-c-dropdown__menu-item-icon--MarginRight);
638
+ width: var(--pf-v6-c-dropdown__menu-item-icon--Width);
639
+ height: var(--pf-v6-c-dropdown__menu-item-icon--Height);
640
+ margin-inline-end: var(--pf-v6-c-dropdown__menu-item-icon--MarginRight);
641
641
  }
642
- .pf-v5-c-dropdown__menu-item-icon > * {
642
+ .pf-v6-c-dropdown__menu-item-icon > * {
643
643
  max-width: 100%;
644
644
  max-height: 100%;
645
645
  }
646
646
 
647
- .pf-v5-c-dropdown__menu-item-description {
648
- font-size: var(--pf-v5-c-dropdown__menu-item-description--FontSize);
649
- color: var(--pf-v5-c-dropdown__menu-item-description--Color);
647
+ .pf-v6-c-dropdown__menu-item-description {
648
+ font-size: var(--pf-v6-c-dropdown__menu-item-description--FontSize);
649
+ color: var(--pf-v6-c-dropdown__menu-item-description--Color);
650
650
  }
651
651
 
652
- .pf-v5-c-dropdown__group + .pf-v5-c-dropdown__group {
653
- padding-block-start: var(--pf-v5-c-dropdown__group--group--PaddingTop);
652
+ .pf-v6-c-dropdown__group + .pf-v6-c-dropdown__group {
653
+ padding-block-start: var(--pf-v6-c-dropdown__group--group--PaddingTop);
654
654
  }
655
655
 
656
- .pf-v5-c-dropdown__group-title {
657
- padding-block-start: var(--pf-v5-c-dropdown__group-title--PaddingTop);
658
- padding-block-end: var(--pf-v5-c-dropdown__group-title--PaddingBottom);
659
- padding-inline-start: var(--pf-v5-c-dropdown__group-title--PaddingLeft);
660
- padding-inline-end: var(--pf-v5-c-dropdown__group-title--PaddingRight);
661
- font-size: var(--pf-v5-c-dropdown__group-title--FontSize);
662
- font-weight: var(--pf-v5-c-dropdown__group-title--FontWeight);
663
- color: var(--pf-v5-c-dropdown__group-title--Color);
656
+ .pf-v6-c-dropdown__group-title {
657
+ padding-block-start: var(--pf-v6-c-dropdown__group-title--PaddingTop);
658
+ padding-block-end: var(--pf-v6-c-dropdown__group-title--PaddingBottom);
659
+ padding-inline-start: var(--pf-v6-c-dropdown__group-title--PaddingLeft);
660
+ padding-inline-end: var(--pf-v6-c-dropdown__group-title--PaddingRight);
661
+ font-size: var(--pf-v6-c-dropdown__group-title--FontSize);
662
+ font-weight: var(--pf-v6-c-dropdown__group-title--FontWeight);
663
+ color: var(--pf-v6-c-dropdown__group-title--Color);
664
664
  }
665
665
 
666
- :where(.pf-v5-theme-dark) .pf-v5-c-dropdown {
667
- --pf-v5-c-dropdown__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
668
- --pf-v5-c-dropdown__toggle--before--BorderTopColor: transparent;
669
- --pf-v5-c-dropdown__toggle--before--BorderRightColor: transparent;
670
- --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-global--BorderColor--400);
671
- --pf-v5-c-dropdown__toggle--before--BorderLeftColor: transparent;
672
- --pf-v5-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-v5-global--palette--black-500);
673
- --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-global--primary-color--300);
674
- --pf-v5-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
675
- --pf-v5-c-dropdown__toggle--m-primary--Color: var(--pf-v5-global--primary-color--400);
676
- --pf-v5-c-dropdown__menu--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
677
- --pf-v5-c-dropdown__menu--Top: 100%;
678
- --pf-v5-c-dropdown--m-top__menu--TranslateY: -100%;
679
- --pf-v5-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
680
- }
681
- :where(.pf-v5-theme-dark) .pf-v5-c-dropdown__toggle:not(.pf-m-plain):disabled, :where(.pf-v5-theme-dark) .pf-v5-c-dropdown__toggle:not(.pf-m-plain).pf-m-disabled {
682
- color: var(--pf-v5-global--palette--black-100);
683
- }
684
- :where(.pf-v5-theme-dark) .pf-v5-c-dropdown__toggle.pf-m-plain {
666
+ :where(.pf-v6-theme-dark) .pf-v6-c-dropdown {
667
+ --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-global--BackgroundColor--400);
668
+ --pf-v6-c-dropdown__toggle--before--BorderTopColor: transparent;
669
+ --pf-v6-c-dropdown__toggle--before--BorderRightColor: transparent;
670
+ --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-global--BorderColor--400);
671
+ --pf-v6-c-dropdown__toggle--before--BorderLeftColor: transparent;
672
+ --pf-v6-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-v6-global--palette--black-500);
673
+ --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-global--primary-color--300);
674
+ --pf-v6-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--300);
675
+ --pf-v6-c-dropdown__toggle--m-primary--Color: var(--pf-v6-global--primary-color--400);
676
+ --pf-v6-c-dropdown__menu--BackgroundColor: var(--pf-v6-global--BackgroundColor--300);
677
+ --pf-v6-c-dropdown__menu--Top: 100%;
678
+ --pf-v6-c-dropdown--m-top__menu--TranslateY: -100%;
679
+ --pf-v6-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-v6-global--BackgroundColor--400);
680
+ }
681
+ :where(.pf-v6-theme-dark) .pf-v6-c-dropdown__toggle:not(.pf-m-plain):disabled, :where(.pf-v6-theme-dark) .pf-v6-c-dropdown__toggle:not(.pf-m-plain).pf-m-disabled {
682
+ color: var(--pf-v6-global--palette--black-100);
683
+ }
684
+ :where(.pf-v6-theme-dark) .pf-v6-c-dropdown__toggle.pf-m-plain {
685
685
  background: transparent;
686
686
  }