@axos-web-dev/shared-components 0.0.65 → 0.0.67

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 (35) hide show
  1. package/dist/AlertBanner/index.js +1 -1
  2. package/dist/ArticlesSet/ArticlesSet.d.ts +1 -1
  3. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  4. package/dist/AwardsBanner/AwardsBanner.js +3 -3
  5. package/dist/Calculators/calculators.js +20 -0
  6. package/dist/Carousel/index.js +1 -1
  7. package/dist/ExecutiveBio/ExecutiveBio.js +5 -4
  8. package/dist/Forms/SuccesForm.js +1 -1
  9. package/dist/LandingPageHeader/LandingPageHeader.d.ts +2 -1
  10. package/dist/LandingPageHeader/LandingPageHeader.js +85 -70
  11. package/dist/LandingPageHeader/index.d.ts +1 -0
  12. package/dist/LandingPageHeader/index.js +6 -1
  13. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +56 -53
  14. package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +1 -1
  15. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
  16. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +15 -11
  17. package/dist/NavigationMenu/AxosAdvisorServices/index.js +1 -1
  18. package/dist/Table/Table.d.ts +2 -2
  19. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +610 -602
  20. package/dist/icons/Logos/AAS.d.ts +6 -0
  21. package/dist/icons/Logos/AAS.js +33 -0
  22. package/dist/icons/Logos/AFS.d.ts +6 -0
  23. package/dist/icons/Logos/AFS.js +33 -0
  24. package/dist/icons/Logos/AXA.d.ts +6 -0
  25. package/dist/icons/Logos/AXA.js +35 -0
  26. package/dist/icons/Logos/AXC.d.ts +6 -0
  27. package/dist/icons/Logos/AXC.js +33 -0
  28. package/dist/icons/Logos/AXI.d.ts +6 -0
  29. package/dist/icons/Logos/AXI.js +59 -0
  30. package/dist/icons/Logos/AXOS.d.ts +6 -0
  31. package/dist/icons/Logos/AXOS.js +34 -0
  32. package/dist/icons/index.d.ts +7 -1
  33. package/dist/icons/index.js +24 -12
  34. package/dist/main.js +29 -12
  35. package/package.json +1 -1
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgComponent: (props: SVGProps<SVGSVGElement> & {
4
+ classNameFill?: string;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgComponent;
@@ -0,0 +1,33 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgComponent = (props) => {
3
+ const { classNameFill, ...rest } = props;
4
+ return /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ viewBox: "0 0 200 66",
10
+ ...rest,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M60.328.616c-.752-.753-1.983-.753-2.667 0L56.566 1.71c-.752.752-.752 1.984 0 2.668l17.51 17.51-17.578 17.578c-.752.753-.752 1.984 0 2.668l1.094 1.094c.753.753 1.984.753 2.668 0l21.272-21.272L60.328.616Z",
16
+ fill: "#FAA74A"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M99.18 1.71 98.084.616c-.752-.753-1.984-.753-2.668 0l-14.91 14.842 3.83 3.83L99.179 4.447c.753-.82.753-1.984 0-2.736ZM177.428 19.425s-1.984-.478-3.146-.889c-3.489-1.163-6.704-3.078-6.704-6.566 0-3.967 3.42-6.635 8.482-6.635 3.352 0 6.019.958 7.866 2.873l.616.615c.752.753 1.983.753 2.667 0l1.094-1.094c.753-.752.753-1.983 0-2.667l-.615-.616c-2.941-2.804-7.045-4.31-11.696-4.31-4.241 0-7.593 1.095-10.397 3.42-2.668 2.258-3.967 5.13-3.967 8.62 0 8.412 7.866 10.464 14.774 12.311l.205.068c6.088 1.437 9.166 3.83 9.166 7.182 0 4.173-3.489 6.703-9.371 6.703-3.694 0-6.908-1.23-9.097-3.42l-.684-.684c-.753-.752-1.984-.752-2.668 0l-1.368 1.369c-.752.752-.752 1.983 0 2.667l.684.684c3.147 3.146 7.729 4.788 13.133 4.788 4.514 0 8.14-1.094 11.081-3.352 2.804-2.188 4.24-5.13 4.24-8.755.137-7.866-6.703-10.602-14.295-12.312ZM99.18 42.134l-1.095 1.094c-.752.753-1.984.753-2.668 0l-14.91-14.91 3.83-3.831L99.179 39.33c.753.82.753 1.983 0 2.804ZM128.249 5.404c9.097 0 16.484 7.387 16.484 16.484 0 9.097-7.387 16.484-16.484 16.484-9.097 0-16.484-7.387-16.484-16.484 0-9.097 7.455-16.484 16.484-16.484Zm0-5.404c-12.038 0-21.888 9.781-21.888 21.888 0 12.038 9.781 21.888 21.888 21.888 12.038 0 21.888-9.782 21.888-21.888C150.137 9.85 140.356 0 128.249 0ZM41.86 0h-1.573c-1.026 0-1.915.82-1.915 1.915v5.609A21.831 21.831 0 0 0 21.888 0C9.85 0 0 9.781 0 21.888c0 12.038 9.781 21.888 21.888 21.888a21.83 21.83 0 0 0 16.484-7.524v5.608c0 1.026.82 1.916 1.915 1.916h1.573c1.026 0 1.916-.821 1.916-1.916V1.915C43.776.89 42.955 0 41.86 0Zm-3.488 22.025c-.068 9.097-7.387 16.416-16.484 16.416-9.097 0-16.484-7.388-16.484-16.485S12.79 5.472 21.888 5.472c9.097 0 16.416 7.319 16.484 16.416v.137ZM195.349 2.394c0-1.368 1.026-2.394 2.325-2.394C199.042 0 200 1.026 200 2.394s-1.026 2.394-2.326 2.394c-1.368-.068-2.325-1.094-2.325-2.394Zm4.377 0c0-1.231-.82-2.12-2.052-2.12-1.231 0-2.052.889-2.052 2.12s.821 2.12 2.052 2.12c1.232 0 2.052-.889 2.052-2.12Zm-2.394 1.231h-.273V1.163c.205-.069.41-.069.547-.069.616 0 .958.274.958.821 0 .41-.274.616-.548.753l.821.957h-.41l-.753-.889h-.342v.89Zm0-1.231h.274c.342 0 .616-.137.616-.547 0-.342-.274-.479-.616-.479h-.274v1.026ZM58.071 63.133l-.752 2.052h-1.574l3.42-8.824h1.847l3.42 8.824h-1.641l-.753-2.052h-3.967Zm1.984-5.336-1.505 4.104h3.01l-1.505-4.104ZM67.1 56.43a25.025 25.025 0 0 1 2.326-.137c3.488 0 5.198 1.846 5.198 4.377 0 2.805-1.71 4.72-5.13 4.72-.89 0-1.71-.069-2.394-.137V56.43Zm1.505 7.523c.342.069.684.069 1.026.069 2.052 0 3.42-1.095 3.42-3.352 0-1.915-1.231-3.01-3.557-3.01-.274 0-.616 0-.89.07v6.224ZM79.822 65.253l-3.352-8.824h1.642l2.668 7.32 2.599-7.32h1.641l-3.351 8.824h-1.847ZM89.193 65.253h-1.505v-8.824h1.505v8.824ZM92.408 63.201c.683.547 1.368.89 2.325.89.89 0 1.642-.343 1.642-1.232 0-.82-.616-1.094-1.642-1.436-1.71-.547-2.462-1.232-2.462-2.668 0-1.573 1.3-2.462 2.804-2.462.958 0 1.642.273 2.257.684v1.505c-.684-.548-1.368-.89-2.188-.89-.821 0-1.369.48-1.369 1.163 0 .684.48 1.026 1.642 1.368 1.71.547 2.462 1.231 2.462 2.736 0 1.779-1.368 2.6-3.078 2.6-.957 0-1.778-.274-2.325-.685v-1.573h-.068ZM104.993 56.224c2.531 0 4.583 1.847 4.583 4.583s-2.052 4.583-4.583 4.583-4.583-1.847-4.583-4.583c0-2.668 2.052-4.583 4.583-4.583Zm0 1.368c-1.71 0-3.01 1.232-3.01 3.215 0 1.915 1.3 3.215 3.01 3.215 1.71 0 3.01-1.231 3.01-3.215 0-1.915-1.3-3.215-3.01-3.215ZM114.227 65.253h-1.505V56.43a20.847 20.847 0 0 1 2.189-.137c2.325 0 3.557 1.026 3.557 2.873 0 1.3-.753 2.257-1.779 2.599l2.668 3.488h-1.847l-2.326-3.146h-1.025v3.146h.068Zm0-4.377h.752c1.231 0 1.984-.548 1.984-1.642 0-1.026-.684-1.573-2.052-1.573h-.684v3.215ZM125.787 63.201c.684.547 1.368.89 2.325.89.889 0 1.642-.343 1.642-1.232 0-.82-.616-1.094-1.642-1.436-1.71-.547-2.462-1.232-2.462-2.668 0-1.573 1.299-2.462 2.804-2.462.958 0 1.642.273 2.257.684v1.505c-.684-.548-1.368-.89-2.188-.89-.821 0-1.368.48-1.368 1.163 0 .684.478 1.026 1.641 1.368 1.71.547 2.463 1.231 2.463 2.736 0 1.779-1.368 2.6-3.078 2.6-.958 0-1.779-.274-2.326-.685v-1.573h-.068ZM139.808 63.885v1.368h-5.472v-8.824h5.404v1.368h-3.899v2.395h3.625v1.3h-3.625v2.462h3.967v-.069ZM144.665 65.253h-1.505V56.43a20.847 20.847 0 0 1 2.189-.137c2.325 0 3.556 1.026 3.556 2.873 0 1.3-.752 2.257-1.778 2.599l2.668 3.488h-1.847l-2.326-3.146h-1.026v3.146h.069Zm0-4.377h.752c1.231 0 1.984-.548 1.984-1.642 0-1.026-.684-1.573-2.052-1.573h-.684v3.215ZM154.583 65.253l-3.352-8.824h1.642l2.667 7.32 2.6-7.32h1.641l-3.351 8.824h-1.847ZM163.885 65.253h-1.505v-8.824h1.505v8.824ZM174.077 58.55c-.616-.547-1.437-.89-2.463-.89-1.71 0-3.009 1.3-3.009 3.215 0 1.916 1.299 3.215 3.009 3.215 1.026 0 1.779-.273 2.463-.889v1.642c-.753.478-1.642.684-2.531.684-2.736 0-4.514-1.847-4.514-4.583s1.915-4.583 4.514-4.583c.889 0 1.71.205 2.462.616v1.573h.069ZM182.832 63.885v1.368h-5.472v-8.824h5.403v1.368h-3.899v2.395h3.626v1.3h-3.626v2.462h3.968v-.069ZM185.704 63.201c.684.547 1.368.89 2.326.89.889 0 1.641-.343 1.641-1.232 0-.82-.615-1.094-1.641-1.436-1.71-.547-2.462-1.232-2.462-2.668 0-1.573 1.299-2.462 2.804-2.462.957 0 1.641.273 2.257.684v1.505c-.684-.548-1.368-.89-2.189-.89s-1.368.48-1.368 1.163c0 .684.479 1.026 1.642 1.368 1.71.547 2.462 1.231 2.462 2.736 0 1.779-1.368 2.6-3.078 2.6-.957 0-1.778-.274-2.325-.685v-1.573h-.069Z",
23
+ fill: "#1E3860",
24
+ className: classNameFill
25
+ }
26
+ )
27
+ ]
28
+ }
29
+ );
30
+ };
31
+ export {
32
+ SvgComponent as default
33
+ };
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgComponent: (props: SVGProps<SVGSVGElement> & {
4
+ classNameFill?: string;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgComponent;
@@ -0,0 +1,33 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgComponent = (props) => {
3
+ const { classNameFill, ...rest } = props;
4
+ return /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ viewBox: "0 0 519 161",
10
+ ...rest,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M156.89 1.45a4.943 4.943 0 0 0-6.99 0l-2.89 2.89a4.943 4.943 0 0 0 0 6.99l45.57 45.56-45.57 45.56a4.943 4.943 0 0 0 0 6.99l2.89 2.89a4.943 4.943 0 0 0 6.99 0l55.43-55.44-55.43-55.44Z",
16
+ fill: "#FAA74A"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "M257.89 4.34 255 1.45a4.943 4.943 0 0 0-6.99 0L209.36 40.1l9.87 9.87 38.66-38.65a4.943 4.943 0 0 0 0-6.99v.01ZM461.68 50.37s-5.22-1.26-8.06-2.31c-9.11-3.14-17.53-8.04-17.53-16.99 0-10.28 8.89-17.18 22.12-17.18 8.76 0 15.65 2.48 20.53 7.36l1.57 1.57a4.95 4.95 0 0 0 7.01 0l2.9-2.9a4.95 4.95 0 0 0 0-7.01c-.78-.83-1.57-1.57-1.57-1.57C480.92 4.04 470.25 0 458.21 0c-10.96 0-19.84 2.92-27.15 8.94-6.93 5.87-10.44 13.4-10.44 22.35 0 21.9 20.45 27.33 38.49 32.12l.55.15c15.8 3.73 23.8 10.01 23.8 18.68 0 10.9-9.11 17.41-24.36 17.41-9.58 0-18.03-3.22-23.7-8.94L433.69 89a4.95 4.95 0 0 0-7.01 0l-3.51 3.51a4.95 4.95 0 0 0 0 7.01l1.71 1.72c8.23 8.09 20.13 12.54 34.22 12.54 11.72 0 21.13-2.86 28.76-8.76 7.34-5.66 11.06-13.32 11.06-22.76.19-20.27-17.58-27.42-37.26-31.88l.02-.01ZM257.89 109.43l-2.89 2.89a4.943 4.943 0 0 1-6.99 0l-38.65-38.65 9.87-9.87 38.66 38.65a4.943 4.943 0 0 1 0 6.99v-.01ZM333.68 13.96c23.67 0 42.93 19.26 42.93 42.93 0 23.67-19.26 42.93-42.93 42.93-23.67 0-42.93-19.26-42.93-42.93 0-23.67 19.26-42.93 42.93-42.93Zm0-13.96c-31.42 0-56.89 25.47-56.89 56.89s25.47 56.89 56.89 56.89 56.89-25.47 56.89-56.89S365.1 0 333.68 0ZM108.83 0h-4.09c-2.73 0-4.94 2.21-4.94 4.94v14.63C89.38 7.59 74.02 0 56.89 0 25.47 0 0 25.47 0 56.89s25.47 56.89 56.89 56.89c17.14 0 32.49-7.59 42.92-19.57v14.63c0 2.73 2.21 4.94 4.94 4.94h4.09c2.73 0 4.94-2.21 4.94-4.94V4.94A4.953 4.953 0 0 0 108.83 0ZM99.8 57.12c-.13 23.56-19.33 42.69-42.92 42.69-23.59 0-42.92-19.26-42.92-42.92s19.26-42.93 42.93-42.93c23.67 0 42.79 19.13 42.92 42.69v.46l-.01.01ZM482.124 158.912v-3.328c1.472 1.12 3.008 1.952 5.024 1.952 1.888 0 3.52-.736 3.52-2.656 0-1.76-1.376-2.432-3.488-3.072-3.648-1.152-5.312-2.592-5.312-5.792 0-3.456 2.784-5.344 6.048-5.344 2.048 0 3.584.576 4.864 1.44v3.264c-1.504-1.216-2.944-1.92-4.768-1.92-1.824 0-2.944.992-2.944 2.464 0 1.536 1.088 2.176 3.488 2.944 3.712 1.12 5.312 2.688 5.312 5.92 0 3.808-3.008 5.536-6.688 5.536-2.08 0-3.84-.576-5.056-1.408ZM468.844 157.12h8.576V160h-11.808v-19.008h11.616v2.88h-8.384v5.12h7.776v2.816h-7.776v5.312ZM460.182 142.016v3.584c-1.312-1.248-3.136-1.984-5.248-1.984-3.744 0-6.432 2.752-6.432 6.88 0 4.192 2.816 6.88 6.528 6.88 2.144 0 3.872-.64 5.376-1.952v3.488c-1.664.992-3.52 1.408-5.472 1.408-5.856 0-9.792-4.032-9.792-9.824 0-5.824 4.128-9.824 9.792-9.824 1.952 0 3.712.416 5.248 1.344ZM439.926 140.992V160h-3.264v-19.008h3.264ZM425.303 160h-3.936l-7.232-19.008h3.552l5.696 15.712 5.664-15.712h3.488L425.303 160ZM401.601 153.248V160h-3.264v-18.976c1.152-.192 3.2-.352 4.736-.352 4.992 0 7.712 2.208 7.712 6.208 0 2.784-1.568 4.8-3.776 5.632l5.728 7.488h-3.936l-5.056-6.752h-2.144Zm0-9.664v6.976h1.6c2.592 0 4.256-1.12 4.256-3.584 0-2.176-1.504-3.456-4.384-3.456-.384 0-1.12.032-1.472.064ZM384.281 157.12h8.576V160h-11.808v-19.008h11.616v2.88h-8.384v5.12h7.776v2.816h-7.776v5.312ZM364.205 158.912v-3.328c1.472 1.12 3.008 1.952 5.024 1.952 1.888 0 3.52-.736 3.52-2.656 0-1.76-1.376-2.432-3.488-3.072-3.648-1.152-5.312-2.592-5.312-5.792 0-3.456 2.784-5.344 6.048-5.344 2.048 0 3.584.576 4.864 1.44v3.264c-1.504-1.216-2.944-1.92-4.768-1.92-1.824 0-2.944.992-2.944 2.464 0 1.536 1.088 2.176 3.488 2.944 3.712 1.12 5.312 2.688 5.312 5.92 0 3.808-3.008 5.536-6.688 5.536-2.08 0-3.84-.576-5.056-1.408ZM344.991 149.664l4.864-8.672h3.616l-6.88 11.744V160h-3.264v-7.264l-6.88-11.744h3.616l4.928 8.672ZM324.257 153.248V160h-3.264v-18.976c1.152-.192 3.2-.352 4.736-.352 4.992 0 7.712 2.208 7.712 6.208 0 2.784-1.568 4.8-3.776 5.632l5.728 7.488h-3.936l-5.056-6.752h-2.144Zm0-9.664v6.976h1.6c2.592 0 4.256-1.12 4.256-3.584 0-2.176-1.504-3.456-4.384-3.456-.384 0-1.12.032-1.472.064ZM311.629 155.52h-8.48l-1.664 4.48h-3.456l7.392-19.008h4L316.845 160h-3.552l-1.664-4.48Zm-.992-2.688-3.232-8.768-3.264 8.768h6.496ZM293.901 140.992V160h-3.264v-19.008h3.264ZM285.207 142.016v3.584c-1.312-1.248-3.136-1.984-5.248-1.984-3.744 0-6.432 2.752-6.432 6.88 0 4.192 2.816 6.88 6.528 6.88 2.144 0 3.872-.64 5.376-1.952v3.488c-1.664.992-3.52 1.408-5.472 1.408-5.856 0-9.792-4.032-9.792-9.824 0-5.824 4.128-9.824 9.792-9.824 1.952 0 3.712.416 5.248 1.344ZM249.928 153.504v-12.512h3.264v11.936c0 3.648 1.92 4.608 4.736 4.608 1.472 0 2.624-.128 3.744-.32v-16.224h3.264v18.464c-1.76.48-4.736.864-7.008.864-4.32 0-8-1.536-8-6.816ZM228.837 159.936v-18.912a40.014 40.014 0 0 1 5.056-.352c7.584 0 11.168 3.936 11.168 9.504 0 6.08-3.744 10.112-11.104 10.112-1.92 0-3.712-.128-5.12-.352Zm3.264-16.16v13.536c.704.096 1.44.128 2.144.128 4.384 0 7.424-2.304 7.424-7.264 0-4.096-2.624-6.496-7.648-6.496-.608 0-1.28.032-1.92.096ZM222.501 140.992V160h-3.264v-19.008h3.264ZM206.932 160h-3.264v-19.008h10.56v2.88h-7.296v5.536h6.592v2.88h-6.592V160ZM506.572 6.51c0-3.551 2.663-6.214 6.214-6.214 3.551 0 6.214 2.663 6.214 6.213 0 3.55-2.663 6.213-6.214 6.213-3.551 0-6.214-2.662-6.214-6.213Zm11.54 0c0-3.255-2.071-5.327-5.326-5.327-3.255 0-5.326 2.367-5.326 5.326 0 3.255 2.071 5.326 5.326 5.326 2.959.295 5.326-2.071 5.326-5.326Zm-7.397 3.254v-6.51c.592 0 .887-.295 1.479-.295 1.48 0 2.663.591 2.663 2.07 0 1.184-.591 1.776-1.479 1.776l2.071 2.663h-.887L512.786 7.1h-.888v2.663h-1.183Zm.888-3.255h.887c.888 0 1.48-.296 1.48-1.48 0-.887-.592-1.183-1.776-1.183h-.591V6.51Z",
23
+ fill: "#1E3860",
24
+ className: classNameFill
25
+ }
26
+ )
27
+ ]
28
+ }
29
+ );
30
+ };
31
+ export {
32
+ SvgComponent as default
33
+ };
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgComponent: (props: SVGProps<SVGSVGElement> & {
4
+ classNameFill?: string;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgComponent;
@@ -0,0 +1,35 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgComponent = (props) => {
3
+ const { classNameFill, ...rest } = props;
4
+ return /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ width: 120,
8
+ height: 26,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ viewBox: "0 0 519 172",
12
+ ...rest,
13
+ children: [
14
+ /* @__PURE__ */ jsx(
15
+ "path",
16
+ {
17
+ d: "M156.89 1.45a4.943 4.943 0 0 0-6.99 0l-2.89 2.89a4.943 4.943 0 0 0 0 6.99l45.57 45.56-45.57 45.56a4.943 4.943 0 0 0 0 6.99l2.89 2.89a4.943 4.943 0 0 0 6.99 0l55.43-55.44-55.43-55.44Z",
18
+ fill: "#FAA74A"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ d: "M257.89 4.34 255 1.45a4.943 4.943 0 0 0-6.99 0L209.36 40.1l9.87 9.87 38.66-38.65a4.943 4.943 0 0 0 0-6.99v.01ZM461.68 50.37s-5.22-1.26-8.06-2.31c-9.11-3.14-17.53-8.04-17.53-16.99 0-10.28 8.89-17.18 22.12-17.18 8.76 0 15.65 2.48 20.53 7.36l1.57 1.57a4.95 4.95 0 0 0 7.01 0l2.9-2.9a4.95 4.95 0 0 0 0-7.01c-.78-.83-1.57-1.57-1.57-1.57C480.92 4.04 470.25 0 458.21 0c-10.96 0-19.84 2.92-27.15 8.94-6.93 5.87-10.44 13.4-10.44 22.35 0 21.9 20.45 27.33 38.49 32.12l.55.15c15.8 3.73 23.8 10.01 23.8 18.68 0 10.9-9.11 17.41-24.36 17.41-9.58 0-18.03-3.22-23.7-8.94L433.69 89a4.95 4.95 0 0 0-7.01 0l-3.51 3.51a4.95 4.95 0 0 0 0 7.01l1.71 1.72c8.23 8.09 20.13 12.54 34.22 12.54 11.72 0 21.13-2.86 28.76-8.76 7.34-5.66 11.06-13.32 11.06-22.76.19-20.27-17.58-27.42-37.26-31.88l.02-.01ZM257.89 109.43l-2.89 2.89a4.943 4.943 0 0 1-6.99 0l-38.65-38.65 9.87-9.87 38.66 38.65a4.943 4.943 0 0 1 0 6.99v-.01ZM333.68 13.96c23.67 0 42.93 19.26 42.93 42.93 0 23.67-19.26 42.93-42.93 42.93-23.67 0-42.93-19.26-42.93-42.93 0-23.67 19.26-42.93 42.93-42.93Zm0-13.96c-31.42 0-56.89 25.47-56.89 56.89s25.47 56.89 56.89 56.89 56.89-25.47 56.89-56.89S365.1 0 333.68 0ZM108.83 0h-4.09c-2.73 0-4.94 2.21-4.94 4.94v14.63C89.38 7.59 74.02 0 56.89 0 25.47 0 0 25.47 0 56.89s25.47 56.89 56.89 56.89c17.14 0 32.49-7.59 42.92-19.57v14.63c0 2.73 2.21 4.94 4.94 4.94h4.09c2.73 0 4.94-2.21 4.94-4.94V4.94A4.953 4.953 0 0 0 108.83 0ZM99.8 57.12c-.13 23.56-19.33 42.69-42.92 42.69-23.59 0-42.92-19.26-42.92-42.92s19.26-42.93 42.93-42.93c23.67 0 42.79 19.13 42.92 42.69v.46l-.01.01ZM491.741 145.286v5.014c-1.932-1.794-4.738-2.852-7.728-2.852-5.52 0-9.522 3.91-9.522 9.89 0 6.072 4.14 10.028 9.522 10.028 1.702 0 2.944-.184 4.048-.644v-8.28h4.692v10.994c-2.162 1.334-5.474 2.024-8.832 2.024-8.51 0-14.26-5.566-14.26-14.122 0-8.372 6.026-14.122 14.122-14.122 3.082 0 5.75.736 7.958 2.07ZM446.137 143.676l13.754 20.194v-20.194h4.554V171h-4.508l-14.03-20.01V171h-4.554v-27.324h4.784ZM434.545 143.676V171h-4.692v-27.324h4.692ZM404.742 171v-27.324h4.692V171h-4.692Zm4.876-13.478 10.442-13.846h5.612l-10.718 13.432L426.408 171h-5.704l-11.086-13.478ZM379.608 143.676l13.754 20.194v-20.194h4.554V171h-4.508l-14.03-20.01V171h-4.554v-27.324h4.784ZM363.663 164.56h-12.19l-2.392 6.44h-4.968l10.626-27.324h5.75L371.161 171h-5.106l-2.392-6.44Zm-1.426-3.864-4.646-12.604-4.692 12.604h9.338ZM323.748 170.908v-27.14c1.978-.276 4.784-.552 6.854-.552 6.486 0 10.35 2.346 10.35 7.59 0 3.358-2.254 5.658-5.336 6.118 3.91.322 6.532 2.622 6.532 6.578 0 4.784-3.496 7.912-12.006 7.912-2.208 0-4.6-.23-6.394-.506Zm4.554-11.73v8.234c.874.092 1.84.138 2.438.138 4.416 0 6.67-1.426 6.67-4.278 0-2.944-2.438-4.094-6.164-4.094h-2.944Zm0-11.868v8.05h2.208c3.818 0 5.796-1.472 5.796-4.278 0-2.668-2.07-3.956-5.428-3.956-.782 0-1.84.092-2.576.184ZM295.557 161.294V171h-4.692v-27.278c1.656-.276 4.6-.506 6.808-.506 7.176 0 11.086 3.174 11.086 8.924 0 4.002-2.254 6.9-5.428 8.096L311.565 171h-5.658l-7.268-9.706h-3.082Zm0-13.892v10.028h2.3c3.726 0 6.118-1.61 6.118-5.152 0-3.128-2.162-4.968-6.302-4.968-.552 0-1.61.046-2.116.092ZM257.315 157.338c0-8.372 6.256-14.122 14.168-14.122 7.866 0 14.168 5.75 14.168 14.122s-6.302 14.122-14.168 14.122c-7.912 0-14.168-5.75-14.168-14.122Zm23.506 0c0-5.98-4.094-9.89-9.338-9.89-5.244 0-9.338 3.91-9.338 9.89s4.094 9.89 9.338 9.89c5.244 0 9.338-3.91 9.338-9.89ZM237.012 169.436v-4.784c2.116 1.61 4.324 2.806 7.222 2.806 2.714 0 5.06-1.058 5.06-3.818 0-2.53-1.978-3.496-5.014-4.416-5.244-1.656-7.636-3.726-7.636-8.326 0-4.968 4.002-7.682 8.694-7.682 2.944 0 5.152.828 6.992 2.07v4.692c-2.162-1.748-4.232-2.76-6.854-2.76s-4.232 1.426-4.232 3.542c0 2.208 1.564 3.128 5.014 4.232 5.336 1.61 7.636 3.864 7.636 8.51 0 5.474-4.324 7.958-9.614 7.958-2.99 0-5.52-.828-7.268-2.024ZM231.768 143.676V171h-4.692v-27.324h4.692ZM213.048 171h-5.658l-10.396-27.324h5.106l8.188 22.586 8.142-22.586h5.014L213.048 171ZM172.541 170.908v-27.186c2.024-.276 4.784-.506 7.268-.506 10.902 0 16.054 5.658 16.054 13.662 0 8.74-5.382 14.536-15.962 14.536-2.76 0-5.336-.184-7.36-.506Zm4.692-23.23v19.458c1.012.138 2.07.184 3.082.184 6.302 0 10.672-3.312 10.672-10.442 0-5.888-3.772-9.338-10.994-9.338-.874 0-1.84.046-2.76.138ZM161.38 164.56h-12.19l-2.392 6.44h-4.968l10.626-27.324h5.75L168.878 171h-5.106l-2.392-6.44Zm-1.426-3.864-4.646-12.604-4.692 12.604h9.338ZM506.572 6.51c0-3.551 2.663-6.214 6.214-6.214 3.551 0 6.214 2.663 6.214 6.213 0 3.55-2.663 6.213-6.214 6.213-3.551 0-6.214-2.662-6.214-6.213Zm11.54 0c0-3.255-2.071-5.327-5.326-5.327-3.255 0-5.326 2.367-5.326 5.326 0 3.255 2.071 5.326 5.326 5.326 2.959.296 5.326-2.071 5.326-5.326Zm-7.397 3.254v-6.51c.592 0 .887-.295 1.479-.295 1.48 0 2.663.591 2.663 2.07 0 1.184-.591 1.776-1.479 1.776l2.071 2.663h-.887L512.786 7.1h-.888v2.663h-1.183Zm.888-3.255h.887c.888 0 1.48-.296 1.48-1.48 0-.887-.592-1.183-1.776-1.183h-.591V6.51Z",
25
+ fill: "#1E3860",
26
+ className: classNameFill
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ );
32
+ };
33
+ export {
34
+ SvgComponent as default
35
+ };
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgComponent: (props: SVGProps<SVGSVGElement> & {
4
+ classNameFill?: string;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgComponent;
@@ -0,0 +1,33 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgComponent = (props) => {
3
+ const { classNameFill, ...rest } = props;
4
+ return /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ viewBox: "0 0 200 69",
10
+ ...rest,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M60.319.684C59.635 0 58.38 0 57.582.684l-1.14 1.14c-.684.684-.684 1.939 0 2.737l17.56 17.56-17.56 17.445c-.684.685-.684 1.939 0 2.737l1.14 1.14c.684.684 1.938.684 2.737 0L81.64 22.121 60.32.684Z",
16
+ fill: "#FAA74A"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ d: "m99.087 1.824-1.14-1.14C97.263 0 96.008 0 95.21.684L80.387 15.507l3.763 3.763L98.973 4.447c.912-.684.912-1.825.114-2.623ZM177.309 19.498s-2.052-.456-3.079-.912c-3.534-1.14-6.727-3.079-6.727-6.5 0-3.99 3.421-6.613 8.438-6.613 3.42 0 6.043.912 7.867 2.85l.571.571c.684.684 1.938.684 2.736 0l1.14-1.14c.685-.684.685-1.939 0-2.737l-.57-.57c-2.964-2.85-7.069-4.333-11.63-4.333-4.219 0-7.64 1.14-10.377 3.42-2.622 2.281-3.99 5.132-3.99 8.553 0 8.438 7.867 10.49 14.823 12.314h.228c6.043 1.369 9.122 3.877 9.122 7.184 0 4.219-3.535 6.727-9.35 6.727-3.649 0-6.956-1.254-9.122-3.42l-.684-.684c-.684-.685-1.939-.685-2.737 0l-1.368 1.368c-.684.684-.684 1.938 0 2.736l.684.685c3.193 3.078 7.754 4.789 13.113 4.789 4.447 0 8.096-1.14 11.06-3.421 2.851-2.167 4.219-5.131 4.219-8.78.114-7.64-6.727-10.376-14.367-12.087ZM99.088 42.19l-1.14 1.14c-.685.684-1.939.684-2.737 0L80.388 28.506l3.762-3.762 14.824 14.823c.912.684.912 1.824.114 2.622ZM128.164 5.473c9.122 0 16.42 7.412 16.42 16.42 0 9.122-7.412 16.533-16.42 16.533-9.122 0-16.534-7.411-16.534-16.533.114-9.008 7.526-16.42 16.534-16.42Zm0-5.359c-12.087 0-21.893 9.806-21.893 21.893 0 12.087 9.806 21.893 21.893 21.893 12.087 0 21.893-9.806 21.893-21.893 0-12.087-9.806-21.893-21.893-21.893ZM41.847.114h-1.596a1.801 1.801 0 0 0-1.825 1.824v5.588C34.436 2.965 28.506 0 21.893 0 9.806 0 0 9.806 0 21.893 0 33.98 9.806 43.786 21.893 43.786c6.613 0 12.428-2.965 16.533-7.526v5.587c0 1.026.799 1.825 1.825 1.825h1.596c1.026 0 1.939-.799 1.939-1.825V2.052c0-1.026-.913-1.938-1.939-1.938Zm-3.535 22.007c0 9.008-7.411 16.42-16.533 16.42-9.122 0-16.534-7.412-16.534-16.534S12.657 5.473 21.78 5.473s16.42 7.298 16.533 16.42v.228ZM195.211 2.509c0-1.369 1.026-2.395 2.395-2.395C198.974.114 200 1.14 200 2.509c0 1.368-1.026 2.394-2.394 2.394-1.369 0-2.395-1.026-2.395-2.394Zm4.447 0c0-1.255-.798-2.053-2.052-2.053-1.255 0-2.053.912-2.053 2.053 0 1.254.798 2.052 2.053 2.052 1.14.114 2.052-.798 2.052-2.052Zm-2.851 1.254V1.254c.228 0 .342-.114.57-.114.571 0 1.027.228 1.027.798 0 .457-.228.685-.57.685l.798 1.026h-.342l-.684-.912h-.343v1.026h-.456Zm.343-1.254h.342c.342 0 .57-.114.57-.57 0-.343-.228-.457-.685-.457h-.227V2.51ZM90.878 59.407c-.798-.798-1.938-1.254-3.193-1.254-2.28 0-3.99 1.71-3.99 4.447 0 2.736 1.71 4.447 3.99 4.447 1.369 0 2.395-.456 3.307-1.255v2.28c-1.026.685-2.166.913-3.307.913-3.534 0-6.043-2.623-6.043-6.271 0-3.763 2.509-6.272 6.043-6.272 1.14 0 2.28.228 3.193.913v2.052ZM97.72 56.442h1.938v10.262h4.789v1.939H97.72v-12.2ZM117.902 66.704v1.939h-7.184v-12.2h7.07v1.824h-5.131v3.306h4.789v1.825h-4.789v3.306h5.245ZM126.682 65.678l-1.026 2.85h-2.167l4.561-12.2h2.395l4.561 12.2h-2.167l-1.026-2.85h-5.131Zm2.623-7.297-2.053 5.587h3.991l-1.938-5.587ZM143.102 68.643h-2.053v-12.2a20.627 20.627 0 0 1 2.851-.228c3.079 0 4.675 1.368 4.675 3.99 0 1.825-.912 3.08-2.281 3.65l3.535 4.788h-2.394l-3.079-4.333h-1.254v4.333Zm0-6.043h1.026c1.596 0 2.622-.684 2.622-2.28 0-1.369-.912-2.167-2.736-2.167h-.912V62.6ZM157.811 56.442h-2.053v12.2h2.053v-12.2ZM172.976 65.45v-9.008h1.938v12.2h-1.824l-6.043-9.007v9.008h-1.939v-12.2h2.053l5.815 9.007ZM190.992 59.407c-.798-.798-2.053-1.254-3.307-1.254-2.394 0-4.105 1.71-4.105 4.447 0 2.736 1.711 4.446 4.105 4.446.684 0 1.254-.114 1.711-.342v-3.648h2.052v4.903c-.912.57-2.28.912-3.763.912-3.649 0-6.043-2.509-6.043-6.271 0-3.763 2.622-6.272 6.043-6.272 1.369 0 2.395.342 3.421.912v2.167h-.114Z",
23
+ fill: "#1E3860",
24
+ className: classNameFill
25
+ }
26
+ )
27
+ ]
28
+ }
29
+ );
30
+ };
31
+ export {
32
+ SvgComponent as default
33
+ };
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgComponent: (props: SVGProps<SVGSVGElement> & {
4
+ classNameFill?: string;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgComponent;
@@ -0,0 +1,59 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgComponent = (props) => {
3
+ const { classNameFill, ...rest } = props;
4
+ return /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ viewBox: "0 0 573 200",
10
+ ...rest,
11
+ children: [
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ d: "M173.511 3.884c-2.134-2.136-5.628-2.136-7.569 0l-3.105 3.106c-2.135 2.136-2.135 5.631 0 7.573l49.685 49.709-49.685 49.709c-2.135 2.136-2.135 5.631 0 7.572l3.105 3.107c2.135 2.136 5.629 2.136 7.569 0l60.361-60.388-60.361-60.388Z",
16
+ fill: "#FAA74A"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M116.839 2.136h4.464c2.911 0 5.24 2.33 5.434 5.437V120.97c0 3.107-2.523 5.437-5.434 5.437h-4.464c-3.105 0-5.434-2.524-5.434-5.437v-15.922c-11.257 13.009-28.142 21.359-46.775 21.359-34.352 0-62.107-27.767-62.107-62.136S30.472 2.136 64.63 2.136c18.633 0 35.518 8.35 46.775 21.36V7.572c0-3.107 2.523-5.437 5.434-5.437ZM64.63 111.068c25.814 0 46.581-20.777 46.775-46.602l-.194-.388c-.194-25.826-21.156-46.602-46.775-46.602s-46.774 20.97-46.58 46.796c0 25.825 20.961 46.796 46.774 46.796ZM366.432 2.136c-34.159 0-62.107 27.767-62.107 62.136s27.754 62.136 62.107 62.136c34.353 0 62.107-27.767 62.107-62.136S400.591 2.136 366.432 2.136Zm0 15.34c25.813 0 46.774 20.97 46.774 46.796 0 25.825-21.155 46.796-46.774 46.796-25.814 0-46.775-20.97-46.775-46.796 0-25.825 20.961-46.796 46.775-46.796Z",
25
+ fill: "#1E3860",
26
+ className: classNameFill
27
+ }
28
+ ),
29
+ /* @__PURE__ */ jsx(
30
+ "path",
31
+ {
32
+ d: "m283.752 6.99-3.299-3.106c-2.135-2.136-5.629-2.136-7.57 0L230.767 46.02l10.869 10.873 42.116-42.136c2.135-2.33 2.135-5.825 0-7.767ZM505.978 57.087s-5.628-1.359-8.928-2.524c-9.898-3.3-19.02-8.738-19.02-18.64 0-11.263 9.704-18.836 24.066-18.836 9.51 0 17.08 2.719 22.32 8.156l1.747 1.747c2.135 2.136 5.628 2.136 7.569 0l3.105-3.106c2.135-2.136 2.135-5.632 0-7.573l-1.746-1.748C526.745 6.602 515.1 2.33 501.902 2.33c-12.033 0-21.543 3.107-29.501 9.709-7.569 6.408-11.256 14.563-11.256 24.466 0 23.741 22.054 29.639 41.571 34.857l.351.094.582.194c17.273 4.078 26.007 10.874 26.007 20.389 0 11.845-9.898 19.029-26.589 19.029-10.481 0-19.603-3.495-25.813-9.709l-1.941-1.941c-2.135-2.136-5.629-2.136-7.57 0l-3.881 3.883c-2.135 2.136-2.135 5.631 0 7.573l1.941 1.942c8.927 8.932 21.931 13.592 37.264 13.592 12.809 0 23.096-3.107 31.441-9.515 7.958-6.213 12.034-14.563 12.034-24.854.194-22.33-19.215-29.903-40.564-34.952ZM280.647 124.66l3.105-3.107c2.135-2.135 2.135-5.436.194-7.767L241.83 71.65l-10.869 10.874 42.116 42.136c1.941 2.136 5.435 2.136 7.57 0Z",
33
+ fill: "#1E3860",
34
+ className: classNameFill
35
+ }
36
+ ),
37
+ /* @__PURE__ */ jsx(
38
+ "path",
39
+ {
40
+ d: "M556.634 8.932c0-3.884 2.911-6.796 6.599-6.796 3.882 0 6.599 2.912 6.599 6.796 0 3.883-2.911 6.796-6.599 6.796-3.688-.194-6.599-3.107-6.599-6.796Zm12.616 0c0-3.495-2.329-6.02-5.823-6.02-3.493 0-5.822 2.525-5.822 6.02 0 3.495 2.329 6.02 5.822 6.02 3.494 0 5.823-2.719 5.823-6.02Zm-6.987 3.301h-.777V5.437c.582-.194 1.165-.194 1.553-.194 1.747 0 2.717.776 2.717 2.33 0 1.165-.776 1.747-1.553 2.136l2.329 2.718h-1.164l-2.135-2.718h-.97v2.524Zm0-3.301h.776c.97 0 1.747-.388 1.747-1.553 0-.971-.777-1.36-1.747-1.36h-.776v2.913Z",
41
+ fill: "#333D46",
42
+ className: classNameFill
43
+ }
44
+ ),
45
+ /* @__PURE__ */ jsx(
46
+ "path",
47
+ {
48
+ d: "M473.566 189.32c2.523 1.942 5.241 3.496 8.734 3.496 3.3 0 6.211-1.36 6.211-4.855 0-3.301-2.329-4.466-6.017-5.631-6.405-2.136-9.316-4.66-9.316-10.485 0-6.214 4.852-9.709 10.481-9.709 3.493 0 6.21.971 8.539 2.524v6.02c-2.523-2.136-5.046-3.495-8.345-3.495-3.3 0-5.046 1.747-5.046 4.466 0 2.718 1.94 3.883 6.016 5.436 6.405 1.942 9.316 4.855 9.316 10.68 0 6.99-5.24 10.097-11.645 10.097-3.687 0-6.599-.971-8.734-2.524l-.194-6.02ZM274.242 197.282h5.628v-34.564h-5.628v34.564ZM333.243 162.718v25.632l-16.497-25.632h-5.823v34.564h5.435v-25.243l16.885 25.243h5.435v-34.564h-5.435ZM378.465 197.282l-12.615-34.564h6.211l9.898 28.544 9.898-28.544h6.017l-12.616 34.564h-6.793ZM445.424 197.282v-5.243l-14.944.194v-9.709h13.586v-5.242H430.48v-9.321h14.556v-5.243h-20.185v34.564h20.573ZM529.85 197.282h5.629v-29.321h10.48v-5.243H519.37v5.243h10.48v29.321Z",
49
+ fill: "#1E3860",
50
+ className: classNameFill
51
+ }
52
+ )
53
+ ]
54
+ }
55
+ );
56
+ };
57
+ export {
58
+ SvgComponent as default
59
+ };
@@ -0,0 +1,6 @@
1
+ import { SVGProps } from 'react';
2
+
3
+ declare const SvgComponent: (props: SVGProps<SVGSVGElement> & {
4
+ classNameFill?: string;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SvgComponent;
@@ -0,0 +1,34 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgComponent = (props) => {
3
+ const { classNameFill, ...rest } = props;
4
+ return /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ width: 120,
8
+ height: 27,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...rest,
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ d: "M35.943.576a1.119 1.119 0 00-1.606 0l-.659.66a1.119 1.119 0 000 1.605l10.417 10.457-10.417 10.458a1.119 1.119 0 000 1.606l.66.658a1.119 1.119 0 001.605 0l12.68-12.722L35.944.576z",
17
+ fill: "#FAA74A"
18
+ }
19
+ ),
20
+ /* @__PURE__ */ jsx(
21
+ "path",
22
+ {
23
+ d: "M115.157 2.388c0-1.359 1.029-2.388 2.388-2.388 1.358 0 2.388 1.03 2.388 2.388 0 1.359-1.03 2.388-2.388 2.388-1.359 0-2.388-1.03-2.388-2.388zm4.488 0c0-1.235-.865-2.1-2.1-2.1s-2.1.906-2.1 2.1c0 1.235.865 2.1 2.1 2.1 1.194.04 2.1-.906 2.1-2.1zm-2.512 1.194h-.329v-2.47c.164-.042.37-.042.576-.042.618 0 .988.289.988.824 0 .412-.288.659-.576.741l.823.988h-.37l-.741-.906h-.33l-.041.865zm0-1.153h.288c.33 0 .618-.165.618-.535 0-.33-.247-.494-.659-.494h-.288l.041 1.03zM105.687 11.816s-1.194-.288-1.852-.535c-2.1-.741-4.035-1.853-4.035-3.87 0-2.347 2.017-3.953 5.064-3.953 2.017 0 3.582.577 4.694 1.688l.37.371a1.119 1.119 0 001.606 0l.659-.659a1.12 1.12 0 000-1.605c-.165-.206-.371-.371-.371-.371-1.77-1.688-4.199-2.594-6.958-2.594-2.511 0-4.529.659-6.217 2.059-1.606 1.358-2.388 3.046-2.388 5.105 0 5.023 4.694 6.258 8.811 7.37l.123.04c3.623.865 5.435 2.307 5.435 4.283 0 2.511-2.1 3.993-5.558 3.993-2.182 0-4.117-.74-5.435-2.058l-.37-.37a1.119 1.119 0 00-1.606 0l-.782.782a1.119 1.119 0 000 1.605l.37.37c1.894 1.854 4.612 2.883 7.823 2.883 2.676 0 4.858-.659 6.587-2.018 1.688-1.276 2.512-3.046 2.512-5.228.082-4.653-3.953-6.258-8.482-7.288zM76.415.247c-7.206 0-13.01 5.846-13.01 13.051s5.804 13.052 13.01 13.052c7.204 0 13.01-5.847 13.01-13.052 0-7.205-5.847-13.051-13.01-13.051zm0 3.211c5.434 0 9.84 4.406 9.84 9.84 0 5.435-4.406 9.84-9.84 9.84-5.435 0-9.84-4.405-9.84-9.84 0-5.434 4.405-9.84 9.84-9.84zM59.04 25.362l-.659.658a1.119 1.119 0 01-1.605 0l-8.852-8.851 2.264-2.265 8.852 8.852c.453.412.453 1.153 0 1.606zM59.04 1.235l-.659-.659a1.119 1.119 0 00-1.605 0l-8.852 8.852 2.264 2.265L59.04 2.84c.453-.412.453-1.153 0-1.606zM22.85 13.34c-.04 5.393-4.446 9.798-9.84 9.798-5.434 0-9.84-4.405-9.84-9.84 0-5.434 4.447-9.84 9.84-9.84 5.394 0 9.8 4.365 9.84 9.8v.082zM24.91.247h-.947A1.15 1.15 0 0022.809 1.4v3.335C20.462 1.976 16.963.247 13.01.247 5.805.247 0 6.093 0 13.298S5.846 26.35 13.01 26.35c3.912 0 7.452-1.73 9.84-4.488v3.335a1.15 1.15 0 001.153 1.153h.947a1.15 1.15 0 001.153-1.153V1.4C26.062.782 25.568.247 24.909.247z",
24
+ fill: "#1e3860",
25
+ className: classNameFill
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ SvgComponent as default
34
+ };
@@ -9,10 +9,16 @@ export { default as ChevronUp } from './ChevronUp';
9
9
  export { default as CloseIcon } from './CloseIcon';
10
10
  export { default as DownloadIcon } from './DownloadIcon';
11
11
  export { default as EqualHousingLender } from './EqualHousingLender';
12
+ export { default as FollowIcon } from './FollowIcon';
12
13
  export { default as LockIcon } from './LockIcon';
13
14
  export { default as MemberFdicLogo } from './MemberFdicLogo';
14
15
  export { default as QuoteIconGrey } from './QuoteIconGrey';
15
16
  export { default as QuoteIconWhite } from './QuoteIconWhite';
16
17
  export { default as QuoteIconYellow } from './QuoteIconYellow';
17
18
  export { default as WarningIcon } from './WarningIcon';
18
- export { default as FollowIcon } from './FollowIcon';
19
+ export { default as AASLogo } from './Logos/AAS';
20
+ export { default as AFSLogo } from './Logos/AFS';
21
+ export { default as AXALogo } from './Logos/AXA';
22
+ export { default as AXCLogo } from './Logos/AXC';
23
+ export { default as AXILogo } from './Logos/AXI';
24
+ export { default as AXOS } from './Logos/AXOS';
@@ -9,14 +9,26 @@ import { default as default9 } from "./ChevronUp.js";
9
9
  import { default as default10 } from "./CloseIcon/index.js";
10
10
  import { default as default11 } from "./DownloadIcon/index.js";
11
11
  import { default as default12 } from "./EqualHousingLender.js";
12
- import { default as default13 } from "./LockIcon/index.js";
13
- import { default as default14 } from "./MemberFdicLogo.js";
14
- import { default as default15 } from "./QuoteIconGrey.js";
15
- import { default as default16 } from "./QuoteIconWhite.js";
16
- import { default as default17 } from "./QuoteIconYellow.js";
12
+ import { default as default13 } from "./FollowIcon/index.js";
13
+ import { default as default14 } from "./LockIcon/index.js";
14
+ import { default as default15 } from "./MemberFdicLogo.js";
15
+ import { default as default16 } from "./QuoteIconGrey.js";
16
+ import { default as default17 } from "./QuoteIconWhite.js";
17
+ import { default as default18 } from "./QuoteIconYellow.js";
17
18
  import { SvgWarningIcon } from "./WarningIcon/index.js";
18
- import { default as default18 } from "./FollowIcon/index.js";
19
+ import { default as default19 } from "./Logos/AAS.js";
20
+ import { default as default20 } from "./Logos/AFS.js";
21
+ import { default as default21 } from "./Logos/AXA.js";
22
+ import { default as default22 } from "./Logos/AXC.js";
23
+ import { default as default23 } from "./Logos/AXI.js";
24
+ import { default as default24 } from "./Logos/AXOS.js";
19
25
  export {
26
+ default19 as AASLogo,
27
+ default20 as AFSLogo,
28
+ default21 as AXALogo,
29
+ default22 as AXCLogo,
30
+ default23 as AXILogo,
31
+ default24 as AXOS,
20
32
  default2 as ArrowIcon,
21
33
  default3 as AxosX,
22
34
  default4 as AxosXBlue,
@@ -28,11 +40,11 @@ export {
28
40
  default10 as CloseIcon,
29
41
  default11 as DownloadIcon,
30
42
  default12 as EqualHousingLender,
31
- default18 as FollowIcon,
32
- default13 as LockIcon,
33
- default14 as MemberFdicLogo,
34
- default15 as QuoteIconGrey,
35
- default16 as QuoteIconWhite,
36
- default17 as QuoteIconYellow,
43
+ default13 as FollowIcon,
44
+ default14 as LockIcon,
45
+ default15 as MemberFdicLogo,
46
+ default16 as QuoteIconGrey,
47
+ default17 as QuoteIconWhite,
48
+ default18 as QuoteIconYellow,
37
49
  SvgWarningIcon as WarningIcon
38
50
  };
package/dist/main.js CHANGED
@@ -66,6 +66,7 @@ import { container, helperText, iconContainer, iconContainerBase, iconInput, inp
66
66
  import { InputPhone } from "./Input/InputPhone.js";
67
67
  import { InputTextArea } from "./Input/InputTextArea.js";
68
68
  import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
69
+ import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
69
70
  import { MainHTML } from "./MainHTML/index.js";
70
71
  import { Modal } from "./Modal/Modal.js";
71
72
  import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
@@ -101,13 +102,19 @@ import { default as default12 } from "./icons/ChevronUp.js";
101
102
  import { default as default13 } from "./icons/CloseIcon/index.js";
102
103
  import { default as default14 } from "./icons/DownloadIcon/index.js";
103
104
  import { default as default15 } from "./icons/EqualHousingLender.js";
104
- import { default as default16 } from "./icons/LockIcon/index.js";
105
- import { default as default17 } from "./icons/MemberFdicLogo.js";
106
- import { default as default18 } from "./icons/QuoteIconGrey.js";
107
- import { default as default19 } from "./icons/QuoteIconWhite.js";
108
- import { default as default20 } from "./icons/QuoteIconYellow.js";
105
+ import { default as default16 } from "./icons/FollowIcon/index.js";
106
+ import { default as default17 } from "./icons/LockIcon/index.js";
107
+ import { default as default18 } from "./icons/MemberFdicLogo.js";
108
+ import { default as default19 } from "./icons/QuoteIconGrey.js";
109
+ import { default as default20 } from "./icons/QuoteIconWhite.js";
110
+ import { default as default21 } from "./icons/QuoteIconYellow.js";
109
111
  import { SvgWarningIcon } from "./icons/WarningIcon/index.js";
110
- import { default as default21 } from "./icons/FollowIcon/index.js";
112
+ import { default as default22 } from "./icons/Logos/AAS.js";
113
+ import { default as default23 } from "./icons/Logos/AFS.js";
114
+ import { default as default24 } from "./icons/Logos/AXA.js";
115
+ import { default as default25 } from "./icons/Logos/AXC.js";
116
+ import { default as default26 } from "./icons/Logos/AXI.js";
117
+ import { default as default27 } from "./icons/Logos/AXOS.js";
111
118
  import { axosTheme, vars } from "./themes/axos.css.js";
112
119
  import { premierTheme } from "./themes/premier.css.js";
113
120
  import { associatedEmail } from "./utils/EverestValidity.js";
@@ -115,6 +122,12 @@ import { findMoreAxosDomains, isAllowedUrl } from "./utils/allowedAxosDomains.js
115
122
  import { getVariant, getVariantWithRegex } from "./utils/getVariant.js";
116
123
  import { isAbsoluteUrl, isEmailLink, isPhoneLink, shortUrl, validateLink } from "./utils/validateExternalLinks.js";
117
124
  export {
125
+ default22 as AASLogo,
126
+ default23 as AFSLogo,
127
+ default24 as AXALogo,
128
+ default25 as AXCLogo,
129
+ default26 as AXILogo,
130
+ default27 as AXOS,
118
131
  Accordion,
119
132
  AccordionCtx,
120
133
  AccordionDetails,
@@ -161,7 +174,7 @@ export {
161
174
  ExecutiveBio,
162
175
  ExecutiveBioSet,
163
176
  FaqAccordion,
164
- default21 as FollowIcon,
177
+ default16 as FollowIcon,
165
178
  FooterContent,
166
179
  FooterDisclosure,
167
180
  FooterIcons,
@@ -180,16 +193,16 @@ export {
180
193
  InputPhone,
181
194
  InputTextArea,
182
195
  LandingPageHeader,
183
- default16 as LockIcon,
196
+ default17 as LockIcon,
184
197
  MainHTML,
185
- default17 as MemberFdicLogo,
198
+ default18 as MemberFdicLogo,
186
199
  Modal,
187
200
  default3 as NavBarAAS,
188
201
  default4 as NavBarAFS,
189
202
  default2 as NavBarAXA,
190
- default18 as QuoteIconGrey,
191
- default19 as QuoteIconWhite,
192
- default20 as QuoteIconYellow,
203
+ default19 as QuoteIconGrey,
204
+ default20 as QuoteIconWhite,
205
+ default21 as QuoteIconYellow,
193
206
  RenderWebForm,
194
207
  SalesforceFieldsForm,
195
208
  SalesforceSchema,
@@ -349,6 +362,9 @@ export {
349
362
  list,
350
363
  listItem,
351
364
  logout,
365
+ lp_container,
366
+ lp_hover,
367
+ lp_theme,
352
368
  mb_8,
353
369
  media,
354
370
  mh_330,
@@ -400,6 +416,7 @@ export {
400
416
  success_icon,
401
417
  success_wrap,
402
418
  supertag,
419
+ svg_fill,
403
420
  svg_icon,
404
421
  svg_logo,
405
422
  table,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.65",
4
+ "version": "0.0.67",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",