@axos-web-dev/shared-components 1.0.100-dev.43-executive.2 → 1.0.100-dev.43-executive.3
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/ATMLocator/ATMLocator.js +1 -1
- package/dist/Auth/ErrorAlert.js +1 -1
- package/dist/Button/Button.js +1 -1
- package/dist/Calculators/Calculator.js +1 -1
- package/dist/Carousel/index.js +1 -1
- package/dist/Chatbot/Bubble.css.js +0 -1
- package/dist/Chatbot/ChatWindow.css.js +1 -0
- package/dist/Chevron/index.js +1 -1
- package/dist/Comparison/Comparison.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +17 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.js +4 -0
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +1 -0
- package/dist/ExecutiveBio/ExecutiveBio.js +237 -225
- package/dist/ExecutiveBio/Overlay.d.ts +8 -0
- package/dist/ExecutiveBio/Overlay.js +589 -0
- package/dist/ExecutiveBio/index.js +3 -1
- package/dist/FaqAccordion/index.js +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
- package/dist/Forms/ApplyNow.js +1 -1
- package/dist/Forms/ContactUsBusiness.js +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
- package/dist/Forms/ContactUsNMLSId.js +1 -1
- package/dist/Forms/CraPublicFile.js +1 -1
- package/dist/Forms/EmailOnly.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -1
- package/dist/Forms/MortgageWarehouseLending.js +1 -1
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/Hyperlink/index.js +1 -1
- package/dist/ImageLink/ImageLink.js +1 -1
- package/dist/ImageLink/ImageLinkSet.js +1 -1
- package/dist/ImageLink/index.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +1 -1
- package/dist/Insight/Featured/Featured.js +1 -1
- package/dist/Insight/Featured/Header.js +1 -1
- package/dist/Modal/Modal.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +1 -1
- package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +1 -1
- package/dist/NavigationMenu/LaVictoire/NavData.js +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +1 -1
- package/dist/NavigationMenu/NavDataJson.js +1 -1
- package/dist/NavigationMenu/Navbar.js +1 -1
- package/dist/NavigationMenu/SignInNavButton.js +1 -1
- package/dist/SetContainer/SetContainer.js +1 -1
- package/dist/SocialMediaBar/iconsRepository.js +1 -1
- package/dist/VideoTile/VideoTile.js +1 -1
- package/dist/VideoWrapper/index.js +1 -1
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +99 -22
- package/dist/main.js +3 -1
- package/package.json +136 -136
|
@@ -204,7 +204,10 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
204
204
|
flex-direction: column;
|
|
205
205
|
}
|
|
206
206
|
.txcb8d1f {
|
|
207
|
+
position: relative;
|
|
208
|
+
isolation: isolate;
|
|
207
209
|
padding-block: 80px;
|
|
210
|
+
overflow: clip;
|
|
208
211
|
}
|
|
209
212
|
.txcb8d1g {
|
|
210
213
|
background: var(--_1073cm81);
|
|
@@ -222,6 +225,9 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
222
225
|
background: var(--_1073cm8m);
|
|
223
226
|
color: var(--_1073cm8o);
|
|
224
227
|
}
|
|
228
|
+
main > div:has(.txcb8d1f) {
|
|
229
|
+
margin-top: 0;
|
|
230
|
+
}
|
|
225
231
|
.txcb8d1l {
|
|
226
232
|
display: flex;
|
|
227
233
|
align-items: flex-start;
|
|
@@ -269,7 +275,7 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
269
275
|
}
|
|
270
276
|
.txcb8d1v {
|
|
271
277
|
gap: 3px;
|
|
272
|
-
padding-left:
|
|
278
|
+
padding-left: 24px;
|
|
273
279
|
}
|
|
274
280
|
.txcb8d1w {
|
|
275
281
|
flex: 1;
|
|
@@ -382,6 +388,10 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
382
388
|
visibility: visible;
|
|
383
389
|
opacity: 1;
|
|
384
390
|
}
|
|
391
|
+
.txcb8d2m:focus-visible .txcb8d2n {
|
|
392
|
+
visibility: visible;
|
|
393
|
+
opacity: 1;
|
|
394
|
+
}
|
|
385
395
|
.txcb8d2o {
|
|
386
396
|
background: var(--_1073cm82);
|
|
387
397
|
color: var(--_1073cm86);
|
|
@@ -398,6 +408,39 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
398
408
|
background: var(--_1073cm8n);
|
|
399
409
|
color: var(--_1073cm8r);
|
|
400
410
|
}
|
|
411
|
+
.txcb8d2t {
|
|
412
|
+
position: absolute;
|
|
413
|
+
top: 0;
|
|
414
|
+
left: 0;
|
|
415
|
+
opacity: 0.45;
|
|
416
|
+
transform: scaleX(-1);
|
|
417
|
+
height: 100%;
|
|
418
|
+
z-index: -1;
|
|
419
|
+
}
|
|
420
|
+
.txcb8d2v {
|
|
421
|
+
stroke: var(--_1073cm82);
|
|
422
|
+
}
|
|
423
|
+
.txcb8d2w {
|
|
424
|
+
stroke: var(--_1073cm89);
|
|
425
|
+
}
|
|
426
|
+
.txcb8d2x {
|
|
427
|
+
stroke: var(--_1073cm8g);
|
|
428
|
+
}
|
|
429
|
+
.txcb8d2y {
|
|
430
|
+
stroke: var(--_1073cm8n);
|
|
431
|
+
}
|
|
432
|
+
.txcb8d2v path {
|
|
433
|
+
stroke: var(--_1073cm82) !important;
|
|
434
|
+
}
|
|
435
|
+
.txcb8d2w path {
|
|
436
|
+
stroke: var(--_1073cm89) !important;
|
|
437
|
+
}
|
|
438
|
+
.txcb8d2x path {
|
|
439
|
+
stroke: var(--_1073cm8g) !important;
|
|
440
|
+
}
|
|
441
|
+
.txcb8d2y path {
|
|
442
|
+
stroke: var(--_1073cm8n) !important;
|
|
443
|
+
}
|
|
401
444
|
@media (max-width: 1240px) and (min-width: 1024px) {
|
|
402
445
|
.txcb8dm {
|
|
403
446
|
max-width: max-content;
|
|
@@ -443,6 +486,44 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
443
486
|
gap: 32px;
|
|
444
487
|
}
|
|
445
488
|
}
|
|
489
|
+
@media (max-width: 1570px) {
|
|
490
|
+
.txcb8d2t {
|
|
491
|
+
left: calc(-11.875rem + ((1vw - 12.6200px) * 61.6883));
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
@media (max-width: 1262px) {
|
|
495
|
+
.txcb8d2t {
|
|
496
|
+
left: -190px;
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
@media (max-width: 850px) {
|
|
500
|
+
.txcb8d1l {
|
|
501
|
+
flex-direction: column;
|
|
502
|
+
gap: 24px;
|
|
503
|
+
}
|
|
504
|
+
.txcb8d1m {
|
|
505
|
+
display: contents;
|
|
506
|
+
}
|
|
507
|
+
.txcb8d1p {
|
|
508
|
+
order: 1;
|
|
509
|
+
}
|
|
510
|
+
.txcb8d1w {
|
|
511
|
+
display: contents;
|
|
512
|
+
}
|
|
513
|
+
.txcb8d2k {
|
|
514
|
+
order: 2;
|
|
515
|
+
}
|
|
516
|
+
.txcb8d2s {
|
|
517
|
+
order: 3;
|
|
518
|
+
}
|
|
519
|
+
.txcb8d2t {
|
|
520
|
+
height: 530px;
|
|
521
|
+
left: unset;
|
|
522
|
+
right: -150px;
|
|
523
|
+
transform: scaleX(1);
|
|
524
|
+
opacity: 0.15;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
446
527
|
@media (max-width: 768px) {
|
|
447
528
|
.txcb8db {
|
|
448
529
|
margin-top: 8px;
|
|
@@ -483,6 +564,15 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
483
564
|
.txcb8d1f {
|
|
484
565
|
padding-block: 32px;
|
|
485
566
|
}
|
|
567
|
+
.txcb8d1p {
|
|
568
|
+
gap: 12px;
|
|
569
|
+
}
|
|
570
|
+
.txcb8d24 {
|
|
571
|
+
font-size: 16px;
|
|
572
|
+
}
|
|
573
|
+
.txcb8d2f {
|
|
574
|
+
font-size: 18px;
|
|
575
|
+
}
|
|
486
576
|
}
|
|
487
577
|
@media screen and (max-width: 1023px) {
|
|
488
578
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
@@ -511,29 +601,16 @@ main > div:nth-last-child(2) > .txcb8d0 {
|
|
|
511
601
|
width: min(1200px, calc(100% - 4rem));
|
|
512
602
|
}
|
|
513
603
|
}
|
|
514
|
-
@media (max-width: 850px) {
|
|
515
|
-
.txcb8d1l {
|
|
516
|
-
flex-direction: column;
|
|
517
|
-
gap: 24px;
|
|
518
|
-
}
|
|
519
|
-
.txcb8d1m {
|
|
520
|
-
display: contents;
|
|
521
|
-
}
|
|
522
|
-
.txcb8d1p {
|
|
523
|
-
order: 1;
|
|
524
|
-
}
|
|
525
|
-
.txcb8d1w {
|
|
526
|
-
display: contents;
|
|
527
|
-
}
|
|
528
|
-
.txcb8d2k {
|
|
529
|
-
order: 2;
|
|
530
|
-
}
|
|
531
|
-
.txcb8d2s {
|
|
532
|
-
order: 3;
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
604
|
@media (min-width: 769px) {
|
|
536
605
|
.txcb8d2s > * + * {
|
|
537
606
|
margin-top: 14px;
|
|
538
607
|
}
|
|
608
|
+
}
|
|
609
|
+
@media (min-width: 851px) {
|
|
610
|
+
.txcb8d2v path {
|
|
611
|
+
opacity: 0.5;
|
|
612
|
+
}
|
|
613
|
+
.txcb8d2w path {
|
|
614
|
+
opacity: 0.5;
|
|
615
|
+
}
|
|
539
616
|
}
|
package/dist/main.js
CHANGED
|
@@ -52,7 +52,7 @@ import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
|
52
52
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
53
53
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
54
54
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
55
|
-
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, padding, person, section_theme, shift, social, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
55
|
+
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, overlay, padding, person, section_theme, shift, social, stroke_color, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
56
56
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
57
57
|
import { AccordionCtas, AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
58
58
|
import { FdicBanner } from "./FdicCallout/index.js";
|
|
@@ -694,6 +694,7 @@ export {
|
|
|
694
694
|
ol,
|
|
695
695
|
one_row,
|
|
696
696
|
order_3,
|
|
697
|
+
overlay,
|
|
697
698
|
padding,
|
|
698
699
|
padding_in_footer,
|
|
699
700
|
paragraph,
|
|
@@ -758,6 +759,7 @@ export {
|
|
|
758
759
|
step_num,
|
|
759
760
|
step_title_apply_now,
|
|
760
761
|
steps_wrapper,
|
|
762
|
+
stroke_color,
|
|
761
763
|
sub_bullets,
|
|
762
764
|
succes_check_mark,
|
|
763
765
|
success_circle,
|
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.43-executive.
|
|
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.43-executive.3",
|
|
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
|
+
}
|