@patternfly/react-styles 6.0.0-alpha.2 → 6.0.0-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/css/assets/images/PF-Backdrop.svg +1 -0
  3. package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  4. package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  5. package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
  6. package/css/assets/images/PF-IconLogo-color.svg +17 -0
  7. package/css/assets/images/PF-IconLogo.svg +17 -0
  8. package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
  9. package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  10. package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  11. package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  12. package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  13. package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  14. package/css/assets/images/pf_logo_white.hbs +35 -0
  15. package/css/assets/images/pf_logo_white.svg +38 -0
  16. package/css/components/AboutModalBox/about-modal-box.css +59 -98
  17. package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
  18. package/css/components/AboutModalBox/about-modal-box.js +1 -2
  19. package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
  20. package/css/components/Accordion/accordion.css +85 -177
  21. package/css/components/Accordion/accordion.d.ts +3 -2
  22. package/css/components/Accordion/accordion.js +3 -2
  23. package/css/components/Accordion/accordion.mjs +3 -2
  24. package/css/components/Alert/alert.css +3 -3
  25. package/css/components/Avatar/avatar.css +10 -13
  26. package/css/components/Avatar/avatar.d.ts +1 -2
  27. package/css/components/Avatar/avatar.js +1 -2
  28. package/css/components/Avatar/avatar.mjs +1 -2
  29. package/css/components/BackToTop/back-to-top.css +17 -15
  30. package/css/components/Backdrop/backdrop.css +6 -2
  31. package/css/components/Badge/badge.css +23 -15
  32. package/css/components/Badge/badge.d.ts +2 -2
  33. package/css/components/Badge/badge.js +2 -2
  34. package/css/components/Badge/badge.mjs +2 -2
  35. package/css/components/Banner/banner.css +90 -64
  36. package/css/components/Banner/banner.d.ts +12 -4
  37. package/css/components/Banner/banner.js +12 -4
  38. package/css/components/Banner/banner.mjs +12 -4
  39. package/css/components/Breadcrumb/breadcrumb.css +19 -16
  40. package/css/components/Button/button.css +2 -2
  41. package/css/components/Card/card.css +3 -0
  42. package/css/components/Card/card.d.ts +2 -0
  43. package/css/components/Card/card.js +2 -0
  44. package/css/components/Card/card.mjs +2 -0
  45. package/css/components/Check/check.css +10 -8
  46. package/css/components/Content/content.css +7 -7
  47. package/css/components/Dropdown/dropdown.css +1 -3
  48. package/css/components/Dropdown/dropdown.d.ts +0 -1
  49. package/css/components/Dropdown/dropdown.js +0 -1
  50. package/css/components/Dropdown/dropdown.mjs +0 -1
  51. package/css/components/EmptyState/empty-state.css +57 -34
  52. package/css/components/EmptyState/empty-state.d.ts +6 -1
  53. package/css/components/EmptyState/empty-state.js +6 -1
  54. package/css/components/EmptyState/empty-state.mjs +6 -1
  55. package/css/components/ExpandableSection/expandable-section.css +64 -62
  56. package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
  57. package/css/components/ExpandableSection/expandable-section.js +1 -3
  58. package/css/components/ExpandableSection/expandable-section.mjs +1 -3
  59. package/css/components/Form/form.css +6 -0
  60. package/css/components/HelperText/helper-text.css +28 -34
  61. package/css/components/HelperText/helper-text.d.ts +1 -2
  62. package/css/components/HelperText/helper-text.js +1 -2
  63. package/css/components/HelperText/helper-text.mjs +1 -2
  64. package/css/components/Hint/hint.css +28 -21
  65. package/css/components/Hint/hint.d.ts +1 -2
  66. package/css/components/Hint/hint.js +1 -2
  67. package/css/components/Hint/hint.mjs +1 -2
  68. package/css/components/InlineEdit/inline-edit.css +5 -5
  69. package/css/components/List/list.css +16 -16
  70. package/css/components/Login/login.css +70 -97
  71. package/css/components/Login/login.d.ts +0 -2
  72. package/css/components/Login/login.js +0 -2
  73. package/css/components/Login/login.mjs +0 -2
  74. package/css/components/Menu/menu.css +3 -0
  75. package/css/components/Menu/menu.d.ts +1 -0
  76. package/css/components/Menu/menu.js +1 -0
  77. package/css/components/Menu/menu.mjs +1 -0
  78. package/css/components/MenuToggle/menu-toggle.css +4 -4
  79. package/css/components/ModalBox/modal-box.css +59 -52
  80. package/css/components/ModalBox/modal-box.d.ts +1 -2
  81. package/css/components/ModalBox/modal-box.js +1 -2
  82. package/css/components/ModalBox/modal-box.mjs +1 -2
  83. package/css/components/Nav/nav.css +2 -2
  84. package/css/components/Page/page.css +9 -7
  85. package/css/components/Pagination/pagination.css +61 -121
  86. package/css/components/Pagination/pagination.d.ts +2 -5
  87. package/css/components/Pagination/pagination.js +2 -5
  88. package/css/components/Pagination/pagination.mjs +2 -5
  89. package/css/components/Popover/popover.css +42 -53
  90. package/css/components/Popover/popover.d.ts +1 -2
  91. package/css/components/Popover/popover.js +1 -2
  92. package/css/components/Popover/popover.mjs +1 -2
  93. package/css/components/Radio/radio.css +13 -10
  94. package/css/components/SimpleList/simple-list.css +35 -52
  95. package/css/components/SimpleList/simple-list.d.ts +2 -2
  96. package/css/components/SimpleList/simple-list.js +2 -2
  97. package/css/components/SimpleList/simple-list.mjs +2 -2
  98. package/css/components/SkipToContent/skip-to-content.css +6 -3
  99. package/css/components/Switch/switch.css +1 -1
  100. package/css/components/Table/table.css +12 -8
  101. package/css/components/Table/table.d.ts +2 -0
  102. package/css/components/Table/table.js +2 -0
  103. package/css/components/Table/table.mjs +2 -0
  104. package/css/components/Title/title.css +70 -19
  105. package/css/components/Title/title.d.ts +7 -1
  106. package/css/components/Title/title.js +7 -1
  107. package/css/components/Title/title.mjs +7 -1
  108. package/css/components/Toolbar/toolbar.css +9 -1
  109. package/css/components/Toolbar/toolbar.d.ts +1 -0
  110. package/css/components/Toolbar/toolbar.js +1 -0
  111. package/css/components/Toolbar/toolbar.mjs +1 -0
  112. package/css/components/Tooltip/tooltip.css +16 -18
  113. package/css/components/Tooltip/tooltip.d.ts +0 -1
  114. package/css/components/Tooltip/tooltip.js +0 -1
  115. package/css/components/Tooltip/tooltip.mjs +0 -1
  116. package/css/components/Truncate/truncate.css +4 -0
  117. package/css/docs/components/Brand/examples/Brand.css +12 -0
  118. package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
  119. package/css/docs/components/Brand/examples/Brand.js +11 -0
  120. package/css/docs/components/Brand/examples/Brand.mjs +9 -0
  121. package/css/docs/components/Nav/examples/Navigation.css +18 -2
  122. package/css/docs/components/Nav/examples/Navigation.d.ts +0 -1
  123. package/css/docs/components/Nav/examples/Navigation.js +0 -1
  124. package/css/docs/components/Nav/examples/Navigation.mjs +0 -1
  125. package/css/docs/components/Truncate/examples/Truncate.css +2 -2
  126. package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -0
  127. package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
  128. package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
  129. package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
  130. package/package.json +3 -3
  131. package/css/docs/components/Avatar/examples/Avatar.css +0 -3
  132. package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
  133. package/css/docs/components/Avatar/examples/Avatar.js +0 -4
  134. package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 6.0.0-alpha.4 (2023-12-13)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+ # [6.0.0-alpha.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.2...@patternfly/react-styles@6.0.0-alpha.3) (2023-12-04)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-styles
13
+
6
14
  # [6.0.0-alpha.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-alpha.1...@patternfly/react-styles@6.0.0-alpha.2) (2023-11-16)
7
15
 
8
16
  ### Reverts
@@ -19,6 +27,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
27
 
20
28
  **Note:** Version bump only for package @patternfly/react-styles
21
29
 
30
+ # 5.2.0-prerelease.5 (2023-11-10)
31
+
32
+ **Note:** Version bump only for package @patternfly/react-styles
33
+
34
+ # 5.2.0-prerelease.4 (2023-11-03)
35
+
36
+ **Note:** Version bump only for package @patternfly/react-styles
37
+
22
38
  # 5.2.0-prerelease.3 (2023-10-26)
23
39
 
24
40
  **Note:** Version bump only for package @patternfly/react-styles
@@ -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,29 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="679px" height="158px" viewBox="0 0 679 158" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>PF-HorizontalLogo-Color </title>
4
+ <defs>
5
+ <linearGradient x1="68%" y1="2.25860997e-13%" x2="32%" y2="100%" id="linearGradient-1">
6
+ <stop stop-color="#2B9AF3" offset="0%"></stop>
7
+ <stop stop-color="#73BCF7" stop-opacity="0.502212631" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="PF-HorizontalLogo-Color" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="PatternFly-Copy-11" transform="translate(206.000000, 45.750000)" fill="#151515" fill-rule="nonzero">
12
+ <path d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z" id="Shape"></path>
13
+ <path d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z" id="Shape"></path>
14
+ <path d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z" id="Path"></path>
15
+ <path d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z" id="Path"></path>
16
+ <path d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z" id="Shape"></path>
17
+ <path d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z" id="Path"></path>
18
+ <path d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z" id="Path"></path>
19
+ <polygon id="Path" points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"></polygon>
20
+ <polygon id="Path" points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"></polygon>
21
+ <path d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z" id="Path"></path>
22
+ </g>
23
+ <g id="Logo" transform="translate(0.000000, 0.000000)">
24
+ <path d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z" id="Rectangle-Copy-17" fill="#0066CC"></path>
25
+ <path d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z" id="Path-2" fill="url(#linearGradient-1)"></path>
26
+ <path d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z" id="Path-2" fill="url(#linearGradient-1)" transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "></path>
27
+ </g>
28
+ </g>
29
+ </svg>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="679px" height="158px" viewBox="0 0 679 158" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>PF-HorizontalLogo-Reverse </title>
4
+ <defs>
5
+ <linearGradient x1="100%" y1="1.31838984e-13%" x2="40.4021492%" y2="59.4473677%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#FFFFFF" stop-opacity="0.498497596" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="PF-HorizontalLogo-Reverse" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="Group" transform="translate(-0.000000, 0.000000)">
12
+ <path d="M61.7658863,0 L157.846154,0 L157.846154,96.0802676 C104.782487,96.0802676 61.7658863,53.0636665 61.7658863,0 L61.7658863,0 L61.7658863,0 Z" id="Rectangle-Copy-15" fill="#FFFFFF" opacity="0.401297433"></path>
13
+ <path d="M158,1.84777167 L158,138 C158,149.045695 149.045695,158 138,158 L66.3656919,158 L158,1.84777167 Z M156.152228,3.55271368e-13 L-9.37916411e-13,91.6343081 L-9.37916411e-13,20 C-9.09494702e-13,8.954305 8.954305,3.55271368e-13 20,3.41060513e-13 L156.152228,3.55271368e-13 Z" id="Combined-Shape-Copy-4" fill="url(#linearGradient-1)"></path>
14
+ </g>
15
+ <g id="PatternFly-Copy-11" transform="translate(206.000000, 45.750000)" fill="#FFFFFF" fill-rule="nonzero">
16
+ <path d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z" id="Shape"></path>
17
+ <path d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z" id="Shape"></path>
18
+ <path d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z" id="Path"></path>
19
+ <path d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z" id="Path"></path>
20
+ <path d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z" id="Shape"></path>
21
+ <path d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z" id="Path"></path>
22
+ <path d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z" id="Path"></path>
23
+ <polygon id="Path" points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"></polygon>
24
+ <polygon id="Path" points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"></polygon>
25
+ <path d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z" id="Path"></path>
26
+ </g>
27
+ </g>
28
+ </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
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="158px" height="158px" viewBox="0 0 158 158" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>PF-IconLogo-color </title>
4
+ <defs>
5
+ <linearGradient x1="68%" y1="2.25860997e-13%" x2="32%" y2="100%" id="linearGradient-1">
6
+ <stop stop-color="#2B9AF3" offset="0%"></stop>
7
+ <stop stop-color="#73BCF7" stop-opacity="0.502212631" offset="100%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="PF-IconLogo-color" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="Logo">
12
+ <path d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z" id="Rectangle-Copy-17" fill="#0066CC"></path>
13
+ <path d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z" id="Path-2" fill="url(#linearGradient-1)"></path>
14
+ <path d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z" id="Path-2" fill="url(#linearGradient-1)" transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "></path>
15
+ </g>
16
+ </g>
17
+ </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>