@axos-web-dev/shared-components 0.0.1 → 0.0.3

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 (151) hide show
  1. package/README.md +45 -4
  2. package/dist/Accordion/Accordion.d.ts +3 -3
  3. package/dist/Accordion/Accordion.d.ts.map +1 -1
  4. package/dist/Accordion/Accordion.js +1 -1
  5. package/dist/AlertBanner/index.d.ts.map +1 -1
  6. package/dist/AlertBanner/index.js +4 -4
  7. package/dist/AlertBanner/index.js.map +1 -1
  8. package/dist/BulletItem/BulletItem.d.ts +1 -1
  9. package/dist/BulletItem/BulletItem.d.ts.map +1 -1
  10. package/dist/BulletItem/BulletItem.js +1 -1
  11. package/dist/Button/Button.css.d.ts +18 -21
  12. package/dist/Button/Button.css.d.ts.map +1 -1
  13. package/dist/Button/index.js +1 -1
  14. package/dist/Button/index.js.map +1 -1
  15. package/dist/Carousel/index.d.ts +2 -2
  16. package/dist/Carousel/index.d.ts.map +1 -1
  17. package/dist/Carousel/index.js +1 -1
  18. package/dist/Chevron/index.d.ts.map +1 -1
  19. package/dist/Chevron/index.js +6 -2
  20. package/dist/Chevron/index.js.map +1 -1
  21. package/dist/CollectInformationAlert/index.js +3 -3
  22. package/dist/CollectInformationAlert/index.js.map +1 -1
  23. package/dist/DownloadTile/index.js +4 -2
  24. package/dist/DownloadTile/index.js.map +1 -1
  25. package/dist/FaqAccordion/index.d.ts +4 -4
  26. package/dist/FaqAccordion/index.d.ts.map +1 -1
  27. package/dist/FaqAccordion/index.js +1 -1
  28. package/dist/FooterDisclosure/FooterDisclosure.d.ts +4 -4
  29. package/dist/FooterDisclosure/FooterDisclosure.d.ts.map +1 -1
  30. package/dist/HeroBanner/HeroBanner.css.d.ts +29 -17
  31. package/dist/HeroBanner/HeroBanner.css.d.ts.map +1 -1
  32. package/dist/HeroBanner/HeroBanner.css.js +12 -18
  33. package/dist/HeroBanner/HeroBanner.css.js.map +1 -1
  34. package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -2
  35. package/dist/HeroBanner/HeroBanner.interface.d.ts.map +1 -1
  36. package/dist/HeroBanner/index.d.ts +1 -2
  37. package/dist/HeroBanner/index.d.ts.map +1 -1
  38. package/dist/HeroBanner/index.js +51 -49
  39. package/dist/HeroBanner/index.js.map +1 -1
  40. package/dist/IconBillboard/IconBillboard.css.d.ts +23 -1
  41. package/dist/IconBillboard/IconBillboard.css.d.ts.map +1 -1
  42. package/dist/IconBillboard/IconBillboard.css.js +8 -2
  43. package/dist/IconBillboard/IconBillboard.css.js.map +1 -1
  44. package/dist/IconBillboard/IconBillboard.interface.d.ts +34 -0
  45. package/dist/IconBillboard/IconBillboard.interface.d.ts.map +1 -0
  46. package/dist/IconBillboard/IconBillboard.interface.js +2 -0
  47. package/dist/IconBillboard/IconBillboard.interface.js.map +1 -0
  48. package/dist/IconBillboard/index.d.ts +2 -12
  49. package/dist/IconBillboard/index.d.ts.map +1 -1
  50. package/dist/IconBillboard/index.js +72 -25
  51. package/dist/IconBillboard/index.js.map +1 -1
  52. package/dist/ImageBillboard/ImageBillboard.css.d.ts +4 -1
  53. package/dist/ImageBillboard/ImageBillboard.css.d.ts.map +1 -1
  54. package/dist/ImageBillboard/ImageBillboard.css.js +10 -4
  55. package/dist/ImageBillboard/ImageBillboard.css.js.map +1 -1
  56. package/dist/ImageBillboard/index.d.ts.map +1 -1
  57. package/dist/ImageBillboard/index.js +8 -8
  58. package/dist/ImageBillboard/index.js.map +1 -1
  59. package/dist/Input/index.d.ts +1 -1
  60. package/dist/Input/index.d.ts.map +1 -1
  61. package/dist/Modal/Modal.css.js +1 -0
  62. package/dist/Modal/Modal.css.js.map +1 -1
  63. package/dist/Modal/index.js +2 -1
  64. package/dist/Modal/index.js.map +1 -1
  65. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +162 -0
  66. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js.map +1 -0
  67. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +2 -0
  68. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts.map +1 -0
  69. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +8 -0
  70. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js.map +1 -0
  71. package/dist/NavigationMenu/AxosAdvisor/index.d.ts +2 -0
  72. package/dist/NavigationMenu/AxosAdvisor/index.d.ts.map +1 -0
  73. package/dist/NavigationMenu/AxosAdvisor/index.js +409 -0
  74. package/dist/NavigationMenu/AxosAdvisor/index.js.map +1 -0
  75. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +126 -0
  76. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js.map +1 -0
  77. package/dist/NavigationMenu/AxosFiduciary/index.d.ts +2 -0
  78. package/dist/NavigationMenu/AxosFiduciary/index.d.ts.map +1 -0
  79. package/dist/NavigationMenu/AxosFiduciary/index.js +131 -0
  80. package/dist/NavigationMenu/AxosFiduciary/index.js.map +1 -0
  81. package/dist/SecondaryFooter/index.d.ts +1 -1
  82. package/dist/SecondaryFooter/index.d.ts.map +1 -1
  83. package/dist/Table/Table.d.ts +4 -4
  84. package/dist/Table/Table.d.ts.map +1 -1
  85. package/dist/assets/Button/Button.css +35 -30
  86. package/dist/assets/DownloadTile/DownloadTile.css +0 -22
  87. package/dist/assets/HeroBanner/HeroBanner.css +91 -93
  88. package/dist/assets/IconBillboard/IconBillboard.css +30 -0
  89. package/dist/assets/ImageBillboard/ImageBillboard.css +12 -1
  90. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +579 -0
  91. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +419 -0
  92. package/dist/assets/globals.css +29 -2
  93. package/dist/icons/ArrowIcon/index.d.ts +2 -1
  94. package/dist/icons/ArrowIcon/index.d.ts.map +1 -1
  95. package/dist/icons/ArrowIcon/index.js +2 -2
  96. package/dist/icons/ArrowIcon/index.js.map +1 -1
  97. package/dist/icons/CheckCircle.d.ts +1 -1
  98. package/dist/icons/CheckCircle.d.ts.map +1 -1
  99. package/dist/icons/CheckCircleLight.d.ts +1 -1
  100. package/dist/icons/CheckCircleLight.d.ts.map +1 -1
  101. package/dist/icons/CheckIcon/index.d.ts +2 -1
  102. package/dist/icons/CheckIcon/index.d.ts.map +1 -1
  103. package/dist/icons/CheckIcon/index.js +2 -2
  104. package/dist/icons/CheckIcon/index.js.map +1 -1
  105. package/dist/icons/ChevronDown.d.ts +1 -1
  106. package/dist/icons/ChevronDown.d.ts.map +1 -1
  107. package/dist/icons/ChevronUp.d.ts +1 -1
  108. package/dist/icons/ChevronUp.d.ts.map +1 -1
  109. package/dist/icons/CloseIcon/index.d.ts +2 -1
  110. package/dist/icons/CloseIcon/index.d.ts.map +1 -1
  111. package/dist/icons/CloseIcon/index.js +2 -2
  112. package/dist/icons/CloseIcon/index.js.map +1 -1
  113. package/dist/icons/DownloadIcon/DownloadIcon.css.js +0 -1
  114. package/dist/icons/DownloadIcon/DownloadIcon.css.js.map +1 -1
  115. package/dist/icons/DownloadIcon/index.d.ts +2 -1
  116. package/dist/icons/DownloadIcon/index.d.ts.map +1 -1
  117. package/dist/icons/DownloadIcon/index.js +2 -2
  118. package/dist/icons/DownloadIcon/index.js.map +1 -1
  119. package/dist/icons/EqualHousingLender.d.ts +1 -1
  120. package/dist/icons/EqualHousingLender.d.ts.map +1 -1
  121. package/dist/icons/LockIcon/index.d.ts +2 -1
  122. package/dist/icons/LockIcon/index.d.ts.map +1 -1
  123. package/dist/icons/LockIcon/index.js +2 -2
  124. package/dist/icons/LockIcon/index.js.map +1 -1
  125. package/dist/icons/MemberFdicLogo.d.ts +1 -1
  126. package/dist/icons/MemberFdicLogo.d.ts.map +1 -1
  127. package/dist/icons/QuoteIconGrey.d.ts +1 -1
  128. package/dist/icons/QuoteIconGrey.d.ts.map +1 -1
  129. package/dist/icons/QuoteIconWhite.d.ts +1 -1
  130. package/dist/icons/QuoteIconWhite.d.ts.map +1 -1
  131. package/dist/icons/QuoteIconYellow.d.ts +1 -1
  132. package/dist/icons/QuoteIconYellow.d.ts.map +1 -1
  133. package/dist/icons/WarningIcon/index.d.ts +2 -1
  134. package/dist/icons/WarningIcon/index.d.ts.map +1 -1
  135. package/dist/icons/WarningIcon/index.js +3 -2
  136. package/dist/icons/WarningIcon/index.js.map +1 -1
  137. package/dist/icons/index.d.ts +6 -5
  138. package/dist/icons/index.d.ts.map +1 -1
  139. package/dist/icons/index.js +30 -28
  140. package/dist/icons/index.js.map +1 -1
  141. package/dist/main.d.ts +2 -0
  142. package/dist/main.d.ts.map +1 -1
  143. package/dist/main.js +6 -0
  144. package/dist/main.js.map +1 -1
  145. package/dist/types/declaration.d.js +2 -0
  146. package/dist/types/declaration.d.js.map +1 -0
  147. package/dist/utils/getVariant.d.ts +2 -2
  148. package/dist/utils/getVariant.d.ts.map +1 -1
  149. package/dist/utils/getVariant.js +11 -23
  150. package/dist/utils/getVariant.js.map +1 -1
  151. package/package.json +95 -91
@@ -0,0 +1,131 @@
1
+ "use client";
2
+ import { jsxs, jsx } from "react/jsx-runtime";
3
+ import clsx from "clsx";
4
+ import { useState } from "react";
5
+ import styles from "./NavBar.module.js";
6
+ function NavBar() {
7
+ const [isOpenMobile, setisOpenMobile] = useState(false);
8
+ const mobileToggle = () => setisOpenMobile(!isOpenMobile);
9
+ return /* @__PURE__ */ jsxs("header", { children: [
10
+ /* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
11
+ /* @__PURE__ */ jsx("div", { className: `${styles.desktop_only} flex_row middle`, children: /* @__PURE__ */ jsxs("div", { className: `${styles.main_nav} flex_row middle`, children: [
12
+ /* @__PURE__ */ jsx("div", { className: styles.logo_wrap, children: /* @__PURE__ */ jsx(
13
+ "a",
14
+ {
15
+ href: "/",
16
+ "aria-label": "return to axos fiduciary service homepage",
17
+ children: /* @__PURE__ */ jsx(
18
+ "img",
19
+ {
20
+ src: "//images.axos.com/o9ov1v03uwqk/3iEpjQOjJBbl5MDVk8XtrV/3927baabf6581ffe27fd79b2293b56ce/afs-logo.svg",
21
+ alt: "",
22
+ width: 171,
23
+ height: 58
24
+ }
25
+ )
26
+ }
27
+ ) }),
28
+ /* @__PURE__ */ jsx("div", { className: styles.primary_links, children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", role: "menu", children: [
29
+ /* @__PURE__ */ jsx("li", { className: styles.main_nav_link, children: /* @__PURE__ */ jsx("a", { href: "/about-us", className: "active", role: "menuitem", children: "About Us" }) }),
30
+ /* @__PURE__ */ jsx("li", { className: styles.main_nav_link, children: /* @__PURE__ */ jsx("a", { href: "/services", role: "menuitem", children: "Services" }) }),
31
+ /* @__PURE__ */ jsx("li", { className: styles.main_nav_link, children: /* @__PURE__ */ jsx("a", { href: "/software", role: "menuitem", children: "Software" }) }),
32
+ /* @__PURE__ */ jsx("li", { className: styles.main_nav_link, children: /* @__PURE__ */ jsx("a", { href: "contact", role: "menuitem", children: "Contact" }) })
33
+ ] }) })
34
+ ] }) }),
35
+ /* @__PURE__ */ jsx(
36
+ "button",
37
+ {
38
+ className: clsx(styles.mobile_only, styles.hamburger),
39
+ onClick: mobileToggle,
40
+ children: /* @__PURE__ */ jsx(
41
+ "svg",
42
+ {
43
+ width: 24,
44
+ height: 24,
45
+ viewBox: "0 0 24 24",
46
+ fill: "none",
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ children: /* @__PURE__ */ jsx(
49
+ "path",
50
+ {
51
+ fillRule: "evenodd",
52
+ clipRule: "evenodd",
53
+ d: "M22.5 15.75V17.25H1.5V15.75H22.5ZM22.5 11.25V12.75H1.5V11.25H22.5ZM22.5 6.75V8.25H1.5V6.75H22.5Z",
54
+ fill: "#4A5560"
55
+ }
56
+ )
57
+ }
58
+ )
59
+ }
60
+ ),
61
+ /* @__PURE__ */ jsx("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: /* @__PURE__ */ jsx(
62
+ "img",
63
+ {
64
+ src: "//images.axos.com/o9ov1v03uwqk/70DeSnNiwKxnnpoNEmdHYc/c89285e7f92b31397b49e09ddb9ea14d/afs-logo-mobile.svg",
65
+ alt: "",
66
+ width: 113,
67
+ height: 58
68
+ }
69
+ ) })
70
+ ] }) }) }),
71
+ /* @__PURE__ */ jsx(
72
+ "div",
73
+ {
74
+ className: clsx(
75
+ styles.mobile_nav,
76
+ styles.mobile_only,
77
+ "relative",
78
+ "bg_white",
79
+ isOpenMobile ? styles.mobile_opened : ""
80
+ ),
81
+ "aria-expanded": isOpenMobile,
82
+ role: "menu",
83
+ children: /* @__PURE__ */ jsxs("div", { className: clsx(styles.inner_wrapper, "bg_white"), children: [
84
+ /* @__PURE__ */ jsxs("div", { className: `${styles.mobile_header} relative text_center`, children: [
85
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Welcome" }),
86
+ /* @__PURE__ */ jsx("button", { onClick: mobileToggle, "aria-label": "close navigation menu", children: /* @__PURE__ */ jsx(
87
+ "svg",
88
+ {
89
+ xmlns: "http://www.w3.org/2000/svg",
90
+ width: 24,
91
+ height: 24,
92
+ viewBox: "0 0 24 24",
93
+ fill: "none",
94
+ children: /* @__PURE__ */ jsx(
95
+ "path",
96
+ {
97
+ d: "M20.2812 2.65625L21.3419 3.71691L13.0602 11.9982L21.3419 20.2812L20.2812 21.3419L11.9982 13.0602L3.71691 21.3419L2.65625 20.2812L10.9377 11.9982L2.65625 3.71691L3.71691 2.65625L11.9982 10.9377L20.2812 2.65625Z",
98
+ fill: "#4A5560"
99
+ }
100
+ )
101
+ }
102
+ ) })
103
+ ] }),
104
+ /* @__PURE__ */ jsx("div", { className: styles.mobile_body, children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
105
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_1", children: /* @__PURE__ */ jsx("a", { href: "#", children: "About Us" }) }),
106
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_2", children: /* @__PURE__ */ jsx("a", { href: "/services", children: "Services" }) }),
107
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_3", children: /* @__PURE__ */ jsx("a", { href: "/Software", children: "Software" }) }),
108
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_4", children: /* @__PURE__ */ jsx("a", { href: "/Contact", children: "Contact" }) })
109
+ ] }) }),
110
+ /* @__PURE__ */ jsx("div", { className: styles.mobile_footer, children: /* @__PURE__ */ jsxs("div", { className: "flex_row between", children: [
111
+ /* @__PURE__ */ jsxs(
112
+ "div",
113
+ {
114
+ className: `${styles.mobile_footer_content} flex_col between`,
115
+ children: [
116
+ /* @__PURE__ */ jsx("p", { children: /* @__PURE__ */ jsx("strong", { children: "Contact a Specialist Today!" }) }),
117
+ /* @__PURE__ */ jsx("div", { className: styles.footer_cta, children: /* @__PURE__ */ jsx("a", { href: "/contact", children: "Talk With Us" }) })
118
+ ]
119
+ }
120
+ ),
121
+ /* @__PURE__ */ jsx("div", { className: styles.mobile_footer_media, children: " " })
122
+ ] }) })
123
+ ] })
124
+ }
125
+ )
126
+ ] });
127
+ }
128
+ export {
129
+ NavBar as default
130
+ };
131
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../lib/NavigationMenu/AxosFiduciary/index.tsx"],"sourcesContent":["\"use client\";\nimport clsx from \"clsx\";\nimport { useState } from \"react\";\nimport styles from \"./NavBar.module.css\";\n\nexport default function NavBar() {\n const [isOpenMobile, setisOpenMobile] = useState(false);\n const mobileToggle = () => setisOpenMobile(!isOpenMobile);\n\n return (\n <header>\n <div className={`${styles.header} bg_white`}>\n <div className={styles.wrapper}>\n <div className={`${styles.header_main_row} flex_row between middle`}>\n <div className={`${styles.desktop_only} flex_row middle`}>\n <div className={`${styles.main_nav} flex_row middle`}>\n <div className={styles.logo_wrap}>\n <a\n href={\"/\"}\n aria-label=\"return to axos fiduciary service homepage\"\n >\n <img\n src=\"//images.axos.com/o9ov1v03uwqk/3iEpjQOjJBbl5MDVk8XtrV/3927baabf6581ffe27fd79b2293b56ce/afs-logo.svg\"\n alt=\"\"\n width={171}\n height={58}\n />\n </a>\n </div>\n <div className={styles.primary_links}>\n <ul className=\"list_unstyled flex_row middle\" role=\"menu\">\n <li className={styles.main_nav_link}>\n <a href=\"/about-us\" className=\"active\" role=\"menuitem\">\n About Us\n </a>\n </li>\n <li className={styles.main_nav_link}>\n <a href=\"/services\" role=\"menuitem\">\n Services\n </a>\n </li>\n <li className={styles.main_nav_link}>\n <a href=\"/software\" role=\"menuitem\">\n Software\n </a>\n </li>\n <li className={styles.main_nav_link}>\n <a href=\"contact\" role=\"menuitem\">\n Contact\n </a>\n </li>\n </ul>\n </div>\n </div>\n </div>\n {/* MOBILE */}\n <button\n className={clsx(styles.mobile_only, styles.hamburger)}\n onClick={mobileToggle}\n >\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22.5 15.75V17.25H1.5V15.75H22.5ZM22.5 11.25V12.75H1.5V11.25H22.5ZM22.5 6.75V8.25H1.5V6.75H22.5Z\"\n fill=\"#4A5560\"\n />\n </svg>\n </button>\n <div className={`${styles.mobile_only} ${styles.mobile_logo}`}>\n <img\n src=\"//images.axos.com/o9ov1v03uwqk/70DeSnNiwKxnnpoNEmdHYc/c89285e7f92b31397b49e09ddb9ea14d/afs-logo-mobile.svg\"\n alt=\"\"\n width={113}\n height={58}\n />\n </div>\n </div>\n </div>\n </div>\n {/* MOBILE NAV */}\n <div\n className={clsx(\n styles.mobile_nav,\n styles.mobile_only,\n \"relative\",\n \"bg_white\",\n isOpenMobile ? styles.mobile_opened : \"\"\n )}\n aria-expanded={isOpenMobile}\n role=\"menu\"\n >\n <div className={clsx(styles.inner_wrapper, \"bg_white\")}>\n <div className={`${styles.mobile_header} relative text_center`}>\n <p role=\"heading\">Welcome</p>\n <button onClick={mobileToggle} aria-label=\"close navigation menu\">\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n <path\n d=\"M20.2812 2.65625L21.3419 3.71691L13.0602 11.9982L21.3419 20.2812L20.2812 21.3419L11.9982 13.0602L3.71691 21.3419L2.65625 20.2812L10.9377 11.9982L2.65625 3.71691L3.71691 2.65625L11.9982 10.9377L20.2812 2.65625Z\"\n fill=\"#4A5560\"\n />\n </svg>\n </button>\n </div>\n <div className={styles.mobile_body}>\n <ul className=\"list_unstyled\">\n <li className={`${styles.mobile_nav_item}`} id=\"dd_1\">\n <a href=\"#\">About Us</a>\n </li>\n <li className={`${styles.mobile_nav_item}`} id=\"dd_2\">\n <a href=\"/services\">Services</a>\n </li>\n <li className={`${styles.mobile_nav_item}`} id=\"dd_3\">\n <a href=\"/Software\">Software</a>\n </li>\n <li className={`${styles.mobile_nav_item}`} id=\"dd_4\">\n <a href=\"/Contact\">Contact</a>\n </li>\n </ul>\n </div>\n <div className={styles.mobile_footer}>\n <div className=\"flex_row between\">\n <div\n className={`${styles.mobile_footer_content} flex_col between`}\n >\n <p>\n <strong>Contact a Specialist Today!</strong>\n </p>\n <div className={styles.footer_cta}>\n <a href=\"/contact\">Talk With Us</a>\n </div>\n </div>\n <div className={styles.mobile_footer_media}>&nbsp;</div>\n </div>\n </div>\n </div>\n </div>\n </header>\n );\n}\n"],"names":[],"mappings":"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"}
@@ -6,5 +6,5 @@ export interface FooterItem {
6
6
  export interface SecondaryFooterProps {
7
7
  items: FooterItem[];
8
8
  }
9
- export declare const SecondaryFooter: (props: SecondaryFooterProps) => import("react/jsx-dev-runtime").JSX.Element;
9
+ export declare const SecondaryFooter: (props: SecondaryFooterProps) => import("react/jsx-runtime").JSX.Element;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/SecondaryFooter/index.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB;AAED,eAAO,MAAM,eAAe,UAAW,oBAAoB,gDAe1D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/SecondaryFooter/index.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB;AAED,eAAO,MAAM,eAAe,UAAW,oBAAoB,4CAe1D,CAAC"}
@@ -2,7 +2,7 @@ import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from "react";
2
2
  import { TableVariants, TdVariants, ThVariants } from "./Table.css";
3
3
  export interface RowProps extends HtmlHTMLAttributes<HTMLTableRowElement>, PropsWithChildren {
4
4
  }
5
- export declare const TableRow: ({ children, ...props }: RowProps) => import("react/jsx-dev-runtime").JSX.Element;
5
+ export declare const TableRow: ({ children, ...props }: RowProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export interface CellProps extends HtmlHTMLAttributes<HTMLTableCellElement>, PropsWithChildren {
7
7
  as?: "td" | "th";
8
8
  }
@@ -54,7 +54,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
54
54
  results?: number | undefined;
55
55
  security?: string | undefined;
56
56
  unselectable?: "off" | "on" | undefined;
57
- inputMode?: "search" | "none" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
57
+ inputMode?: "none" | "search" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
58
58
  is?: string | undefined;
59
59
  "aria-activedescendant"?: string | undefined;
60
60
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
@@ -73,7 +73,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
73
73
  "aria-description"?: string | undefined;
74
74
  "aria-details"?: string | undefined;
75
75
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
76
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
76
+ "aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined;
77
77
  "aria-errormessage"?: string | undefined;
78
78
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
79
79
  "aria-flowto"?: string | undefined;
@@ -279,5 +279,5 @@ export interface Table extends PropsWithChildren {
279
279
  columns?: ReactNode;
280
280
  rows?: ReactNode;
281
281
  }
282
- export declare const Table: (props: Table & TableVariants) => import("react/jsx-dev-runtime").JSX.Element;
282
+ export declare const Table: (props: Table & TableVariants) => import("react/jsx-runtime").JSX.Element;
283
283
  //# sourceMappingURL=Table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../lib/Table/Table.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAC;AACf,OAAO,EACL,aAAa,EACb,UAAU,EACV,UAAU,EAKX,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,QACf,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC,EAC7C,iBAAiB;CAAG;AAExB,eAAO,MAAM,QAAQ,2BAA4B,QAAQ,gDAExD,CAAC;AAEF,MAAM,WAAW,SACf,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC,EAC9C,iBAAiB;IACnB,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAClB;AAED,eAAO,MAAM,SAAS,qDAMnB,SAAS,GAAG,UAAU,GAAG,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAcrC,CAAC;AAEF,MAAM,WAAW,KAAM,SAAQ,iBAAiB;IAC9C,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,KAAK,UAAW,KAAK,GAAG,aAAa,gDAYjD,CAAC"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../lib/Table/Table.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAC;AACf,OAAO,EACL,aAAa,EACb,UAAU,EACV,UAAU,EAKX,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,QACf,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC,EAC7C,iBAAiB;CAAG;AAExB,eAAO,MAAM,QAAQ,2BAA4B,QAAQ,4CAExD,CAAC;AAEF,MAAM,WAAW,SACf,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC,EAC9C,iBAAiB;IACnB,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAClB;AAED,eAAO,MAAM,SAAS,qDAMnB,SAAS,GAAG,UAAU,GAAG,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAcrC,CAAC;AAEF,MAAM,WAAW,KAAM,SAAQ,iBAAiB;IAC9C,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,KAAK,UAAW,KAAK,GAAG,aAAa,4CAYjD,CAAC"}
@@ -1,43 +1,60 @@
1
1
  ._13pdpuj0 {
2
+ border: 2px solid transparent;
2
3
  font-weight: 700;
3
- border-width: 2px;
4
- border-style: solid;
5
- max-width: 25ch;
6
- overflow: hidden;
7
- white-space: nowrap;
8
- width: 100%;
9
- text-align: center;
4
+ margin-bottom: 0;
5
+ -webkit-transition-duration: 0.15s;
6
+ -o-transition-duration: 0.15s;
7
+ transition-duration: 0.15s;
8
+ -webkit-transition-property: color,background-color,border-color;
9
+ -o-transition-property: color,background-color,border-color;
10
+ transition-property: color,background-color,border-color;
11
+ -webkit-transition-timing-function: linear;
12
+ -o-transition-timing-function: linear;
13
+ transition-timing-function: linear;
10
14
  text-decoration: none;
15
+ display: inline-block;
16
+ white-space: nowrap;
17
+ font-size: 16px;
18
+ opacity: 1;
19
+ cursor: pointer;
11
20
  }
12
21
  ._13pdpuj0:hover {
13
- cursor: pointer;
14
- text-decoration: underline;
22
+ background-color: transparent;
15
23
  }
16
24
  ._13pdpuj1 {
17
25
  background: var(--gysk0y5);
18
- border-color: var(--gysk0y5);
19
26
  color: var(--gysk0y4);
20
27
  }
21
28
  ._13pdpuj1:hover {
22
- background: transparent;
29
+ border-color: var(--gysk0y5);
30
+ color: var(--gysk0y5);
31
+ }
32
+ ._13pdpuj1:active {
33
+ background-color: var(--gysk0y5);
23
34
  color: var(--gysk0y5);
24
35
  }
25
36
  ._13pdpuj2 {
26
37
  background: var(--gysk0yh);
27
- border-color: var(--gysk0yh);
28
38
  color: var(--gysk0yg);
29
39
  }
30
40
  ._13pdpuj2:hover {
31
- background: transparent;
41
+ border-color: var(--gysk0yh);
32
42
  color: var(--gysk0yh);
33
43
  }
44
+ ._13pdpuj2:active {
45
+ background-color: var(--gysk0yh);
46
+ color: var(--gysk0yg);
47
+ }
34
48
  ._13pdpuj3 {
35
49
  background: var(--gysk0y4);
36
- border-color: var(--gysk0y4);
37
50
  color: var(--gysk0y5);
38
51
  }
39
52
  ._13pdpuj3:hover {
40
- background: transparent;
53
+ border-color: var(--gysk0y4);
54
+ color: var(--gysk0y4);
55
+ }
56
+ ._13pdpuj3:active {
57
+ background-color: var(--gysk0y4);
41
58
  color: var(--gysk0y4);
42
59
  }
43
60
  ._13pdpuj4 {
@@ -45,25 +62,13 @@
45
62
  border-color: #D4D4D4;
46
63
  }
47
64
  ._13pdpuj5 {
48
- padding-inline: 32px;
49
- padding-top: 4px;
50
- padding-bottom: 4px;
51
- font-size: 14px;
52
- line-height: 20px;
65
+ padding: 4px 32px;
53
66
  }
54
67
  ._13pdpuj6 {
55
- padding-inline: 48px;
56
- padding-top: 8px;
57
- padding-bottom: 8px;
58
- font-size: 16px;
59
- line-height: 24px;
68
+ padding: 8px 48px;
60
69
  }
61
70
  ._13pdpuj7 {
62
- padding-inline: 64px;
63
- padding-top: 12px;
64
- padding-bottom: 12px;
65
- font-size: 18px;
66
- line-height: 26px;
71
+ padding: 12px 64px;
67
72
  }
68
73
  ._13pdpuj8 {
69
74
  border: 2px solid transparent;
@@ -3,18 +3,6 @@
3
3
  width: 94%;
4
4
  max-width: 1640px;
5
5
  }
6
- ._14gexxj1:nth-child(odd) {
7
- width: 50%;
8
- float: left;
9
- }
10
- ._14gexxj1:nth-child(even) {
11
- width: 50%;
12
- float: right;
13
- }
14
- ._14gexxj1:last-child:not(:nth-child(even)) {
15
- width: 100%;
16
- float: inline-start;
17
- }
18
6
  ._14gexxj2 {
19
7
  border-collapse: initial;
20
8
  border-radius: 1rem;
@@ -82,16 +70,6 @@
82
70
  max-width: 49.5rem;
83
71
  text-align: center;
84
72
  }
85
- @media screen and (max-width:600px) {
86
- ._14gexxj1:nth-child(odd) {
87
- width: 100%;
88
- float: inline-start;
89
- }
90
- ._14gexxj1:nth-child(even) {
91
- width: 100%;
92
- float: inline-start;
93
- }
94
- }
95
73
  @media screen and (max-width:767px) {
96
74
  ._14gexxj2 tbody td {
97
75
  padding: 16px;
@@ -1,154 +1,152 @@
1
+ ._1ye8k3f0 {
2
+ position: relative;
3
+ overflow: hidden;
4
+ isolation: isolate;
5
+ }
1
6
  ._1ye8k3f1 {
2
7
  background: var(--gysk0y0);
3
8
  color: var(--gysk0y1);
4
9
  }
5
10
  ._1ye8k3f2 {
11
+ background: var(--gysk0y6);
12
+ color: var(--gysk0y7);
13
+ }
14
+ ._1ye8k3f3 {
6
15
  background: var(--gysk0yc);
7
16
  color: var(--gysk0yd);
8
17
  }
9
18
  ._1ye8k3f4 {
10
- background: var(--gysk0y3);
11
- background-clip: text;
12
- -webkit-text-fill-color: transparent;
19
+ background: var(--gysk0yi);
20
+ color: var(--gysk0yj);
13
21
  }
14
22
  ._1ye8k3f5 {
15
- color: var(--gysk0yh);
23
+ display: flex;
24
+ justify-content: space-between;
25
+ align-items: center;
26
+ min-height: 480px;
27
+ gap: 2rem;
16
28
  }
17
29
  ._1ye8k3f7 {
18
- background: var(--gysk0y3);
19
- background-clip: text;
20
- -webkit-text-fill-color: transparent;
30
+ padding: 2rem 0;
21
31
  }
22
32
  ._1ye8k3f8 {
23
- color: var(--gysk0ye);
33
+ display: flex;
34
+ justify-content: flex-end;
35
+ }
36
+ ._1ye8k3f8 img {
37
+ max-width: 663px;
24
38
  }
25
39
  ._1ye8k3fa {
26
- color: var(--gysk0y1);
40
+ display: block;
41
+ font: 700 14px / 1.3 'Roboto';
42
+ margin-bottom: 2px;
43
+ letter-spacing: .2px;
27
44
  }
28
45
  ._1ye8k3fb {
29
- color: var(--gysk0yd);
46
+ background: var(--gysk0y3);
47
+ background-clip: text;
48
+ -webkit-text-fill-color: transparent;
49
+ }
50
+ ._1ye8k3fc {
51
+ background: var(--gysk0y9);
52
+ background-clip: text;
53
+ -webkit-text-fill-color: transparent;
30
54
  }
31
55
  ._1ye8k3fd {
32
- display: flex;
33
- justify-content: space-between;
34
- align-items: center;
56
+ color: var(--gysk0yh);
35
57
  }
36
58
  ._1ye8k3fe {
37
- padding: 2rem 0;
38
- }
39
- ._1ye8k3fe p {
40
- font-weight: 400;
41
- font-size: 18px;
42
- line-height: 1.4;
43
- letter-spacing: .2px;
44
- }
45
- ._1ye8k3fe h1 {
46
- margin-bottom: 1rem;
59
+ color: var(--gysk0yj);
47
60
  }
48
61
  ._1ye8k3ff {
49
- margin-top: 1rem;
62
+ font: 600 2.5rem / 1.25 'Enconde Sans';
50
63
  }
51
64
  ._1ye8k3fg {
52
- margin-top: 3.5rem;
53
- display: flex;
54
- align-items: center;
65
+ background: var(--gysk0y3);
66
+ background-clip: text;
67
+ -webkit-text-fill-color: transparent;
55
68
  }
56
69
  ._1ye8k3fh {
57
- display: flex;
58
- justify-content: flex-end;
70
+ background: var(--gysk0y9);
71
+ background-clip: text;
72
+ -webkit-text-fill-color: transparent;
59
73
  }
60
74
  ._1ye8k3fi {
61
- width: 100%;
62
- max-width: 100%;
75
+ color: var(--gysk0ye);
63
76
  }
64
- @media screen and (max-width:1280px) {
65
- ._1ye8k3fg {
66
- margin-top: 2.5rem;
67
- }
68
- ._1ye8k3fj ._1ye8k3fg {
77
+ ._1ye8k3fj {
78
+ color: var(--gysk0yk);
79
+ }
80
+ ._1ye8k3f7 > h1 + p {
81
+ margin-top: 1rem;
82
+ }
83
+ ._1ye8k3f7 p {
84
+ font: 400 18px / 1.44 'Roboto';
85
+ letter-spacing: .2px;
86
+ }
87
+ ._1ye8k3fk {
88
+ margin-top: 3.5rem;
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 2rem;
92
+ }
93
+ @media screen and (max-width:1024px) {
94
+ ._1ye8k3f5 {
69
95
  flex-direction: column;
70
96
  }
71
- ._1ye8k3fj > a: last - child {
72
- margin-top: 1.5rem;
73
- margin-left: 0 !important;
97
+ ._1ye8k3fk {
98
+ flex-direction: column;
74
99
  }
75
100
  }
76
- @media (max-width:1280px) and (min-width:1024px) {
77
- ._1ye8k3fd:not(.logout .hero_content) > * {
78
- width: 100%;
79
- max-width: 50%;
80
- }
81
- ._1ye8k3fj ._1ye8k3fg {
82
- align-items: flex-start;
101
+ @media screen and (min-width:1024px) {
102
+ ._1ye8k3f6 {
103
+ flex-direction: row-reverse;
83
104
  }
84
- ._1ye8k3fj > *: first - child {
85
- width: calc(100% - 28px;
105
+ ._1ye8k3f7 {
106
+ flex: 1 1;
107
+ max-width: 588px;
86
108
  }
87
109
  }
88
110
  @media screen and (max-width:1023px) {
89
- ._1ye8k3fd {
90
- flex-direction: column;
91
- }
92
- ._1ye8k3fd:not(.logout .hero_content) > * {
93
- max-width: 100%;
94
- }
95
- ._1ye8k3fe {
111
+ ._1ye8k3f7 {
96
112
  text-align: center;
97
113
  }
98
- ._1ye8k3fg {
99
- flex-direction: column;
100
- }
101
- ._1ye8k3fg > a:last-child {
102
- margin-top: 1.5rem;
103
- }
104
- ._1ye8k3fh {
114
+ ._1ye8k3f8 {
105
115
  justify-content: center;
106
116
  width: min(375px, 100%);
107
117
  }
108
118
  }
109
119
  @media screen and (max-width:603px) {
110
- ._1ye8k3fe {
120
+ ._1ye8k3f7 {
111
121
  max-width: calc(100% - 2rem);
112
- margin-inline: auto;
122
+ margin-left: auto;
123
+ margin-right: auto;
113
124
  }
114
125
  }
115
- @media screen and (min-width:1024px) {
116
- ._1ye8k3fc {
117
- flex-direction: row-reverse;
118
- }
119
- ._1ye8k3fd {
120
- min-height: 480px;
121
- gap: 2rem;
122
- }
123
- ._1ye8k3fe {
124
- flex: 1 1 0%;
125
- max-width: 588px;
126
- }
127
- ._1ye8k3fg > a:last-child {
128
- margin-left: 2rem;
129
- }
130
- ._1ye8k3fj ._1ye8k3fd {
131
- min-height: 740px;
132
- gap: 1.5rem;
126
+ @media (max-width:1280px) and (min-width:1024px) {
127
+ ._1ye8k3f8:not(._1ye8k3f9 ._1ye8k3f8) {
128
+ flex: 1 1;
133
129
  }
134
- ._1ye8k3fj ._1ye8k3fe {
135
- max-width: 468px;
130
+ ._1ye8k3f5:not(._1ye8k3f9 ._1ye8k3f5) > * {
131
+ max-width: 50%;
132
+ width: 50%;
136
133
  }
137
- ._1ye8k3fj ._1ye8k3fh {
138
- max-width: 708px;
134
+ }
135
+ @media screen and (max-width:1280px) {
136
+ ._1ye8k3fk {
137
+ margin-top: 2.5rem;
139
138
  }
140
139
  }
141
140
  @media screen and (max-width:768px) {
142
- ._1ye8k3fe p {
141
+ ._1ye8k3ff {
142
+ font-size: 28px;
143
+ line-height: 1.29;
144
+ }
145
+ ._1ye8k3f7 p {
143
146
  font-size: 1rem;
144
147
  line-height: 1.5;
145
148
  }
146
- ._1ye8k3fg {
149
+ ._1ye8k3fk {
147
150
  margin-top: 1.7rem;
148
151
  }
149
- }
150
- @media screen and (min-width:1023px) {
151
- ._1ye8k3fh {
152
- flex: 1 1 0%;
153
- }
154
152
  }
@@ -81,6 +81,36 @@
81
81
  width: 100%;
82
82
  text-align: center;
83
83
  }
84
+ ._1r4ovbui {
85
+ margin-inline: auto;
86
+ margin-bottom: 2.5rem;
87
+ text-align: center;
88
+ max-width: 1000px;
89
+ }
90
+ ._1r4ovbui > p {
91
+ margin-top: 24px;
92
+ }
93
+ ._1r4ovbuk {
94
+ background: var(--gysk0y3);
95
+ background-clip: text;
96
+ -webkit-text-fill-color: transparent;
97
+ }
98
+ ._1r4ovbul {
99
+ background: var(--gysk0y9);
100
+ background-clip: text;
101
+ -webkit-text-fill-color: transparent;
102
+ }
103
+ ._1r4ovbum {
104
+ color: var(--gysk0ye);
105
+ }
106
+ ._1r4ovbun {
107
+ color: var(--gysk0yk);
108
+ }
109
+ ._1r4ovbuo {
110
+ display: grid;
111
+ grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
112
+ column-gap: 24px;
113
+ }
84
114
  @media screen and (max-width: 380px) {
85
115
  ._1r4ovbuh {
86
116
  flex-direction: column;
@@ -68,12 +68,23 @@
68
68
  gap: 20px;
69
69
  }
70
70
  ._1m7m2am {
71
+ display: grid;
72
+ grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
73
+ column-gap: 24px;
74
+ }
75
+ ._1m7m2an {
76
+ grid-template-columns: 1fr 1fr;
77
+ }
78
+ ._1m7m2ao {
79
+ grid-template-columns: 1fr 1fr 1fr;
80
+ }
81
+ ._1m7m2ap {
71
82
  margin-inline: auto;
72
83
  margin-bottom: 2.5rem;
73
84
  text-align: center;
74
85
  max-width: 1000px;
75
86
  }
76
- ._1m7m2am > p {
87
+ ._1m7m2ap > p {
77
88
  margin-top: 24px;
78
89
  }
79
90
  @media screen and (max-width:1023px) {