@axos-web-dev/shared-components 1.0.77-patch.63 → 1.0.77-patch.65

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 (41) hide show
  1. package/dist/Accordion/Accordion.js +3 -3
  2. package/dist/AlertBanner/index.js +1 -1
  3. package/dist/Article/Article.js +1 -1
  4. package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
  5. package/dist/Calculators/ApyCalculator/index.js +1 -1
  6. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  7. package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
  8. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  9. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  10. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  11. package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
  12. package/dist/Carousel/index.js +1 -1
  13. package/dist/ContentBanner/index.js +1 -1
  14. package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
  15. package/dist/ExecutiveBio/ExecutiveBioSet.js +1 -1
  16. package/dist/FaqAccordion/index.js +1 -1
  17. package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
  18. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -2
  19. package/dist/Forms/EmailUs.js +39 -33
  20. package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
  21. package/dist/HeroBanner/HeroBanner.js +2 -2
  22. package/dist/IconBillboard/IconBillboardSet.js +1 -1
  23. package/dist/ImageBillboard/ImageBillboard.js +1 -1
  24. package/dist/Input/Checkbox.js +2 -2
  25. package/dist/Input/DownPaymentInput.js +1 -1
  26. package/dist/Input/Dropdown.js +1 -1
  27. package/dist/Input/Input.js +1 -1
  28. package/dist/Input/InputTextArea.js +1 -1
  29. package/dist/Insight/Featured/Featured.js +2 -2
  30. package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
  31. package/dist/Modal/contextApi/store.js +1 -1
  32. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +6 -6
  33. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +12 -16
  34. package/dist/NavigationMenu/AxosBank/SubNavBar.js +29 -33
  35. package/dist/PageNavItem/PageNavItem.js +1 -1
  36. package/dist/SetContainer/SetContainer.js +1 -1
  37. package/dist/StepItem/StepItem.js +1 -1
  38. package/dist/StepItemSet/StepItemSet.js +1 -1
  39. package/dist/Table/Table.js +1 -1
  40. package/dist/Topic/Topic.js +1 -1
  41. package/package.json +135 -135
@@ -1,7 +1,7 @@
1
1
  "use client";
2
- import { jsxs, jsx } from "react/jsx-runtime";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import clsx from "clsx";
4
- import React, { createContext, useContext, useState } from "react";
4
+ import React, { createContext, useState, useContext } from "react";
5
5
  import "../icons/ArrowIcon/ArrowIcon.css.js";
6
6
  import "../icons/CheckIcon/CheckIcon.css.js";
7
7
  import SvgChevronDown from "../icons/ChevronDown.js";
@@ -12,7 +12,7 @@ import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/Downl
12
12
  /* empty css */
13
13
  /* empty css */
14
14
  /* empty css */
15
- import { headerContent, icon, headerAccordion, bodyAccordion, hide, paragraph, accordion } from "./Accordion.css.js";
15
+ import { bodyAccordion, hide, paragraph, accordion, headerContent, icon, headerAccordion } from "./Accordion.css.js";
16
16
  const AccordionCtx = createContext({
17
17
  isOpen: false,
18
18
  onclick: () => {
@@ -10,7 +10,7 @@ import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/Downl
10
10
  /* empty css */
11
11
  import SvgLockIcon from "../icons/LockIcon/index.js";
12
12
  import { SvgWarningIcon } from "../icons/WarningIcon/index.js";
13
- import { alertBanner, alertBanner_img_section, alertBanner_body, alertBanner_cta } from "./AlertBanner.css.js";
13
+ import { alertBanner_img_section, alertBanner_body, alertBanner_cta, alertBanner } from "./AlertBanner.css.js";
14
14
  const AlertBanner = ({
15
15
  alertType,
16
16
  message,
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
2
  import { getVariant } from "../utils/getVariant.js";
3
3
  import { OptimizeImage } from "../utils/optimizeImage/OptimizeImage.js";
4
- import { ant_article, ant_img, ant_content, ant_eyebrow, ant_card_title, ant_card_body, ant_card_cta } from "./Article.css.js";
4
+ import { ant_img, ant_content, ant_eyebrow, ant_card_title, ant_card_body, ant_card_cta, ant_article } from "./Article.css.js";
5
5
  import { Button } from "../Button/Button.js";
6
6
  import "../Button/Button.css.js";
7
7
  import "react";
@@ -8,7 +8,7 @@ import { getVariant } from "../../utils/getVariant.js";
8
8
  import { useRef, useState, useEffect } from "react";
9
9
  import clsx from "clsx";
10
10
  import { calculator } from "../calculator.css.js";
11
- import { container, calc_container, calc_block, pb0_1023, slider_block_wrapper, w100, stat_row, balance_wrapper, fb50, stat, slider_wrapper, slider, pt0_1023, text_block } from "./AnnualFeeCalculator.css.js";
11
+ import { calc_container, calc_block, pb0_1023, slider_block_wrapper, w100, stat_row, balance_wrapper, fb50, stat, slider_wrapper, slider, pt0_1023, text_block, container } from "./AnnualFeeCalculator.css.js";
12
12
  const AnnualFeeCalculator = ({
13
13
  marketingTiles,
14
14
  variant: fullVariant = "primary"
@@ -7,7 +7,7 @@ import "react-use";
7
7
  import { Chevron } from "../../Chevron/index.js";
8
8
  import { section_container, content, headerIconBillboard, buttons } from "../../IconBillboard/IconBillboard.css.js";
9
9
  import { getVariant } from "../../utils/getVariant.js";
10
- import { container, apy_calculator, calculator_section, section_header, header_theme, mt_8, apy_calculator_form, pis_0, errorTag, fieldset, field_row, relative, label_symbol, cash, prefix_pad, percent, submit_section, span_12, form_disclosure, marketing, marketingTile, bodyContent } from "./ApyCalculator.css.js";
10
+ import { apy_calculator, calculator_section, section_header, header_theme, mt_8, apy_calculator_form, pis_0, errorTag, fieldset, field_row, relative, label_symbol, cash, prefix_pad, percent, submit_section, span_12, form_disclosure, marketing, marketingTile, bodyContent, container } from "./ApyCalculator.css.js";
11
11
  const ApyCalculator = ({
12
12
  header,
13
13
  body,
@@ -23,7 +23,7 @@ import { z } from "zod";
23
23
  import { getVariant } from "../../utils/getVariant.js";
24
24
  import clsx from "clsx";
25
25
  import { useForm, FormProvider } from "react-hook-form";
26
- import { calc_container, calculator_section, section_header, theme_header, mt_8, buydown_calculator_form, row_form, calculate_row, form_wrapper, form_disclosure } from "./BuyDownCalculator.css.js";
26
+ import { calculator_section, section_header, theme_header, mt_8, buydown_calculator_form, row_form, calculate_row, form_wrapper, form_disclosure, calc_container } from "./BuyDownCalculator.css.js";
27
27
  const BuyDownCalculator = ({
28
28
  header,
29
29
  body,
@@ -4,7 +4,7 @@ import { Button } from "../../Button/Button.js";
4
4
  import { button } from "../../Button/Button.css.js";
5
5
  import { useEffect } from "react";
6
6
  import "react-use";
7
- import { container, field_row, errorTag, marketingTile, bodyContent, header_theme } from "../ApyCalculator/ApyCalculator.css.js";
7
+ import { field_row, errorTag, marketingTile, bodyContent, header_theme, container } from "../ApyCalculator/ApyCalculator.css.js";
8
8
  import { Chevron } from "../../Chevron/index.js";
9
9
  import { content, headerIconBillboard, buttons } from "../../IconBillboard/IconBillboard.css.js";
10
10
  import { findMoreAxosDomains } from "../../utils/allowedAxosDomains.js";
@@ -8,7 +8,7 @@ import { useState } from "react";
8
8
  import clsx from "clsx";
9
9
  import { calc_text, description_text, calc_disclosure } from "../BalanceAPYCalculator/BalanceAPYCalculator.css.js";
10
10
  import { calculator } from "../calculator.css.js";
11
- import { calc_container, container, h2i, inputs_container, input_container, input_box, error_message, hide_select_arrow, calculation_header, payment_results } from "../MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
11
+ import { calc_container, h2i, inputs_container, input_container, input_box, error_message, hide_select_arrow, calculation_header, payment_results, container } from "../MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
12
12
  const MarineLoanMonthlyPaymentCalculator = ({ variant, header, disclosure, bodyCopy = true }) => {
13
13
  const fullVariant = getVariant(variant);
14
14
  const [loanAmountDisplay, setLoanAmountDisplay] = useState("$75,000");
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { button } from "../../Button/Button.css.js";
4
- import { calc_container, container, h2i, inputs_container, input_container, input_box, error_message, calculation_header, payment_results } from "../MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
4
+ import { calc_container, h2i, inputs_container, input_container, input_box, error_message, calculation_header, payment_results, container } from "../MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
5
5
  import { title } from "../../IconBillboard/IconBillboard.css.js";
6
6
  import "../../utils/allowedAxosDomains.js";
7
7
  import { getVariant } from "../../utils/getVariant.js";
@@ -8,7 +8,7 @@ import { useState } from "react";
8
8
  import clsx from "clsx";
9
9
  import { calc_text, description_text, calc_disclosure } from "../BalanceAPYCalculator/BalanceAPYCalculator.css.js";
10
10
  import { calculator } from "../calculator.css.js";
11
- import { calc_container, container, h2i, inputs_container, input_container, input_box, error_message, calculation_header, payment_results } from "./MonthlyPaymentCalculator.css.js";
11
+ import { calc_container, h2i, inputs_container, input_container, input_box, error_message, calculation_header, payment_results, container } from "./MonthlyPaymentCalculator.css.js";
12
12
  const MonthlyPaymentCalculator = ({
13
13
  variant,
14
14
  header,
@@ -5,7 +5,7 @@ import "../../utils/allowedAxosDomains.js";
5
5
  import { getVariant } from "../../utils/getVariant.js";
6
6
  import { useState } from "react";
7
7
  import { calc_disclosure } from "../BalanceAPYCalculator/BalanceAPYCalculator.css.js";
8
- import { bg_vars, calc_content_area, calc_h2, calc_bodycopy, lvf_calc_wrapper, lvf_calc_header, calc_wrapper_inner, calc_input_wrap, rounded_cell, calc_input_styles, error_dialog, results_wrap, result_header, result_value, waves, parallax } from "./MonthlyPaymentCalculator.css.js";
8
+ import { calc_content_area, calc_h2, calc_bodycopy, lvf_calc_wrapper, lvf_calc_header, calc_wrapper_inner, calc_input_wrap, rounded_cell, calc_input_styles, error_dialog, results_wrap, result_header, result_value, waves, parallax, bg_vars } from "./MonthlyPaymentCalculator.css.js";
9
9
  const MonthlyPaymentLVFCalculator = ({ variant, header, bodyCopy, disclosure }) => {
10
10
  const theme = getVariant(variant);
11
11
  const [loanAmountMasked, setLoanAmountMasked] = useState("50,000");
@@ -133,7 +133,7 @@ import "../StepItemSet/StepItemSet.css.js";
133
133
  /* empty css */
134
134
  /* empty css */
135
135
  /* empty css */
136
- import { icon, slide, authorLocation, author, quoteSetContainer, headerCarousel, descriptionCarousel, slides, carousel, dots, dot } from "./Carousel.css.js";
136
+ import { icon, quoteSetContainer, headerCarousel, descriptionCarousel, slides, carousel, slide, authorLocation, author, dots, dot } from "./Carousel.css.js";
137
137
  import { useCarousel } from "./store.js";
138
138
  const iconVarints = /* @__PURE__ */ new Map([
139
139
  [
@@ -7,7 +7,7 @@ import { getVariant } from "../utils/getVariant.js";
7
7
  import { Button } from "../Button/Button.js";
8
8
  import "../Button/Button.css.js";
9
9
  import "react-use";
10
- import { content_banner, section_pad, section_min_pad, push_down_24, cb_eyebrow, body_copy, call_to_action_row, link } from "./ContentBanner.css.js";
10
+ import { section_pad, section_min_pad, push_down_24, cb_eyebrow, body_copy, call_to_action_row, link, content_banner } from "./ContentBanner.css.js";
11
11
  const ContentBanner = ({
12
12
  variant,
13
13
  icon,
@@ -4,7 +4,7 @@ import { useRef, useState, useEffect, createElement } from "react";
4
4
  import { getVariant } from "../utils/getVariant.js";
5
5
  import { OptimizeImage } from "../utils/optimizeImage/OptimizeImage.js";
6
6
  import { Overlay } from "./Overlay.js";
7
- import { executive_bio, padding, item_bio, shift, media, headshot, img_area, description, person, headline_setting, job_title, copy, contacts, contact_col, svg_icon, contact_entry, url_row, ceoSection, ceoContainer, ceoWrapper, ceoMedia, ceoImgWrapper, imgAlignment, highlights, bulletsHeadline, bulletsWrapper, ceoContent, ceoHeader, ceoPersonalInfo, ceo_name, ceo_title, ceo_contacts, social, hover, svg_color, tooltip, ceo_quote, ceo_body, order_3, overlay } from "./ExecutiveBio.css.js";
7
+ import { executive_bio, padding, shift, media, headshot, img_area, description, person, headline_setting, job_title, copy, contacts, contact_col, svg_icon, contact_entry, url_row, item_bio, ceoContainer, ceoWrapper, ceoMedia, ceoImgWrapper, imgAlignment, highlights, bulletsHeadline, bulletsWrapper, ceoContent, ceoHeader, ceoPersonalInfo, ceo_name, ceo_title, ceo_contacts, social, hover, svg_color, tooltip, ceo_quote, ceo_body, order_3, overlay, ceoSection } from "./ExecutiveBio.css.js";
8
8
  import "../Accordion/Accordion.js";
9
9
  import "../Accordion/Accordion.css.js";
10
10
  import "../icons/ArrowIcon/ArrowIcon.css.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
2
  import { getVariant } from "../utils/getVariant.js";
3
3
  import { ExecutiveBio } from "./ExecutiveBio.js";
4
- import { section_theme, bio_section_text, header_theme, components, details } from "./ExecutiveBio.css.js";
4
+ import { bio_section_text, header_theme, components, details, section_theme } from "./ExecutiveBio.css.js";
5
5
  const ExecutiveBioSet = ({
6
6
  id,
7
7
  title,
@@ -135,7 +135,7 @@ import "../StepItemSet/StepItemSet.css.js";
135
135
  /* empty css */
136
136
  import { getLevelNumber } from "../utils/faqAccordionOptions.js";
137
137
  import { create } from "zustand";
138
- import { summary, summaryHeader, content, header, faqAccordion, faqAccordion_section } from "./FaqAccordion.css.js";
138
+ import { content, summary, summaryHeader, header, faqAccordion, faqAccordion_section } from "./FaqAccordion.css.js";
139
139
  const useAccordion = create()((set) => ({
140
140
  itemsOpened: [],
141
141
  addItem: (id) => {
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
- import { footerParagraph, iconsContent, footerDisclosure } from "./FooterDisclosure.css.js";
3
+ import { footerDisclosure, iconsContent, footerParagraph } from "./FooterDisclosure.css.js";
4
4
  const FooterContent = (props) => {
5
5
  return /* @__PURE__ */ jsx(
6
6
  "div",
@@ -338,9 +338,9 @@ const AxosFooterSiteMap = ({
338
338
  "a",
339
339
  {
340
340
  href: findMoreAxosDomains(
341
- "{AXOSBANK}/commercial/lending/residential-warehouse-lending"
341
+ "{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
342
342
  ),
343
- children: "Residential Warehouse Lending"
343
+ children: "Mortgage Warehouse Lending"
344
344
  }
345
345
  ) }),
346
346
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -100,40 +100,46 @@ const EmailUs = ({
100
100
  e.preventDefault();
101
101
  },
102
102
  children: [
103
- /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant, formType: "emailUs" })), children: [
104
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
105
- Input,
106
- {
107
- id: "email",
108
- ...register("email", {
109
- required: true,
110
- validate: {
111
- isValid: associatedEmail
103
+ /* @__PURE__ */ jsxs(
104
+ "div",
105
+ {
106
+ className: clsx(formWrapper({ variant, formType: "emailUs" })),
107
+ children: [
108
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
109
+ Input,
110
+ {
111
+ id: "email",
112
+ ...register("email", {
113
+ required: true,
114
+ validate: {
115
+ isValid: associatedEmail
116
+ }
117
+ }),
118
+ label: "Email",
119
+ sizes: "medium",
120
+ required: true,
121
+ error: !!errors.email,
122
+ helperText: errors.email?.message,
123
+ variant
124
+ }
125
+ ) }),
126
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
127
+ InputTextArea,
128
+ {
129
+ id: "message",
130
+ ...register("message", { required: true }),
131
+ label: "Write Your Message",
132
+ sizes: "medium",
133
+ required: true,
134
+ error: !!errors.message,
135
+ helperText: errors.message?.message,
136
+ variant
112
137
  }
113
- }),
114
- label: "Email",
115
- sizes: "medium",
116
- required: true,
117
- error: !!errors.email,
118
- helperText: errors.email?.message,
119
- variant
120
- }
121
- ) }),
122
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
123
- InputTextArea,
124
- {
125
- id: "message",
126
- ...register("message", { required: true }),
127
- label: "Write Your Message",
128
- sizes: "medium",
129
- required: true,
130
- error: !!errors.message,
131
- helperText: errors.message?.message,
132
- variant
133
- }
134
- ) }),
135
- /* @__PURE__ */ jsx(HoneyPot, { register, variant })
136
- ] }),
138
+ ) }),
139
+ /* @__PURE__ */ jsx(HoneyPot, { register, variant })
140
+ ]
141
+ }
142
+ ),
137
143
  children,
138
144
  /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
139
145
  /* @__PURE__ */ jsx("div", { className: actions, children: isSubmitting ? /* @__PURE__ */ jsx(
@@ -47,7 +47,7 @@ import "../../Input/RadioButton.js";
47
47
  import "../../Input/PercentageInput.js";
48
48
  import { useForm, FormProvider } from "react-hook-form";
49
49
  import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
50
- import { iconForm, headerForm, form, descriptionField, headerContainer, fullRowSelect, formWrapper, centerSelect, mt2rem, fullRowForm, disclosureForm, actions, formBtns, na_cursor, formContainer } from "../Forms.css.js";
50
+ import { iconForm, headerForm, form, descriptionField, headerContainer, fullRowSelect, centerSelect, formWrapper, mt2rem, fullRowForm, disclosureForm, actions, formBtns, na_cursor, formContainer } from "../Forms.css.js";
51
51
  import { honeyPotSchema, isValidHoneyPot, HoneyPot } from "../HoneyPot/index.js";
52
52
  import { SalesforceSchema } from "../SalesforceFieldsForm.js";
53
53
  import "../../Input/RadioButton.css.js";
@@ -16,8 +16,8 @@ import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/Downl
16
16
  import { getVariant } from "../utils/getVariant.js";
17
17
  import Image from "next/image.js";
18
18
  import clsx from "clsx";
19
- import { logout, hero_banner, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_bullet_item, hero_sub_bullets, hero_btns, hero_img, img_contents, reversed_lg_image } from "./HeroBanner.css.js";
20
- import { lg_hero_banner, lg_hero_content, lg_hero_text, lg_hero_eyebrow, lg_headline_text, lg_hero_img, lg_hero_sizing } from "./LargeBanner.css.js";
19
+ import { logout, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_bullet_item, hero_sub_bullets, hero_btns, hero_img, img_contents, hero_banner, reversed_lg_image } from "./HeroBanner.css.js";
20
+ import { lg_hero_content, lg_hero_eyebrow, lg_headline_text, lg_hero_text, lg_hero_img, lg_hero_sizing, lg_hero_banner } from "./LargeBanner.css.js";
21
21
  import { selection_section_icon_img, selection_section_icon, selection_section, selection_section_bg, selection_section_content, selection_headline_text } from "./SelectionBanner.css.js";
22
22
  const HeroBanner = ({
23
23
  id,
@@ -7,7 +7,7 @@ import { Button } from "../Button/Button.js";
7
7
  import "../Button/Button.css.js";
8
8
  import "react";
9
9
  import "react-use";
10
- import { section_text, header_section, section_body, section_container, containerIconBillboard, layout, billboard_icon, content, headerIconBillboard, title, list, buttons } from "./IconBillboard.css.js";
10
+ import { section_text, header_section, section_body, section_container, billboard_icon, content, headerIconBillboard, title, list, layout, buttons, containerIconBillboard } from "./IconBillboard.css.js";
11
11
  const IconBillboardSet = ({
12
12
  variant,
13
13
  side = false,
@@ -15,7 +15,7 @@ import "../Button/Button.css.js";
15
15
  import "react";
16
16
  import "react-use";
17
17
  import { inline_container } from "../SetContainer/SetContainer.css.js";
18
- import { section_text_ImageBillboard, header, billboard, billboard_container, body, billboard_body, billboard_header_section, supertag, billboard_ctas } from "./ImageBillboard.css.js";
18
+ import { section_text_ImageBillboard, header, billboard_container, body, billboard_body, billboard_header_section, supertag, billboard_ctas, billboard } from "./ImageBillboard.css.js";
19
19
  const ImageBillboardSet = ({
20
20
  id,
21
21
  variant,
@@ -1,8 +1,8 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { forwardRef } from "react";
4
- import { checkboxContainer, checkbox } from "./Checkbox.css.js";
5
- import { wrapper, container, labelClassName, input, helperText } from "./Input.css.js";
4
+ import { checkbox, checkboxContainer } from "./Checkbox.css.js";
5
+ import { input, labelClassName, container, helperText, wrapper } from "./Input.css.js";
6
6
  const Checkbox = forwardRef((props, ref) => {
7
7
  const {
8
8
  disabled,
@@ -2,7 +2,7 @@
2
2
  import { jsxs, jsx } from "react/jsx-runtime";
3
3
  import clsx from "clsx";
4
4
  import { forwardRef, useState, useEffect } from "react";
5
- import { wrapper, labelClassName, container, input, helperText } from "./Input.css.js";
5
+ import { labelClassName, input, container, helperText, wrapper } from "./Input.css.js";
6
6
  import { dp_input } from "./Dropdown.css.js";
7
7
  const DownPaymentInput = forwardRef(
8
8
  ({
@@ -2,7 +2,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { forwardRef } from "react";
4
4
  import { selectInput } from "./Dropdown.css.js";
5
- import { wrapper, labelClassName, container, iconContainer, iconInput, input, helperText } from "./Input.css.js";
5
+ import { labelClassName, iconContainer, iconInput, input, container, helperText, wrapper } from "./Input.css.js";
6
6
  const Dropdown = forwardRef(
7
7
  (props, ref) => {
8
8
  const {
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { forwardRef } from "react";
4
- import { wrapper, labelClassName, container, iconContainer, iconInput, input, helperText } from "./Input.css.js";
4
+ import { labelClassName, iconContainer, iconInput, input, container, helperText, wrapper } from "./Input.css.js";
5
5
  const Input = forwardRef((props, ref) => {
6
6
  const {
7
7
  disabled,
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { forwardRef } from "react";
4
- import { wrapper, labelClassName, container, iconContainer, iconInput, input, helperText } from "./Input.css.js";
4
+ import { labelClassName, iconContainer, iconInput, input, container, helperText, wrapper } from "./Input.css.js";
5
5
  const InputTextArea = forwardRef((props, ref) => {
6
6
  const {
7
7
  disabled,
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { Fragment } from "react";
4
4
  import { getVariant } from "../../utils/getVariant.js";
@@ -101,7 +101,7 @@ import "next/script.js";
101
101
  /* empty css */
102
102
  /* empty css */
103
103
  /* empty css */
104
- import { featured_subgrid_item, featured_supertag, featured_subgrid_title, featured_center_vertical, featured_title, featured_maingrid_img, featured_maingrid_title, featured_maingrid_item, featured_maingrid, featured_hero, featured_subgrid_divider, featured_subgrid, featured_grid, featured_section } from "./Featured.css.js";
104
+ import { featured_title, featured_maingrid_img, featured_maingrid_title, featured_center_vertical, featured_maingrid_item, featured_maingrid, featured_hero, featured_subgrid_divider, featured_subgrid, featured_grid, featured_section, featured_subgrid_item, featured_supertag, featured_subgrid_title } from "./Featured.css.js";
105
105
  /* empty css */
106
106
  import "../../LandingPageHeader/LandingPageHeader.css.js";
107
107
  /* empty css */
@@ -16,7 +16,7 @@ import SvgComponent$5 from "../icons/Logos/AXOS.js";
16
16
  import SvgComponent$6 from "../icons/Logos/GBLVF.js";
17
17
  import SvgComponent$7 from "../icons/Logos/SPB.js";
18
18
  import { getVariant } from "../utils/getVariant.js";
19
- import { svg_fill, lp_theme, spb_container, lp_container, spb_hover, lp_hover } from "./LandingPageHeader.css.js";
19
+ import { svg_fill, spb_container, lp_container, spb_hover, lp_hover, lp_theme } from "./LandingPageHeader.css.js";
20
20
  const LandingPageHeader = ({
21
21
  id,
22
22
  variant: fullVariant = "primary",
@@ -2,7 +2,7 @@
2
2
  import { jsxs, jsx } from "react/jsx-runtime";
3
3
  import { Modal } from "../Modal.js";
4
4
  import "../../utils/allowedAxosDomains.js";
5
- import { createContext, useContext, useState } from "react";
5
+ import { createContext, useState, useContext } from "react";
6
6
  import { shortUrl } from "../../utils/validateExternalLinks.js";
7
7
  const GlobalContext = createContext({
8
8
  targetLinkUrl: "",
@@ -6,16 +6,16 @@ export declare const menuData: {
6
6
  Checking: {
7
7
  "Checking Accounts Home": string;
8
8
  "Axos ONE\u00AE Checking": string;
9
- "Rewards Checking": string;
10
- "Essential Checking": string;
11
- "First Checking": string;
12
- "CashBack Checking": string;
13
- "Golden Checking": string;
9
+ "Axos Checking": string;
14
10
  };
15
11
  Savings: {
16
12
  "Savings Accounts Home": string;
17
13
  "Axos ONE\u00AE Savings": string;
18
14
  "Summit Savings": string;
15
+ };
16
+ "Teen Accounts": {
17
+ "Teen Accounts Home": string;
18
+ "First Checking": string;
19
19
  "First Savings": string;
20
20
  };
21
21
  Premier: {
@@ -186,7 +186,7 @@ export declare const menuData: {
186
186
  "Commercial Real Estate Bridge & Construction Lending": string;
187
187
  "HOA Lending": string;
188
188
  "Lender Finance": string;
189
- "Residential Warehouse Lending": string;
189
+ "Mortgage Warehouse Lending": string;
190
190
  "Small Balance Commercial Real Estate": string;
191
191
  "Leveraged Finance": string;
192
192
  "Dealer Floorplan Finance": string;
@@ -140,20 +140,8 @@ const menuData = {
140
140
  "Axos ONE® Checking": findMoreAxosDomains(
141
141
  "{AXOSBANK}/personal/bank/axos-one"
142
142
  ),
143
- "Rewards Checking": findMoreAxosDomains(
144
- "{AXOSBANK}/personal/bank/checking-accounts/rewards-checking"
145
- ),
146
- "Essential Checking": findMoreAxosDomains(
147
- "{AXOSBANK}/personal/bank/checking-accounts/essential-checking"
148
- ),
149
- "First Checking": findMoreAxosDomains(
150
- "{AXOSBANK}/personal/bank/checking-accounts/first-checking"
151
- ),
152
- "CashBack Checking": findMoreAxosDomains(
153
- "{AXOSBANK}/personal/bank/checking-accounts/cashback-checking"
154
- ),
155
- "Golden Checking": findMoreAxosDomains(
156
- "{AXOSBANK}/personal/bank/checking-accounts/golden-checking"
143
+ "Axos Checking": findMoreAxosDomains(
144
+ "{AXOSBANK}/personal/bank/checking-accounts/axos-checking"
157
145
  )
158
146
  },
159
147
  Savings: {
@@ -165,6 +153,14 @@ const menuData = {
165
153
  ),
166
154
  "Summit Savings": findMoreAxosDomains(
167
155
  "{AXOSBANK}/personal/bank/savings-accounts/summit-savings"
156
+ )
157
+ },
158
+ "Teen Accounts": {
159
+ "Teen Accounts Home": findMoreAxosDomains(
160
+ "{AXOSBANK}/personal/bank/savings-accounts/first-savings"
161
+ ),
162
+ "First Checking": findMoreAxosDomains(
163
+ "{AXOSBANK}/personal/bank/checking-accounts/first-checking"
168
164
  ),
169
165
  "First Savings": findMoreAxosDomains(
170
166
  "{AXOSBANK}/personal/bank/savings-accounts/first-savings"
@@ -516,8 +512,8 @@ const menuData = {
516
512
  "Lender Finance": findMoreAxosDomains(
517
513
  "{AXOSBANK}/commercial/lending/lender-financing"
518
514
  ),
519
- "Residential Warehouse Lending": findMoreAxosDomains(
520
- "{AXOSBANK}/commercial/lending/residential-warehouse-lending"
515
+ "Mortgage Warehouse Lending": findMoreAxosDomains(
516
+ "{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
521
517
  ),
522
518
  "Small Balance Commercial Real Estate": findMoreAxosDomains(
523
519
  "{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
@@ -847,45 +847,50 @@ function SubNavBar() {
847
847
  Link,
848
848
  {
849
849
  href: findMoreAxosDomains(
850
- "{AXOSBANK}/personal/bank/checking-accounts/rewards-checking"
850
+ "{AXOSBANK}/personal/bank/checking-accounts/axos-checking"
851
851
  ),
852
- children: "Rewards Checking"
852
+ children: "Axos Checking"
853
853
  }
854
- ) }),
855
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
856
- Link,
857
- {
858
- href: findMoreAxosDomains(
859
- "{AXOSBANK}/personal/bank/checking-accounts/essential-checking"
860
- ),
861
- children: "Essential Checking"
862
- }
863
- ) }),
854
+ ) })
855
+ ] })
856
+ ] }),
857
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
858
+ /* @__PURE__ */ jsx(
859
+ Image,
860
+ {
861
+ src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
862
+ alt: "",
863
+ width: 20,
864
+ height: 20
865
+ }
866
+ ),
867
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
864
868
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
865
869
  Link,
866
870
  {
867
871
  href: findMoreAxosDomains(
868
- "{AXOSBANK}/personal/bank/checking-accounts/first-checking"
872
+ "{AXOSBANK}/personal/bank/savings-accounts"
869
873
  ),
870
- children: "First Checking"
874
+ role: "heading",
875
+ children: "Savings"
871
876
  }
872
877
  ) }),
873
878
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
874
879
  Link,
875
880
  {
876
881
  href: findMoreAxosDomains(
877
- "{AXOSBANK}/personal/bank/checking-accounts/cashback-checking"
882
+ "{AXOSBANK}/personal/bank/axos-one"
878
883
  ),
879
- children: "CashBack Checking"
884
+ children: "Axos ONE Savings"
880
885
  }
881
886
  ) }),
882
887
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
883
888
  Link,
884
889
  {
885
890
  href: findMoreAxosDomains(
886
- "{AXOSBANK}/personal/bank/checking-accounts/golden-checking"
891
+ "{AXOSBANK}/personal/bank/savings-accounts/summit-savings"
887
892
  ),
888
- children: "Golden Checking"
893
+ children: "Summit Savings"
889
894
  }
890
895
  ) })
891
896
  ] })
@@ -905,28 +910,19 @@ function SubNavBar() {
905
910
  Link,
906
911
  {
907
912
  href: findMoreAxosDomains(
908
- "{AXOSBANK}/personal/bank/savings-accounts"
913
+ "{AXOSBANK}/personal/bank/savings-accounts/first-savings"
909
914
  ),
910
915
  role: "heading",
911
- children: "Savings"
916
+ children: "Teen Accounts"
912
917
  }
913
918
  ) }),
914
919
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
915
920
  Link,
916
921
  {
917
922
  href: findMoreAxosDomains(
918
- "{AXOSBANK}/personal/bank/axos-one"
919
- ),
920
- children: "Axos ONE Savings"
921
- }
922
- ) }),
923
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
924
- Link,
925
- {
926
- href: findMoreAxosDomains(
927
- "{AXOSBANK}/personal/bank/savings-accounts/summit-savings"
923
+ "{AXOSBANK}/personal/bank/checking-accounts/first-checking"
928
924
  ),
929
- children: "Summit Savings"
925
+ children: "First Checking"
930
926
  }
931
927
  ) }),
932
928
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -2917,9 +2913,9 @@ function SubNavBar() {
2917
2913
  Link,
2918
2914
  {
2919
2915
  href: findMoreAxosDomains(
2920
- "{AXOSBANK}/commercial/lending/residential-warehouse-lending"
2916
+ "{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
2921
2917
  ),
2922
- children: "Residential Warehouse Lending"
2918
+ children: "Mortgage Warehouse Lending"
2923
2919
  }
2924
2920
  ) }),
2925
2921
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { getVariant } from "../utils/getVariant.js";
3
- import { pn_btn, pn_link } from "./PageNavItem.css.js";
3
+ import { pn_link, pn_btn } from "./PageNavItem.css.js";
4
4
  const PageNavItem = ({
5
5
  id,
6
6
  addClassName,
@@ -82,7 +82,7 @@ import "../Chatbot/authenticate.js";
82
82
  import "../Chatbot/store/messages.js";
83
83
  /* empty css */
84
84
  import "../Comparison/Comparison.css.js";
85
- import { setcontainer_section_text, set_container_cols, inline_container, set_container, isolate_container } from "./SetContainer.css.js";
85
+ import { setcontainer_section_text, inline_container, set_container_cols, set_container, isolate_container } from "./SetContainer.css.js";
86
86
  import "../Tab/Tab.css.js";
87
87
  import "../icons/Star/Star.css.js";
88
88
  import { heroSupertag } from "../HeroBanner/HeroBanner.css.js";
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
2
  import { getVariant } from "../utils/getVariant.js";
3
- import { li, line_points, point, step_num, bullet_details, bs_topic, bs_copy } from "./StepItem.css.js";
3
+ import { li, point, step_num, line_points, bullet_details, bs_topic, bs_copy } from "./StepItem.css.js";
4
4
  const StepItem = ({
5
5
  id,
6
6
  counter,
@@ -16,7 +16,7 @@ import '../assets/VideoTile/VideoTile.css';import '../assets/themes/victorie.css
16
16
  /* empty css */
17
17
  /* empty css */
18
18
  /* empty css */
19
- import { bs_section, bs_wrapper, svg_logo, modifier, sec_title, sec_subtitle, tablet_col, bs_image, bs_video, steps_wrapper, ol, ul, bs_btns, bs_add_details } from "./StepItemSet.css.js";
19
+ import { bs_wrapper, svg_logo, modifier, sec_title, sec_subtitle, tablet_col, bs_image, bs_video, steps_wrapper, ol, ul, bs_btns, bs_add_details, bs_section } from "./StepItemSet.css.js";
20
20
  const StepItemSet = ({
21
21
  id,
22
22
  variant: fullVariant = "primary",
@@ -12,7 +12,7 @@ import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/Downl
12
12
  import "../utils/allowedAxosDomains.js";
13
13
  import { getVariant } from "../utils/getVariant.js";
14
14
  import { createElement } from "react";
15
- import { table_section, table_container_text, table_headline, table_description_text, table_container, table, highlight_first_row, highlight_last_row, alternate_color_rows, apy_table, tableWrapper, td, th } from "./Table.css.js";
15
+ import { table, highlight_first_row, highlight_last_row, alternate_color_rows, apy_table, tableWrapper, td, th, table_section, table_container_text, table_headline, table_description_text, table_container } from "./Table.css.js";
16
16
  const TableContainer = ({
17
17
  tableTitle,
18
18
  tableBody,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
- import { topic_container, topic_header, topic_columns, topic_item } from "./Topic.css.js";
3
+ import { topic_container, topic_columns, topic_header, topic_item } from "./Topic.css.js";
4
4
  const Topic = ({ children }) => {
5
5
  return /* @__PURE__ */ jsx("div", { className: clsx(topic_container), children });
6
6
  };
package/package.json CHANGED
@@ -1,135 +1,135 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "1.0.77-patch.63",
5
- "type": "module",
6
- "module": "dist/main.js",
7
- "types": "dist/main.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "sideEffects": [
12
- "dist/assets/**/*.css"
13
- ],
14
- "scripts": {
15
- "dev": "vite",
16
- "build": "tsc --p ./tsconfig.build.json && vite build",
17
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
- "preview": "vite preview",
19
- "prepublishOnly": "npm run build",
20
- "check-types": "tsc --pretty --noEmit",
21
- "check-format": "prettier --check .",
22
- "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
- "format": "prettier --write .",
24
- "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
- "prepare": "husky",
26
- "storybook": "storybook dev -p 6006",
27
- "build-storybook": "storybook build",
28
- "npm:link": "npm run build && npm link"
29
- },
30
- "dependencies": {
31
- "@headlessui/react": "^2.2.0",
32
- "@hookform/resolvers": "^3.10.0",
33
- "@next-safe-action/adapter-react-hook-form": "^2.0.0",
34
- "@react-input/mask": "^1.2.15",
35
- "@react-input/number-format": "^1.1.3",
36
- "@storybook/icons": "^1.3.0",
37
- "@storybook/preview-api": "^8.4.7",
38
- "@types/iframe-resizer": "3.5.13",
39
- "@ujet/websdk-headless": "^3.41.4",
40
- "@vanilla-extract/css": "^1.16.1",
41
- "@vanilla-extract/recipes": "^0.5.1",
42
- "antd": "^5.22.5",
43
- "clsx": "^2.1.1",
44
- "framer-motion": "^12.9.2",
45
- "iframe-resizer": "^3.6.6",
46
- "lodash": "^4.17.21",
47
- "moment": "^2.30.1",
48
- "next-safe-action": "^8.0.2",
49
- "react-date-picker": "^11.0.0",
50
- "react-date-range": "^2.0.1",
51
- "react-hook-form": "^7.54.2",
52
- "react-markdown": "^9.0.1",
53
- "react-popper": "^2.3.0",
54
- "react-slick": "^0.30.2",
55
- "react-use": "^17.6.0",
56
- "react-wrap-balancer": "^1.1.1",
57
- "remark-gfm": "^4.0.1",
58
- "rsuite": "^5.75.0",
59
- "slick-carousel": "^1.8.1",
60
- "typed-css-modules": "^0.9.1",
61
- "vite-plugin-svgr": "^4.3.0",
62
- "zod": "^3.24.1",
63
- "zustand": "^4.5.5"
64
- },
65
- "peerDependencies": {
66
- "@vanilla-extract/css-utils": "^0.1.3",
67
- "@vanilla-extract/recipes": "^0.5.1",
68
- "@vanilla-extract/vite-plugin": "^4.0.3",
69
- "next": "^14.1.4",
70
- "react": "^18.2.0",
71
- "react-date-range": "^2.0.1",
72
- "react-dom": "^18.2.0",
73
- "react-popper": "^2.3.0",
74
- "react-slick": "^0.30.2",
75
- "slick-carousel": "^1.8.1"
76
- },
77
- "devDependencies": {
78
- "@chromatic-com/storybook": "^1.9.0",
79
- "@rollup/plugin-alias": "^5.1.1",
80
- "@storybook/addon-essentials": "^8.4.7",
81
- "@storybook/addon-interactions": "^8.4.7",
82
- "@storybook/addon-links": "^8.4.7",
83
- "@storybook/addon-mdx-gfm": "^8.4.7",
84
- "@storybook/addon-onboarding": "^8.4.7",
85
- "@storybook/addon-themes": "^8.4.7",
86
- "@storybook/blocks": "^8.4.7",
87
- "@storybook/react": "^8.6.14",
88
- "@storybook/react-vite": "^8.4.7",
89
- "@storybook/test": "^8.6.14",
90
- "@svgr/core": "^8.1.0",
91
- "@svgr/plugin-prettier": "^8.1.0",
92
- "@svgr/plugin-svgo": "^8.1.0",
93
- "@types/lodash": "^4.17.17",
94
- "@types/node": "^20.19.0",
95
- "@types/react": "^18.3.23",
96
- "@types/react-date-range": "^1.4.9",
97
- "@types/react-datepicker": "^6.2.0",
98
- "@types/react-dom": "^18.3.7",
99
- "@types/react-slick": "^0.23.13",
100
- "@typescript-eslint/eslint-plugin": "^7.18.0",
101
- "@typescript-eslint/parser": "^7.18.0",
102
- "@vanilla-extract/css-utils": "^0.1.4",
103
- "@vanilla-extract/recipes": "^0.5.5",
104
- "@vanilla-extract/vite-plugin": "^4.0.18",
105
- "@vitejs/plugin-react-swc": "^3.7.2",
106
- "esbuild-vanilla-image-loader": "^0.1.3",
107
- "eslint": "^8.57.1",
108
- "eslint-plugin-react-hooks": "^4.6.2",
109
- "eslint-plugin-react-refresh": "^0.4.16",
110
- "eslint-plugin-storybook": "^0.8.0",
111
- "glob": "^10.4.5",
112
- "husky": "^9.1.7",
113
- "next": "^14.1.4",
114
- "prettier": "3.2.5",
115
- "react": "^18.3.1",
116
- "react-dom": "^18.3.1",
117
- "rollup-plugin-preserve-directives": "^0.4.0",
118
- "rollup-plugin-svg-import": "^3.0.0",
119
- "rollup-plugin-svgo": "^2.0.0",
120
- "storybook": "^8.4.7",
121
- "typescript": "^5.7.2",
122
- "typescript-plugin-css-modules": "^5.1.0",
123
- "vite": "^5.4.11",
124
- "vite-plugin-dts": "^3.9.1",
125
- "vite-plugin-lib-inject-css": "^2.1.1",
126
- "vite-plugin-setting-css-module": "^1.1.4",
127
- "vite-tsconfig-paths": "^4.3.2"
128
- },
129
- "main": "index.js",
130
- "directories": {
131
- "lib": "lib"
132
- },
133
- "author": "axos-web-dev",
134
- "license": "ISC"
135
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "1.0.77-patch.65",
5
+ "type": "module",
6
+ "module": "dist/main.js",
7
+ "types": "dist/main.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "sideEffects": [
12
+ "dist/assets/**/*.css"
13
+ ],
14
+ "scripts": {
15
+ "dev": "vite",
16
+ "build": "tsc --p ./tsconfig.build.json && vite build",
17
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
+ "preview": "vite preview",
19
+ "prepublishOnly": "npm run build",
20
+ "check-types": "tsc --pretty --noEmit",
21
+ "check-format": "prettier --check .",
22
+ "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
+ "format": "prettier --write .",
24
+ "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
+ "prepare": "husky",
26
+ "storybook": "storybook dev -p 6006",
27
+ "build-storybook": "storybook build",
28
+ "npm:link": "npm run build && npm link"
29
+ },
30
+ "dependencies": {
31
+ "@headlessui/react": "^2.2.0",
32
+ "@hookform/resolvers": "^3.10.0",
33
+ "@next-safe-action/adapter-react-hook-form": "^2.0.0",
34
+ "@react-input/mask": "^1.2.15",
35
+ "@react-input/number-format": "^1.1.3",
36
+ "@storybook/icons": "^1.3.0",
37
+ "@storybook/preview-api": "^8.4.7",
38
+ "@types/iframe-resizer": "3.5.13",
39
+ "@ujet/websdk-headless": "^3.41.4",
40
+ "@vanilla-extract/css": "^1.16.1",
41
+ "@vanilla-extract/recipes": "^0.5.1",
42
+ "antd": "^5.22.5",
43
+ "clsx": "^2.1.1",
44
+ "framer-motion": "^12.9.2",
45
+ "iframe-resizer": "^3.6.6",
46
+ "lodash": "^4.17.21",
47
+ "moment": "^2.30.1",
48
+ "next-safe-action": "^8.0.2",
49
+ "react-date-picker": "^11.0.0",
50
+ "react-date-range": "^2.0.1",
51
+ "react-hook-form": "^7.54.2",
52
+ "react-markdown": "^9.0.1",
53
+ "react-popper": "^2.3.0",
54
+ "react-slick": "^0.30.2",
55
+ "react-use": "^17.6.0",
56
+ "react-wrap-balancer": "^1.1.1",
57
+ "remark-gfm": "^4.0.1",
58
+ "rsuite": "^5.75.0",
59
+ "slick-carousel": "^1.8.1",
60
+ "typed-css-modules": "^0.9.1",
61
+ "vite-plugin-svgr": "^4.3.0",
62
+ "zod": "^3.24.1",
63
+ "zustand": "^4.5.5"
64
+ },
65
+ "peerDependencies": {
66
+ "@vanilla-extract/css-utils": "^0.1.3",
67
+ "@vanilla-extract/recipes": "^0.5.1",
68
+ "@vanilla-extract/vite-plugin": "^4.0.3",
69
+ "next": "^14.1.4",
70
+ "react": "^18.2.0",
71
+ "react-date-range": "^2.0.1",
72
+ "react-dom": "^18.2.0",
73
+ "react-popper": "^2.3.0",
74
+ "react-slick": "^0.30.2",
75
+ "slick-carousel": "^1.8.1"
76
+ },
77
+ "devDependencies": {
78
+ "@chromatic-com/storybook": "^1.9.0",
79
+ "@rollup/plugin-alias": "^5.1.1",
80
+ "@storybook/addon-essentials": "^8.4.7",
81
+ "@storybook/addon-interactions": "^8.4.7",
82
+ "@storybook/addon-links": "^8.4.7",
83
+ "@storybook/addon-mdx-gfm": "^8.4.7",
84
+ "@storybook/addon-onboarding": "^8.4.7",
85
+ "@storybook/addon-themes": "^8.4.7",
86
+ "@storybook/blocks": "^8.4.7",
87
+ "@storybook/react": "^8.6.14",
88
+ "@storybook/react-vite": "^8.4.7",
89
+ "@storybook/test": "^8.6.14",
90
+ "@svgr/core": "^8.1.0",
91
+ "@svgr/plugin-prettier": "^8.1.0",
92
+ "@svgr/plugin-svgo": "^8.1.0",
93
+ "@types/lodash": "^4.17.17",
94
+ "@types/node": "^20.19.0",
95
+ "@types/react": "^18.3.23",
96
+ "@types/react-date-range": "^1.4.9",
97
+ "@types/react-datepicker": "^6.2.0",
98
+ "@types/react-dom": "^18.3.7",
99
+ "@types/react-slick": "^0.23.13",
100
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
101
+ "@typescript-eslint/parser": "^7.18.0",
102
+ "@vanilla-extract/css-utils": "^0.1.4",
103
+ "@vanilla-extract/recipes": "^0.5.5",
104
+ "@vanilla-extract/vite-plugin": "^4.0.18",
105
+ "@vitejs/plugin-react-swc": "^3.7.2",
106
+ "esbuild-vanilla-image-loader": "^0.1.3",
107
+ "eslint": "^8.57.1",
108
+ "eslint-plugin-react-hooks": "^4.6.2",
109
+ "eslint-plugin-react-refresh": "^0.4.16",
110
+ "eslint-plugin-storybook": "^0.8.0",
111
+ "glob": "^10.4.5",
112
+ "husky": "^9.1.7",
113
+ "next": "^14.1.4",
114
+ "prettier": "3.2.5",
115
+ "react": "^18.3.1",
116
+ "react-dom": "^18.3.1",
117
+ "rollup-plugin-preserve-directives": "^0.4.0",
118
+ "rollup-plugin-svg-import": "^3.0.0",
119
+ "rollup-plugin-svgo": "^2.0.0",
120
+ "storybook": "^8.4.7",
121
+ "typescript": "^5.7.2",
122
+ "typescript-plugin-css-modules": "^5.1.0",
123
+ "vite": "^5.4.11",
124
+ "vite-plugin-dts": "^3.9.1",
125
+ "vite-plugin-lib-inject-css": "^2.1.1",
126
+ "vite-plugin-setting-css-module": "^1.1.4",
127
+ "vite-tsconfig-paths": "^4.3.2"
128
+ },
129
+ "main": "index.js",
130
+ "directories": {
131
+ "lib": "lib"
132
+ },
133
+ "author": "axos-web-dev",
134
+ "license": "ISC"
135
+ }