@axos-web-dev/shared-components 0.0.140 → 0.0.142
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/MainHTML/index.js
CHANGED
|
@@ -494,7 +494,7 @@ function SubNavBar() {
|
|
|
494
494
|
children: [
|
|
495
495
|
/* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
|
|
496
496
|
/* @__PURE__ */ jsx("p", { role: "heading", children: "Checking" }),
|
|
497
|
-
/* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "
|
|
497
|
+
/* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Explore the benefits of our newest account bundle with up to 4.53% APY on Savings, 0.51% on Checking, plus early paydays and no monthly fees." })
|
|
498
498
|
] }),
|
|
499
499
|
/* @__PURE__ */ jsx(
|
|
500
500
|
"div",
|
|
@@ -519,9 +519,9 @@ function SubNavBar() {
|
|
|
519
519
|
Link,
|
|
520
520
|
{
|
|
521
521
|
href: findMoreAxosDomains(
|
|
522
|
-
"{AXOSBANK}/
|
|
522
|
+
"{AXOSBANK}/pages/axos-one"
|
|
523
523
|
),
|
|
524
|
-
"aria-label": "learn more about
|
|
524
|
+
"aria-label": "learn more about axos one checking and savings",
|
|
525
525
|
className: "text_center bg_white ",
|
|
526
526
|
children: "Learn More"
|
|
527
527
|
}
|
|
@@ -594,6 +594,15 @@ function SubNavBar() {
|
|
|
594
594
|
children: "Checking"
|
|
595
595
|
}
|
|
596
596
|
) }),
|
|
597
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
598
|
+
Link,
|
|
599
|
+
{
|
|
600
|
+
href: findMoreAxosDomains(
|
|
601
|
+
"{AXOSBANK}/pages/axos-one"
|
|
602
|
+
),
|
|
603
|
+
children: "Axos ONE Checking"
|
|
604
|
+
}
|
|
605
|
+
) }),
|
|
597
606
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
598
607
|
Link,
|
|
599
608
|
{
|
|
@@ -662,6 +671,15 @@ function SubNavBar() {
|
|
|
662
671
|
children: "Savings"
|
|
663
672
|
}
|
|
664
673
|
) }),
|
|
674
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
675
|
+
Link,
|
|
676
|
+
{
|
|
677
|
+
href: findMoreAxosDomains(
|
|
678
|
+
"{AXOSBANK}/pages/axos-one"
|
|
679
|
+
),
|
|
680
|
+
children: "Axos ONE Savings"
|
|
681
|
+
}
|
|
682
|
+
) }),
|
|
665
683
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
666
684
|
Link,
|
|
667
685
|
{
|
|
@@ -18,10 +18,15 @@ const moreDomains = {
|
|
|
18
18
|
"{OBAXB}": process.env.ONLINEBANKING_URL || "https://onlinebanking.axosbank.com",
|
|
19
19
|
"{UNVENROLLMENT}": process.env.UNVENROLLMENT_URL || "https://enroll.axosbank.com",
|
|
20
20
|
"{AUTOAXB}": "https://auto.axosbank.com/partner/axos-purchase/AU",
|
|
21
|
-
"{COMMERCIALPORTAL}": process.env.COMMERCIALPORTAL_URL || "https://portals.axosbank.com
|
|
21
|
+
"{COMMERCIALPORTAL}": process.env.COMMERCIALPORTAL_URL || "https://portals.axosbank.com",
|
|
22
22
|
"{DEVAXC}": process.env.DEVELOPER_CLEARING || "https://developer.axosclearing.com",
|
|
23
|
-
"{AFF}": process.env.FUNDFINDER_URL || "https://axosfundfinder.com
|
|
24
|
-
"{APL}": process.env.
|
|
23
|
+
"{AFF}": process.env.FUNDFINDER_URL || "https://axosfundfinder.com",
|
|
24
|
+
"{APL}": process.env.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com",
|
|
25
|
+
"{AXSEC}": process.env.AXOS_SECURE_URL || "https://secure.axosbank.com",
|
|
26
|
+
"{DOWNLOADAXOS}": process.env.AXOS_DOWNLOAD_URL || "https://downloads.axos.com",
|
|
27
|
+
"{SBAAX}": process.env.SMALL_BUSINESS_ACCOUNTS || "https://small-business-accounts.axosbank.com",
|
|
28
|
+
"{CPDS}": process.env.CP_DECISIONLENDER || "https://cp.decisionlender.solutions",
|
|
29
|
+
"{JHALOAN}": process.env.JHA_LOANSPQ || "https://jha.loanspq.com"
|
|
25
30
|
};
|
|
26
31
|
const isAllowedUrl = (url) => {
|
|
27
32
|
const uri = new URL(url, location.href);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.142",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@hookform/resolvers": "^3.9.0",
|
|
32
|
-
"@react-input/mask": "^1.2.
|
|
33
|
-
"@react-input/number-format": "^1.
|
|
32
|
+
"@react-input/mask": "^1.2.11",
|
|
33
|
+
"@react-input/number-format": "^1.1.1",
|
|
34
34
|
"@storybook/icons": "^1.2.12",
|
|
35
|
-
"@storybook/preview-api": "^8.3.
|
|
35
|
+
"@storybook/preview-api": "^8.3.5",
|
|
36
36
|
"@types/iframe-resizer": "3.5.13",
|
|
37
37
|
"@vanilla-extract/css": "^1.16.0",
|
|
38
38
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"lodash": "^4.17.21",
|
|
42
42
|
"moment": "^2.30.1",
|
|
43
43
|
"react-date-picker": "^11.0.0",
|
|
44
|
-
"react-hook-form": "^7.53.
|
|
44
|
+
"react-hook-form": "^7.53.1",
|
|
45
45
|
"react-markdown": "^9.0.1",
|
|
46
46
|
"react-slick": "^0.30.2",
|
|
47
47
|
"react-use": "^17.5.1",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"storybook": "^8.2.9",
|
|
107
107
|
"typescript": "^5.6.2",
|
|
108
108
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
109
|
-
"vite": "^5.4.
|
|
109
|
+
"vite": "^5.4.9",
|
|
110
110
|
"vite-plugin-dts": "^3.9.1",
|
|
111
111
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
112
112
|
"vite-plugin-setting-css-module": "^1.1.4",
|