@patternfly/react-styles 6.0.0-alpha.12 → 6.0.0-alpha.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (568) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +102 -102
  3. package/css/components/AboutModalBox/about-modal-box.d.ts +9 -9
  4. package/css/components/AboutModalBox/about-modal-box.js +9 -9
  5. package/css/components/AboutModalBox/about-modal-box.mjs +9 -9
  6. package/css/components/Accordion/accordion.css +118 -118
  7. package/css/components/Accordion/accordion.d.ts +8 -8
  8. package/css/components/Accordion/accordion.js +8 -8
  9. package/css/components/Accordion/accordion.mjs +8 -8
  10. package/css/components/ActionList/action-list.css +16 -16
  11. package/css/components/ActionList/action-list.d.ts +2 -2
  12. package/css/components/ActionList/action-list.js +2 -2
  13. package/css/components/ActionList/action-list.mjs +2 -2
  14. package/css/components/Alert/alert-group.css +50 -50
  15. package/css/components/Alert/alert-group.d.ts +2 -2
  16. package/css/components/Alert/alert-group.js +2 -2
  17. package/css/components/Alert/alert-group.mjs +2 -2
  18. package/css/components/Alert/alert.css +161 -161
  19. package/css/components/Alert/alert.d.ts +10 -10
  20. package/css/components/Alert/alert.js +10 -10
  21. package/css/components/Alert/alert.mjs +10 -10
  22. package/css/components/AppLauncher/app-launcher.css +167 -167
  23. package/css/components/AppLauncher/app-launcher.d.ts +12 -12
  24. package/css/components/AppLauncher/app-launcher.js +12 -12
  25. package/css/components/AppLauncher/app-launcher.mjs +12 -12
  26. package/css/components/Avatar/avatar.css +116 -116
  27. package/css/components/Avatar/avatar.d.ts +1 -1
  28. package/css/components/Avatar/avatar.js +1 -1
  29. package/css/components/Avatar/avatar.mjs +1 -1
  30. package/css/components/BackToTop/back-to-top.css +21 -21
  31. package/css/components/BackToTop/back-to-top.d.ts +2 -2
  32. package/css/components/BackToTop/back-to-top.js +2 -2
  33. package/css/components/BackToTop/back-to-top.mjs +2 -2
  34. package/css/components/Backdrop/backdrop.css +9 -9
  35. package/css/components/Backdrop/backdrop.d.ts +2 -2
  36. package/css/components/Backdrop/backdrop.js +2 -2
  37. package/css/components/Backdrop/backdrop.mjs +2 -2
  38. package/css/components/BackgroundImage/background-image.css +15 -15
  39. package/css/components/BackgroundImage/background-image.d.ts +2 -2
  40. package/css/components/BackgroundImage/background-image.js +2 -2
  41. package/css/components/BackgroundImage/background-image.mjs +2 -2
  42. package/css/components/Badge/badge.css +35 -35
  43. package/css/components/Badge/badge.d.ts +2 -2
  44. package/css/components/Badge/badge.js +2 -2
  45. package/css/components/Badge/badge.mjs +2 -2
  46. package/css/components/Banner/banner.css +114 -114
  47. package/css/components/Banner/banner.d.ts +2 -2
  48. package/css/components/Banner/banner.js +2 -2
  49. package/css/components/Banner/banner.mjs +2 -2
  50. package/css/components/Brand/brand.css +28 -28
  51. package/css/components/Brand/brand.d.ts +1 -1
  52. package/css/components/Brand/brand.js +1 -1
  53. package/css/components/Brand/brand.mjs +1 -1
  54. package/css/components/Breadcrumb/breadcrumb.css +62 -62
  55. package/css/components/Breadcrumb/breadcrumb.d.ts +9 -9
  56. package/css/components/Breadcrumb/breadcrumb.js +9 -9
  57. package/css/components/Breadcrumb/breadcrumb.mjs +9 -9
  58. package/css/components/Button/button.css +514 -536
  59. package/css/components/Button/button.d.ts +6 -6
  60. package/css/components/Button/button.js +6 -6
  61. package/css/components/Button/button.mjs +6 -6
  62. package/css/components/CalendarMonth/calendar-month.css +144 -144
  63. package/css/components/CalendarMonth/calendar-month.d.ts +13 -13
  64. package/css/components/CalendarMonth/calendar-month.js +13 -13
  65. package/css/components/CalendarMonth/calendar-month.mjs +13 -13
  66. package/css/components/Card/card.css +230 -230
  67. package/css/components/Card/card.d.ts +20 -20
  68. package/css/components/Card/card.js +20 -20
  69. package/css/components/Card/card.mjs +20 -20
  70. package/css/components/Check/check.css +43 -43
  71. package/css/components/Check/check.d.ts +6 -6
  72. package/css/components/Check/check.js +6 -6
  73. package/css/components/Check/check.mjs +6 -6
  74. package/css/components/Chip/chip-group.css +60 -60
  75. package/css/components/Chip/chip-group.d.ts +6 -6
  76. package/css/components/Chip/chip-group.js +6 -6
  77. package/css/components/Chip/chip-group.mjs +6 -6
  78. package/css/components/Chip/chip.css +83 -83
  79. package/css/components/Chip/chip.d.ts +8 -8
  80. package/css/components/Chip/chip.js +8 -8
  81. package/css/components/Chip/chip.mjs +8 -8
  82. package/css/components/ClipboardCopy/clipboard-copy.css +71 -71
  83. package/css/components/ClipboardCopy/clipboard-copy.d.ts +9 -9
  84. package/css/components/ClipboardCopy/clipboard-copy.js +9 -9
  85. package/css/components/ClipboardCopy/clipboard-copy.mjs +9 -9
  86. package/css/components/CodeBlock/code-block.css +35 -35
  87. package/css/components/CodeBlock/code-block.d.ts +6 -6
  88. package/css/components/CodeBlock/code-block.js +6 -6
  89. package/css/components/CodeBlock/code-block.mjs +6 -6
  90. package/css/components/CodeEditor/code-editor.css +121 -121
  91. package/css/components/CodeEditor/code-editor.d.ts +12 -12
  92. package/css/components/CodeEditor/code-editor.js +12 -12
  93. package/css/components/CodeEditor/code-editor.mjs +12 -12
  94. package/css/components/Consoles/AccessConsoles.css +5 -5
  95. package/css/components/Consoles/AccessConsoles.d.ts +2 -2
  96. package/css/components/Consoles/AccessConsoles.js +2 -2
  97. package/css/components/Consoles/AccessConsoles.mjs +2 -2
  98. package/css/components/Consoles/DesktopViewer.css +2 -2
  99. package/css/components/Consoles/DesktopViewer.d.ts +1 -1
  100. package/css/components/Consoles/DesktopViewer.js +1 -1
  101. package/css/components/Consoles/DesktopViewer.mjs +1 -1
  102. package/css/components/Consoles/SerialConsole.css +4 -4
  103. package/css/components/Consoles/SerialConsole.d.ts +2 -2
  104. package/css/components/Consoles/SerialConsole.js +2 -2
  105. package/css/components/Consoles/SerialConsole.mjs +2 -2
  106. package/css/components/Consoles/VncConsole.css +3 -3
  107. package/css/components/Consoles/VncConsole.d.ts +2 -2
  108. package/css/components/Consoles/VncConsole.js +2 -2
  109. package/css/components/Consoles/VncConsole.mjs +2 -2
  110. package/css/components/Content/content.css +216 -216
  111. package/css/components/Content/content.d.ts +1 -1
  112. package/css/components/Content/content.js +1 -1
  113. package/css/components/Content/content.mjs +1 -1
  114. package/css/components/ContextSelector/context-selector.css +251 -251
  115. package/css/components/ContextSelector/context-selector.d.ts +10 -10
  116. package/css/components/ContextSelector/context-selector.js +10 -10
  117. package/css/components/ContextSelector/context-selector.mjs +10 -10
  118. package/css/components/DataList/data-list-grid.css +182 -182
  119. package/css/components/DataList/data-list-grid.d.ts +4 -4
  120. package/css/components/DataList/data-list-grid.js +4 -4
  121. package/css/components/DataList/data-list-grid.mjs +4 -4
  122. package/css/components/DataList/data-list.css +468 -468
  123. package/css/components/DataList/data-list.d.ts +17 -17
  124. package/css/components/DataList/data-list.js +17 -17
  125. package/css/components/DataList/data-list.mjs +17 -17
  126. package/css/components/DatePicker/date-picker.css +35 -35
  127. package/css/components/DatePicker/date-picker.d.ts +5 -5
  128. package/css/components/DatePicker/date-picker.js +5 -5
  129. package/css/components/DatePicker/date-picker.mjs +5 -5
  130. package/css/components/DescriptionList/description-list-order.css +90 -90
  131. package/css/components/DescriptionList/description-list-order.d.ts +1 -1
  132. package/css/components/DescriptionList/description-list-order.js +1 -1
  133. package/css/components/DescriptionList/description-list-order.mjs +1 -1
  134. package/css/components/DescriptionList/description-list.css +193 -193
  135. package/css/components/DescriptionList/description-list.d.ts +7 -7
  136. package/css/components/DescriptionList/description-list.js +7 -7
  137. package/css/components/DescriptionList/description-list.mjs +7 -7
  138. package/css/components/Divider/divider.css +143 -143
  139. package/css/components/Divider/divider.d.ts +1 -1
  140. package/css/components/Divider/divider.js +1 -1
  141. package/css/components/Divider/divider.mjs +1 -1
  142. package/css/components/DragDrop/drag-drop.css +46 -46
  143. package/css/components/DragDrop/drag-drop.d.ts +2 -2
  144. package/css/components/DragDrop/drag-drop.js +2 -2
  145. package/css/components/DragDrop/drag-drop.mjs +2 -2
  146. package/css/components/Drawer/drawer.css +474 -474
  147. package/css/components/Drawer/drawer.d.ts +15 -15
  148. package/css/components/Drawer/drawer.js +15 -15
  149. package/css/components/Drawer/drawer.mjs +15 -15
  150. package/css/components/Dropdown/dropdown.css +457 -457
  151. package/css/components/Dropdown/dropdown.d.ts +21 -21
  152. package/css/components/Dropdown/dropdown.js +21 -21
  153. package/css/components/Dropdown/dropdown.mjs +21 -21
  154. package/css/components/DualListSelector/dual-list-selector.css +199 -204
  155. package/css/components/DualListSelector/dual-list-selector.d.ts +27 -27
  156. package/css/components/DualListSelector/dual-list-selector.js +27 -27
  157. package/css/components/DualListSelector/dual-list-selector.mjs +27 -27
  158. package/css/components/EmptyState/empty-state.css +104 -104
  159. package/css/components/EmptyState/empty-state.d.ts +7 -7
  160. package/css/components/EmptyState/empty-state.js +7 -7
  161. package/css/components/EmptyState/empty-state.mjs +7 -7
  162. package/css/components/ExpandableSection/expandable-section.css +113 -113
  163. package/css/components/ExpandableSection/expandable-section.d.ts +6 -6
  164. package/css/components/ExpandableSection/expandable-section.js +6 -6
  165. package/css/components/ExpandableSection/expandable-section.mjs +6 -6
  166. package/css/components/FileUpload/file-upload.css +32 -32
  167. package/css/components/FileUpload/file-upload.d.ts +6 -6
  168. package/css/components/FileUpload/file-upload.js +6 -6
  169. package/css/components/FileUpload/file-upload.mjs +6 -6
  170. package/css/components/Form/form.css +281 -285
  171. package/css/components/Form/form.d.ts +28 -28
  172. package/css/components/Form/form.js +28 -28
  173. package/css/components/Form/form.mjs +28 -28
  174. package/css/components/FormControl/form-control.css +197 -197
  175. package/css/components/FormControl/form-control.d.ts +4 -4
  176. package/css/components/FormControl/form-control.js +4 -4
  177. package/css/components/FormControl/form-control.mjs +4 -4
  178. package/css/components/HelperText/helper-text.css +51 -51
  179. package/css/components/HelperText/helper-text.d.ts +4 -4
  180. package/css/components/HelperText/helper-text.js +4 -4
  181. package/css/components/HelperText/helper-text.mjs +4 -4
  182. package/css/components/Hint/hint.css +46 -46
  183. package/css/components/Hint/hint.d.ts +8 -8
  184. package/css/components/Hint/hint.js +8 -8
  185. package/css/components/Hint/hint.mjs +8 -8
  186. package/css/components/Icon/icon.css +218 -218
  187. package/css/components/Icon/icon.d.ts +4 -4
  188. package/css/components/Icon/icon.js +4 -4
  189. package/css/components/Icon/icon.mjs +4 -4
  190. package/css/components/InlineEdit/inline-edit.css +43 -43
  191. package/css/components/InlineEdit/inline-edit.d.ts +8 -8
  192. package/css/components/InlineEdit/inline-edit.js +8 -8
  193. package/css/components/InlineEdit/inline-edit.mjs +8 -8
  194. package/css/components/InputGroup/input-group.css +52 -52
  195. package/css/components/InputGroup/input-group.d.ts +3 -3
  196. package/css/components/InputGroup/input-group.js +3 -3
  197. package/css/components/InputGroup/input-group.mjs +3 -3
  198. package/css/components/JumpLinks/jump-links.css +183 -183
  199. package/css/components/JumpLinks/jump-links.d.ts +12 -12
  200. package/css/components/JumpLinks/jump-links.js +12 -12
  201. package/css/components/JumpLinks/jump-links.mjs +12 -12
  202. package/css/components/Label/label-group.css +86 -86
  203. package/css/components/Label/label-group.d.ts +8 -8
  204. package/css/components/Label/label-group.js +8 -8
  205. package/css/components/Label/label-group.mjs +8 -8
  206. package/css/components/Label/label.css +438 -440
  207. package/css/components/Label/label.d.ts +6 -6
  208. package/css/components/Label/label.js +6 -6
  209. package/css/components/Label/label.mjs +6 -6
  210. package/css/components/List/list.css +53 -53
  211. package/css/components/List/list.d.ts +3 -3
  212. package/css/components/List/list.js +3 -3
  213. package/css/components/List/list.mjs +3 -3
  214. package/css/components/LogViewer/log-viewer.css +138 -138
  215. package/css/components/LogViewer/log-viewer.d.ts +14 -14
  216. package/css/components/LogViewer/log-viewer.js +14 -14
  217. package/css/components/LogViewer/log-viewer.mjs +14 -14
  218. package/css/components/Login/login.css +139 -156
  219. package/css/components/Login/login.d.ts +18 -18
  220. package/css/components/Login/login.js +18 -18
  221. package/css/components/Login/login.mjs +18 -18
  222. package/css/components/Masthead/masthead.css +319 -319
  223. package/css/components/Masthead/masthead.d.ts +8 -8
  224. package/css/components/Masthead/masthead.js +8 -8
  225. package/css/components/Masthead/masthead.mjs +8 -8
  226. package/css/components/Menu/menu.css +415 -416
  227. package/css/components/Menu/menu.d.ts +26 -26
  228. package/css/components/Menu/menu.js +26 -26
  229. package/css/components/Menu/menu.mjs +26 -26
  230. package/css/components/MenuToggle/menu-toggle.css +276 -293
  231. package/css/components/MenuToggle/menu-toggle.d.ts +11 -11
  232. package/css/components/MenuToggle/menu-toggle.js +11 -11
  233. package/css/components/MenuToggle/menu-toggle.mjs +11 -11
  234. package/css/components/ModalBox/modal-box.css +121 -121
  235. package/css/components/ModalBox/modal-box.d.ts +11 -11
  236. package/css/components/ModalBox/modal-box.js +11 -11
  237. package/css/components/ModalBox/modal-box.mjs +11 -11
  238. package/css/components/MultipleFileUpload/multiple-file-upload.css +163 -163
  239. package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +17 -17
  240. package/css/components/MultipleFileUpload/multiple-file-upload.js +17 -17
  241. package/css/components/MultipleFileUpload/multiple-file-upload.mjs +17 -17
  242. package/css/components/Nav/nav.css +225 -225
  243. package/css/components/Nav/nav.d.ts +13 -13
  244. package/css/components/Nav/nav.js +13 -13
  245. package/css/components/Nav/nav.mjs +13 -13
  246. package/css/components/NotificationBadge/notification-badge.css +66 -66
  247. package/css/components/NotificationBadge/notification-badge.d.ts +1 -1
  248. package/css/components/NotificationBadge/notification-badge.js +1 -1
  249. package/css/components/NotificationBadge/notification-badge.mjs +1 -1
  250. package/css/components/NotificationDrawer/notification-drawer.css +179 -179
  251. package/css/components/NotificationDrawer/notification-drawer.d.ts +21 -21
  252. package/css/components/NotificationDrawer/notification-drawer.js +21 -21
  253. package/css/components/NotificationDrawer/notification-drawer.mjs +21 -21
  254. package/css/components/NumberInput/number-input.css +20 -20
  255. package/css/components/NumberInput/number-input.d.ts +5 -5
  256. package/css/components/NumberInput/number-input.js +5 -5
  257. package/css/components/NumberInput/number-input.mjs +5 -5
  258. package/css/components/OptionsMenu/options-menu.css +190 -190
  259. package/css/components/OptionsMenu/options-menu.d.ts +13 -13
  260. package/css/components/OptionsMenu/options-menu.js +13 -13
  261. package/css/components/OptionsMenu/options-menu.mjs +13 -13
  262. package/css/components/OverflowMenu/overflow-menu.css +19 -19
  263. package/css/components/OverflowMenu/overflow-menu.d.ts +5 -5
  264. package/css/components/OverflowMenu/overflow-menu.js +5 -5
  265. package/css/components/OverflowMenu/overflow-menu.mjs +5 -5
  266. package/css/components/Page/page.css +598 -598
  267. package/css/components/Page/page.d.ts +33 -33
  268. package/css/components/Page/page.js +33 -33
  269. package/css/components/Page/page.mjs +33 -33
  270. package/css/components/Pagination/pagination.css +220 -220
  271. package/css/components/Pagination/pagination.d.ts +8 -8
  272. package/css/components/Pagination/pagination.js +8 -8
  273. package/css/components/Pagination/pagination.mjs +8 -8
  274. package/css/components/Panel/panel.css +72 -72
  275. package/css/components/Panel/panel.d.ts +5 -5
  276. package/css/components/Panel/panel.js +5 -5
  277. package/css/components/Panel/panel.mjs +5 -5
  278. package/css/components/Popover/popover.css +148 -148
  279. package/css/components/Popover/popover.d.ts +10 -10
  280. package/css/components/Popover/popover.js +10 -10
  281. package/css/components/Popover/popover.mjs +10 -10
  282. package/css/components/Popper/Popper.css +1 -1
  283. package/css/components/Popper/Popper.d.ts +1 -1
  284. package/css/components/Popper/Popper.js +1 -1
  285. package/css/components/Popper/Popper.mjs +1 -1
  286. package/css/components/Progress/progress.css +80 -80
  287. package/css/components/Progress/progress.d.ts +8 -8
  288. package/css/components/Progress/progress.js +8 -8
  289. package/css/components/Progress/progress.mjs +8 -8
  290. package/css/components/ProgressStepper/progress-stepper.css +514 -514
  291. package/css/components/ProgressStepper/progress-stepper.d.ts +8 -8
  292. package/css/components/ProgressStepper/progress-stepper.js +8 -8
  293. package/css/components/ProgressStepper/progress-stepper.mjs +8 -8
  294. package/css/components/Radio/radio.css +44 -44
  295. package/css/components/Radio/radio.d.ts +5 -5
  296. package/css/components/Radio/radio.js +5 -5
  297. package/css/components/Radio/radio.mjs +5 -5
  298. package/css/components/Select/select.css +423 -423
  299. package/css/components/Select/select.d.ts +34 -34
  300. package/css/components/Select/select.js +34 -34
  301. package/css/components/Select/select.mjs +34 -34
  302. package/css/components/Sidebar/sidebar.css +166 -166
  303. package/css/components/Sidebar/sidebar.d.ts +5 -4
  304. package/css/components/Sidebar/sidebar.js +5 -4
  305. package/css/components/Sidebar/sidebar.mjs +5 -4
  306. package/css/components/SimpleList/simple-list.css +53 -56
  307. package/css/components/SimpleList/simple-list.d.ts +4 -4
  308. package/css/components/SimpleList/simple-list.js +4 -4
  309. package/css/components/SimpleList/simple-list.mjs +4 -4
  310. package/css/components/Skeleton/skeleton.css +112 -112
  311. package/css/components/Skeleton/skeleton.d.ts +2 -2
  312. package/css/components/Skeleton/skeleton.js +2 -2
  313. package/css/components/Skeleton/skeleton.mjs +2 -2
  314. package/css/components/SkipToContent/skip-to-content.css +8 -8
  315. package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
  316. package/css/components/SkipToContent/skip-to-content.js +1 -1
  317. package/css/components/SkipToContent/skip-to-content.mjs +1 -1
  318. package/css/components/Slider/slider.css +144 -144
  319. package/css/components/Slider/slider.d.ts +13 -13
  320. package/css/components/Slider/slider.js +13 -13
  321. package/css/components/Slider/slider.mjs +13 -13
  322. package/css/components/Spinner/spinner.css +36 -36
  323. package/css/components/Spinner/spinner.d.ts +2 -2
  324. package/css/components/Spinner/spinner.js +2 -2
  325. package/css/components/Spinner/spinner.mjs +2 -2
  326. package/css/components/Switch/switch.css +89 -89
  327. package/css/components/Switch/switch.d.ts +6 -6
  328. package/css/components/Switch/switch.js +6 -6
  329. package/css/components/Switch/switch.mjs +6 -6
  330. package/css/components/TabContent/tab-content.css +34 -34
  331. package/css/components/TabContent/tab-content.d.ts +2 -2
  332. package/css/components/TabContent/tab-content.js +2 -2
  333. package/css/components/TabContent/tab-content.mjs +2 -2
  334. package/css/components/Table/inline-edit.css +31 -31
  335. package/css/components/Table/inline-edit.d.ts +2 -2
  336. package/css/components/Table/inline-edit.js +2 -2
  337. package/css/components/Table/inline-edit.mjs +2 -2
  338. package/css/components/Table/table-grid.css +911 -911
  339. package/css/components/Table/table-grid.d.ts +19 -19
  340. package/css/components/Table/table-grid.js +19 -19
  341. package/css/components/Table/table-grid.mjs +19 -19
  342. package/css/components/Table/table-scrollable.css +38 -38
  343. package/css/components/Table/table-scrollable.d.ts +4 -4
  344. package/css/components/Table/table-scrollable.js +4 -4
  345. package/css/components/Table/table-scrollable.mjs +4 -4
  346. package/css/components/Table/table-tree-view.css +504 -499
  347. package/css/components/Table/table-tree-view.d.ts +19 -18
  348. package/css/components/Table/table-tree-view.js +19 -18
  349. package/css/components/Table/table-tree-view.mjs +19 -18
  350. package/css/components/Table/table.css +689 -768
  351. package/css/components/Table/table.d.ts +32 -33
  352. package/css/components/Table/table.js +32 -33
  353. package/css/components/Table/table.mjs +32 -33
  354. package/css/components/Tabs/tabs.css +616 -617
  355. package/css/components/Tabs/tabs.d.ts +16 -16
  356. package/css/components/Tabs/tabs.js +16 -16
  357. package/css/components/Tabs/tabs.mjs +16 -16
  358. package/css/components/TextInputGroup/text-input-group.css +88 -88
  359. package/css/components/TextInputGroup/text-input-group.d.ts +8 -8
  360. package/css/components/TextInputGroup/text-input-group.js +8 -8
  361. package/css/components/TextInputGroup/text-input-group.mjs +8 -8
  362. package/css/components/Tile/tile.css +68 -68
  363. package/css/components/Tile/tile.d.ts +5 -5
  364. package/css/components/Tile/tile.js +5 -5
  365. package/css/components/Tile/tile.mjs +5 -5
  366. package/css/components/Timestamp/timestamp.css +29 -29
  367. package/css/components/Timestamp/timestamp.d.ts +1 -1
  368. package/css/components/Timestamp/timestamp.js +1 -1
  369. package/css/components/Timestamp/timestamp.mjs +1 -1
  370. package/css/components/Title/title.css +87 -87
  371. package/css/components/Title/title.d.ts +1 -1
  372. package/css/components/Title/title.js +1 -1
  373. package/css/components/Title/title.mjs +1 -1
  374. package/css/components/ToggleGroup/toggle-group.css +86 -86
  375. package/css/components/ToggleGroup/toggle-group.d.ts +6 -5
  376. package/css/components/ToggleGroup/toggle-group.js +6 -5
  377. package/css/components/ToggleGroup/toggle-group.mjs +6 -5
  378. package/css/components/Toolbar/toolbar.css +2279 -2279
  379. package/css/components/Toolbar/toolbar.d.ts +10 -10
  380. package/css/components/Toolbar/toolbar.js +10 -10
  381. package/css/components/Toolbar/toolbar.mjs +10 -10
  382. package/css/components/Tooltip/tooltip.css +85 -85
  383. package/css/components/Tooltip/tooltip.d.ts +3 -3
  384. package/css/components/Tooltip/tooltip.js +3 -3
  385. package/css/components/Tooltip/tooltip.mjs +3 -3
  386. package/css/components/TreeView/tree-view.css +363 -363
  387. package/css/components/TreeView/tree-view.d.ts +16 -16
  388. package/css/components/TreeView/tree-view.js +16 -16
  389. package/css/components/TreeView/tree-view.mjs +16 -16
  390. package/css/components/Truncate/truncate.css +15 -15
  391. package/css/components/Truncate/truncate.d.ts +4 -4
  392. package/css/components/Truncate/truncate.js +4 -4
  393. package/css/components/Truncate/truncate.mjs +4 -4
  394. package/css/components/Wizard/wizard.css +273 -279
  395. package/css/components/Wizard/wizard.d.ts +28 -28
  396. package/css/components/Wizard/wizard.js +28 -28
  397. package/css/components/Wizard/wizard.mjs +28 -28
  398. package/css/docs/components/Brand/examples/Brand.d.ts +1 -1
  399. package/css/docs/components/Brand/examples/Brand.js +1 -1
  400. package/css/docs/components/Brand/examples/Brand.mjs +1 -1
  401. package/css/docs/components/Button/examples/Button.d.ts +1 -1
  402. package/css/docs/components/Button/examples/Button.js +1 -1
  403. package/css/docs/components/Button/examples/Button.mjs +1 -1
  404. package/css/docs/components/DragDrop/examples/DragDrop.d.ts +2 -2
  405. package/css/docs/components/DragDrop/examples/DragDrop.js +2 -2
  406. package/css/docs/components/DragDrop/examples/DragDrop.mjs +2 -2
  407. package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +1 -1
  408. package/css/docs/components/Dropdown/deprecated/Dropdown.js +1 -1
  409. package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +1 -1
  410. package/css/docs/components/Label/examples/Label.d.ts +1 -1
  411. package/css/docs/components/Label/examples/Label.js +1 -1
  412. package/css/docs/components/Label/examples/Label.mjs +1 -1
  413. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +1 -1
  414. package/css/docs/components/LogViewer/examples/LogViewer.js +1 -1
  415. package/css/docs/components/LogViewer/examples/LogViewer.mjs +1 -1
  416. package/css/docs/components/Menu/examples/Menu.d.ts +3 -3
  417. package/css/docs/components/Menu/examples/Menu.js +3 -3
  418. package/css/docs/components/Menu/examples/Menu.mjs +3 -3
  419. package/css/docs/components/Nav/examples/Navigation.d.ts +2 -2
  420. package/css/docs/components/Nav/examples/Navigation.js +2 -2
  421. package/css/docs/components/Nav/examples/Navigation.mjs +2 -2
  422. package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
  423. package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
  424. package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
  425. package/css/docs/components/Page/deprecated/PageHeader.d.ts +3 -3
  426. package/css/docs/components/Page/deprecated/PageHeader.js +3 -3
  427. package/css/docs/components/Page/deprecated/PageHeader.mjs +3 -3
  428. package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
  429. package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
  430. package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
  431. package/css/docs/components/Table/examples/Table.d.ts +1 -1
  432. package/css/docs/components/Table/examples/Table.js +1 -1
  433. package/css/docs/components/Table/examples/Table.mjs +1 -1
  434. package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
  435. package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
  436. package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -2
  437. package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
  438. package/css/docs/components/Tile/examples/Tile.js +1 -1
  439. package/css/docs/components/Tile/examples/Tile.mjs +1 -1
  440. package/css/docs/components/Toolbar/examples/Toolbar.d.ts +3 -3
  441. package/css/docs/components/Toolbar/examples/Toolbar.js +3 -3
  442. package/css/docs/components/Toolbar/examples/Toolbar.mjs +3 -3
  443. package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
  444. package/css/docs/components/Truncate/examples/Truncate.js +1 -1
  445. package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
  446. package/css/docs/demos/Card/examples/Card.d.ts +2 -2
  447. package/css/docs/demos/Card/examples/Card.js +2 -2
  448. package/css/docs/demos/Card/examples/Card.mjs +2 -2
  449. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +3 -3
  450. package/css/docs/demos/Toolbar/examples/Toolbar.js +3 -3
  451. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +3 -3
  452. package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
  453. package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
  454. package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
  455. package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
  456. package/css/docs/layouts/Flex/examples/Flex.js +2 -2
  457. package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
  458. package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
  459. package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
  460. package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
  461. package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
  462. package/css/docs/layouts/Grid/examples/Grid.js +1 -1
  463. package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
  464. package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
  465. package/css/docs/layouts/Level/examples/Level.js +2 -2
  466. package/css/docs/layouts/Level/examples/Level.mjs +2 -2
  467. package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
  468. package/css/docs/layouts/Split/examples/Split.js +2 -2
  469. package/css/docs/layouts/Split/examples/Split.mjs +2 -2
  470. package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
  471. package/css/docs/layouts/Stack/examples/Stack.js +2 -2
  472. package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
  473. package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
  474. package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
  475. package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
  476. package/css/docs/utilities/Display/examples/Display.d.ts +8 -8
  477. package/css/docs/utilities/Display/examples/Display.js +8 -8
  478. package/css/docs/utilities/Display/examples/Display.mjs +8 -8
  479. package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
  480. package/css/docs/utilities/Flex/examples/Flex.js +2 -2
  481. package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
  482. package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
  483. package/css/docs/utilities/Float/examples/Float.js +2 -2
  484. package/css/docs/utilities/Float/examples/Float.mjs +2 -2
  485. package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
  486. package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
  487. package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
  488. package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
  489. package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
  490. package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
  491. package/css/layouts/Bullseye/bullseye.css +3 -3
  492. package/css/layouts/Bullseye/bullseye.d.ts +1 -1
  493. package/css/layouts/Bullseye/bullseye.js +1 -1
  494. package/css/layouts/Bullseye/bullseye.mjs +1 -1
  495. package/css/layouts/Flex/flex.css +1276 -1276
  496. package/css/layouts/Flex/flex.d.ts +1 -1
  497. package/css/layouts/Flex/flex.js +1 -1
  498. package/css/layouts/Flex/flex.mjs +1 -1
  499. package/css/layouts/Gallery/gallery.css +34 -34
  500. package/css/layouts/Gallery/gallery.d.ts +1 -1
  501. package/css/layouts/Gallery/gallery.js +1 -1
  502. package/css/layouts/Gallery/gallery.mjs +1 -1
  503. package/css/layouts/Grid/grid.css +531 -531
  504. package/css/layouts/Grid/grid.d.ts +2 -2
  505. package/css/layouts/Grid/grid.js +2 -2
  506. package/css/layouts/Grid/grid.mjs +2 -2
  507. package/css/layouts/Level/level.css +4 -4
  508. package/css/layouts/Level/level.d.ts +1 -1
  509. package/css/layouts/Level/level.js +1 -1
  510. package/css/layouts/Level/level.mjs +1 -1
  511. package/css/layouts/Split/split.css +6 -6
  512. package/css/layouts/Split/split.d.ts +2 -2
  513. package/css/layouts/Split/split.js +2 -2
  514. package/css/layouts/Split/split.mjs +2 -2
  515. package/css/layouts/Stack/stack.css +5 -5
  516. package/css/layouts/Stack/stack.d.ts +2 -2
  517. package/css/layouts/Stack/stack.js +2 -2
  518. package/css/layouts/Stack/stack.mjs +2 -2
  519. package/css/layouts/Toolbar/toolbar.css +8 -8
  520. package/css/utilities/Accessibility/accessibility.css +18 -18
  521. package/css/utilities/Accessibility/accessibility.d.ts +18 -18
  522. package/css/utilities/Accessibility/accessibility.js +18 -18
  523. package/css/utilities/Accessibility/accessibility.mjs +18 -18
  524. package/css/utilities/Alignment/alignment.css +24 -24
  525. package/css/utilities/Alignment/alignment.d.ts +24 -24
  526. package/css/utilities/Alignment/alignment.js +24 -24
  527. package/css/utilities/Alignment/alignment.mjs +24 -24
  528. package/css/utilities/BackgroundColor/BackgroundColor.css +252 -252
  529. package/css/utilities/BackgroundColor/BackgroundColor.d.ts +97 -97
  530. package/css/utilities/BackgroundColor/BackgroundColor.js +97 -97
  531. package/css/utilities/BackgroundColor/BackgroundColor.mjs +97 -97
  532. package/css/utilities/BoxShadow/box-shadow.css +42 -42
  533. package/css/utilities/BoxShadow/box-shadow.d.ts +21 -21
  534. package/css/utilities/BoxShadow/box-shadow.js +21 -21
  535. package/css/utilities/BoxShadow/box-shadow.mjs +21 -21
  536. package/css/utilities/Display/display.css +54 -54
  537. package/css/utilities/Display/display.d.ts +54 -54
  538. package/css/utilities/Display/display.js +54 -54
  539. package/css/utilities/Display/display.mjs +54 -54
  540. package/css/utilities/Flex/flex.css +228 -228
  541. package/css/utilities/Flex/flex.d.ts +228 -228
  542. package/css/utilities/Flex/flex.js +228 -228
  543. package/css/utilities/Flex/flex.mjs +228 -228
  544. package/css/utilities/Float/float.css +12 -12
  545. package/css/utilities/Float/float.d.ts +12 -12
  546. package/css/utilities/Float/float.js +12 -12
  547. package/css/utilities/Float/float.mjs +12 -12
  548. package/css/utilities/Sizing/sizing.css +216 -216
  549. package/css/utilities/Sizing/sizing.d.ts +196 -196
  550. package/css/utilities/Sizing/sizing.js +196 -196
  551. package/css/utilities/Sizing/sizing.mjs +196 -196
  552. package/css/utilities/Spacing/spacing.css +1512 -1512
  553. package/css/utilities/Spacing/spacing.d.ts +840 -840
  554. package/css/utilities/Spacing/spacing.js +840 -840
  555. package/css/utilities/Spacing/spacing.mjs +840 -840
  556. package/css/utilities/Text/text.css +631 -631
  557. package/css/utilities/Text/text.d.ts +278 -278
  558. package/css/utilities/Text/text.js +278 -278
  559. package/css/utilities/Text/text.mjs +278 -278
  560. package/package.json +3 -3
  561. package/scripts/generateClassMaps.js +1 -1
  562. package/src/css/components/Consoles/AccessConsoles.css +5 -5
  563. package/src/css/components/Consoles/DesktopViewer.css +2 -2
  564. package/src/css/components/Consoles/SerialConsole.css +4 -4
  565. package/src/css/components/Consoles/VncConsole.css +3 -3
  566. package/src/css/components/Popper/Popper.css +1 -1
  567. package/src/css/components/Table/inline-edit.css +31 -31
  568. package/src/css/layouts/Toolbar/toolbar.css +8 -8
@@ -6,10 +6,10 @@ declare const _default: {
6
6
  "displayLg": "pf-m-display-lg",
7
7
  "stacked": "pf-m-stacked"
8
8
  },
9
- "tile": "pf-v5-c-tile",
10
- "tileBody": "pf-v5-c-tile__body",
11
- "tileHeader": "pf-v5-c-tile__header",
12
- "tileIcon": "pf-v5-c-tile__icon",
13
- "tileTitle": "pf-v5-c-tile__title"
9
+ "tile": "pf-v6-c-tile",
10
+ "tileBody": "pf-v6-c-tile__body",
11
+ "tileHeader": "pf-v6-c-tile__header",
12
+ "tileIcon": "pf-v6-c-tile__icon",
13
+ "tileTitle": "pf-v6-c-tile__title"
14
14
  };
15
15
  export default _default;
@@ -8,9 +8,9 @@ exports.default = {
8
8
  "displayLg": "pf-m-display-lg",
9
9
  "stacked": "pf-m-stacked"
10
10
  },
11
- "tile": "pf-v5-c-tile",
12
- "tileBody": "pf-v5-c-tile__body",
13
- "tileHeader": "pf-v5-c-tile__header",
14
- "tileIcon": "pf-v5-c-tile__icon",
15
- "tileTitle": "pf-v5-c-tile__title"
11
+ "tile": "pf-v6-c-tile",
12
+ "tileBody": "pf-v6-c-tile__body",
13
+ "tileHeader": "pf-v6-c-tile__header",
14
+ "tileIcon": "pf-v6-c-tile__icon",
15
+ "tileTitle": "pf-v6-c-tile__title"
16
16
  };
@@ -6,9 +6,9 @@ export default {
6
6
  "displayLg": "pf-m-display-lg",
7
7
  "stacked": "pf-m-stacked"
8
8
  },
9
- "tile": "pf-v5-c-tile",
10
- "tileBody": "pf-v5-c-tile__body",
11
- "tileHeader": "pf-v5-c-tile__header",
12
- "tileIcon": "pf-v5-c-tile__icon",
13
- "tileTitle": "pf-v5-c-tile__title"
9
+ "tile": "pf-v6-c-tile",
10
+ "tileBody": "pf-v6-c-tile__body",
11
+ "tileHeader": "pf-v6-c-tile__header",
12
+ "tileIcon": "pf-v6-c-tile__icon",
13
+ "tileTitle": "pf-v6-c-tile__title"
14
14
  };
@@ -1,37 +1,37 @@
1
- :root, .pf-v5-c-timestamp {
2
- --pf-v5-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
3
- --pf-v5-c-timestamp--Color: var(--pf-t--global--text--color--subtle);
4
- --pf-v5-c-timestamp--OutlineOffset: 0.1875rem;
5
- --pf-v5-c-timestamp--m-help-text--TextDecorationLine: underline;
6
- --pf-v5-c-timestamp--m-help-text--TextDecorationStyle: dashed;
7
- --pf-v5-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-t--global--border--width--regular);
8
- --pf-v5-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
9
- --pf-v5-c-timestamp--m-help-text--TextDecorationColor: var(--pf-t--global--border--color--default);
10
- --pf-v5-c-timestamp--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
11
- --pf-v5-c-timestamp--m-help-text--focus--Color: var(--pf-t--global--text--color--regular);
12
- --pf-v5-c-timestamp--m-help-text--hover--TextDecorationColor: var(--pf-t--global--text--color--regular);
13
- --pf-v5-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-t--global--text--color--regular);
1
+ :root, .pf-v6-c-timestamp {
2
+ --pf-v6-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
3
+ --pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--subtle);
4
+ --pf-v6-c-timestamp--OutlineOffset: 0.1875rem;
5
+ --pf-v6-c-timestamp--m-help-text--TextDecorationLine: underline;
6
+ --pf-v6-c-timestamp--m-help-text--TextDecorationStyle: dashed;
7
+ --pf-v6-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-t--global--border--width--regular);
8
+ --pf-v6-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
9
+ --pf-v6-c-timestamp--m-help-text--TextDecorationColor: var(--pf-t--global--border--color--default);
10
+ --pf-v6-c-timestamp--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
11
+ --pf-v6-c-timestamp--m-help-text--focus--Color: var(--pf-t--global--text--color--regular);
12
+ --pf-v6-c-timestamp--m-help-text--hover--TextDecorationColor: var(--pf-t--global--text--color--regular);
13
+ --pf-v6-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-t--global--text--color--regular);
14
14
  }
15
15
 
16
- .pf-v5-c-timestamp {
16
+ .pf-v6-c-timestamp {
17
17
  display: inline-block;
18
- font-size: var(--pf-v5-c-timestamp--FontSize);
19
- color: var(--pf-v5-c-timestamp--Color);
20
- outline-offset: var(--pf-v5-c-timestamp--OutlineOffset);
18
+ font-size: var(--pf-v6-c-timestamp--FontSize);
19
+ color: var(--pf-v6-c-timestamp--Color);
20
+ outline-offset: var(--pf-v6-c-timestamp--OutlineOffset);
21
21
  }
22
- .pf-v5-c-timestamp.pf-m-help-text {
23
- text-decoration-line: var(--pf-v5-c-timestamp--m-help-text--TextDecorationLine);
24
- text-decoration-thickness: var(--pf-v5-c-timestamp--m-help-text--TextDecorationThickness);
25
- text-decoration-style: var(--pf-v5-c-timestamp--m-help-text--TextDecorationStyle);
26
- text-decoration-color: var(--pf-v5-c-timestamp--m-help-text--TextDecorationColor);
27
- text-underline-offset: var(--pf-v5-c-timestamp--m-help-text--TextUnderlineOffset);
22
+ .pf-v6-c-timestamp.pf-m-help-text {
23
+ text-decoration-line: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine);
24
+ text-decoration-thickness: var(--pf-v6-c-timestamp--m-help-text--TextDecorationThickness);
25
+ text-decoration-style: var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
26
+ text-decoration-color: var(--pf-v6-c-timestamp--m-help-text--TextDecorationColor);
27
+ text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
28
28
  cursor: pointer;
29
29
  }
30
- .pf-v5-c-timestamp.pf-m-help-text:hover {
31
- --pf-v5-c-timestamp--Color: var(--pf-v5-c-timestamp--m-help-text--hover--Color);
32
- --pf-v5-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v5-c-timestamp--m-help-text--hover--TextDecorationColor);
30
+ .pf-v6-c-timestamp.pf-m-help-text:hover {
31
+ --pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--hover--Color);
32
+ --pf-v6-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationColor);
33
33
  }
34
- .pf-v5-c-timestamp.pf-m-help-text:focus {
35
- --pf-v5-c-timestamp--Color: var(--pf-v5-c-timestamp--m-help-text--focus--Color);
36
- --pf-v5-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v5-c-timestamp--m-help-text--focus--TextDecorationColor);
34
+ .pf-v6-c-timestamp.pf-m-help-text:focus {
35
+ --pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--focus--Color);
36
+ --pf-v6-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v6-c-timestamp--m-help-text--focus--TextDecorationColor);
37
37
  }
@@ -3,6 +3,6 @@ declare const _default: {
3
3
  "modifiers": {
4
4
  "helpText": "pf-m-help-text"
5
5
  },
6
- "timestamp": "pf-v5-c-timestamp"
6
+ "timestamp": "pf-v6-c-timestamp"
7
7
  };
8
8
  export default _default;
@@ -5,5 +5,5 @@ exports.default = {
5
5
  "modifiers": {
6
6
  "helpText": "pf-m-help-text"
7
7
  },
8
- "timestamp": "pf-v5-c-timestamp"
8
+ "timestamp": "pf-v6-c-timestamp"
9
9
  };
@@ -3,5 +3,5 @@ export default {
3
3
  "modifiers": {
4
4
  "helpText": "pf-m-help-text"
5
5
  },
6
- "timestamp": "pf-v5-c-timestamp"
6
+ "timestamp": "pf-v6-c-timestamp"
7
7
  };
@@ -1,104 +1,104 @@
1
1
  :root {
2
- --pf-v5-c-title--FontFamily: var(--pf-t--global--font--family--heading);
3
- --pf-v5-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
4
- --pf-v5-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
5
- --pf-v5-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading);
6
- --pf-v5-c-title--m-3xl--LineHeight: var(--pf-t--global--font--line-height--heading);
7
- --pf-v5-c-title--m-3xl--FontSize: var(--pf-t--global--font--size--heading--xl);
8
- --pf-v5-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading);
9
- --pf-v5-c-title--m-2xl--LineHeight: var(--pf-t--global--font--line-height--heading);
10
- --pf-v5-c-title--m-2xl--FontSize: var(--pf-t--global--font--size--heading--lg);
11
- --pf-v5-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading);
12
- --pf-v5-c-title--m-xl--LineHeight: var(--pf-t--global--font--line-height--heading);
13
- --pf-v5-c-title--m-xl--FontSize: var(--pf-t--global--font--size--heading--md);
14
- --pf-v5-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading);
15
- --pf-v5-c-title--m-lg--LineHeight: var(--pf-t--global--font--line-height--heading);
16
- --pf-v5-c-title--m-lg--FontSize: var(--pf-t--global--font--size--heading--sm);
17
- --pf-v5-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading);
18
- --pf-v5-c-title--m-md--LineHeight: var(--pf-t--global--font--line-height--heading);
19
- --pf-v5-c-title--m-md--FontSize: var(--pf-t--global--font--size--heading--xs);
20
- --pf-v5-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading);
21
- --pf-v5-c-title--m-h1--LineHeight: var(--pf-t--global--font--line-height--heading);
22
- --pf-v5-c-title--m-h1--FontSize: var(--pf-t--global--font--size--heading--h1);
23
- --pf-v5-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading);
24
- --pf-v5-c-title--m-h2--LineHeight: var(--pf-t--global--font--line-height--heading);
25
- --pf-v5-c-title--m-h2--FontSize: var(--pf-t--global--font--size--heading--h2);
26
- --pf-v5-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading);
27
- --pf-v5-c-title--m-h3--LineHeight: var(--pf-t--global--font--line-height--heading);
28
- --pf-v5-c-title--m-h3--FontSize: var(--pf-t--global--font--size--heading--h3);
29
- --pf-v5-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading);
30
- --pf-v5-c-title--m-h4--LineHeight: var(--pf-t--global--font--line-height--heading);
31
- --pf-v5-c-title--m-h4--FontSize: var(--pf-t--global--font--size--heading--h4);
32
- --pf-v5-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading);
33
- --pf-v5-c-title--m-h5--LineHeight: var(--pf-t--global--font--line-height--heading);
34
- --pf-v5-c-title--m-h5--FontSize: var(--pf-t--global--font--size--heading--h5);
35
- --pf-v5-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading);
36
- --pf-v5-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
37
- --pf-v5-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
38
- --pf-v5-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading);
2
+ --pf-v6-c-title--FontFamily: var(--pf-t--global--font--family--heading);
3
+ --pf-v6-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
4
+ --pf-v6-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
5
+ --pf-v6-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading);
6
+ --pf-v6-c-title--m-3xl--LineHeight: var(--pf-t--global--font--line-height--heading);
7
+ --pf-v6-c-title--m-3xl--FontSize: var(--pf-t--global--font--size--heading--xl);
8
+ --pf-v6-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading);
9
+ --pf-v6-c-title--m-2xl--LineHeight: var(--pf-t--global--font--line-height--heading);
10
+ --pf-v6-c-title--m-2xl--FontSize: var(--pf-t--global--font--size--heading--lg);
11
+ --pf-v6-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading);
12
+ --pf-v6-c-title--m-xl--LineHeight: var(--pf-t--global--font--line-height--heading);
13
+ --pf-v6-c-title--m-xl--FontSize: var(--pf-t--global--font--size--heading--md);
14
+ --pf-v6-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading);
15
+ --pf-v6-c-title--m-lg--LineHeight: var(--pf-t--global--font--line-height--heading);
16
+ --pf-v6-c-title--m-lg--FontSize: var(--pf-t--global--font--size--heading--sm);
17
+ --pf-v6-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading);
18
+ --pf-v6-c-title--m-md--LineHeight: var(--pf-t--global--font--line-height--heading);
19
+ --pf-v6-c-title--m-md--FontSize: var(--pf-t--global--font--size--heading--xs);
20
+ --pf-v6-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading);
21
+ --pf-v6-c-title--m-h1--LineHeight: var(--pf-t--global--font--line-height--heading);
22
+ --pf-v6-c-title--m-h1--FontSize: var(--pf-t--global--font--size--heading--h1);
23
+ --pf-v6-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading);
24
+ --pf-v6-c-title--m-h2--LineHeight: var(--pf-t--global--font--line-height--heading);
25
+ --pf-v6-c-title--m-h2--FontSize: var(--pf-t--global--font--size--heading--h2);
26
+ --pf-v6-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading);
27
+ --pf-v6-c-title--m-h3--LineHeight: var(--pf-t--global--font--line-height--heading);
28
+ --pf-v6-c-title--m-h3--FontSize: var(--pf-t--global--font--size--heading--h3);
29
+ --pf-v6-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading);
30
+ --pf-v6-c-title--m-h4--LineHeight: var(--pf-t--global--font--line-height--heading);
31
+ --pf-v6-c-title--m-h4--FontSize: var(--pf-t--global--font--size--heading--h4);
32
+ --pf-v6-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading);
33
+ --pf-v6-c-title--m-h5--LineHeight: var(--pf-t--global--font--line-height--heading);
34
+ --pf-v6-c-title--m-h5--FontSize: var(--pf-t--global--font--size--heading--h5);
35
+ --pf-v6-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading);
36
+ --pf-v6-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
37
+ --pf-v6-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
38
+ --pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading);
39
39
  }
40
40
 
41
- .pf-v5-c-title {
42
- font-family: var(--pf-v5-c-title--FontFamily);
41
+ .pf-v6-c-title {
42
+ font-family: var(--pf-v6-c-title--FontFamily);
43
43
  word-break: break-word;
44
44
  }
45
- .pf-v5-c-title.pf-m-4xl {
46
- font-size: var(--pf-v5-c-title--m-4xl--FontSize);
47
- font-weight: var(--pf-v5-c-title--m-4xl--FontWeight);
48
- line-height: var(--pf-v5-c-title--m-4xl--LineHeight);
45
+ .pf-v6-c-title.pf-m-4xl {
46
+ font-size: var(--pf-v6-c-title--m-4xl--FontSize);
47
+ font-weight: var(--pf-v6-c-title--m-4xl--FontWeight);
48
+ line-height: var(--pf-v6-c-title--m-4xl--LineHeight);
49
49
  }
50
- .pf-v5-c-title.pf-m-3xl {
51
- font-size: var(--pf-v5-c-title--m-3xl--FontSize);
52
- font-weight: var(--pf-v5-c-title--m-3xl--FontWeight);
53
- line-height: var(--pf-v5-c-title--m-3xl--LineHeight);
50
+ .pf-v6-c-title.pf-m-3xl {
51
+ font-size: var(--pf-v6-c-title--m-3xl--FontSize);
52
+ font-weight: var(--pf-v6-c-title--m-3xl--FontWeight);
53
+ line-height: var(--pf-v6-c-title--m-3xl--LineHeight);
54
54
  }
55
- .pf-v5-c-title.pf-m-2xl {
56
- font-size: var(--pf-v5-c-title--m-2xl--FontSize);
57
- font-weight: var(--pf-v5-c-title--m-2xl--FontWeight);
58
- line-height: var(--pf-v5-c-title--m-2xl--LineHeight);
55
+ .pf-v6-c-title.pf-m-2xl {
56
+ font-size: var(--pf-v6-c-title--m-2xl--FontSize);
57
+ font-weight: var(--pf-v6-c-title--m-2xl--FontWeight);
58
+ line-height: var(--pf-v6-c-title--m-2xl--LineHeight);
59
59
  }
60
- .pf-v5-c-title.pf-m-xl {
61
- font-size: var(--pf-v5-c-title--m-xl--FontSize);
62
- font-weight: var(--pf-v5-c-title--m-xl--FontWeight);
63
- line-height: var(--pf-v5-c-title--m-xl--LineHeight);
60
+ .pf-v6-c-title.pf-m-xl {
61
+ font-size: var(--pf-v6-c-title--m-xl--FontSize);
62
+ font-weight: var(--pf-v6-c-title--m-xl--FontWeight);
63
+ line-height: var(--pf-v6-c-title--m-xl--LineHeight);
64
64
  }
65
- .pf-v5-c-title.pf-m-lg {
66
- font-size: var(--pf-v5-c-title--m-lg--FontSize);
67
- font-weight: var(--pf-v5-c-title--m-lg--FontWeight);
68
- line-height: var(--pf-v5-c-title--m-lg--LineHeight);
65
+ .pf-v6-c-title.pf-m-lg {
66
+ font-size: var(--pf-v6-c-title--m-lg--FontSize);
67
+ font-weight: var(--pf-v6-c-title--m-lg--FontWeight);
68
+ line-height: var(--pf-v6-c-title--m-lg--LineHeight);
69
69
  }
70
- .pf-v5-c-title.pf-m-md {
71
- font-size: var(--pf-v5-c-title--m-md--FontSize);
72
- font-weight: var(--pf-v5-c-title--m-md--FontWeight);
73
- line-height: var(--pf-v5-c-title--m-md--LineHeight);
70
+ .pf-v6-c-title.pf-m-md {
71
+ font-size: var(--pf-v6-c-title--m-md--FontSize);
72
+ font-weight: var(--pf-v6-c-title--m-md--FontWeight);
73
+ line-height: var(--pf-v6-c-title--m-md--LineHeight);
74
74
  }
75
- .pf-v5-c-title.pf-m-h1 {
76
- font-size: var(--pf-v5-c-title--m-h1--FontSize);
77
- font-weight: var(--pf-v5-c-title--m-h1--FontWeight);
78
- line-height: var(--pf-v5-c-title--m-h1--LineHeight);
75
+ .pf-v6-c-title.pf-m-h1 {
76
+ font-size: var(--pf-v6-c-title--m-h1--FontSize);
77
+ font-weight: var(--pf-v6-c-title--m-h1--FontWeight);
78
+ line-height: var(--pf-v6-c-title--m-h1--LineHeight);
79
79
  }
80
- .pf-v5-c-title.pf-m-h2 {
81
- font-size: var(--pf-v5-c-title--m-h2--FontSize);
82
- font-weight: var(--pf-v5-c-title--m-h2--FontWeight);
83
- line-height: var(--pf-v5-c-title--m-h2--LineHeight);
80
+ .pf-v6-c-title.pf-m-h2 {
81
+ font-size: var(--pf-v6-c-title--m-h2--FontSize);
82
+ font-weight: var(--pf-v6-c-title--m-h2--FontWeight);
83
+ line-height: var(--pf-v6-c-title--m-h2--LineHeight);
84
84
  }
85
- .pf-v5-c-title.pf-m-h3 {
86
- font-size: var(--pf-v5-c-title--m-h3--FontSize);
87
- font-weight: var(--pf-v5-c-title--m-h3--FontWeight);
88
- line-height: var(--pf-v5-c-title--m-h3--LineHeight);
85
+ .pf-v6-c-title.pf-m-h3 {
86
+ font-size: var(--pf-v6-c-title--m-h3--FontSize);
87
+ font-weight: var(--pf-v6-c-title--m-h3--FontWeight);
88
+ line-height: var(--pf-v6-c-title--m-h3--LineHeight);
89
89
  }
90
- .pf-v5-c-title.pf-m-h4 {
91
- font-size: var(--pf-v5-c-title--m-h4--FontSize);
92
- font-weight: var(--pf-v5-c-title--m-h4--FontWeight);
93
- line-height: var(--pf-v5-c-title--m-h4--LineHeight);
90
+ .pf-v6-c-title.pf-m-h4 {
91
+ font-size: var(--pf-v6-c-title--m-h4--FontSize);
92
+ font-weight: var(--pf-v6-c-title--m-h4--FontWeight);
93
+ line-height: var(--pf-v6-c-title--m-h4--LineHeight);
94
94
  }
95
- .pf-v5-c-title.pf-m-h5 {
96
- font-size: var(--pf-v5-c-title--m-h5--FontSize);
97
- font-weight: var(--pf-v5-c-title--m-h5--FontWeight);
98
- line-height: var(--pf-v5-c-title--m-h5--LineHeight);
95
+ .pf-v6-c-title.pf-m-h5 {
96
+ font-size: var(--pf-v6-c-title--m-h5--FontSize);
97
+ font-weight: var(--pf-v6-c-title--m-h5--FontWeight);
98
+ line-height: var(--pf-v6-c-title--m-h5--LineHeight);
99
99
  }
100
- .pf-v5-c-title.pf-m-h6 {
101
- font-size: var(--pf-v5-c-title--m-h6--FontSize);
102
- font-weight: var(--pf-v5-c-title--m-h6--FontWeight);
103
- line-height: var(--pf-v5-c-title--m-h6--LineHeight);
100
+ .pf-v6-c-title.pf-m-h6 {
101
+ font-size: var(--pf-v6-c-title--m-h6--FontSize);
102
+ font-weight: var(--pf-v6-c-title--m-h6--FontWeight);
103
+ line-height: var(--pf-v6-c-title--m-h6--LineHeight);
104
104
  }
@@ -14,6 +14,6 @@ declare const _default: {
14
14
  "h5": "pf-m-h5",
15
15
  "h6": "pf-m-h6"
16
16
  },
17
- "title": "pf-v5-c-title"
17
+ "title": "pf-v6-c-title"
18
18
  };
19
19
  export default _default;
@@ -16,5 +16,5 @@ exports.default = {
16
16
  "h5": "pf-m-h5",
17
17
  "h6": "pf-m-h6"
18
18
  },
19
- "title": "pf-v5-c-title"
19
+ "title": "pf-v6-c-title"
20
20
  };
@@ -14,5 +14,5 @@ export default {
14
14
  "h5": "pf-m-h5",
15
15
  "h6": "pf-m-h6"
16
16
  },
17
- "title": "pf-v5-c-title"
17
+ "title": "pf-v6-c-title"
18
18
  };
@@ -1,80 +1,80 @@
1
1
  :where(:root),
2
- :where(.pf-v5-c-toggle-group) {
3
- --pf-v5-c-toggle-group__button--PaddingTop: var(--pf-t--global--spacer--sm);
4
- --pf-v5-c-toggle-group__button--PaddingRight: var(--pf-t--global--spacer--md);
5
- --pf-v5-c-toggle-group__button--PaddingBottom: var(--pf-t--global--spacer--sm);
6
- --pf-v5-c-toggle-group__button--PaddingLeft: var(--pf-t--global--spacer--md);
7
- --pf-v5-c-toggle-group__button--FontSize: var(--pf-t--global--font--size--body--default);
8
- --pf-v5-c-toggle-group__button--LineHeight: var(--pf-t--global--font--line-height--body);
9
- --pf-v5-c-toggle-group__button--Color: var(--pf-t--global--text--color--regular);
10
- --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
11
- --pf-v5-c-toggle-group__button--ZIndex: auto;
12
- --pf-v5-c-toggle-group__button--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
13
- --pf-v5-c-toggle-group__button--hover--ZIndex: var(--pf-t--global--Zindex--xs);
14
- --pf-v5-c-toggle-group__button--hover--before--BorderColor: var(--pf-t--global--border--color--default);
15
- --pf-v5-c-toggle-group__button--before--BorderWidth: var(--pf-t--global--border--width--control--default);
16
- --pf-v5-c-toggle-group__button--before--BorderColor: var(--pf-t--global--border--color--default);
17
- --pf-v5-c-toggle-group__item--item--MarginLeft: calc(-1 * var(--pf-t--global--border--width--control--default));
18
- --pf-v5-c-toggle-group__item--first-child__button--BorderTopLeftRadius: var(--pf-t--global--border--radius--tiny);
19
- --pf-v5-c-toggle-group__item--first-child__button--BorderBottomLeftRadius: var(--pf-t--global--border--radius--tiny);
20
- --pf-v5-c-toggle-group__item--last-child__button--BorderTopRightRadius: var(--pf-t--global--border--radius--tiny);
21
- --pf-v5-c-toggle-group__item--last-child__button--BorderBottomRightRadius: var(--pf-t--global--border--radius--tiny);
22
- --pf-v5-c-toggle-group__icon--text--MarginLeft: var(--pf-t--global--spacer--sm);
23
- --pf-v5-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-t--global--color--brand--default);
24
- --pf-v5-c-toggle-group__button--m-selected--Color: var(--pf-t--global--text--color--on-brand--default);
25
- --pf-v5-c-toggle-group__button--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
26
- --pf-v5-c-toggle-group__button--m-selected-selected--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
27
- --pf-v5-c-toggle-group__button--m-selected--ZIndex: var(--pf-t--global--Zindex--xs);
28
- --pf-v5-c-toggle-group__button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
29
- --pf-v5-c-toggle-group__button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
30
- --pf-v5-c-toggle-group__button--disabled--before--BorderColor: var(--pf-t--global--border--color--disabled);
31
- --pf-v5-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
32
- --pf-v5-c-toggle-group__button--disabled--ZIndex: var(--pf-t--global--Zindex--xs);
33
- --pf-v5-c-toggle-group--m-compact__button--PaddingTop: 0;
34
- --pf-v5-c-toggle-group--m-compact__button--PaddingRight: var(--pf-t--global--spacer--sm);
35
- --pf-v5-c-toggle-group--m-compact__button--PaddingBottom: 0;
36
- --pf-v5-c-toggle-group--m-compact__button--PaddingLeft: var(--pf-t--global--spacer--sm);
37
- --pf-v5-c-toggle-group--m-compact__button--FontSize: var(--pf-t--global--font--size--body--default);
2
+ :where(.pf-v6-c-toggle-group) {
3
+ --pf-v6-c-toggle-group__button--PaddingTop: var(--pf-t--global--spacer--sm);
4
+ --pf-v6-c-toggle-group__button--PaddingRight: var(--pf-t--global--spacer--md);
5
+ --pf-v6-c-toggle-group__button--PaddingBottom: var(--pf-t--global--spacer--sm);
6
+ --pf-v6-c-toggle-group__button--PaddingLeft: var(--pf-t--global--spacer--md);
7
+ --pf-v6-c-toggle-group__button--FontSize: var(--pf-t--global--font--size--body--default);
8
+ --pf-v6-c-toggle-group__button--LineHeight: var(--pf-t--global--font--line-height--body);
9
+ --pf-v6-c-toggle-group__button--Color: var(--pf-t--global--text--color--regular);
10
+ --pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
11
+ --pf-v6-c-toggle-group__button--ZIndex: auto;
12
+ --pf-v6-c-toggle-group__button--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
13
+ --pf-v6-c-toggle-group__button--hover--ZIndex: var(--pf-t--global--Zindex--xs);
14
+ --pf-v6-c-toggle-group__button--hover--before--BorderColor: var(--pf-t--global--border--color--default);
15
+ --pf-v6-c-toggle-group__button--before--BorderWidth: var(--pf-t--global--border--width--control--default);
16
+ --pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-t--global--border--color--default);
17
+ --pf-v6-c-toggle-group__item--item--MarginLeft: calc(-1 * var(--pf-t--global--border--width--control--default));
18
+ --pf-v6-c-toggle-group__item--first-child__button--BorderTopLeftRadius: var(--pf-t--global--border--radius--tiny);
19
+ --pf-v6-c-toggle-group__item--first-child__button--BorderBottomLeftRadius: var(--pf-t--global--border--radius--tiny);
20
+ --pf-v6-c-toggle-group__item--last-child__button--BorderTopRightRadius: var(--pf-t--global--border--radius--tiny);
21
+ --pf-v6-c-toggle-group__item--last-child__button--BorderBottomRightRadius: var(--pf-t--global--border--radius--tiny);
22
+ --pf-v6-c-toggle-group__icon--text--MarginLeft: var(--pf-t--global--spacer--sm);
23
+ --pf-v6-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-t--global--color--brand--default);
24
+ --pf-v6-c-toggle-group__button--m-selected--Color: var(--pf-t--global--text--color--on-brand--default);
25
+ --pf-v6-c-toggle-group__button--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
26
+ --pf-v6-c-toggle-group__button--m-selected-selected--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
27
+ --pf-v6-c-toggle-group__button--m-selected--ZIndex: var(--pf-t--global--Zindex--xs);
28
+ --pf-v6-c-toggle-group__button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
29
+ --pf-v6-c-toggle-group__button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
30
+ --pf-v6-c-toggle-group__button--disabled--before--BorderColor: var(--pf-t--global--border--color--disabled);
31
+ --pf-v6-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
32
+ --pf-v6-c-toggle-group__button--disabled--ZIndex: var(--pf-t--global--Zindex--xs);
33
+ --pf-v6-c-toggle-group--m-compact__button--PaddingTop: 0;
34
+ --pf-v6-c-toggle-group--m-compact__button--PaddingRight: var(--pf-t--global--spacer--sm);
35
+ --pf-v6-c-toggle-group--m-compact__button--PaddingBottom: 0;
36
+ --pf-v6-c-toggle-group--m-compact__button--PaddingLeft: var(--pf-t--global--spacer--sm);
37
+ --pf-v6-c-toggle-group--m-compact__button--FontSize: var(--pf-t--global--font--size--body--default);
38
38
  }
39
39
 
40
- .pf-v5-c-toggle-group {
40
+ .pf-v6-c-toggle-group {
41
41
  display: flex;
42
42
  }
43
- .pf-v5-c-toggle-group.pf-m-compact {
44
- --pf-v5-c-toggle-group__button--PaddingTop: var(--pf-v5-c-toggle-group--m-compact__button--PaddingTop);
45
- --pf-v5-c-toggle-group__button--PaddingRight: var(--pf-v5-c-toggle-group--m-compact__button--PaddingRight);
46
- --pf-v5-c-toggle-group__button--PaddingBottom: var(--pf-v5-c-toggle-group--m-compact__button--PaddingBottom);
47
- --pf-v5-c-toggle-group__button--PaddingLeft: var(--pf-v5-c-toggle-group--m-compact__button--PaddingLeft);
48
- --pf-v5-c-toggle-group__button--FontSize: var(--pf-v5-c-toggle-group--m-compact__button--FontSize);
43
+ .pf-v6-c-toggle-group.pf-m-compact {
44
+ --pf-v6-c-toggle-group__button--PaddingTop: var(--pf-v6-c-toggle-group--m-compact__button--PaddingTop);
45
+ --pf-v6-c-toggle-group__button--PaddingRight: var(--pf-v6-c-toggle-group--m-compact__button--PaddingRight);
46
+ --pf-v6-c-toggle-group__button--PaddingBottom: var(--pf-v6-c-toggle-group--m-compact__button--PaddingBottom);
47
+ --pf-v6-c-toggle-group__button--PaddingLeft: var(--pf-v6-c-toggle-group--m-compact__button--PaddingLeft);
48
+ --pf-v6-c-toggle-group__button--FontSize: var(--pf-v6-c-toggle-group--m-compact__button--FontSize);
49
49
  }
50
50
 
51
- .pf-v5-c-toggle-group__item + .pf-v5-c-toggle-group__item {
52
- margin-inline-start: var(--pf-v5-c-toggle-group__item--item--MarginLeft);
51
+ .pf-v6-c-toggle-group__item + .pf-v6-c-toggle-group__item {
52
+ margin-inline-start: var(--pf-v6-c-toggle-group__item--item--MarginLeft);
53
53
  }
54
- .pf-v5-c-toggle-group__item:first-child .pf-v5-c-toggle-group__button, .pf-v5-c-toggle-group__item:first-child .pf-v5-c-toggle-group__button::before {
55
- border-start-start-radius: var(--pf-v5-c-toggle-group__item--first-child__button--BorderTopLeftRadius);
56
- border-end-start-radius: var(--pf-v5-c-toggle-group__item--first-child__button--BorderBottomLeftRadius);
54
+ .pf-v6-c-toggle-group__item:first-child .pf-v6-c-toggle-group__button, .pf-v6-c-toggle-group__item:first-child .pf-v6-c-toggle-group__button::before {
55
+ border-start-start-radius: var(--pf-v6-c-toggle-group__item--first-child__button--BorderTopLeftRadius);
56
+ border-end-start-radius: var(--pf-v6-c-toggle-group__item--first-child__button--BorderBottomLeftRadius);
57
57
  }
58
- .pf-v5-c-toggle-group__item:last-child .pf-v5-c-toggle-group__button, .pf-v5-c-toggle-group__item:last-child .pf-v5-c-toggle-group__button::before {
59
- border-start-end-radius: var(--pf-v5-c-toggle-group__item--last-child__button--BorderTopRightRadius);
60
- border-end-end-radius: var(--pf-v5-c-toggle-group__item--last-child__button--BorderBottomRightRadius);
58
+ .pf-v6-c-toggle-group__item:last-child .pf-v6-c-toggle-group__button, .pf-v6-c-toggle-group__item:last-child .pf-v6-c-toggle-group__button::before {
59
+ border-start-end-radius: var(--pf-v6-c-toggle-group__item--last-child__button--BorderTopRightRadius);
60
+ border-end-end-radius: var(--pf-v6-c-toggle-group__item--last-child__button--BorderBottomRightRadius);
61
61
  }
62
62
 
63
- .pf-v5-c-toggle-group__button {
63
+ .pf-v6-c-toggle-group__button {
64
64
  position: relative;
65
- z-index: var(--pf-v5-c-toggle-group__button--ZIndex);
65
+ z-index: var(--pf-v6-c-toggle-group__button--ZIndex);
66
66
  display: inline-flex;
67
- padding-block-start: var(--pf-v5-c-toggle-group__button--PaddingTop);
68
- padding-block-end: var(--pf-v5-c-toggle-group__button--PaddingBottom);
69
- padding-inline-start: var(--pf-v5-c-toggle-group__button--PaddingLeft);
70
- padding-inline-end: var(--pf-v5-c-toggle-group__button--PaddingRight);
71
- font-size: var(--pf-v5-c-toggle-group__button--FontSize);
72
- line-height: var(--pf-v5-c-toggle-group__button--LineHeight);
73
- color: var(--pf-v5-c-toggle-group__button--Color);
74
- background-color: var(--pf-v5-c-toggle-group__button--BackgroundColor);
67
+ padding-block-start: var(--pf-v6-c-toggle-group__button--PaddingTop);
68
+ padding-block-end: var(--pf-v6-c-toggle-group__button--PaddingBottom);
69
+ padding-inline-start: var(--pf-v6-c-toggle-group__button--PaddingLeft);
70
+ padding-inline-end: var(--pf-v6-c-toggle-group__button--PaddingRight);
71
+ font-size: var(--pf-v6-c-toggle-group__button--FontSize);
72
+ line-height: var(--pf-v6-c-toggle-group__button--LineHeight);
73
+ color: var(--pf-v6-c-toggle-group__button--Color);
74
+ background-color: var(--pf-v6-c-toggle-group__button--BackgroundColor);
75
75
  border: 0;
76
76
  }
77
- .pf-v5-c-toggle-group__button::before {
77
+ .pf-v6-c-toggle-group__button::before {
78
78
  position: absolute;
79
79
  inset-block-start: 0;
80
80
  inset-block-end: 0;
@@ -83,41 +83,41 @@
83
83
  pointer-events: none;
84
84
  content: "";
85
85
  border-style: solid;
86
- border-width: var(--pf-v5-c-toggle-group__button--before--BorderWidth);
87
- border-block-start-color: var(--pf-v5-c-toggle-group__button--before--BorderBlockStartColor, var(--pf-v5-c-toggle-group__button--before--BorderColor));
88
- border-block-end-color: var(--pf-v5-c-toggle-group__button--before--BorderBlockEndColor, var(--pf-v5-c-toggle-group__button--before--BorderColor));
89
- border-inline-start-color: var(--pf-v5-c-toggle-group__button--before--BorderInlineStartColor, var(--pf-v5-c-toggle-group__button--before--BorderColor));
90
- border-inline-end-color: var(--pf-v5-c-toggle-group__button--before--BorderInlineEndColor, var(--pf-v5-c-toggle-group__button--before--BorderColor));
86
+ border-width: var(--pf-v6-c-toggle-group__button--before--BorderWidth);
87
+ border-block-start-color: var(--pf-v6-c-toggle-group__button--before--BorderBlockStartColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
88
+ border-block-end-color: var(--pf-v6-c-toggle-group__button--before--BorderBlockEndColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
89
+ border-inline-start-color: var(--pf-v6-c-toggle-group__button--before--BorderInlineStartColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
90
+ border-inline-end-color: var(--pf-v6-c-toggle-group__button--before--BorderInlineEndColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
91
91
  }
92
- .pf-v5-c-toggle-group__button:hover, .pf-v5-c-toggle-group__button:focus {
93
- --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-c-toggle-group__button--hover--BackgroundColor);
94
- --pf-v5-c-toggle-group__button--ZIndex: var(--pf-v5-c-toggle-group__button--hover--ZIndex);
95
- --pf-v5-c-toggle-group__button--before--BorderColor: var(--pf-v5-c-toggle-group__button--hover--before--BorderColor);
92
+ .pf-v6-c-toggle-group__button:hover, .pf-v6-c-toggle-group__button:focus {
93
+ --pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--hover--BackgroundColor);
94
+ --pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--hover--ZIndex);
95
+ --pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--hover--before--BorderColor);
96
96
  text-decoration: none;
97
97
  }
98
- .pf-v5-c-toggle-group__button.pf-m-selected {
99
- --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-c-toggle-group__button--m-selected--BackgroundColor);
100
- --pf-v5-c-toggle-group__button--Color: var(--pf-v5-c-toggle-group__button--m-selected--Color, inherit);
101
- --pf-v5-c-toggle-group__button--ZIndex: var(--pf-v5-c-toggle-group__button--m-selected--ZIndex);
102
- --pf-v5-c-toggle-group__button--before--BorderColor: var(--pf-v5-c-toggle-group__button--m-selected--before--BorderColor);
98
+ .pf-v6-c-toggle-group__button.pf-m-selected {
99
+ --pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--m-selected--BackgroundColor);
100
+ --pf-v6-c-toggle-group__button--Color: var(--pf-v6-c-toggle-group__button--m-selected--Color, inherit);
101
+ --pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--m-selected--ZIndex);
102
+ --pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--m-selected--before--BorderColor);
103
103
  }
104
- .pf-v5-c-toggle-group__button:disabled, .pf-v5-c-toggle-group__button.pf-m-disabled {
105
- --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-c-toggle-group__button--disabled--BackgroundColor);
106
- --pf-v5-c-toggle-group__button--Color: var(--pf-v5-c-toggle-group__button--disabled--Color);
107
- --pf-v5-c-toggle-group__button--ZIndex: var(--pf-v5-c-toggle-group__button--disabled--ZIndex);
108
- --pf-v5-c-toggle-group__button--before--BorderColor: var(--pf-v5-c-toggle-group__button--disabled--before--BorderColor);
104
+ .pf-v6-c-toggle-group__button:disabled, .pf-v6-c-toggle-group__button.pf-m-disabled {
105
+ --pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--disabled--BackgroundColor);
106
+ --pf-v6-c-toggle-group__button--Color: var(--pf-v6-c-toggle-group__button--disabled--Color);
107
+ --pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--disabled--ZIndex);
108
+ --pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--disabled--before--BorderColor);
109
109
  pointer-events: none;
110
110
  }
111
111
 
112
112
  .pf-v5-c-toggle-group__item:has(.pf-m-selected) + .pf-v5-c-toggle-group__item:has(.pf-m-selected) {
113
- --pf-v5-c-toggle-group__button--before--BorderInlineStartColor: var(--pf-v5-c-toggle-group__button--m-selected-selected--before--BorderInlineStartColor);
113
+ --pf-v6-c-toggle-group__button--before--BorderInlineStartColor: var(--pf-v6-c-toggle-group__button--m-selected-selected--before--BorderInlineStartColor);
114
114
  }
115
115
 
116
116
  .pf-v5-c-toggle-group__item:has(:disabled, .pf-m-disabled) + .pf-v5-c-toggle-group__item:has(:disabled, .pf-m-disabled) {
117
- --pf-v5-c-toggle-group__button--before--BorderInlineStartColor: var(--pf-v5-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor);
117
+ --pf-v6-c-toggle-group__button--before--BorderInlineStartColor: var(--pf-v6-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor);
118
118
  }
119
119
 
120
- .pf-v5-c-toggle-group__icon + .pf-v5-c-toggle-group__text,
121
- .pf-v5-c-toggle-group__text + .pf-v5-c-toggle-group__icon {
122
- margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
120
+ .pf-v6-c-toggle-group__icon + .pf-v6-c-toggle-group__text,
121
+ .pf-v6-c-toggle-group__text + .pf-v6-c-toggle-group__icon {
122
+ margin-inline-start: var(--pf-v6-c-toggle-group__icon--text--MarginLeft);
123
123
  }
@@ -5,10 +5,11 @@ declare const _default: {
5
5
  "selected": "pf-m-selected",
6
6
  "disabled": "pf-m-disabled"
7
7
  },
8
- "toggleGroup": "pf-v5-c-toggle-group",
9
- "toggleGroupButton": "pf-v5-c-toggle-group__button",
10
- "toggleGroupIcon": "pf-v5-c-toggle-group__icon",
11
- "toggleGroupItem": "pf-v5-c-toggle-group__item",
12
- "toggleGroupText": "pf-v5-c-toggle-group__text"
8
+ "toggleGroup": "pf-v6-c-toggle-group",
9
+ "toggleGroupButton": "pf-v6-c-toggle-group__button",
10
+ "toggleGroupIcon": "pf-v6-c-toggle-group__icon",
11
+ "toggleGroupItem": "pf-v6-c-toggle-group__item",
12
+ "toggleGroupText": "pf-v6-c-toggle-group__text",
13
+ "v5CToggleGroupItem": "pf-v5-c-toggle-group__item"
13
14
  };
14
15
  export default _default;
@@ -7,9 +7,10 @@ exports.default = {
7
7
  "selected": "pf-m-selected",
8
8
  "disabled": "pf-m-disabled"
9
9
  },
10
- "toggleGroup": "pf-v5-c-toggle-group",
11
- "toggleGroupButton": "pf-v5-c-toggle-group__button",
12
- "toggleGroupIcon": "pf-v5-c-toggle-group__icon",
13
- "toggleGroupItem": "pf-v5-c-toggle-group__item",
14
- "toggleGroupText": "pf-v5-c-toggle-group__text"
10
+ "toggleGroup": "pf-v6-c-toggle-group",
11
+ "toggleGroupButton": "pf-v6-c-toggle-group__button",
12
+ "toggleGroupIcon": "pf-v6-c-toggle-group__icon",
13
+ "toggleGroupItem": "pf-v6-c-toggle-group__item",
14
+ "toggleGroupText": "pf-v6-c-toggle-group__text",
15
+ "v5CToggleGroupItem": "pf-v5-c-toggle-group__item"
15
16
  };