@axos-web-dev/shared-components 2.0.0-dev.31.insights.6 → 2.0.0-dev.32
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/Calculators/ApyCalculator/index.js +2 -1
- package/dist/Chatbot/ChatWindow.d.ts +1 -0
- package/dist/Chatbot/ChatWindow.js +5 -10
- package/dist/Chatbot/Chatbot.js +75 -42
- package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
- package/dist/Chatbot/ChatbotMessage.js +2 -1
- package/dist/Chatbot/store/messages.d.ts +6 -1
- package/dist/Chatbot/store/messages.js +62 -3
- package/dist/FdicCallout/index.js +1 -1
- package/dist/Forms/EmailOnly.js +11 -1
- package/dist/Insight/Featured/CategorySelector.css.d.ts +3 -4
- package/dist/Insight/Featured/CategorySelector.css.js +7 -9
- package/dist/Insight/Featured/CategorySelector.js +23 -53
- package/dist/Insight/Featured/Featured.css.d.ts +4 -13
- package/dist/Insight/Featured/Featured.css.js +18 -37
- package/dist/Insight/Featured/Featured.d.ts +0 -1
- package/dist/Insight/Featured/Featured.js +93 -129
- package/dist/Insight/Featured/Header.css.d.ts +0 -1
- package/dist/Insight/Featured/Header.css.js +6 -9
- package/dist/Insight/Featured/Header.js +17 -10
- package/dist/Insight/Featured/index.js +4 -13
- package/dist/Insight/index.js +4 -13
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/ServerNavigation/NavBar.module.js +40 -40
- package/dist/assets/Forms/Forms.css +1 -2
- package/dist/assets/Input/Input.css +0 -1
- package/dist/assets/Insight/Featured/CategorySelector.css +38 -53
- package/dist/assets/Insight/Featured/Featured.css +65 -126
- package/dist/assets/Insight/Featured/Header.css +13 -22
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -0
- package/dist/assets/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.css +353 -353
- package/dist/assets/NavigationMenu/ServerNavigation/NavBar.css +483 -483
- package/dist/icons/Clock/index.js +0 -1
- package/dist/main.js +3 -12
- package/dist/utils/allowedAxosDomains.js +0 -2
- package/package.json +153 -152
|
@@ -1,93 +1,34 @@
|
|
|
1
1
|
._1sr2o6v0 {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
._1sr2o6v0:hover {
|
|
6
|
-
opacity: 0.75;
|
|
2
|
+
min-height: 725px;
|
|
3
|
+
width: 100%;
|
|
4
|
+
padding: 48px 0;
|
|
7
5
|
}
|
|
8
6
|
._1sr2o6v1 {
|
|
9
|
-
|
|
10
|
-
padding-
|
|
11
|
-
padding-block-start: 0;
|
|
7
|
+
color: #ffffff;
|
|
8
|
+
padding-bottom: 24px;
|
|
12
9
|
}
|
|
13
10
|
._1sr2o6v2 {
|
|
14
|
-
color: var(--_1073cm8c);
|
|
15
|
-
font-size: 18px;
|
|
16
|
-
line-height: 1.15;
|
|
17
|
-
padding-bottom: 16px;
|
|
18
|
-
}
|
|
19
|
-
._1sr2o6v3 {
|
|
20
11
|
font-size: 14px;
|
|
21
12
|
}
|
|
22
|
-
.
|
|
23
|
-
display: grid;
|
|
24
|
-
grid-template-columns: 1fr 1fr;
|
|
25
|
-
gap: 32px;
|
|
26
|
-
}
|
|
27
|
-
._1sr2o6v5 {
|
|
28
|
-
border-radius: 16px;
|
|
29
|
-
cursor: pointer;
|
|
30
|
-
overflow: hidden;
|
|
31
|
-
text-decoration: none;
|
|
32
|
-
}
|
|
33
|
-
._1sr2o6v6 {
|
|
34
|
-
aspect-ratio: 1.69;
|
|
35
|
-
width: 100%;
|
|
36
|
-
}
|
|
37
|
-
._1sr2o6v7 {
|
|
13
|
+
._1sr2o6v3 {
|
|
38
14
|
display: grid;
|
|
39
|
-
|
|
40
|
-
|
|
15
|
+
grid-template-columns: 3fr 2fr;
|
|
16
|
+
gap: 25px;
|
|
41
17
|
}
|
|
42
|
-
.
|
|
43
|
-
font-size: clamp(24px, calc(1.5rem + ((1vw - 7.69px) * 1.5656)), 32px);
|
|
44
|
-
line-height: 1.15;
|
|
45
|
-
overflow: hidden;
|
|
46
|
-
text-overflow: ellipsis;
|
|
47
|
-
display: -webkit-box;
|
|
48
|
-
-webkit-box-orient: vertical;
|
|
49
|
-
-webkit-line-clamp: 2;
|
|
50
|
-
line-clamp: 2;
|
|
51
|
-
color: var(--_1073cm8c);
|
|
52
|
-
transition: color 0.3s ease;
|
|
53
|
-
}
|
|
54
|
-
._1sr2o6v0:hover ._1sr2o6v8 {
|
|
55
|
-
color: var(--_1073cm82);
|
|
56
|
-
}
|
|
57
|
-
._1sr2o6v9 {
|
|
58
|
-
color: var(--_1073cm8c);
|
|
59
|
-
font-size: 16px;
|
|
60
|
-
line-height: 1.5;
|
|
61
|
-
margin-bottom: 0;
|
|
62
|
-
display: -webkit-box;
|
|
63
|
-
-webkit-box-orient: vertical;
|
|
64
|
-
line-clamp: 3;
|
|
65
|
-
-webkit-line-clamp: 3;
|
|
66
|
-
overflow: hidden;
|
|
67
|
-
text-overflow: ellipsis;
|
|
68
|
-
}
|
|
69
|
-
._1sr2o6va {
|
|
70
|
-
color: var(--_1073cm8f);
|
|
71
|
-
font-size: 14px;
|
|
72
|
-
line-height: 1.5;
|
|
73
|
-
}
|
|
74
|
-
._1sr2o6vc {
|
|
18
|
+
._1sr2o6v4 {
|
|
75
19
|
display: flex;
|
|
76
20
|
flex-direction: column;
|
|
77
21
|
justify-content: space-between;
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
._1sr2o6vd {
|
|
81
|
-
border-radius: 12px;
|
|
82
|
-
flex-basis: 269px;
|
|
83
|
-
max-width: 269px;
|
|
84
|
-
overflow: hidden;
|
|
22
|
+
max-height: 525px;
|
|
85
23
|
}
|
|
86
|
-
.
|
|
87
|
-
flex: 1 1
|
|
24
|
+
._1sr2o6v5 {
|
|
25
|
+
flex: 1 1 100%;
|
|
26
|
+
cursor: pointer;
|
|
88
27
|
text-decoration: none;
|
|
89
28
|
}
|
|
90
|
-
.
|
|
29
|
+
._1sr2o6v6 {
|
|
30
|
+
margin-bottom: 8px;
|
|
31
|
+
max-height: min(76px, 108px);
|
|
91
32
|
display: -webkit-box;
|
|
92
33
|
-webkit-box-orient: vertical;
|
|
93
34
|
line-clamp: 2;
|
|
@@ -95,80 +36,78 @@
|
|
|
95
36
|
overflow: hidden;
|
|
96
37
|
text-overflow: ellipsis;
|
|
97
38
|
width: 100%;
|
|
98
|
-
font-size: 20px !important;
|
|
99
|
-
transition: color 0.3s ease;
|
|
100
39
|
}
|
|
101
|
-
.
|
|
102
|
-
|
|
40
|
+
._1sr2o6v7 {
|
|
41
|
+
margin: clamp(24px, 28px, 38px) 0;
|
|
42
|
+
color: #D4D4D4;
|
|
43
|
+
display: block;
|
|
103
44
|
}
|
|
104
|
-
.
|
|
45
|
+
._1sr2o6v8 {
|
|
105
46
|
display: inline-block;
|
|
106
47
|
vertical-align: middle;
|
|
107
48
|
}
|
|
108
|
-
.
|
|
49
|
+
._1sr2o6v9 {
|
|
50
|
+
display: grid;
|
|
51
|
+
background: #ffffff;
|
|
52
|
+
border-radius: 16px;
|
|
53
|
+
height: 100%;
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
border: 1px solid #D4D4D4;
|
|
56
|
+
text-decoration: none;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
max-height: 525px;
|
|
59
|
+
}
|
|
60
|
+
._1sr2o6va {
|
|
61
|
+
grid-template-rows: 340px 1fr;
|
|
62
|
+
}
|
|
63
|
+
._1sr2o6vb {
|
|
109
64
|
height: 100%;
|
|
110
65
|
object-fit: cover;
|
|
66
|
+
width: 100%;
|
|
111
67
|
}
|
|
112
|
-
.
|
|
68
|
+
._1sr2o6vc {
|
|
113
69
|
padding: 24px;
|
|
114
70
|
color: #333D46;
|
|
115
71
|
font-family: var(--main-font-family);
|
|
116
72
|
min-height: 170px;
|
|
117
73
|
}
|
|
118
|
-
.
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
74
|
+
._1sr2o6vd {
|
|
75
|
+
font-size: clamp(1.75rem, 1.269rem + 1.923vw, 2.5rem) !important;
|
|
76
|
+
line-height: clamp(2.25rem, 1.625rem + 1.667vw, 3.125rem) !important;
|
|
77
|
+
overflow: hidden;
|
|
78
|
+
text-overflow: ellipsis;
|
|
79
|
+
margin-bottom: 8px;
|
|
80
|
+
max-height: max(76px, 100px);
|
|
81
|
+
display: -webkit-box;
|
|
82
|
+
-webkit-box-orient: vertical;
|
|
83
|
+
line-clamp: 2;
|
|
84
|
+
-webkit-line-clamp: 2;
|
|
85
|
+
width: 100%;
|
|
127
86
|
}
|
|
128
|
-
@media screen and (
|
|
129
|
-
._1sr2o6v4 {
|
|
130
|
-
grid-template-columns: clamp(285px, calc(17.8125rem + ((1vw - 7.69px) * 58.5127)), 584px) 1fr;
|
|
131
|
-
}
|
|
132
|
-
._1sr2o6v9 {
|
|
133
|
-
font-size: clamp(14px, calc(0.875rem + ((1vw - 7.69px) * 0.3914)), 16px);
|
|
134
|
-
}
|
|
87
|
+
@media screen and (max-width:1024px) {
|
|
135
88
|
._1sr2o6vd {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
._1sr2o6ve {
|
|
139
|
-
height: clamp(10px, calc(0.625rem + ((1vw - 7.69px) * 1.9569)), 20px);
|
|
140
|
-
}
|
|
141
|
-
._1sr2o6vg {
|
|
142
|
-
font-size: clamp(16px, calc(1rem + ((1vw - 7.69px) * 0.7828)), 20px) !important;
|
|
89
|
+
font-size: 32px !important;
|
|
90
|
+
line-height: 46px !important;
|
|
143
91
|
}
|
|
144
92
|
}
|
|
145
93
|
@media screen and (max-width:768px) {
|
|
146
|
-
.
|
|
147
|
-
font-size: 16px;
|
|
148
|
-
padding-bottom: 24px;
|
|
149
|
-
}
|
|
150
|
-
._1sr2o6v4 {
|
|
94
|
+
._1sr2o6v3 {
|
|
151
95
|
grid-template-columns: 1fr;
|
|
152
96
|
}
|
|
153
|
-
.
|
|
154
|
-
|
|
155
|
-
border-block-start: 1px solid #98A3B6;
|
|
97
|
+
._1sr2o6v7 {
|
|
98
|
+
margin: 24px 0;
|
|
156
99
|
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
._1sr2o6vb {
|
|
160
|
-
font-size: 12px;
|
|
100
|
+
._1sr2o6va {
|
|
101
|
+
grid-template-rows: 314px 1fr;
|
|
161
102
|
}
|
|
162
|
-
}
|
|
163
|
-
@media screen and (max-width:650px) {
|
|
164
103
|
._1sr2o6vd {
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
._1sr2o6vk {
|
|
169
|
-
gap: 8px;
|
|
104
|
+
font-size: 28px !important;
|
|
105
|
+
line-height: 36px !important;
|
|
106
|
+
max-height: 80px;
|
|
170
107
|
}
|
|
171
|
-
|
|
172
|
-
|
|
108
|
+
}
|
|
109
|
+
@media screen and (min-width:769px) {
|
|
110
|
+
._1sr2o6v3 {
|
|
111
|
+
min-height: min(525px, 680px);
|
|
173
112
|
}
|
|
174
113
|
}
|
|
@@ -1,49 +1,40 @@
|
|
|
1
1
|
._19yqlq40 {
|
|
2
|
-
|
|
2
|
+
padding: 24px 0;
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
gap: 24px;
|
|
6
|
-
padding-block-start: 48px;
|
|
7
|
-
padding-block-end: clamp(24px, calc(1.5rem + ((1vw - 6.03px) * 14.5455)), 48px);
|
|
8
6
|
}
|
|
9
7
|
._19yqlq41 {
|
|
10
|
-
margin-inline: auto;
|
|
11
|
-
width: min(1200px,100% - 4rem);
|
|
12
|
-
box-sizing: border-box;
|
|
13
|
-
}
|
|
14
|
-
._19yqlq42 {
|
|
15
8
|
display: flex;
|
|
16
9
|
gap: 6px;
|
|
17
10
|
text-transform: capitalize;
|
|
18
11
|
letter-spacing: 0.2px;
|
|
19
12
|
font-size: 14px;
|
|
20
13
|
}
|
|
21
|
-
.
|
|
14
|
+
._19yqlq42 {
|
|
22
15
|
text-decoration: underline;
|
|
23
16
|
cursor: pointer;
|
|
24
17
|
text-underline-offset: 2px;
|
|
25
18
|
}
|
|
26
|
-
.
|
|
19
|
+
._19yqlq42:hover {
|
|
27
20
|
opacity: 0.75;
|
|
28
21
|
}
|
|
29
|
-
.
|
|
22
|
+
._19yqlq43 {
|
|
30
23
|
text-transform: capitalize;
|
|
31
24
|
}
|
|
32
|
-
h1.
|
|
33
|
-
font-size:
|
|
34
|
-
line-height: 1.
|
|
35
|
-
min-height: 0vh;
|
|
25
|
+
h1._19yqlq43 {
|
|
26
|
+
font-size: 48px;
|
|
27
|
+
line-height: 1.3;
|
|
36
28
|
}
|
|
37
|
-
.
|
|
29
|
+
._19yqlq44 {
|
|
38
30
|
max-width: 800px;
|
|
39
31
|
}
|
|
40
|
-
@media screen and (max-width:603px) {
|
|
41
|
-
._19yqlq41 {
|
|
42
|
-
width: calc(100% - 2rem);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
32
|
@media screen and (max-width:768px) {
|
|
46
|
-
.
|
|
33
|
+
h1._19yqlq43 {
|
|
34
|
+
font-size: 28px;
|
|
35
|
+
line-height: 36px;
|
|
36
|
+
}
|
|
37
|
+
._19yqlq44 {
|
|
47
38
|
max-width: unset;
|
|
48
39
|
width: min(1200px, calc(100% - 4rem));
|
|
49
40
|
}
|