@axos-web-dev/shared-components 1.0.100-dev.2 → 1.0.100-dev.21

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 (233) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -1
  2. package/dist/Article/Article.css.d.ts +8 -36
  3. package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
  4. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  5. package/dist/Auth/ErrorAlert.js +1 -1
  6. package/dist/Avatar/Avatar.module.js +7 -7
  7. package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
  8. package/dist/AwardsItem/AwardsItem.css.js +1 -2
  9. package/dist/Blockquote/Blockquote.module.js +3 -3
  10. package/dist/Button/Button.css.d.ts +3 -3
  11. package/dist/Button/Button.js +1 -1
  12. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
  13. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +1 -0
  14. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +3 -1
  15. package/dist/Calculators/AxosOneCalculator/index.d.ts +3 -0
  16. package/dist/Calculators/AxosOneCalculator/index.js +48 -20
  17. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
  18. package/dist/Calculators/BuyDownCalculator/index.d.ts +5 -1
  19. package/dist/Calculators/BuyDownCalculator/index.js +267 -141
  20. package/dist/Calculators/Calculator.d.ts +3 -0
  21. package/dist/Calculators/Calculator.js +8 -4
  22. package/dist/Calculators/calculator.css.d.ts +2 -8
  23. package/dist/CallToActionBar/index.js +1 -1
  24. package/dist/Carousel/Carousel.css.d.ts +8 -19
  25. package/dist/Carousel/index.js +1 -1
  26. package/dist/Chatbot/Bubble.css.d.ts +1 -0
  27. package/dist/Chatbot/Bubble.css.js +3 -1
  28. package/dist/Chatbot/Bubble.js +69 -17
  29. package/dist/Chatbot/ChatWindow.css.d.ts +7 -0
  30. package/dist/Chatbot/ChatWindow.css.js +21 -6
  31. package/dist/Chatbot/ChatWindow.d.ts +6 -0
  32. package/dist/Chatbot/ChatWindow.js +232 -38
  33. package/dist/Chatbot/Chatbot.css.d.ts +2 -1
  34. package/dist/Chatbot/Chatbot.css.js +4 -3
  35. package/dist/Chatbot/Chatbot.d.ts +5 -1
  36. package/dist/Chatbot/Chatbot.js +10 -7
  37. package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
  38. package/dist/Chatbot/EllipsisIcon.js +19 -0
  39. package/dist/Chatbot/index.js +13 -4
  40. package/dist/Chatbot/store/messages.d.ts +1 -0
  41. package/dist/Chatbot/store/messages.js +2 -1
  42. package/dist/Chatbot/useHeadlessChat.d.ts +6 -1
  43. package/dist/Chatbot/useHeadlessChat.js +92 -20
  44. package/dist/Chevron/Chevron.css.d.ts +2 -2
  45. package/dist/Chevron/index.js +1 -1
  46. package/dist/CollectInformationAlert/index.js +1 -1
  47. package/dist/Comparison/Comparison.js +3 -3
  48. package/dist/Comparison/ComparisonSet.js +33 -24
  49. package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
  50. package/dist/FaqAccordion/index.js +1 -1
  51. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +13 -6
  52. package/dist/Forms/ApplyNow.js +1 -1
  53. package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
  54. package/dist/Forms/CommercialDepositsNoLendingOption.js +330 -0
  55. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  56. package/dist/Forms/ContactUsBusiness.js +5 -5
  57. package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
  58. package/dist/Forms/ContactUsLVF.d.ts +5 -1
  59. package/dist/Forms/ContactUsLVF.js +8 -6
  60. package/dist/Forms/ContactUsNMLSId.js +1 -1
  61. package/dist/Forms/CraPublicFile.js +1 -1
  62. package/dist/Forms/EmailOnly.js +1 -1
  63. package/dist/Forms/FormEnums.js +6 -15
  64. package/dist/Forms/Forms.css.d.ts +2 -30
  65. package/dist/Forms/MortgageRate/MortgageRateForm.js +6 -3
  66. package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -1
  67. package/dist/Forms/MortgageWarehouseLending.js +1 -1
  68. package/dist/Forms/QuickPricer/QuickPricerForm.js +1 -1
  69. package/dist/Forms/SalesforceFieldsForm.d.ts +5 -0
  70. package/dist/Forms/SalesforceFieldsForm.js +11 -1
  71. package/dist/Forms/SuccesForm.js +2 -2
  72. package/dist/Forms/index.d.ts +1 -0
  73. package/dist/Forms/index.js +2 -0
  74. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
  75. package/dist/HeroBanner/HeroBanner.js +1 -12
  76. package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
  77. package/dist/HeroBanner/SelectionBanner.css.js +6 -6
  78. package/dist/Hyperlink/Hyperlink.css.d.ts +4 -4
  79. package/dist/Hyperlink/Hyperlink.css.js +4 -1
  80. package/dist/Hyperlink/index.js +1 -1
  81. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
  82. package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
  83. package/dist/ImageLink/ImageLink.js +1 -1
  84. package/dist/ImageLink/ImageLinkSet.js +1 -1
  85. package/dist/ImageLink/index.js +1 -1
  86. package/dist/Input/Dropdown.js +1 -0
  87. package/dist/Insight/Featured/CategorySelector.js +1 -1
  88. package/dist/Insight/Featured/Featured.js +1 -1
  89. package/dist/Insight/Featured/Header.js +1 -1
  90. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +2 -0
  91. package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -2
  92. package/dist/LandingPageHeader/LandingPageHeader.js +18 -9
  93. package/dist/LandingPageHeader/index.js +3 -1
  94. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
  95. package/dist/Modal/Modal.css.d.ts +1 -0
  96. package/dist/Modal/Modal.css.js +5 -3
  97. package/dist/Modal/Modal.js +4 -4
  98. package/dist/NavigationMenu/AxosALTS/NavData.js +1 -1
  99. package/dist/NavigationMenu/AxosALTS/index.js +1 -1
  100. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +2 -0
  101. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +7 -2
  102. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  103. package/dist/NavigationMenu/AxosAdvisor/index.js +39 -21
  104. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +2 -0
  105. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +7 -2
  106. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  107. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
  108. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -2
  109. package/dist/NavigationMenu/AxosAdvisorServices/index.js +14 -8
  110. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
  111. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  112. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -3
  113. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +7 -9
  114. package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
  115. package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
  116. package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
  117. package/dist/NavigationMenu/AxosBank/SubNavBar.js +270 -275
  118. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
  119. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
  120. package/dist/NavigationMenu/AxosBank/index.js +1 -1
  121. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  122. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  123. package/dist/NavigationMenu/LaVictoire/NavData.js +1 -1
  124. package/dist/NavigationMenu/LaVictoire/index.js +1 -1
  125. package/dist/NavigationMenu/NavDataJson.js +1 -1
  126. package/dist/NavigationMenu/Navbar.js +1 -1
  127. package/dist/NavigationMenu/SignInNavButton.js +1 -1
  128. package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
  129. package/dist/Pagination/Pagination.js +6 -6
  130. package/dist/SetContainer/SetContainer.js +1 -1
  131. package/dist/SocialMediaBar/iconsRepository.js +1 -1
  132. package/dist/StepItem/StepItem.css.d.ts +8 -36
  133. package/dist/StepItemSet/StepItemSet.css.d.ts +5 -32
  134. package/dist/StepItemSet/StepItemSet.css.js +9 -5
  135. package/dist/StepItemSet/StepItemSet.d.ts +6 -0
  136. package/dist/StepItemSet/StepItemSet.js +22 -3
  137. package/dist/StepItemSet/index.js +2 -1
  138. package/dist/Table/Table.css.d.ts +4 -3
  139. package/dist/Table/Table.css.js +5 -5
  140. package/dist/Table/Table.js +1 -1
  141. package/dist/VideoTile/VideoTile.js +1 -1
  142. package/dist/VideoWrapper/index.js +1 -1
  143. package/dist/WalnutIframe/wrapper.module.js +3 -3
  144. package/dist/assets/Accordion/Accordion.css +2 -2
  145. package/dist/assets/Article/Article.css +47 -59
  146. package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
  147. package/dist/assets/Auth/SignIn.css +12 -12
  148. package/dist/assets/Avatar/Avatar.css.css +10 -10
  149. package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
  150. package/dist/assets/AwardsItem/AwardsItem.css +3 -4
  151. package/dist/assets/Blockquote/Blockquote.css.css +17 -17
  152. package/dist/assets/Button/Button.css +28 -28
  153. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
  154. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
  155. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +31 -11
  156. package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +20 -32
  157. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
  158. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
  159. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +9 -9
  160. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +18 -10
  161. package/dist/assets/Calculators/calculator.css +9 -15
  162. package/dist/assets/CallToActionBar/CallToActionBar.css +1 -4
  163. package/dist/assets/Carousel/Carousel.css +27 -41
  164. package/dist/assets/Chatbot/Bubble.css +11 -0
  165. package/dist/assets/Chatbot/ChatWindow.css +118 -12
  166. package/dist/assets/Chevron/Chevron.css +11 -10
  167. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
  168. package/dist/assets/Comparison/Comparison.css +8 -5
  169. package/dist/assets/ContentBanner/ContentBanner.css +8 -8
  170. package/dist/assets/DownloadTile/DownloadTile.css +6 -6
  171. package/dist/assets/ExecutiveBio/ExecutiveBio.css +27 -27
  172. package/dist/assets/FaqAccordion/FaqAccordion.css +5 -5
  173. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
  174. package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
  175. package/dist/assets/Forms/Forms.css +45 -63
  176. package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
  177. package/dist/assets/HeroBanner/HeroBanner.css +81 -76
  178. package/dist/assets/HeroBanner/LargeBanner.css +15 -15
  179. package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
  180. package/dist/assets/Hyperlink/Hyperlink.css +4 -4
  181. package/dist/assets/IconBillboard/IconBillboard.css +32 -48
  182. package/dist/assets/ImageBillboard/ImageBillboard.css +31 -64
  183. package/dist/assets/Input/Input.css +6 -6
  184. package/dist/assets/Inputs/Input.css +4 -4
  185. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  186. package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
  187. package/dist/assets/LandingPageHeader/LandingPageHeader.css +37 -4
  188. package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
  189. package/dist/assets/Modal/Modal.css +17 -28
  190. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
  191. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +25 -2
  192. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +138 -126
  193. package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +5 -4
  194. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +25 -2
  195. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +142 -130
  196. package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +22 -4
  197. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +32 -31
  198. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +21 -9
  199. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +118 -146
  200. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
  201. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +133 -107
  202. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -83
  203. package/dist/assets/PageNavItem/PageNavItem.css +16 -33
  204. package/dist/assets/Pagination/Pagination.css +1 -1
  205. package/dist/assets/SetContainer/SetContainer.css +4 -4
  206. package/dist/assets/StepItem/StepItem.css +26 -42
  207. package/dist/assets/StepItemSet/StepItemSet.css +40 -36
  208. package/dist/assets/Tab/Tab.css +12 -12
  209. package/dist/assets/Table/Table.css +87 -93
  210. package/dist/assets/TextBlock/TextBlock.css +1 -1
  211. package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
  212. package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
  213. package/dist/assets/VideoTile/VideoTile.css +1 -1
  214. package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
  215. package/dist/assets/globals.css +8 -7
  216. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
  217. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
  218. package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
  219. package/dist/assets/themes/axos.css +30 -30
  220. package/dist/assets/themes/premier.css +31 -31
  221. package/dist/assets/themes/victorie.css +23 -23
  222. package/dist/icons/CheckCircle.js +1 -1
  223. package/dist/icons/CheckCircleLight.js +1 -1
  224. package/dist/icons/CheckIcon/index.js +1 -1
  225. package/dist/icons/Logos/SPB.d.ts +4 -0
  226. package/dist/icons/Logos/SPB.js +132 -0
  227. package/dist/icons/QuoteIconGrey.js +2 -2
  228. package/dist/icons/index.d.ts +1 -0
  229. package/dist/icons/index.js +2 -0
  230. package/dist/main.js +36 -20
  231. package/dist/themes/axos.css.d.ts +12 -12
  232. package/dist/themes/axos.css.js +1 -1
  233. package/package.json +136 -136
@@ -13,6 +13,7 @@ export interface SalesforceFields {
13
13
  experience_id: string;
14
14
  hem: string;
15
15
  identity: string;
16
+ leadPriority: string;
16
17
  }
17
18
  export interface SalesforceInputs {
18
19
  Brand_SFDC2__c: string;
@@ -46,6 +47,7 @@ export interface SalesforceInputs {
46
47
  experience_id: string;
47
48
  hem: string;
48
49
  identity: string;
50
+ LeadPriority__c: string;
49
51
  }
50
52
  export declare const SalesforceSchema: z.ZodObject<{
51
53
  Brand_SFDC2__c: z.ZodOptional<z.ZodString>;
@@ -71,6 +73,7 @@ export declare const SalesforceSchema: z.ZodObject<{
71
73
  First_UTMIdentity__c: z.ZodOptional<z.ZodString>;
72
74
  First_UTMExperience_Id__c: z.ZodOptional<z.ZodString>;
73
75
  Full_Web_Source__c: z.ZodOptional<z.ZodString>;
76
+ LeadPriority__c: z.ZodOptional<z.ZodString>;
74
77
  }, "strip", z.ZodTypeAny, {
75
78
  Brand_SFDC2__c?: string | undefined;
76
79
  Branch_SFDC2__c?: string | undefined;
@@ -95,6 +98,7 @@ export declare const SalesforceSchema: z.ZodObject<{
95
98
  First_UTMIdentity__c?: string | undefined;
96
99
  First_UTMExperience_Id__c?: string | undefined;
97
100
  Full_Web_Source__c?: string | undefined;
101
+ LeadPriority__c?: string | undefined;
98
102
  }, {
99
103
  Brand_SFDC2__c?: string | undefined;
100
104
  Branch_SFDC2__c?: string | undefined;
@@ -119,6 +123,7 @@ export declare const SalesforceSchema: z.ZodObject<{
119
123
  First_UTMIdentity__c?: string | undefined;
120
124
  First_UTMExperience_Id__c?: string | undefined;
121
125
  Full_Web_Source__c?: string | undefined;
126
+ LeadPriority__c?: string | undefined;
122
127
  }>;
123
128
  export interface QueryParams {
124
129
  [str: string]: string;
@@ -33,7 +33,8 @@ const SalesforceSchema = z.object({
33
33
  First_UTMHem__c: z.string().optional(),
34
34
  First_UTMIdentity__c: z.string().optional(),
35
35
  First_UTMExperience_Id__c: z.string().optional(),
36
- Full_Web_Source__c: z.string().optional()
36
+ Full_Web_Source__c: z.string().optional(),
37
+ LeadPriority__c: z.string().optional()
37
38
  });
38
39
  const SalesforceFieldsForm = memo(function SaleforceFieldForm({
39
40
  salesforceFields,
@@ -87,6 +88,15 @@ const SalesforceFieldsForm = memo(function SaleforceFieldForm({
87
88
  })
88
89
  }
89
90
  ),
91
+ /* @__PURE__ */ jsx(
92
+ "input",
93
+ {
94
+ type: "hidden",
95
+ ...register("LeadPriority__c", {
96
+ value: salesforceFields?.leadPriority
97
+ })
98
+ }
99
+ ),
90
100
  /* @__PURE__ */ jsx("input", { type: "hidden", ...register("lead_source", { value: "Web RMI" }) }),
91
101
  /* @__PURE__ */ jsx(
92
102
  "input",
@@ -60,9 +60,10 @@ import "../Carousel/index.js";
60
60
  /* empty css */
61
61
  import "../Chatbot/store/chat.js";
62
62
  import "../Chatbot/authenticate.js";
63
+ import "react-use";
64
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
63
65
  /* empty css */
64
66
  import "../Chatbot/store/messages.js";
65
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
66
67
  /* empty css */
67
68
  import "../Comparison/Comparison.css.js";
68
69
  import "next/image.js";
@@ -82,7 +83,6 @@ import "../FooterDisclosure/FooterDisclosure.css.js";
82
83
  /* empty css */
83
84
  import "../ImageBillboard/ImageBillboard.css.js";
84
85
  import "next/script.js";
85
- import "react-use";
86
86
  /* empty css */
87
87
  /* empty css */
88
88
  /* empty css */
@@ -3,6 +3,7 @@ export * from './ApplyNow';
3
3
  export * from './applynow-utils';
4
4
  export * from './ClearingForm';
5
5
  export * from './CommercialDeposits';
6
+ export * from './CommercialDepositsNoLendingOption';
6
7
  export * from './CommercialLending';
7
8
  export * from './CommercialPremiumFinance';
8
9
  export * from './ContactCompany';
@@ -4,6 +4,7 @@ import { ApplyNow } from "./ApplyNow.js";
4
4
  import { getLink } from "./applynow-utils.js";
5
5
  import { ClearingForm } from "./ClearingForm.js";
6
6
  import { CommercialDeposits } from "./CommercialDeposits.js";
7
+ import { CommercialDepositsNoLendingOption } from "./CommercialDepositsNoLendingOption.js";
7
8
  import { CommercialLending } from "./CommercialLending.js";
8
9
  import { CommercialPremiumFinance } from "./CommercialPremiumFinance.js";
9
10
  import { ContactCompany } from "./ContactCompany.js";
@@ -44,6 +45,7 @@ export {
44
45
  ApplyNow,
45
46
  ClearingForm,
46
47
  CommercialDeposits,
48
+ CommercialDepositsNoLendingOption,
47
49
  CommercialLending,
48
50
  CommercialPremiumFinance,
49
51
  ContactCompany,
@@ -3,7 +3,7 @@ export declare const hero_banner: import('@vanilla-extract/recipes').RuntimeFn<{
3
3
  variant: {
4
4
  primary: {
5
5
  background: `var(--${string})`;
6
- borderBottom: "1px solid #d4d4d4";
6
+ borderBottom: "1px solid #B9C1CE";
7
7
  color: `var(--${string})`;
8
8
  };
9
9
  secondary: {
@@ -30,16 +30,10 @@ export declare const img_contents: string;
30
30
  export declare const heroSupertag: import('@vanilla-extract/recipes').RuntimeFn<{
31
31
  variant: {
32
32
  primary: {
33
- background: `var(--${string})`;
34
- backgroundClip: "text";
35
- WebkitTextFillColor: "transparent";
36
- textShadow: "0px 0px #00000000";
33
+ color: `var(--${string})`;
37
34
  };
38
35
  secondary: {
39
- background: `var(--${string})`;
40
- backgroundClip: "text";
41
- WebkitTextFillColor: "transparent";
42
- textShadow: "0px 0px #00000000";
36
+ color: `var(--${string})`;
43
37
  };
44
38
  tertiary: {
45
39
  color: `var(--${string})`;
@@ -52,16 +46,10 @@ export declare const heroSupertag: import('@vanilla-extract/recipes').RuntimeFn<
52
46
  export declare const headline_text: import('@vanilla-extract/recipes').RuntimeFn<{
53
47
  variant: {
54
48
  primary: {
55
- background: `var(--${string})`;
56
- backgroundClip: "text";
57
- WebkitTextFillColor: "transparent";
58
- textShadow: "0px 0px #00000000";
49
+ color: `var(--${string})`;
59
50
  };
60
51
  secondary: {
61
- background: `var(--${string})`;
62
- backgroundClip: "text";
63
- WebkitTextFillColor: "transparent";
64
- textShadow: "0px 0px #00000000";
52
+ color: `var(--${string})`;
65
53
  };
66
54
  tertiary: {
67
55
  color: `var(--${string})`;
@@ -183,18 +183,7 @@ const HeroBanner = ({
183
183
  /* @__PURE__ */ jsx("div", { className: selection_section_bg }),
184
184
  /* @__PURE__ */ jsxs("div", { className: selection_section_content, children: [
185
185
  /* @__PURE__ */ jsxs("div", { children: [
186
- /* @__PURE__ */ jsx(
187
- "h3",
188
- {
189
- className: clsx(
190
- "header_2",
191
- selection_headline_text({
192
- variant: getVariant(variant)
193
- })
194
- ),
195
- children: selection?.headline
196
- }
197
- ),
186
+ /* @__PURE__ */ jsx("h3", { className: clsx("header_2", selection_headline_text), children: selection?.headline }),
198
187
  /* @__PURE__ */ jsx("div", { children: selection?.bodyCopy })
199
188
  ] }),
200
189
  selection?.callToActionRow && selection?.callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: selection?.callToActionRow.map(
@@ -1,22 +1,4 @@
1
- export declare const selection_headline_text: import('@vanilla-extract/recipes').RuntimeFn<{
2
- variant: {
3
- primary: {
4
- color: `var(--${string})`;
5
- };
6
- secondary: {
7
- background: `var(--${string})`;
8
- backgroundClip: "text";
9
- WebkitTextFillColor: "transparent";
10
- textShadow: "0px 0px #00000000";
11
- };
12
- tertiary: {
13
- color: `var(--${string})`;
14
- };
15
- quaternary: {
16
- color: `var(--${string})`;
17
- };
18
- };
19
- }>;
1
+ export declare const selection_headline_text: string;
20
2
  export declare const selection_section: string;
21
3
  export declare const selection_section_bg: string;
22
4
  export declare const selection_section_content: string;
@@ -4,12 +4,12 @@ import '../assets/HeroBanner/SelectionBanner.css';import '../assets/themes/victo
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
7
- var selection_headline_text = createRuntimeFn({ defaultClassName: "_7etqoq0", variantClassNames: { variant: { primary: "_7etqoq1", secondary: "_7etqoq2", tertiary: "_7etqoq3", quaternary: "_7etqoq4" } }, defaultVariants: {}, compoundVariants: [] });
8
- var selection_section = "_7etqoq5";
9
- var selection_section_bg = "_7etqoq6";
10
- var selection_section_content = "_7etqoq7";
11
- var selection_section_icon = "_7etqoq8";
12
- var selection_section_icon_img = createRuntimeFn({ defaultClassName: "_7etqoq9", variantClassNames: { variant: { primary: "_7etqoqa", secondary: "_7etqoqb", tertiary: "_7etqoqc", quaternary: "_7etqoqd" } }, defaultVariants: {}, compoundVariants: [] });
7
+ var selection_headline_text = "_7etqoq0";
8
+ var selection_section = "_7etqoq1";
9
+ var selection_section_bg = "_7etqoq2";
10
+ var selection_section_content = "_7etqoq3";
11
+ var selection_section_icon = "_7etqoq4";
12
+ var selection_section_icon_img = createRuntimeFn({ defaultClassName: "_7etqoq5", variantClassNames: { variant: { primary: "_7etqoq6", secondary: "_7etqoq7", tertiary: "_7etqoq8", quaternary: "_7etqoq9" } }, defaultVariants: {}, compoundVariants: [] });
13
13
  export {
14
14
  selection_headline_text,
15
15
  selection_section,
@@ -1,20 +1,20 @@
1
1
  export declare const hyperlink: import('@vanilla-extract/recipes').RuntimeFn<{
2
2
  variant: {
3
3
  primary: {
4
- color: "#0062B3";
4
+ color: `var(--${string})`;
5
5
  selectors: {
6
6
  "&:hover": {
7
7
  textDecoration: "underline";
8
- textDecorationColor: "#0062B3";
8
+ textDecorationColor: `var(--${string})`;
9
9
  };
10
10
  };
11
11
  };
12
12
  secondary: {
13
- color: "#FAA74A";
13
+ color: `var(--${string})`;
14
14
  selectors: {
15
15
  "&:hover": {
16
16
  textDecoration: "underline";
17
- textDecorationColor: "#FAA74A";
17
+ textDecorationColor: `var(--${string})`;
18
18
  };
19
19
  };
20
20
  };
@@ -1,4 +1,7 @@
1
- import '../assets/Hyperlink/Hyperlink.css';/* empty css */
1
+ import '../assets/Hyperlink/Hyperlink.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
2
+ /* empty css */
3
+ /* empty css */
4
+ /* empty css */
2
5
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
3
6
  var hyperlink = createRuntimeFn({ defaultClassName: "hvs5ng0", variantClassNames: { variant: { primary: "hvs5ng1", secondary: "hvs5ng2", "default": "hvs5ng3" } }, defaultVariants: { variant: "default" }, compoundVariants: [] });
4
7
  export {
@@ -69,9 +69,9 @@ import "../Carousel/index.js";
69
69
  /* empty css */
70
70
  import "../Chatbot/store/chat.js";
71
71
  import "../Chatbot/authenticate.js";
72
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
72
73
  /* empty css */
73
74
  import "../Chatbot/store/messages.js";
74
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
75
  /* empty css */
76
76
  import "../Comparison/Comparison.css.js";
77
77
  import "next/image.js";
@@ -4,7 +4,7 @@ export declare const containerIconBillboard: import('@vanilla-extract/recipes').
4
4
  variant: {
5
5
  primary: {
6
6
  background: `var(--${string})`;
7
- border: "1px solid #D4D4D4";
7
+ border: "1px solid #E9EBEF";
8
8
  color: `var(--${string})`;
9
9
  };
10
10
  secondary: {
@@ -34,38 +34,10 @@ export declare const headerIconBillboard: string;
34
34
  export declare const title: import('@vanilla-extract/recipes').RuntimeFn<{
35
35
  variant: {
36
36
  primary: {
37
- selectors: {
38
- [x: string]: {
39
- WebkitBackgroundClip: "text";
40
- backgroundImage: `var(--${string})`;
41
- WebkitTextFillColor: "transparent";
42
- textShadow: "0px 0px #00000000";
43
- color?: undefined;
44
- } | {
45
- color: `var(--${string})`;
46
- WebkitBackgroundClip?: undefined;
47
- backgroundImage?: undefined;
48
- WebkitTextFillColor?: undefined;
49
- textShadow?: undefined;
50
- };
51
- };
37
+ color: `var(--${string})`;
52
38
  };
53
39
  secondary: {
54
- selectors: {
55
- [x: string]: {
56
- WebkitBackgroundClip: "text";
57
- backgroundImage: `var(--${string})`;
58
- WebkitTextFillColor: "transparent";
59
- textShadow: "0px 0px #00000000";
60
- color?: undefined;
61
- } | {
62
- color: `var(--${string})`;
63
- WebkitBackgroundClip?: undefined;
64
- backgroundImage?: undefined;
65
- WebkitTextFillColor?: undefined;
66
- textShadow?: undefined;
67
- };
68
- };
40
+ color: `var(--${string})`;
69
41
  };
70
42
  tertiary: {
71
43
  color: `var(--${string})`;
@@ -82,16 +54,10 @@ export declare const section_text: string;
82
54
  export declare const header_section: import('@vanilla-extract/recipes').RuntimeFn<{
83
55
  variant: {
84
56
  primary: {
85
- background: `var(--${string})`;
86
- backgroundClip: "text";
87
- WebkitTextFillColor: "transparent";
88
- textShadow: "0px 0px #00000000";
57
+ color: `var(--${string})`;
89
58
  };
90
59
  secondary: {
91
- background: `var(--${string})`;
92
- backgroundClip: "text";
93
- WebkitTextFillColor: "transparent";
94
- textShadow: "0px 0px #00000000";
60
+ color: `var(--${string})`;
95
61
  };
96
62
  tertiary: {
97
63
  color: `var(--${string})`;
@@ -106,7 +72,7 @@ export declare const section_body: import('@vanilla-extract/recipes').RuntimeFn<
106
72
  variant: {
107
73
  primary: {
108
74
  background: `var(--${string})`;
109
- border: "1px solid #D4D4D4";
75
+ border: "1px solid #E9EBEF";
110
76
  };
111
77
  secondary: {
112
78
  background: `var(--${string})`;
@@ -3,7 +3,7 @@ export declare const billboard: import('@vanilla-extract/recipes').RuntimeFn<{
3
3
  primary: {
4
4
  background: `var(--${string})`;
5
5
  color: `var(--${string})`;
6
- border: "1px solid #D4D4D4";
6
+ border: "1px solid #B9C1CE";
7
7
  };
8
8
  secondary: {
9
9
  background: `var(--${string})`;
@@ -58,38 +58,10 @@ export declare const imagePlacement: import('@vanilla-extract/recipes').RuntimeF
58
58
  export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
59
59
  variant: {
60
60
  primary: {
61
- selectors: {
62
- [x: string]: {
63
- WebkitBackgroundClip: "text";
64
- backgroundImage: `var(--${string})`;
65
- WebkitTextFillColor: "transparent";
66
- textShadow: "0px 0px #00000000";
67
- color?: undefined;
68
- } | {
69
- color: `var(--${string})`;
70
- WebkitBackgroundClip?: undefined;
71
- backgroundImage?: undefined;
72
- WebkitTextFillColor?: undefined;
73
- textShadow?: undefined;
74
- };
75
- };
61
+ color: `var(--${string})`;
76
62
  };
77
63
  secondary: {
78
- selectors: {
79
- [x: string]: {
80
- WebkitBackgroundClip: "text";
81
- backgroundImage: `var(--${string})`;
82
- WebkitTextFillColor: "transparent";
83
- textShadow: "0px 0px #00000000";
84
- color?: undefined;
85
- } | {
86
- color: `var(--${string})`;
87
- WebkitBackgroundClip?: undefined;
88
- backgroundImage?: undefined;
89
- WebkitTextFillColor?: undefined;
90
- textShadow?: undefined;
91
- };
92
- };
64
+ color: `var(--${string})`;
93
65
  };
94
66
  tertiary: {
95
67
  color: `var(--${string})`;
@@ -102,38 +74,10 @@ export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
102
74
  export declare const header: import('@vanilla-extract/recipes').RuntimeFn<{
103
75
  variant: {
104
76
  primary: {
105
- selectors: {
106
- [x: string]: {
107
- WebkitBackgroundClip: "text";
108
- backgroundImage: `var(--${string})`;
109
- WebkitTextFillColor: "transparent";
110
- textShadow: "0px 0px #00000000";
111
- color?: undefined;
112
- } | {
113
- color: `var(--${string})`;
114
- WebkitBackgroundClip?: undefined;
115
- backgroundImage?: undefined;
116
- WebkitTextFillColor?: undefined;
117
- textShadow?: undefined;
118
- };
119
- };
77
+ color: `var(--${string})`;
120
78
  };
121
79
  secondary: {
122
- selectors: {
123
- [x: string]: {
124
- WebkitBackgroundClip: "text";
125
- backgroundImage: `var(--${string})`;
126
- WebkitTextFillColor: "transparent";
127
- textShadow: "0px 0px #00000000";
128
- color?: undefined;
129
- } | {
130
- color: `var(--${string})`;
131
- WebkitBackgroundClip?: undefined;
132
- backgroundImage?: undefined;
133
- WebkitTextFillColor?: undefined;
134
- textShadow?: undefined;
135
- };
136
- };
80
+ color: `var(--${string})`;
137
81
  };
138
82
  tertiary: {
139
83
  color: `var(--${string})`;
@@ -68,9 +68,9 @@ import "../Carousel/index.js";
68
68
  /* empty css */
69
69
  import "../Chatbot/store/chat.js";
70
70
  import "../Chatbot/authenticate.js";
71
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
71
72
  /* empty css */
72
73
  import "../Chatbot/store/messages.js";
73
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
74
74
  /* empty css */
75
75
  import "../Comparison/Comparison.css.js";
76
76
  import "../Tab/Tab.css.js";
@@ -75,9 +75,9 @@ import "../Carousel/index.js";
75
75
  /* empty css */
76
76
  import "../Chatbot/store/chat.js";
77
77
  import "../Chatbot/authenticate.js";
78
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
78
79
  /* empty css */
79
80
  import "../Chatbot/store/messages.js";
80
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
81
81
  /* empty css */
82
82
  import "../Comparison/Comparison.css.js";
83
83
  import "../Tab/Tab.css.js";
@@ -67,9 +67,9 @@ import "../Carousel/index.js";
67
67
  /* empty css */
68
68
  import "../Chatbot/store/chat.js";
69
69
  import "../Chatbot/authenticate.js";
70
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
70
71
  /* empty css */
71
72
  import "../Chatbot/store/messages.js";
72
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
73
73
  /* empty css */
74
74
  import "../Comparison/Comparison.css.js";
75
75
  import "next/image.js";
@@ -32,6 +32,7 @@ const Dropdown = forwardRef(
32
32
  "select",
33
33
  {
34
34
  ...rest,
35
+ disabled,
35
36
  className: clsx(
36
37
  props.className,
37
38
  input({ size: sizes }),
@@ -71,9 +71,9 @@ import "../../Carousel/index.js";
71
71
  /* empty css */
72
72
  import "../../Chatbot/store/chat.js";
73
73
  import "../../Chatbot/authenticate.js";
74
+ import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
74
75
  /* empty css */
75
76
  import "../../Chatbot/store/messages.js";
76
- import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
77
77
  /* empty css */
78
78
  import "../../Comparison/Comparison.css.js";
79
79
  import "next/image.js";
@@ -72,9 +72,9 @@ import "../../Carousel/index.js";
72
72
  /* empty css */
73
73
  import "../../Chatbot/store/chat.js";
74
74
  import "../../Chatbot/authenticate.js";
75
+ import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
76
  /* empty css */
76
77
  import "../../Chatbot/store/messages.js";
77
- import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
78
78
  /* empty css */
79
79
  import "../../Comparison/Comparison.css.js";
80
80
  import Image from "next/image.js";
@@ -70,9 +70,9 @@ import "../../Carousel/index.js";
70
70
  /* empty css */
71
71
  import "../../Chatbot/store/chat.js";
72
72
  import "../../Chatbot/authenticate.js";
73
+ import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
73
74
  /* empty css */
74
75
  import "../../Chatbot/store/messages.js";
75
- import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
76
76
  /* empty css */
77
77
  import "../../Comparison/Comparison.css.js";
78
78
  import "next/image.js";
@@ -12,5 +12,7 @@ export declare const lp_theme: import('@vanilla-extract/recipes').RuntimeFn<{
12
12
  };
13
13
  }>;
14
14
  export declare const lp_container: string;
15
+ export declare const spb_container: string;
15
16
  export declare const lp_hover: string;
17
+ export declare const spb_hover: string;
16
18
  export declare const svg_fill: string;
@@ -5,11 +5,15 @@ import '../assets/LandingPageHeader/LandingPageHeader.css';import '../assets/the
5
5
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
6
6
  var lp_theme = createRuntimeFn({ defaultClassName: "_1o1hxre0", variantClassNames: { variant: { primary: "_1o1hxre1", secondary: "_1o1hxre2", tertiary: "_1o1hxre3" } }, defaultVariants: {}, compoundVariants: [] });
7
7
  var lp_container = "_1o1hxre4";
8
- var lp_hover = "_1o1hxre5";
9
- var svg_fill = "_1o1hxre6";
8
+ var spb_container = "_1o1hxre5";
9
+ var lp_hover = "_1o1hxre6";
10
+ var spb_hover = "_1o1hxre7";
11
+ var svg_fill = "_1o1hxre8";
10
12
  export {
11
13
  lp_container,
12
14
  lp_hover,
13
15
  lp_theme,
16
+ spb_container,
17
+ spb_hover,
14
18
  svg_fill
15
19
  };
@@ -14,8 +14,9 @@ import SvgComponent$4 from "../icons/Logos/AXI.js";
14
14
  import SvgComponent$5 from "../icons/Logos/AXOS.js";
15
15
  import SvgComponent$7 from "../icons/Logos/GBLVF.js";
16
16
  import SvgComponent$6 from "../icons/Logos/LVF.js";
17
+ import SvgComponent$8 from "../icons/Logos/SPB.js";
17
18
  import { getVariant } from "../utils/getVariant.js";
18
- import { lp_theme, lp_container, lp_hover, svg_fill } from "./LandingPageHeader.css.js";
19
+ import { lp_theme, spb_container, lp_container, spb_hover, lp_hover, svg_fill } from "./LandingPageHeader.css.js";
19
20
  const LandingPageHeader = ({
20
21
  id,
21
22
  variant: fullVariant = "primary",
@@ -31,17 +32,25 @@ const LandingPageHeader = ({
31
32
  ["AXI", /* @__PURE__ */ jsx(SvgComponent$4, { classNameFill: svg_fill, height: 36, width: 120 })],
32
33
  ["AXB", /* @__PURE__ */ jsx(SvgComponent$5, { height: 30, width: 120, classNameFill: svg_fill })],
33
34
  ["LVF", /* @__PURE__ */ jsx(SvgComponent$6, { height: 30, width: 120, classNameFill: `${svg_fill}` })],
34
- ["GBLVF", /* @__PURE__ */ jsx(SvgComponent$7, { height: 60, width: 220 })]
35
+ ["GBLVF", /* @__PURE__ */ jsx(SvgComponent$7, { height: 60, width: 220 })],
36
+ ["SPB", /* @__PURE__ */ jsx(SvgComponent$8, { height: "100%", width: "100%" })]
35
37
  ]);
36
- return /* @__PURE__ */ jsx("header", { className: `${lp_theme({ variant })}`, id: `id_${id}`, children: /* @__PURE__ */ jsx("div", { className: `${lp_container} flex center middle`, children: /* @__PURE__ */ jsx(
37
- "a",
38
+ const isSPBPage = project === "SPB";
39
+ return /* @__PURE__ */ jsx("header", { className: `${lp_theme({ variant })}`, id: `id_${id}`, children: /* @__PURE__ */ jsx(
40
+ "div",
38
41
  {
39
- href: project == "AXI" ? "/invest" : "/",
40
- className: lp_hover,
41
- "aria-label": alt ?? "axos logo, return to homepage",
42
- children: website.get(project)
42
+ className: `${isSPBPage ? spb_container : lp_container} flex center middle`,
43
+ children: /* @__PURE__ */ jsx(
44
+ "a",
45
+ {
46
+ href: project == "AXI" ? "/invest" : "/",
47
+ className: isSPBPage ? spb_hover : lp_hover,
48
+ "aria-label": alt ?? "axos logo, return to homepage",
49
+ children: website.get(project)
50
+ }
51
+ )
43
52
  }
44
- ) }) });
53
+ ) });
45
54
  };
46
55
  export {
47
56
  LandingPageHeader
@@ -1,9 +1,11 @@
1
1
  import { LandingPageHeader } from "./LandingPageHeader.js";
2
- import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader.css.js";
2
+ import { lp_container, lp_hover, lp_theme, spb_container, spb_hover, svg_fill } from "./LandingPageHeader.css.js";
3
3
  export {
4
4
  LandingPageHeader,
5
5
  lp_container,
6
6
  lp_hover,
7
7
  lp_theme,
8
+ spb_container,
9
+ spb_hover,
8
10
  svg_fill
9
11
  };
@@ -1,16 +1,16 @@
1
1
  export declare const loader: import('@vanilla-extract/recipes').RuntimeFn<{
2
2
  variant: {
3
3
  primary: {
4
- borderTop: "12px solid #213a63";
4
+ borderTop: "12px solid #1E629A";
5
5
  };
6
6
  secondary: {
7
- borderTop: "12px solid #213a63";
7
+ borderTop: "12px solid #1E629A";
8
8
  };
9
9
  tertiary: {
10
- borderTop: "12px solid #faa74a";
10
+ borderTop: "12px solid #98DDFF";
11
11
  };
12
12
  quaternary: {
13
- borderTop: "12px solid #faa74a";
13
+ borderTop: "12px solid #98DDFF";
14
14
  };
15
15
  };
16
16
  }>;
@@ -7,6 +7,7 @@ export declare const modal_header: string;
7
7
  export declare const modal_title: string;
8
8
  export declare const modal_subtitle: string;
9
9
  export declare const modal_body: string;
10
+ export declare const modal_body_p: string;
10
11
  export declare const modal_footer: string;
11
12
  export declare const site_link: string;
12
13
  export declare const speedbump_background: string;