@patternfly/patternfly 6.0.0-alpha.3 → 6.0.0-alpha.30

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 (320) hide show
  1. package/README.md +13 -3
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/images/PF-Backdrop.svg +1 -0
  4. package/assets/images/PF-IconLogo-Reverse.svg +14 -0
  5. package/assets/images/PF-IconLogo.svg +17 -0
  6. package/assets/images/logo__pf--reverse-on-md.svg +1 -1
  7. package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  8. package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  9. package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  10. package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  11. package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  12. package/assets/images/pf_logo_white.hbs +35 -0
  13. package/assets/images/pf_logo_white.svg +38 -0
  14. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  15. package/assets/pficon/pficon.scss +6 -129
  16. package/base/_common.scss +29 -4
  17. package/base/_globals.scss +5 -9
  18. package/base/_variables.scss +8 -6
  19. package/base/patternfly-common.css +24 -6
  20. package/base/patternfly-globals.css +5 -5
  21. package/base/patternfly-icons.css +5 -1
  22. package/base/patternfly-pf-icons.css +5 -1
  23. package/base/patternfly-variables.css +886 -771
  24. package/base/tokens/_tokens-dark.scss +322 -265
  25. package/base/tokens/_tokens-default.scss +426 -306
  26. package/base/tokens/_tokens-font.scss +59 -35
  27. package/base/tokens/_tokens-palette.scss +69 -71
  28. package/base/tokens/_workspace-overrides.scss +7 -0
  29. package/components/AboutModalBox/about-modal-box.css +80 -108
  30. package/components/AboutModalBox/about-modal-box.scss +64 -78
  31. package/components/Accordion/accordion.css +96 -175
  32. package/components/Accordion/accordion.scss +106 -193
  33. package/components/ActionList/action-list.css +2 -2
  34. package/components/ActionList/action-list.scss +2 -2
  35. package/components/Alert/alert-group.css +27 -20
  36. package/components/Alert/alert-group.scss +27 -20
  37. package/components/Alert/alert.css +74 -95
  38. package/components/Alert/alert.scss +76 -89
  39. package/components/AppLauncher/app-launcher.css +32 -23
  40. package/components/AppLauncher/app-launcher.scss +32 -23
  41. package/components/BackToTop/back-to-top.css +17 -15
  42. package/components/BackToTop/back-to-top.scss +14 -13
  43. package/components/Backdrop/backdrop.css +2 -2
  44. package/components/Backdrop/backdrop.scss +2 -2
  45. package/components/BackgroundImage/background-image.css +6 -3
  46. package/components/BackgroundImage/background-image.scss +8 -3
  47. package/components/Badge/badge.css +25 -17
  48. package/components/Badge/badge.scss +27 -19
  49. package/components/Banner/banner.css +91 -69
  50. package/components/Banner/banner.scss +95 -34
  51. package/components/Breadcrumb/breadcrumb.css +28 -19
  52. package/components/Breadcrumb/breadcrumb.scss +26 -19
  53. package/components/Button/button.css +35 -23
  54. package/components/Button/button.scss +36 -26
  55. package/components/Button/themes/dark/button.scss +1 -1
  56. package/components/CalendarMonth/calendar-month.css +25 -15
  57. package/components/CalendarMonth/calendar-month.scss +23 -15
  58. package/components/Card/card.css +25 -17
  59. package/components/Card/card.scss +24 -17
  60. package/components/Check/check.css +12 -10
  61. package/components/Check/check.scss +17 -12
  62. package/components/Chip/chip-group.css +6 -6
  63. package/components/Chip/chip-group.scss +6 -6
  64. package/components/Chip/chip.css +16 -9
  65. package/components/Chip/chip.scss +17 -9
  66. package/components/ClipboardCopy/clipboard-copy.css +19 -10
  67. package/components/ClipboardCopy/clipboard-copy.scss +16 -8
  68. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
  69. package/components/CodeBlock/code-block.css +6 -3
  70. package/components/CodeBlock/code-block.scss +6 -3
  71. package/components/CodeEditor/code-editor.css +31 -22
  72. package/components/CodeEditor/code-editor.scss +30 -21
  73. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  74. package/components/Content/content.css +100 -97
  75. package/components/Content/content.scss +101 -98
  76. package/components/ContextSelector/context-selector.css +41 -26
  77. package/components/ContextSelector/context-selector.scss +40 -25
  78. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  79. package/components/DataList/data-list-grid.css +21 -21
  80. package/components/DataList/data-list-grid.scss +3 -3
  81. package/components/DataList/data-list.css +69 -56
  82. package/components/DataList/data-list.scss +47 -35
  83. package/components/DatePicker/date-picker.css +8 -8
  84. package/components/DatePicker/date-picker.scss +8 -8
  85. package/components/DescriptionList/description-list.css +8 -5
  86. package/components/DescriptionList/description-list.scss +8 -5
  87. package/components/DragDrop/drag-drop.css +8 -8
  88. package/components/DragDrop/drag-drop.scss +8 -8
  89. package/components/Drawer/drawer.css +120 -62
  90. package/components/Drawer/drawer.scss +94 -44
  91. package/components/Dropdown/dropdown.css +76 -69
  92. package/components/Dropdown/dropdown.scss +67 -62
  93. package/components/DualListSelector/dual-list-selector.css +29 -15
  94. package/components/DualListSelector/dual-list-selector.scss +30 -15
  95. package/components/EmptyState/empty-state.css +7 -4
  96. package/components/EmptyState/empty-state.scss +7 -4
  97. package/components/ExpandableSection/expandable-section.css +75 -59
  98. package/components/ExpandableSection/expandable-section.scss +81 -72
  99. package/components/FileUpload/file-upload.css +9 -15
  100. package/components/FileUpload/file-upload.scss +9 -15
  101. package/components/Form/form.css +53 -50
  102. package/components/Form/form.scss +46 -44
  103. package/components/FormControl/form-control.css +18 -9
  104. package/components/FormControl/form-control.scss +18 -9
  105. package/components/HelperText/helper-text.css +1 -1
  106. package/components/HelperText/helper-text.scss +1 -1
  107. package/components/Hint/hint.css +37 -27
  108. package/components/Hint/hint.scss +37 -30
  109. package/components/Icon/icon.css +1 -1
  110. package/components/Icon/icon.scss +1 -1
  111. package/components/InlineEdit/inline-edit.css +9 -9
  112. package/components/InlineEdit/inline-edit.scss +9 -9
  113. package/components/InputGroup/input-group.css +12 -6
  114. package/components/InputGroup/input-group.scss +11 -5
  115. package/components/InputGroup/themes/dark/input-group.scss +1 -1
  116. package/components/JumpLinks/jump-links.css +27 -24
  117. package/components/JumpLinks/jump-links.scss +26 -24
  118. package/components/Label/label-group.css +13 -10
  119. package/components/Label/label-group.scss +13 -10
  120. package/components/Label/label.css +9 -9
  121. package/components/Label/label.scss +9 -9
  122. package/components/List/list.css +25 -25
  123. package/components/List/list.scss +26 -26
  124. package/components/LogViewer/log-viewer.css +14 -14
  125. package/components/LogViewer/log-viewer.scss +14 -14
  126. package/components/Login/login.css +104 -122
  127. package/components/Login/login.scss +92 -91
  128. package/components/Masthead/masthead.css +68 -125
  129. package/components/Masthead/masthead.scss +123 -153
  130. package/components/Menu/menu.css +82 -65
  131. package/components/Menu/menu.scss +85 -69
  132. package/components/MenuToggle/menu-toggle.css +89 -100
  133. package/components/MenuToggle/menu-toggle.scss +92 -112
  134. package/components/ModalBox/modal-box.css +76 -69
  135. package/components/ModalBox/modal-box.scss +74 -70
  136. package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  137. package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
  138. package/components/Nav/nav.css +162 -133
  139. package/components/Nav/nav.scss +162 -135
  140. package/components/Nav/themes/dark/nav.scss +2 -2
  141. package/components/NotificationBadge/notification-badge.css +66 -85
  142. package/components/NotificationBadge/notification-badge.scss +72 -103
  143. package/components/NotificationDrawer/notification-drawer.css +32 -19
  144. package/components/NotificationDrawer/notification-drawer.scss +30 -19
  145. package/components/NumberInput/number-input.css +2 -2
  146. package/components/NumberInput/number-input.scss +2 -2
  147. package/components/OptionsMenu/options-menu.css +43 -31
  148. package/components/OptionsMenu/options-menu.scss +43 -31
  149. package/components/OverflowMenu/overflow-menu.css +2 -2
  150. package/components/OverflowMenu/overflow-menu.scss +2 -2
  151. package/components/Page/page.css +232 -271
  152. package/components/Page/page.scss +180 -231
  153. package/components/Pagination/pagination.css +27 -17
  154. package/components/Pagination/pagination.scss +25 -17
  155. package/components/Panel/panel.css +13 -7
  156. package/components/Panel/panel.scss +13 -7
  157. package/components/Popover/popover.css +110 -87
  158. package/components/Popover/popover.scss +120 -109
  159. package/components/Progress/progress.css +9 -7
  160. package/components/Progress/progress.scss +12 -7
  161. package/components/ProgressStepper/progress-stepper.css +26 -20
  162. package/components/ProgressStepper/progress-stepper.scss +25 -19
  163. package/components/Radio/radio.css +16 -13
  164. package/components/Radio/radio.scss +20 -14
  165. package/components/Select/select.css +56 -47
  166. package/components/Select/select.scss +56 -47
  167. package/components/Sidebar/sidebar.css +11 -5
  168. package/components/Sidebar/sidebar.scss +11 -5
  169. package/components/SimpleList/simple-list.css +10 -4
  170. package/components/SimpleList/simple-list.scss +10 -4
  171. package/components/Skeleton/skeleton.css +6 -5
  172. package/components/Skeleton/skeleton.scss +4 -5
  173. package/components/SkipToContent/skip-to-content.css +9 -6
  174. package/components/SkipToContent/skip-to-content.scss +8 -6
  175. package/components/Slider/slider.css +47 -26
  176. package/components/Slider/slider.scss +56 -28
  177. package/components/Switch/switch.css +10 -6
  178. package/components/Switch/switch.scss +11 -7
  179. package/components/TabContent/tab-content.css +4 -1
  180. package/components/TabContent/tab-content.scss +4 -1
  181. package/components/Table/table-grid.css +264 -203
  182. package/components/Table/table-grid.scss +61 -47
  183. package/components/Table/table-scrollable.css +4 -4
  184. package/components/Table/table-scrollable.scss +6 -4
  185. package/components/Table/table-tree-view.css +112 -105
  186. package/components/Table/table-tree-view.scss +38 -33
  187. package/components/Table/table.css +176 -159
  188. package/components/Table/table.scss +177 -165
  189. package/components/Tabs/tabs.css +76 -48
  190. package/components/Tabs/tabs.scss +74 -48
  191. package/components/TextInputGroup/text-input-group.css +15 -15
  192. package/components/TextInputGroup/text-input-group.scss +15 -15
  193. package/components/Tile/tile.css +10 -10
  194. package/components/Tile/tile.scss +10 -10
  195. package/components/Title/title.css +70 -19
  196. package/components/Title/title.scss +90 -20
  197. package/components/ToggleGroup/toggle-group.css +14 -11
  198. package/components/ToggleGroup/toggle-group.scss +14 -11
  199. package/components/Toolbar/toolbar.css +57 -44
  200. package/components/Toolbar/toolbar.scss +45 -26
  201. package/components/Tooltip/tooltip.css +76 -44
  202. package/components/Tooltip/tooltip.scss +93 -77
  203. package/components/TreeView/tree-view.css +48 -27
  204. package/components/TreeView/tree-view.scss +50 -28
  205. package/components/Truncate/truncate.css +9 -0
  206. package/components/Truncate/truncate.scss +16 -3
  207. package/components/Wizard/wizard.css +57 -36
  208. package/components/Wizard/wizard.scss +57 -36
  209. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  210. package/docs/components/Accordion/examples/Accordion.md +614 -416
  211. package/docs/components/Alert/examples/Alert.md +1 -1
  212. package/docs/components/Badge/examples/Badge.md +21 -0
  213. package/docs/components/Banner/examples/Banner.md +48 -25
  214. package/docs/components/Brand/examples/Brand.css +12 -0
  215. package/docs/components/Brand/examples/Brand.md +75 -32
  216. package/docs/components/Button/examples/Button.css +2 -2
  217. package/docs/components/Button/examples/Button.md +15 -3
  218. package/docs/components/Card/examples/Card.md +125 -17
  219. package/docs/components/Check/examples/Check.md +71 -59
  220. package/docs/components/Chip/examples/Chip.md +1 -1
  221. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  222. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  223. package/docs/components/DragDrop/examples/DragDrop.css +2 -2
  224. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  225. package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
  226. package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -24
  227. package/docs/components/Label/examples/Label.md +1 -1
  228. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  229. package/docs/components/LogViewer/examples/LogViewer.md +250 -160
  230. package/docs/components/Login/examples/Login.md +5 -0
  231. package/docs/components/Masthead/examples/masthead.md +7 -54
  232. package/docs/components/Menu/examples/Menu.css +8 -0
  233. package/docs/components/Menu/examples/Menu.md +594 -543
  234. package/docs/components/MenuToggle/examples/MenuToggle.md +151 -138
  235. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  236. package/docs/components/Nav/examples/Navigation.css +3 -25
  237. package/docs/components/Nav/examples/Navigation.md +239 -113
  238. package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
  239. package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
  240. package/docs/components/Page/examples/Page.css +0 -8
  241. package/docs/components/Page/examples/Page.md +22 -21
  242. package/docs/components/Popover/examples/Popover.css +4 -9
  243. package/docs/components/Popover/examples/Popover.md +1 -1
  244. package/docs/components/Radio/examples/Radio.md +63 -55
  245. package/docs/components/Select/deprecated/Select.md +184 -177
  246. package/docs/components/Table/examples/Table.css +2 -2
  247. package/docs/components/Table/examples/Table.md +2 -2
  248. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  249. package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
  250. package/docs/components/Tile/examples/Tile.css +1 -1
  251. package/docs/components/Title/examples/Title.md +18 -0
  252. package/docs/components/Toolbar/examples/Toolbar.md +570 -2803
  253. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  254. package/docs/components/Tooltip/examples/Tooltip.md +3 -1
  255. package/docs/components/Truncate/examples/Truncate.md +2 -2
  256. package/docs/demos/AboutModal/examples/AboutModal.md +85 -10
  257. package/docs/demos/Alert/examples/Alert.md +249 -24
  258. package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
  259. package/docs/demos/Banner/examples/Banner.md +168 -16
  260. package/docs/demos/Card/examples/Card.css +3 -3
  261. package/docs/demos/Card/examples/Card.md +28 -12
  262. package/docs/demos/CardView/examples/CardView.md +139 -79
  263. package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
  264. package/docs/demos/Dashboard/examples/Dashboard.md +86 -11
  265. package/docs/demos/DataList/examples/DataList.md +524 -354
  266. package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
  267. package/docs/demos/Drawer/examples/Drawer.md +415 -40
  268. package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
  269. package/docs/demos/Masthead/examples/Masthead.md +793 -277
  270. package/docs/demos/Modal/examples/Modal.md +498 -48
  271. package/docs/demos/Nav/examples/Nav.md +664 -64
  272. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +420 -40
  273. package/docs/demos/Page/examples/Page.md +747 -72
  274. package/docs/demos/Page/examples/Penta.md +746 -0
  275. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -1
  276. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +824 -451
  277. package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
  278. package/docs/demos/Table/examples/Table.md +2313 -1887
  279. package/docs/demos/Tabs/examples/Tabs.md +528 -71
  280. package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
  281. package/docs/demos/Toolbar/examples/Toolbar.md +870 -1044
  282. package/docs/demos/Wizard/examples/Wizard.md +747 -72
  283. package/docs/layouts/Flex/examples/Flex.md +5 -5
  284. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  285. package/icons/pficons.mjs +1 -0
  286. package/layouts/Flex/flex.css +115 -43
  287. package/layouts/Flex/flex.scss +20 -8
  288. package/package.json +9 -5
  289. package/patternfly-addons.css +732 -972
  290. package/patternfly-base-no-globals-theme-dark-unversioned.css +921 -784
  291. package/patternfly-base-no-globals.css +921 -784
  292. package/patternfly-base-theme-dark-unversioned.css +926 -789
  293. package/patternfly-base.css +926 -789
  294. package/patternfly-no-globals.css +4816 -4221
  295. package/patternfly-theme-dark-unversioned.css +4821 -4226
  296. package/patternfly.css +4821 -4226
  297. package/patternfly.min.css +1 -1
  298. package/patternfly.min.css.map +1 -1
  299. package/sass-utilities/functions.scss +6 -0
  300. package/sass-utilities/mixins.scss +62 -2
  301. package/sass-utilities/scss-variables.scss +8 -8
  302. package/sass-utilities/themes/dark/mixins.scss +3 -1
  303. package/utilities/Accessibility/accessibility.css +12 -12
  304. package/utilities/Spacing/spacing.css +720 -960
  305. package/utilities/Spacing/spacing.scss +4 -8
  306. package/base/themes/dark/_variables.scss +0 -102
  307. package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
  308. package/components/Accordion/themes/dark/accordion.scss +0 -9
  309. package/components/Alert/themes/dark/alert.scss +0 -17
  310. package/components/Badge/themes/dark/badge.scss +0 -9
  311. package/components/Banner/themes/dark/banner.scss +0 -14
  312. package/components/Hint/themes/dark/hint.scss +0 -8
  313. package/components/Login/themes/dark/login.scss +0 -12
  314. package/components/Masthead/themes/dark/masthead.scss +0 -14
  315. package/components/ModalBox/themes/dark/modal-box.scss +0 -7
  316. package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
  317. package/components/Page/themes/dark/page.scss +0 -69
  318. package/components/Popover/themes/dark/popover.scss +0 -11
  319. package/components/Tooltip/themes/dark/tooltip.scss +0 -8
  320. package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
package/README.md CHANGED
@@ -63,18 +63,27 @@ When making visual changes to a full page example, new example preview screensho
63
63
 
64
64
  ## Guidelines for CSS development
65
65
 
66
- - For issues created in Core that will affect a component in PF-React, a follow up issue must be created in PF-React once the Pull Request is merged. The issue should include the Core PR #, the Core Release, a link to the component in https://pf4.patternfly.org, and information detailing the change.
66
+ - For issues created in Core that will affect a component in PF-React, a follow up issue must be created in PF-React once the Pull Request is merged. The issue should include the Core PR #, the Core Release, a link to the component in https://core-staging.patternfly.org, and information detailing the change.
67
67
  - If global variables are modified in Core, a React issue should be opened to address this.
68
68
  - CSS developers should ensure that animation is well documented and communicated to the respective React developer.
69
69
  - Once the component/enhancement is complete it should receive sign off from a visual designer who can then update the master sketch file with any changes.
70
70
 
71
+ ### Handlebars guidelines
72
+ [For information on how to contribute, refer to our guidelines.](https://core-staging.patternfly.org/contribution)
73
+
74
+ ### CSS/Sass guidelines
75
+ [For more information on using CSS and Sass, refer to our guidelines.](https://core-staging.patternfly.org/guidelines)
76
+
77
+ ### Custom icon guidelines
78
+ [For more information on custom icons, refer to our guidelines.](https://core-staging.patternfly.org/adding-custom-icons)
79
+
71
80
  ## Beta components
72
81
 
73
82
  When creating a brand new component, it should be released as beta in order to get feedback.
74
83
 
75
84
  ## Testing for accessibility
76
85
 
77
- PatternFly uses [aXe: The Accessibility Engine](https://www.deque.com/axe/) to check for accessibility violations. Our goal is to meet WCAG 2.0 AA requirements, as noted in our [Accessibility guide](https://pf4.patternfly.org/accessibility-guide).
86
+ PatternFly uses [aXe: The Accessibility Engine](https://www.deque.com/axe/) to check for accessibility violations. Our goal is to meet WCAG 2.0 AA requirements, as noted in our [Accessibility guide](https://www.patternfly.org/accessibility/patternflys-accessibility).
78
87
 
79
88
  ### How to perform an accessibility audit with aXe
80
89
  aXe is available as either a browser extension or npm script.
@@ -103,7 +112,7 @@ If you have any suggestions about ways that we can improve how we use this tool,
103
112
  ## FAQ
104
113
 
105
114
  #### CSS Variables
106
- [How do I use CSS variables to customize the library?](https://pf4.patternfly.org/guidelines#variables)
115
+ [How do I use CSS variables to customize the library?](https://core-staging.patternfly.org/guidelines#variables)
107
116
 
108
117
  #### Browser support
109
118
  PatternFly 5 is supported on the latest two major versions of the following browsers:
@@ -112,3 +121,4 @@ PatternFly 5 is supported on the latest two major versions of the following brow
112
121
  - Firefox
113
122
  - Safari
114
123
  - Edge
124
+
@@ -117,6 +117,7 @@
117
117
  "pficon-tenant": "E916",
118
118
  "pficon-thumb-tack": "E920",
119
119
  "pficon-topology": "E608",
120
+ "pficon-treeview": "E97D",
120
121
  "pficon-trend-down": "E900",
121
122
  "pficon-trend-up": "E901",
122
123
  "pficon-unknown": "E935",
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 540.01 1080.07"><defs><style>.cls-1{fill:#a3a3a3;opacity:.15;}</style></defs><g id="Layer_1-2"><g><polygon class="cls-1" points="416.8 369.95 0 1079.99 539.85 1080.07 539.94 430.1 539.98 160.12 416.8 369.95"/><path class="cls-1" d="M42.06,0c91.81,151.28,221,277.36,374.75,365.44,39.5,22.63,80.62,42.76,123.14,60.15l.04-269.99,.02-155.53L42.06,0Z"/></g></g></svg>
@@ -0,0 +1,14 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="PF-IconLogo-Reverse">
3
+ <g id="Group">
4
+ <path id="Rectangle-Copy-15" opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M15.6369 0H39.9611V24.3241C26.5272 24.3241 15.6369 13.4338 15.6369 0Z" fill="white"/>
5
+ <path id="Combined-Shape-Copy-4" fill-rule="evenodd" clip-rule="evenodd" d="M40 0.46779V34.9367C40 37.7331 37.7331 40 34.9367 40H16.8014L40 0.46779ZM39.5322 0L0 23.1986V5.06329C0 2.26691 2.26691 0 5.06329 0L39.5322 0Z" fill="url(#paint0_linear_6460_7778)"/>
6
+ </g>
7
+ </g>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_6460_7778" x1="4000" y1="-4.42245e-05" x2="1616.09" y2="2377.89" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="white"/>
11
+ <stop offset="1" stop-color="white" stop-opacity="0.498498"/>
12
+ </linearGradient>
13
+ </defs>
14
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Logo">
3
+ <path id="Rectangle-Copy-17" fill-rule="evenodd" clip-rule="evenodd" d="M15.6522 0H40V24.3478H37.3913C25.3851 24.3478 15.6522 14.6149 15.6522 2.6087V0Z" fill="#0066CC"/>
4
+ <path id="Path-2" fill-rule="evenodd" clip-rule="evenodd" d="M40 0.869568L16.5217 40H34.9367C37.7331 40 40 37.7331 40 34.9367V0.869568Z" fill="url(#paint0_linear_6460_7774)"/>
5
+ <path id="Path-2_2" fill-rule="evenodd" clip-rule="evenodd" d="M39.1304 9.53674e-06L-3.8147e-06 23.4783V5.0633C-3.8147e-06 2.26692 2.26691 9.53674e-06 5.06329 9.53674e-06L39.1304 9.53674e-06Z" fill="url(#paint1_linear_6460_7774)"/>
6
+ </g>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_6460_7774" x1="1613.04" y1="0.869504" x2="-337.034" y2="3251" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#2B9AF3"/>
10
+ <stop offset="1" stop-color="#73BCF7" stop-opacity="0.502213"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_6460_7774" x1="39.1305" y1="-1573.04" x2="-3211" y2="377.033" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#2B9AF3"/>
14
+ <stop offset="1" stop-color="#73BCF7" stop-opacity="0.502213"/>
15
+ </linearGradient>
16
+ </defs>
17
+ </svg>
@@ -6,7 +6,7 @@
6
6
  .st0{fill:#FFFFFF;}
7
7
  .st1{fill:url(#SVGID_1_);}
8
8
  </style>
9
- <g>
9
+ <g fill="#8a8d90">
10
10
  <path class="st0" d="M56.4,25.7V14.4h4.8c0.7,0,1.3,0.1,1.8,0.3s0.9,0.5,1.2,0.8c0.3,0.3,0.5,0.7,0.7,1.1c0.1,0.4,0.2,0.9,0.2,1.3
11
11
  c0,0.3,0,0.5-0.1,0.8s-0.2,0.6-0.3,0.8c-0.1,0.3-0.3,0.5-0.5,0.7c-0.2,0.2-0.5,0.4-0.7,0.6c-0.3,0.2-0.6,0.3-1,0.4
12
12
  s-0.8,0.1-1.2,0.1h-2.7v4.1L56.4,25.7L56.4,25.7z M61.3,19.5c0.3,0,0.5,0,0.7-0.1s0.3-0.2,0.5-0.3c0.1-0.1,0.2-0.3,0.3-0.5
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 220 40" style="enable-background:new 0 0 220 40;" xml:space="preserve">
5
+ <g fill="var(--pf-v5-global--Color--light-100, #FFFFFF)">
6
+ <path d="M56.4,25.7V14.4h4.8c0.7,0,1.3,0.1,1.8,0.3c0.5,0.2,0.9,0.5,1.2,0.8c0.3,0.3,0.5,0.7,0.7,1.1c0.1,0.4,0.2,0.9,0.2,1.3
7
+ c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.3-0.3,0.5-0.5,0.7c-0.2,0.2-0.5,0.4-0.7,0.6c-0.3,0.2-0.6,0.3-1,0.4
8
+ c-0.4,0.1-0.8,0.1-1.2,0.1h-2.7v4.1L56.4,25.7L56.4,25.7z M61.3,19.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.3-0.2,0.5-0.3
9
+ c0.1-0.1,0.2-0.3,0.3-0.5c0.1-0.2,0.1-0.4,0.1-0.5c0-0.2,0-0.3-0.1-0.5c0-0.2-0.1-0.3-0.2-0.5c-0.1-0.1-0.3-0.3-0.5-0.4
10
+ c-0.2-0.1-0.4-0.1-0.7-0.1h-2.8v3L61.3,19.5L61.3,19.5z"/>
11
+ <path d="M80.1,25.7l-0.9-2.3h-4.4L74,25.7h-2.3L76,14.4h2.1l4.3,11.3H80.1z M77.4,18.4c-0.1-0.1-0.1-0.3-0.2-0.5
12
+ c-0.1-0.2-0.1-0.4-0.2-0.5c0,0.2-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.4-0.2,0.5l-1.1,2.9h2.9L77.4,18.4z"/>
13
+ <path d="M94.7,16.5v9.2h-2.2v-9.2h-3.2v-2.1h8.6v2.1H94.7z"/>
14
+ <path d="M111.6,16.5v9.2h-2.2v-9.2h-3.2v-2.1h8.6v2.1H111.6z"/>
15
+ <path d="M123.8,25.7V14.4h7.7v2.1h-5.5v2.4h3.2v2.1h-3.2v2.7h5.9v2.1L123.8,25.7L123.8,25.7z"/>
16
+ <path d="M141,25.7V14.4h5.2c0.7,0,1.3,0.1,1.8,0.3c0.5,0.2,0.9,0.5,1.2,0.8c0.3,0.3,0.5,0.7,0.6,1.1c0.1,0.4,0.2,0.9,0.2,1.3
17
+ c0,0.3,0,0.6-0.1,1c-0.1,0.3-0.2,0.6-0.4,0.9c-0.2,0.3-0.4,0.6-0.7,0.8c-0.3,0.2-0.6,0.4-1,0.6l2.2,4.5h-2.4l-2.1-4.2h-2.3v4.2H141
18
+ z M146.2,19.4c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.2-0.3,0.2-0.5c0.1-0.2,0.1-0.4,0.1-0.6c0-0.2,0-0.4-0.1-0.5
19
+ c0-0.2-0.1-0.3-0.2-0.5c-0.1-0.1-0.3-0.2-0.5-0.3s-0.4-0.1-0.7-0.1h-3.1v2.9L146.2,19.4L146.2,19.4L146.2,19.4z"/>
20
+ <path d="M166.3,25.7l-4.5-6.6c-0.1-0.1-0.2-0.2-0.2-0.4c-0.1-0.2-0.2-0.3-0.2-0.4c0,0.1,0,0.3,0,0.4c0,0.2,0,0.3,0,0.4v6.6h-2.2
21
+ V14.4h2l4.4,6.5c0.1,0.1,0.1,0.2,0.2,0.4c0.1,0.2,0.2,0.3,0.2,0.5c0-0.1,0-0.3,0-0.5c0-0.2,0-0.3,0-0.4v-6.5h2.2v11.3L166.3,25.7
22
+ L166.3,25.7z"/>
23
+ <path d="M178,25.7V14.4h7.6v2.1h-5.4v2.4h3.4v2.1h-3.4v4.8L178,25.7L178,25.7z"/>
24
+ <path d="M194.4,25.7V14.4h2.2v9.2h5.4v2.1H194.4z"/>
25
+ <path d="M212.4,25.7v-4.4l-4.2-6.9h2.5l2.8,4.6l2.8-4.6h2.5l-4.2,6.9v4.4H212.4z"/>
26
+ </g>
27
+ <path fill="var(--pf-v5-global--Color--light-100, #FFFFFF)" d="M41.9,20.7L21,0.2L0,20.7l8.4,11.8l6.4-1.5l6.3,8.8l6.3-8.8l6.3,1.4L41.9,20.7z M20.1,4l-2.7,25.1L12.2,22L20.1,4z
28
+ M11.6,21.2l-3.2-4.4L19.5,3.3L11.6,21.2z M16.5,29.3L16.5,29.3l0.3,0.4l-1.7,0.4l-4-5.6l0.7-1.6L16.5,29.3z M21,3.7l2.7,26.6L21,34
29
+ l-2.7-3.7L21,3.7z M25.4,29.3l4.8-6.5l0.7,1.7l-4,5.6l-1.8-0.4L25.4,29.3L25.4,29.3z M24.6,29.1L21.9,4l7.9,18L24.6,29.1z M22.5,3.3
30
+ l11,13.5l-3.2,4.3L22.5,3.3z M8.7,31.6L1.1,20.8L16,6.2L7.3,16.8l3.9,5.3l-1.1,2.5l4.1,5.7L8.7,31.6z M21,38.5l-5.4-7.6l1.7-0.4
31
+ l3.6,5l3.6-5l1.8,0.4L21,38.5z M27.8,30.4l4.1-5.7l-1.1-2.6l3.8-5.2L25.9,6.2l14.9,14.6l-7.6,10.8L27.8,30.4z"/>
32
+ </svg>
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 232.3 105.8" style="enable-background:new 0 0 232.3 105.8;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{fill:#FFFFFF;}
8
+ </style>
9
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="116.0373" y1="-7.7376" x2="116.0373" y2="65.5427" gradientTransform="matrix(1 0 0 1 0 10)">
10
+ <stop offset="0" style="stop-color:#60EFFF"/>
11
+ <stop offset="1" style="stop-color:#1F89C7"/>
12
+ </linearGradient>
13
+ <path class="st0" d="M158,40.8L116-0.1l-42,40.9l16.9,23.7l12.9-2.9L116,79.2l12.6-17.6l12.6,2.9L158,40.8z M114.2,7.4l-5.4,50.2
14
+ L98.5,43.3L114.2,7.4z M97.4,41.9l-6.5-8.6l22.2-26.9L97.4,41.9z M107.1,58L107.1,58l0.7,0.7l-3.6,0.7l-7.9-11.1l1.4-3.2L107.1,58z
15
+ M116,6.7l5.4,53.1l-5.4,7.5l-5.4-7.5L116,6.7z M125,58l9.7-12.9l1.4,3.2l-7.9,11.1l-3.6-0.7L125,58L125,58z M123.2,57.7l-5.4-50.2
16
+ l15.8,35.9L123.2,57.7z M119.3,6l21.9,27.3l-6.5,8.6L119.3,6z M91.6,62.7L76.6,41.2l29.8-29.1L89.1,33.3L97,44l-2.5,4.7l8.3,11.5
17
+ L91.6,62.7z M116,76.3l-10.8-15.1l3.6-0.7l7.2,10l7.2-10l3.6,0.7L116,76.3z M129.7,60.2l8.3-11.5l-2.2-5l7.5-10.4l-17.2-21.2
18
+ l29.8,29.1l-15.1,21.5L129.7,60.2z"/>
19
+ <g>
20
+ <path class="st1" d="M1.1,104.7v-16H8c1,0,1.9,0.1,2.5,0.5s1.3,0.7,1.7,1.2c0.5,0.5,0.7,1,0.9,1.6c0.2,0.6,0.3,1.2,0.3,1.8
21
+ c0,0.4,0,0.8-0.1,1.2c-0.1,0.4-0.2,0.8-0.4,1.2c-0.2,0.4-0.4,0.7-0.7,1c-0.3,0.3-0.6,0.6-1,0.9c-0.4,0.2-0.9,0.5-1.4,0.6
22
+ c-0.5,0.1-1.1,0.2-1.8,0.2H4.2v5.9L1.1,104.7L1.1,104.7z M8.1,95.9c0.4,0,0.7,0,1-0.2c0.3-0.1,0.5-0.3,0.6-0.5
23
+ c0.2-0.2,0.3-0.4,0.4-0.7c0.1-0.3,0.1-0.5,0.1-0.8c0-0.2,0-0.5-0.1-0.7c0-0.2-0.2-0.5-0.3-0.7c-0.2-0.2-0.4-0.4-0.6-0.5
24
+ c-0.3-0.1-0.6-0.2-1-0.2H4.3v4.3L8.1,95.9L8.1,95.9z"/>
25
+ <path class="st1" d="M34.8,104.7l-1.2-3.3h-6.1l-1.2,3.3h-3.3l6.1-16h3l6.1,16H34.8z M31,94.5c-0.1-0.2-0.2-0.4-0.3-0.7
26
+ c-0.1-0.3-0.2-0.5-0.2-0.8c0,0.2-0.1,0.5-0.2,0.8c-0.1,0.3-0.2,0.5-0.3,0.7l-1.6,4.2h4.2L31,94.5z"/>
27
+ <path class="st1" d="M55.4,91.7v13h-3.1v-13h-4.6v-3H60v3H55.4z"/>
28
+ <path class="st1" d="M79.3,91.7v13h-3.1v-13h-4.6v-3h12.2v3H79.3z"/>
29
+ <path class="st1" d="M96.7,104.7v-16h10.9v2.9h-7.8V95h4.6V98h-4.6v3.8h8.3v2.9L96.7,104.7L96.7,104.7z"/>
30
+ <path class="st1" d="M121,104.7v-16h7.4c1,0,1.9,0.1,2.5,0.4c0.7,0.3,1.2,0.6,1.6,1.1c0.4,0.5,0.7,1,0.9,1.6
31
+ c0.2,0.6,0.3,1.2,0.3,1.9c0,0.5,0,0.9-0.2,1.4c-0.1,0.5-0.3,0.9-0.6,1.3c-0.3,0.4-0.6,0.8-0.9,1.1c-0.4,0.3-0.8,0.6-1.4,0.8
32
+ l3.1,6.4h-3.5l-3-6h-3.2v6C124.1,104.7,121,104.7,121,104.7z M128.5,95.9c0.4,0,0.7,0,1-0.2c0.3-0.1,0.5-0.3,0.6-0.5
33
+ c0.2-0.2,0.3-0.4,0.4-0.7c0.1-0.3,0.1-0.5,0.1-0.8c0-0.3,0-0.5-0.1-0.8c0-0.3-0.2-0.5-0.3-0.7c-0.1-0.2-0.4-0.4-0.6-0.5
34
+ c-0.3-0.1-0.6-0.2-1-0.2h-4.4v4.2C124.1,95.9,128.5,95.9,128.5,95.9z"/>
35
+ <path class="st1" d="M157,104.7l-6.3-9.3c-0.1-0.1-0.2-0.4-0.4-0.6c-0.1-0.2-0.2-0.5-0.3-0.6c0,0.2,0,0.4,0,0.6c0,0.2,0,0.5,0,0.6
36
+ v9.3h-3.1V88.8h2.9L156,98c0.1,0.1,0.2,0.3,0.3,0.5c0.1,0.2,0.2,0.5,0.3,0.6c0-0.2,0-0.5,0-0.6c0-0.2,0-0.4,0-0.5v-9.2h3.1v16
37
+ L157,104.7L157,104.7z"/>
38
+ <path class="st1" d="M173.5,104.7v-16h10.7v2.9h-7.6V95h4.9V98h-4.8v6.8L173.5,104.7L173.5,104.7z"/>
39
+ <path class="st1" d="M196.7,104.7v-16h3.1v13h7.7v3L196.7,104.7L196.7,104.7z"/>
40
+ <path class="st1" d="M222.3,104.7v-6.2l-5.9-9.8h3.5l3.9,6.6l3.9-6.6h3.5l-5.9,9.8v6.2L222.3,104.7L222.3,104.7z"/>
41
+ </g>
42
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ </style>
8
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12" y1="24.491" x2="12" y2="4.0278" gradientTransform="matrix(1 0 0 -1 0 26)">
9
+ <stop offset="0" style="stop-color:#60EFFF"/>
10
+ <stop offset="1" style="stop-color:#1F89C7"/>
11
+ </linearGradient>
12
+ <path class="st0" d="M23.7,12.3L12,0.8L0.3,12.3L5,18.9l3.6-0.8L12,23l3.5-4.9l3.5,0.8L23.7,12.3z M11.5,3L10,17L7.1,13L11.5,3z
13
+ M6.8,12.6L5,10.1l6.2-7.5L6.8,12.6z M9.5,17.1L9.5,17.1l0.2,0.2l-1,0.2l-2.2-3.1l0.4-0.9L9.5,17.1z M12,2.8l1.5,14.9L12,19.7
14
+ l-1.5-2.1L12,2.8z M14.5,17.1l2.7-3.6l0.4,0.9l-2.2,3.1l-1-0.2L14.5,17.1L14.5,17.1z M14,17l-1.5-14l4.4,10L14,17z M12.9,2.6
15
+ l6.2,7.5l-1.8,2.4L12.9,2.6z M5.2,18.4l-4.3-6l8.3-8.1l-4.8,5.9l2.2,3L6,14.5l2.3,3.2L5.2,18.4z M12,22.2L9,18l1-0.2l2,2.8l2-2.8
16
+ l1,0.2L12,22.2z M15.8,17.7l2.3-3.2L17.5,13l2.1-2.9l-4.8-5.9l8.3,8.1l-4.3,6L15.8,17.7z"/>
17
+ </svg>
@@ -9,7 +9,7 @@
9
9
  <stop offset="0" style="stop-color:#60EFFF"/>
10
10
  <stop offset="1" style="stop-color:#1F89C7"/>
11
11
  </linearGradient>
12
- <path class="st0" d="M23.7,12.3L12,0.8L0.3,12.3L5,18.9l3.6-0.8L12,23l3.5-4.9l3.5,0.8L23.7,12.3z M11.5,3L10,17L7.1,13L11.5,3z
12
+ <path fill="#8a8d90" class="st0" d="M23.7,12.3L12,0.8L0.3,12.3L5,18.9l3.6-0.8L12,23l3.5-4.9l3.5,0.8L23.7,12.3z M11.5,3L10,17L7.1,13L11.5,3z
13
13
  M6.8,12.6L5,10.1l6.2-7.5L6.8,12.6z M9.5,17.1L9.5,17.1l0.2,0.2l-1,0.2l-2.2-3.1l0.4-0.9L9.5,17.1z M12,2.8l1.5,14.9L12,19.7
14
14
  l-1.5-2.1L12,2.8z M14.5,17.1l2.7-3.6l0.4,0.9l-2.2,3.1l-1-0.2L14.5,17.1L14.5,17.1z M14,17l-1.5-14l4.4,10L14,17z M12.9,2.6
15
15
  l6.2,7.5l-1.8,2.4L12.9,2.6z M5.2,18.4l-4.3-6l8.3-8.1l-4.8,5.9l2.2,3L6,14.5l2.3,3.2L5.2,18.4z M12,22.2L9,18l1-0.2l2,2.8l2-2.8
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 220 40" style="enable-background:new 0 0 220 40;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ </style>
8
+ <g fill="var(--pf-v5-global--Color--light-100, #FFFFFF)">
9
+ <path d="M56.4,25.7V14.4h4.8c0.7,0,1.3,0.1,1.8,0.3c0.5,0.2,0.9,0.5,1.2,0.8c0.3,0.3,0.5,0.7,0.7,1.1c0.1,0.4,0.2,0.9,0.2,1.3
10
+ c0,0.3,0,0.5-0.1,0.8c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.3-0.3,0.5-0.5,0.7c-0.2,0.2-0.5,0.4-0.7,0.6c-0.3,0.2-0.6,0.3-1,0.4
11
+ c-0.4,0.1-0.8,0.1-1.2,0.1h-2.7v4.1L56.4,25.7L56.4,25.7z M61.3,19.5c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.3-0.2,0.5-0.3
12
+ c0.1-0.1,0.2-0.3,0.3-0.5c0.1-0.2,0.1-0.4,0.1-0.5c0-0.2,0-0.3-0.1-0.5c0-0.2-0.1-0.3-0.2-0.5c-0.1-0.1-0.3-0.3-0.5-0.4
13
+ c-0.2-0.1-0.4-0.1-0.7-0.1h-2.8v3L61.3,19.5L61.3,19.5z"/>
14
+ <path d="M80.1,25.7l-0.9-2.3h-4.4L74,25.7h-2.3L76,14.4h2.1l4.3,11.3H80.1z M77.4,18.4c-0.1-0.1-0.1-0.3-0.2-0.5
15
+ c-0.1-0.2-0.1-0.4-0.2-0.5c0,0.2-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.4-0.2,0.5l-1.1,2.9h2.9L77.4,18.4z"/>
16
+ <path d="M94.7,16.5v9.2h-2.2v-9.2h-3.2v-2.1h8.6v2.1H94.7z"/>
17
+ <path d="M111.6,16.5v9.2h-2.2v-9.2h-3.2v-2.1h8.6v2.1H111.6z"/>
18
+ <path d="M123.8,25.7V14.4h7.7v2.1h-5.5v2.4h3.2v2.1h-3.2v2.7h5.9v2.1L123.8,25.7L123.8,25.7z"/>
19
+ <path d="M141,25.7V14.4h5.2c0.7,0,1.3,0.1,1.8,0.3c0.5,0.2,0.9,0.5,1.2,0.8c0.3,0.3,0.5,0.7,0.6,1.1c0.1,0.4,0.2,0.9,0.2,1.3
20
+ c0,0.3,0,0.6-0.1,1c-0.1,0.3-0.2,0.6-0.4,0.9c-0.2,0.3-0.4,0.6-0.7,0.8c-0.3,0.2-0.6,0.4-1,0.6l2.2,4.5h-2.4l-2.1-4.2h-2.3v4.2H141
21
+ z M146.2,19.4c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.2-0.3,0.2-0.5c0.1-0.2,0.1-0.4,0.1-0.6c0-0.2,0-0.4-0.1-0.5
22
+ c0-0.2-0.1-0.3-0.2-0.5c-0.1-0.1-0.3-0.2-0.5-0.3s-0.4-0.1-0.7-0.1h-3.1v2.9L146.2,19.4L146.2,19.4L146.2,19.4z"/>
23
+ <path d="M166.3,25.7l-4.5-6.6c-0.1-0.1-0.2-0.2-0.2-0.4c-0.1-0.2-0.2-0.3-0.2-0.4c0,0.1,0,0.3,0,0.4c0,0.2,0,0.3,0,0.4v6.6h-2.2
24
+ V14.4h2l4.4,6.5c0.1,0.1,0.1,0.2,0.2,0.4c0.1,0.2,0.2,0.3,0.2,0.5c0-0.1,0-0.3,0-0.5c0-0.2,0-0.3,0-0.4v-6.5h2.2v11.3L166.3,25.7
25
+ L166.3,25.7z"/>
26
+ <path d="M178,25.7V14.4h7.6v2.1h-5.4v2.4h3.4v2.1h-3.4v4.8L178,25.7L178,25.7z"/>
27
+ <path d="M194.4,25.7V14.4h2.2v9.2h5.4v2.1H194.4z"/>
28
+ <path d="M212.4,25.7v-4.4l-4.2-6.9h2.5l2.8,4.6l2.8-4.6h2.5l-4.2,6.9v4.4H212.4z"/>
29
+ </g>
30
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.9705" y1="40.6069" x2="20.9705" y2="3.9407" gradientTransform="matrix(1 0 0 -1 0 42)">
31
+ <stop offset="0" style="stop-color:#60EFFF"/>
32
+ <stop offset="1" style="stop-color:#1F89C7"/>
33
+ </linearGradient>
34
+ <path class="st0" d="M41.9,20.7L21,0.2L0,20.7l8.4,11.8l6.4-1.5l6.3,8.8l6.3-8.8l6.3,1.4L41.9,20.7z M20.1,4l-2.7,25.1L12.2,22
35
+ L20.1,4z M11.6,21.2l-3.2-4.4L19.5,3.3L11.6,21.2z M16.5,29.3L16.5,29.3l0.3,0.4l-1.7,0.4l-4-5.6l0.7-1.6L16.5,29.3z M21,3.7
36
+ l2.7,26.6L21,34l-2.7-3.7L21,3.7z M25.4,29.3l4.8-6.5l0.7,1.7l-4,5.6l-1.8-0.4L25.4,29.3L25.4,29.3z M24.6,29.1L21.9,4l7.9,18
37
+ L24.6,29.1z M22.5,3.3l11,13.5l-3.2,4.3L22.5,3.3z M8.7,31.6L1.1,20.8L16,6.2L7.3,16.8l3.9,5.3l-1.1,2.5l4.1,5.7L8.7,31.6z M21,38.5
38
+ l-5.4-7.6l1.7-0.4l3.6,5l3.6-5l1.8,0.4L21,38.5z M27.8,30.4l4.1-5.7l-1.1-2.6l3.8-5.2L25.9,6.2l14.9,14.6l-7.6,10.8L27.8,30.4z"/>
39
+ </svg>
@@ -0,0 +1,35 @@
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>
@@ -0,0 +1,38 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
4
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="0 0 706.3 132.5" enable-background="new 0 0 706.3 132.5" xml:space="preserve">
6
+ <g fill="var(--pf-v5-global--Color--light-100, #FFFFFF)">
7
+ <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
8
+ 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
9
+ 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
10
+ 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
11
+ c-0.6-0.3-1.4-0.4-2.3-0.4h-8.6v9.4H212.7z"/>
12
+ <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
13
+ 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"
14
+ />
15
+ <path d="M317.3,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H317.3z"/>
16
+ <path d="M370.2,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H370.2z"/>
17
+ <path d="M408.5,83.9V48.6h24.1v6.5h-17.3v7.4h10.2v6.5h-10.2v8.5h18.4v6.5H408.5z"/>
18
+ <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
19
+ 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
20
+ 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
21
+ 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
22
+ H478.9z"/>
23
+ <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
24
+ 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
25
+ c0-0.5,0-0.9,0-1.2V48.6h6.8v35.4H541.9z"/>
26
+ <path d="M578.4,83.9V48.6h23.7v6.5h-16.9v7.4H596v6.5h-10.7v15H578.4z"/>
27
+ <path d="M629.8,83.9V48.6h6.8v28.8h17.1v6.6H629.8z"/>
28
+ <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"/>
29
+ </g>
30
+ <g fill="var(--pf-v5-global--Color--light-100, #FFFFFF)">
31
+ <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
32
+ 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
33
+ 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
34
+ 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
35
+ 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
36
+ L101.1,70z"/>
37
+ </g>
38
+ </svg>
Binary file