@axos-web-dev/shared-components 1.0.100-dev.63 → 1.0.100-dev.64
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/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +6 -6
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +12 -12
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +19 -19
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +72 -72
- package/package.json +136 -136
|
@@ -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_1clr6_1";
|
|
2
|
+
const container = "_container_1clr6_5";
|
|
3
|
+
const image = "_image_1clr6_14";
|
|
4
|
+
const text = "_text_1clr6_23";
|
|
5
|
+
const name = "_name_1clr6_29";
|
|
6
|
+
const title = "_title_1clr6_37";
|
|
7
|
+
const description = "_description_1clr6_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_ovx4r_1";
|
|
2
|
+
const author = "_author_ovx4r_7";
|
|
3
|
+
const quote = "_quote_ovx4r_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
|
@@ -117,8 +117,10 @@ export declare const menuData: {
|
|
|
117
117
|
"Business Savings": string;
|
|
118
118
|
"Non-Profit Money Market": string;
|
|
119
119
|
};
|
|
120
|
-
|
|
121
|
-
"
|
|
120
|
+
Solutions: {
|
|
121
|
+
"Solutions Home": string;
|
|
122
|
+
"New Business": string;
|
|
123
|
+
"Nonprofit Banking": string;
|
|
122
124
|
};
|
|
123
125
|
Services: {
|
|
124
126
|
"Services Home": string;
|
|
@@ -129,10 +131,8 @@ export declare const menuData: {
|
|
|
129
131
|
"Insured Cash Sweep": string;
|
|
130
132
|
"Digital Banking": string;
|
|
131
133
|
};
|
|
132
|
-
|
|
133
|
-
"
|
|
134
|
-
"New Business": string;
|
|
135
|
-
"Nonprofit Banking": string;
|
|
134
|
+
Bundles: {
|
|
135
|
+
"Axos Business Bundle": string;
|
|
136
136
|
};
|
|
137
137
|
"Other Resources": {
|
|
138
138
|
"Business Support": string;
|
|
@@ -367,9 +367,15 @@ const menuData = {
|
|
|
367
367
|
"{AXOSBANK}/business/savings/business-money-market-accounts/non-profit-money-market"
|
|
368
368
|
)
|
|
369
369
|
},
|
|
370
|
-
|
|
371
|
-
"
|
|
372
|
-
"{AXOSBANK}/business/
|
|
370
|
+
Solutions: {
|
|
371
|
+
"Solutions Home": findMoreAxosDomains(
|
|
372
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
373
|
+
),
|
|
374
|
+
"New Business": findMoreAxosDomains(
|
|
375
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
376
|
+
),
|
|
377
|
+
"Nonprofit Banking": findMoreAxosDomains(
|
|
378
|
+
"{AXOSBANK}/business/solutions/nonprofit-banking"
|
|
373
379
|
)
|
|
374
380
|
},
|
|
375
381
|
Services: {
|
|
@@ -393,15 +399,9 @@ const menuData = {
|
|
|
393
399
|
"{AXOSBANK}/business/digital-business-banking"
|
|
394
400
|
)
|
|
395
401
|
},
|
|
396
|
-
|
|
397
|
-
"
|
|
398
|
-
"{AXOSBANK}/business/
|
|
399
|
-
),
|
|
400
|
-
"New Business": findMoreAxosDomains(
|
|
401
|
-
"{AXOSBANK}/business/solutions/new-business"
|
|
402
|
-
),
|
|
403
|
-
"Nonprofit Banking": findMoreAxosDomains(
|
|
404
|
-
"{AXOSBANK}/business/solutions/nonprofit-banking"
|
|
402
|
+
Bundles: {
|
|
403
|
+
"Axos Business Bundle": findMoreAxosDomains(
|
|
404
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
405
405
|
)
|
|
406
406
|
},
|
|
407
407
|
"Other Resources": {
|
|
@@ -2174,7 +2174,7 @@ function SubNavBar() {
|
|
|
2174
2174
|
/* @__PURE__ */ jsx(
|
|
2175
2175
|
Image,
|
|
2176
2176
|
{
|
|
2177
|
-
src: `https://images.axos.com/o9ov1v03uwqk/
|
|
2177
|
+
src: `https://images.axos.com/o9ov1v03uwqk/7937jPXKWwAOtAJyWzbRFJ/45d2abc8e8492c6dc06a0866f2a7a123/thumbs_up_icon.png`,
|
|
2178
2178
|
alt: "",
|
|
2179
2179
|
width: 20,
|
|
2180
2180
|
height: 20
|
|
@@ -2185,19 +2185,28 @@ function SubNavBar() {
|
|
|
2185
2185
|
Link,
|
|
2186
2186
|
{
|
|
2187
2187
|
href: findMoreAxosDomains(
|
|
2188
|
-
"{AXOSBANK}/business/
|
|
2188
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
2189
2189
|
),
|
|
2190
2190
|
role: "heading",
|
|
2191
|
-
children: "
|
|
2191
|
+
children: "Solutions"
|
|
2192
2192
|
}
|
|
2193
2193
|
) }),
|
|
2194
2194
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2195
2195
|
Link,
|
|
2196
2196
|
{
|
|
2197
2197
|
href: findMoreAxosDomains(
|
|
2198
|
-
"{AXOSBANK}/business/
|
|
2198
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
2199
2199
|
),
|
|
2200
|
-
children: "
|
|
2200
|
+
children: "New Business"
|
|
2201
|
+
}
|
|
2202
|
+
) }),
|
|
2203
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2204
|
+
Link,
|
|
2205
|
+
{
|
|
2206
|
+
href: findMoreAxosDomains(
|
|
2207
|
+
"{AXOSBANK}/business/solutions/nonprofit-banking"
|
|
2208
|
+
),
|
|
2209
|
+
children: "Nonprofit Banking"
|
|
2201
2210
|
}
|
|
2202
2211
|
) })
|
|
2203
2212
|
] })
|
|
@@ -2283,7 +2292,7 @@ function SubNavBar() {
|
|
|
2283
2292
|
/* @__PURE__ */ jsx(
|
|
2284
2293
|
Image,
|
|
2285
2294
|
{
|
|
2286
|
-
src: `https://images.axos.com/o9ov1v03uwqk/
|
|
2295
|
+
src: `https://images.axos.com/o9ov1v03uwqk/6bS9epOgzZpJY2jeuepswo/5ee31f624370b44ab1483b537c3fa704/nav-submenu-bundles-icon.svg`,
|
|
2287
2296
|
alt: "",
|
|
2288
2297
|
width: 20,
|
|
2289
2298
|
height: 20
|
|
@@ -2294,28 +2303,19 @@ function SubNavBar() {
|
|
|
2294
2303
|
Link,
|
|
2295
2304
|
{
|
|
2296
2305
|
href: findMoreAxosDomains(
|
|
2297
|
-
"{AXOSBANK}/business/
|
|
2306
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2298
2307
|
),
|
|
2299
2308
|
role: "heading",
|
|
2300
|
-
children: "
|
|
2301
|
-
}
|
|
2302
|
-
) }),
|
|
2303
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2304
|
-
Link,
|
|
2305
|
-
{
|
|
2306
|
-
href: findMoreAxosDomains(
|
|
2307
|
-
"{AXOSBANK}/business/solutions/new-business"
|
|
2308
|
-
),
|
|
2309
|
-
children: "New Business"
|
|
2309
|
+
children: "Bundles"
|
|
2310
2310
|
}
|
|
2311
2311
|
) }),
|
|
2312
2312
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2313
2313
|
Link,
|
|
2314
2314
|
{
|
|
2315
2315
|
href: findMoreAxosDomains(
|
|
2316
|
-
"{AXOSBANK}/business/
|
|
2316
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2317
2317
|
),
|
|
2318
|
-
children: "
|
|
2318
|
+
children: "Axos Business Bundle"
|
|
2319
2319
|
}
|
|
2320
2320
|
) })
|
|
2321
2321
|
] })
|
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
.
|
|
2
|
-
margin: 16px 0;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.
|
|
6
|
-
border-bottom: 1px solid #d4d4d4;
|
|
7
|
-
border-top: 1px solid #d4d4d4;
|
|
8
|
-
margin-inline: auto;
|
|
9
|
-
max-width: 1200px;
|
|
10
|
-
padding: 16px 0;
|
|
11
|
-
width: 100%;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.
|
|
15
|
-
aspect-ratio: 1;
|
|
16
|
-
background-position: 0 0;
|
|
17
|
-
background-size: contain;
|
|
18
|
-
border-radius: 50%;
|
|
19
|
-
flex: 0 0 100px;
|
|
20
|
-
height: 100px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.
|
|
24
|
-
flex: 1 1 0%;
|
|
25
|
-
align-self: center;
|
|
26
|
-
margin-left: 16px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.
|
|
30
|
-
color: #1e3860;
|
|
31
|
-
font-family: var(--header-font-family);
|
|
32
|
-
font-size: 20px;
|
|
33
|
-
font-weight: 700;
|
|
34
|
-
line-height: 1.4;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.
|
|
38
|
-
color: #1e3860;
|
|
39
|
-
font-size: 18px;
|
|
40
|
-
font-weight: 500;
|
|
41
|
-
line-height: 1.44;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.
|
|
45
|
-
font-size: 14px;
|
|
46
|
-
line-height: 1.33;
|
|
47
|
-
color: #333d46;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
* + .
|
|
51
|
-
margin-top: 8px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@media (max-width: 603px) {
|
|
55
|
-
.
|
|
56
|
-
height: 75px;
|
|
57
|
-
flex: 0 0 75px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
._avatar_sec_1clr6_1 {
|
|
2
|
+
margin: 16px 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
._container_1clr6_5 {
|
|
6
|
+
border-bottom: 1px solid #d4d4d4;
|
|
7
|
+
border-top: 1px solid #d4d4d4;
|
|
8
|
+
margin-inline: auto;
|
|
9
|
+
max-width: 1200px;
|
|
10
|
+
padding: 16px 0;
|
|
11
|
+
width: 100%;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
._image_1clr6_14 {
|
|
15
|
+
aspect-ratio: 1;
|
|
16
|
+
background-position: 0 0;
|
|
17
|
+
background-size: contain;
|
|
18
|
+
border-radius: 50%;
|
|
19
|
+
flex: 0 0 100px;
|
|
20
|
+
height: 100px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
._text_1clr6_23 {
|
|
24
|
+
flex: 1 1 0%;
|
|
25
|
+
align-self: center;
|
|
26
|
+
margin-left: 16px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
._name_1clr6_29 {
|
|
30
|
+
color: #1e3860;
|
|
31
|
+
font-family: var(--header-font-family);
|
|
32
|
+
font-size: 20px;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
line-height: 1.4;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
._title_1clr6_37 {
|
|
38
|
+
color: #1e3860;
|
|
39
|
+
font-size: 18px;
|
|
40
|
+
font-weight: 500;
|
|
41
|
+
line-height: 1.44;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
._description_1clr6_44 p {
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
line-height: 1.33;
|
|
47
|
+
color: #333d46;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
* + ._description_1clr6_44 {
|
|
51
|
+
margin-top: 8px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@media (max-width: 603px) {
|
|
55
|
+
._image_1clr6_14 {
|
|
56
|
+
height: 75px;
|
|
57
|
+
flex: 0 0 75px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
.
|
|
2
|
-
line-height: 1.35;
|
|
3
|
-
margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
4
|
-
margin-inline: auto;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.
|
|
8
|
-
.
|
|
9
|
-
color: #1f1f1f;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.
|
|
13
|
-
text-align: right;
|
|
14
|
-
margin-top: 18px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.
|
|
18
|
-
font-style: normal;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.
|
|
22
|
-
margin-right: 24px;
|
|
23
|
-
transform: rotateY(180deg) scaleY(-1);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.
|
|
27
|
-
align-items: flex-start;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.
|
|
31
|
-
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
32
|
-
font-style: italic;
|
|
33
|
-
line-height: 1.2;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.lchs2s1 .
|
|
37
|
-
color: #1e3860;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@media (max-width: 768px) {
|
|
41
|
-
.
|
|
42
|
-
max-width: 30px;
|
|
43
|
-
margin-right: 12px;
|
|
44
|
-
}
|
|
45
|
-
.
|
|
46
|
-
margin-top: 14px;
|
|
47
|
-
}
|
|
48
|
-
.
|
|
49
|
-
font-size: 18px;
|
|
50
|
-
}
|
|
51
|
-
.
|
|
52
|
-
font-size: 14px;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@media (max-width: 500px) {
|
|
57
|
-
.
|
|
58
|
-
margin-top: 12px;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@media (min-width: 604px) {
|
|
63
|
-
.
|
|
64
|
-
width: min(calc(100% - 2rem), 792px);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@media (min-width: 1023px) {
|
|
69
|
-
.
|
|
70
|
-
font-weight: 700;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
._quote_spacer_ovx4r_1 {
|
|
2
|
+
line-height: 1.35;
|
|
3
|
+
margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
4
|
+
margin-inline: auto;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
._author_ovx4r_7,
|
|
8
|
+
._quote_ovx4r_1 {
|
|
9
|
+
color: #1f1f1f;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
._author_ovx4r_7 {
|
|
13
|
+
text-align: right;
|
|
14
|
+
margin-top: 18px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
._author_ovx4r_7 cite {
|
|
18
|
+
font-style: normal;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
._quote_spacer_ovx4r_1 .img_fluid {
|
|
22
|
+
margin-right: 24px;
|
|
23
|
+
transform: rotateY(180deg) scaleY(-1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
._quote_spacer_ovx4r_1 .flex_row {
|
|
27
|
+
align-items: flex-start;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
._quote_ovx4r_1 p {
|
|
31
|
+
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
32
|
+
font-style: italic;
|
|
33
|
+
line-height: 1.2;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.lchs2s1 ._quote_ovx4r_1 p {
|
|
37
|
+
color: #1e3860;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (max-width: 768px) {
|
|
41
|
+
._quote_spacer_ovx4r_1 .img_fluid {
|
|
42
|
+
max-width: 30px;
|
|
43
|
+
margin-right: 12px;
|
|
44
|
+
}
|
|
45
|
+
._author_ovx4r_7 {
|
|
46
|
+
margin-top: 14px;
|
|
47
|
+
}
|
|
48
|
+
._quote_ovx4r_1 p {
|
|
49
|
+
font-size: 18px;
|
|
50
|
+
}
|
|
51
|
+
._author_ovx4r_7 cite {
|
|
52
|
+
font-size: 14px;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@media (max-width: 500px) {
|
|
57
|
+
._author_ovx4r_7 {
|
|
58
|
+
margin-top: 12px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@media (min-width: 604px) {
|
|
63
|
+
._quote_spacer_ovx4r_1 {
|
|
64
|
+
width: min(calc(100% - 2rem), 792px);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@media (min-width: 1023px) {
|
|
69
|
+
._quote_ovx4r_1 p {
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
}
|
|
72
|
+
}
|
package/package.json
CHANGED
|
@@ -1,136 +1,136 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@axos-web-dev/shared-components",
|
|
3
|
-
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "1.0.100-dev.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"module": "dist/main.js",
|
|
7
|
-
"types": "dist/main.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"sideEffects": [
|
|
12
|
-
"dist/assets/**/*.css"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"dev": "vite",
|
|
16
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
-
"preview": "vite preview",
|
|
19
|
-
"prepublishOnly": "npm run build",
|
|
20
|
-
"check-types": "tsc --pretty --noEmit",
|
|
21
|
-
"check-format": "prettier --check .",
|
|
22
|
-
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
|
-
"format": "prettier --write .",
|
|
24
|
-
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
-
"prepare": "husky",
|
|
26
|
-
"storybook": "storybook dev -p 6006",
|
|
27
|
-
"build-storybook": "storybook build",
|
|
28
|
-
"npm:link": "npm run build && npm link"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@headlessui/react": "^2.2.0",
|
|
32
|
-
"@hookform/resolvers": "^3.10.0",
|
|
33
|
-
"@next-safe-action/adapter-react-hook-form": "^2.0.0",
|
|
34
|
-
"@react-input/mask": "^1.2.15",
|
|
35
|
-
"@react-input/number-format": "^1.1.3",
|
|
36
|
-
"@storybook/icons": "^1.3.0",
|
|
37
|
-
"@storybook/preview-api": "^8.4.7",
|
|
38
|
-
"@ts-stack/markdown": "^1.5.0",
|
|
39
|
-
"@types/iframe-resizer": "3.5.13",
|
|
40
|
-
"@ujet/websdk-headless": "^3.41.4",
|
|
41
|
-
"@vanilla-extract/css": "^1.16.1",
|
|
42
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
43
|
-
"antd": "^5.22.5",
|
|
44
|
-
"clsx": "^2.1.1",
|
|
45
|
-
"framer-motion": "^12.9.2",
|
|
46
|
-
"iframe-resizer": "^3.6.6",
|
|
47
|
-
"lodash": "^4.17.21",
|
|
48
|
-
"moment": "^2.30.1",
|
|
49
|
-
"next-safe-action": "^8.0.2",
|
|
50
|
-
"react-date-picker": "^11.0.0",
|
|
51
|
-
"react-date-range": "^2.0.1",
|
|
52
|
-
"react-hook-form": "^7.54.2",
|
|
53
|
-
"react-markdown": "^9.1.0",
|
|
54
|
-
"react-popper": "^2.3.0",
|
|
55
|
-
"react-slick": "^0.30.2",
|
|
56
|
-
"react-use": "^17.6.0",
|
|
57
|
-
"react-wrap-balancer": "^1.1.1",
|
|
58
|
-
"remark-gfm": "^4.0.1",
|
|
59
|
-
"rsuite": "^5.75.0",
|
|
60
|
-
"slick-carousel": "^1.8.1",
|
|
61
|
-
"typed-css-modules": "^0.9.1",
|
|
62
|
-
"vite-plugin-svgr": "^4.3.0",
|
|
63
|
-
"zod": "^3.24.1",
|
|
64
|
-
"zustand": "^4.5.5"
|
|
65
|
-
},
|
|
66
|
-
"peerDependencies": {
|
|
67
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
68
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
69
|
-
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
70
|
-
"next": "^14.1.4",
|
|
71
|
-
"react": "^18.2.0",
|
|
72
|
-
"react-date-range": "^2.0.1",
|
|
73
|
-
"react-dom": "^18.2.0",
|
|
74
|
-
"react-popper": "^2.3.0",
|
|
75
|
-
"react-slick": "^0.30.2",
|
|
76
|
-
"slick-carousel": "^1.8.1"
|
|
77
|
-
},
|
|
78
|
-
"devDependencies": {
|
|
79
|
-
"@chromatic-com/storybook": "^1.9.0",
|
|
80
|
-
"@rollup/plugin-alias": "^5.1.1",
|
|
81
|
-
"@storybook/addon-essentials": "^8.4.7",
|
|
82
|
-
"@storybook/addon-interactions": "^8.4.7",
|
|
83
|
-
"@storybook/addon-links": "^8.4.7",
|
|
84
|
-
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
85
|
-
"@storybook/addon-onboarding": "^8.4.7",
|
|
86
|
-
"@storybook/addon-themes": "^8.4.7",
|
|
87
|
-
"@storybook/blocks": "^8.4.7",
|
|
88
|
-
"@storybook/react": "^8.6.14",
|
|
89
|
-
"@storybook/react-vite": "^8.4.7",
|
|
90
|
-
"@storybook/test": "^8.6.14",
|
|
91
|
-
"@svgr/core": "^8.1.0",
|
|
92
|
-
"@svgr/plugin-prettier": "^8.1.0",
|
|
93
|
-
"@svgr/plugin-svgo": "^8.1.0",
|
|
94
|
-
"@types/lodash": "^4.17.17",
|
|
95
|
-
"@types/node": "^20.19.0",
|
|
96
|
-
"@types/react": "^18.3.23",
|
|
97
|
-
"@types/react-date-range": "^1.4.9",
|
|
98
|
-
"@types/react-datepicker": "^6.2.0",
|
|
99
|
-
"@types/react-dom": "^18.3.7",
|
|
100
|
-
"@types/react-slick": "^0.23.13",
|
|
101
|
-
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
102
|
-
"@typescript-eslint/parser": "^7.18.0",
|
|
103
|
-
"@vanilla-extract/css-utils": "^0.1.4",
|
|
104
|
-
"@vanilla-extract/recipes": "^0.5.5",
|
|
105
|
-
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
106
|
-
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
107
|
-
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
108
|
-
"eslint": "^8.57.1",
|
|
109
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
110
|
-
"eslint-plugin-react-refresh": "^0.4.16",
|
|
111
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
112
|
-
"glob": "^10.4.5",
|
|
113
|
-
"husky": "^9.1.7",
|
|
114
|
-
"next": "^14.1.4",
|
|
115
|
-
"prettier": "3.2.5",
|
|
116
|
-
"react": "^18.3.1",
|
|
117
|
-
"react-dom": "^18.3.1",
|
|
118
|
-
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
119
|
-
"rollup-plugin-svg-import": "^3.0.0",
|
|
120
|
-
"rollup-plugin-svgo": "^2.0.0",
|
|
121
|
-
"storybook": "^8.4.7",
|
|
122
|
-
"typescript": "^5.7.2",
|
|
123
|
-
"typescript-plugin-css-modules": "^5.1.0",
|
|
124
|
-
"vite": "^5.4.11",
|
|
125
|
-
"vite-plugin-dts": "^3.9.1",
|
|
126
|
-
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
127
|
-
"vite-plugin-setting-css-module": "^1.1.4",
|
|
128
|
-
"vite-tsconfig-paths": "^4.3.2"
|
|
129
|
-
},
|
|
130
|
-
"main": "index.js",
|
|
131
|
-
"directories": {
|
|
132
|
-
"lib": "lib"
|
|
133
|
-
},
|
|
134
|
-
"author": "axos-web-dev",
|
|
135
|
-
"license": "ISC"
|
|
136
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@axos-web-dev/shared-components",
|
|
3
|
+
"description": "Axos shared components library for web.",
|
|
4
|
+
"version": "1.0.100-dev.64",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "dist/main.js",
|
|
7
|
+
"types": "dist/main.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"sideEffects": [
|
|
12
|
+
"dist/assets/**/*.css"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"dev": "vite",
|
|
16
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
17
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
+
"preview": "vite preview",
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
|
+
"check-types": "tsc --pretty --noEmit",
|
|
21
|
+
"check-format": "prettier --check .",
|
|
22
|
+
"check-lint": "eslint . --ext ts --ext tsx --ext js",
|
|
23
|
+
"format": "prettier --write .",
|
|
24
|
+
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
25
|
+
"prepare": "husky",
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"build-storybook": "storybook build",
|
|
28
|
+
"npm:link": "npm run build && npm link"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@headlessui/react": "^2.2.0",
|
|
32
|
+
"@hookform/resolvers": "^3.10.0",
|
|
33
|
+
"@next-safe-action/adapter-react-hook-form": "^2.0.0",
|
|
34
|
+
"@react-input/mask": "^1.2.15",
|
|
35
|
+
"@react-input/number-format": "^1.1.3",
|
|
36
|
+
"@storybook/icons": "^1.3.0",
|
|
37
|
+
"@storybook/preview-api": "^8.4.7",
|
|
38
|
+
"@ts-stack/markdown": "^1.5.0",
|
|
39
|
+
"@types/iframe-resizer": "3.5.13",
|
|
40
|
+
"@ujet/websdk-headless": "^3.41.4",
|
|
41
|
+
"@vanilla-extract/css": "^1.16.1",
|
|
42
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
43
|
+
"antd": "^5.22.5",
|
|
44
|
+
"clsx": "^2.1.1",
|
|
45
|
+
"framer-motion": "^12.9.2",
|
|
46
|
+
"iframe-resizer": "^3.6.6",
|
|
47
|
+
"lodash": "^4.17.21",
|
|
48
|
+
"moment": "^2.30.1",
|
|
49
|
+
"next-safe-action": "^8.0.2",
|
|
50
|
+
"react-date-picker": "^11.0.0",
|
|
51
|
+
"react-date-range": "^2.0.1",
|
|
52
|
+
"react-hook-form": "^7.54.2",
|
|
53
|
+
"react-markdown": "^9.1.0",
|
|
54
|
+
"react-popper": "^2.3.0",
|
|
55
|
+
"react-slick": "^0.30.2",
|
|
56
|
+
"react-use": "^17.6.0",
|
|
57
|
+
"react-wrap-balancer": "^1.1.1",
|
|
58
|
+
"remark-gfm": "^4.0.1",
|
|
59
|
+
"rsuite": "^5.75.0",
|
|
60
|
+
"slick-carousel": "^1.8.1",
|
|
61
|
+
"typed-css-modules": "^0.9.1",
|
|
62
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
63
|
+
"zod": "^3.24.1",
|
|
64
|
+
"zustand": "^4.5.5"
|
|
65
|
+
},
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
68
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
69
|
+
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
70
|
+
"next": "^14.1.4",
|
|
71
|
+
"react": "^18.2.0",
|
|
72
|
+
"react-date-range": "^2.0.1",
|
|
73
|
+
"react-dom": "^18.2.0",
|
|
74
|
+
"react-popper": "^2.3.0",
|
|
75
|
+
"react-slick": "^0.30.2",
|
|
76
|
+
"slick-carousel": "^1.8.1"
|
|
77
|
+
},
|
|
78
|
+
"devDependencies": {
|
|
79
|
+
"@chromatic-com/storybook": "^1.9.0",
|
|
80
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
81
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
82
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
83
|
+
"@storybook/addon-links": "^8.4.7",
|
|
84
|
+
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
85
|
+
"@storybook/addon-onboarding": "^8.4.7",
|
|
86
|
+
"@storybook/addon-themes": "^8.4.7",
|
|
87
|
+
"@storybook/blocks": "^8.4.7",
|
|
88
|
+
"@storybook/react": "^8.6.14",
|
|
89
|
+
"@storybook/react-vite": "^8.4.7",
|
|
90
|
+
"@storybook/test": "^8.6.14",
|
|
91
|
+
"@svgr/core": "^8.1.0",
|
|
92
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
93
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
94
|
+
"@types/lodash": "^4.17.17",
|
|
95
|
+
"@types/node": "^20.19.0",
|
|
96
|
+
"@types/react": "^18.3.23",
|
|
97
|
+
"@types/react-date-range": "^1.4.9",
|
|
98
|
+
"@types/react-datepicker": "^6.2.0",
|
|
99
|
+
"@types/react-dom": "^18.3.7",
|
|
100
|
+
"@types/react-slick": "^0.23.13",
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
102
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
103
|
+
"@vanilla-extract/css-utils": "^0.1.4",
|
|
104
|
+
"@vanilla-extract/recipes": "^0.5.5",
|
|
105
|
+
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
106
|
+
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
107
|
+
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
108
|
+
"eslint": "^8.57.1",
|
|
109
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
110
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
111
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
112
|
+
"glob": "^10.4.5",
|
|
113
|
+
"husky": "^9.1.7",
|
|
114
|
+
"next": "^14.1.4",
|
|
115
|
+
"prettier": "3.2.5",
|
|
116
|
+
"react": "^18.3.1",
|
|
117
|
+
"react-dom": "^18.3.1",
|
|
118
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
119
|
+
"rollup-plugin-svg-import": "^3.0.0",
|
|
120
|
+
"rollup-plugin-svgo": "^2.0.0",
|
|
121
|
+
"storybook": "^8.4.7",
|
|
122
|
+
"typescript": "^5.7.2",
|
|
123
|
+
"typescript-plugin-css-modules": "^5.1.0",
|
|
124
|
+
"vite": "^5.4.11",
|
|
125
|
+
"vite-plugin-dts": "^3.9.1",
|
|
126
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
127
|
+
"vite-plugin-setting-css-module": "^1.1.4",
|
|
128
|
+
"vite-tsconfig-paths": "^4.3.2"
|
|
129
|
+
},
|
|
130
|
+
"main": "index.js",
|
|
131
|
+
"directories": {
|
|
132
|
+
"lib": "lib"
|
|
133
|
+
},
|
|
134
|
+
"author": "axos-web-dev",
|
|
135
|
+
"license": "ISC"
|
|
136
|
+
}
|