@axos-web-dev/shared-components 1.0.77-patch.22 → 1.0.77-patch.24

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.
@@ -433,7 +433,6 @@ const AxosFooterSiteMap = ({
433
433
  /* @__PURE__ */ jsxs("div", { className: ft_col, children: [
434
434
  /* @__PURE__ */ jsx("h2", { className: ft_col_header, children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOSBANK}/partners"), children: "Partners" }) }),
435
435
  /* @__PURE__ */ jsxs("ul", { children: [
436
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://lavictoirefinance.com/dealers", children: "Marine Dealer Floorplan Finance" }) }),
437
436
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
438
437
  "a",
439
438
  {
@@ -887,7 +886,6 @@ const AxosFooterSiteMap = ({
887
886
  )
888
887
  ] }),
889
888
  /* @__PURE__ */ jsxs("ul", { children: [
890
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://lavictoirefinance.com/dealers", children: "Marine Dealer Floorplan Finance" }) }),
891
889
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
892
890
  "a",
893
891
  {
@@ -19,7 +19,7 @@ export type MortgageRateInputs = {
19
19
  loanPurpose: number;
20
20
  [key: string]: string | number;
21
21
  };
22
- export declare const MortgageRate: ({ icon, children, onSubmit, disclosure, variant: fullVariant, validateEmail, id, rateWatchOnSubmit, setRateWatchSubmitted, hideModalValue, showingTables, onValidate, }: FormProps & {
22
+ export declare const MortgageRate: ({ icon, children, onSubmit, disclosure, variant: fullVariant, validateEmail, id, rateWatchOnSubmit, setRateWatchSubmitted, hideModalValue, showingTables, }: FormProps & {
23
23
  rateWatchOnSubmit: (values: RateWatchInputs & {
24
24
  email: string;
25
25
  }) => Promise<void>;