@axos-web-dev/shared-components 1.0.44 → 1.0.45
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 +1 -0
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.js +1 -0
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/Calculator.js +1 -0
- package/dist/Carousel/index.js +1 -0
- package/dist/Chevron/index.js +1 -0
- package/dist/Comparison/Comparison.js +1 -0
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -0
- package/dist/FaqAccordion/index.js +1 -0
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -0
- package/dist/Forms/ApplyNow.js +1 -0
- package/dist/Forms/ContactUsBusiness.js +1 -0
- package/dist/Forms/ContactUsNMLSId.js +1 -0
- package/dist/Forms/CraPublicFile.js +1 -0
- package/dist/Forms/EmailOnly.js +1 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -0
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -0
- package/dist/Forms/SuccesForm.js +1 -0
- package/dist/Hyperlink/index.js +1 -0
- package/dist/ImageLink/ImageLink.js +1 -0
- package/dist/ImageLink/ImageLinkSet.js +1 -0
- package/dist/ImageLink/index.js +1 -0
- package/dist/Insight/Featured/CategorySelector.js +1 -0
- package/dist/Insight/Featured/Featured.js +1 -0
- package/dist/Insight/Featured/Header.js +1 -0
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/Modal/Modal.js +1 -0
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -0
- package/dist/NavigationMenu/AxosALTS/index.js +1 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +345 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +53 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +250 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +627 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -81
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +4 -8
- package/dist/NavigationMenu/AxosBank/index.js +81 -522
- 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/NavData.js +1 -0
- package/dist/NavigationMenu/LaVictoire/index.js +1 -0
- package/dist/SetContainer/SetContainer.js +1 -0
- package/dist/SocialMediaBar/iconsRepository.js +1 -0
- package/dist/VideoWrapper/index.js +1 -0
- package/dist/WalnutIframe/wrapper.module.js +2 -2
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
- package/dist/assets/Interstitial/Interstitial.css.css +142 -142
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +178 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +93 -297
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
- package/dist/assets/WalnutIframe/wrapper.css.css +51 -51
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +48 -48
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +131 -131
package/README.md
CHANGED
|
@@ -1,111 +1,111 @@
|
|
|
1
|
-
# Installation
|
|
2
|
-
|
|
3
|
-
Using npm:
|
|
4
|
-
|
|
5
|
-
```shell
|
|
6
|
-
$ npm install @axos-web-dev/shared-components
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
To import components
|
|
10
|
-
In Node.js:
|
|
11
|
-
|
|
12
|
-
```js
|
|
13
|
-
// Import Components
|
|
14
|
-
import {
|
|
15
|
-
AlertBanner,
|
|
16
|
-
CallToActionBar,
|
|
17
|
-
DownloadTile,
|
|
18
|
-
ImageBillboard,
|
|
19
|
-
SecondaryFooter,
|
|
20
|
-
} from "@axos-web-dev/shared-components";
|
|
21
|
-
|
|
22
|
-
// Import Types/Interfaces
|
|
23
|
-
|
|
24
|
-
import { AlertBannerInterface } from "@axos-web-dev/shared-components/dist/AlertBanner/AlertBanner.interface";
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
In css files:
|
|
28
|
-
|
|
29
|
-
```css
|
|
30
|
-
/*** Import styles ***/
|
|
31
|
-
|
|
32
|
-
@import "@axos-web-dev/shared-components/dist/assets/AlertBanner/AlertBanner.css";
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
# Shared components
|
|
36
|
-
|
|
37
|
-
This project is develop using `React + TypeScript + Vite + Storybook + Vanilla-extract` to building custom components for internal use.
|
|
38
|
-
|
|
39
|
-
## How to add new component
|
|
40
|
-
|
|
41
|
-
For add a new component use the `src/lib` folder and create a folder for the component. After that you should register an export in `src/lib/main.ts` file.
|
|
42
|
-
|
|
43
|
-
Also you need create a storie for the new component. Go to `src/stories` and create a new file or folder.
|
|
44
|
-
|
|
45
|
-
```shell
|
|
46
|
-
git clone bofaz@vs-ssh.visualstudio.com:v3/bofaz/Axos%20Marketing%20Cloud/Shared%20Components shared-components
|
|
47
|
-
|
|
48
|
-
cd shared-components
|
|
49
|
-
|
|
50
|
-
npm install
|
|
51
|
-
|
|
52
|
-
# for using storybook
|
|
53
|
-
npm run storybook
|
|
54
|
-
|
|
55
|
-
# for build
|
|
56
|
-
npm run build
|
|
57
|
-
|
|
58
|
-
# for testing in other projects
|
|
59
|
-
npm run build
|
|
60
|
-
|
|
61
|
-
npm link
|
|
62
|
-
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
For publishing we need to udpate the version we are using [semantic versioning](https://semver.org/)
|
|
66
|
-
|
|
67
|
-
```
|
|
68
|
-
Given a version number MAJOR.MINOR.PATCH, increment the:
|
|
69
|
-
|
|
70
|
-
MAJOR version when you make incompatible API changes
|
|
71
|
-
MINOR version when you add functionality in a backward compatible manner
|
|
72
|
-
PATCH version when you make backward compatible bug fixes
|
|
73
|
-
|
|
74
|
-
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
we can update the version with the following commands:
|
|
78
|
-
|
|
79
|
-
```shell
|
|
80
|
-
# bumps the patch number like 0.0.0 -> 0.0.1
|
|
81
|
-
npm version patch
|
|
82
|
-
|
|
83
|
-
# bumps the patch number like 0.0.0 -> 0.1.0
|
|
84
|
-
npm version minor
|
|
85
|
-
|
|
86
|
-
# bumps the patch number like 0.0.0 -> 1.0.0
|
|
87
|
-
npm version major
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
## How to publish new library version to npm
|
|
94
|
-
|
|
95
|
-
First update the version as previously described
|
|
96
|
-
|
|
97
|
-
```shell
|
|
98
|
-
npm version [...]
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
Then you will need to login into npm to do that write:
|
|
102
|
-
|
|
103
|
-
```shell
|
|
104
|
-
npm login --scope=@my-org
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
Last you to publish the new version:
|
|
108
|
-
|
|
109
|
-
```shell
|
|
110
|
-
npm publish
|
|
111
|
-
```
|
|
1
|
+
# Installation
|
|
2
|
+
|
|
3
|
+
Using npm:
|
|
4
|
+
|
|
5
|
+
```shell
|
|
6
|
+
$ npm install @axos-web-dev/shared-components
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
To import components
|
|
10
|
+
In Node.js:
|
|
11
|
+
|
|
12
|
+
```js
|
|
13
|
+
// Import Components
|
|
14
|
+
import {
|
|
15
|
+
AlertBanner,
|
|
16
|
+
CallToActionBar,
|
|
17
|
+
DownloadTile,
|
|
18
|
+
ImageBillboard,
|
|
19
|
+
SecondaryFooter,
|
|
20
|
+
} from "@axos-web-dev/shared-components";
|
|
21
|
+
|
|
22
|
+
// Import Types/Interfaces
|
|
23
|
+
|
|
24
|
+
import { AlertBannerInterface } from "@axos-web-dev/shared-components/dist/AlertBanner/AlertBanner.interface";
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
In css files:
|
|
28
|
+
|
|
29
|
+
```css
|
|
30
|
+
/*** Import styles ***/
|
|
31
|
+
|
|
32
|
+
@import "@axos-web-dev/shared-components/dist/assets/AlertBanner/AlertBanner.css";
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
# Shared components
|
|
36
|
+
|
|
37
|
+
This project is develop using `React + TypeScript + Vite + Storybook + Vanilla-extract` to building custom components for internal use.
|
|
38
|
+
|
|
39
|
+
## How to add new component
|
|
40
|
+
|
|
41
|
+
For add a new component use the `src/lib` folder and create a folder for the component. After that you should register an export in `src/lib/main.ts` file.
|
|
42
|
+
|
|
43
|
+
Also you need create a storie for the new component. Go to `src/stories` and create a new file or folder.
|
|
44
|
+
|
|
45
|
+
```shell
|
|
46
|
+
git clone bofaz@vs-ssh.visualstudio.com:v3/bofaz/Axos%20Marketing%20Cloud/Shared%20Components shared-components
|
|
47
|
+
|
|
48
|
+
cd shared-components
|
|
49
|
+
|
|
50
|
+
npm install
|
|
51
|
+
|
|
52
|
+
# for using storybook
|
|
53
|
+
npm run storybook
|
|
54
|
+
|
|
55
|
+
# for build
|
|
56
|
+
npm run build
|
|
57
|
+
|
|
58
|
+
# for testing in other projects
|
|
59
|
+
npm run build
|
|
60
|
+
|
|
61
|
+
npm link
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
For publishing we need to udpate the version we are using [semantic versioning](https://semver.org/)
|
|
66
|
+
|
|
67
|
+
```
|
|
68
|
+
Given a version number MAJOR.MINOR.PATCH, increment the:
|
|
69
|
+
|
|
70
|
+
MAJOR version when you make incompatible API changes
|
|
71
|
+
MINOR version when you add functionality in a backward compatible manner
|
|
72
|
+
PATCH version when you make backward compatible bug fixes
|
|
73
|
+
|
|
74
|
+
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
we can update the version with the following commands:
|
|
78
|
+
|
|
79
|
+
```shell
|
|
80
|
+
# bumps the patch number like 0.0.0 -> 0.0.1
|
|
81
|
+
npm version patch
|
|
82
|
+
|
|
83
|
+
# bumps the patch number like 0.0.0 -> 0.1.0
|
|
84
|
+
npm version minor
|
|
85
|
+
|
|
86
|
+
# bumps the patch number like 0.0.0 -> 1.0.0
|
|
87
|
+
npm version major
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## How to publish new library version to npm
|
|
94
|
+
|
|
95
|
+
First update the version as previously described
|
|
96
|
+
|
|
97
|
+
```shell
|
|
98
|
+
npm version [...]
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
Then you will need to login into npm to do that write:
|
|
102
|
+
|
|
103
|
+
```shell
|
|
104
|
+
npm login --scope=@my-org
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
Last you to publish the new version:
|
|
108
|
+
|
|
109
|
+
```shell
|
|
110
|
+
npm publish
|
|
111
|
+
```
|
|
@@ -96,6 +96,7 @@ import "next/navigation.js";
|
|
|
96
96
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
97
97
|
import "next/link.js";
|
|
98
98
|
/* empty css */
|
|
99
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
99
100
|
/* empty css */
|
|
100
101
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
101
102
|
/* empty css */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '../assets/Avatar/Avatar.css.css';const avatar_sec = "
|
|
2
|
-
const container = "
|
|
3
|
-
const image = "
|
|
4
|
-
const text = "
|
|
5
|
-
const name = "
|
|
6
|
-
const title = "
|
|
7
|
-
const description = "
|
|
1
|
+
import '../assets/Avatar/Avatar.css.css';const avatar_sec = "_avatar_sec_1bnm9_1";
|
|
2
|
+
const container = "_container_1bnm9_5";
|
|
3
|
+
const image = "_image_1bnm9_14";
|
|
4
|
+
const text = "_text_1bnm9_23";
|
|
5
|
+
const name = "_name_1bnm9_29";
|
|
6
|
+
const title = "_title_1bnm9_37";
|
|
7
|
+
const description = "_description_1bnm9_44";
|
|
8
8
|
const css = {
|
|
9
9
|
avatar_sec,
|
|
10
10
|
container,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "
|
|
2
|
-
const author = "
|
|
3
|
-
const quote = "
|
|
1
|
+
import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_1mzku_1";
|
|
2
|
+
const author = "_author_1mzku_7";
|
|
3
|
+
const quote = "_quote_1mzku_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
package/dist/Button/Button.js
CHANGED
|
@@ -99,6 +99,7 @@ import "next/navigation.js";
|
|
|
99
99
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
100
100
|
import "next/link.js";
|
|
101
101
|
/* empty css */
|
|
102
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
102
103
|
/* empty css */
|
|
103
104
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
104
105
|
/* empty css */
|
|
@@ -645,7 +645,7 @@ const BuyDownCalculator = ({
|
|
|
645
645
|
id: "mooringOutsideContinentalUS",
|
|
646
646
|
...register("mooringOutsideContinentalUS"),
|
|
647
647
|
value: 0.5,
|
|
648
|
-
radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\
|
|
648
|
+
radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\n +0.500",
|
|
649
649
|
groupName: "dependentInputs",
|
|
650
650
|
disabled: disableMooringOutside
|
|
651
651
|
}
|
|
@@ -91,6 +91,7 @@ import "next/navigation.js";
|
|
|
91
91
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
92
92
|
import "next/link.js";
|
|
93
93
|
/* empty css */
|
|
94
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
94
95
|
/* empty css */
|
|
95
96
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
96
97
|
/* empty css */
|
package/dist/Carousel/index.js
CHANGED
|
@@ -101,6 +101,7 @@ import "next/navigation.js";
|
|
|
101
101
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
102
102
|
import "next/link.js";
|
|
103
103
|
/* empty css */
|
|
104
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
104
105
|
/* empty css */
|
|
105
106
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
106
107
|
/* empty css */
|
package/dist/Chevron/index.js
CHANGED
|
@@ -101,6 +101,7 @@ import "next/navigation.js";
|
|
|
101
101
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
102
102
|
import "next/link.js";
|
|
103
103
|
/* empty css */
|
|
104
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
104
105
|
/* empty css */
|
|
105
106
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
106
107
|
/* empty css */
|
|
@@ -100,6 +100,7 @@ import "next/navigation.js";
|
|
|
100
100
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
101
101
|
import "next/link.js";
|
|
102
102
|
/* empty css */
|
|
103
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
103
104
|
/* empty css */
|
|
104
105
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
105
106
|
/* empty css */
|
|
@@ -100,6 +100,7 @@ import "next/navigation.js";
|
|
|
100
100
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
101
101
|
import "next/link.js";
|
|
102
102
|
/* empty css */
|
|
103
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
103
104
|
/* empty css */
|
|
104
105
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
105
106
|
/* empty css */
|
|
@@ -101,6 +101,7 @@ import "next/navigation.js";
|
|
|
101
101
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
102
102
|
import "next/link.js";
|
|
103
103
|
/* empty css */
|
|
104
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
104
105
|
/* empty css */
|
|
105
106
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
106
107
|
/* empty css */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '../assets/FdicCallout/FdicCallout.css.css';const fdic_callout = "
|
|
2
|
-
const inner_container = "
|
|
1
|
+
import '../assets/FdicCallout/FdicCallout.css.css';const fdic_callout = "_fdic_callout_1f6md_1";
|
|
2
|
+
const inner_container = "_inner_container_1f6md_6";
|
|
3
3
|
const css = {
|
|
4
4
|
fdic_callout,
|
|
5
5
|
inner_container
|
|
@@ -97,6 +97,7 @@ import "next/navigation.js";
|
|
|
97
97
|
import "../../NavigationMenu/AxosBank/NavData.js";
|
|
98
98
|
import "next/link.js";
|
|
99
99
|
/* empty css */
|
|
100
|
+
import "../../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
100
101
|
/* empty css */
|
|
101
102
|
import "../../NavigationMenu/AxosALTS/NavData.js";
|
|
102
103
|
/* empty css */
|
package/dist/Forms/ApplyNow.js
CHANGED
|
@@ -101,6 +101,7 @@ import "next/navigation.js";
|
|
|
101
101
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
102
102
|
import "next/link.js";
|
|
103
103
|
/* empty css */
|
|
104
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
104
105
|
/* empty css */
|
|
105
106
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
106
107
|
/* empty css */
|
|
@@ -103,6 +103,7 @@ import "next/navigation.js";
|
|
|
103
103
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
104
104
|
import "next/link.js";
|
|
105
105
|
/* empty css */
|
|
106
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
106
107
|
/* empty css */
|
|
107
108
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
108
109
|
/* empty css */
|
|
@@ -103,6 +103,7 @@ import "next/navigation.js";
|
|
|
103
103
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
104
104
|
import "next/link.js";
|
|
105
105
|
/* empty css */
|
|
106
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
106
107
|
/* empty css */
|
|
107
108
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
108
109
|
/* empty css */
|
|
@@ -103,6 +103,7 @@ import "next/navigation.js";
|
|
|
103
103
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
104
104
|
import "next/link.js";
|
|
105
105
|
/* empty css */
|
|
106
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
106
107
|
/* empty css */
|
|
107
108
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
108
109
|
/* empty css */
|
package/dist/Forms/EmailOnly.js
CHANGED
|
@@ -104,6 +104,7 @@ import "next/navigation.js";
|
|
|
104
104
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
105
105
|
import "next/link.js";
|
|
106
106
|
/* empty css */
|
|
107
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
107
108
|
/* empty css */
|
|
108
109
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
109
110
|
/* empty css */
|
|
@@ -104,6 +104,7 @@ import "next/navigation.js";
|
|
|
104
104
|
import "../../NavigationMenu/AxosBank/NavData.js";
|
|
105
105
|
import "next/link.js";
|
|
106
106
|
/* empty css */
|
|
107
|
+
import "../../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
107
108
|
/* empty css */
|
|
108
109
|
import "../../NavigationMenu/AxosALTS/NavData.js";
|
|
109
110
|
/* empty css */
|
|
@@ -100,6 +100,7 @@ import "next/navigation.js";
|
|
|
100
100
|
import "../../NavigationMenu/AxosBank/NavData.js";
|
|
101
101
|
import "next/link.js";
|
|
102
102
|
/* empty css */
|
|
103
|
+
import "../../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
103
104
|
/* empty css */
|
|
104
105
|
import "../../NavigationMenu/AxosALTS/NavData.js";
|
|
105
106
|
/* empty css */
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -90,6 +90,7 @@ import "next/navigation.js";
|
|
|
90
90
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
91
91
|
import "next/link.js";
|
|
92
92
|
/* empty css */
|
|
93
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
93
94
|
/* empty css */
|
|
94
95
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
95
96
|
/* empty css */
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -98,6 +98,7 @@ import "next/navigation.js";
|
|
|
98
98
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
99
99
|
import "next/link.js";
|
|
100
100
|
/* empty css */
|
|
101
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
101
102
|
/* empty css */
|
|
102
103
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
103
104
|
/* empty css */
|
|
@@ -95,6 +95,7 @@ import "next/navigation.js";
|
|
|
95
95
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
96
96
|
import "next/link.js";
|
|
97
97
|
/* empty css */
|
|
98
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
98
99
|
/* empty css */
|
|
99
100
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
100
101
|
/* empty css */
|
|
@@ -101,6 +101,7 @@ import "next/navigation.js";
|
|
|
101
101
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
102
102
|
import "next/link.js";
|
|
103
103
|
/* empty css */
|
|
104
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
104
105
|
/* empty css */
|
|
105
106
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
106
107
|
/* empty css */
|
package/dist/ImageLink/index.js
CHANGED
|
@@ -96,6 +96,7 @@ import "next/navigation.js";
|
|
|
96
96
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
97
97
|
import "next/link.js";
|
|
98
98
|
/* empty css */
|
|
99
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
99
100
|
/* empty css */
|
|
100
101
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
101
102
|
/* empty css */
|
|
@@ -97,6 +97,7 @@ import "next/navigation.js";
|
|
|
97
97
|
import "../../NavigationMenu/AxosBank/NavData.js";
|
|
98
98
|
import "next/link.js";
|
|
99
99
|
/* empty css */
|
|
100
|
+
import "../../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
100
101
|
/* empty css */
|
|
101
102
|
import "../../NavigationMenu/AxosALTS/NavData.js";
|
|
102
103
|
/* empty css */
|
|
@@ -100,6 +100,7 @@ import "next/navigation.js";
|
|
|
100
100
|
import "../../NavigationMenu/AxosBank/NavData.js";
|
|
101
101
|
import "next/link.js";
|
|
102
102
|
/* empty css */
|
|
103
|
+
import "../../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
103
104
|
/* empty css */
|
|
104
105
|
import "../../NavigationMenu/AxosALTS/NavData.js";
|
|
105
106
|
/* empty css */
|
|
@@ -96,6 +96,7 @@ import "next/navigation.js";
|
|
|
96
96
|
import "../../NavigationMenu/AxosBank/NavData.js";
|
|
97
97
|
import "next/link.js";
|
|
98
98
|
/* empty css */
|
|
99
|
+
import "../../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
99
100
|
/* empty css */
|
|
100
101
|
import "../../NavigationMenu/AxosALTS/NavData.js";
|
|
101
102
|
/* empty css */
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import '../assets/Interstitial/Interstitial.css.css';const overlay = "
|
|
2
|
-
const modal = "
|
|
3
|
-
const vanish = "
|
|
4
|
-
const appear = "
|
|
5
|
-
const close_button = "
|
|
6
|
-
const modal_content = "
|
|
7
|
-
const img_area = "
|
|
8
|
-
const body_copy = "
|
|
9
|
-
const btns = "
|
|
10
|
-
const white_modal = "
|
|
1
|
+
import '../assets/Interstitial/Interstitial.css.css';const overlay = "_overlay_e4cra_24";
|
|
2
|
+
const modal = "_modal_e4cra_40";
|
|
3
|
+
const vanish = "_vanish_e4cra_1";
|
|
4
|
+
const appear = "_appear_e4cra_1";
|
|
5
|
+
const close_button = "_close_button_e4cra_55";
|
|
6
|
+
const modal_content = "_modal_content_e4cra_70";
|
|
7
|
+
const img_area = "_img_area_e4cra_74";
|
|
8
|
+
const body_copy = "_body_copy_e4cra_84";
|
|
9
|
+
const btns = "_btns_e4cra_98";
|
|
10
|
+
const white_modal = "_white_modal_e4cra_139";
|
|
11
11
|
const css = {
|
|
12
12
|
overlay,
|
|
13
13
|
modal,
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -97,6 +97,7 @@ import "next/navigation.js";
|
|
|
97
97
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
98
98
|
import "next/link.js";
|
|
99
99
|
/* empty css */
|
|
100
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
100
101
|
/* empty css */
|
|
101
102
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
102
103
|
/* empty css */
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosALTS/NavBar.css.css';const alts_header = "
|
|
2
|
-
const alts_wrapper = "
|
|
3
|
-
const alts_header_main_row = "
|
|
4
|
-
const alts_mobile_header = "
|
|
5
|
-
const alts_logo_wrap = "
|
|
6
|
-
const alts_primary_links = "
|
|
7
|
-
const alts_main_nav_link = "
|
|
8
|
-
const alts_hamburger = "
|
|
9
|
-
const alts_mobile_logo = "
|
|
10
|
-
const alts_mobile_nav = "
|
|
11
|
-
const alts_mobile_opened = "
|
|
12
|
-
const alts_mobile_nav_item = "
|
|
13
|
-
const alts_icon_wrap = "
|
|
14
|
-
const alts_mobile_footer = "
|
|
15
|
-
const alts_mobile_footer_content = "
|
|
16
|
-
const alts_mobile_footer_media = "
|
|
17
|
-
const alts_inner_wrapper = "
|
|
18
|
-
const alts_btn = "
|
|
19
|
-
const alts_sub_menu = "
|
|
20
|
-
const alts_skip_btn = "
|
|
21
|
-
const alts_desktop_only = "
|
|
22
|
-
const alts_main_nav = "
|
|
23
|
-
const alts_mobile_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosALTS/NavBar.css.css';const alts_header = "_alts_header_1s4n2_1";
|
|
2
|
+
const alts_wrapper = "_alts_wrapper_1s4n2_5";
|
|
3
|
+
const alts_header_main_row = "_alts_header_main_row_1s4n2_11";
|
|
4
|
+
const alts_mobile_header = "_alts_mobile_header_1s4n2_12";
|
|
5
|
+
const alts_logo_wrap = "_alts_logo_wrap_1s4n2_18";
|
|
6
|
+
const alts_primary_links = "_alts_primary_links_1s4n2_22";
|
|
7
|
+
const alts_main_nav_link = "_alts_main_nav_link_1s4n2_27";
|
|
8
|
+
const alts_hamburger = "_alts_hamburger_1s4n2_63";
|
|
9
|
+
const alts_mobile_logo = "_alts_mobile_logo_1s4n2_77";
|
|
10
|
+
const alts_mobile_nav = "_alts_mobile_nav_1s4n2_102";
|
|
11
|
+
const alts_mobile_opened = "_alts_mobile_opened_1s4n2_113";
|
|
12
|
+
const alts_mobile_nav_item = "_alts_mobile_nav_item_1s4n2_121";
|
|
13
|
+
const alts_icon_wrap = "_alts_icon_wrap_1s4n2_136";
|
|
14
|
+
const alts_mobile_footer = "_alts_mobile_footer_1s4n2_141";
|
|
15
|
+
const alts_mobile_footer_content = "_alts_mobile_footer_content_1s4n2_146";
|
|
16
|
+
const alts_mobile_footer_media = "_alts_mobile_footer_media_1s4n2_157";
|
|
17
|
+
const alts_inner_wrapper = "_alts_inner_wrapper_1s4n2_167";
|
|
18
|
+
const alts_btn = "_alts_btn_1s4n2_172";
|
|
19
|
+
const alts_sub_menu = "_alts_sub_menu_1s4n2_177";
|
|
20
|
+
const alts_skip_btn = "_alts_skip_btn_1s4n2_185";
|
|
21
|
+
const alts_desktop_only = "_alts_desktop_only_1s4n2_209";
|
|
22
|
+
const alts_main_nav = "_alts_main_nav_1s4n2_27";
|
|
23
|
+
const alts_mobile_only = "_alts_mobile_only_1s4n2_261";
|
|
24
24
|
const styles = {
|
|
25
25
|
alts_header,
|
|
26
26
|
alts_wrapper,
|