@axos-web-dev/shared-components 2.0.0-dev.30-toasts → 2.0.0-dev.30
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.
- package/dist/ATMLocator/ATMLocator.js +5 -2
- package/dist/Article/Article.css.d.ts +8 -4
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +23 -1
- package/dist/ArticlesSet/ArticlesSet.css.js +7 -7
- package/dist/ArticlesSet/ArticlesSet.js +3 -4
- package/dist/Auth/ErrorAlert.js +5 -2
- package/dist/Auth/SignInPassword.js +1 -1
- package/dist/AwardsItem/AwardsItem.js +2 -2
- package/dist/Button/Button.js +5 -2
- package/dist/Calculators/Calculator.js +5 -2
- package/dist/Calculators/MarginTradingCalculator/index.js +5 -2
- package/dist/Carousel/index.js +5 -2
- package/dist/Chatbot/Bubble.css.js +0 -1
- package/dist/Chatbot/Bubble.js +1 -1
- package/dist/Chatbot/ChatWindow.js +10 -2
- package/dist/Chatbot/Chatbot.css.js +1 -0
- package/dist/Chatbot/Chatbot.js +14 -15
- package/dist/Chevron/Chevron.interface.d.ts +1 -0
- package/dist/Chevron/index.js +7 -3
- package/dist/Comparison/Comparison.css.d.ts +1 -0
- package/dist/Comparison/Comparison.css.js +13 -11
- package/dist/Comparison/Comparison.js +5 -2
- package/dist/Comparison/ComparisonSet.js +2 -1
- package/dist/Comparison/index.js +2 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +27 -0
- package/dist/ExecutiveBio/ExecutiveBio.js +171 -161
- package/dist/FaqAccordion/index.js +5 -2
- package/dist/FdicCallout/index.js +2 -1
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +667 -658
- package/dist/Forms/ApplyNow.js +5 -2
- package/dist/Forms/CommercialDepositsACS.d.ts +3 -0
- package/dist/Forms/CommercialDepositsACS.js +278 -0
- package/dist/Forms/ContactUsBusiness.js +5 -2
- package/dist/Forms/ContactUsBusinessNameEmail.js +5 -2
- package/dist/Forms/ContactUsNMLSId.js +5 -2
- package/dist/Forms/ContactUsSchwabAAS.js +1 -1
- package/dist/Forms/CpraRequest.js +5 -2
- package/dist/Forms/CraPublicFile.js +5 -2
- package/dist/Forms/EmailOnly.js +5 -2
- package/dist/Forms/Forms.css.d.ts +3 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +5 -2
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +5 -2
- package/dist/Forms/MortgageWarehouseLending.js +5 -2
- package/dist/Forms/SuccesForm.js +5 -2
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -0
- package/dist/Hyperlink/index.js +5 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +16 -0
- package/dist/IconBillboard/IconBillboard.css.js +5 -3
- package/dist/IconBillboard/IconBillboardSet.js +68 -62
- package/dist/IconBillboard/index.js +2 -1
- package/dist/ImageLink/ImageLink.js +5 -2
- package/dist/ImageLink/ImageLinkSet.js +5 -2
- package/dist/ImageLink/index.js +5 -2
- package/dist/ImageToast/index.js +5 -2
- package/dist/Insight/Featured/CategorySelector.d.ts +1 -1
- package/dist/Insight/Featured/CategorySelector.js +8 -4
- package/dist/Insight/Featured/Featured.js +5 -2
- package/dist/Insight/Featured/Header.d.ts +1 -2
- package/dist/Insight/Featured/Header.js +5 -2
- package/dist/LandingPageHeader/LandingPageHeader.js +25 -16
- package/dist/Modal/Modal.js +5 -2
- package/dist/Modal/contextApi/store.d.ts +9 -1
- package/dist/Modal/contextApi/store.js +28 -8
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosALTS/index.js +40 -23
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +32 -24
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +5 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +2 -17
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +21 -111
- package/dist/NavigationMenu/AxosBank/index.js +31 -20
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosClearing/SubNavBar.js +6 -6
- package/dist/NavigationMenu/AxosClearing/index.js +31 -16
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
- package/dist/NavigationMenu/AxosFiduciary/index.js +5 -2
- package/dist/NavigationMenu/LaVictoire/index.js +5 -2
- package/dist/NavigationMenu/NavItem/index.js +141 -1
- package/dist/NavigationMenu/ServerNavigation/DropwdownButton.d.ts +7 -0
- package/dist/NavigationMenu/ServerNavigation/DropwdownButton.js +248 -0
- package/dist/NavigationMenu/ServerNavigation/Menu.d.ts +40 -0
- package/dist/NavigationMenu/ServerNavigation/Menu.js +268 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.d.ts +13 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.js +637 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.module.js +86 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileNavData.d.ts +51 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileNavData.js +96 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/mobileReducer.d.ts +36 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/mobileReducer.js +105 -0
- package/dist/NavigationMenu/ServerNavigation/NavBar.module.js +125 -0
- package/dist/NavigationMenu/ServerNavigation/NavigationBar.css.d.ts +7 -0
- package/dist/NavigationMenu/ServerNavigation/NavigationBar.css.js +22 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavBar.d.ts +6 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavBar.js +281 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavItem.d.ts +1 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavItem.js +317 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavbar.css.d.ts +60 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavbar.css.js +22 -0
- package/dist/NavigationMenu/ServerNavigation/index.d.ts +7 -0
- package/dist/NavigationMenu/ServerNavigation/index.js +297 -0
- package/dist/NavigationMenu/index.d.ts +2 -0
- package/dist/NavigationMenu/index.js +19 -10
- package/dist/NavigationMenu/utils.d.ts +480 -0
- package/dist/NavigationMenu/utils.js +128 -0
- package/dist/PageNavSet/PageNavSet.js +16 -8
- package/dist/SecondaryFooter/index.js +8 -1
- package/dist/SetContainer/SetContainer.css.d.ts +3 -0
- package/dist/SetContainer/SetContainer.js +5 -2
- package/dist/SocialMediaBar/iconsRepository.js +5 -2
- package/dist/SocialMediaBar/index.js +1 -1
- package/dist/StepItemSet/StepItemSet.css.d.ts +3 -0
- package/dist/TopicalNavSet/TopicalNavSet.js +17 -9
- package/dist/VideoTile/VideoTile.js +5 -2
- package/dist/VideoWrapper/index.js +5 -2
- package/dist/assets/Article/Article.css +8 -4
- package/dist/assets/ArticlesSet/ArticlesSet.css +54 -39
- package/dist/assets/Auth/SignIn.css +2 -1
- package/dist/assets/CallToActionBar/CallToActionBar.css +2 -0
- package/dist/assets/Comparison/Comparison.css +32 -29
- package/dist/assets/DownloadTile/DownloadTile.css +0 -5
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +17 -3
- package/dist/assets/FaqAccordion/FaqAccordion.css +1 -1
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +2 -2
- package/dist/assets/Forms/Forms.css +3 -2
- package/dist/assets/IconBillboard/IconBillboard.css +31 -13
- package/dist/assets/ImageToast/ImageToast.css +6 -0
- package/dist/assets/Insight/Featured/Header.css +4 -2
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +265 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +631 -630
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +485 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +428 -427
- package/dist/assets/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.css +353 -0
- package/dist/assets/NavigationMenu/ServerNavigation/NavBar.css +483 -0
- package/dist/assets/NavigationMenu/ServerNavigation/NavigationBar.css +40 -0
- package/dist/assets/NavigationMenu/ServerNavigation/SubNavbar.css +87 -0
- package/dist/assets/SetContainer/SetContainer.css +7 -10
- package/dist/assets/SocialMediaBar/SocialMediaBar.css +1 -0
- package/dist/assets/StepItemSet/StepItemSet.css +3 -3
- package/dist/assets/Table/Table.css +0 -4
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +0 -3
- package/dist/assets/VideoTile/VideoTile.css +0 -3
- package/dist/assets/globals.css +34 -2
- package/dist/globals.css.js +8 -1
- package/dist/icons/QuoteIconGrey.js +1 -0
- package/dist/icons/QuoteIconWhite.js +1 -0
- package/dist/icons/QuoteIconYellow.js +1 -0
- package/dist/index.css.js +8 -1
- package/dist/main.js +25 -12
- package/dist/utils/allowedAxosDomains.js +7 -13
- package/dist/utils/useVisibility.js +4 -1
- package/package.json +148 -148
- package/dist/NavigationMenu/Navbar.d.ts +0 -5
- package/dist/NavigationMenu/Navbar.js +0 -204
- package/dist/NavigationMenu/SignInNavButton.d.ts +0 -1
- package/dist/NavigationMenu/SignInNavButton.js +0 -365
package/dist/assets/globals.css
CHANGED
|
@@ -35,14 +35,37 @@ li p, p:last-child, p:only-child {
|
|
|
35
35
|
.page_body_contents {
|
|
36
36
|
display: flex;
|
|
37
37
|
flex-direction: column;
|
|
38
|
-
|
|
38
|
+
}
|
|
39
|
+
.page_body_contents > div:not(.no_section_gap):not(:has(._1tdyl74e)) + div:not(.no_section_gap):not(:has(._1tdyl74e)) {
|
|
40
|
+
margin-top: 3.5rem;
|
|
41
|
+
}
|
|
42
|
+
.page_body_contents > .no_section_gap + div:not(.no_section_gap):not(:has(._1tdyl74e)) {
|
|
43
|
+
margin-top: 3.5rem;
|
|
44
|
+
}
|
|
45
|
+
.page_body_contents > div:not(.no_section_gap):not(:has(._1tdyl74e)) + div.no_section_gap {
|
|
46
|
+
margin-top: 3.5rem;
|
|
47
|
+
}
|
|
48
|
+
.page_body_contents > [data-content-type='comparisonSet'] + div.no_section_gap {
|
|
49
|
+
margin-top: 3.5rem;
|
|
50
|
+
}
|
|
51
|
+
.page_body_contents > div:first-child:not(.no_section_gap):not(:has(._1tdyl74e)) {
|
|
52
|
+
margin-top: 3.5rem;
|
|
39
53
|
}
|
|
40
54
|
span#personalized-refi-table:has(*) {
|
|
41
55
|
margin-bottom: 3.5rem;
|
|
42
56
|
}
|
|
43
|
-
.page_body_contents > div:
|
|
57
|
+
main:not(:has(~ .sm-hide)):not(:has(> [data-content-type='relatedTopicSet'])):not(:has(.page_body_contents > div:last-child.no_section_gap)) {
|
|
58
|
+
margin-bottom: 3.5rem;
|
|
59
|
+
}
|
|
60
|
+
main > [data-content-type='relatedTopicSet']:has(.kjcqgc1) {
|
|
44
61
|
margin-top: 3.5rem;
|
|
45
62
|
}
|
|
63
|
+
.page_body_contents:not(:has(> div:last-child.no_section_gap)) ~ [data-content-type='relatedTopicSet'] {
|
|
64
|
+
margin-top: 3.5rem;
|
|
65
|
+
}
|
|
66
|
+
.sm-hide:not(:has(~ #site_map)) {
|
|
67
|
+
margin-bottom: 3.5rem;
|
|
68
|
+
}
|
|
46
69
|
.flex_row {
|
|
47
70
|
flex-direction: row;
|
|
48
71
|
}
|
|
@@ -242,6 +265,15 @@ p:empty, ul:empty {
|
|
|
242
265
|
.margin_block {
|
|
243
266
|
margin: 1rem 0;
|
|
244
267
|
}
|
|
268
|
+
:focus-visible {
|
|
269
|
+
outline-offset: 4px;
|
|
270
|
+
}
|
|
271
|
+
.block_spacer {
|
|
272
|
+
padding-block: 2.5rem;
|
|
273
|
+
}
|
|
274
|
+
.sm-hide {
|
|
275
|
+
margin-top: 3.5rem;
|
|
276
|
+
}
|
|
245
277
|
@layer globals {
|
|
246
278
|
.containment {
|
|
247
279
|
width: min(1200px, calc(100% - 4rem));
|
package/dist/globals.css.js
CHANGED
|
@@ -1,2 +1,9 @@
|
|
|
1
|
-
import './assets/globals.css';import './assets/Typography/Typography.css';/* empty css */
|
|
1
|
+
import './assets/globals.css';import './assets/ArticlesSet/ArticlesSet.css';import './assets/CallToActionBar/CallToActionBar.css';import './assets/Insight/Insight.css';import './assets/themes/victorie.css';import './assets/themes/ufb.css';import './assets/themes/premier.css';import './assets/themes/axos.css';import './assets/Typography/Typography.css';/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
2
9
|
/* empty css */
|
|
@@ -8,6 +8,7 @@ const SvgQuoteIconGrey = (props) => /* @__PURE__ */ jsxs(
|
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...props,
|
|
11
|
+
"aria-hidden": true,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5424_27387)", children: [
|
|
13
14
|
/* @__PURE__ */ jsx(
|
|
@@ -8,6 +8,7 @@ const SvgQuoteIconWhite = (props) => /* @__PURE__ */ jsxs(
|
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...props,
|
|
11
|
+
"aria-hidden": true,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5527_22620)", children: [
|
|
13
14
|
/* @__PURE__ */ jsx(
|
|
@@ -8,6 +8,7 @@ const SvgQuoteIconYellow = (props) => /* @__PURE__ */ jsxs(
|
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...props,
|
|
11
|
+
"aria-hidden": true,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5266_22200)", children: [
|
|
13
14
|
/* @__PURE__ */ jsx(
|
package/dist/index.css.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
import './assets/index.css';import './assets/globals.css';import './assets/Typography/Typography.css';/* empty css */
|
|
1
|
+
import './assets/index.css';import './assets/globals.css';import './assets/ArticlesSet/ArticlesSet.css';import './assets/CallToActionBar/CallToActionBar.css';import './assets/Insight/Insight.css';import './assets/themes/victorie.css';import './assets/themes/ufb.css';import './assets/themes/premier.css';import './assets/themes/axos.css';import './assets/Typography/Typography.css';/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
2
9
|
/* empty css */
|
|
3
10
|
/* empty css */
|
package/dist/main.js
CHANGED
|
@@ -48,7 +48,7 @@ import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
|
48
48
|
import { useMessages } from "./Chatbot/store/messages.js";
|
|
49
49
|
import { Chevron } from "./Chevron/index.js";
|
|
50
50
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
51
|
-
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
51
|
+
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_set, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
52
52
|
import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
53
53
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
54
54
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
@@ -68,6 +68,7 @@ import { ApplyNow } from "./Forms/ApplyNow.js";
|
|
|
68
68
|
import { getLink } from "./Forms/applynow-utils.js";
|
|
69
69
|
import { ClearingForm } from "./Forms/ClearingForm.js";
|
|
70
70
|
import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
|
|
71
|
+
import { CommercialDepositsACS } from "./Forms/CommercialDepositsACS.js";
|
|
71
72
|
import { CommercialDepositsNoLendingOption } from "./Forms/CommercialDepositsNoLendingOption.js";
|
|
72
73
|
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
73
74
|
import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
|
|
@@ -112,7 +113,7 @@ import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item,
|
|
|
112
113
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
113
114
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
114
115
|
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
115
|
-
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, insightTitle, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
116
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, icon_billboard_section, insightTitle, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
116
117
|
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
117
118
|
import { default as default2 } from "./icons/ArrowIcon/index.js";
|
|
118
119
|
import { default as default3 } from "./icons/AxosX/index.js";
|
|
@@ -174,11 +175,13 @@ import { Modal } from "./Modal/Modal.js";
|
|
|
174
175
|
import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
|
|
175
176
|
import { default as default30 } from "./NavigationMenu/AxosAdvisor/index.js";
|
|
176
177
|
import { default as default31 } from "./NavigationMenu/AxosAdvisorServices/index.js";
|
|
177
|
-
import { default as default32 } from "./NavigationMenu/
|
|
178
|
-
import { default as default33 } from "./NavigationMenu/
|
|
179
|
-
import { default as default34 } from "./NavigationMenu/
|
|
180
|
-
import { default as default35 } from "./NavigationMenu/
|
|
181
|
-
import { default as default36 } from "./NavigationMenu/
|
|
178
|
+
import { default as default32 } from "./NavigationMenu/ServerNavigation/index.js";
|
|
179
|
+
import { default as default33 } from "./NavigationMenu/AxosBank/index.js";
|
|
180
|
+
import { default as default34 } from "./NavigationMenu/AxosClearing/index.js";
|
|
181
|
+
import { default as default35 } from "./NavigationMenu/AxosFiduciary/index.js";
|
|
182
|
+
import { default as default36 } from "./NavigationMenu/AxosALTS/index.js";
|
|
183
|
+
import { default as default37 } from "./NavigationMenu/LaVictoire/index.js";
|
|
184
|
+
import { extractChildrenTargets, getFirstLevelMenuItems, getLogo, getNavMenuItems, getPathFromNavUrl, getQuickLinks } from "./NavigationMenu/utils.js";
|
|
182
185
|
import { pn_btn, pn_link } from "./PageNavItem/PageNavItem.css.js";
|
|
183
186
|
import { PageNavItem } from "./PageNavItem/PageNavItem.js";
|
|
184
187
|
import { PageNavSet } from "./PageNavSet/PageNavSet.js";
|
|
@@ -278,6 +281,7 @@ export {
|
|
|
278
281
|
default11 as CloseIcon,
|
|
279
282
|
CollectInformationAlert,
|
|
280
283
|
CommercialDeposits,
|
|
284
|
+
CommercialDepositsACS,
|
|
281
285
|
CommercialDepositsNoLendingOption,
|
|
282
286
|
CommercialLending,
|
|
283
287
|
CommercialPremiumFinance,
|
|
@@ -352,13 +356,14 @@ export {
|
|
|
352
356
|
MortgageRate,
|
|
353
357
|
MortgageRateFilters,
|
|
354
358
|
MortgageWarehouseLending,
|
|
359
|
+
default32 as NavBar,
|
|
355
360
|
default31 as NavBarAAS,
|
|
356
|
-
|
|
357
|
-
|
|
361
|
+
default35 as NavBarAFS,
|
|
362
|
+
default36 as NavBarALT,
|
|
358
363
|
default30 as NavBarAXA,
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
364
|
+
default33 as NavBarAXB,
|
|
365
|
+
default34 as NavBarAXC,
|
|
366
|
+
default37 as NavBarLVF,
|
|
362
367
|
PageNavItem,
|
|
363
368
|
PageNavSet,
|
|
364
369
|
Pagination,
|
|
@@ -531,6 +536,7 @@ export {
|
|
|
531
536
|
comparison_feature,
|
|
532
537
|
comparison_layout,
|
|
533
538
|
comparison_list,
|
|
539
|
+
comparison_set,
|
|
534
540
|
comparison_tab_container,
|
|
535
541
|
components,
|
|
536
542
|
contact_col,
|
|
@@ -564,6 +570,7 @@ export {
|
|
|
564
570
|
exit_intent_backdrop,
|
|
565
571
|
expandToggleStyle,
|
|
566
572
|
expand_icon,
|
|
573
|
+
extractChildrenTargets,
|
|
567
574
|
fadeInUp,
|
|
568
575
|
feature_header,
|
|
569
576
|
feature_title,
|
|
@@ -607,8 +614,13 @@ export {
|
|
|
607
614
|
ft_panel_group,
|
|
608
615
|
fullRowForm,
|
|
609
616
|
fullRowSelect,
|
|
617
|
+
getFirstLevelMenuItems,
|
|
610
618
|
getLink,
|
|
619
|
+
getLogo,
|
|
611
620
|
getMoreDomains,
|
|
621
|
+
getNavMenuItems,
|
|
622
|
+
getPathFromNavUrl,
|
|
623
|
+
getQuickLinks,
|
|
612
624
|
getVariant,
|
|
613
625
|
getVariantWithRegex,
|
|
614
626
|
handleAnchorClick,
|
|
@@ -656,6 +668,7 @@ export {
|
|
|
656
668
|
iconContainerBase,
|
|
657
669
|
iconForm,
|
|
658
670
|
iconInput,
|
|
671
|
+
icon_billboard_section,
|
|
659
672
|
iconbillboards_option_apply_now,
|
|
660
673
|
iconsContent,
|
|
661
674
|
imageLinkContainer,
|
|
@@ -10,13 +10,12 @@ const getMoreDomains = (domains) => ({
|
|
|
10
10
|
"{LEGACYENROLLMENT}": domains.LEGACY_ENROLLMENT_URL || "https://enrollment.axosbank.com",
|
|
11
11
|
"{ASSETSURL}": "https://assets.axos.com",
|
|
12
12
|
"{IMAGEASSETSURL}": "https://images.axos.com",
|
|
13
|
-
"{ONLINEBANKING}": domains.ONLINEBANKING_URL || "https://onlinebanking.
|
|
13
|
+
"{ONLINEBANKING}": domains.ONLINEBANKING_URL || "https://onlinebanking.axosbank.com",
|
|
14
14
|
"{UFBDIRECT}": domains.UFB_URL || "https://www.ufbdirect.com",
|
|
15
15
|
"{ARMS}": domains.ARMS_URL || "https://arms.axosadvisor.com",
|
|
16
16
|
"{APPS}": domains.APPS_URL || "https://apps.axosbank.com",
|
|
17
17
|
"{AFP}": domains.AFP_URL || "https://afp.axosbank.com",
|
|
18
18
|
"{INVESTORS}": domains.INVESTORS_URL || "https://investors.axosfinancial.com",
|
|
19
|
-
"{OBAXB}": domains.ONLINEBANKING_URL || "https://onlinebanking.axosbank.com",
|
|
20
19
|
"{UNVENROLLMENT}": domains.UNVENROLLMENT_URL || "https://enroll.axosbank.com",
|
|
21
20
|
"{AUTOAXB}": "https://auto.axosbank.com/partner/axos-purchase/AU",
|
|
22
21
|
"{COMMERCIALPORTAL}": domains.COMMERCIALPORTAL_URL || "https://portals.axosbank.com",
|
|
@@ -45,7 +44,8 @@ const getMoreDomains = (domains) => ({
|
|
|
45
44
|
"{COMMERCIALPORTAL_REGISTER}": domains.COMMERCIALPORTAL_URL ? `${domains.COMMERCIALPORTAL_URL}/Register` : "https://portals.axosbank.com/Register",
|
|
46
45
|
"{SHAREAXB}": domains.SHAREAXB_URL || "https://share.axosbank.com",
|
|
47
46
|
"{MERIDIAN}": domains.MERIDIAN_URL || "https://www.axosbank.com/",
|
|
48
|
-
"{ACE}": domains.ACE_URL || "https://ace.axos.com"
|
|
47
|
+
"{ACE}": domains.ACE_URL || "https://ace.axos.com",
|
|
48
|
+
"{SPARK}": domains.SPARK_URL || "https://spark.axosbank.com"
|
|
49
49
|
});
|
|
50
50
|
const isAllowedUrl = (url, domains) => {
|
|
51
51
|
const moreDomains = getMoreDomains(domains);
|
|
@@ -66,17 +66,11 @@ const findMoreAxosDomains = (url, domains) => {
|
|
|
66
66
|
regexSearching,
|
|
67
67
|
moreDomains[domainToReplace[0]]
|
|
68
68
|
);
|
|
69
|
-
if (typeof window !== "undefined"
|
|
70
|
-
const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
for (const [key, value] of incomingParams.entries()) {
|
|
74
|
-
if (!existingParams.has(key)) {
|
|
75
|
-
existingParams.append(key, value);
|
|
76
|
-
}
|
|
69
|
+
if (typeof window !== "undefined") {
|
|
70
|
+
const parsed = new URL(newURL, window.location.origin);
|
|
71
|
+
if (parsed.pathname === "/" && parsed.hash && !url.includes("/")) {
|
|
72
|
+
return parsed.hash;
|
|
77
73
|
}
|
|
78
|
-
original.search = existingParams.toString();
|
|
79
|
-
return original.toString();
|
|
80
74
|
}
|
|
81
75
|
return newURL;
|
|
82
76
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
3
|
function usePageVisibility() {
|
|
4
|
-
const [isVisible, setIsVisible] = useState(
|
|
4
|
+
const [isVisible, setIsVisible] = useState(
|
|
5
|
+
() => typeof document !== "undefined" ? !document.hidden : true
|
|
6
|
+
);
|
|
5
7
|
useEffect(() => {
|
|
8
|
+
if (typeof document === "undefined") return;
|
|
6
9
|
const handleVisibilityChange = () => {
|
|
7
10
|
setIsVisible(!document.hidden);
|
|
8
11
|
};
|
package/package.json
CHANGED
|
@@ -1,148 +1,148 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@axos-web-dev/shared-components",
|
|
3
|
-
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "2.0.0-dev.30
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "index.js",
|
|
7
|
-
"module": "dist/main.js",
|
|
8
|
-
"types": "dist/main.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/main.d.ts",
|
|
12
|
-
"import": "./dist/main.js"
|
|
13
|
-
},
|
|
14
|
-
"./styles.css": "./dist/assets/index.css",
|
|
15
|
-
"./globals.css": "./dist/assets/globals.css",
|
|
16
|
-
"./themes/axos.css": "./dist/assets/themes/axos.css",
|
|
17
|
-
"./themes/premier.css": "./dist/assets/themes/premier.css",
|
|
18
|
-
"./dist/*": "./dist/*"
|
|
19
|
-
},
|
|
20
|
-
"files": [
|
|
21
|
-
"dist"
|
|
22
|
-
],
|
|
23
|
-
"sideEffects": [
|
|
24
|
-
"dist/assets/**/*.css"
|
|
25
|
-
],
|
|
26
|
-
"scripts": {
|
|
27
|
-
"dev": "vite",
|
|
28
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
29
|
-
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
30
|
-
"preview": "vite preview",
|
|
31
|
-
"prepublishOnly": "npm run build",
|
|
32
|
-
"check-types": "tsc --pretty --noEmit",
|
|
33
|
-
"check-format": "prettier --check .",
|
|
34
|
-
"check-lint": "eslint .",
|
|
35
|
-
"format": "prettier --write .",
|
|
36
|
-
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
37
|
-
"prepare": "npm run build",
|
|
38
|
-
"storybook": "storybook dev -p 6006",
|
|
39
|
-
"build-storybook": "storybook build",
|
|
40
|
-
"npm:link": "npm run build && npm link"
|
|
41
|
-
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"@headlessui/react": "^2.2.0",
|
|
44
|
-
"@hookform/resolvers": "^5.0.1",
|
|
45
|
-
"@next-safe-action/adapter-react-hook-form": "^2.0.2",
|
|
46
|
-
"@react-input/mask": "^1.2.15",
|
|
47
|
-
"@react-input/number-format": "^1.1.3",
|
|
48
|
-
"@storybook/icons": "^1.3.0",
|
|
49
|
-
"@storybook/preview-api": "^8.4.7",
|
|
50
|
-
"@ts-stack/markdown": "^1.5.0",
|
|
51
|
-
"@types/iframe-resizer": "3.5.13",
|
|
52
|
-
"@ujet/websdk-headless": "^4.22.0",
|
|
53
|
-
"@vanilla-extract/css": "^1.16.1",
|
|
54
|
-
"@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
|
|
55
|
-
"antd": "^5.22.5",
|
|
56
|
-
"clsx": "^2.1.1",
|
|
57
|
-
"framer-motion": "^12.9.2",
|
|
58
|
-
"iframe-resizer": "^3.6.6",
|
|
59
|
-
"lodash": "^4.17.21",
|
|
60
|
-
"moment": "^2.30.1",
|
|
61
|
-
"next-safe-action": "^8.0.2",
|
|
62
|
-
"react-date-picker": "^11.0.0",
|
|
63
|
-
"react-date-range": "^2.0.1",
|
|
64
|
-
"react-hook-form": "^7.56.4",
|
|
65
|
-
"react-markdown": "^9.1.0",
|
|
66
|
-
"react-slick": "^0.30.2",
|
|
67
|
-
"react-use": "^17.6.0",
|
|
68
|
-
"react-wrap-balancer": "^1.1.1",
|
|
69
|
-
"remark-gfm": "^4.0.1",
|
|
70
|
-
"rsuite": "^5.75.0",
|
|
71
|
-
"slick-carousel": "^1.8.1",
|
|
72
|
-
"typed-css-modules": "^0.9.1",
|
|
73
|
-
"vite-plugin-svgr": "^4.3.0",
|
|
74
|
-
"zod": "^3.24.1",
|
|
75
|
-
"zustand": "^4.5.5"
|
|
76
|
-
},
|
|
77
|
-
"peerDependencies": {
|
|
78
|
-
"@vanilla-extract/css-utils": "^0.1.3 || ^0.1.4",
|
|
79
|
-
"@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
|
|
80
|
-
"@vanilla-extract/vite-plugin": "^4.0.3 || ^4.0.18",
|
|
81
|
-
"next": "^14.1.4 || ^15.0.0 || ^16.0.0",
|
|
82
|
-
"react": "^18.2.0 || ^19.0.0",
|
|
83
|
-
"react-date-range": "^2.0.1",
|
|
84
|
-
"react-dom": "^18.2.0 || ^19.0.0",
|
|
85
|
-
"react-slick": "^0.30.2",
|
|
86
|
-
"slick-carousel": "^1.8.1"
|
|
87
|
-
},
|
|
88
|
-
"devDependencies": {
|
|
89
|
-
"@chromatic-com/storybook": "^1.9.0",
|
|
90
|
-
"@eslint/js": "^9.39.4",
|
|
91
|
-
"@rollup/plugin-alias": "^5.1.1",
|
|
92
|
-
"@storybook/addon-essentials": "^8.4.7",
|
|
93
|
-
"@storybook/addon-interactions": "^8.4.7",
|
|
94
|
-
"@storybook/addon-links": "^8.4.7",
|
|
95
|
-
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
96
|
-
"@storybook/addon-onboarding": "^8.4.7",
|
|
97
|
-
"@storybook/addon-themes": "^8.4.7",
|
|
98
|
-
"@storybook/blocks": "^8.4.7",
|
|
99
|
-
"@storybook/react": "^8.6.14",
|
|
100
|
-
"@storybook/react-vite": "^8.4.7",
|
|
101
|
-
"@storybook/test": "^8.6.14",
|
|
102
|
-
"@svgr/core": "^8.1.0",
|
|
103
|
-
"@svgr/plugin-prettier": "^8.1.0",
|
|
104
|
-
"@svgr/plugin-svgo": "^8.1.0",
|
|
105
|
-
"@types/lodash": "^4.17.17",
|
|
106
|
-
"@types/node": "^20.19.0",
|
|
107
|
-
"@types/react": "^19.0.0",
|
|
108
|
-
"@types/react-date-range": "^1.4.9",
|
|
109
|
-
"@types/react-datepicker": "^6.2.0",
|
|
110
|
-
"@types/react-dom": "^19.0.0",
|
|
111
|
-
"@types/react-slick": "^0.23.13",
|
|
112
|
-
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
113
|
-
"@typescript-eslint/parser": "^8.0.0",
|
|
114
|
-
"@vanilla-extract/css-utils": "^0.1.4",
|
|
115
|
-
"@vanilla-extract/recipes": "^0.5.5",
|
|
116
|
-
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
117
|
-
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
118
|
-
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
119
|
-
"eslint": "^9.0.0",
|
|
120
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
121
|
-
"eslint-plugin-react-refresh": "^0.4.16",
|
|
122
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
123
|
-
"glob": "^10.4.5",
|
|
124
|
-
"globals": "^15.15.0",
|
|
125
|
-
"husky": "^9.1.7",
|
|
126
|
-
"next": "^16.0.0",
|
|
127
|
-
"prettier": "3.2.5",
|
|
128
|
-
"react": "^19.0.0",
|
|
129
|
-
"react-dom": "^19.0.0",
|
|
130
|
-
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
131
|
-
"rollup-plugin-svg-import": "^3.0.0",
|
|
132
|
-
"rollup-plugin-svgo": "^2.0.0",
|
|
133
|
-
"storybook": "^8.4.7",
|
|
134
|
-
"typescript": "^5.7.2",
|
|
135
|
-
"typescript-eslint": "^8.57.0",
|
|
136
|
-
"typescript-plugin-css-modules": "^5.1.0",
|
|
137
|
-
"vite": "^5.4.11",
|
|
138
|
-
"vite-plugin-dts": "^3.9.1",
|
|
139
|
-
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
140
|
-
"vite-plugin-setting-css-module": "^1.1.4",
|
|
141
|
-
"vite-tsconfig-paths": "^4.3.2"
|
|
142
|
-
},
|
|
143
|
-
"directories": {
|
|
144
|
-
"lib": "lib"
|
|
145
|
-
},
|
|
146
|
-
"author": "axos-web-dev",
|
|
147
|
-
"license": "ISC"
|
|
148
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@axos-web-dev/shared-components",
|
|
3
|
+
"description": "Axos shared components library for web.",
|
|
4
|
+
"version": "2.0.0-dev.30",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"module": "dist/main.js",
|
|
8
|
+
"types": "dist/main.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/main.d.ts",
|
|
12
|
+
"import": "./dist/main.js"
|
|
13
|
+
},
|
|
14
|
+
"./styles.css": "./dist/assets/index.css",
|
|
15
|
+
"./globals.css": "./dist/assets/globals.css",
|
|
16
|
+
"./themes/axos.css": "./dist/assets/themes/axos.css",
|
|
17
|
+
"./themes/premier.css": "./dist/assets/themes/premier.css",
|
|
18
|
+
"./dist/*": "./dist/*"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist"
|
|
22
|
+
],
|
|
23
|
+
"sideEffects": [
|
|
24
|
+
"dist/assets/**/*.css"
|
|
25
|
+
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"dev": "vite",
|
|
28
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
29
|
+
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
30
|
+
"preview": "vite preview",
|
|
31
|
+
"prepublishOnly": "npm run build",
|
|
32
|
+
"check-types": "tsc --pretty --noEmit",
|
|
33
|
+
"check-format": "prettier --check .",
|
|
34
|
+
"check-lint": "eslint .",
|
|
35
|
+
"format": "prettier --write .",
|
|
36
|
+
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
37
|
+
"prepare": "npm run build",
|
|
38
|
+
"storybook": "storybook dev -p 6006",
|
|
39
|
+
"build-storybook": "storybook build",
|
|
40
|
+
"npm:link": "npm run build && npm link"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@headlessui/react": "^2.2.0",
|
|
44
|
+
"@hookform/resolvers": "^5.0.1",
|
|
45
|
+
"@next-safe-action/adapter-react-hook-form": "^2.0.2",
|
|
46
|
+
"@react-input/mask": "^1.2.15",
|
|
47
|
+
"@react-input/number-format": "^1.1.3",
|
|
48
|
+
"@storybook/icons": "^1.3.0",
|
|
49
|
+
"@storybook/preview-api": "^8.4.7",
|
|
50
|
+
"@ts-stack/markdown": "^1.5.0",
|
|
51
|
+
"@types/iframe-resizer": "3.5.13",
|
|
52
|
+
"@ujet/websdk-headless": "^4.22.0",
|
|
53
|
+
"@vanilla-extract/css": "^1.16.1",
|
|
54
|
+
"@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
|
|
55
|
+
"antd": "^5.22.5",
|
|
56
|
+
"clsx": "^2.1.1",
|
|
57
|
+
"framer-motion": "^12.9.2",
|
|
58
|
+
"iframe-resizer": "^3.6.6",
|
|
59
|
+
"lodash": "^4.17.21",
|
|
60
|
+
"moment": "^2.30.1",
|
|
61
|
+
"next-safe-action": "^8.0.2",
|
|
62
|
+
"react-date-picker": "^11.0.0",
|
|
63
|
+
"react-date-range": "^2.0.1",
|
|
64
|
+
"react-hook-form": "^7.56.4",
|
|
65
|
+
"react-markdown": "^9.1.0",
|
|
66
|
+
"react-slick": "^0.30.2",
|
|
67
|
+
"react-use": "^17.6.0",
|
|
68
|
+
"react-wrap-balancer": "^1.1.1",
|
|
69
|
+
"remark-gfm": "^4.0.1",
|
|
70
|
+
"rsuite": "^5.75.0",
|
|
71
|
+
"slick-carousel": "^1.8.1",
|
|
72
|
+
"typed-css-modules": "^0.9.1",
|
|
73
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
74
|
+
"zod": "^3.24.1",
|
|
75
|
+
"zustand": "^4.5.5"
|
|
76
|
+
},
|
|
77
|
+
"peerDependencies": {
|
|
78
|
+
"@vanilla-extract/css-utils": "^0.1.3 || ^0.1.4",
|
|
79
|
+
"@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
|
|
80
|
+
"@vanilla-extract/vite-plugin": "^4.0.3 || ^4.0.18",
|
|
81
|
+
"next": "^14.1.4 || ^15.0.0 || ^16.0.0",
|
|
82
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
83
|
+
"react-date-range": "^2.0.1",
|
|
84
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
85
|
+
"react-slick": "^0.30.2",
|
|
86
|
+
"slick-carousel": "^1.8.1"
|
|
87
|
+
},
|
|
88
|
+
"devDependencies": {
|
|
89
|
+
"@chromatic-com/storybook": "^1.9.0",
|
|
90
|
+
"@eslint/js": "^9.39.4",
|
|
91
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
92
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
93
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
94
|
+
"@storybook/addon-links": "^8.4.7",
|
|
95
|
+
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
96
|
+
"@storybook/addon-onboarding": "^8.4.7",
|
|
97
|
+
"@storybook/addon-themes": "^8.4.7",
|
|
98
|
+
"@storybook/blocks": "^8.4.7",
|
|
99
|
+
"@storybook/react": "^8.6.14",
|
|
100
|
+
"@storybook/react-vite": "^8.4.7",
|
|
101
|
+
"@storybook/test": "^8.6.14",
|
|
102
|
+
"@svgr/core": "^8.1.0",
|
|
103
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
104
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
105
|
+
"@types/lodash": "^4.17.17",
|
|
106
|
+
"@types/node": "^20.19.0",
|
|
107
|
+
"@types/react": "^19.0.0",
|
|
108
|
+
"@types/react-date-range": "^1.4.9",
|
|
109
|
+
"@types/react-datepicker": "^6.2.0",
|
|
110
|
+
"@types/react-dom": "^19.0.0",
|
|
111
|
+
"@types/react-slick": "^0.23.13",
|
|
112
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
113
|
+
"@typescript-eslint/parser": "^8.0.0",
|
|
114
|
+
"@vanilla-extract/css-utils": "^0.1.4",
|
|
115
|
+
"@vanilla-extract/recipes": "^0.5.5",
|
|
116
|
+
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
117
|
+
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
118
|
+
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
119
|
+
"eslint": "^9.0.0",
|
|
120
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
121
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
122
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
123
|
+
"glob": "^10.4.5",
|
|
124
|
+
"globals": "^15.15.0",
|
|
125
|
+
"husky": "^9.1.7",
|
|
126
|
+
"next": "^16.0.0",
|
|
127
|
+
"prettier": "3.2.5",
|
|
128
|
+
"react": "^19.0.0",
|
|
129
|
+
"react-dom": "^19.0.0",
|
|
130
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
131
|
+
"rollup-plugin-svg-import": "^3.0.0",
|
|
132
|
+
"rollup-plugin-svgo": "^2.0.0",
|
|
133
|
+
"storybook": "^8.4.7",
|
|
134
|
+
"typescript": "^5.7.2",
|
|
135
|
+
"typescript-eslint": "^8.57.0",
|
|
136
|
+
"typescript-plugin-css-modules": "^5.1.0",
|
|
137
|
+
"vite": "^5.4.11",
|
|
138
|
+
"vite-plugin-dts": "^3.9.1",
|
|
139
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
140
|
+
"vite-plugin-setting-css-module": "^1.1.4",
|
|
141
|
+
"vite-tsconfig-paths": "^4.3.2"
|
|
142
|
+
},
|
|
143
|
+
"directories": {
|
|
144
|
+
"lib": "lib"
|
|
145
|
+
},
|
|
146
|
+
"author": "axos-web-dev",
|
|
147
|
+
"license": "ISC"
|
|
148
|
+
}
|