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

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 (160) hide show
  1. package/dist/ATMLocator/ATMLocator.js +8 -1
  2. package/dist/ArticlesSet/ArticlesSet.js +2 -2
  3. package/dist/Auth/ErrorAlert.js +10 -3
  4. package/dist/Blockquote/Blockquote.module.js +3 -3
  5. package/dist/Button/Button.js +10 -3
  6. package/dist/Calculators/Calculator.js +22 -3
  7. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
  8. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
  9. package/dist/Calculators/MaxLoanCalculator/index.js +22 -5
  10. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
  11. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
  12. package/dist/Calculators/MonthlyPaymentCalculator/index.js +15 -5
  13. package/dist/Calculators/index.d.ts +2 -1
  14. package/dist/Calculators/index.js +3 -1
  15. package/dist/Carousel/index.js +10 -3
  16. package/dist/Chatbot/Bubble.css.d.ts +1 -0
  17. package/dist/Chatbot/Bubble.css.js +5 -0
  18. package/dist/Chatbot/Bubble.d.ts +3 -0
  19. package/dist/Chatbot/Bubble.js +48 -0
  20. package/dist/Chatbot/Chat.d.ts +1 -0
  21. package/dist/Chatbot/Chat.js +165 -0
  22. package/dist/Chatbot/ChatWindow.css.d.ts +11 -0
  23. package/dist/Chatbot/ChatWindow.css.js +25 -0
  24. package/dist/Chatbot/ChatWindow.d.ts +23 -0
  25. package/dist/Chatbot/ChatWindow.js +202 -0
  26. package/dist/Chatbot/Chatbot.css.d.ts +1 -0
  27. package/dist/Chatbot/Chatbot.css.js +5 -0
  28. package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
  29. package/dist/Chatbot/Chatbot.d.ts +1 -0
  30. package/dist/Chatbot/Chatbot.js +39 -0
  31. package/dist/Chatbot/authenticate.d.ts +3 -0
  32. package/dist/Chatbot/authenticate.js +16 -0
  33. package/dist/Chatbot/index.d.ts +9 -0
  34. package/dist/Chatbot/index.js +31 -0
  35. package/dist/Chatbot/store/chat.d.ts +9 -0
  36. package/dist/Chatbot/store/chat.js +11 -0
  37. package/dist/Chatbot/store/messages.d.ts +14 -0
  38. package/dist/Chatbot/store/messages.js +12 -0
  39. package/dist/Chatbot/useHeadlessChat.d.ts +22 -0
  40. package/dist/Chatbot/useHeadlessChat.js +157 -0
  41. package/dist/Chevron/index.js +10 -3
  42. package/dist/Comparison/Comparison.js +10 -3
  43. package/dist/ExecutiveBio/ExecutiveBio.js +10 -3
  44. package/dist/FaqAccordion/index.js +10 -3
  45. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +10 -3
  46. package/dist/Forms/ApplicationStart.d.ts +1 -1
  47. package/dist/Forms/ApplicationStart.js +111 -89
  48. package/dist/Forms/ApplyNow.d.ts +2 -2
  49. package/dist/Forms/ApplyNow.js +178 -146
  50. package/dist/Forms/ClearingForm.d.ts +1 -1
  51. package/dist/Forms/ClearingForm.js +184 -162
  52. package/dist/Forms/CommercialDeposits.d.ts +1 -1
  53. package/dist/Forms/CommercialDeposits.js +201 -179
  54. package/dist/Forms/CommercialLending.d.ts +1 -1
  55. package/dist/Forms/CommercialLending.js +278 -256
  56. package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
  57. package/dist/Forms/CommercialPremiumFinance.js +128 -106
  58. package/dist/Forms/ContactCompany.d.ts +1 -1
  59. package/dist/Forms/ContactCompany.js +113 -91
  60. package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
  61. package/dist/Forms/ContactCompanyTitle.js +127 -105
  62. package/dist/Forms/ContactUs.d.ts +1 -1
  63. package/dist/Forms/ContactUs.js +99 -77
  64. package/dist/Forms/ContactUsAAS.d.ts +1 -1
  65. package/dist/Forms/ContactUsAAS.js +180 -158
  66. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  67. package/dist/Forms/ContactUsBusiness.js +143 -115
  68. package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
  69. package/dist/Forms/ContactUsBusinessNameEmail.js +112 -84
  70. package/dist/Forms/ContactUsLVF.d.ts +3 -1
  71. package/dist/Forms/ContactUsLVF.js +127 -101
  72. package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
  73. package/dist/Forms/ContactUsNMLSId.js +126 -98
  74. package/dist/Forms/CpraRequest.d.ts +1 -1
  75. package/dist/Forms/CpraRequest.js +641 -619
  76. package/dist/Forms/CraPublicFile.d.ts +1 -1
  77. package/dist/Forms/CraPublicFile.js +118 -90
  78. package/dist/Forms/DealerServices.d.ts +1 -1
  79. package/dist/Forms/DealerServices.js +225 -204
  80. package/dist/Forms/EmailOnly.d.ts +1 -1
  81. package/dist/Forms/EmailOnly.js +65 -39
  82. package/dist/Forms/EmailUs.d.ts +1 -1
  83. package/dist/Forms/EmailUs.js +75 -53
  84. package/dist/Forms/FormProps.d.ts +3 -0
  85. package/dist/Forms/Forms.css.d.ts +18 -0
  86. package/dist/Forms/Forms.css.js +44 -38
  87. package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
  88. package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
  89. package/dist/Forms/HoneyPot/index.d.ts +23 -0
  90. package/dist/Forms/HoneyPot/index.js +69 -0
  91. package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
  92. package/dist/Forms/MortgageRate/MortgageRateForm.js +376 -348
  93. package/dist/Forms/MortgageRate/MortgageRateWatch.js +10 -3
  94. package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
  95. package/dist/Forms/MortgageWarehouseLending.js +343 -0
  96. package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
  97. package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
  98. package/dist/Forms/ScheduleCall.d.ts +1 -1
  99. package/dist/Forms/ScheduleCall.js +156 -134
  100. package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
  101. package/dist/Forms/ScheduleCallPremier.js +178 -156
  102. package/dist/Forms/SuccesForm.js +13 -6
  103. package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
  104. package/dist/Forms/VendorQuestionnaire.js +817 -795
  105. package/dist/Forms/WcplSurvey.d.ts +1 -1
  106. package/dist/Forms/WcplSurvey.js +112 -90
  107. package/dist/Forms/applynow-utils.d.ts +1 -0
  108. package/dist/Forms/applynow-utils.js +48 -0
  109. package/dist/Forms/index.d.ts +3 -0
  110. package/dist/Forms/index.js +12 -2
  111. package/dist/HeroBanner/HeroBanner.js +42 -1
  112. package/dist/Hyperlink/index.js +10 -3
  113. package/dist/IconBillboard/sections/CallToActionSection.js +2 -1
  114. package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
  115. package/dist/ImageLink/ImageLink.js +10 -3
  116. package/dist/ImageLink/ImageLinkSet.js +10 -3
  117. package/dist/ImageLink/index.js +10 -3
  118. package/dist/Input/Input.js +3 -1
  119. package/dist/Insight/Featured/CategorySelector.js +10 -3
  120. package/dist/Insight/Featured/Featured.js +10 -3
  121. package/dist/Insight/Featured/Header.js +10 -3
  122. package/dist/Modal/Modal.js +10 -3
  123. package/dist/NavigationMenu/AxosALTS/NavData.js +10 -3
  124. package/dist/NavigationMenu/AxosALTS/index.js +10 -3
  125. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  126. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -0
  127. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +25 -7
  128. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  129. package/dist/NavigationMenu/AxosBank/NavData.js +10 -3
  130. package/dist/NavigationMenu/AxosBank/SubNavBar.js +32 -8
  131. package/dist/NavigationMenu/AxosBank/index.js +10 -3
  132. package/dist/NavigationMenu/LaVictoire/NavData.js +10 -3
  133. package/dist/NavigationMenu/LaVictoire/index.js +10 -3
  134. package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
  135. package/dist/NavigationMenu/NavDataJson.js +315 -0
  136. package/dist/NavigationMenu/Navbar.d.ts +5 -0
  137. package/dist/NavigationMenu/Navbar.js +201 -0
  138. package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
  139. package/dist/NavigationMenu/SignInNavButton.js +369 -0
  140. package/dist/SetContainer/SetContainer.js +10 -3
  141. package/dist/SocialMediaBar/iconsRepository.js +10 -3
  142. package/dist/Table/Table.d.ts +1 -1
  143. package/dist/VideoTile/VideoTile.js +10 -3
  144. package/dist/VideoWrapper/index.js +10 -3
  145. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  146. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +3 -0
  147. package/dist/assets/Chatbot/Bubble.css +40 -0
  148. package/dist/assets/Chatbot/ChatWindow.css +107 -0
  149. package/dist/assets/Forms/Forms.css +135 -105
  150. package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
  151. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  152. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
  153. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
  154. package/dist/icons/Logos/AXB.d.ts +8 -0
  155. package/dist/icons/Logos/AXB.js +74 -0
  156. package/dist/main.d.ts +1 -0
  157. package/dist/main.js +43 -3
  158. package/dist/utils/allowedAxosDomains.js +2 -1
  159. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  160. package/package.json +136 -133
@@ -8,4 +8,4 @@ export type ScheduleCallInputs = {
8
8
  Best_Time_To_Call__c: string;
9
9
  Best_Contact_Date__c: string;
10
10
  };
11
- export declare const ScheduleCall: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, callToAction, validateEmail, id, description, }: FormProps) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const ScheduleCall: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, callToAction, validateEmail, onValidate, id, description, }: FormProps) => import("react/jsx-runtime").JSX.Element;
@@ -32,6 +32,7 @@ import clsx from "clsx";
32
32
  import { useForm, FormProvider } from "react-hook-form";
33
33
  import * as z from "zod";
34
34
  import { iconForm, headerContainer, headerForm, form, descriptionField, formWrapper, disclosureForm, actions, formContainer } from "./Forms.css.js";
35
+ import { honeyPotSchema, isValidHoneyPot, HoneyPot } from "./HoneyPot/index.js";
35
36
  import { SalesforceSchema } from "./SalesforceFieldsForm.js";
36
37
  const ScheduleCall = ({
37
38
  icon = false,
@@ -44,6 +45,7 @@ const ScheduleCall = ({
44
45
  headline,
45
46
  callToAction,
46
47
  validateEmail,
48
+ onValidate,
47
49
  id,
48
50
  description
49
51
  }) => {
@@ -72,8 +74,16 @@ const ScheduleCall = ({
72
74
  Best_Contact_Date__c: z.string().min(1).date("The field Value must be a date."),
73
75
  Best_Time_To_Call__c: z.string().min(1).refine((val) => /[ap]|m/.test(val))
74
76
  });
77
+ const gen_schema = schema.merge(SalesforceSchema).merge(honeyPotSchema).superRefine((data, ctx) => {
78
+ if (!isValidHoneyPot(data)) {
79
+ ctx.addIssue({
80
+ code: z.ZodIssueCode.custom,
81
+ message: "fields are not valid."
82
+ });
83
+ }
84
+ });
75
85
  const methods = useForm({
76
- resolver: zodResolver(schema.merge(SalesforceSchema), {
86
+ resolver: zodResolver(gen_schema, {
77
87
  async: true
78
88
  }),
79
89
  mode: "all",
@@ -112,140 +122,152 @@ const ScheduleCall = ({
112
122
  }
113
123
  )
114
124
  ] }),
115
- /* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
116
- /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
117
- /* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(
118
- Input,
119
- {
120
- id: "first_name",
121
- ...register("first_name", { required: true }),
122
- label: "First Name",
123
- sizes: "medium",
124
- placeholder: "First Name",
125
- required: true,
126
- error: !!errors.first_name,
127
- helperText: errors.first_name?.message,
128
- variant
129
- }
130
- ) }),
131
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
132
- Input,
133
- {
134
- id: "last_name",
135
- ...register("last_name", { required: true }),
136
- label: "Last Name",
137
- sizes: "medium",
138
- placeholder: "Last Name",
139
- required: true,
140
- error: !!errors.last_name,
141
- helperText: errors.last_name?.message,
142
- variant
143
- }
144
- ) }),
145
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
146
- Input,
147
- {
148
- id: "email",
149
- ...register("email", {
150
- required: true,
151
- validate: {
152
- isValid: associatedEmail
125
+ /* @__PURE__ */ jsxs(
126
+ "form",
127
+ {
128
+ className: form,
129
+ onSubmit: async (e) => {
130
+ onValidate && onValidate(e);
131
+ await handleSubmit(submitForm)(e);
132
+ e.preventDefault();
133
+ },
134
+ children: [
135
+ /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
136
+ /* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(
137
+ Input,
138
+ {
139
+ id: "first_name",
140
+ ...register("first_name", { required: true }),
141
+ label: "First Name",
142
+ sizes: "medium",
143
+ placeholder: "First Name",
144
+ required: true,
145
+ error: !!errors.first_name,
146
+ helperText: errors.first_name?.message,
147
+ variant
153
148
  }
154
- }),
155
- label: "Email",
156
- sizes: "medium",
157
- placeholder: "Email",
158
- required: true,
159
- error: !!errors.email,
160
- helperText: errors.email?.message,
161
- variant
162
- }
163
- ) }),
164
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
165
- InputPhone,
166
- {
167
- id: "phone",
168
- ...register("phone", { required: true, maxLength: 12 }),
169
- label: "Phone",
170
- sizes: "medium",
171
- placeholder: "Phone",
172
- required: true,
173
- error: !!errors.phone,
174
- helperText: errors.phone?.message,
175
- variant
176
- }
177
- ) }),
178
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
179
- Input,
180
- {
181
- id: "Best_Contact_Date__c",
182
- ...register("Best_Contact_Date__c", {
183
- required: true
184
- }),
185
- type: "date",
186
- label: "Best Date to Call",
187
- sizes: "medium",
188
- placeholder: "Best Date to Call",
189
- required: true,
190
- min: (/* @__PURE__ */ new Date()).toJSON().slice(0, 10),
191
- error: !!errors.Best_Contact_Date__c,
192
- helperText: errors.Best_Contact_Date__c?.message,
193
- variant
194
- }
195
- ) }),
196
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
197
- Dropdown,
198
- {
199
- id: "Best_Time_To_Call__c",
200
- ...register("Best_Time_To_Call__c", {
201
- required: true,
202
- maxLength: 12
203
- }),
204
- label: "Best Time to Call",
205
- sizes: "medium",
206
- required: true,
207
- error: !!errors.Best_Time_To_Call__c,
208
- helperText: errors.Best_Time_To_Call__c?.message,
209
- variant,
210
- defaultValue: "Best Time to Call",
211
- children: [
212
- /* @__PURE__ */ jsx("option", { value: "Best Time to Call", disabled: true, children: "Best Time to Call" }),
213
- /* @__PURE__ */ jsx("option", { value: "8:00 am", children: "8:00 am" }),
214
- /* @__PURE__ */ jsx("option", { value: "8:30 am", children: "8:30 am" }),
215
- /* @__PURE__ */ jsx("option", { value: "9:00 am", children: "9:00 am" }),
216
- /* @__PURE__ */ jsx("option", { value: "9:30 am", children: "9:30 am" }),
217
- /* @__PURE__ */ jsx("option", { value: "10:00 am", children: "10:00 am" }),
218
- /* @__PURE__ */ jsx("option", { value: "10:30 am", children: "10:30 am" }),
219
- /* @__PURE__ */ jsx("option", { value: "11:00 am", children: "11:00 am" }),
220
- /* @__PURE__ */ jsx("option", { value: "11:30 am", children: "11:30 am" }),
221
- /* @__PURE__ */ jsx("option", { value: "12:00 pm", children: "12:00 pm" }),
222
- /* @__PURE__ */ jsx("option", { value: "12:30 pm", children: "12:30 pm" }),
223
- /* @__PURE__ */ jsx("option", { value: "1:00 pm", children: "1:00 pm" }),
224
- /* @__PURE__ */ jsx("option", { value: "1:30 pm", children: "1:30 pm" }),
225
- /* @__PURE__ */ jsx("option", { value: "2:00 pm", children: "2:00 pm" }),
226
- /* @__PURE__ */ jsx("option", { value: "2:30 pm", children: "2:30 pm" }),
227
- /* @__PURE__ */ jsx("option", { value: "3:00 pm", children: "3:00 pm" }),
228
- /* @__PURE__ */ jsx("option", { value: "3:30 pm", children: "3:30 pm" }),
229
- /* @__PURE__ */ jsx("option", { value: "4:00 pm", children: "4:00 pm" }),
230
- /* @__PURE__ */ jsx("option", { value: "4:30 pm", children: "4:30 pm" }),
231
- /* @__PURE__ */ jsx("option", { value: "5:00 pm", children: "5:00 pm" })
232
- ]
233
- }
234
- ) })
235
- ] }),
236
- children,
237
- /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
238
- /* @__PURE__ */ jsx("div", { className: actions, children: /* @__PURE__ */ jsx(
239
- Button,
240
- {
241
- color: getVariant(callToAction?.variant),
242
- as: "button",
243
- type: "submit",
244
- disabled: !isValid,
245
- children: callToAction?.displayText
246
- }
247
- ) })
248
- ] })
149
+ ) }),
150
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
151
+ Input,
152
+ {
153
+ id: "last_name",
154
+ ...register("last_name", { required: true }),
155
+ label: "Last Name",
156
+ sizes: "medium",
157
+ placeholder: "Last Name",
158
+ required: true,
159
+ error: !!errors.last_name,
160
+ helperText: errors.last_name?.message,
161
+ variant
162
+ }
163
+ ) }),
164
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
165
+ Input,
166
+ {
167
+ id: "email",
168
+ ...register("email", {
169
+ required: true,
170
+ validate: {
171
+ isValid: associatedEmail
172
+ }
173
+ }),
174
+ label: "Email",
175
+ sizes: "medium",
176
+ placeholder: "Email",
177
+ required: true,
178
+ error: !!errors.email,
179
+ helperText: errors.email?.message,
180
+ variant
181
+ }
182
+ ) }),
183
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
184
+ InputPhone,
185
+ {
186
+ id: "phone",
187
+ ...register("phone", { required: true, maxLength: 12 }),
188
+ label: "Phone",
189
+ sizes: "medium",
190
+ placeholder: "Phone",
191
+ required: true,
192
+ error: !!errors.phone,
193
+ helperText: errors.phone?.message,
194
+ variant
195
+ }
196
+ ) }),
197
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
198
+ Input,
199
+ {
200
+ id: "Best_Contact_Date__c",
201
+ ...register("Best_Contact_Date__c", {
202
+ required: true
203
+ }),
204
+ type: "date",
205
+ label: "Best Date to Call",
206
+ sizes: "medium",
207
+ placeholder: "Best Date to Call",
208
+ required: true,
209
+ min: (/* @__PURE__ */ new Date()).toJSON().slice(0, 10),
210
+ error: !!errors.Best_Contact_Date__c,
211
+ helperText: errors.Best_Contact_Date__c?.message,
212
+ variant
213
+ }
214
+ ) }),
215
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
216
+ Dropdown,
217
+ {
218
+ id: "Best_Time_To_Call__c",
219
+ ...register("Best_Time_To_Call__c", {
220
+ required: true,
221
+ maxLength: 12
222
+ }),
223
+ label: "Best Time to Call",
224
+ sizes: "medium",
225
+ required: true,
226
+ error: !!errors.Best_Time_To_Call__c,
227
+ helperText: errors.Best_Time_To_Call__c?.message,
228
+ variant,
229
+ defaultValue: "Best Time to Call",
230
+ children: [
231
+ /* @__PURE__ */ jsx("option", { value: "Best Time to Call", disabled: true, children: "Best Time to Call" }),
232
+ /* @__PURE__ */ jsx("option", { value: "8:00 am", children: "8:00 am" }),
233
+ /* @__PURE__ */ jsx("option", { value: "8:30 am", children: "8:30 am" }),
234
+ /* @__PURE__ */ jsx("option", { value: "9:00 am", children: "9:00 am" }),
235
+ /* @__PURE__ */ jsx("option", { value: "9:30 am", children: "9:30 am" }),
236
+ /* @__PURE__ */ jsx("option", { value: "10:00 am", children: "10:00 am" }),
237
+ /* @__PURE__ */ jsx("option", { value: "10:30 am", children: "10:30 am" }),
238
+ /* @__PURE__ */ jsx("option", { value: "11:00 am", children: "11:00 am" }),
239
+ /* @__PURE__ */ jsx("option", { value: "11:30 am", children: "11:30 am" }),
240
+ /* @__PURE__ */ jsx("option", { value: "12:00 pm", children: "12:00 pm" }),
241
+ /* @__PURE__ */ jsx("option", { value: "12:30 pm", children: "12:30 pm" }),
242
+ /* @__PURE__ */ jsx("option", { value: "1:00 pm", children: "1:00 pm" }),
243
+ /* @__PURE__ */ jsx("option", { value: "1:30 pm", children: "1:30 pm" }),
244
+ /* @__PURE__ */ jsx("option", { value: "2:00 pm", children: "2:00 pm" }),
245
+ /* @__PURE__ */ jsx("option", { value: "2:30 pm", children: "2:30 pm" }),
246
+ /* @__PURE__ */ jsx("option", { value: "3:00 pm", children: "3:00 pm" }),
247
+ /* @__PURE__ */ jsx("option", { value: "3:30 pm", children: "3:30 pm" }),
248
+ /* @__PURE__ */ jsx("option", { value: "4:00 pm", children: "4:00 pm" }),
249
+ /* @__PURE__ */ jsx("option", { value: "4:30 pm", children: "4:30 pm" }),
250
+ /* @__PURE__ */ jsx("option", { value: "5:00 pm", children: "5:00 pm" })
251
+ ]
252
+ }
253
+ ) }),
254
+ /* @__PURE__ */ jsx(HoneyPot, { register, variant })
255
+ ] }),
256
+ children,
257
+ /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
258
+ /* @__PURE__ */ jsx("div", { className: actions, children: /* @__PURE__ */ jsx(
259
+ Button,
260
+ {
261
+ color: getVariant(callToAction?.variant),
262
+ as: "button",
263
+ type: "submit",
264
+ disabled: !isValid,
265
+ children: callToAction?.displayText
266
+ }
267
+ ) })
268
+ ]
269
+ }
270
+ )
249
271
  ] }) }) }, id);
250
272
  };
251
273
  export {
@@ -9,4 +9,4 @@ export type ScheduleCallPremierInputs = {
9
9
  Best_Time_To_Call__c: string;
10
10
  Potential_Funding__c: string;
11
11
  };
12
- export declare const ScheduleCallPremier: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;
12
+ export declare const ScheduleCallPremier: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, onValidate, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;