@patternfly/patternfly 6.0.0-alpha.99 → 6.0.0-prerelease.2

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 (501) hide show
  1. package/README.md +1 -2
  2. package/assets/fontawesome/_animated.scss +1 -0
  3. package/assets/fontawesome/_bordered-pulled.scss +1 -0
  4. package/assets/fontawesome/_core.scss +2 -0
  5. package/assets/fontawesome/_fixed-width.scss +2 -0
  6. package/assets/fontawesome/_icons.scss +1 -0
  7. package/assets/fontawesome/_index.scss +12 -0
  8. package/assets/fontawesome/_larger.scss +4 -2
  9. package/assets/fontawesome/_list.scss +4 -2
  10. package/assets/fontawesome/_rotated-flipped.scss +2 -0
  11. package/assets/fontawesome/_screen-reader.scss +1 -0
  12. package/assets/fontawesome/_stacked.scss +3 -1
  13. package/assets/fontawesome/_variables.scss +3 -2
  14. package/assets/fontawesome/fontawesome.scss +12 -12
  15. package/assets/icons/iconUnicodes.json +6 -0
  16. package/assets/images/img_avatar-dark.svg +22 -16
  17. package/assets/images/img_avatar-light.svg +25 -18
  18. package/assets/images/pf-background.svg +21 -21
  19. package/assets/images/pf_logo.svg +11 -11
  20. package/assets/images/pf_logo_white.svg +16 -17
  21. package/assets/pficon/pf-v6-pficon.woff2 +0 -0
  22. package/assets/pficon/pficon.scss +310 -271
  23. package/base/_index.scss +10 -0
  24. package/base/{_globals.scss → normalize.scss} +15 -48
  25. package/base/patternfly-common.css +14 -0
  26. package/base/patternfly-common.scss +68 -2
  27. package/base/patternfly-fa-icons.css +1 -1
  28. package/base/patternfly-fa-icons.scss +35 -2
  29. package/base/patternfly-fonts.css +10 -80
  30. package/base/patternfly-fonts.scss +49 -2
  31. package/base/patternfly-pf-icons.css +158 -134
  32. package/base/patternfly-pf-icons.scss +1 -2
  33. package/base/patternfly-svg-icons.css +5 -0
  34. package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
  35. package/base/patternfly-variables.css +1082 -1206
  36. package/base/patternfly-variables.scss +20 -2
  37. package/base/reset.scss +33 -0
  38. package/base/tokens/_index.scss +6 -0
  39. package/base/tokens/tokens-charts-dark.scss +173 -0
  40. package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +162 -148
  41. package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +307 -294
  42. package/base/tokens/{_tokens-default.scss → tokens-default.scss} +574 -447
  43. package/base/tokens/{_tokens-font.scss → tokens-local.scss} +13 -34
  44. package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +69 -70
  45. package/components/AboutModalBox/about-modal-box.css +86 -81
  46. package/components/AboutModalBox/about-modal-box.scss +80 -82
  47. package/components/Accordion/accordion.css +44 -43
  48. package/components/Accordion/accordion.scss +52 -52
  49. package/components/ActionList/action-list.css +6 -5
  50. package/components/ActionList/action-list.scss +7 -5
  51. package/components/Alert/alert-group.css +72 -19
  52. package/components/Alert/alert-group.scss +105 -18
  53. package/components/Alert/alert.css +52 -59
  54. package/components/Alert/alert.scss +56 -65
  55. package/components/Avatar/avatar.css +42 -41
  56. package/components/Avatar/avatar.scss +8 -7
  57. package/components/BackToTop/back-to-top.css +19 -17
  58. package/components/BackToTop/back-to-top.scss +17 -17
  59. package/components/Backdrop/backdrop.css +1 -1
  60. package/components/Backdrop/backdrop.scss +3 -4
  61. package/components/BackgroundImage/background-image.scss +3 -4
  62. package/components/Badge/badge.css +29 -7
  63. package/components/Badge/badge.scss +33 -9
  64. package/components/Banner/banner.css +30 -37
  65. package/components/Banner/banner.scss +30 -43
  66. package/components/Brand/brand.css +14 -10
  67. package/components/Brand/brand.scss +8 -5
  68. package/components/Breadcrumb/breadcrumb.css +23 -24
  69. package/components/Breadcrumb/breadcrumb.scss +25 -28
  70. package/components/Button/button.css +150 -128
  71. package/components/Button/button.scss +155 -130
  72. package/components/CalendarMonth/calendar-month.css +46 -46
  73. package/components/CalendarMonth/calendar-month.scss +49 -50
  74. package/components/Card/card.css +110 -93
  75. package/components/Card/card.scss +118 -92
  76. package/components/Check/check.css +5 -5
  77. package/components/Check/check.scss +7 -8
  78. package/components/ClipboardCopy/clipboard-copy.css +33 -41
  79. package/components/ClipboardCopy/clipboard-copy.scss +35 -44
  80. package/components/CodeBlock/code-block.css +21 -20
  81. package/components/CodeBlock/code-block.scss +21 -21
  82. package/components/CodeEditor/code-editor.css +35 -34
  83. package/components/CodeEditor/code-editor.scss +35 -35
  84. package/components/Content/content.css +167 -153
  85. package/components/Content/content.scss +204 -145
  86. package/components/DataList/data-list-grid.css +117 -117
  87. package/components/DataList/data-list-grid.scss +22 -20
  88. package/components/DataList/data-list.css +308 -312
  89. package/components/DataList/data-list.scss +145 -152
  90. package/components/DatePicker/date-picker.css +17 -17
  91. package/components/DatePicker/date-picker.scss +17 -18
  92. package/components/DescriptionList/description-list-order.css +5 -5
  93. package/components/DescriptionList/description-list-order.scss +3 -1
  94. package/components/DescriptionList/description-list.css +46 -44
  95. package/components/DescriptionList/description-list.scss +26 -31
  96. package/components/Divider/divider.css +104 -107
  97. package/components/Divider/divider.scss +19 -19
  98. package/components/DragDrop/drag-drop.css +4 -2
  99. package/components/DragDrop/drag-drop.scss +3 -3
  100. package/components/Drawer/drawer.css +115 -114
  101. package/components/Drawer/drawer.scss +136 -134
  102. package/components/DualListSelector/dual-list-selector.css +64 -61
  103. package/components/DualListSelector/dual-list-selector.scss +54 -51
  104. package/components/EmptyState/empty-state.css +38 -37
  105. package/components/EmptyState/empty-state.scss +39 -39
  106. package/components/ExpandableSection/expandable-section.css +27 -86
  107. package/components/ExpandableSection/expandable-section.scss +32 -101
  108. package/components/FileUpload/file-upload.css +2 -2
  109. package/components/FileUpload/file-upload.scss +2 -3
  110. package/components/Form/form.css +173 -115
  111. package/components/Form/form.scss +117 -103
  112. package/components/FormControl/form-control.css +57 -57
  113. package/components/FormControl/form-control.scss +69 -67
  114. package/components/HelperText/helper-text.css +5 -4
  115. package/components/HelperText/helper-text.scss +8 -6
  116. package/components/Hint/hint.css +25 -25
  117. package/components/Hint/hint.scss +25 -27
  118. package/components/Icon/icon.css +10 -10
  119. package/components/Icon/icon.scss +11 -12
  120. package/components/InlineEdit/inline-edit.css +12 -12
  121. package/components/InlineEdit/inline-edit.scss +12 -13
  122. package/components/InputGroup/input-group.css +16 -16
  123. package/components/InputGroup/input-group.scss +18 -19
  124. package/components/JumpLinks/jump-links.css +80 -96
  125. package/components/JumpLinks/jump-links.scss +80 -100
  126. package/components/Label/label-group.css +28 -28
  127. package/components/Label/label-group.scss +29 -30
  128. package/components/Label/label.css +102 -87
  129. package/components/Label/label.scss +113 -94
  130. package/components/List/list.css +44 -47
  131. package/components/List/list.scss +51 -58
  132. package/components/Login/login.css +122 -118
  133. package/components/Login/login.scss +105 -112
  134. package/components/Masthead/masthead.css +273 -175
  135. package/components/Masthead/masthead.scss +102 -68
  136. package/components/Menu/menu.css +151 -95
  137. package/components/Menu/menu.scss +59 -40
  138. package/components/MenuToggle/menu-toggle.css +129 -108
  139. package/components/MenuToggle/menu-toggle.scss +150 -128
  140. package/components/ModalBox/modal-box.css +53 -45
  141. package/components/ModalBox/modal-box.scss +52 -46
  142. package/components/MultipleFileUpload/multiple-file-upload.css +37 -37
  143. package/components/MultipleFileUpload/multiple-file-upload.scss +38 -39
  144. package/components/Nav/nav.css +33 -9
  145. package/components/Nav/nav.scss +46 -13
  146. package/components/NotificationDrawer/notification-drawer.css +50 -51
  147. package/components/NotificationDrawer/notification-drawer.scss +58 -57
  148. package/components/NumberInput/number-input.css +7 -11
  149. package/components/NumberInput/number-input.scss +5 -7
  150. package/components/OverflowMenu/overflow-menu.css +2 -1
  151. package/components/OverflowMenu/overflow-menu.scss +3 -1
  152. package/components/Page/page.css +175 -519
  153. package/components/Page/page.scss +155 -386
  154. package/components/Pagination/pagination.css +82 -79
  155. package/components/Pagination/pagination.scss +43 -40
  156. package/components/Panel/panel.css +33 -30
  157. package/components/Panel/panel.scss +35 -33
  158. package/components/Popover/popover.css +54 -52
  159. package/components/Popover/popover.scss +55 -54
  160. package/components/Progress/progress.css +8 -4
  161. package/components/Progress/progress.scss +14 -11
  162. package/components/ProgressStepper/progress-stepper.css +246 -245
  163. package/components/ProgressStepper/progress-stepper.scss +118 -118
  164. package/components/Radio/radio.css +7 -7
  165. package/components/Radio/radio.scss +9 -10
  166. package/components/Sidebar/sidebar.css +139 -139
  167. package/components/Sidebar/sidebar.scss +61 -61
  168. package/components/SimpleList/simple-list.css +21 -20
  169. package/components/SimpleList/simple-list.scss +22 -23
  170. package/components/Skeleton/skeleton.css +4 -4
  171. package/components/Skeleton/skeleton.scss +7 -8
  172. package/components/SkipToContent/skip-to-content.css +7 -6
  173. package/components/SkipToContent/skip-to-content.scss +7 -7
  174. package/components/Slider/slider.css +31 -31
  175. package/components/Slider/slider.scss +54 -55
  176. package/components/Spinner/spinner.scss +4 -5
  177. package/components/Switch/switch.css +4 -10
  178. package/components/Switch/switch.scss +8 -17
  179. package/components/TabContent/tab-content.css +25 -25
  180. package/components/TabContent/tab-content.scss +28 -28
  181. package/components/Table/table-grid.css +434 -508
  182. package/components/Table/table-grid.scss +131 -150
  183. package/components/Table/table-scrollable.css +31 -34
  184. package/components/Table/table-scrollable.scss +44 -41
  185. package/components/Table/table-tree-view.css +287 -279
  186. package/components/Table/table-tree-view.scss +84 -84
  187. package/components/Table/table.css +316 -279
  188. package/components/Table/table.scss +346 -301
  189. package/components/Tabs/tabs.css +215 -240
  190. package/components/Tabs/tabs.scss +130 -162
  191. package/components/TextInputGroup/text-input-group.css +122 -64
  192. package/components/TextInputGroup/text-input-group.scss +144 -87
  193. package/components/Tile/tile.css +15 -15
  194. package/components/Tile/tile.scss +16 -17
  195. package/components/Timestamp/timestamp.css +13 -19
  196. package/components/Timestamp/timestamp.scss +16 -22
  197. package/components/Title/title.css +14 -13
  198. package/components/Title/title.scss +15 -15
  199. package/components/ToggleGroup/toggle-group.css +37 -37
  200. package/components/ToggleGroup/toggle-group.scss +38 -41
  201. package/components/Toolbar/toolbar.css +547 -1431
  202. package/components/Toolbar/toolbar.scss +159 -123
  203. package/components/Tooltip/tooltip.css +28 -27
  204. package/components/Tooltip/tooltip.scss +31 -30
  205. package/components/TreeView/tree-view.css +184 -184
  206. package/components/TreeView/tree-view.scss +133 -133
  207. package/components/Truncate/truncate.css +2 -2
  208. package/components/Truncate/truncate.scss +7 -8
  209. package/components/Wizard/wizard.css +190 -154
  210. package/components/Wizard/wizard.scss +211 -165
  211. package/components/_index.css +22378 -0
  212. package/components/_index.scss +82 -0
  213. package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
  214. package/docs/components/Accordion/examples/Accordion.md +1 -1
  215. package/docs/components/ActionList/examples/ActionList.md +64 -24
  216. package/docs/components/Alert/examples/Alert.md +116 -74
  217. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  218. package/docs/components/Badge/examples/Badge.md +6 -16
  219. package/docs/components/Banner/examples/Banner.md +16 -10
  220. package/docs/components/Brand/examples/Brand.md +2 -2
  221. package/docs/components/Breadcrumb/examples/Breadcrumb.md +19 -59
  222. package/docs/components/Button/examples/Button.md +537 -368
  223. package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
  224. package/docs/components/Card/examples/Card.md +372 -658
  225. package/docs/components/Check/examples/Check.md +10 -15
  226. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +92 -47
  227. package/docs/components/CodeBlock/examples/CodeBlock.md +51 -28
  228. package/docs/components/CodeEditor/examples/CodeEditor.md +41 -22
  229. package/docs/components/Content/examples/Content.md +600 -60
  230. package/docs/components/DataList/examples/DataList.md +291 -1028
  231. package/docs/components/DatePicker/examples/DatePicker.md +18 -6
  232. package/docs/components/DescriptionList/examples/DescriptionList.md +80 -55
  233. package/docs/components/Drawer/examples/Drawer.md +60 -21
  234. package/docs/components/DualListSelector/examples/DualListSelector.md +364 -996
  235. package/docs/components/EmptyState/examples/EmptyState.md +123 -53
  236. package/docs/components/ExpandableSection/examples/ExpandableSection.md +96 -91
  237. package/docs/components/FileUpload/examples/FileUpload.md +42 -14
  238. package/docs/components/Form/examples/Form.md +100 -26
  239. package/docs/components/Hint/examples/Hint.md +54 -164
  240. package/docs/components/InlineEdit/examples/InlineEdit.md +132 -45
  241. package/docs/components/InputGroup/examples/InputGroup.md +38 -62
  242. package/docs/components/JumpLinks/examples/JumpLinks.md +189 -72
  243. package/docs/components/Label/examples/Label.md +2577 -406
  244. package/docs/components/Login/examples/Login.md +372 -334
  245. package/docs/components/Masthead/examples/masthead.md +515 -484
  246. package/docs/components/Menu/examples/Menu.md +77 -138
  247. package/docs/components/MenuToggle/examples/MenuToggle.md +289 -39
  248. package/docs/components/ModalBox/examples/ModalBox.md +158 -100
  249. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +137 -97
  250. package/docs/components/Nav/examples/Navigation.css +2 -7
  251. package/docs/components/Nav/examples/Navigation.md +337 -270
  252. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +515 -2076
  253. package/docs/components/NumberInput/examples/NumberInput.md +96 -48
  254. package/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
  255. package/docs/components/OverflowMenu/examples/overflow-menu.md +104 -159
  256. package/docs/components/Page/examples/Page.css +5 -9
  257. package/docs/components/Page/examples/Page.md +254 -181
  258. package/docs/components/Pagination/examples/Pagination.md +336 -756
  259. package/docs/components/Panel/examples/Panel.md +3 -2
  260. package/docs/components/Popover/examples/Popover.md +60 -15
  261. package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
  262. package/docs/components/Sidebar/examples/Sidebar.css +4 -2
  263. package/docs/components/Sidebar/examples/Sidebar.md +3 -3
  264. package/docs/components/Skeleton/examples/Skeleton.css +1 -1
  265. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
  266. package/docs/components/Slider/examples/Slider.md +53 -45
  267. package/docs/components/Spinner/examples/Spinner.md +1 -1
  268. package/docs/components/Switch/examples/Switch.md +33 -148
  269. package/docs/components/Table/examples/Table.css +11 -6
  270. package/docs/components/Table/examples/Table.md +5302 -2464
  271. package/docs/components/Tabs/examples/Tabs.md +1267 -607
  272. package/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
  273. package/docs/components/TextInputGroup/examples/TextInputGroup.md +469 -278
  274. package/docs/components/Tile/examples/Tile.css +5 -5
  275. package/docs/components/Timestamp/examples/Timestamp.md +7 -1
  276. package/docs/components/ToggleGroup/examples/toggle-group.md +1 -3
  277. package/docs/components/Toolbar/examples/Toolbar.css +50 -39
  278. package/docs/components/Toolbar/examples/Toolbar.md +1562 -1200
  279. package/docs/components/Tooltip/examples/Tooltip.css +1 -1
  280. package/docs/components/TreeView/examples/TreeView.md +627 -49
  281. package/docs/components/Truncate/examples/Truncate.css +1 -2
  282. package/docs/components/Wizard/examples/Wizard.md +1595 -126
  283. package/docs/demos/AboutModal/examples/AboutModal.md +191 -198
  284. package/docs/demos/Alert/examples/Alert.md +924 -909
  285. package/docs/demos/BackToTop/examples/BackToTop.md +318 -327
  286. package/docs/demos/Banner/examples/Banner.md +641 -659
  287. package/docs/demos/Button/examples/Button.md +8 -8
  288. package/docs/demos/Card/examples/Card.css +6 -6
  289. package/docs/demos/Card/examples/Card.md +419 -606
  290. package/docs/demos/CardView/examples/CardView.md +822 -1435
  291. package/docs/demos/Dashboard/examples/Dashboard.md +1308 -1442
  292. package/docs/demos/DataList/examples/DataList.md +3210 -3424
  293. package/docs/demos/DescriptionList/examples/DescriptionList.md +899 -937
  294. package/docs/demos/Drawer/examples/Drawer.md +1165 -1176
  295. package/docs/demos/Form/examples/BasicForms.md +153 -88
  296. package/docs/demos/JumpLinks/examples/JumpLinks.md +1710 -1602
  297. package/docs/demos/Masthead/examples/Masthead.md +1719 -1583
  298. package/docs/demos/Modal/examples/Modal.md +1231 -1235
  299. package/docs/demos/Nav/examples/Nav.md +1216 -1230
  300. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1910 -4577
  301. package/docs/demos/Page/examples/Page.css +11 -0
  302. package/docs/demos/Page/examples/Page.md +3753 -2540
  303. package/docs/demos/Panel/Panel.md +88 -0
  304. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
  305. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +16 -48
  306. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5150 -6255
  307. package/docs/demos/Skeleton/examples/Skeleton.md +297 -304
  308. package/docs/demos/Table/examples/Table.md +14272 -15154
  309. package/docs/demos/Tabs/examples/Tabs.md +2821 -2891
  310. package/docs/demos/Toolbar/examples/Toolbar.css +10 -18
  311. package/docs/demos/Toolbar/examples/Toolbar.md +2487 -2663
  312. package/docs/demos/Wizard/examples/Wizard.md +3021 -2784
  313. package/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
  314. package/docs/layouts/Flex/examples/Flex.css +4 -4
  315. package/docs/layouts/Flex/examples/Flex.md +50 -50
  316. package/docs/layouts/Gallery/examples/Gallery.css +4 -4
  317. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  318. package/docs/layouts/Grid/examples/Grid.css +3 -3
  319. package/docs/layouts/Grid/examples/Grid.md +33 -33
  320. package/docs/layouts/Level/examples/Level.css +5 -5
  321. package/docs/layouts/Split/examples/Split.css +4 -4
  322. package/docs/layouts/Stack/examples/Stack.css +5 -5
  323. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  324. package/docs/utilities/Alignment/examples/Alignment.css +6 -6
  325. package/docs/utilities/Alignment/examples/Alignment.md +5 -5
  326. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +7 -67
  327. package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  328. package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
  329. package/docs/utilities/Display/examples/Display.css +3 -10
  330. package/docs/utilities/Display/examples/Display.md +21 -12
  331. package/docs/utilities/Flex/examples/Flex.css +7 -7
  332. package/docs/utilities/Flex/examples/Flex.md +82 -40
  333. package/docs/utilities/Float/examples/Float.css +5 -5
  334. package/docs/utilities/Float/examples/Float.md +6 -6
  335. package/docs/utilities/Sizing/examples/Sizing.css +6 -6
  336. package/docs/utilities/Sizing/examples/Sizing.md +60 -60
  337. package/docs/utilities/Spacing/examples/Spacing.css +3 -3
  338. package/docs/utilities/Spacing/examples/Spacing.md +37 -37
  339. package/docs/utilities/Text/examples/Text.md +78 -77
  340. package/icons/pficons.mjs +6 -0
  341. package/layouts/Bullseye/bullseye.css +4 -0
  342. package/layouts/Bullseye/bullseye.scss +5 -1
  343. package/layouts/Flex/flex.css +241 -237
  344. package/layouts/Flex/flex.scss +48 -44
  345. package/layouts/Gallery/gallery.css +15 -11
  346. package/layouts/Gallery/gallery.scss +9 -5
  347. package/layouts/Grid/grid.css +20 -16
  348. package/layouts/Grid/grid.scss +12 -8
  349. package/layouts/Level/level.css +5 -1
  350. package/layouts/Level/level.scss +6 -2
  351. package/layouts/Split/split.css +5 -1
  352. package/layouts/Split/split.scss +6 -2
  353. package/layouts/Stack/stack.css +5 -1
  354. package/layouts/Stack/stack.scss +6 -2
  355. package/layouts/_index.css +3461 -0
  356. package/layouts/_index.scss +8 -0
  357. package/package.json +39 -39
  358. package/patternfly-addons.css +2071 -2648
  359. package/patternfly-addons.scss +2 -12
  360. package/patternfly-base-no-globals.css +1429 -1645
  361. package/patternfly-base-no-globals.scss +5 -3
  362. package/patternfly-base.css +1511 -1723
  363. package/patternfly-base.scss +2 -6
  364. package/patternfly-charts.css +579 -240
  365. package/patternfly-charts.scss +352 -337
  366. package/patternfly-no-globals.css +19895 -23410
  367. package/patternfly-no-globals.scss +5 -4
  368. package/patternfly.css +19999 -23510
  369. package/patternfly.min.css +1 -1
  370. package/patternfly.min.css.map +1 -1
  371. package/patternfly.scss +3 -4
  372. package/sass-utilities/_index.scss +6 -0
  373. package/sass-utilities/functions.scss +25 -25
  374. package/sass-utilities/{_init.scss → init.scss} +6 -6
  375. package/sass-utilities/mixins.scss +108 -72
  376. package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -27
  377. package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
  378. package/sass-utilities/scss-variables.scss +49 -261
  379. package/utilities/Accessibility/accessibility.css +15 -15
  380. package/utilities/Accessibility/accessibility.scss +8 -6
  381. package/utilities/Alignment/alignment.css +29 -29
  382. package/utilities/Alignment/alignment.scss +6 -4
  383. package/utilities/BackgroundColor/background-color.css +67 -0
  384. package/utilities/BackgroundColor/background-color.scss +16 -0
  385. package/utilities/BoxShadow/box-shadow.css +15 -39
  386. package/utilities/BoxShadow/box-shadow.scss +19 -28
  387. package/utilities/Display/display.css +43 -5
  388. package/utilities/Display/display.scss +7 -4
  389. package/utilities/Flex/flex.css +50 -50
  390. package/utilities/Flex/flex.scss +21 -20
  391. package/utilities/Float/float.css +29 -29
  392. package/utilities/Float/float.scss +6 -6
  393. package/utilities/Sizing/sizing.css +58 -58
  394. package/utilities/Sizing/sizing.scss +23 -21
  395. package/utilities/Spacing/spacing.css +1372 -1372
  396. package/utilities/Spacing/spacing.scss +6 -6
  397. package/utilities/Text/text.css +419 -662
  398. package/utilities/Text/text.scss +81 -107
  399. package/utilities/_index.css +7815 -0
  400. package/utilities/_index.scss +10 -0
  401. package/assets/images/pf-logo-small.svg +0 -23
  402. package/assets/images/pf_logo_white.hbs +0 -35
  403. package/assets/images/pfbg-icon.svg +0 -1
  404. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  405. package/base/_base.scss +0 -2
  406. package/base/_chart-globals.scss +0 -415
  407. package/base/_common.scss +0 -50
  408. package/base/_fa-icons.scss +0 -33
  409. package/base/_fonts.scss +0 -136
  410. package/base/_icons.scss +0 -3
  411. package/base/_pficons.scss +0 -2
  412. package/base/_themes.scss +0 -43
  413. package/base/_variables.scss +0 -299
  414. package/base/patternfly-globals.css +0 -120
  415. package/base/patternfly-globals.scss +0 -2
  416. package/base/patternfly-icons.css +0 -4728
  417. package/base/patternfly-icons.scss +0 -2
  418. package/base/patternfly-themes.css +0 -82
  419. package/base/patternfly-themes.scss +0 -2
  420. package/base/themes/dark/_chart-globals.scss +0 -42
  421. package/base/themes/dark/_globals.scss +0 -5
  422. package/base/tokens/_workspace-overrides.scss +0 -7
  423. package/components/AppLauncher/app-launcher.css +0 -244
  424. package/components/AppLauncher/app-launcher.scss +0 -308
  425. package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
  426. package/components/Chip/chip-group.css +0 -93
  427. package/components/Chip/chip-group.scss +0 -98
  428. package/components/Chip/chip.css +0 -122
  429. package/components/Chip/chip.scss +0 -140
  430. package/components/Chip/themes/dark/chip.scss +0 -9
  431. package/components/ContextSelector/context-selector.css +0 -336
  432. package/components/ContextSelector/context-selector.scss +0 -384
  433. package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
  434. package/components/Dropdown/dropdown.css +0 -686
  435. package/components/Dropdown/dropdown.scss +0 -820
  436. package/components/Dropdown/themes/dark/dropdown.scss +0 -32
  437. package/components/LogViewer/log-viewer.css +0 -197
  438. package/components/LogViewer/log-viewer.scss +0 -226
  439. package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
  440. package/components/NotificationBadge/notification-badge.css +0 -87
  441. package/components/NotificationBadge/notification-badge.scss +0 -108
  442. package/components/OptionsMenu/options-menu.css +0 -279
  443. package/components/OptionsMenu/options-menu.scss +0 -332
  444. package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
  445. package/components/Select/select.css +0 -599
  446. package/components/Select/select.scss +0 -713
  447. package/components/Select/themes/dark/select.scss +0 -23
  448. package/components/_all.scss +0 -91
  449. package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
  450. package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
  451. package/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
  452. package/docs/components/Chip/examples/Chip.md +0 -846
  453. package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
  454. package/docs/components/ContextSelector/deprecated/context-selector.md +0 -909
  455. package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
  456. package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
  457. package/docs/components/LogViewer/examples/LogViewer.css +0 -17
  458. package/docs/components/LogViewer/examples/LogViewer.md +0 -5936
  459. package/docs/components/NotificationBadge/examples/NotificationBadge.md +0 -222
  460. package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
  461. package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
  462. package/docs/components/Page/deprecated/PageHeader.css +0 -17
  463. package/docs/components/Page/deprecated/PageHeader.md +0 -261
  464. package/docs/components/Pagination/examples/Pagination.css +0 -3
  465. package/docs/components/Select/deprecated/Select.css +0 -56
  466. package/docs/components/Select/deprecated/Select.md +0 -3525
  467. package/docs/components/Tabs/examples/Tabs.css +0 -10
  468. package/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
  469. package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1712
  470. package/docs/demos/Page/examples/Penta.md +0 -821
  471. package/docs/utilities/Text/examples/Text.css +0 -0
  472. package/layouts/_all.scss +0 -7
  473. package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6276
  474. package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
  475. package/patternfly-base-theme-dark-unversioned.css +0 -6393
  476. package/patternfly-base-theme-dark-unversioned.scss +0 -5
  477. package/patternfly-charts-theme-dark-unversioned.css +0 -70
  478. package/patternfly-charts-theme-dark-unversioned.scss +0 -8
  479. package/patternfly-charts-theme-dark.css +0 -70
  480. package/patternfly-charts-theme-dark.scss +0 -8
  481. package/patternfly-theme-dark-unversioned.css +0 -35533
  482. package/patternfly-theme-dark-unversioned.scss +0 -6
  483. package/patternfly-theme-dark.css +0 -0
  484. package/patternfly-theme-dark.scss +0 -1
  485. package/sass-utilities/_all.scss +0 -9
  486. package/sass-utilities/colors.scss +0 -82
  487. package/sass-utilities/div.import.scss +0 -3
  488. package/sass-utilities/div.scss +0 -4
  489. package/sass-utilities/placeholders.scss +0 -72
  490. package/sass-utilities/themes/dark/_all.scss +0 -4
  491. package/sass-utilities/themes/dark/colors.scss +0 -16
  492. package/sass-utilities/themes/dark/mixins.scss +0 -7
  493. package/sass-utilities/themes/dark/placeholders.scss +0 -5
  494. package/sass-utilities/themes/dark/scss-variables.scss +0 -92
  495. package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
  496. package/utilities/BackgroundColor/BackgroundColor.css +0 -414
  497. package/utilities/BackgroundColor/BackgroundColor.scss +0 -64
  498. package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  499. package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
  500. package/utilities/Text/themes/dark/text.css +0 -0
  501. package/utilities/Text/themes/dark/text.scss +0 -33
@@ -0,0 +1,10 @@
1
+ @forward './Accessibility/accessibility';
2
+ @forward './Alignment/alignment';
3
+ @forward './BackgroundColor/background-color';
4
+ @forward './BoxShadow/box-shadow';
5
+ @forward './Display/display';
6
+ @forward './Flex/flex';
7
+ @forward './Float/float';
8
+ @forward './Sizing/sizing';
9
+ @forward './Spacing/spacing';
10
+ @forward './Text/text';
@@ -1,23 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="30px" height="27px" viewBox="0 0 30 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 54 (76480) - https://sketchapp.com -->
4
- <title>Group 12</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs>
7
- <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
8
- <stop stop-color="#7DC3E8" stop-opacity="0.600169362" offset="0%"></stop>
9
- <stop stop-color="#007BBA" offset="100%"></stop>
10
- </linearGradient>
11
- </defs>
12
- <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
13
- <g transform="translate(-351.000000, -422.000000)" fill="url(#linearGradient-1)" fill-rule="nonzero">
14
- <g transform="translate(322.000000, 395.000000)">
15
- <g transform="translate(29.000000, 27.000000)">
16
- <g>
17
- <path d="M29.3047523,13.6067281 L14.8028311,0.0924998513 L14.6960566,0 L14.5601618,0.0924998513 L0.0873609707,13.6067281 L0,13.689978 L0.0679474216,13.7824778 L5.82406471,21.5709653 L5.88230536,21.6449652 L5.9793731,21.6449652 L10.2794742,20.7199667 L14.5601618,26.4364575 L14.6766431,26.5937073 L14.7931244,26.4364575 L19.0932255,20.6829668 L23.3836198,21.6079653 L23.4806876,21.6079653 L23.5389282,21.5339654 L29.3047523,13.7454779 L29.3726997,13.6529781 L29.3047523,13.6067281 Z M20.9957533,15.1699756 L21.5005056,16.2522239 L18.7826087,19.878218 L17.5789687,19.6192185 L20.9957533,15.1699756 Z M21.1607685,13.7454779 L16.0841254,2.77499554 L23.2186047,11.0999822 L21.1607685,13.7454779 Z M22.3255814,16.4002236 L22.3741153,16.3354737 L22.3741153,16.2614739 L21.5587462,14.5039767 L24.1116279,11.0999822 L24.1698686,11.0999822 L24.1019211,11.0167323 L18.9573306,5.01349194 L28.411729,13.8194778 L26.4703741,16.4002236 L23.1506572,20.8864664 L19.5494439,20.1002177 L22.3255814,16.4002236 Z M12.269363,20.2482175 L14.6669363,23.3747124 L14.7931244,23.5412122 L14.9096057,23.3747124 L17.1227503,20.2482175 L18.3166835,20.516467 L14.6960566,25.3634592 L11.0754297,20.516467 L12.269363,20.2482175 Z M12.871183,19.8227181 L14.6960566,2.88599536 L16.5015167,19.8227181 L14.7542973,22.2924642 L12.871183,19.8227181 Z M13.8418605,3.34849462 L12.1237614,18.8144698 L8.73609707,14.4207268 L13.8418605,3.34849462 Z M6.17350859,11.0999822 L13.3176946,2.77499554 L8.23134479,13.7454779 L6.17350859,11.0999822 Z M10.4347826,4.99499197 L5.29019211,10.9982323 L5.22224469,11.0999822 L5.29019211,11.183232 L7.88190091,14.5502266 L7.06653185,16.3077238 L7.06653185,16.3817237 L7.06653185,16.4464736 L9.79413549,20.1002177 L6.20262892,20.8864664 L0.970677452,13.7732279 L10.4347826,4.99499197 Z M11.8131446,19.6469684 L10.6095046,19.905968 L7.90131446,16.2522239 L8.39635996,15.1699756 L11.8131446,19.6469684 Z M15.5308392,3.34849462 L20.6463094,14.4484768 L17.2683519,18.8422197 L15.5308392,3.34849462 Z"></path>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
23
- </svg>
@@ -1,35 +0,0 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
2
- viewBox="0 0 706.3 132.5" fill="currentColor"{{#if pf_logo_white--attribute}} {{{pf_logo_white--attribute}}}{{/if}}>
3
- <g>
4
- <path d="M197.2,83.9V48.6h15.2c2.2,0,4.1,0.3,5.6,1c1.5,0.7,2.8,1.5,3.7,2.6c1,1.1,1.6,2.3,2.1,3.6
5
- c0.4,1.3,0.6,2.7,0.6,4c0,0.9-0.1,1.7-0.3,2.6c-0.2,0.9-0.5,1.7-0.9,2.6c-0.4,0.8-0.9,1.6-1.6,2.3c-0.6,0.7-1.4,1.4-2.3,1.9
6
- c-0.9,0.5-1.9,1-3.1,1.3c-1.2,0.3-2.5,0.5-3.9,0.5h-8.3v13H197.2z M212.7,64.4c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1.1
7
- c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.1,0.3-1.7c0-0.5-0.1-1-0.2-1.6c-0.1-0.5-0.4-1-0.7-1.5c-0.4-0.5-0.8-0.8-1.4-1.1
8
- c-0.6-0.3-1.4-0.4-2.3-0.4h-8.6v9.4H212.7z"/>
9
- <path d="M271.6,83.9l-2.7-7.3h-13.6l-2.7,7.3h-7.3l13.5-35.4h6.7l13.5,35.4H271.6z M263.2,61.2
10
- c-0.2-0.4-0.4-0.9-0.6-1.5c-0.2-0.6-0.4-1.1-0.5-1.7c-0.1,0.5-0.3,1.1-0.5,1.7c-0.2,0.6-0.4,1.1-0.6,1.5l-3.5,9.2h9.2L263.2,61.2z"
11
- />
12
- <path d="M317.3,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H317.3z"/>
13
- <path d="M370.2,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H370.2z"/>
14
- <path d="M408.5,83.9V48.6h24.1v6.5h-17.3v7.4h10.2v6.5h-10.2v8.5h18.4v6.5H408.5z"/>
15
- <path d="M462.4,83.9V48.6h16.4c2.2,0,4.1,0.3,5.6,0.9c1.5,0.6,2.7,1.4,3.6,2.5c0.9,1,1.6,2.2,2,3.5
16
- c0.4,1.3,0.6,2.7,0.6,4.2c0,1-0.1,2-0.4,3c-0.3,1-0.7,2-1.3,2.9c-0.6,0.9-1.3,1.8-2.1,2.5c-0.9,0.7-1.8,1.3-3,1.7l6.9,14.1H483
17
- l-6.6-13.2h-7.1v13.2H462.4z M478.9,64.3c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1c0.4-0.4,0.6-0.9,0.8-1.5
18
- c0.2-0.6,0.2-1.1,0.2-1.7c0-0.6-0.1-1.1-0.2-1.7c-0.1-0.6-0.4-1-0.7-1.5c-0.3-0.4-0.8-0.8-1.4-1c-0.6-0.3-1.4-0.4-2.3-0.4h-9.7v9.2
19
- H478.9z"/>
20
- <path d="M541.9,83.9l-14-20.6c-0.2-0.3-0.5-0.8-0.8-1.3c-0.3-0.5-0.5-1-0.7-1.4c0.1,0.4,0.1,0.8,0.1,1.3
21
- c0,0.5,0,1,0,1.3v20.6h-6.8V48.6h6.4l13.7,20.4c0.2,0.3,0.5,0.7,0.7,1.2c0.3,0.5,0.5,1,0.7,1.4c0-0.5-0.1-1-0.1-1.4
22
- c0-0.5,0-0.9,0-1.2V48.6h6.8v35.4H541.9z"/>
23
- <path d="M578.4,83.9V48.6h23.7v6.5h-16.9v7.4H596v6.5h-10.7v15H578.4z"/>
24
- <path d="M629.8,83.9V48.6h6.8v28.8h17.1v6.6H629.8z"/>
25
- <path d="M686.4,83.9V70.2l-13.1-21.6h7.7l8.7,14.5l8.7-14.5h7.7l-13.1,21.6v13.8H686.4z"/>
26
- </g>
27
- <g>
28
- <path d="M49,103l-21.2,4.9L0,68.4L70,0l70,68.4l-27.8,39.4L91,103l-21,29.5L49,103z M70,128.7l18.6-26.2l-7.2-1.7
29
- l-11,16.2l-11.9-16.2l-7.2,1.7L70,128.7z M70.4,113.1l9.2-13.5L70,6.7l-9.5,92.9L70.4,113.1z M28.8,105.4l18.8-4.3L33.8,81.7
30
- l4.1-9.3L25.2,55L58,14.9L2.9,68.7L28.8,105.4z M111.2,105.4l16.3-23.1l9.6-13.6L82,14.9L114.9,55l-12.8,17.4l4.1,9.3L92.4,101
31
- L111.2,105.4z M90.1,100.5l13.6-19.1l-3-6.9L82.7,98.8L90.1,100.5z M50,100.5l7.3-1.7L39.4,74.5l-3,6.9L50,100.5z M81.9,96.2
32
- l17.6-24.1L72.9,11.6L81.9,96.2z M58.1,96.2l9-84.6L40.5,72.1L58.1,96.2z M39,70L66.1,8.5L28,55.1L39,70z M101.1,70l11-15L74,8.5
33
- L101.1,70z"/>
34
- </g>
35
- </svg>
@@ -1 +0,0 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110.27 105.77"><defs><style>.cls-1{fill:#26292d;}</style></defs><polygon class="cls-1" points="110.27 87.87 97.53 105.77 99.28 105.77 110.27 90.32 110.27 87.87"/><path class="cls-1" d="M23.22,105.77H25L1.86,73.05,67.4,9,27,58.44,40.58,77l-4.37,9.93L49.6,105.77h1.75l-13.51-19,3.71-8.43,20.06,27.35-.32.08h2.49L74.21,4.22l.23-.54.23.53L85.1,105.77h2.49l-.32-.08,20.06-27.35L110.27,85V81.47l-2-4.46,2-2.68V71.92l-2.63,3.59L76.8,5.52l33.47,40.92V44.19L81.49,9l28.78,28.14v-2L74.61.28V.15l-.06.08,0,0,0-.21-.12.11L74.32,0l0,.21,0,0L74.26.15V.28L0,72.88Zm83.44-28.94-19.82,27L76.7,8.8ZM62,103.87l-19.83-27,30-68ZM41.24,75.51l-12.47-17,43.31-53Z"/></svg>
Binary file
package/base/_base.scss DELETED
@@ -1,2 +0,0 @@
1
- @import "common";
2
- @import "globals";
@@ -1,415 +0,0 @@
1
- @import "../sass-utilities/colors";
2
- @import "../sass-utilities/scss-variables";
3
- // stylelint-disable scss/dollar-variable-pattern
4
- $chart: #{$pf-prefix} + 'chart';
5
- // stylelint-enable
6
-
7
- // Chart colors
8
-
9
- // blue
10
- $pf-v5-chart-color-blue-100: #8bc1f7 !default;
11
- $pf-v5-chart-color-blue-200: #519de9 !default;
12
- $pf-v5-chart-color-blue-300: $pf-v5-color-blue-400;
13
- $pf-v5-chart-color-blue-400: #004b95 !default;
14
- $pf-v5-chart-color-blue-500: #002f5d !default;
15
-
16
- // green
17
- $pf-v5-chart-color-green-100: #bde2b9 !default;
18
- $pf-v5-chart-color-green-200: #7cc674 !default;
19
- $pf-v5-chart-color-green-300: #4cb140 !default;
20
- $pf-v5-chart-color-green-400: #38812f !default;
21
- $pf-v5-chart-color-green-500: #23511e !default;
22
-
23
- // cyan
24
- $pf-v5-chart-color-cyan-100: $pf-v5-color-cyan-100;
25
- $pf-v5-chart-color-cyan-200: $pf-v5-color-cyan-200;
26
- $pf-v5-chart-color-cyan-300: $pf-v5-color-cyan-300;
27
- $pf-v5-chart-color-cyan-400: $pf-v5-color-cyan-400;
28
- $pf-v5-chart-color-cyan-500: $pf-v5-color-cyan-500;
29
-
30
- // purple
31
- $pf-v5-chart-color-purple-100: #b2b0ea !default;
32
- $pf-v5-chart-color-purple-200: #8481dd !default;
33
- $pf-v5-chart-color-purple-300: #5752d1 !default;
34
- $pf-v5-chart-color-purple-400: #3c3d99 !default;
35
- $pf-v5-chart-color-purple-500: #2a265f !default;
36
-
37
- // gold
38
- $pf-v5-chart-color-gold-100: $pf-v5-color-gold-100;
39
- $pf-v5-chart-color-gold-200: $pf-v5-color-gold-200;
40
- $pf-v5-chart-color-gold-300: $pf-v5-color-gold-300;
41
- $pf-v5-chart-color-gold-400: $pf-v5-color-gold-400;
42
- $pf-v5-chart-color-gold-500: $pf-v5-color-gold-500;
43
-
44
- // orange
45
- $pf-v5-chart-color-orange-100: $pf-v5-color-orange-100;
46
- $pf-v5-chart-color-orange-200: $pf-v5-color-orange-200;
47
- $pf-v5-chart-color-orange-300: $pf-v5-color-orange-300;
48
- $pf-v5-chart-color-orange-400: $pf-v5-color-orange-400;
49
- $pf-v5-chart-color-orange-500: $pf-v5-color-orange-500;
50
-
51
- // red
52
- $pf-v5-chart-color-red-100: $pf-v5-color-red-100;
53
- $pf-v5-chart-color-red-200: $pf-v5-color-red-200;
54
- $pf-v5-chart-color-red-300: $pf-v5-color-red-300;
55
- $pf-v5-chart-color-red-400: $pf-v5-color-red-400;
56
- $pf-v5-chart-color-red-500: $pf-v5-color-red-500;
57
-
58
- // black
59
- $pf-v5-chart-color-black-100: $pf-v5-color-black-200;
60
- $pf-v5-chart-color-black-200: $pf-v5-color-black-300;
61
- $pf-v5-chart-color-black-300: $pf-v5-color-black-400;
62
- $pf-v5-chart-color-black-400: $pf-v5-color-black-500;
63
- $pf-v5-chart-color-black-500: $pf-v5-color-black-600;
64
- $pf-v5-chart-color-black-600: $pf-v5-color-black-700;
65
-
66
- // typography
67
- $pf-v5-chart-global--FontSize--xs: 12; // Axis Labels
68
- $pf-v5-chart-global--FontSize--sm: 14; // Legend
69
- $pf-v5-chart-global--FontSize--lg: 18; // Small Numbers
70
- $pf-v5-chart-global--FontSize--2xl: 24; // Large Numbers
71
- $pf-v5-chart-global--FontFamily: $pf-v5-global--FontFamily--text;
72
- $pf-v5-chart-global--letter-spacing: "normal";
73
-
74
- // label
75
- $pf-v5-chart-global--label--Padding: 10;
76
- $pf-v5-chart-global--label--Margin: 8;
77
- $pf-v5-chart-global--label--stroke: "transparent";
78
- $pf-v5-chart-global--label--text-anchor: "middle";
79
- $pf-v5-chart-global--label--stroke--Width: 0;
80
- $pf-v5-chart-global--label--Fill: $pf-v5-color-black-900;
81
-
82
- // Layout Props
83
- $pf-v5-chart-global--layout--Padding: 50;
84
- $pf-v5-chart-global--layout--Height: 300;
85
- $pf-v5-chart-global--layout--Width: 450;
86
-
87
- // Stroke and Border Width
88
- $pf-v5-chart-global--stroke--Width--xs: 1;
89
- $pf-v5-chart-global--stroke--Width--sm: 2;
90
- $pf-v5-chart-global--BorderWidth--xs: 1;
91
- $pf-v5-chart-global--BorderWidth--sm: 2;
92
- $pf-v5-chart-global--BorderWidth--lg: 8;
93
-
94
- // Stroke
95
- $pf-v5-chart-global--stroke-line-cap: "round";
96
- $pf-v5-chart-global--stroke-line-join: "round";
97
-
98
- // Fills and Strokes
99
- $pf-v5-chart-global--danger--Color--100: $pf-v5-global--danger-color--100;
100
- $pf-v5-chart-global--warning--Color--100: $pf-v5-color-orange-300;
101
- $pf-v5-chart-global--warning--Color--200: $pf-v5-color-gold-400;
102
- $pf-v5-chart-global--success--Color--100: $pf-v5-color-blue-400;
103
- $pf-v5-chart-global--Fill--Color--900: $pf-v5-color-black-900;
104
- $pf-v5-chart-global--Fill--Color--700: $pf-v5-color-black-700;
105
- $pf-v5-chart-global--Fill--Color--500: $pf-v5-color-black-500;
106
- $pf-v5-chart-global--Fill--Color--400: $pf-v5-color-black-400;
107
- $pf-v5-chart-global--Fill--Color--300: $pf-v5-color-black-300;
108
- $pf-v5-chart-global--Fill--Color--200: $pf-v5-color-black-200;
109
- $pf-v5-chart-global--Fill--Color--white: $pf-v5-color-white;
110
-
111
- // Individual Charts
112
-
113
- // Area Chart
114
- $pf-v5-chart-area--Opacity: .3;
115
- $pf-v5-chart-area--stroke--Width: $pf-v5-chart-global--stroke--Width--sm;
116
- $pf-v5-chart-area--data--Fill: $pf-v5-chart-global--Fill--Color--900;
117
-
118
- // Axis Chart
119
- $pf-v5-chart-axis--axis--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
120
- $pf-v5-chart-axis--axis--stroke--Color: $pf-v5-chart-global--Fill--Color--300;
121
- $pf-v5-chart-axis--axis--Fill: "transparent";
122
- $pf-v5-chart-axis--axis-label--Padding: 40;
123
- $pf-v5-chart-axis--axis-label--stroke--Color: "transparent";
124
- $pf-v5-chart-axis--grid--Fill: "none";
125
- $pf-v5-chart-axis--grid--stroke--Color: $pf-v5-chart-global--Fill--Color--300;
126
- $pf-v5-chart-axis--grid--PointerEvents: "painted";
127
- $pf-v5-chart-axis--tick--Fill: "transparent";
128
- $pf-v5-chart-axis--tick--Size: 5;
129
- $pf-v5-chart-axis--tick--Width: 1;
130
- $pf-v5-chart-axis--tick--stroke--Color: $pf-v5-chart-global--Fill--Color--300;
131
- $pf-v5-chart-axis--tick-label--Fill: $pf-v5-chart-global--Fill--Color--700;
132
-
133
- // Bar Chart
134
- $pf-v5-chart-bar--Width: 10;
135
- $pf-v5-chart-bar--data--stroke: none;
136
- $pf-v5-chart-bar--data--Fill: $pf-v5-chart-global--Fill--Color--900;
137
- $pf-v5-chart-bar--data--Padding: 8;
138
- $pf-v5-chart-bar--data-stroke--Width: 0;
139
-
140
- // Box Plot Chart
141
- $pf-v5-chart-boxplot--max--Padding: 8;
142
- $pf-v5-chart-boxplot--max--stroke--Color: $pf-v5-chart-global--Fill--Color--900;
143
- $pf-v5-chart-boxplot--max--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
144
- $pf-v5-chart-boxplot--median--Padding: 8;
145
- $pf-v5-chart-boxplot--median--stroke--Color: $pf-v5-chart-global--Fill--Color--900;
146
- $pf-v5-chart-boxplot--median--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
147
- $pf-v5-chart-boxplot--min--Padding: 8;
148
- $pf-v5-chart-boxplot--min--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
149
- $pf-v5-chart-boxplot--min--stroke--Color: $pf-v5-chart-global--Fill--Color--900;
150
- $pf-v5-chart-boxplot--lower-quartile--Padding: 8;
151
- $pf-v5-chart-boxplot--lower-quartile--Fill: $pf-v5-chart-global--Fill--Color--500;
152
- $pf-v5-chart-boxplot--upper-quartile--Padding: 8;
153
- $pf-v5-chart-boxplot--upper-quartile--Fill: $pf-v5-chart-global--Fill--Color--500;
154
- $pf-v5-chart-boxplot--box--Width: 20;
155
-
156
- // Bullet Chart
157
- $pf-v5-chart-bullet--axis--tick--count: 5;
158
- $pf-v5-chart-bullet--comparative-measure--Fill--Color: $pf-v5-chart-global--Fill--Color--700;
159
- $pf-v5-chart-bullet--comparative-measure--stroke--Color: $pf-v5-chart-global--Fill--Color--700;
160
- $pf-v5-chart-bullet--comparative-measure--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
161
- $pf-v5-chart-bullet--comparative-measure--Width: 30;
162
- $pf-v5-chart-bullet--comparative-measure--error--Fill--Color: $pf-v5-chart-global--danger--Color--100;
163
- $pf-v5-chart-bullet--comparative-measure--error--stroke--Color: $pf-v5-chart-global--danger--Color--100;
164
- $pf-v5-chart-bullet--comparative-measure--error--stroke--Width: $pf-v5-chart-global--stroke--Width--sm;
165
- $pf-v5-chart-bullet--comparative-measure--error--Width: 30;
166
- $pf-v5-chart-bullet--comparative-measure--warning--Fill--Color: $pf-v5-chart-global--warning--Color--100;
167
- $pf-v5-chart-bullet--comparative-measure--warning--stroke--Color: $pf-v5-chart-global--warning--Color--100;
168
- $pf-v5-chart-bullet--comparative-measure--warning--stroke--Width: $pf-v5-chart-global--stroke--Width--sm;
169
- $pf-v5-chart-bullet--comparative-measure--warning--Width: 30;
170
- $pf-v5-chart-bullet--group-title--divider--Fill--Color: $pf-v5-color-black-200;
171
- $pf-v5-chart-bullet--group-title--divider--stroke--Color: $pf-v5-color-black-200;
172
- $pf-v5-chart-bullet--group-title--divider--stroke--Width: $pf-v5-chart-global--stroke--Width--sm;
173
- $pf-v5-chart-bullet--Height: 140;
174
- $pf-v5-chart-bullet--label--title--Fill: $pf-v5-chart-global--Fill--Color--900;
175
- $pf-v5-chart-bullet--label--grouptitle--Fill: $pf-v5-chart-global--Fill--Color--900;
176
- $pf-v5-chart-bullet--label--subtitle--Fill: $pf-v5-chart-global--Fill--Color--400;
177
- $pf-v5-chart-bullet--primary-measure--dot--size: 6;
178
- $pf-v5-chart-bullet--primary-measure--segmented--Width: 9;
179
- $pf-v5-chart-bullet--negative-measure--ColorScale--100: $pf-v5-chart-color-red-100;
180
- $pf-v5-chart-bullet--negative-measure--ColorScale--200: $pf-v5-chart-color-red-200;
181
- $pf-v5-chart-bullet--negative-measure--ColorScale--300: $pf-v5-chart-color-red-300;
182
- $pf-v5-chart-bullet--negative-measure--ColorScale--400: $pf-v5-chart-color-red-400;
183
- $pf-v5-chart-bullet--negative-measure--ColorScale--500: $pf-v5-chart-color-red-500;
184
- $pf-v5-chart-bullet--qualitative-range--Width: 30;
185
- $pf-v5-chart-bullet--qualitative-range--ColorScale--100: $pf-v5-chart-color-black-100;
186
- $pf-v5-chart-bullet--qualitative-range--ColorScale--200: $pf-v5-chart-color-black-200;
187
- $pf-v5-chart-bullet--qualitative-range--ColorScale--300: $pf-v5-chart-color-black-300;
188
- $pf-v5-chart-bullet--qualitative-range--ColorScale--400: $pf-v5-chart-color-black-400;
189
- $pf-v5-chart-bullet--qualitative-range--ColorScale--500: $pf-v5-chart-color-black-500;
190
-
191
- // Candlestick
192
- $pf-v5-chart-candelstick--data--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
193
- $pf-v5-chart-candelstick--data--stroke--Color: $pf-v5-chart-global--Fill--Color--900;
194
- $pf-v5-chart-candelstick--candle--positive--Color: $pf-v5-chart-global--Fill--Color--white;
195
- $pf-v5-chart-candelstick--candle--negative--Color: $pf-v5-chart-global--Fill--Color--900;
196
-
197
- // Container
198
- $pf-v5-chart-container--cursor--line--Fill: $pf-v5-color-black-900;
199
-
200
- // Simple Donut Chart
201
- $pf-v5-chart-donut--label--title--Fill: $pf-v5-chart-global--Fill--Color--900;
202
- $pf-v5-chart-donut--label--subtitle--Fill: $pf-v5-chart-global--Fill--Color--400;
203
- $pf-v5-chart-donut--label--subtitle--position: "center";
204
- $pf-v5-chart-donut--pie--Height: 230;
205
- $pf-v5-chart-donut--pie--angle--Padding: 1;
206
- $pf-v5-chart-donut--pie--Padding: 20;
207
- $pf-v5-chart-donut--pie--Width: 230;
208
-
209
- // Donut Threshold Chart
210
- $pf-v5-chart-donut--threshold--first--Color: $pf-v5-chart-global--Fill--Color--200;
211
- $pf-v5-chart-donut--threshold--second--Color: $pf-v5-chart-global--Fill--Color--300;
212
- $pf-v5-chart-donut--threshold--third--Color: $pf-v5-chart-global--Fill--Color--400;
213
- $pf-v5-chart-donut--threshold--warning--Color: $pf-v5-chart-global--warning--Color--200;
214
- $pf-v5-chart-donut--threshold--danger--Color: $pf-v5-chart-global--danger--Color--100;
215
- $pf-v5-chart-donut--threshold--dynamic--pie--Height: 202;
216
- $pf-v5-chart-donut--threshold--dynamic--pie--Width: 202;
217
- $pf-v5-chart-donut--threshold--dynamic--pie--Padding: 20;
218
- $pf-v5-chart-donut--threshold--static--pie--Height: 230;
219
- $pf-v5-chart-donut--threshold--static--pie--angle--Padding: 1;
220
- $pf-v5-chart-donut--threshold--static--pie--Padding: 20;
221
- $pf-v5-chart-donut--threshold--static--pie--Width: 230;
222
-
223
- // Donut Utilization Chart
224
- $pf-v5-chart-donut--utilization--dynamic--pie--Height: 230;
225
- $pf-v5-chart-donut--utilization--dynamic--pie--angle--Padding: 1;
226
- $pf-v5-chart-donut--utilization--dynamic--pie--Padding: 20;
227
- $pf-v5-chart-donut--utilization--dynamic--pie--Width: 230;
228
- $pf-v5-chart-donut--utilization--static--pie--Padding: 20;
229
-
230
- // Error Bar
231
- $pf-v5-chart-errorbar--BorderWidth: $pf-v5-chart-global--BorderWidth--lg;
232
- $pf-v5-chart-errorbar--data--Fill: "transparent";
233
- $pf-v5-chart-errorbar--data--Opacity: 1;
234
- $pf-v5-chart-errorbar--data-stroke--Width: $pf-v5-chart-global--stroke--Width--sm;
235
- $pf-v5-chart-errorbar--data-stroke--Color: $pf-v5-chart-global--Fill--Color--900;
236
-
237
- // Legend
238
- $pf-v5-chart-legend--gutter--Width: 20;
239
- $pf-v5-chart-legend--orientation: "horizontal";
240
- $pf-v5-chart-legend--position: "right";
241
- $pf-v5-chart-legend--title--orientation: "top";
242
- $pf-v5-chart-legend--data--type: "square";
243
- $pf-v5-chart-legend--title--Padding: 2;
244
- $pf-v5-chart-legend--Margin: 16;
245
-
246
- // Line Chart
247
- $pf-v5-chart-line--data--Fill: "transparent";
248
- $pf-v5-chart-line--data--Opacity: 1;
249
- $pf-v5-chart-line--data--stroke--Width: $pf-v5-chart-global--stroke--Width--sm;
250
- $pf-v5-chart-line--data--stroke--Color: $pf-v5-chart-global--Fill--Color--900;
251
-
252
- // Pie Chart
253
- $pf-v5-chart-pie--Padding: 20;
254
- $pf-v5-chart-pie--data--Padding: 8;
255
- $pf-v5-chart-pie--data--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
256
- $pf-v5-chart-pie--data--stroke--Color: "transparent";
257
- $pf-v5-chart-pie--labels--Padding: 8;
258
- $pf-v5-chart-pie--Height: 230;
259
- $pf-v5-chart-pie--Width: 230;
260
-
261
- // Scatter Chart
262
- $pf-v5-chart-scatter--data--stroke--Color: "transparent";
263
- $pf-v5-chart-scatter--data--stroke--Width: 0;
264
- $pf-v5-chart-scatter--data--Opacity: 1;
265
- $pf-v5-chart-scatter--data--Fill: $pf-v5-chart-global--Fill--Color--900;
266
- $pf-v5-chart-scatter--active--size: 5;
267
- $pf-v5-chart-scatter--size: 3;
268
-
269
- // Scatter Chart
270
- $pf-v5-chart-stack--data--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
271
-
272
- // Threshold
273
- $pf-v5-chart-threshold--stroke-dash-array: "4,2";
274
- $pf-v5-chart-threshold--stroke--Width: 1.5;
275
-
276
- // Tooltip
277
- $pf-v5-chart-tooltip--corner-radius: 0;
278
- $pf-v5-chart-tooltip--pointer-length: 10;
279
- $pf-v5-chart-tooltip--Fill: $pf-v5-chart-global--Fill--Color--200;
280
- $pf-v5-chart-tooltip--flyoutStyle--corner-radius: 0;
281
- $pf-v5-chart-tooltip--flyoutStyle--stroke--Width: 0;
282
- $pf-v5-chart-tooltip--flyoutStyle--PointerEvents: "none";
283
- $pf-v5-chart-tooltip--flyoutStyle--stroke--Color: $pf-v5-chart-global--Fill--Color--900;
284
- $pf-v5-chart-tooltip--flyoutStyle--Fill: $pf-v5-chart-global--Fill--Color--900;
285
- $pf-v5-chart-tooltip--pointer--Width: 20;
286
- $pf-v5-chart-tooltip--Padding: 8;
287
- $pf-v5-chart-tooltip--PointerEvents: "none";
288
-
289
- // Voronoi Chart
290
- $pf-v5-chart-voronoi--data--Fill: "transparent";
291
- $pf-v5-chart-voronoi--data--stroke--Color: "transparent";
292
- $pf-v5-chart-voronoi--data--stroke--Width: 0;
293
- $pf-v5-chart-voronoi--labels--Fill: $pf-v5-chart-global--Fill--Color--200;
294
- $pf-v5-chart-voronoi--labels--Padding: 8;
295
- $pf-v5-chart-voronoi--labels--PointerEvents: "none";
296
- $pf-v5-chart-voronoi--flyout--stroke--Width: $pf-v5-chart-global--stroke--Width--xs;
297
- $pf-v5-chart-voronoi--flyout--PointerEvents: "none";
298
- $pf-v5-chart-voronoi--flyout--stroke--Color: $pf-v5-chart-global--Fill--Color--900;
299
- $pf-v5-chart-voronoi--flyout--stroke--Fill: $pf-v5-chart-global--Fill--Color--900;
300
- $pf-v5-chart-voronoi--flyout--PointerEvents: "none";
301
-
302
- // Theme color scales
303
-
304
- // blue
305
- $pf-v5-chart-theme--blue--ColorScale--100: $pf-v5-chart-color-blue-300;
306
- $pf-v5-chart-theme--blue--ColorScale--200: $pf-v5-chart-color-blue-100;
307
- $pf-v5-chart-theme--blue--ColorScale--300: $pf-v5-chart-color-blue-500;
308
- $pf-v5-chart-theme--blue--ColorScale--400: $pf-v5-chart-color-blue-200;
309
- $pf-v5-chart-theme--blue--ColorScale--500: $pf-v5-chart-color-blue-400;
310
-
311
- // cyan
312
- $pf-v5-chart-theme--cyan--ColorScale--100: $pf-v5-chart-color-cyan-300;
313
- $pf-v5-chart-theme--cyan--ColorScale--200: $pf-v5-chart-color-cyan-100;
314
- $pf-v5-chart-theme--cyan--ColorScale--300: $pf-v5-chart-color-cyan-500;
315
- $pf-v5-chart-theme--cyan--ColorScale--400: $pf-v5-chart-color-cyan-200;
316
- $pf-v5-chart-theme--cyan--ColorScale--500: $pf-v5-chart-color-cyan-400;
317
-
318
- // gold
319
- $pf-v5-chart-theme--gold--ColorScale--100: $pf-v5-chart-color-gold-300;
320
- $pf-v5-chart-theme--gold--ColorScale--200: $pf-v5-chart-color-gold-100;
321
- $pf-v5-chart-theme--gold--ColorScale--300: $pf-v5-chart-color-gold-500;
322
- $pf-v5-chart-theme--gold--ColorScale--400: $pf-v5-chart-color-gold-200;
323
- $pf-v5-chart-theme--gold--ColorScale--500: $pf-v5-chart-color-gold-400;
324
-
325
- // gray
326
- $pf-v5-chart-theme--gray--ColorScale--100: $pf-v5-chart-color-black-300;
327
- $pf-v5-chart-theme--gray--ColorScale--200: $pf-v5-chart-color-black-100;
328
- $pf-v5-chart-theme--gray--ColorScale--300: $pf-v5-chart-color-black-500;
329
- $pf-v5-chart-theme--gray--ColorScale--400: $pf-v5-chart-color-black-200;
330
- $pf-v5-chart-theme--gray--ColorScale--500: $pf-v5-chart-color-black-400;
331
-
332
- // green
333
- $pf-v5-chart-theme--green--ColorScale--100: $pf-v5-chart-color-green-300;
334
- $pf-v5-chart-theme--green--ColorScale--200: $pf-v5-chart-color-green-100;
335
- $pf-v5-chart-theme--green--ColorScale--300: $pf-v5-chart-color-green-500;
336
- $pf-v5-chart-theme--green--ColorScale--400: $pf-v5-chart-color-green-200;
337
- $pf-v5-chart-theme--green--ColorScale--500: $pf-v5-chart-color-green-400;
338
-
339
- // multi ordered
340
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--100: $pf-v5-chart-color-blue-300;
341
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--200: $pf-v5-chart-color-green-300;
342
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--300: $pf-v5-chart-color-cyan-300;
343
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--400: $pf-v5-chart-color-gold-300;
344
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--500: $pf-v5-chart-color-orange-300;
345
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--600: $pf-v5-chart-color-blue-100;
346
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--700: $pf-v5-chart-color-green-500;
347
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--800: $pf-v5-chart-color-cyan-100;
348
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--900: $pf-v5-chart-color-gold-100;
349
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1000: $pf-v5-chart-color-orange-500;
350
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1100: $pf-v5-chart-color-blue-500;
351
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1200: $pf-v5-chart-color-green-100;
352
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1300: $pf-v5-chart-color-cyan-500;
353
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1400: $pf-v5-chart-color-gold-500;
354
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1500: $pf-v5-chart-color-orange-100;
355
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1600: $pf-v5-chart-color-blue-200;
356
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1700: $pf-v5-chart-color-green-400;
357
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1800: $pf-v5-chart-color-cyan-200;
358
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--1900: $pf-v5-chart-color-gold-200;
359
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--2000: $pf-v5-chart-color-orange-400;
360
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--2100: $pf-v5-chart-color-blue-400;
361
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--2200: $pf-v5-chart-color-green-200;
362
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--2300: $pf-v5-chart-color-cyan-400;
363
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--2400: $pf-v5-chart-color-gold-400;
364
- $pf-v5-chart-theme--multi-color-ordered--ColorScale--2500: $pf-v5-chart-color-orange-200;
365
-
366
- // multi unordered
367
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--100: $pf-v5-chart-color-blue-300;
368
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--200: $pf-v5-chart-color-gold-300;
369
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--300: $pf-v5-chart-color-green-300;
370
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--400: $pf-v5-chart-color-purple-300;
371
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--500: $pf-v5-chart-color-orange-300;
372
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--600: $pf-v5-chart-color-cyan-300;
373
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--700: $pf-v5-chart-color-black-300;
374
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--800: $pf-v5-chart-color-blue-100;
375
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--900: $pf-v5-chart-color-gold-500;
376
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1000: $pf-v5-chart-color-green-100;
377
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1100: $pf-v5-chart-color-purple-500;
378
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1200: $pf-v5-chart-color-orange-100;
379
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1300: $pf-v5-chart-color-cyan-500;
380
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1400: $pf-v5-chart-color-black-100;
381
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1500: $pf-v5-chart-color-blue-500;
382
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1600: $pf-v5-chart-color-gold-100;
383
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1700: $pf-v5-chart-color-green-500;
384
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1800: $pf-v5-chart-color-purple-100;
385
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--1900: $pf-v5-chart-color-orange-500;
386
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2000: $pf-v5-chart-color-cyan-100;
387
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2100: $pf-v5-chart-color-black-500;
388
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2200: $pf-v5-chart-color-blue-200;
389
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2300: $pf-v5-chart-color-gold-400;
390
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2400: $pf-v5-chart-color-green-200;
391
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2500: $pf-v5-chart-color-purple-400;
392
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2600: $pf-v5-chart-color-orange-200;
393
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2700: $pf-v5-chart-color-cyan-400;
394
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2800: $pf-v5-chart-color-black-200;
395
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--2900: $pf-v5-chart-color-blue-400;
396
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--3000: $pf-v5-chart-color-gold-200;
397
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--3100: $pf-v5-chart-color-green-400;
398
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--3200: $pf-v5-chart-color-purple-200;
399
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--3300: $pf-v5-chart-color-orange-400;
400
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--3400: $pf-v5-chart-color-cyan-200;
401
- $pf-v5-chart-theme--multi-color-unordered--ColorScale--3500: $pf-v5-chart-color-black-400;
402
-
403
- // orange
404
- $pf-v5-chart-theme--orange--ColorScale--100: $pf-v5-chart-color-orange-300;
405
- $pf-v5-chart-theme--orange--ColorScale--200: $pf-v5-chart-color-orange-100;
406
- $pf-v5-chart-theme--orange--ColorScale--300: $pf-v5-chart-color-orange-500;
407
- $pf-v5-chart-theme--orange--ColorScale--400: $pf-v5-chart-color-orange-200;
408
- $pf-v5-chart-theme--orange--ColorScale--500: $pf-v5-chart-color-orange-400;
409
-
410
- // purple
411
- $pf-v5-chart-theme--purple--ColorScale--100: $pf-v5-chart-color-purple-300;
412
- $pf-v5-chart-theme--purple--ColorScale--200: $pf-v5-chart-color-purple-100;
413
- $pf-v5-chart-theme--purple--ColorScale--300: $pf-v5-chart-color-purple-500;
414
- $pf-v5-chart-theme--purple--ColorScale--400: $pf-v5-chart-color-purple-200;
415
- $pf-v5-chart-theme--purple--ColorScale--500: $pf-v5-chart-color-purple-400;
package/base/_common.scss DELETED
@@ -1,50 +0,0 @@
1
- // Set common reset styles for patternfly components
2
-
3
- .#{$pf-prefix}screen-reader {
4
- @include pf-v5-u-screen-reader; // for use with assistive technologies
5
-
6
- &.pf-m-full-size {
7
- width: 100%;
8
- height: 100%;
9
- }
10
-
11
- &.pf-m-absolute {
12
- position: absolute;
13
- }
14
- }
15
-
16
- .#{$pf-prefix}m-tabular-nums {
17
- font-variant-numeric: tabular-nums;
18
- }
19
-
20
- // Variable font opt-in
21
- .#{$pf-prefix}m-legacy-font {
22
- --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
23
- --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
24
- --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
25
- --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
26
- --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
27
- --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
28
- --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
29
- }
30
-
31
- // RTL helpers
32
-
33
- // Sets a block to RTL
34
- .#{$pf-prefix}m-dir-rtl {
35
- @include pf-v5-set-inverse;
36
-
37
- direction: rtl;
38
- }
39
-
40
- // Sets a block to LTR
41
- .#{$pf-prefix}m-dir-ltr {
42
- @include pf-v5-set-inverse(false);
43
-
44
- direction: ltr;
45
- }
46
-
47
- // Mirrors/flips something horizontally/inline in RTL
48
- .#{$pf-prefix}m-mirror-inline-rtl {
49
- @include pf-v5-mirror-inline-on-rtl;
50
- }
@@ -1,33 +0,0 @@
1
- // Font Awesome 5 icons https://fontawesome.com
2
- %pf-fa-local {
3
- @import "../assets/fontawesome/fontawesome";
4
- }
5
-
6
- @if not($pf-v5-global--disable-fontawesome) {
7
- @if $pf-v5-global--enable-fontawesome-cdn {
8
- // stylelint-disable no-invalid-position-at-import-rule
9
- @import "https://use.fontawesome.com/releases/v5.7.2/css/solid.css";
10
- @import "https://use.fontawesome.com/releases/v5.7.2/css/fontawesome.css";
11
- // stylelint-enable no-invalid-position-at-import-rule
12
- } @else {
13
- @font-face {
14
- font-family: "Font Awesome 5 Free";
15
- font-style: normal;
16
- font-weight: 900;
17
- src:
18
- url("#{$fa-font-path}/fa-solid-900.woff2") format("woff2");
19
- }
20
-
21
- // stylelint-disable
22
- .fa,
23
- .fas {
24
- font-family: "Font Awesome 5 Free";
25
- font-weight: 900;
26
- }
27
- // stylelint-enable
28
-
29
- * {
30
- @extend %pf-fa-local;
31
- }
32
- }
33
- }