@patternfly/patternfly 6.5.0-prerelease.9 → 6.5.0-prerelease.90

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 (419) hide show
  1. package/README.md +2 -2
  2. package/assets/fontawesome/_variables.scss +2 -1
  3. package/assets/images/Felt-Bkg-Generic-Dark.svg +82 -0
  4. package/assets/images/Felt-Bkg-Generic-Light.svg +82 -0
  5. package/assets/images/PF-Bkg-Generic-Dark.svg +76 -0
  6. package/assets/images/PF-Bkg-Generic-Light.svg +74 -0
  7. package/assets/images/RHAiExperienceIcon.svg +27 -0
  8. package/assets/images/RHAutomationsLogo.svg +96 -0
  9. package/assets/images/RHServerStackIcon.svg +16 -0
  10. package/assets/images/compass--hero-bg.png +0 -0
  11. package/assets/images/compass--rh-wallpaper-dark.png +0 -0
  12. package/assets/images/compass--rh-wallpaper-light.png +0 -0
  13. package/assets/images/compass--wallpaper-dark.jpg +0 -0
  14. package/assets/images/compass--wallpaper-dark.png +0 -0
  15. package/assets/images/compass--wallpaper-light.jpg +0 -0
  16. package/assets/images/compass--wallpaper-light.png +0 -0
  17. package/assets/images/glass-brand-dark.jpg +0 -0
  18. package/assets/images/glass-brand-dark.png +0 -0
  19. package/assets/images/glass-brand-light.jpg +0 -0
  20. package/assets/images/glass-brand-light.png +0 -0
  21. package/base/normalize.scss +16 -1
  22. package/base/patternfly-common.css +4 -0
  23. package/base/patternfly-common.scss +3 -0
  24. package/base/patternfly-svg-icons.css +17 -0
  25. package/base/patternfly-svg-icons.scss +20 -0
  26. package/base/patternfly-variables.css +932 -515
  27. package/base/patternfly-variables.scss +55 -4
  28. package/base/tokens/tokens-charts-dark.scss +4 -2
  29. package/base/tokens/tokens-charts-highcontrast-dark.scss +175 -0
  30. package/base/tokens/tokens-charts-highcontrast.scss +175 -0
  31. package/base/tokens/tokens-charts.scss +4 -2
  32. package/base/tokens/tokens-dark.scss +56 -8
  33. package/base/tokens/tokens-default.scss +70 -15
  34. package/base/tokens/tokens-felt-dark.scss +21 -0
  35. package/base/tokens/tokens-felt-glass-dark.scss +40 -0
  36. package/base/tokens/tokens-felt-glass.scss +30 -0
  37. package/base/tokens/tokens-felt-highcontrast-dark.scss +50 -0
  38. package/base/tokens/tokens-felt-highcontrast.scss +129 -0
  39. package/base/tokens/tokens-felt.scss +15 -0
  40. package/base/tokens/tokens-glass-dark.scss +26 -0
  41. package/base/tokens/tokens-glass.scss +22 -0
  42. package/base/tokens/tokens-local-felt-glass-dark.scss +5 -0
  43. package/base/tokens/tokens-local-felt-glass.scss +5 -0
  44. package/base/tokens/tokens-local-glass-dark.scss +5 -0
  45. package/base/tokens/tokens-local-glass.scss +6 -0
  46. package/base/tokens/tokens-local.scss +15 -0
  47. package/base/tokens/tokens-palette.scss +3 -1
  48. package/base/tokens/tokens-redhat-highcontrast.scss +758 -0
  49. package/components/AboutModalBox/about-modal-box.css +36 -26
  50. package/components/Accordion/accordion.css +26 -14
  51. package/components/Accordion/accordion.scss +12 -2
  52. package/components/ActionList/action-list.css +2 -0
  53. package/components/ActionList/action-list.scss +2 -0
  54. package/components/Alert/alert.css +7 -5
  55. package/components/Alert/alert.scss +2 -1
  56. package/components/Avatar/avatar.css +12 -4
  57. package/components/BackgroundImage/background-image.css +6 -3
  58. package/components/Banner/banner.css +12 -6
  59. package/components/Banner/banner.scss +7 -0
  60. package/components/Brand/brand.css +3 -1
  61. package/components/Breadcrumb/breadcrumb.css +10 -5
  62. package/components/Breadcrumb/breadcrumb.scss +6 -2
  63. package/components/Button/button.css +173 -71
  64. package/components/Button/button.scss +188 -72
  65. package/components/CalendarMonth/calendar-month.css +4 -3
  66. package/components/Card/card.css +51 -15
  67. package/components/Card/card.scss +63 -9
  68. package/components/ClipboardCopy/clipboard-copy.css +14 -7
  69. package/components/ClipboardCopy/clipboard-copy.scss +13 -4
  70. package/components/CodeEditor/code-editor.css +2 -2
  71. package/components/CodeEditor/code-editor.scss +2 -2
  72. package/components/Compass/compass.css +403 -0
  73. package/components/Compass/compass.scss +419 -0
  74. package/components/DataList/data-list.css +30 -23
  75. package/components/DataList/data-list.scss +3 -2
  76. package/components/DescriptionList/description-list-order.scss +5 -1
  77. package/components/DescriptionList/description-list.css +7 -5
  78. package/components/DescriptionList/description-list.scss +5 -1
  79. package/components/Divider/divider.css +7 -5
  80. package/components/Drawer/drawer.css +225 -75
  81. package/components/Drawer/drawer.scss +195 -27
  82. package/components/DualListSelector/dual-list-selector.css +18 -12
  83. package/components/DualListSelector/dual-list-selector.scss +1 -1
  84. package/components/ExpandableSection/expandable-section.css +21 -16
  85. package/components/ExpandableSection/expandable-section.scss +6 -3
  86. package/components/Form/form.css +2 -2
  87. package/components/Form/form.scss +2 -2
  88. package/components/FormControl/form-control.css +3 -3
  89. package/components/FormControl/form-control.scss +3 -3
  90. package/components/Hero/hero.css +74 -0
  91. package/components/Hero/hero.scss +87 -0
  92. package/components/JumpLinks/jump-links.css +16 -5
  93. package/components/JumpLinks/jump-links.scss +17 -3
  94. package/components/Label/label-group.css +2 -2
  95. package/components/Label/label-group.scss +2 -2
  96. package/components/Label/label.css +4 -3
  97. package/components/Login/login.css +58 -40
  98. package/components/Login/login.scss +7 -3
  99. package/components/Masthead/masthead.css +111 -16
  100. package/components/Masthead/masthead.scss +111 -1
  101. package/components/Menu/menu.css +49 -33
  102. package/components/Menu/menu.scss +26 -19
  103. package/components/MenuToggle/menu-toggle.css +35 -8
  104. package/components/MenuToggle/menu-toggle.scss +42 -8
  105. package/components/ModalBox/modal-box.css +9 -7
  106. package/components/ModalBox/modal-box.scss +2 -2
  107. package/components/Nav/nav.css +82 -11
  108. package/components/Nav/nav.scss +85 -5
  109. package/components/NotificationDrawer/notification-drawer.css +19 -9
  110. package/components/NotificationDrawer/notification-drawer.scss +14 -5
  111. package/components/OverflowMenu/overflow-menu.css +16 -0
  112. package/components/OverflowMenu/overflow-menu.scss +20 -1
  113. package/components/Page/page.css +423 -32
  114. package/components/Page/page.scss +399 -15
  115. package/components/Pagination/pagination.css +58 -4
  116. package/components/Pagination/pagination.scss +73 -6
  117. package/components/Panel/panel.css +41 -3
  118. package/components/Panel/panel.scss +56 -3
  119. package/components/Progress/progress.css +3 -1
  120. package/components/Progress/progress.scss +3 -1
  121. package/components/ProgressStepper/progress-stepper.scss +5 -1
  122. package/components/Sidebar/sidebar.css +1 -1
  123. package/components/Sidebar/sidebar.scss +7 -3
  124. package/components/Skeleton/skeleton.css +16 -15
  125. package/components/Slider/slider.css +32 -18
  126. package/components/Switch/switch.css +4 -2
  127. package/components/Switch/switch.scss +1 -1
  128. package/components/Table/table-grid.css +28 -36
  129. package/components/Table/table-grid.scss +4 -4
  130. package/components/Table/table-scrollable.css +1 -1
  131. package/components/Table/table-scrollable.scss +1 -1
  132. package/components/Table/table-tree-view.css +4 -2
  133. package/components/Table/table.css +104 -57
  134. package/components/Table/table.scss +92 -37
  135. package/components/Tabs/tabs.css +39 -33
  136. package/components/Tabs/tabs.scss +38 -26
  137. package/components/TextInputGroup/text-input-group.css +2 -2
  138. package/components/TextInputGroup/text-input-group.scss +2 -2
  139. package/components/ToggleGroup/toggle-group.css +44 -19
  140. package/components/ToggleGroup/toggle-group.scss +51 -22
  141. package/components/Toolbar/toolbar.css +199 -17
  142. package/components/Toolbar/toolbar.scss +93 -10
  143. package/components/TreeView/tree-view.css +45 -14
  144. package/components/TreeView/tree-view.scss +32 -1
  145. package/components/Wizard/wizard.css +41 -19
  146. package/components/Wizard/wizard.scss +26 -6
  147. package/components/_index.css +2787 -864
  148. package/components/_index.scss +3 -1
  149. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
  150. package/docs/components/Accordion/examples/Accordion.md +392 -30
  151. package/docs/components/ActionList/examples/ActionList.md +143 -11
  152. package/docs/components/Alert/examples/Alert.md +678 -54
  153. package/docs/components/Avatar/examples/Avatar.md +4 -4
  154. package/docs/components/BackToTop/examples/BackToTop.md +13 -1
  155. package/docs/components/Banner/examples/Banner.md +196 -5
  156. package/docs/components/Brand/examples/Brand.md +2 -2
  157. package/docs/components/Breadcrumb/examples/Breadcrumb.md +313 -26
  158. package/docs/components/Button/examples/Button.md +2829 -333
  159. package/docs/components/CalendarMonth/examples/CalendarMonth.md +156 -12
  160. package/docs/components/Card/examples/Card.md +337 -14
  161. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +293 -28
  162. package/docs/components/CodeBlock/examples/CodeBlock.md +104 -8
  163. package/docs/components/CodeEditor/examples/CodeEditor.md +234 -18
  164. package/docs/components/Compass/examples/Compass.css +8 -0
  165. package/docs/components/Compass/examples/Compass.md +115 -0
  166. package/docs/components/DataList/examples/DataList.md +446 -37
  167. package/docs/components/DatePicker/examples/DatePicker.md +78 -6
  168. package/docs/components/DescriptionList/examples/DescriptionList.md +327 -27
  169. package/docs/components/Divider/examples/Divider.md +2 -2
  170. package/docs/components/DragDrop/examples/DragDrop.css +1 -1
  171. package/docs/components/Drawer/examples/Drawer.md +415 -35
  172. package/docs/components/DualListSelector/examples/DualListSelector.md +1247 -161
  173. package/docs/components/EmptyState/examples/EmptyState.md +78 -6
  174. package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
  175. package/docs/components/Form/examples/Form.md +78 -6
  176. package/docs/components/Hero/examples/Hero.md +25 -0
  177. package/docs/components/Hint/examples/Hint.md +39 -3
  178. package/docs/components/Icon/examples/Icon.md +105 -9
  179. package/docs/components/InlineEdit/examples/InlineEdit.md +338 -26
  180. package/docs/components/InputGroup/examples/InputGroup.md +40 -4
  181. package/docs/components/JumpLinks/examples/JumpLinks.md +54 -6
  182. package/docs/components/Label/examples/Label.md +2834 -218
  183. package/docs/components/Login/examples/Login.md +39 -3
  184. package/docs/components/Masthead/examples/masthead.md +158 -7
  185. package/docs/components/Menu/examples/Menu.md +1679 -133
  186. package/docs/components/MenuToggle/examples/MenuToggle.md +1514 -118
  187. package/docs/components/ModalBox/examples/ModalBox.md +289 -25
  188. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +156 -12
  189. package/docs/components/Nav/examples/Navigation.md +898 -62
  190. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +1079 -83
  191. package/docs/components/OverflowMenu/examples/overflow-menu.css +6 -3
  192. package/docs/components/OverflowMenu/examples/overflow-menu.md +164 -11
  193. package/docs/components/Page/examples/Page.md +211 -25
  194. package/docs/components/Pagination/examples/Pagination.md +1291 -80
  195. package/docs/components/Panel/examples/Panel.css +3 -0
  196. package/docs/components/Panel/examples/Panel.md +71 -4
  197. package/docs/components/Popover/examples/Popover.md +286 -22
  198. package/docs/components/Progress/examples/Progress.md +91 -7
  199. package/docs/components/ProgressStepper/examples/ProgressStepper.md +275 -23
  200. package/docs/components/Sidebar/examples/Sidebar.md +1 -1
  201. package/docs/components/Slider/examples/Slider.md +52 -4
  202. package/docs/components/Table/examples/Table.css +2 -1
  203. package/docs/components/Table/examples/Table.md +7543 -653
  204. package/docs/components/Tabs/examples/Tabs.md +5734 -471
  205. package/docs/components/TextInputGroup/examples/TextInputGroup.md +600 -48
  206. package/docs/components/ToggleGroup/examples/toggle-group.md +261 -15
  207. package/docs/components/Toolbar/examples/Toolbar.css +1 -1
  208. package/docs/components/Toolbar/examples/Toolbar.md +1145 -88
  209. package/docs/components/TreeView/examples/TreeView.md +1390 -130
  210. package/docs/components/Wizard/examples/Wizard.md +828 -73
  211. package/docs/demos/AboutModal/examples/AboutModal.md +159 -54
  212. package/docs/demos/Alert/examples/Alert.md +542 -167
  213. package/docs/demos/BackToTop/examples/BackToTop.md +159 -54
  214. package/docs/demos/Banner/examples/Banner.md +292 -106
  215. package/docs/demos/Button/examples/Button.md +13 -1
  216. package/docs/demos/Card/examples/Card.md +1041 -134
  217. package/docs/demos/CardView/examples/CardView.md +571 -172
  218. package/docs/demos/Compass/examples/Compass.md +10178 -0
  219. package/docs/demos/Dashboard/examples/Dashboard.md +746 -178
  220. package/docs/demos/DataList/examples/DataList.md +1305 -296
  221. package/docs/demos/DescriptionList/examples/DescriptionList.md +475 -163
  222. package/docs/demos/Drawer/examples/Drawer.md +723 -267
  223. package/docs/demos/Form/examples/BasicForms.md +273 -21
  224. package/docs/demos/JumpLinks/examples/JumpLinks.md +868 -325
  225. package/docs/demos/Masthead/examples/Masthead.md +1128 -498
  226. package/docs/demos/Modal/examples/Modal.md +954 -327
  227. package/docs/demos/Nav/examples/Nav.md +3455 -505
  228. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +2423 -410
  229. package/docs/demos/Page/examples/Page.md +2151 -787
  230. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
  231. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
  232. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1920 -511
  233. package/docs/demos/Skeleton/examples/Skeleton.md +146 -53
  234. package/docs/demos/Table/examples/Table.md +11822 -2290
  235. package/docs/demos/Tabs/examples/Tabs.md +1123 -343
  236. package/docs/demos/Toolbar/examples/Toolbar.md +1820 -288
  237. package/docs/demos/Wizard/examples/Wizard.md +1714 -535
  238. package/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
  239. package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
  240. package/docs/layouts/Flex/examples/Flex.css +3 -3
  241. package/docs/layouts/Flex/examples/Flex.md +3 -2
  242. package/docs/layouts/Gallery/examples/Gallery.css +2 -2
  243. package/docs/layouts/Gallery/examples/Gallery.md +4 -3
  244. package/docs/layouts/Grid/examples/Grid.css +1 -1
  245. package/docs/layouts/Grid/examples/Grid.md +6 -5
  246. package/docs/layouts/Level/examples/Level.css +3 -3
  247. package/docs/layouts/Level/examples/Level.md +2 -1
  248. package/docs/layouts/Split/examples/Split.css +1 -1
  249. package/docs/layouts/Split/examples/Split.md +2 -1
  250. package/docs/layouts/Stack/examples/Stack.css +3 -3
  251. package/docs/layouts/Stack/examples/Stack.md +2 -1
  252. package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
  253. package/docs/utilities/Alignment/examples/Alignment.css +4 -4
  254. package/docs/utilities/Alignment/examples/Alignment.md +3 -2
  255. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
  256. package/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
  257. package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
  258. package/docs/utilities/Display/examples/Display.css +1 -1
  259. package/docs/utilities/Display/examples/Display.md +3 -2
  260. package/docs/utilities/Flex/examples/Flex.css +7 -7
  261. package/docs/utilities/Flex/examples/Flex.md +3 -2
  262. package/docs/utilities/Float/examples/Float.css +2 -2
  263. package/docs/utilities/Float/examples/Float.md +3 -2
  264. package/docs/utilities/Sizing/examples/Sizing.md +8 -7
  265. package/docs/utilities/Spacing/examples/Spacing.css +2 -2
  266. package/docs/utilities/Spacing/examples/Spacing.md +3 -2
  267. package/docs/utilities/Text/examples/Text.md +5 -4
  268. package/icons/PfIcons/add-circle-o.svg +4 -0
  269. package/icons/PfIcons/ansible-tower.svg +4 -0
  270. package/icons/PfIcons/applications.svg +4 -0
  271. package/icons/PfIcons/arrow.svg +4 -0
  272. package/icons/PfIcons/asleep.svg +4 -0
  273. package/icons/PfIcons/attention-bell.svg +4 -0
  274. package/icons/PfIcons/automation.svg +4 -0
  275. package/icons/PfIcons/bell.svg +4 -0
  276. package/icons/PfIcons/blueprint.svg +4 -0
  277. package/icons/PfIcons/build.svg +4 -0
  278. package/icons/PfIcons/builder-image.svg +4 -0
  279. package/icons/PfIcons/bundle.svg +4 -0
  280. package/icons/PfIcons/catalog.svg +4 -0
  281. package/icons/PfIcons/chat.svg +4 -0
  282. package/icons/PfIcons/close.svg +4 -0
  283. package/icons/PfIcons/cloud-security.svg +4 -0
  284. package/icons/PfIcons/cloud-tenant.svg +4 -0
  285. package/icons/PfIcons/cluster.svg +4 -0
  286. package/icons/PfIcons/connected.svg +4 -0
  287. package/icons/PfIcons/container-node.svg +4 -0
  288. package/icons/PfIcons/cpu.svg +4 -0
  289. package/icons/PfIcons/critical-risk.svg +4 -0
  290. package/icons/PfIcons/data-processor.svg +4 -0
  291. package/icons/PfIcons/data-sink.svg +4 -0
  292. package/icons/PfIcons/data-source.svg +4 -0
  293. package/icons/PfIcons/degraded.svg +4 -0
  294. package/icons/PfIcons/disconnected.svg +4 -0
  295. package/icons/PfIcons/domain.svg +4 -0
  296. package/icons/PfIcons/edit.svg +4 -0
  297. package/icons/PfIcons/enhancement.svg +4 -0
  298. package/icons/PfIcons/enterprise.svg +4 -0
  299. package/icons/PfIcons/equalizer.svg +4 -0
  300. package/icons/PfIcons/error-circle-o.svg +4 -0
  301. package/icons/PfIcons/export.svg +4 -0
  302. package/icons/PfIcons/filter.svg +4 -0
  303. package/icons/PfIcons/flavor.svg +4 -0
  304. package/icons/PfIcons/folder-close.svg +4 -0
  305. package/icons/PfIcons/folder-open.svg +4 -0
  306. package/icons/PfIcons/globe-route.svg +4 -0
  307. package/icons/PfIcons/help.svg +4 -0
  308. package/icons/PfIcons/history.svg +4 -0
  309. package/icons/PfIcons/home.svg +4 -0
  310. package/icons/PfIcons/import.svg +4 -0
  311. package/icons/PfIcons/in-progress.svg +4 -0
  312. package/icons/PfIcons/info.svg +4 -0
  313. package/icons/PfIcons/infrastructure.svg +4 -0
  314. package/icons/PfIcons/integration.svg +4 -0
  315. package/icons/PfIcons/key.svg +4 -0
  316. package/icons/PfIcons/locked.svg +4 -0
  317. package/icons/PfIcons/maintenance.svg +4 -0
  318. package/icons/PfIcons/memory.svg +4 -0
  319. package/icons/PfIcons/messages.svg +4 -0
  320. package/icons/PfIcons/middleware.svg +4 -0
  321. package/icons/PfIcons/migration.svg +4 -0
  322. package/icons/PfIcons/module.svg +4 -0
  323. package/icons/PfIcons/monitoring.svg +4 -0
  324. package/icons/PfIcons/multicluster.svg +4 -0
  325. package/icons/PfIcons/namespaces.svg +4 -0
  326. package/icons/PfIcons/network.svg +4 -0
  327. package/icons/PfIcons/new-process.svg +4 -0
  328. package/icons/PfIcons/not-started.svg +4 -0
  329. package/icons/PfIcons/off.svg +4 -0
  330. package/icons/PfIcons/ok.svg +4 -0
  331. package/icons/PfIcons/on-running.svg +4 -0
  332. package/icons/PfIcons/on.svg +4 -0
  333. package/icons/PfIcons/open-drawer-right.svg +4 -0
  334. package/icons/PfIcons/openshift.svg +4 -0
  335. package/icons/PfIcons/openstack.svg +4 -0
  336. package/icons/PfIcons/optimize.svg +4 -0
  337. package/icons/PfIcons/orders.svg +4 -0
  338. package/icons/PfIcons/os-image.svg +4 -0
  339. package/icons/PfIcons/package.svg +4 -0
  340. package/icons/PfIcons/panel-close.svg +4 -0
  341. package/icons/PfIcons/panel-open.svg +4 -0
  342. package/icons/PfIcons/paused.svg +4 -0
  343. package/icons/PfIcons/pending.svg +4 -0
  344. package/icons/PfIcons/pficon-dragdrop.svg +4 -0
  345. package/icons/PfIcons/pficon-history.svg +4 -0
  346. package/icons/PfIcons/pficon-network-range.svg +4 -0
  347. package/icons/PfIcons/pficon-satellite.svg +4 -0
  348. package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
  349. package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
  350. package/icons/PfIcons/pficon-template.svg +4 -0
  351. package/icons/PfIcons/pficon-vcenter.svg +4 -0
  352. package/icons/PfIcons/plugged.svg +4 -0
  353. package/icons/PfIcons/port.svg +4 -0
  354. package/icons/PfIcons/print.svg +4 -0
  355. package/icons/PfIcons/private.svg +4 -0
  356. package/icons/PfIcons/process-automation.svg +4 -0
  357. package/icons/PfIcons/project.svg +4 -0
  358. package/icons/PfIcons/rebalance.svg +4 -0
  359. package/icons/PfIcons/rebooting.svg +4 -0
  360. package/icons/PfIcons/regions.svg +4 -0
  361. package/icons/PfIcons/registry.svg +4 -0
  362. package/icons/PfIcons/remove2.svg +4 -0
  363. package/icons/PfIcons/replicator.svg +4 -0
  364. package/icons/PfIcons/repository.svg +4 -0
  365. package/icons/PfIcons/resource-pool.svg +4 -0
  366. package/icons/PfIcons/resources-almost-empty.svg +4 -0
  367. package/icons/PfIcons/resources-almost-full.svg +4 -0
  368. package/icons/PfIcons/resources-empty.svg +4 -0
  369. package/icons/PfIcons/resources-full.svg +4 -0
  370. package/icons/PfIcons/running.svg +4 -0
  371. package/icons/PfIcons/save.svg +4 -0
  372. package/icons/PfIcons/screen.svg +4 -0
  373. package/icons/PfIcons/security.svg +4 -0
  374. package/icons/PfIcons/server-group.svg +4 -0
  375. package/icons/PfIcons/server.svg +4 -0
  376. package/icons/PfIcons/service-catalog.svg +4 -0
  377. package/icons/PfIcons/service.svg +4 -0
  378. package/icons/PfIcons/services.svg +4 -0
  379. package/icons/PfIcons/severity-critical.svg +4 -0
  380. package/icons/PfIcons/severity-important.svg +4 -0
  381. package/icons/PfIcons/severity-minor.svg +4 -0
  382. package/icons/PfIcons/severity-moderate.svg +4 -0
  383. package/icons/PfIcons/severity-none.svg +4 -0
  384. package/icons/PfIcons/severity-undefined.svg +4 -0
  385. package/icons/PfIcons/spinner.svg +4 -0
  386. package/icons/PfIcons/spinner2.svg +4 -0
  387. package/icons/PfIcons/storage-domain.svg +4 -0
  388. package/icons/PfIcons/task.svg +4 -0
  389. package/icons/PfIcons/tenant.svg +4 -0
  390. package/icons/PfIcons/thumb-tack.svg +4 -0
  391. package/icons/PfIcons/topology.svg +4 -0
  392. package/icons/PfIcons/treeview.svg +4 -0
  393. package/icons/PfIcons/trend-down.svg +4 -0
  394. package/icons/PfIcons/trend-up.svg +4 -0
  395. package/icons/PfIcons/unknown.svg +4 -0
  396. package/icons/PfIcons/unlocked.svg +4 -0
  397. package/icons/PfIcons/unplugged.svg +4 -0
  398. package/icons/PfIcons/user.svg +4 -0
  399. package/icons/PfIcons/users.svg +4 -0
  400. package/icons/PfIcons/virtual-machine.svg +4 -0
  401. package/icons/PfIcons/volume.svg +4 -0
  402. package/icons/PfIcons/warning-triangle.svg +4 -0
  403. package/icons/PfIcons/zone.svg +4 -0
  404. package/layouts/Flex/flex.scss +83 -19
  405. package/layouts/Gallery/gallery.css +6 -2
  406. package/layouts/_index.css +6 -2
  407. package/package.json +57 -17
  408. package/patternfly-base-no-globals.css +944 -506
  409. package/patternfly-base.css +957 -504
  410. package/patternfly-charts.css +379 -20
  411. package/patternfly-charts.scss +38 -15
  412. package/patternfly-no-globals.css +3562 -1197
  413. package/patternfly.css +3577 -1197
  414. package/patternfly.min.css +1 -1
  415. package/patternfly.min.css.map +1 -1
  416. package/sass-utilities/functions.scss +32 -25
  417. package/sass-utilities/mixins.scss +54 -23
  418. package/sass-utilities/namespaces-components.scss +6 -0
  419. package/sass-utilities/scss-variables.scss +3 -0
@@ -10,9 +10,11 @@
10
10
  --pf-t--chart--global--FontSize--lg: 18;
11
11
  --pf-t--chart--global--FontSize--sm: 14;
12
12
  --pf-t--chart--global--FontSize--xs: 12;
13
+ --pf-t--chart--global--fill--opacity--area: 30%;
13
14
  --pf-t--chart--global--label--margin: 8;
14
15
  --pf-t--chart--global--label--padding: 10;
15
- --pf-t--chart--global--label--stroke: transparent;
16
+ --pf-t--chart--global--label--stroke--color: transparent;
17
+ --pf-t--chart--global--label--stroke--width: 0;
16
18
  --pf-t--chart--global--label--text-anchor: middle;
17
19
  --pf-t--chart--global--layout--height: 300;
18
20
  --pf-t--chart--global--layout--padding: 50;
@@ -172,6 +174,178 @@
172
174
  --pf-t--chart--theme--colorscales--yellow--colorscale--500: var(--pf-t--chart--color--yellow--400);
173
175
  }
174
176
 
177
+ :where(.pf-v6-theme-high-contrast) {
178
+ --pf-t--chart--global--BorderWidth--lg: 8;
179
+ --pf-t--chart--global--BorderWidth--sm: 2;
180
+ --pf-t--chart--global--BorderWidth--xs: 1;
181
+ --pf-t--chart--global--FontSize--2xl: 22;
182
+ --pf-t--chart--global--FontSize--lg: 18;
183
+ --pf-t--chart--global--FontSize--sm: 14;
184
+ --pf-t--chart--global--FontSize--xs: 12;
185
+ --pf-t--chart--global--fill--opacity--area: 10%;
186
+ --pf-t--chart--global--label--margin: 8;
187
+ --pf-t--chart--global--label--padding: 10;
188
+ --pf-t--chart--global--label--stroke--color: transparent;
189
+ --pf-t--chart--global--label--stroke--width: 0;
190
+ --pf-t--chart--global--label--text-anchor: middle;
191
+ --pf-t--chart--global--layout--height: 300;
192
+ --pf-t--chart--global--layout--padding: 50;
193
+ --pf-t--chart--global--layout--width: 450;
194
+ --pf-t--chart--global--letter-spacing: normal;
195
+ --pf-t--chart--global--stroke--width--sm: 2;
196
+ --pf-t--chart--global--stroke--width--xs: 1;
197
+ --pf-t--chart--global--stroke-line-cap: round;
198
+ --pf-t--chart--global--stroke-line-join: round;
199
+ --pf-t--chart--color--black--100: var(--pf-t--color--gray--40);
200
+ --pf-t--chart--color--black--200: var(--pf-t--color--gray--50);
201
+ --pf-t--chart--color--black--300: var(--pf-t--color--gray--60);
202
+ --pf-t--chart--color--black--400: var(--pf-t--color--gray--70);
203
+ --pf-t--chart--color--black--500: var(--pf-t--color--gray--80);
204
+ --pf-t--chart--color--blue--100: var(--pf-t--color--blue--40);
205
+ --pf-t--chart--color--blue--200: var(--pf-t--color--blue--50);
206
+ --pf-t--chart--color--blue--300: var(--pf-t--color--blue--60);
207
+ --pf-t--chart--color--blue--400: var(--pf-t--color--blue--70);
208
+ --pf-t--chart--color--blue--500: var(--pf-t--color--blue--80);
209
+ --pf-t--chart--color--green--100: var(--pf-t--color--green--40);
210
+ --pf-t--chart--color--green--200: var(--pf-t--color--green--50);
211
+ --pf-t--chart--color--green--300: var(--pf-t--color--green--60);
212
+ --pf-t--chart--color--green--400: var(--pf-t--color--green--70);
213
+ --pf-t--chart--color--green--500: var(--pf-t--color--green--80);
214
+ --pf-t--chart--color--orange--100: var(--pf-t--color--orange--40);
215
+ --pf-t--chart--color--orange--200: var(--pf-t--color--orange--50);
216
+ --pf-t--chart--color--orange--300: var(--pf-t--color--orange--60);
217
+ --pf-t--chart--color--orange--400: var(--pf-t--color--orange--70);
218
+ --pf-t--chart--color--orange--500: var(--pf-t--color--orange--80);
219
+ --pf-t--chart--color--purple--100: var(--pf-t--color--purple--40);
220
+ --pf-t--chart--color--purple--200: var(--pf-t--color--purple--50);
221
+ --pf-t--chart--color--purple--300: var(--pf-t--color--purple--60);
222
+ --pf-t--chart--color--purple--400: var(--pf-t--color--purple--70);
223
+ --pf-t--chart--color--purple--500: var(--pf-t--color--purple--80);
224
+ --pf-t--chart--color--red-orange--100: var(--pf-t--color--red-orange--40);
225
+ --pf-t--chart--color--red-orange--200: var(--pf-t--color--red-orange--50);
226
+ --pf-t--chart--color--red-orange--300: var(--pf-t--color--red-orange--60);
227
+ --pf-t--chart--color--red-orange--400: var(--pf-t--color--red-orange--70);
228
+ --pf-t--chart--color--red-orange--500: var(--pf-t--color--red-orange--80);
229
+ --pf-t--chart--color--teal--100: var(--pf-t--color--teal--40);
230
+ --pf-t--chart--color--teal--200: var(--pf-t--color--teal--50);
231
+ --pf-t--chart--color--teal--300: var(--pf-t--color--teal--60);
232
+ --pf-t--chart--color--teal--400: var(--pf-t--color--teal--70);
233
+ --pf-t--chart--color--teal--500: var(--pf-t--color--teal--80);
234
+ --pf-t--chart--color--yellow--100: var(--pf-t--color--yellow--40);
235
+ --pf-t--chart--color--yellow--200: var(--pf-t--color--yellow--50);
236
+ --pf-t--chart--color--yellow--300: var(--pf-t--color--yellow--60);
237
+ --pf-t--chart--color--yellow--400: var(--pf-t--color--yellow--70);
238
+ --pf-t--chart--color--yellow--500: var(--pf-t--color--yellow--80);
239
+ --pf-t--chart--global--danger--color--100: var(--pf-t--color--red-orange--60);
240
+ --pf-t--chart--global--fill--color--100: var(--pf-t--color--gray--10);
241
+ --pf-t--chart--global--fill--color--200: var(--pf-t--color--gray--20);
242
+ --pf-t--chart--global--fill--color--300: var(--pf-t--color--gray--30);
243
+ --pf-t--chart--global--fill--color--400: var(--pf-t--color--gray--40);
244
+ --pf-t--chart--global--fill--color--500: var(--pf-t--color--gray--50);
245
+ --pf-t--chart--global--fill--color--700: var(--pf-t--color--gray--90);
246
+ --pf-t--chart--global--fill--color--900: var(--pf-t--color--gray--95);
247
+ --pf-t--chart--global--fill--color--white: var(--pf-t--color--white);
248
+ --pf-t--chart--global--label--fill: var(--pf-t--color--gray--90);
249
+ --pf-t--chart--global--success--color--100: var(--pf-t--color--blue--60);
250
+ --pf-t--chart--global--warning--color--100: var(--pf-t--color--orange--50);
251
+ --pf-t--chart--global--warning--color--200: var(--pf-t--color--yellow--50);
252
+ --pf-t--chart--theme--colorscales--blue--colorscale--100: var(--pf-t--chart--color--blue--300);
253
+ --pf-t--chart--theme--colorscales--blue--colorscale--200: var(--pf-t--chart--color--blue--100);
254
+ --pf-t--chart--theme--colorscales--blue--colorscale--300: var(--pf-t--chart--color--blue--500);
255
+ --pf-t--chart--theme--colorscales--blue--colorscale--400: var(--pf-t--chart--color--blue--200);
256
+ --pf-t--chart--theme--colorscales--blue--colorscale--500: var(--pf-t--chart--color--blue--400);
257
+ --pf-t--chart--theme--colorscales--gray--colorscale--100: var(--pf-t--chart--color--black--300);
258
+ --pf-t--chart--theme--colorscales--gray--colorscale--200: var(--pf-t--chart--color--black--100);
259
+ --pf-t--chart--theme--colorscales--gray--colorscale--300: var(--pf-t--chart--color--black--500);
260
+ --pf-t--chart--theme--colorscales--gray--colorscale--400: var(--pf-t--chart--color--black--200);
261
+ --pf-t--chart--theme--colorscales--gray--colorscale--500: var(--pf-t--chart--color--black--400);
262
+ --pf-t--chart--theme--colorscales--green--colorscale--100: var(--pf-t--chart--color--green--300);
263
+ --pf-t--chart--theme--colorscales--green--colorscale--200: var(--pf-t--chart--color--green--100);
264
+ --pf-t--chart--theme--colorscales--green--colorscale--300: var(--pf-t--chart--color--green--500);
265
+ --pf-t--chart--theme--colorscales--green--colorscale--400: var(--pf-t--chart--color--green--200);
266
+ --pf-t--chart--theme--colorscales--green--colorscale--500: var(--pf-t--chart--color--green--400);
267
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--100: var(--pf-t--chart--color--blue--300);
268
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1000: var(--pf-t--chart--color--orange--100);
269
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1100: var(--pf-t--chart--color--blue--500);
270
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1200: var(--pf-t--chart--color--green--100);
271
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1300: var(--pf-t--chart--color--teal--500);
272
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1400: var(--pf-t--chart--color--yellow--100);
273
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1500: var(--pf-t--chart--color--orange--500);
274
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1600: var(--pf-t--chart--color--blue--200);
275
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1700: var(--pf-t--chart--color--green--400);
276
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1800: var(--pf-t--chart--color--teal--200);
277
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1900: var(--pf-t--chart--color--yellow--400);
278
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--200: var(--pf-t--chart--color--green--300);
279
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2000: var(--pf-t--chart--color--orange--200);
280
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2100: var(--pf-t--chart--color--blue--400);
281
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2200: var(--pf-t--chart--color--green--200);
282
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2300: var(--pf-t--chart--color--teal--400);
283
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2400: var(--pf-t--chart--color--yellow--200);
284
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2500: var(--pf-t--chart--color--orange--400);
285
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--300: var(--pf-t--chart--color--teal--300);
286
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--400: var(--pf-t--chart--color--yellow--300);
287
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--500: var(--pf-t--chart--color--orange--300);
288
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--600: var(--pf-t--chart--color--blue--100);
289
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--700: var(--pf-t--chart--color--green--500);
290
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--800: var(--pf-t--chart--color--teal--100);
291
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--900: var(--pf-t--chart--color--yellow--500);
292
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--100: var(--pf-t--chart--color--blue--300);
293
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1000: var(--pf-t--chart--color--green--100);
294
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1100: var(--pf-t--chart--color--purple--500);
295
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1200: var(--pf-t--chart--color--orange--100);
296
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1300: var(--pf-t--chart--color--teal--500);
297
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1400: var(--pf-t--chart--color--black--100);
298
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1500: var(--pf-t--chart--color--blue--500);
299
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1600: var(--pf-t--chart--color--yellow--100);
300
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1700: var(--pf-t--chart--color--green--500);
301
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1800: var(--pf-t--chart--color--purple--100);
302
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1900: var(--pf-t--chart--color--orange--500);
303
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--200: var(--pf-t--chart--color--yellow--300);
304
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2000: var(--pf-t--chart--color--teal--100);
305
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2100: var(--pf-t--chart--color--black--500);
306
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2200: var(--pf-t--chart--color--blue--200);
307
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2300: var(--pf-t--chart--color--yellow--400);
308
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2400: var(--pf-t--chart--color--green--200);
309
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2500: var(--pf-t--chart--color--purple--400);
310
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2600: var(--pf-t--chart--color--orange--200);
311
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2700: var(--pf-t--chart--color--teal--400);
312
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2800: var(--pf-t--chart--color--black--200);
313
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2900: var(--pf-t--chart--color--blue--400);
314
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--300: var(--pf-t--chart--color--green--300);
315
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3000: var(--pf-t--chart--color--yellow--200);
316
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3100: var(--pf-t--chart--color--green--400);
317
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3200: var(--pf-t--chart--color--purple--200);
318
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3300: var(--pf-t--chart--color--orange--400);
319
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3400: var(--pf-t--chart--color--teal--200);
320
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3500: var(--pf-t--chart--color--black--400);
321
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--400: var(--pf-t--chart--color--purple--300);
322
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--500: var(--pf-t--chart--color--orange--300);
323
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--600: var(--pf-t--chart--color--teal--300);
324
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--700: var(--pf-t--chart--color--black--300);
325
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--800: var(--pf-t--chart--color--blue--100);
326
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--900: var(--pf-t--chart--color--yellow--500);
327
+ --pf-t--chart--theme--colorscales--orange--colorscale--100: var(--pf-t--chart--color--orange--300);
328
+ --pf-t--chart--theme--colorscales--orange--colorscale--200: var(--pf-t--chart--color--orange--100);
329
+ --pf-t--chart--theme--colorscales--orange--colorscale--300: var(--pf-t--chart--color--orange--500);
330
+ --pf-t--chart--theme--colorscales--orange--colorscale--400: var(--pf-t--chart--color--orange--200);
331
+ --pf-t--chart--theme--colorscales--orange--colorscale--500: var(--pf-t--chart--color--orange--400);
332
+ --pf-t--chart--theme--colorscales--purple--colorscale--100: var(--pf-t--chart--color--purple--300);
333
+ --pf-t--chart--theme--colorscales--purple--colorscale--200: var(--pf-t--chart--color--purple--100);
334
+ --pf-t--chart--theme--colorscales--purple--colorscale--300: var(--pf-t--chart--color--purple--500);
335
+ --pf-t--chart--theme--colorscales--purple--colorscale--400: var(--pf-t--chart--color--purple--200);
336
+ --pf-t--chart--theme--colorscales--purple--colorscale--500: var(--pf-t--chart--color--purple--400);
337
+ --pf-t--chart--theme--colorscales--teal--colorscale--100: var(--pf-t--chart--color--teal--300);
338
+ --pf-t--chart--theme--colorscales--teal--colorscale--200: var(--pf-t--chart--color--teal--100);
339
+ --pf-t--chart--theme--colorscales--teal--colorscale--300: var(--pf-t--chart--color--teal--500);
340
+ --pf-t--chart--theme--colorscales--teal--colorscale--400: var(--pf-t--chart--color--teal--200);
341
+ --pf-t--chart--theme--colorscales--teal--colorscale--500: var(--pf-t--chart--color--teal--400);
342
+ --pf-t--chart--theme--colorscales--yellow--colorscale--100: var(--pf-t--chart--color--yellow--300);
343
+ --pf-t--chart--theme--colorscales--yellow--colorscale--200: var(--pf-t--chart--color--yellow--100);
344
+ --pf-t--chart--theme--colorscales--yellow--colorscale--300: var(--pf-t--chart--color--yellow--500);
345
+ --pf-t--chart--theme--colorscales--yellow--colorscale--400: var(--pf-t--chart--color--yellow--200);
346
+ --pf-t--chart--theme--colorscales--yellow--colorscale--500: var(--pf-t--chart--color--yellow--400);
347
+ }
348
+
175
349
  :where(.pf-v6-theme-dark) {
176
350
  --pf-t--chart--global--BorderWidth--lg: 8;
177
351
  --pf-t--chart--global--BorderWidth--sm: 2;
@@ -180,9 +354,11 @@
180
354
  --pf-t--chart--global--FontSize--lg: 18;
181
355
  --pf-t--chart--global--FontSize--sm: 14;
182
356
  --pf-t--chart--global--FontSize--xs: 12;
357
+ --pf-t--chart--global--fill--opacity--area: 20%;
183
358
  --pf-t--chart--global--label--margin: 8;
184
359
  --pf-t--chart--global--label--padding: 10;
185
- --pf-t--chart--global--label--stroke: transparent;
360
+ --pf-t--chart--global--label--stroke--color: transparent;
361
+ --pf-t--chart--global--label--stroke--width: 0;
186
362
  --pf-t--chart--global--label--text-anchor: middle;
187
363
  --pf-t--chart--global--layout--height: 300;
188
364
  --pf-t--chart--global--layout--padding: 50;
@@ -342,6 +518,178 @@
342
518
  --pf-t--chart--theme--colorscales--yellow--colorscale--500: var(--pf-t--chart--color--yellow--400);
343
519
  }
344
520
 
521
+ :where(.pf-v6-theme-dark.pf-v6-theme-high-contrast) {
522
+ --pf-t--chart--global--BorderWidth--lg: 8;
523
+ --pf-t--chart--global--BorderWidth--sm: 2;
524
+ --pf-t--chart--global--BorderWidth--xs: 1;
525
+ --pf-t--chart--global--FontSize--2xl: 22;
526
+ --pf-t--chart--global--FontSize--lg: 18;
527
+ --pf-t--chart--global--FontSize--sm: 14;
528
+ --pf-t--chart--global--FontSize--xs: 12;
529
+ --pf-t--chart--global--fill--opacity--area: 20%;
530
+ --pf-t--chart--global--label--margin: 8;
531
+ --pf-t--chart--global--label--padding: 10;
532
+ --pf-t--chart--global--label--stroke--color: transparent;
533
+ --pf-t--chart--global--label--stroke--width: 0;
534
+ --pf-t--chart--global--label--text-anchor: middle;
535
+ --pf-t--chart--global--layout--height: 300;
536
+ --pf-t--chart--global--layout--padding: 50;
537
+ --pf-t--chart--global--layout--width: 450;
538
+ --pf-t--chart--global--letter-spacing: normal;
539
+ --pf-t--chart--global--stroke--width--sm: 2;
540
+ --pf-t--chart--global--stroke--width--xs: 1;
541
+ --pf-t--chart--global--stroke-line-cap: round;
542
+ --pf-t--chart--global--stroke-line-join: round;
543
+ --pf-t--chart--color--black--100: var(--pf-t--color--gray--50);
544
+ --pf-t--chart--color--black--200: var(--pf-t--color--gray--40);
545
+ --pf-t--chart--color--black--300: var(--pf-t--color--gray--30);
546
+ --pf-t--chart--color--black--400: var(--pf-t--color--gray--20);
547
+ --pf-t--chart--color--black--500: var(--pf-t--color--gray--10);
548
+ --pf-t--chart--color--blue--100: var(--pf-t--color--blue--50);
549
+ --pf-t--chart--color--blue--200: var(--pf-t--color--blue--40);
550
+ --pf-t--chart--color--blue--300: var(--pf-t--color--blue--30);
551
+ --pf-t--chart--color--blue--400: var(--pf-t--color--blue--20);
552
+ --pf-t--chart--color--blue--500: var(--pf-t--color--blue--10);
553
+ --pf-t--chart--color--green--100: var(--pf-t--color--green--50);
554
+ --pf-t--chart--color--green--200: var(--pf-t--color--green--40);
555
+ --pf-t--chart--color--green--300: var(--pf-t--color--green--30);
556
+ --pf-t--chart--color--green--400: var(--pf-t--color--green--20);
557
+ --pf-t--chart--color--green--500: var(--pf-t--color--green--10);
558
+ --pf-t--chart--color--orange--100: var(--pf-t--color--orange--50);
559
+ --pf-t--chart--color--orange--200: var(--pf-t--color--orange--40);
560
+ --pf-t--chart--color--orange--300: var(--pf-t--color--orange--30);
561
+ --pf-t--chart--color--orange--400: var(--pf-t--color--orange--20);
562
+ --pf-t--chart--color--orange--500: var(--pf-t--color--orange--10);
563
+ --pf-t--chart--color--purple--100: var(--pf-t--color--purple--50);
564
+ --pf-t--chart--color--purple--200: var(--pf-t--color--purple--40);
565
+ --pf-t--chart--color--purple--300: var(--pf-t--color--purple--30);
566
+ --pf-t--chart--color--purple--400: var(--pf-t--color--purple--20);
567
+ --pf-t--chart--color--purple--500: var(--pf-t--color--purple--10);
568
+ --pf-t--chart--color--red-orange--100: var(--pf-t--color--red-orange--50);
569
+ --pf-t--chart--color--red-orange--200: var(--pf-t--color--red-orange--40);
570
+ --pf-t--chart--color--red-orange--300: var(--pf-t--color--red-orange--30);
571
+ --pf-t--chart--color--red-orange--400: var(--pf-t--color--red-orange--20);
572
+ --pf-t--chart--color--red-orange--500: var(--pf-t--color--red-orange--10);
573
+ --pf-t--chart--color--teal--100: var(--pf-t--color--teal--50);
574
+ --pf-t--chart--color--teal--200: var(--pf-t--color--teal--40);
575
+ --pf-t--chart--color--teal--300: var(--pf-t--color--teal--30);
576
+ --pf-t--chart--color--teal--400: var(--pf-t--color--teal--20);
577
+ --pf-t--chart--color--teal--500: var(--pf-t--color--teal--10);
578
+ --pf-t--chart--color--yellow--100: var(--pf-t--color--yellow--50);
579
+ --pf-t--chart--color--yellow--200: var(--pf-t--color--yellow--40);
580
+ --pf-t--chart--color--yellow--300: var(--pf-t--color--yellow--30);
581
+ --pf-t--chart--color--yellow--400: var(--pf-t--color--yellow--20);
582
+ --pf-t--chart--color--yellow--500: var(--pf-t--color--yellow--10);
583
+ --pf-t--chart--global--danger--color--100: var(--pf-t--color--red-orange--40);
584
+ --pf-t--chart--global--fill--color--100: var(--pf-t--color--gray--60);
585
+ --pf-t--chart--global--fill--color--200: var(--pf-t--color--gray--50);
586
+ --pf-t--chart--global--fill--color--300: var(--pf-t--color--gray--40);
587
+ --pf-t--chart--global--fill--color--400: var(--pf-t--color--gray--30);
588
+ --pf-t--chart--global--fill--color--500: var(--pf-t--color--gray--20);
589
+ --pf-t--chart--global--fill--color--700: var(--pf-t--color--gray--10);
590
+ --pf-t--chart--global--fill--color--900: var(--pf-t--color--white);
591
+ --pf-t--chart--global--fill--color--white: var(--pf-t--color--white);
592
+ --pf-t--chart--global--label--fill: var(--pf-t--color--white);
593
+ --pf-t--chart--global--success--color--100: var(--pf-t--color--blue--30);
594
+ --pf-t--chart--global--warning--color--100: var(--pf-t--color--orange--30);
595
+ --pf-t--chart--global--warning--color--200: var(--pf-t--color--yellow--30);
596
+ --pf-t--chart--theme--colorscales--blue--colorscale--100: var(--pf-t--chart--color--blue--300);
597
+ --pf-t--chart--theme--colorscales--blue--colorscale--200: var(--pf-t--chart--color--blue--100);
598
+ --pf-t--chart--theme--colorscales--blue--colorscale--300: var(--pf-t--chart--color--blue--500);
599
+ --pf-t--chart--theme--colorscales--blue--colorscale--400: var(--pf-t--chart--color--blue--200);
600
+ --pf-t--chart--theme--colorscales--blue--colorscale--500: var(--pf-t--chart--color--blue--400);
601
+ --pf-t--chart--theme--colorscales--gray--colorscale--100: var(--pf-t--chart--color--black--300);
602
+ --pf-t--chart--theme--colorscales--gray--colorscale--200: var(--pf-t--chart--color--black--100);
603
+ --pf-t--chart--theme--colorscales--gray--colorscale--300: var(--pf-t--chart--color--black--500);
604
+ --pf-t--chart--theme--colorscales--gray--colorscale--400: var(--pf-t--chart--color--black--200);
605
+ --pf-t--chart--theme--colorscales--gray--colorscale--500: var(--pf-t--chart--color--black--400);
606
+ --pf-t--chart--theme--colorscales--green--colorscale--100: var(--pf-t--chart--color--green--300);
607
+ --pf-t--chart--theme--colorscales--green--colorscale--200: var(--pf-t--chart--color--green--100);
608
+ --pf-t--chart--theme--colorscales--green--colorscale--300: var(--pf-t--chart--color--green--500);
609
+ --pf-t--chart--theme--colorscales--green--colorscale--400: var(--pf-t--chart--color--green--200);
610
+ --pf-t--chart--theme--colorscales--green--colorscale--500: var(--pf-t--chart--color--green--400);
611
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--100: var(--pf-t--chart--color--blue--200);
612
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1000: var(--pf-t--chart--color--orange--300);
613
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1100: var(--pf-t--chart--color--blue--500);
614
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1200: var(--pf-t--chart--color--green--100);
615
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1300: var(--pf-t--chart--color--teal--500);
616
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1400: var(--pf-t--chart--color--yellow--100);
617
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1500: var(--pf-t--chart--color--orange--500);
618
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1600: var(--pf-t--chart--color--blue--100);
619
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1700: var(--pf-t--chart--color--green--500);
620
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1800: var(--pf-t--chart--color--teal--100);
621
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--1900: var(--pf-t--chart--color--yellow--500);
622
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--200: var(--pf-t--chart--color--green--300);
623
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2000: var(--pf-t--chart--color--orange--100);
624
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2100: var(--pf-t--chart--color--blue--400);
625
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2200: var(--pf-t--chart--color--green--400);
626
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2300: var(--pf-t--chart--color--teal--400);
627
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2400: var(--pf-t--chart--color--yellow--400);
628
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--2500: var(--pf-t--chart--color--orange--400);
629
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--300: var(--pf-t--chart--color--teal--200);
630
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--400: var(--pf-t--chart--color--yellow--300);
631
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--500: var(--pf-t--chart--color--orange--200);
632
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--600: var(--pf-t--chart--color--blue--300);
633
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--700: var(--pf-t--chart--color--green--200);
634
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--800: var(--pf-t--chart--color--teal--300);
635
+ --pf-t--chart--theme--colorscales--multi-colored-ordered--colorscale--900: var(--pf-t--chart--color--yellow--200);
636
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--100: var(--pf-t--chart--color--blue--200);
637
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1000: var(--pf-t--chart--color--green--300);
638
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1100: var(--pf-t--chart--color--purple--200);
639
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1200: var(--pf-t--chart--color--orange--300);
640
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1300: var(--pf-t--chart--color--teal--200);
641
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1400: var(--pf-t--chart--color--black--300);
642
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1500: var(--pf-t--chart--color--blue--100);
643
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1600: var(--pf-t--chart--color--yellow--500);
644
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1700: var(--pf-t--chart--color--green--100);
645
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1800: var(--pf-t--chart--color--purple--500);
646
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--1900: var(--pf-t--chart--color--orange--100);
647
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--200: var(--pf-t--chart--color--yellow--300);
648
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2000: var(--pf-t--chart--color--teal--500);
649
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2100: var(--pf-t--chart--color--black--100);
650
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2200: var(--pf-t--chart--color--blue--500);
651
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2300: var(--pf-t--chart--color--yellow--100);
652
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2400: var(--pf-t--chart--color--green--500);
653
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2500: var(--pf-t--chart--color--purple--100);
654
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2600: var(--pf-t--chart--color--orange--500);
655
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2700: var(--pf-t--chart--color--teal--100);
656
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2800: var(--pf-t--chart--color--black--500);
657
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--2900: var(--pf-t--chart--color--blue--400);
658
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--300: var(--pf-t--chart--color--green--200);
659
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3000: var(--pf-t--chart--color--yellow--400);
660
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3100: var(--pf-t--chart--color--green--400);
661
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3200: var(--pf-t--chart--color--purple--400);
662
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3300: var(--pf-t--chart--color--orange--400);
663
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3400: var(--pf-t--chart--color--teal--400);
664
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3500: var(--pf-t--chart--color--black--400);
665
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--400: var(--pf-t--chart--color--purple--300);
666
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--500: var(--pf-t--chart--color--orange--200);
667
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--600: var(--pf-t--chart--color--teal--300);
668
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--700: var(--pf-t--chart--color--black--200);
669
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--800: var(--pf-t--chart--color--blue--300);
670
+ --pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--900: var(--pf-t--chart--color--yellow--200);
671
+ --pf-t--chart--theme--colorscales--orange--colorscale--100: var(--pf-t--chart--color--orange--300);
672
+ --pf-t--chart--theme--colorscales--orange--colorscale--200: var(--pf-t--chart--color--orange--100);
673
+ --pf-t--chart--theme--colorscales--orange--colorscale--300: var(--pf-t--chart--color--orange--500);
674
+ --pf-t--chart--theme--colorscales--orange--colorscale--400: var(--pf-t--chart--color--orange--200);
675
+ --pf-t--chart--theme--colorscales--orange--colorscale--500: var(--pf-t--chart--color--orange--400);
676
+ --pf-t--chart--theme--colorscales--purple--colorscale--100: var(--pf-t--chart--color--purple--300);
677
+ --pf-t--chart--theme--colorscales--purple--colorscale--200: var(--pf-t--chart--color--purple--100);
678
+ --pf-t--chart--theme--colorscales--purple--colorscale--300: var(--pf-t--chart--color--purple--500);
679
+ --pf-t--chart--theme--colorscales--purple--colorscale--400: var(--pf-t--chart--color--purple--200);
680
+ --pf-t--chart--theme--colorscales--purple--colorscale--500: var(--pf-t--chart--color--purple--400);
681
+ --pf-t--chart--theme--colorscales--teal--colorscale--100: var(--pf-t--chart--color--teal--300);
682
+ --pf-t--chart--theme--colorscales--teal--colorscale--200: var(--pf-t--chart--color--teal--100);
683
+ --pf-t--chart--theme--colorscales--teal--colorscale--300: var(--pf-t--chart--color--teal--500);
684
+ --pf-t--chart--theme--colorscales--teal--colorscale--400: var(--pf-t--chart--color--teal--200);
685
+ --pf-t--chart--theme--colorscales--teal--colorscale--500: var(--pf-t--chart--color--teal--400);
686
+ --pf-t--chart--theme--colorscales--yellow--colorscale--100: var(--pf-t--chart--color--yellow--300);
687
+ --pf-t--chart--theme--colorscales--yellow--colorscale--200: var(--pf-t--chart--color--yellow--100);
688
+ --pf-t--chart--theme--colorscales--yellow--colorscale--300: var(--pf-t--chart--color--yellow--500);
689
+ --pf-t--chart--theme--colorscales--yellow--colorscale--400: var(--pf-t--chart--color--yellow--200);
690
+ --pf-t--chart--theme--colorscales--yellow--colorscale--500: var(--pf-t--chart--color--yellow--400);
691
+ }
692
+
345
693
  :where(:root) {
346
694
  --pf-v6-chart-color-blue-100: var(--pf-t--chart--color--blue--100);
347
695
  --pf-v6-chart-color-blue-200: var(--pf-t--chart--color--blue--200);
@@ -391,7 +739,7 @@
391
739
  --pf-v6-chart-global--letter-spacing: var(--pf-t--chart--global--letter-spacing);
392
740
  --pf-v6-chart-global--label--Padding: var(--pf-t--chart--global--label--padding);
393
741
  --pf-v6-chart-global--label--Margin: var(--pf-t--chart--global--label--margin);
394
- --pf-v6-chart-global--label--stroke: var(--pf-t--chart--global--label--stroke);
742
+ --pf-v6-chart-global--label--stroke: var(--pf-t--chart--global--label--stroke--color);
395
743
  --pf-v6-chart-global--label--text-anchor: var(--pf-t--chart--global--label--text-anchor);
396
744
  --pf-v6-chart-global--label--stroke--Width: 0;
397
745
  --pf-v6-chart-global--label--Fill: var(--pf-t--chart--global--label--fill);
@@ -416,32 +764,32 @@
416
764
  --pf-v6-chart-global--Fill--Color--300: var(--pf-t--chart--global--fill--color--300);
417
765
  --pf-v6-chart-global--Fill--Color--200: var(--pf-t--chart--global--fill--color--200);
418
766
  --pf-v6-chart-global--Fill--Color--white: var(--pf-t--chart--global--fill--color--white);
419
- --pf-v6-chart-area--Opacity: .3;
767
+ --pf-v6-chart-area--Opacity: var(--pf-t--chart--global--fill--opacity--area);
420
768
  --pf-v6-chart-area--stroke--Width: var(--pf-v6-chart-global--stroke--Width--sm);
421
769
  --pf-v6-chart-area--data--Fill: var(--pf-v6-chart-global--Fill--Color--900);
422
770
  --pf-v6-chart-axis--axis--stroke--Width: var(--pf-v6-chart-global--stroke--Width--xs);
423
- --pf-v6-chart-axis--axis--stroke--Color: var(--pf-v6-chart-global--Fill--Color--300);
771
+ --pf-v6-chart-axis--axis--stroke--Color: var(--pf-t--global--border--color--default);
424
772
  --pf-v6-chart-axis--axis--Fill: transparent;
425
773
  --pf-v6-chart-axis--axis-label--Padding: 40;
426
774
  --pf-v6-chart-axis--axis-label--stroke--Color: transparent;
427
775
  --pf-v6-chart-axis--grid--Fill: none;
428
- --pf-v6-chart-axis--grid--stroke--Color: var(--pf-v6-chart-global--Fill--Color--300);
776
+ --pf-v6-chart-axis--grid--stroke--Color: var(--pf-t--global--border--color--default);
429
777
  --pf-v6-chart-axis--grid--PointerEvents: painted;
430
778
  --pf-v6-chart-axis--tick--Fill: transparent;
431
779
  --pf-v6-chart-axis--tick--Size: 5;
432
780
  --pf-v6-chart-axis--tick--Width: 1;
433
- --pf-v6-chart-axis--tick--stroke--Color: var(--pf-v6-chart-global--Fill--Color--300);
781
+ --pf-v6-chart-axis--tick--stroke--Color: var(--pf-t--global--border--color--default);
434
782
  --pf-v6-chart-axis--tick-label--Fill: var(--pf-v6-chart-global--Fill--Color--700);
435
783
  --pf-v6-chart-bar--Width: 10;
436
- --pf-v6-chart-bar--data--stroke: none;
784
+ --pf-v6-chart-bar--data--stroke: var(--pf-t--global--border--color--alt);
437
785
  --pf-v6-chart-bar--data--Fill: var(--pf-v6-chart-global--Fill--Color--900);
438
786
  --pf-v6-chart-bar--data--Padding: 8;
439
- --pf-v6-chart-bar--data-stroke--Width: 0;
787
+ --pf-v6-chart-bar--data-stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);
440
788
  --pf-v6-chart-boxplot--max--Padding: 8;
441
789
  --pf-v6-chart-boxplot--max--stroke--Color: var(--pf-v6-chart-global--Fill--Color--900);
442
790
  --pf-v6-chart-boxplot--max--stroke--Width: var(--pf-v6-chart-global--stroke--Width--xs);
443
791
  --pf-v6-chart-boxplot--median--Padding: 8;
444
- --pf-v6-chart-boxplot--median--stroke--Color: var(--pf-v6-chart-global--Fill--Color--900);
792
+ --pf-v6-chart-boxplot--median--stroke--Color: var(--pf-t--global--border--color--alt);
445
793
  --pf-v6-chart-boxplot--median--stroke--Width: var(--pf-v6-chart-global--stroke--Width--xs);
446
794
  --pf-v6-chart-boxplot--min--Padding: 8;
447
795
  --pf-v6-chart-boxplot--min--stroke--Width: var(--pf-v6-chart-global--stroke--Width--xs);
@@ -479,11 +827,13 @@
479
827
  --pf-v6-chart-bullet--negative-measure--ColorScale--400: var(--pf-v6-chart-color-red-orange-400);
480
828
  --pf-v6-chart-bullet--negative-measure--ColorScale--500: var(--pf-v6-chart-color-red-orange-500);
481
829
  --pf-v6-chart-bullet--qualitative-range--Width: 30;
482
- --pf-v6-chart-bullet--qualitative-range--ColorScale--100: var(--pf-v6-chart-color-black-100);
483
- --pf-v6-chart-bullet--qualitative-range--ColorScale--200: var(--pf-v6-chart-color-black-200);
484
- --pf-v6-chart-bullet--qualitative-range--ColorScale--300: var(--pf-v6-chart-color-black-300);
485
- --pf-v6-chart-bullet--qualitative-range--ColorScale--400: var(--pf-v6-chart-color-black-400);
486
- --pf-v6-chart-bullet--qualitative-range--ColorScale--500: var(--pf-v6-chart-color-black-500);
830
+ --pf-v6-chart-bullet--qualitative-range--ColorScale--100: var(--pf-t--chart--global--fill--color--100);
831
+ --pf-v6-chart-bullet--qualitative-range--ColorScale--200: var(--pf-t--chart--global--fill--color--200);
832
+ --pf-v6-chart-bullet--qualitative-range--ColorScale--300: var(--pf-t--chart--global--fill--color--300);
833
+ --pf-v6-chart-bullet--qualitative-range--ColorScale--400: var(--pf-t--chart--global--fill--color--400);
834
+ --pf-v6-chart-bullet--qualitative-range--ColorScale--500: var(--pf-t--chart--global--fill--color--500);
835
+ --pf-v6-chart-bullet--bar--stroke--Color: var(--pf-t--global--border--color--alt);
836
+ --pf-v6-chart-bullet--bar--stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);
487
837
  --pf-v6-chart-candelstick--data--stroke--Width: var(--pf-v6-chart-global--stroke--Width--xs);
488
838
  --pf-v6-chart-candelstick--data--stroke--Color: var(--pf-v6-chart-global--Fill--Color--900);
489
839
  --pf-v6-chart-candelstick--candle--positive--Color: var(--pf-v6-chart-global--Fill--Color--white);
@@ -496,6 +846,8 @@
496
846
  --pf-v6-chart-donut--pie--angle--Padding: 1;
497
847
  --pf-v6-chart-donut--pie--Padding: 20;
498
848
  --pf-v6-chart-donut--pie--Width: 230;
849
+ --pf-v6-chart-donut--pie--data--stroke--Color: var(--pf-t--global--border--color--high-contrast);
850
+ --pf-v6-chart-donut--pie--data--stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);
499
851
  --pf-v6-chart-donut--threshold--first--Color: var(--pf-v6-chart-global--Fill--Color--200);
500
852
  --pf-v6-chart-donut--threshold--second--Color: var(--pf-v6-chart-global--Fill--Color--300);
501
853
  --pf-v6-chart-donut--threshold--third--Color: var(--pf-v6-chart-global--Fill--Color--400);
@@ -525,14 +877,16 @@
525
877
  --pf-v6-chart-legend--data--type: square;
526
878
  --pf-v6-chart-legend--title--Padding: 2;
527
879
  --pf-v6-chart-legend--Margin: 16;
880
+ --pf-v6-chart-legend--data--stroke--Color: var(--pf-t--global--border--color--high-contrast);
881
+ --pf-v6-chart-legend--data--stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);
528
882
  --pf-v6-chart-line--data--Fill: transparent;
529
883
  --pf-v6-chart-line--data--Opacity: 1;
530
884
  --pf-v6-chart-line--data--stroke--Width: var(--pf-v6-chart-global--stroke--Width--sm);
531
885
  --pf-v6-chart-line--data--stroke--Color: var(--pf-v6-chart-global--Fill--Color--900);
532
886
  --pf-v6-chart-pie--Padding: 20;
533
887
  --pf-v6-chart-pie--data--Padding: 8;
534
- --pf-v6-chart-pie--data--stroke--Width: var(--pf-v6-chart-global--stroke--Width--xs);
535
- --pf-v6-chart-pie--data--stroke--Color: transparent;
888
+ --pf-v6-chart-pie--data--stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);
889
+ --pf-v6-chart-pie--data--stroke--Color: var(--pf-t--global--border--color--alt);
536
890
  --pf-v6-chart-pie--labels--Padding: 8;
537
891
  --pf-v6-chart-pie--Height: 230;
538
892
  --pf-v6-chart-pie--Width: 230;
@@ -699,12 +1053,12 @@
699
1053
  --pf-v6-chart-echarts-graph--line-style--BorderWidth: 1;
700
1054
  --pf-v6-chart-echarts-graph--Smooth: false;
701
1055
  --pf-v6-chart-echarts-graph--SymbolSize: 4;
702
- --pf-v6-chart-echarts-graph--Symbol: "square";
1056
+ --pf-v6-chart-echarts-graph--Symbol: 'square';
703
1057
  --pf-v6-chart-echarts-line--item-style--BorderWidth: 1;
704
1058
  --pf-v6-chart-echarts-line--line-style--BorderWidth: 2;
705
1059
  --pf-v6-chart-echarts-line--Smooth: false;
706
1060
  --pf-v6-chart-echarts-line--SymbolSize: 4;
707
- --pf-v6-chart-echarts-line--Symbol: "square";
1061
+ --pf-v6-chart-echarts-line--Symbol: 'square';
708
1062
  --pf-v6-chart-echarts-map--emphasis--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
709
1063
  --pf-v6-chart-echarts-map--emphasis--item-style--BorderWidth: 1;
710
1064
  --pf-v6-chart-echarts-map--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
@@ -718,6 +1072,11 @@
718
1072
  --pf-v6-chart-echarts-scatter--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
719
1073
  --pf-v6-chart-echarts-scatter--item-style--BorderWidth: 0;
720
1074
  --pf-v6-chart-echarts-skeleton--label--Color: transparent;
1075
+ --pf-v6-chart-skeleton--ColorScale--100: var(--pf-v6-chart-color-black-100);
1076
+ --pf-v6-chart-skeleton--ColorScale--200: var(--pf-v6-chart-color-black-200);
1077
+ --pf-v6-chart-skeleton--ColorScale--300: var(--pf-v6-chart-color-black-300);
1078
+ --pf-v6-chart-skeleton--ColorScale--400: var(--pf-v6-chart-color-black-400);
1079
+ --pf-v6-chart-skeleton--ColorScale--500: var(--pf-v6-chart-color-black-500);
721
1080
  --pf-v6-chart-echarts-toolbox--emphasis--item-style--BorderColor: var(--pf-v6-chart-theme--blue--ColorScale--400);
722
1081
  --pf-v6-chart-echarts-toolbox--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--500);
723
1082
  --pf-v6-chart-echarts-tooltip--axis--pointer--cross-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
@@ -743,5 +1102,5 @@
743
1102
  --pf-v6-chart-echarts-radar--line-style--BorderWidth: 2;
744
1103
  --pf-v6-chart-echarts-radar--Smooth: false;
745
1104
  --pf-v6-chart-echarts-radar--SymbolSize: 4;
746
- --pf-v6-chart-echarts-radar--Symbol: "square";
1105
+ --pf-v6-chart-echarts-radar--Symbol: 'square';
747
1106
  }