@patternfly/react-styles 6.0.0-alpha.1 → 6.0.0-alpha.11

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 (275) hide show
  1. package/CHANGELOG.md +108 -0
  2. package/README.md +1 -1
  3. package/css/assets/images/PF-Backdrop.svg +1 -0
  4. package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  5. package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  6. package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
  7. package/css/assets/images/PF-IconLogo-color.svg +17 -0
  8. package/css/assets/images/PF-IconLogo.svg +17 -0
  9. package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
  10. package/css/assets/images/pf-background.svg +22 -0
  11. package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  12. package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  13. package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  14. package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  15. package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  16. package/css/assets/images/pf_logo_white.hbs +35 -0
  17. package/css/assets/images/pf_logo_white.svg +38 -0
  18. package/css/components/AboutModalBox/about-modal-box.css +57 -94
  19. package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
  20. package/css/components/AboutModalBox/about-modal-box.js +1 -2
  21. package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
  22. package/css/components/Accordion/accordion.css +85 -177
  23. package/css/components/Accordion/accordion.d.ts +3 -2
  24. package/css/components/Accordion/accordion.js +3 -2
  25. package/css/components/Accordion/accordion.mjs +3 -2
  26. package/css/components/ActionList/action-list.css +18 -17
  27. package/css/components/Alert/alert-group.css +20 -16
  28. package/css/components/Alert/alert.css +57 -84
  29. package/css/components/Alert/alert.d.ts +1 -2
  30. package/css/components/Alert/alert.js +1 -2
  31. package/css/components/Alert/alert.mjs +1 -2
  32. package/css/components/Avatar/avatar.css +10 -13
  33. package/css/components/Avatar/avatar.d.ts +1 -2
  34. package/css/components/Avatar/avatar.js +1 -2
  35. package/css/components/Avatar/avatar.mjs +1 -2
  36. package/css/components/BackToTop/back-to-top.css +17 -16
  37. package/css/components/Backdrop/backdrop.css +6 -2
  38. package/css/components/BackgroundImage/background-image.css +5 -1
  39. package/css/components/Badge/badge.css +23 -15
  40. package/css/components/Badge/badge.d.ts +2 -2
  41. package/css/components/Badge/badge.js +2 -2
  42. package/css/components/Badge/badge.mjs +2 -2
  43. package/css/components/Banner/banner.css +90 -64
  44. package/css/components/Banner/banner.d.ts +12 -4
  45. package/css/components/Banner/banner.js +12 -4
  46. package/css/components/Banner/banner.mjs +12 -4
  47. package/css/components/Breadcrumb/breadcrumb.css +19 -16
  48. package/css/components/Button/button.css +444 -435
  49. package/css/components/Button/button.d.ts +10 -9
  50. package/css/components/Button/button.js +10 -9
  51. package/css/components/Button/button.mjs +10 -9
  52. package/css/components/Card/card.css +100 -194
  53. package/css/components/Card/card.d.ts +5 -9
  54. package/css/components/Card/card.js +5 -9
  55. package/css/components/Card/card.mjs +5 -9
  56. package/css/components/Check/check.css +24 -21
  57. package/css/components/ClipboardCopy/clipboard-copy.css +30 -33
  58. package/css/components/ClipboardCopy/clipboard-copy.d.ts +1 -2
  59. package/css/components/ClipboardCopy/clipboard-copy.js +1 -2
  60. package/css/components/ClipboardCopy/clipboard-copy.mjs +1 -2
  61. package/css/components/CodeBlock/code-block.css +18 -9
  62. package/css/components/Content/content.css +67 -67
  63. package/css/components/DataList/data-list.css +101 -158
  64. package/css/components/DataList/data-list.d.ts +1 -2
  65. package/css/components/DataList/data-list.js +1 -2
  66. package/css/components/DataList/data-list.mjs +1 -2
  67. package/css/components/DescriptionList/description-list.css +39 -34
  68. package/css/components/Divider/divider.css +97 -177
  69. package/css/components/Divider/divider.d.ts +1 -0
  70. package/css/components/Divider/divider.js +1 -0
  71. package/css/components/Divider/divider.mjs +1 -0
  72. package/css/components/DragDrop/drag-drop.css +18 -14
  73. package/css/components/DragDrop/drag-drop.d.ts +1 -2
  74. package/css/components/DragDrop/drag-drop.js +1 -2
  75. package/css/components/DragDrop/drag-drop.mjs +1 -2
  76. package/css/components/Drawer/drawer.css +112 -113
  77. package/css/components/Drawer/drawer.d.ts +3 -3
  78. package/css/components/Drawer/drawer.js +3 -3
  79. package/css/components/Drawer/drawer.mjs +3 -3
  80. package/css/components/Dropdown/dropdown.css +1 -3
  81. package/css/components/Dropdown/dropdown.d.ts +0 -1
  82. package/css/components/Dropdown/dropdown.js +0 -1
  83. package/css/components/Dropdown/dropdown.mjs +0 -1
  84. package/css/components/EmptyState/empty-state.css +57 -34
  85. package/css/components/EmptyState/empty-state.d.ts +6 -1
  86. package/css/components/EmptyState/empty-state.js +6 -1
  87. package/css/components/EmptyState/empty-state.mjs +6 -1
  88. package/css/components/ExpandableSection/expandable-section.css +64 -62
  89. package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
  90. package/css/components/ExpandableSection/expandable-section.js +1 -3
  91. package/css/components/ExpandableSection/expandable-section.mjs +1 -3
  92. package/css/components/FileUpload/file-upload.css +28 -34
  93. package/css/components/Form/form.css +68 -114
  94. package/css/components/Form/form.d.ts +2 -6
  95. package/css/components/Form/form.js +2 -6
  96. package/css/components/Form/form.mjs +2 -6
  97. package/css/components/FormControl/form-control.css +86 -111
  98. package/css/components/FormControl/form-control.d.ts +1 -2
  99. package/css/components/FormControl/form-control.js +1 -2
  100. package/css/components/FormControl/form-control.mjs +1 -2
  101. package/css/components/HelperText/helper-text.css +28 -34
  102. package/css/components/HelperText/helper-text.d.ts +1 -2
  103. package/css/components/HelperText/helper-text.js +1 -2
  104. package/css/components/HelperText/helper-text.mjs +1 -2
  105. package/css/components/Hint/hint.css +28 -21
  106. package/css/components/Hint/hint.d.ts +1 -2
  107. package/css/components/Hint/hint.js +1 -2
  108. package/css/components/Hint/hint.mjs +1 -2
  109. package/css/components/Icon/icon.css +154 -18
  110. package/css/components/Icon/icon.d.ts +11 -0
  111. package/css/components/Icon/icon.js +11 -0
  112. package/css/components/Icon/icon.mjs +11 -0
  113. package/css/components/InlineEdit/inline-edit.css +8 -7
  114. package/css/components/InputGroup/input-group.css +22 -38
  115. package/css/components/InputGroup/input-group.d.ts +1 -2
  116. package/css/components/InputGroup/input-group.js +1 -2
  117. package/css/components/InputGroup/input-group.mjs +1 -2
  118. package/css/components/JumpLinks/jump-links.css +34 -34
  119. package/css/components/Label/label-group.css +39 -44
  120. package/css/components/Label/label.css +374 -355
  121. package/css/components/Label/label.d.ts +16 -9
  122. package/css/components/Label/label.js +16 -9
  123. package/css/components/Label/label.mjs +16 -9
  124. package/css/components/List/list.css +16 -16
  125. package/css/components/Login/login.css +70 -97
  126. package/css/components/Login/login.d.ts +0 -2
  127. package/css/components/Login/login.js +0 -2
  128. package/css/components/Login/login.mjs +0 -2
  129. package/css/components/Masthead/masthead.css +262 -498
  130. package/css/components/Masthead/masthead.d.ts +3 -45
  131. package/css/components/Masthead/masthead.js +3 -45
  132. package/css/components/Masthead/masthead.mjs +3 -45
  133. package/css/components/Menu/menu.css +3 -0
  134. package/css/components/Menu/menu.d.ts +1 -0
  135. package/css/components/Menu/menu.js +1 -0
  136. package/css/components/Menu/menu.mjs +1 -0
  137. package/css/components/MenuToggle/menu-toggle.css +58 -80
  138. package/css/components/ModalBox/modal-box.css +59 -52
  139. package/css/components/ModalBox/modal-box.d.ts +1 -2
  140. package/css/components/ModalBox/modal-box.js +1 -2
  141. package/css/components/ModalBox/modal-box.mjs +1 -2
  142. package/css/components/MultipleFileUpload/multiple-file-upload.css +77 -50
  143. package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +0 -1
  144. package/css/components/MultipleFileUpload/multiple-file-upload.js +0 -1
  145. package/css/components/MultipleFileUpload/multiple-file-upload.mjs +0 -1
  146. package/css/components/Nav/nav.css +241 -917
  147. package/css/components/Nav/nav.d.ts +9 -20
  148. package/css/components/Nav/nav.js +9 -20
  149. package/css/components/Nav/nav.mjs +9 -20
  150. package/css/components/NotificationBadge/notification-badge.css +56 -81
  151. package/css/components/NotificationBadge/notification-badge.d.ts +1 -5
  152. package/css/components/NotificationBadge/notification-badge.js +1 -5
  153. package/css/components/NotificationBadge/notification-badge.mjs +1 -5
  154. package/css/components/NotificationDrawer/notification-drawer.css +104 -115
  155. package/css/components/NotificationDrawer/notification-drawer.d.ts +3 -3
  156. package/css/components/NotificationDrawer/notification-drawer.js +3 -3
  157. package/css/components/NotificationDrawer/notification-drawer.mjs +3 -3
  158. package/css/components/NumberInput/number-input.css +8 -8
  159. package/css/components/NumberInput/number-input.d.ts +0 -3
  160. package/css/components/NumberInput/number-input.js +0 -3
  161. package/css/components/NumberInput/number-input.mjs +0 -3
  162. package/css/components/OverflowMenu/overflow-menu.css +17 -47
  163. package/css/components/OverflowMenu/overflow-menu.d.ts +1 -3
  164. package/css/components/OverflowMenu/overflow-menu.js +1 -3
  165. package/css/components/OverflowMenu/overflow-menu.mjs +1 -3
  166. package/css/components/Page/page.css +112 -209
  167. package/css/components/Page/page.d.ts +5 -12
  168. package/css/components/Page/page.js +5 -12
  169. package/css/components/Page/page.mjs +5 -12
  170. package/css/components/Pagination/pagination.css +64 -121
  171. package/css/components/Pagination/pagination.d.ts +2 -5
  172. package/css/components/Pagination/pagination.js +2 -5
  173. package/css/components/Pagination/pagination.mjs +2 -5
  174. package/css/components/Panel/panel.css +27 -23
  175. package/css/components/Panel/panel.d.ts +2 -2
  176. package/css/components/Panel/panel.js +2 -2
  177. package/css/components/Panel/panel.mjs +2 -2
  178. package/css/components/Popover/popover.css +42 -53
  179. package/css/components/Popover/popover.d.ts +1 -2
  180. package/css/components/Popover/popover.js +1 -2
  181. package/css/components/Popover/popover.mjs +1 -2
  182. package/css/components/Progress/progress.css +31 -45
  183. package/css/components/Progress/progress.d.ts +1 -2
  184. package/css/components/Progress/progress.js +1 -2
  185. package/css/components/Progress/progress.mjs +1 -2
  186. package/css/components/Radio/radio.css +27 -20
  187. package/css/components/Sidebar/sidebar.css +20 -9
  188. package/css/components/Sidebar/sidebar.d.ts +1 -0
  189. package/css/components/Sidebar/sidebar.js +1 -0
  190. package/css/components/Sidebar/sidebar.mjs +1 -0
  191. package/css/components/SimpleList/simple-list.css +35 -52
  192. package/css/components/SimpleList/simple-list.d.ts +2 -2
  193. package/css/components/SimpleList/simple-list.js +2 -2
  194. package/css/components/SimpleList/simple-list.mjs +2 -2
  195. package/css/components/Skeleton/skeleton.css +18 -20
  196. package/css/components/Skeleton/skeleton.d.ts +1 -2
  197. package/css/components/Skeleton/skeleton.js +1 -2
  198. package/css/components/Skeleton/skeleton.mjs +1 -2
  199. package/css/components/SkipToContent/skip-to-content.css +6 -3
  200. package/css/components/Slider/slider.css +34 -30
  201. package/css/components/Spinner/spinner.css +17 -34
  202. package/css/components/Switch/switch.css +42 -38
  203. package/css/components/Switch/switch.d.ts +1 -2
  204. package/css/components/Switch/switch.js +1 -2
  205. package/css/components/Switch/switch.mjs +1 -2
  206. package/css/components/TabContent/tab-content.css +17 -11
  207. package/css/components/TabContent/tab-content.d.ts +1 -1
  208. package/css/components/TabContent/tab-content.js +1 -1
  209. package/css/components/TabContent/tab-content.mjs +1 -1
  210. package/css/components/Table/table-grid.css +8 -8
  211. package/css/components/Table/table.css +85 -90
  212. package/css/components/Table/table.d.ts +2 -0
  213. package/css/components/Table/table.js +2 -0
  214. package/css/components/Table/table.mjs +2 -0
  215. package/css/components/Tabs/tabs.css +143 -175
  216. package/css/components/Tabs/tabs.d.ts +3 -6
  217. package/css/components/Tabs/tabs.js +3 -6
  218. package/css/components/Tabs/tabs.mjs +3 -6
  219. package/css/components/Tile/tile.css +40 -81
  220. package/css/components/Tile/tile.d.ts +0 -1
  221. package/css/components/Tile/tile.js +0 -1
  222. package/css/components/Tile/tile.mjs +0 -1
  223. package/css/components/Timestamp/timestamp.css +12 -9
  224. package/css/components/Title/title.css +70 -19
  225. package/css/components/Title/title.d.ts +7 -1
  226. package/css/components/Title/title.js +7 -1
  227. package/css/components/Title/title.mjs +7 -1
  228. package/css/components/ToggleGroup/toggle-group.css +54 -48
  229. package/css/components/ToggleGroup/toggle-group.d.ts +0 -1
  230. package/css/components/ToggleGroup/toggle-group.js +0 -1
  231. package/css/components/ToggleGroup/toggle-group.mjs +0 -1
  232. package/css/components/Toolbar/toolbar.css +2527 -1032
  233. package/css/components/Toolbar/toolbar.d.ts +406 -102
  234. package/css/components/Toolbar/toolbar.js +406 -102
  235. package/css/components/Toolbar/toolbar.mjs +406 -102
  236. package/css/components/Tooltip/tooltip.css +16 -18
  237. package/css/components/Tooltip/tooltip.d.ts +0 -1
  238. package/css/components/Tooltip/tooltip.js +0 -1
  239. package/css/components/Tooltip/tooltip.mjs +0 -1
  240. package/css/components/Truncate/truncate.css +4 -0
  241. package/css/docs/components/Brand/examples/Brand.css +12 -0
  242. package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
  243. package/css/docs/components/Brand/examples/Brand.js +11 -0
  244. package/css/docs/components/Brand/examples/Brand.mjs +9 -0
  245. package/css/docs/components/Button/examples/Button.css +4 -0
  246. package/css/docs/components/Divider/examples/Divider.css +3 -1
  247. package/css/docs/components/DragDrop/examples/DragDrop.css +1 -1
  248. package/css/docs/components/Label/examples/Label.css +4 -0
  249. package/css/docs/components/Nav/examples/Navigation.css +1 -22
  250. package/css/docs/components/Nav/examples/Navigation.d.ts +0 -3
  251. package/css/docs/components/Nav/examples/Navigation.js +0 -3
  252. package/css/docs/components/Nav/examples/Navigation.mjs +0 -3
  253. package/css/docs/components/Page/examples/Page.css +0 -8
  254. package/css/docs/components/Page/examples/Page.d.ts +0 -7
  255. package/css/docs/components/Page/examples/Page.js +0 -7
  256. package/css/docs/components/Page/examples/Page.mjs +0 -7
  257. package/css/docs/components/Tabs/examples/Tabs.css +1 -1
  258. package/css/docs/components/Tabs/examples/Tabs.d.ts +1 -1
  259. package/css/docs/components/Tabs/examples/Tabs.js +1 -1
  260. package/css/docs/components/Tabs/examples/Tabs.mjs +1 -1
  261. package/css/docs/components/Toolbar/examples/Toolbar.css +20 -15
  262. package/css/docs/components/Truncate/examples/Truncate.css +2 -2
  263. package/css/docs/demos/Toolbar/examples/Toolbar.css +15 -0
  264. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
  265. package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
  266. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
  267. package/package.json +3 -3
  268. package/css/docs/components/Avatar/examples/Avatar.css +0 -3
  269. package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
  270. package/css/docs/components/Avatar/examples/Avatar.js +0 -4
  271. package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
  272. package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
  273. package/css/docs/components/NotificationBadge/examples/NotificationBadge.d.ts +0 -5
  274. package/css/docs/components/NotificationBadge/examples/NotificationBadge.js +0 -6
  275. package/css/docs/components/NotificationBadge/examples/NotificationBadge.mjs +0 -4
@@ -9,7 +9,7 @@ export default {
9
9
  "box": "pf-m-box",
10
10
  "vertical": "pf-m-vertical",
11
11
  "current": "pf-m-current",
12
- "colorSchemeLight_300": "pf-m-color-scheme--light-300",
12
+ "secondary": "pf-m-secondary",
13
13
  "expandable": "pf-m-expandable",
14
14
  "nonExpandable": "pf-m-non-expandable",
15
15
  "expandableOnSm": "pf-m-expandable-on-sm",
@@ -23,11 +23,10 @@ export default {
23
23
  "expandableOn_2xl": "pf-m-expandable-on-2xl",
24
24
  "nonExpandableOn_2xl": "pf-m-non-expandable-on-2xl",
25
25
  "expanded": "pf-m-expanded",
26
- "secondary": "pf-m-secondary",
26
+ "subtab": "pf-m-subtab",
27
27
  "pageInsets": "pf-m-page-insets",
28
28
  "overflow": "pf-m-overflow",
29
29
  "action": "pf-m-action",
30
- "active": "pf-m-active",
31
30
  "disabled": "pf-m-disabled",
32
31
  "ariaDisabled": "pf-m-aria-disabled",
33
32
  "insetNone": "pf-m-inset-none",
@@ -72,7 +71,6 @@ export default {
72
71
  "tabsItem": "pf-v5-c-tabs__item",
73
72
  "tabsItemAction": "pf-v5-c-tabs__item-action",
74
73
  "tabsItemActionIcon": "pf-v5-c-tabs__item-action-icon",
75
- "tabsItemIcon": "pf-v5-c-tabs__item-icon",
76
74
  "tabsItemText": "pf-v5-c-tabs__item-text",
77
75
  "tabsLink": "pf-v5-c-tabs__link",
78
76
  "tabsLinkToggleIcon": "pf-v5-c-tabs__link-toggle-icon",
@@ -81,6 +79,5 @@ export default {
81
79
  "tabsToggle": "pf-v5-c-tabs__toggle",
82
80
  "tabsToggleButton": "pf-v5-c-tabs__toggle-button",
83
81
  "tabsToggleIcon": "pf-v5-c-tabs__toggle-icon",
84
- "tabsToggleText": "pf-v5-c-tabs__toggle-text",
85
- "themeDark": "pf-v5-theme-dark"
82
+ "tabsToggleText": "pf-v5-c-tabs__toggle-text"
86
83
  };
@@ -1,45 +1,35 @@
1
- .pf-v5-c-tile {
2
- --pf-v5-c-tile--PaddingTop: var(--pf-v5-global--spacer--lg);
3
- --pf-v5-c-tile--PaddingRight: var(--pf-v5-global--spacer--lg);
4
- --pf-v5-c-tile--PaddingBottom: var(--pf-v5-global--spacer--lg);
5
- --pf-v5-c-tile--PaddingLeft: var(--pf-v5-global--spacer--lg);
6
- --pf-v5-c-tile--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
7
- --pf-v5-c-tile--Transition: none;
8
- --pf-v5-c-tile--TranslateY: 0;
9
- --pf-v5-c-tile--before--BorderColor: var(--pf-v5-global--BorderColor--100);
10
- --pf-v5-c-tile--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
11
- --pf-v5-c-tile--after--Height: var(--pf-v5-global--BorderWidth--lg);
1
+ :where(:root),
2
+ :where(.pf-v5-c-tile) {
3
+ --pf-v5-c-tile--PaddingTop: var(--pf-t--global--spacer--lg);
4
+ --pf-v5-c-tile--PaddingRight: var(--pf-t--global--spacer--lg);
5
+ --pf-v5-c-tile--PaddingBottom: var(--pf-t--global--spacer--lg);
6
+ --pf-v5-c-tile--PaddingLeft: var(--pf-t--global--spacer--lg);
7
+ --pf-v5-c-tile--BackgroundColor: var(--pf-t--global--background--color--primary--default);
8
+ --pf-v5-c-tile--BorderRadius: var(--pf-t--global--border--radius--medium);
9
+ --pf-v5-c-tile--before--BorderColor: var(--pf-t--global--border--color--default);
10
+ --pf-v5-c-tile--before--BorderWidth: var(--pf-t--global--border--width--box--default);
11
+ --pf-v5-c-tile--before--BorderRadius: var(--pf-v5-c-tile--BorderRadius);
12
12
  --pf-v5-c-tile--after--BackgroundColor: transparent;
13
- --pf-v5-c-tile--after--Transition: none;
14
- --pf-v5-c-tile--after--ScaleY: 1;
15
- --pf-v5-c-tile--after--TranslateY: 0;
16
- --pf-v5-c-tile__icon--MarginRight: var(--pf-v5-global--spacer--sm);
17
- --pf-v5-c-tile__icon--FontSize: var(--pf-v5-global--icon--FontSize--md);
18
- --pf-v5-c-tile__icon--Color: var(--pf-v5-global--Color--100);
19
- --pf-v5-c-tile__title--Color: var(--pf-v5-global--Color--100);
20
- --pf-v5-c-tile__body--Color: var(--pf-v5-global--Color--100);
21
- --pf-v5-c-tile__body--FontSize: var(--pf-v5-global--FontSize--xs);
22
- --pf-v5-c-tile--hover--after--BackgroundColor: var(--pf-v5-global--active-color--400);
23
- --pf-v5-c-tile--hover__icon--Color: var(--pf-v5-global--primary-color--100);
24
- --pf-v5-c-tile--hover__title--Color: var(--pf-v5-global--primary-color--100);
25
- --pf-v5-c-tile--focus--after--BackgroundColor: var(--pf-v5-global--active-color--400);
26
- --pf-v5-c-tile--focus__icon--Color: var(--pf-v5-global--primary-color--100);
27
- --pf-v5-c-tile--focus__title--Color: var(--pf-v5-global--primary-color--100);
28
- --pf-v5-c-tile--m-selected--TranslateY: calc(-1 * var(--pf-v5-c-tile--m-selected--after--ScaleY) * var(--pf-v5-c-tile--m-selected--after--Height));
29
- --pf-v5-c-tile--m-selected--Transition: var(--pf-v5-global--Transition);
30
- --pf-v5-c-tile--m-selected--after--Height: var(--pf-v5-global--BorderWidth--lg);
31
- --pf-v5-c-tile--m-selected--after--BackgroundColor: var(--pf-v5-global--active-color--100);
32
- --pf-v5-c-tile--m-selected--after--Transition: var(--pf-v5-global--Transition);
33
- --pf-v5-c-tile--m-selected--after--ScaleY: 2;
34
- --pf-v5-c-tile--m-selected__icon--Color: var(--pf-v5-global--primary-color--100);
35
- --pf-v5-c-tile--m-selected__title--Color: var(--pf-v5-global--primary-color--100);
36
- --pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--300);
37
- --pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--100);
38
- --pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--100);
39
- --pf-v5-c-tile--m-disabled__body--Color: var(--pf-v5-global--disabled-color--100);
40
- --pf-v5-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-v5-global--spacer--xs);
41
- --pf-v5-c-tile__header--m-stacked__icon--FontSize: var(--pf-v5-global--icon--FontSize--lg);
42
- --pf-v5-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-v5-global--icon--FontSize--xl);
13
+ --pf-v5-c-tile__icon--MarginRight: var(--pf-t--global--spacer--sm);
14
+ --pf-v5-c-tile__icon--FontSize: var(--pf-t--global--icon--size--body--default);
15
+ --pf-v5-c-tile__icon--Color: var(--pf-t--global--icon--color--regular);
16
+ --pf-v5-c-tile__title--Color: var(--pf-t--global--text--color--regular);
17
+ --pf-v5-c-tile__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
18
+ --pf-v5-c-tile__body--Color: var(--pf-t--global--text--color--regular);
19
+ --pf-v5-c-tile__body--FontSize: var(--pf-t--global--font--size--body--sm);
20
+ --pf-v5-c-tile--hover--before--BorderColor: var(--pf-t--global--border--color--hover);
21
+ --pf-v5-c-tile--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
22
+ --pf-v5-c-tile--m-selected--before--BorderWidth: var(--pf-t--global--border--width--box--clicked);
23
+ --pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
24
+ --pf-v5-c-tile--m-disabled__title--Color: var(--pf-t--global--text--color--on-disabled);
25
+ --pf-v5-c-tile--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
26
+ --pf-v5-c-tile--m-disabled__body--Color: var(--pf-t--global--text--color--on-disabled);
27
+ --pf-v5-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-t--global--spacer--md);
28
+ --pf-v5-c-tile__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--xl);
29
+ --pf-v5-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--2xl);
30
+ }
31
+
32
+ .pf-v5-c-tile {
43
33
  position: relative;
44
34
  display: inline-grid;
45
35
  grid-template-rows: min-content;
@@ -47,11 +37,9 @@
47
37
  padding-block-end: var(--pf-v5-c-tile--PaddingBottom);
48
38
  padding-inline-start: var(--pf-v5-c-tile--PaddingLeft);
49
39
  padding-inline-end: var(--pf-v5-c-tile--PaddingRight);
50
- text-align: center;
51
40
  cursor: pointer;
52
41
  background-color: var(--pf-v5-c-tile--BackgroundColor);
53
- transition: var(--pf-v5-c-tile--Transition);
54
- transform: translateY(var(--pf-v5-c-tile--TranslateY));
42
+ border-radius: var(--pf-v5-c-tile--BorderRadius);
55
43
  }
56
44
  .pf-v5-c-tile::before, .pf-v5-c-tile::after {
57
45
  position: absolute;
@@ -61,42 +49,21 @@
61
49
  .pf-v5-c-tile::before {
62
50
  inset: 0;
63
51
  border: var(--pf-v5-c-tile--before--BorderWidth) solid var(--pf-v5-c-tile--before--BorderColor);
64
- }
65
- .pf-v5-c-tile::after {
66
- inset-block-end: 0;
67
- inset-inline-start: 0;
68
- inset-inline-end: 0;
69
- height: var(--pf-v5-c-tile--after--Height);
70
- background-color: var(--pf-v5-c-tile--after--BackgroundColor);
71
- transition: var(--pf-v5-c-tile--after--Transition);
72
- transform: scaleY(var(--pf-v5-c-tile--after--ScaleY)) translateY(var(--pf-v5-c-tile--after--TranslateY));
52
+ border-radius: var(--pf-v5-c-tile--before--BorderRadius);
73
53
  }
74
54
  .pf-v5-c-tile:hover {
75
- --pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--hover__title--Color);
76
- --pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--hover__icon--Color);
77
- --pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--hover--after--BackgroundColor);
55
+ --pf-v5-c-tile--before--BorderColor: var(--pf-v5-c-tile--hover--before--BorderColor);
78
56
  }
79
- .pf-v5-c-tile:focus {
80
- --pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--focus__title--Color);
81
- --pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--focus__icon--Color);
82
- --pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--focus--after--BackgroundColor);
83
- }
84
- .pf-v5-c-tile:active, .pf-v5-c-tile.pf-m-selected {
85
- --pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--m-selected__title--Color);
86
- --pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-selected__icon--Color);
87
- --pf-v5-c-tile--TranslateY: var(--pf-v5-c-tile--m-selected--TranslateY);
88
- --pf-v5-c-tile--Transition: var(--pf-v5-c-tile--m-selected--Transition);
89
- --pf-v5-c-tile--after--Height: var(--pf-v5-c-tile--m-selected--after--Height);
90
- --pf-v5-c-tile--after--BackgroundColor: var(--pf-v5-c-tile--m-selected--after--BackgroundColor);
91
- --pf-v5-c-tile--after--Transition: var(--pf-v5-c-tile--m-selected--after--Transition);
92
- --pf-v5-c-tile--after--ScaleY: var(--pf-v5-c-tile--m-selected--after--ScaleY);
57
+ .pf-v5-c-tile.pf-m-selected {
58
+ --pf-v5-c-tile--before--BorderColor: var(--pf-v5-c-tile--m-selected--before--BorderColor);
59
+ --pf-v5-c-tile--before--BorderWidth: var(--pf-v5-c-tile--m-selected--before--BorderWidth);
93
60
  }
94
61
  .pf-v5-c-tile.pf-m-disabled {
95
62
  --pf-v5-c-tile--BackgroundColor: var(--pf-v5-c-tile--m-disabled--BackgroundColor);
96
63
  --pf-v5-c-tile__title--Color: var(--pf-v5-c-tile--m-disabled__title--Color);
64
+ --pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-disabled__icon--Color);
97
65
  --pf-v5-c-tile__body--Color: var(--pf-v5-c-tile--m-disabled__body--Color);
98
66
  --pf-v5-c-tile--before--BorderWidth: 0;
99
- --pf-v5-c-tile__icon--Color: var(--pf-v5-c-tile--m-disabled__icon--Color);
100
67
  pointer-events: none;
101
68
  }
102
69
  .pf-v5-c-tile.pf-m-display-lg .pf-v5-c-tile__header.pf-m-stacked {
@@ -106,22 +73,21 @@
106
73
  .pf-v5-c-tile__header {
107
74
  display: flex;
108
75
  align-items: center;
109
- justify-content: center;
110
76
  }
111
77
  .pf-v5-c-tile__header.pf-m-stacked {
112
78
  --pf-v5-c-tile__icon--MarginRight: 0;
113
79
  --pf-v5-c-tile__icon--FontSize: var(--pf-v5-c-tile__header--m-stacked__icon--FontSize);
114
80
  flex-direction: column;
115
- justify-content: initial;
81
+ align-items: flex-start;
116
82
  }
117
83
  .pf-v5-c-tile__header.pf-m-stacked .pf-v5-c-tile__icon {
118
84
  display: flex;
119
85
  align-items: center;
120
- justify-content: center;
121
86
  margin-block-end: var(--pf-v5-c-tile__header--m-stacked__icon--MarginBottom);
122
87
  }
123
88
 
124
89
  .pf-v5-c-tile__title {
90
+ font-weight: var(--pf-v5-c-tile__title--FontWeight);
125
91
  color: var(--pf-v5-c-tile__title--Color);
126
92
  }
127
93
 
@@ -134,11 +100,4 @@
134
100
  margin-inline-end: var(--pf-v5-c-tile__icon--MarginRight);
135
101
  font-size: var(--pf-v5-c-tile__icon--FontSize);
136
102
  color: var(--pf-v5-c-tile__icon--Color);
137
- }
138
-
139
- :where(.pf-v5-theme-dark) .pf-v5-c-tile {
140
- --pf-v5-c-tile--m-disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
141
- --pf-v5-c-tile--m-disabled__title--Color: var(--pf-v5-global--disabled-color--300);
142
- --pf-v5-c-tile--m-disabled__icon--Color: var(--pf-v5-global--disabled-color--300);
143
- --pf-v5-c-tile--m-disabled__body--Color: var(--pf-v5-global--disabled-color--300);
144
103
  }
@@ -6,7 +6,6 @@ declare const _default: {
6
6
  "displayLg": "pf-m-display-lg",
7
7
  "stacked": "pf-m-stacked"
8
8
  },
9
- "themeDark": "pf-v5-theme-dark",
10
9
  "tile": "pf-v5-c-tile",
11
10
  "tileBody": "pf-v5-c-tile__body",
12
11
  "tileHeader": "pf-v5-c-tile__header",
@@ -8,7 +8,6 @@ exports.default = {
8
8
  "displayLg": "pf-m-display-lg",
9
9
  "stacked": "pf-m-stacked"
10
10
  },
11
- "themeDark": "pf-v5-theme-dark",
12
11
  "tile": "pf-v5-c-tile",
13
12
  "tileBody": "pf-v5-c-tile__body",
14
13
  "tileHeader": "pf-v5-c-tile__header",
@@ -6,7 +6,6 @@ export default {
6
6
  "displayLg": "pf-m-display-lg",
7
7
  "stacked": "pf-m-stacked"
8
8
  },
9
- "themeDark": "pf-v5-theme-dark",
10
9
  "tile": "pf-v5-c-tile",
11
10
  "tileBody": "pf-v5-c-tile__body",
12
11
  "tileHeader": "pf-v5-c-tile__header",
@@ -1,16 +1,19 @@
1
- .pf-v5-c-timestamp {
2
- --pf-v5-c-timestamp--FontSize: var(--pf-v5-global--FontSize--sm);
3
- --pf-v5-c-timestamp--Color: var(--pf-v5-global--Color--200);
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
4
  --pf-v5-c-timestamp--OutlineOffset: 0.1875rem;
5
5
  --pf-v5-c-timestamp--m-help-text--TextDecorationLine: underline;
6
6
  --pf-v5-c-timestamp--m-help-text--TextDecorationStyle: dashed;
7
- --pf-v5-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-v5-global--BorderWidth--sm);
7
+ --pf-v5-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-t--global--border--width--regular);
8
8
  --pf-v5-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
9
- --pf-v5-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v5-global--BorderColor--200);
10
- --pf-v5-c-timestamp--m-help-text--hover--Color: var(--pf-v5-global--Color--100);
11
- --pf-v5-c-timestamp--m-help-text--focus--Color: var(--pf-v5-global--Color--100);
12
- --pf-v5-c-timestamp--m-help-text--hover--TextDecorationColor: var(--pf-v5-global--Color--100);
13
- --pf-v5-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-v5-global--Color--100);
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);
14
+ }
15
+
16
+ .pf-v5-c-timestamp {
14
17
  display: inline-block;
15
18
  font-size: var(--pf-v5-c-timestamp--FontSize);
16
19
  color: var(--pf-v5-c-timestamp--Color);
@@ -1,23 +1,44 @@
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);
39
+ }
40
+
1
41
  .pf-v5-c-title {
2
- --pf-v5-c-title--FontFamily: var(--pf-v5-global--FontFamily--heading);
3
- --pf-v5-c-title--m-4xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
4
- --pf-v5-c-title--m-4xl--FontSize: var(--pf-v5-global--FontSize--4xl);
5
- --pf-v5-c-title--m-4xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
6
- --pf-v5-c-title--m-3xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
7
- --pf-v5-c-title--m-3xl--FontSize: var(--pf-v5-global--FontSize--3xl);
8
- --pf-v5-c-title--m-3xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
9
- --pf-v5-c-title--m-2xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
10
- --pf-v5-c-title--m-2xl--FontSize: var(--pf-v5-global--FontSize--2xl);
11
- --pf-v5-c-title--m-2xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
12
- --pf-v5-c-title--m-xl--LineHeight: var(--pf-v5-global--LineHeight--md);
13
- --pf-v5-c-title--m-xl--FontSize: var(--pf-v5-global--FontSize--xl);
14
- --pf-v5-c-title--m-xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
15
- --pf-v5-c-title--m-lg--LineHeight: var(--pf-v5-global--LineHeight--md);
16
- --pf-v5-c-title--m-lg--FontSize: var(--pf-v5-global--FontSize--lg);
17
- --pf-v5-c-title--m-lg--FontWeight: var(--pf-v5-global--FontWeight--normal);
18
- --pf-v5-c-title--m-md--LineHeight: var(--pf-v5-global--LineHeight--md);
19
- --pf-v5-c-title--m-md--FontSize: var(--pf-v5-global--FontSize--md);
20
- --pf-v5-c-title--m-md--FontWeight: var(--pf-v5-global--FontWeight--normal);
21
42
  font-family: var(--pf-v5-c-title--FontFamily);
22
43
  word-break: break-word;
23
44
  }
@@ -50,4 +71,34 @@
50
71
  font-size: var(--pf-v5-c-title--m-md--FontSize);
51
72
  font-weight: var(--pf-v5-c-title--m-md--FontWeight);
52
73
  line-height: var(--pf-v5-c-title--m-md--LineHeight);
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);
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);
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);
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);
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);
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);
53
104
  }
@@ -6,7 +6,13 @@ declare const _default: {
6
6
  "2xl": "pf-m-2xl",
7
7
  "xl": "pf-m-xl",
8
8
  "lg": "pf-m-lg",
9
- "md": "pf-m-md"
9
+ "md": "pf-m-md",
10
+ "h1": "pf-m-h1",
11
+ "h2": "pf-m-h2",
12
+ "h3": "pf-m-h3",
13
+ "h4": "pf-m-h4",
14
+ "h5": "pf-m-h5",
15
+ "h6": "pf-m-h6"
10
16
  },
11
17
  "title": "pf-v5-c-title"
12
18
  };
@@ -8,7 +8,13 @@ exports.default = {
8
8
  "2xl": "pf-m-2xl",
9
9
  "xl": "pf-m-xl",
10
10
  "lg": "pf-m-lg",
11
- "md": "pf-m-md"
11
+ "md": "pf-m-md",
12
+ "h1": "pf-m-h1",
13
+ "h2": "pf-m-h2",
14
+ "h3": "pf-m-h3",
15
+ "h4": "pf-m-h4",
16
+ "h5": "pf-m-h5",
17
+ "h6": "pf-m-h6"
12
18
  },
13
19
  "title": "pf-v5-c-title"
14
20
  };
@@ -6,7 +6,13 @@ export default {
6
6
  "2xl": "pf-m-2xl",
7
7
  "xl": "pf-m-xl",
8
8
  "lg": "pf-m-lg",
9
- "md": "pf-m-md"
9
+ "md": "pf-m-md",
10
+ "h1": "pf-m-h1",
11
+ "h2": "pf-m-h2",
12
+ "h3": "pf-m-h3",
13
+ "h4": "pf-m-h4",
14
+ "h5": "pf-m-h5",
15
+ "h6": "pf-m-h6"
10
16
  },
11
17
  "title": "pf-v5-c-title"
12
18
  };
@@ -1,38 +1,43 @@
1
- .pf-v5-c-toggle-group {
2
- --pf-v5-c-toggle-group__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
3
- --pf-v5-c-toggle-group__button--PaddingRight: var(--pf-v5-global--spacer--md);
4
- --pf-v5-c-toggle-group__button--PaddingBottom: var(--pf-v5-global--spacer--form-element);
5
- --pf-v5-c-toggle-group__button--PaddingLeft: var(--pf-v5-global--spacer--md);
6
- --pf-v5-c-toggle-group__button--FontSize: var(--pf-v5-global--FontSize--sm);
7
- --pf-v5-c-toggle-group__button--LineHeight: calc(var(--pf-v5-global--FontSize--md) * var(--pf-v5-global--LineHeight--md));
8
- --pf-v5-c-toggle-group__button--Color: var(--pf-v5-global--Color--100);
9
- --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
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);
10
11
  --pf-v5-c-toggle-group__button--ZIndex: auto;
11
- --pf-v5-c-toggle-group__button--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
12
- --pf-v5-c-toggle-group__button--hover--ZIndex: var(--pf-v5-global--ZIndex--xs);
13
- --pf-v5-c-toggle-group__button--hover--before--BorderColor: var(--pf-v5-global--BorderColor--200);
14
- --pf-v5-c-toggle-group__button--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
15
- --pf-v5-c-toggle-group__button--focus--ZIndex: var(--pf-v5-global--ZIndex--xs);
16
- --pf-v5-c-toggle-group__button--focus--before--BorderColor: var(--pf-v5-global--BorderColor--200);
17
- --pf-v5-c-toggle-group__button--disabled--BackgroundColor: var(--pf-v5-global--disabled-color--200);
18
- --pf-v5-c-toggle-group__button--disabled--Color: var(--pf-v5-global--disabled-color--100);
19
- --pf-v5-c-toggle-group__button--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
20
- --pf-v5-c-toggle-group__button--before--BorderColor: var(--pf-v5-global--BorderColor--100);
21
- --pf-v5-c-toggle-group__item--item--MarginLeft: calc(-1 * var(--pf-v5-global--BorderWidth--sm));
22
- --pf-v5-c-toggle-group__item--first-child__button--BorderTopLeftRadius: var(--pf-v5-global--BorderRadius--sm);
23
- --pf-v5-c-toggle-group__item--first-child__button--BorderBottomLeftRadius: var(--pf-v5-global--BorderRadius--sm);
24
- --pf-v5-c-toggle-group__item--last-child__button--BorderTopRightRadius: var(--pf-v5-global--BorderRadius--sm);
25
- --pf-v5-c-toggle-group__item--last-child__button--BorderBottomRightRadius: var(--pf-v5-global--BorderRadius--sm);
26
- --pf-v5-c-toggle-group__icon--text--MarginLeft: var(--pf-v5-global--spacer--sm);
27
- --pf-v5-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-v5-global--palette--blue-50);
28
- --pf-v5-c-toggle-group__button--m-selected--Color: initial;
29
- --pf-v5-c-toggle-group__button--m-selected--before--BorderColor: var(--pf-v5-global--primary-color--100);
30
- --pf-v5-c-toggle-group__button--m-selected--ZIndex: var(--pf-v5-global--ZIndex--xs);
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);
31
33
  --pf-v5-c-toggle-group--m-compact__button--PaddingTop: 0;
32
- --pf-v5-c-toggle-group--m-compact__button--PaddingRight: var(--pf-v5-global--spacer--sm);
34
+ --pf-v5-c-toggle-group--m-compact__button--PaddingRight: var(--pf-t--global--spacer--sm);
33
35
  --pf-v5-c-toggle-group--m-compact__button--PaddingBottom: 0;
34
- --pf-v5-c-toggle-group--m-compact__button--PaddingLeft: var(--pf-v5-global--spacer--sm);
35
- --pf-v5-c-toggle-group--m-compact__button--FontSize: var(--pf-v5-global--FontSize--xs);
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);
38
+ }
39
+
40
+ .pf-v5-c-toggle-group {
36
41
  display: flex;
37
42
  }
38
43
  .pf-v5-c-toggle-group.pf-m-compact {
@@ -77,19 +82,19 @@
77
82
  inset-inline-end: 0;
78
83
  pointer-events: none;
79
84
  content: "";
80
- border: var(--pf-v5-c-toggle-group__button--before--BorderWidth) solid var(--pf-v5-c-toggle-group__button--before--BorderColor);
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));
81
91
  }
82
- .pf-v5-c-toggle-group__button:hover {
92
+ .pf-v5-c-toggle-group__button:hover, .pf-v5-c-toggle-group__button:focus {
83
93
  --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-c-toggle-group__button--hover--BackgroundColor);
84
94
  --pf-v5-c-toggle-group__button--ZIndex: var(--pf-v5-c-toggle-group__button--hover--ZIndex);
85
95
  --pf-v5-c-toggle-group__button--before--BorderColor: var(--pf-v5-c-toggle-group__button--hover--before--BorderColor);
86
96
  text-decoration: none;
87
97
  }
88
- .pf-v5-c-toggle-group__button:focus {
89
- --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-c-toggle-group__button--focus--BackgroundColor);
90
- --pf-v5-c-toggle-group__button--ZIndex: var(--pf-v5-c-toggle-group__button--focus--ZIndex);
91
- --pf-v5-c-toggle-group__button--before--BorderColor: var(--pf-v5-c-toggle-group__button--focus--before--BorderColor);
92
- }
93
98
  .pf-v5-c-toggle-group__button.pf-m-selected {
94
99
  --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-c-toggle-group__button--m-selected--BackgroundColor);
95
100
  --pf-v5-c-toggle-group__button--Color: var(--pf-v5-c-toggle-group__button--m-selected--Color, inherit);
@@ -99,19 +104,20 @@
99
104
  .pf-v5-c-toggle-group__button:disabled, .pf-v5-c-toggle-group__button.pf-m-disabled {
100
105
  --pf-v5-c-toggle-group__button--BackgroundColor: var(--pf-v5-c-toggle-group__button--disabled--BackgroundColor);
101
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);
102
109
  pointer-events: none;
103
110
  }
104
111
 
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);
114
+ }
115
+
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);
118
+ }
119
+
105
120
  .pf-v5-c-toggle-group__icon + .pf-v5-c-toggle-group__text,
106
121
  .pf-v5-c-toggle-group__text + .pf-v5-c-toggle-group__icon {
107
122
  margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
108
- }
109
-
110
- :where(.pf-v5-theme-dark) .pf-v5-c-toggle-group {
111
- --pf-v5-c-toggle-group__button--hover--BackgroundColor: var(--pf-v5-global--palette--black-700);
112
- --pf-v5-c-toggle-group__button--focus--BackgroundColor: var(--pf-v5-global--palette--black-700);
113
- --pf-v5-c-toggle-group__button--disabled--BackgroundColor: var(--pf-v5-global--palette--black-600);
114
- --pf-v5-c-toggle-group__button--disabled--Color: var(--pf-v5-global--palette--black-100);
115
- --pf-v5-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-v5-global--primary-color--300);
116
- --pf-v5-c-toggle-group__button--m-selected--Color: var(--pf-v5-global--primary-color--400);
117
123
  }
@@ -5,7 +5,6 @@ declare const _default: {
5
5
  "selected": "pf-m-selected",
6
6
  "disabled": "pf-m-disabled"
7
7
  },
8
- "themeDark": "pf-v5-theme-dark",
9
8
  "toggleGroup": "pf-v5-c-toggle-group",
10
9
  "toggleGroupButton": "pf-v5-c-toggle-group__button",
11
10
  "toggleGroupIcon": "pf-v5-c-toggle-group__icon",
@@ -7,7 +7,6 @@ exports.default = {
7
7
  "selected": "pf-m-selected",
8
8
  "disabled": "pf-m-disabled"
9
9
  },
10
- "themeDark": "pf-v5-theme-dark",
11
10
  "toggleGroup": "pf-v5-c-toggle-group",
12
11
  "toggleGroupButton": "pf-v5-c-toggle-group__button",
13
12
  "toggleGroupIcon": "pf-v5-c-toggle-group__icon",
@@ -5,7 +5,6 @@ export default {
5
5
  "selected": "pf-m-selected",
6
6
  "disabled": "pf-m-disabled"
7
7
  },
8
- "themeDark": "pf-v5-theme-dark",
9
8
  "toggleGroup": "pf-v5-c-toggle-group",
10
9
  "toggleGroupButton": "pf-v5-c-toggle-group__button",
11
10
  "toggleGroupIcon": "pf-v5-c-toggle-group__icon",