@axos-web-dev/shared-components 2.0.0-dev.21 → 2.0.0-dev.22-nav-3
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/README.md +111 -111
- package/dist/ATMLocator/ATMLocator.js +4 -3
- package/dist/Accordion/Accordion.js +3 -1
- package/dist/AlertBanner/index.js +3 -1
- package/dist/Auth/ErrorAlert.js +4 -3
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/BulletItem/BulletItem.js +3 -1
- package/dist/Button/Button.js +4 -3
- package/dist/Calculators/AxosOneCalculator/index.js +3 -1
- package/dist/Calculators/BalanceAPYCalculator/index.js +3 -1
- package/dist/Calculators/Calculator.js +4 -3
- package/dist/Calculators/MarginTradingCalculator/index.js +4 -3
- package/dist/Calculators/SummitApyCalculator/index.js +3 -1
- package/dist/Carousel/index.js +3 -2
- package/dist/Chat/Chat.d.ts +4 -0
- package/dist/Chat/Chat.js +13 -0
- package/dist/Chat/index.d.ts +1 -0
- package/dist/Chat/index.js +5 -0
- package/dist/Chevron/index.js +4 -3
- package/dist/CollectInformationAlert/index.js +3 -1
- package/dist/Comparison/Comparison.css.js +3 -2
- package/dist/Comparison/Comparison.js +4 -3
- package/dist/DownloadTile/index.js +6 -0
- package/dist/ExecutiveBio/ExecutiveBio.js +4 -3
- package/dist/FaqAccordion/index.js +4 -3
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/FooterDisclosure/LVF/LaVictorieFooter.js +3 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +4 -3
- package/dist/Forms/ApplicationStart.js +3 -1
- package/dist/Forms/ApplyNow.js +4 -3
- package/dist/Forms/BoatMooringLocation.js +3 -1
- package/dist/Forms/ClearingForm.js +3 -1
- package/dist/Forms/CommercialDeposits.js +3 -1
- package/dist/Forms/CommercialDepositsNoLendingOption.js +3 -1
- package/dist/Forms/CommercialLending.js +3 -1
- package/dist/Forms/CommercialPremiumFinance.js +3 -1
- package/dist/Forms/ConstructionLendingDynamic.js +3 -1
- package/dist/Forms/ContactCompany.js +3 -1
- package/dist/Forms/ContactCompanyTitle.js +3 -1
- package/dist/Forms/ContactUs.js +3 -1
- package/dist/Forms/ContactUsAAS.js +3 -1
- package/dist/Forms/ContactUsBusiness.js +4 -3
- package/dist/Forms/ContactUsBusinessNameEmail.js +4 -3
- package/dist/Forms/ContactUsLVF.js +3 -1
- package/dist/Forms/ContactUsNMLSId.js +4 -3
- package/dist/Forms/CpraRequest.js +4 -3
- package/dist/Forms/CraPublicFile.js +4 -3
- package/dist/Forms/DealerServices.js +3 -1
- package/dist/Forms/EmailOnly.js +4 -3
- package/dist/Forms/EmailUs.js +3 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +4 -3
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +3 -2
- package/dist/Forms/MortgageWarehouseLending.js +4 -3
- package/dist/Forms/QuickPricer/QuickPricerForm.js +3 -1
- package/dist/Forms/ScheduleCall.js +3 -1
- package/dist/Forms/ScheduleCallPremier.js +3 -1
- package/dist/Forms/SuccesForm.js +3 -2
- package/dist/Forms/WcplSurvey.js +3 -1
- package/dist/HeroBanner/HeroBanner.js +4 -2
- package/dist/HeroBanner/LargeHeroBanner.js +3 -1
- package/dist/Hyperlink/index.js +4 -3
- package/dist/ImageBillboard/ImageBillboard.js +3 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +3 -2
- package/dist/ImageLink/ImageLink.js +4 -3
- package/dist/ImageLink/ImageLinkSet.js +3 -2
- package/dist/ImageLink/index.js +4 -3
- package/dist/Insight/Featured/CategorySelector.js +3 -2
- package/dist/Insight/Featured/Featured.js +3 -2
- package/dist/Insight/Featured/Header.js +3 -2
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/Modal/Modal.js +4 -3
- package/dist/Modal/contextApi/store.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosALTS/index.js +4 -3
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/DropwdownButton.d.ts +7 -0
- package/dist/NavigationMenu/AxosBank/DropwdownButton.js +238 -0
- package/dist/NavigationMenu/AxosBank/Menu.d.ts +37 -0
- package/dist/NavigationMenu/AxosBank/Menu.js +253 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +12 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +180 -160
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +36 -269
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +54 -484
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.d.ts +36 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.js +105 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +42 -39
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +6 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +116 -3085
- package/dist/NavigationMenu/AxosBank/SubNavItem.d.ts +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavItem.js +313 -0
- package/dist/NavigationMenu/AxosBank/index.d.ts +6 -4
- package/dist/NavigationMenu/AxosBank/index.js +85 -362
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/NavigationMenu/LaVictoire/index.js +4 -3
- package/dist/NavigationMenu/NavItem/index.js +137 -1
- package/dist/NavigationMenu/Navbar.d.ts +4 -1
- package/dist/NavigationMenu/Navbar.js +5 -4
- package/dist/NavigationMenu/SignInNavButton.js +3 -2
- package/dist/NavigationMenu/utils.d.ts +465 -0
- package/dist/NavigationMenu/utils.js +112 -0
- package/dist/Pagination/Pagination.js +3 -1
- package/dist/SetContainer/SetContainer.js +4 -3
- package/dist/SocialMediaBar/iconsRepository.js +4 -3
- package/dist/Table/Table.js +3 -1
- package/dist/VideoTile/VideoTile.js +4 -3
- package/dist/VideoWrapper/index.js +4 -3
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css +72 -72
- package/dist/assets/FdicCallout/FdicCallout.css +48 -48
- package/dist/assets/ImageBillboard/ImageBillboard.css +1 -1
- package/dist/assets/Interstitial/Interstitial.css +142 -142
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +630 -630
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -353
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +483 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +427 -427
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css +429 -429
- package/dist/assets/WalnutIframe/wrapper.css +48 -48
- package/dist/assets/utils/optimizeImage/optimizeImage.css +47 -47
- package/dist/icons/Logos/AXOS.js +49 -7
- package/dist/utils/allowedAxosDomains.js +0 -12
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +148 -148
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
@keyframes
|
|
2
|
-
from {
|
|
3
|
-
transform: translateX(-100%);
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
transform: translateX(100%);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.
|
|
11
|
-
background: #1e3860;
|
|
12
|
-
border-radius: 8px;
|
|
13
|
-
height: 555px;
|
|
14
|
-
isolation: isolate;
|
|
15
|
-
margin-block: 48px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
section > .
|
|
19
|
-
margin-top: 0 !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.
|
|
23
|
-
content: "";
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
left: 0;
|
|
27
|
-
width: 190%;
|
|
28
|
-
height: 100%;
|
|
29
|
-
background: linear-gradient(
|
|
30
|
-
65deg,
|
|
31
|
-
rgba(255, 255, 255, 0) 20%,
|
|
32
|
-
rgba(255, 255, 255, 0.5) 50%,
|
|
33
|
-
rgba(255, 255, 255, 0) 80%
|
|
34
|
-
);
|
|
35
|
-
animation:
|
|
36
|
-
z-index: -1;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.
|
|
40
|
-
height: 100%;
|
|
41
|
-
width: 100%;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
@media (max-width: 1023px) {
|
|
45
|
-
.
|
|
46
|
-
display: none;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
1
|
+
@keyframes _shimmer_1wqdl_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._wrapper_1wqdl_19 {
|
|
11
|
+
background: #1e3860;
|
|
12
|
+
border-radius: 8px;
|
|
13
|
+
height: 555px;
|
|
14
|
+
isolation: isolate;
|
|
15
|
+
margin-block: 48px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
section > ._wrapper_1wqdl_19:first-child {
|
|
19
|
+
margin-top: 0 !important;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
._wrapper_1wqdl_19::before {
|
|
23
|
+
content: "";
|
|
24
|
+
position: absolute;
|
|
25
|
+
top: 0;
|
|
26
|
+
left: 0;
|
|
27
|
+
width: 190%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
background: linear-gradient(
|
|
30
|
+
65deg,
|
|
31
|
+
rgba(255, 255, 255, 0) 20%,
|
|
32
|
+
rgba(255, 255, 255, 0.5) 50%,
|
|
33
|
+
rgba(255, 255, 255, 0) 80%
|
|
34
|
+
);
|
|
35
|
+
animation: _shimmer_1wqdl_1 1.3s infinite linear;
|
|
36
|
+
z-index: -1;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
._wrapper_control_1wqdl_77 {
|
|
40
|
+
height: 100%;
|
|
41
|
+
width: 100%;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@media (max-width: 1023px) {
|
|
45
|
+
._wrapper_1wqdl_19 {
|
|
46
|
+
display: none;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
@keyframes
|
|
2
|
-
from {
|
|
3
|
-
transform: translateX(-100%);
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
transform: translateX(100%);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.
|
|
11
|
-
height: 100%;
|
|
12
|
-
width: 100%;
|
|
13
|
-
inset: 0;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.
|
|
17
|
-
position: relative;
|
|
18
|
-
width: 100%;
|
|
19
|
-
height: 100%;
|
|
20
|
-
overflow: hidden;
|
|
21
|
-
background: #1e3860;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
._1es6o1h0 .
|
|
25
|
-
background-color: var(--_1073cm8f);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.fl2fv50 .
|
|
29
|
-
background-color: #28587d;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.
|
|
33
|
-
content: "";
|
|
34
|
-
position: absolute;
|
|
35
|
-
top: 0;
|
|
36
|
-
left: 0;
|
|
37
|
-
width: 190%;
|
|
38
|
-
height: 100%;
|
|
39
|
-
background: linear-gradient(
|
|
40
|
-
65deg,
|
|
41
|
-
rgba(255, 255, 255, 0) 20%,
|
|
42
|
-
rgba(255, 255, 255, 0.5) 50%,
|
|
43
|
-
rgba(255, 255, 255, 0) 80%
|
|
44
|
-
);
|
|
45
|
-
animation:
|
|
46
|
-
z-index: 1;
|
|
47
|
-
}
|
|
1
|
+
@keyframes _shimmer_1cu2x_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._loader_1cu2x_19 {
|
|
11
|
+
height: 100%;
|
|
12
|
+
width: 100%;
|
|
13
|
+
inset: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
._loading_1cu2x_31 {
|
|
17
|
+
position: relative;
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
background: #1e3860;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
._1es6o1h0 ._loading_1cu2x_31 {
|
|
25
|
+
background-color: var(--_1073cm8f);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.fl2fv50 ._loading_1cu2x_31 {
|
|
29
|
+
background-color: #28587d;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
._loading_1cu2x_31::before {
|
|
33
|
+
content: "";
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
width: 190%;
|
|
38
|
+
height: 100%;
|
|
39
|
+
background: linear-gradient(
|
|
40
|
+
65deg,
|
|
41
|
+
rgba(255, 255, 255, 0) 20%,
|
|
42
|
+
rgba(255, 255, 255, 0.5) 50%,
|
|
43
|
+
rgba(255, 255, 255, 0) 80%
|
|
44
|
+
);
|
|
45
|
+
animation: _shimmer_1cu2x_1 1.3s infinite linear;
|
|
46
|
+
z-index: 1;
|
|
47
|
+
}
|
package/dist/icons/Logos/AXOS.js
CHANGED
|
@@ -1,28 +1,70 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { logo_variant } from "../../NavigationMenu/AxosBank/NavBar.css.js";
|
|
2
3
|
const SvgComponent = (props) => {
|
|
3
|
-
const {
|
|
4
|
+
const { width = 120, height = 27, ...rest } = props;
|
|
4
5
|
return /* @__PURE__ */ jsxs(
|
|
5
6
|
"svg",
|
|
6
7
|
{
|
|
7
|
-
width
|
|
8
|
-
height
|
|
8
|
+
width,
|
|
9
|
+
height,
|
|
9
10
|
fill: "none",
|
|
10
11
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
viewBox: `0 0 ${width} ${height}`,
|
|
11
13
|
...rest,
|
|
12
14
|
children: [
|
|
13
15
|
/* @__PURE__ */ jsx(
|
|
14
16
|
"path",
|
|
15
17
|
{
|
|
16
|
-
d: "
|
|
18
|
+
d: "M40.9059 0.655984C40.3905 0.140561 39.594 0.140561 39.0785 0.655984L38.3288 1.40569C37.8134 1.92112 37.8134 2.71768 38.3288 3.2331L50.1836 15.1347L38.3288 27.0363C37.8134 27.5517 37.8134 28.3483 38.3288 28.8637L39.0785 29.6134C39.594 30.1289 40.3905 30.1289 40.9059 29.6134L55.3378 15.1347L40.9059 0.655984Z",
|
|
17
19
|
fill: "#FAA74A"
|
|
18
20
|
}
|
|
19
21
|
),
|
|
20
22
|
/* @__PURE__ */ jsx(
|
|
21
23
|
"path",
|
|
22
24
|
{
|
|
23
|
-
d: "
|
|
24
|
-
fill: "#
|
|
25
|
-
className:
|
|
25
|
+
d: "M131.058 2.71769C131.058 1.17142 132.23 0 133.776 0C135.322 0 136.494 1.17142 136.494 2.71769C136.494 4.26396 135.322 5.43538 133.776 5.43538C132.23 5.43538 131.058 4.26396 131.058 2.71769ZM136.166 2.71769C136.166 1.31199 135.182 0.327997 133.776 0.327997C132.37 0.327997 131.386 1.35884 131.386 2.71769C131.386 4.12339 132.37 5.10738 133.776 5.10738C135.135 5.15424 136.166 4.07653 136.166 2.71769ZM133.307 4.07653H132.932V1.26513C133.12 1.21827 133.354 1.21827 133.588 1.21827C134.291 1.21827 134.713 1.54627 134.713 2.15541C134.713 2.62398 134.385 2.90512 134.057 2.99883L134.994 4.12339H134.572L133.729 3.09254H133.354L133.307 4.07653ZM133.307 2.76455H133.635C134.01 2.76455 134.338 2.57712 134.338 2.15541C134.338 1.78055 134.057 1.59313 133.588 1.59313C133.495 1.59313 133.354 1.59313 133.26 1.59313L133.307 2.76455Z",
|
|
26
|
+
fill: "#1E3860",
|
|
27
|
+
className: logo_variant
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ jsx(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
d: "M120.281 13.4479C120.281 13.4479 118.922 13.1199 118.173 12.8387C115.783 11.9953 113.581 10.7302 113.581 8.4342C113.581 5.76337 115.877 3.93595 119.344 3.93595C121.64 3.93595 123.421 4.59195 124.686 5.85708L125.107 6.27879C125.623 6.79421 126.419 6.79421 126.935 6.27879L127.685 5.52908C128.2 5.01366 128.2 4.21709 127.685 3.70167C127.497 3.46739 127.263 3.27996 127.263 3.27996C125.248 1.35883 122.483 0.327987 119.344 0.327987C116.486 0.327987 114.19 1.07769 112.269 2.67082C110.441 4.21709 109.551 6.13822 109.551 8.48105C109.551 14.1976 114.893 15.6033 119.578 16.8684L119.719 16.9153C123.842 17.8993 125.904 19.5392 125.904 21.7884C125.904 24.6466 123.514 26.3335 119.578 26.3335C117.095 26.3335 114.893 25.49 113.393 23.9906L112.972 23.5689C112.456 23.0535 111.66 23.0535 111.144 23.5689L110.254 24.4592C109.738 24.9746 109.738 25.7712 110.254 26.2866L110.676 26.7083C112.831 28.8169 115.924 29.9883 119.578 29.9883C122.624 29.9883 125.107 29.2386 127.075 27.6923C128.997 26.2397 129.934 24.2249 129.934 21.7415C130.027 16.4467 125.435 14.6193 120.281 13.4479Z",
|
|
34
|
+
fill: "#1E3860",
|
|
35
|
+
className: logo_variant
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ jsx(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
d: "M86.9661 0.281143C78.7661 0.281143 72.1593 6.9348 72.1593 15.1347C72.1593 23.3347 78.7661 29.9883 86.9661 29.9883C95.166 29.9883 101.773 23.3347 101.773 15.1347C101.773 6.9348 95.1191 0.281143 86.9661 0.281143ZM86.9661 3.93597C93.1511 3.93597 98.1648 8.94964 98.1648 15.1347C98.1648 21.3198 93.1511 26.3335 86.9661 26.3335C80.781 26.3335 75.7673 21.3198 75.7673 15.1347C75.7673 8.94964 80.781 3.93597 86.9661 3.93597Z",
|
|
42
|
+
fill: "#1E3860",
|
|
43
|
+
className: logo_variant
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ jsx(
|
|
47
|
+
"path",
|
|
48
|
+
{
|
|
49
|
+
d: "M67.1924 28.8637L66.4427 29.6134C65.9273 30.1289 65.1308 30.1289 64.6153 29.6134L54.5412 19.5392L57.1183 16.9621L67.1924 27.0363C67.7079 27.5049 67.7079 28.3483 67.1924 28.8637Z",
|
|
50
|
+
fill: "#1E3860",
|
|
51
|
+
className: logo_variant
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ jsx(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
d: "M67.1924 1.40569L66.4427 0.655984C65.9273 0.140561 65.1308 0.140561 64.6153 0.655984L54.5412 10.7302L57.1183 13.3073L67.1924 3.2331C67.7079 2.76454 67.7079 1.92112 67.1924 1.40569Z",
|
|
58
|
+
fill: "#1E3860",
|
|
59
|
+
className: logo_variant
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
/* @__PURE__ */ jsx(
|
|
63
|
+
"path",
|
|
64
|
+
{
|
|
65
|
+
d: "M26.0055 15.1816C25.9586 21.3198 20.9449 26.3335 14.8067 26.3335C8.62164 26.3335 3.60797 21.3198 3.60797 15.1347C3.60797 8.94964 8.66849 3.93597 14.8067 3.93597C20.9449 3.93597 25.9586 8.90278 26.0055 15.0879V15.1816ZM28.3483 0.281143H27.2706C26.5678 0.281143 25.9586 0.843424 25.9586 1.59313V5.38853C23.2878 2.24913 19.305 0.281143 14.8067 0.281143C6.6068 0.281143 0 6.9348 0 15.1347C0 23.3347 6.65365 29.9883 14.8067 29.9883C19.2581 29.9883 23.2878 28.0203 26.0055 24.8809V28.6763C26.0055 29.3792 26.5678 29.9883 27.3175 29.9883H28.3952C29.098 29.9883 29.7072 29.426 29.7072 28.6763V1.59313C29.6603 0.890281 29.098 0.281143 28.3483 0.281143Z",
|
|
66
|
+
fill: "#1E3860",
|
|
67
|
+
className: logo_variant
|
|
26
68
|
}
|
|
27
69
|
)
|
|
28
70
|
]
|
|
@@ -65,18 +65,6 @@ const findMoreAxosDomains = (url, domains) => {
|
|
|
65
65
|
regexSearching,
|
|
66
66
|
moreDomains[domainToReplace[0]]
|
|
67
67
|
);
|
|
68
|
-
if (typeof window !== "undefined" && window.location.search) {
|
|
69
|
-
const original = new URL(newURL, window.location.origin);
|
|
70
|
-
const incomingParams = new URLSearchParams(window.location.search);
|
|
71
|
-
const existingParams = new URLSearchParams(original.search);
|
|
72
|
-
for (const [key, value] of incomingParams.entries()) {
|
|
73
|
-
if (!existingParams.has(key)) {
|
|
74
|
-
existingParams.append(key, value);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
original.search = existingParams.toString();
|
|
78
|
-
return original.toString();
|
|
79
|
-
}
|
|
80
68
|
return newURL;
|
|
81
69
|
}
|
|
82
70
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../../assets/utils/optimizeImage/optimizeImage.css';const loader = "
|
|
2
|
-
const loading = "
|
|
3
|
-
const shimmer = "
|
|
1
|
+
import '../../assets/utils/optimizeImage/optimizeImage.css';const loader = "_loader_1cu2x_19";
|
|
2
|
+
const loading = "_loading_1cu2x_31";
|
|
3
|
+
const shimmer = "_shimmer_1cu2x_1";
|
|
4
4
|
const css = {
|
|
5
5
|
loader,
|
|
6
6
|
loading,
|
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.
|
|
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": "husky",
|
|
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.22-nav-3",
|
|
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": "husky",
|
|
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
|
+
}
|