@axos-web-dev/shared-components 1.0.100-dev.69-mobileLogin → 1.0.100-dev.69-mobileLogin.2
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.
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "
|
|
2
|
-
const drawer = "
|
|
3
|
-
const hamburger = "
|
|
4
|
-
const header = "
|
|
5
|
-
const back = "
|
|
6
|
-
const close = "
|
|
7
|
-
const levelContainer = "
|
|
8
|
-
const level = "
|
|
9
|
-
const levelTitle = "
|
|
10
|
-
const menu = "
|
|
11
|
-
const menuItem = "
|
|
12
|
-
const loginAccordionOverlay = "
|
|
13
|
-
const loginAccordion = "
|
|
14
|
-
const loginAccordionList = "
|
|
15
|
-
const loginAccordionGroup = "
|
|
16
|
-
const loginAccordionHeading = "
|
|
17
|
-
const loginAccordionGroupList = "
|
|
18
|
-
const loginHeading = "
|
|
19
|
-
const chevron = "
|
|
20
|
-
const chevronIcon = "
|
|
21
|
-
const quickLinks = "
|
|
22
|
-
const quickLink = "
|
|
23
|
-
const sr_only = "
|
|
1
|
+
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_nfhr7_1";
|
|
2
|
+
const drawer = "_drawer_nfhr7_9";
|
|
3
|
+
const hamburger = "_hamburger_nfhr7_29";
|
|
4
|
+
const header = "_header_nfhr7_40";
|
|
5
|
+
const back = "_back_nfhr7_51";
|
|
6
|
+
const close = "_close_nfhr7_59";
|
|
7
|
+
const levelContainer = "_levelContainer_nfhr7_70";
|
|
8
|
+
const level = "_level_nfhr7_70";
|
|
9
|
+
const levelTitle = "_levelTitle_nfhr7_86";
|
|
10
|
+
const menu = "_menu_nfhr7_91";
|
|
11
|
+
const menuItem = "_menuItem_nfhr7_107";
|
|
12
|
+
const loginAccordionOverlay = "_loginAccordionOverlay_nfhr7_123";
|
|
13
|
+
const loginAccordion = "_loginAccordion_nfhr7_123";
|
|
14
|
+
const loginAccordionList = "_loginAccordionList_nfhr7_151";
|
|
15
|
+
const loginAccordionGroup = "_loginAccordionGroup_nfhr7_157";
|
|
16
|
+
const loginAccordionHeading = "_loginAccordionHeading_nfhr7_162";
|
|
17
|
+
const loginAccordionGroupList = "_loginAccordionGroupList_nfhr7_173";
|
|
18
|
+
const loginHeading = "_loginHeading_nfhr7_216";
|
|
19
|
+
const chevron = "_chevron_nfhr7_226";
|
|
20
|
+
const chevronIcon = "_chevronIcon_nfhr7_231";
|
|
21
|
+
const quickLinks = "_quickLinks_nfhr7_242";
|
|
22
|
+
const quickLink = "_quickLink_nfhr7_242";
|
|
23
|
+
const sr_only = "_sr_only_nfhr7_266";
|
|
24
24
|
const styles = {
|
|
25
25
|
overlay,
|
|
26
26
|
drawer,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._overlay_nfhr7_1 {
|
|
2
2
|
position: fixed;
|
|
3
3
|
inset: 0;
|
|
4
4
|
height: 100vh;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
z-index: 10000;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
._drawer_nfhr7_9 {
|
|
10
10
|
background: #fff;
|
|
11
11
|
border-radius: 0 0 0 1rem;
|
|
12
12
|
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
|
|
@@ -22,22 +22,22 @@
|
|
|
22
22
|
z-index: 10001;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
._drawer_nfhr7_9::-webkit-scrollbar {
|
|
26
26
|
display: none;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
._hamburger_nfhr7_29 {
|
|
30
30
|
background: transparent;
|
|
31
31
|
border: none;
|
|
32
32
|
cursor: pointer;
|
|
33
33
|
transition: opacity 0.3s ease;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
._hamburger_nfhr7_29:hover {
|
|
37
37
|
opacity: 0.8;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
._header_nfhr7_40 {
|
|
41
41
|
display: flex;
|
|
42
42
|
align-items: center;
|
|
43
43
|
background: #f4f4f4;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
z-index: 1;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.
|
|
51
|
+
._back_nfhr7_51 {
|
|
52
52
|
color: var(--_1073cm83);
|
|
53
53
|
font-size: 1rem;
|
|
54
54
|
font-weight: 700;
|
|
@@ -56,23 +56,23 @@
|
|
|
56
56
|
padding: 0;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
.
|
|
59
|
+
._close_nfhr7_59 {
|
|
60
60
|
font-size: 1.3rem;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
64
|
-
.
|
|
63
|
+
._back_nfhr7_51,
|
|
64
|
+
._close_nfhr7_59 {
|
|
65
65
|
background: none;
|
|
66
66
|
border: none;
|
|
67
67
|
cursor: pointer;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.
|
|
70
|
+
._levelContainer_nfhr7_70 {
|
|
71
71
|
height: 100%;
|
|
72
72
|
position: relative;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.
|
|
75
|
+
._level_nfhr7_70 {
|
|
76
76
|
background: var(--_1073cm86);
|
|
77
77
|
color: var(--_1073cm85);
|
|
78
78
|
font-size: 0.9rem;
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
z-index: 1;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.
|
|
86
|
+
._levelTitle_nfhr7_86 {
|
|
87
87
|
font: 700 0.9rem / 1.39 var(--main-font-family);
|
|
88
88
|
letter-spacing: 0.4px;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
._menu_nfhr7_91 {
|
|
92
92
|
background-color: transparent;
|
|
93
93
|
list-style: none;
|
|
94
94
|
margin: 0;
|
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
position: relative;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
._menu_nfhr7_91 li {
|
|
101
101
|
color: var(--_1073cm83);
|
|
102
102
|
font-family: var(--header-font-family);
|
|
103
103
|
font-weight: 500;
|
|
104
104
|
border-top: 1px solid #e9e9e9;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.
|
|
107
|
+
._menuItem_nfhr7_107 {
|
|
108
108
|
display: flex;
|
|
109
109
|
align-items: center;
|
|
110
110
|
background: none;
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
width: 100%;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
._loginAccordionOverlay_nfhr7_123 {
|
|
124
124
|
position: absolute;
|
|
125
125
|
inset: 0;
|
|
126
126
|
z-index: 10;
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
isolation: isolate;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
._loginAccordionOverlay_nfhr7_123::before {
|
|
135
135
|
content: "";
|
|
136
136
|
position: absolute;
|
|
137
137
|
bottom: 0;
|
|
@@ -144,66 +144,66 @@
|
|
|
144
144
|
opacity: 0.2;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
.
|
|
147
|
+
._loginAccordion_nfhr7_123 {
|
|
148
148
|
padding: 0;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
.
|
|
151
|
+
._loginAccordionList_nfhr7_151 {
|
|
152
152
|
list-style: none;
|
|
153
153
|
margin: 0;
|
|
154
154
|
padding: 0;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.
|
|
157
|
+
._loginAccordionGroup_nfhr7_157 {
|
|
158
158
|
margin-top: 12px;
|
|
159
159
|
padding-block: 4px;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.
|
|
162
|
+
._loginAccordionHeading_nfhr7_162 {
|
|
163
163
|
display: block;
|
|
164
164
|
font-family: var(--header-font-family);
|
|
165
165
|
font-weight: 700;
|
|
166
166
|
font-size: 0.85rem;
|
|
167
167
|
text-transform: uppercase;
|
|
168
168
|
letter-spacing: 0.04em;
|
|
169
|
-
color:
|
|
169
|
+
color: #fff;
|
|
170
170
|
padding: 0.35rem 0 0.2rem;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
._loginAccordionGroupList_nfhr7_173 {
|
|
174
174
|
list-style: none;
|
|
175
175
|
margin: 0;
|
|
176
176
|
padding: 0 0 0 16px;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.
|
|
179
|
+
._loginAccordionList_nfhr7_151 li {
|
|
180
180
|
font-family: var(--header-font-family);
|
|
181
181
|
font-weight: 500;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.
|
|
184
|
+
._loginAccordionList_nfhr7_151 li li {
|
|
185
185
|
border-top: none;
|
|
186
186
|
color: #98ddff;
|
|
187
187
|
font-weight: 700;
|
|
188
188
|
padding-block: 3px;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
.
|
|
191
|
+
._loginAccordionList_nfhr7_151 ._menuItem_nfhr7_107 {
|
|
192
192
|
display: inline;
|
|
193
193
|
padding-block: 0px;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.
|
|
196
|
+
._loginAccordionList_nfhr7_151 ._menuItem_nfhr7_107:hover {
|
|
197
197
|
opacity: 0.7;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.
|
|
200
|
+
._loginAccordion_nfhr7_123 > ._menuItem_nfhr7_107 {
|
|
201
201
|
padding-block: 4px;
|
|
202
202
|
position: relative;
|
|
203
203
|
isolation: isolate;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.
|
|
206
|
+
._loginAccordion_nfhr7_123 > ._menuItem_nfhr7_107::after {
|
|
207
207
|
content: "return to menu";
|
|
208
208
|
position: absolute;
|
|
209
209
|
right: 36px;
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
letter-spacing: 0.5px;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
-
.
|
|
216
|
+
._loginHeading_nfhr7_216 {
|
|
217
217
|
font-family: var(--header-font-family);
|
|
218
218
|
font-size: 20px;
|
|
219
219
|
font-weight: 700;
|
|
@@ -223,23 +223,23 @@
|
|
|
223
223
|
gap: 8px;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
.
|
|
226
|
+
._chevron_nfhr7_226 {
|
|
227
227
|
font-size: 1.2rem;
|
|
228
228
|
margin-left: auto;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.
|
|
231
|
+
._chevronIcon_nfhr7_231 {
|
|
232
232
|
height: auto;
|
|
233
233
|
margin-right: 10px;
|
|
234
234
|
max-width: 8px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
body:has(.
|
|
237
|
+
body:has(._drawer_nfhr7_9) {
|
|
238
238
|
overflow-y: hidden;
|
|
239
239
|
position: relative;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.
|
|
242
|
+
._quickLinks_nfhr7_242 {
|
|
243
243
|
background-color: #e8f7ff;
|
|
244
244
|
bottom: 0;
|
|
245
245
|
box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
|
|
@@ -249,7 +249,7 @@ body:has(._drawer_ph78c_9) {
|
|
|
249
249
|
position: sticky;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
.
|
|
252
|
+
._quickLink_nfhr7_242 {
|
|
253
253
|
display: flex;
|
|
254
254
|
align-items: center;
|
|
255
255
|
color: var(--_1073cm83);
|
|
@@ -263,7 +263,7 @@ body:has(._drawer_ph78c_9) {
|
|
|
263
263
|
text-transform: uppercase;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.
|
|
266
|
+
._sr_only_nfhr7_266 {
|
|
267
267
|
position: absolute;
|
|
268
268
|
border: 0;
|
|
269
269
|
clip: rect(0, 0, 0, 0);
|
|
@@ -276,19 +276,19 @@ body:has(._drawer_ph78c_9) {
|
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
@media (max-width: 540px) {
|
|
279
|
-
.
|
|
279
|
+
._drawer_nfhr7_9 {
|
|
280
280
|
border-radius: 0;
|
|
281
281
|
max-width: none;
|
|
282
282
|
width: 100%;
|
|
283
283
|
}
|
|
284
|
-
.
|
|
284
|
+
._menu_nfhr7_91 li + li {
|
|
285
285
|
margin-top: 3px;
|
|
286
286
|
}
|
|
287
|
-
.
|
|
287
|
+
._menuItem_nfhr7_107 {
|
|
288
288
|
font-size: 0.9rem;
|
|
289
289
|
padding: 0.65rem 0;
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
._loginAccordionOverlay_nfhr7_123::before {
|
|
292
292
|
opacity: 0.1;
|
|
293
293
|
}
|
|
294
294
|
}
|
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": "1.0.100-dev.69-mobileLogin",
|
|
4
|
+
"version": "1.0.100-dev.69-mobileLogin.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|