@axos-web-dev/shared-components 1.0.100-dev.6 → 1.0.100-dev.7
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 +7 -1
- package/dist/ArticlesSet/ArticlesSet.js +2 -2
- package/dist/Auth/ErrorAlert.js +7 -1
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.js +7 -1
- package/dist/Calculators/Calculator.js +8 -2
- package/dist/Carousel/index.js +7 -1
- package/dist/Chatbot/Bubble.css.d.ts +2 -0
- package/dist/Chatbot/Bubble.css.js +7 -0
- package/dist/Chatbot/Bubble.d.ts +3 -0
- package/dist/Chatbot/Bubble.js +100 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +17 -0
- package/dist/Chatbot/ChatWindow.css.js +37 -0
- package/dist/Chatbot/ChatWindow.d.ts +29 -0
- package/dist/Chatbot/ChatWindow.js +366 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +7 -0
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +5 -0
- package/dist/Chatbot/Chatbot.js +42 -0
- package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
- package/dist/Chatbot/EllipsisIcon.js +19 -0
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.d.ts +9 -0
- package/dist/Chatbot/index.js +39 -0
- package/dist/Chatbot/store/chat.d.ts +9 -0
- package/dist/Chatbot/store/chat.js +11 -0
- package/dist/Chatbot/store/messages.d.ts +15 -0
- package/dist/Chatbot/store/messages.js +13 -0
- package/dist/Chatbot/useHeadlessChat.d.ts +26 -0
- package/dist/Chatbot/useHeadlessChat.js +193 -0
- package/dist/Chevron/index.js +7 -1
- package/dist/Comparison/Comparison.js +7 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +7 -1
- package/dist/FaqAccordion/index.js +7 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -1
- package/dist/Forms/ApplyNow.js +7 -1
- package/dist/Forms/ContactUsBusiness.js +7 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +7 -1
- package/dist/Forms/ContactUsNMLSId.js +7 -1
- package/dist/Forms/CraPublicFile.js +7 -1
- package/dist/Forms/EmailOnly.js +7 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +7 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +7 -1
- package/dist/Forms/MortgageWarehouseLending.js +7 -1
- package/dist/Forms/SuccesForm.js +8 -2
- package/dist/Hyperlink/index.js +7 -1
- package/dist/ImageLink/ImageLink.js +7 -1
- package/dist/ImageLink/ImageLinkSet.js +7 -1
- package/dist/ImageLink/index.js +7 -1
- package/dist/Insight/Featured/CategorySelector.js +7 -1
- package/dist/Insight/Featured/Featured.js +7 -1
- package/dist/Insight/Featured/Header.js +7 -1
- package/dist/Modal/Modal.js +7 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +7 -1
- package/dist/NavigationMenu/AxosALTS/index.js +7 -1
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +7 -1
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/NavData.js +7 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +7 -1
- package/dist/NavigationMenu/AxosBank/index.js +7 -1
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/LaVictoire/NavData.js +7 -1
- package/dist/NavigationMenu/LaVictoire/index.js +7 -1
- package/dist/NavigationMenu/NavDataJson.js +7 -1
- package/dist/NavigationMenu/Navbar.js +7 -1
- package/dist/NavigationMenu/SignInNavButton.js +7 -1
- package/dist/SetContainer/SetContainer.js +7 -1
- package/dist/SocialMediaBar/iconsRepository.js +7 -1
- package/dist/VideoTile/VideoTile.js +7 -1
- package/dist/VideoWrapper/index.js +7 -1
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/Chatbot/Bubble.css +51 -0
- package/dist/assets/Chatbot/ChatWindow.css +206 -0
- 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 +191 -191
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
- package/dist/assets/WalnutIframe/wrapper.css.css +49 -49
- package/dist/main.d.ts +1 -0
- package/dist/main.js +36 -0
- package/package.json +136 -133
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
@keyframes
|
|
2
|
-
from {
|
|
3
|
-
transform: translateX(-100%);
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
transform: translateX(100%);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.
|
|
11
|
-
background: #1e3860;
|
|
12
|
-
border-radius: 8px;
|
|
13
|
-
height: 555px;
|
|
14
|
-
isolation: isolate;
|
|
15
|
-
margin-block: 48px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
section > .
|
|
19
|
-
margin-top: 0 !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.
|
|
23
|
-
content: "";
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
left: 0;
|
|
27
|
-
width: 190%;
|
|
28
|
-
height: 100%;
|
|
29
|
-
background: linear-gradient(
|
|
30
|
-
65deg,
|
|
31
|
-
rgba(255, 255, 255, 0) 20%,
|
|
32
|
-
rgba(255, 255, 255, 0.5) 50%,
|
|
33
|
-
rgba(255, 255, 255, 0) 80%
|
|
34
|
-
);
|
|
35
|
-
animation:
|
|
36
|
-
z-index: -1;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.
|
|
40
|
-
height: 100%;
|
|
41
|
-
width: 100%;
|
|
42
|
-
overflow-x: scroll;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
@media (max-width: 1023px) {
|
|
46
|
-
.
|
|
47
|
-
display: none;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
@keyframes _shimmer_13j22_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._wrapper_13j22_10 {
|
|
11
|
+
background: #1e3860;
|
|
12
|
+
border-radius: 8px;
|
|
13
|
+
height: 555px;
|
|
14
|
+
isolation: isolate;
|
|
15
|
+
margin-block: 48px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
section > ._wrapper_13j22_10:first-child {
|
|
19
|
+
margin-top: 0 !important;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
._wrapper_13j22_10::before {
|
|
23
|
+
content: "";
|
|
24
|
+
position: absolute;
|
|
25
|
+
top: 0;
|
|
26
|
+
left: 0;
|
|
27
|
+
width: 190%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
background: linear-gradient(
|
|
30
|
+
65deg,
|
|
31
|
+
rgba(255, 255, 255, 0) 20%,
|
|
32
|
+
rgba(255, 255, 255, 0.5) 50%,
|
|
33
|
+
rgba(255, 255, 255, 0) 80%
|
|
34
|
+
);
|
|
35
|
+
animation: _shimmer_13j22_1 1.3s infinite linear;
|
|
36
|
+
z-index: -1;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
._wrapper_control_13j22_39 {
|
|
40
|
+
height: 100%;
|
|
41
|
+
width: 100%;
|
|
42
|
+
overflow-x: scroll;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@media (max-width: 1023px) {
|
|
46
|
+
._wrapper_13j22_10 {
|
|
47
|
+
display: none;
|
|
48
|
+
}
|
|
49
|
+
}
|
package/dist/main.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from './Calculators/MarginTradingCalculator';
|
|
|
20
20
|
export * from './Calculators/MonthlyPaymentCalculator';
|
|
21
21
|
export * from './CallToActionBar';
|
|
22
22
|
export * from './Carousel';
|
|
23
|
+
export * from './Chatbot';
|
|
23
24
|
export * from './Chevron';
|
|
24
25
|
export * from './CollectInformationAlert';
|
|
25
26
|
export * from './Comparison';
|
package/dist/main.js
CHANGED
|
@@ -37,6 +37,15 @@ import { MonthlyPaymentLVFCalculator } from "./Calculators/MonthlyPaymentLVFCalc
|
|
|
37
37
|
import { SummitApyCalculator } from "./Calculators/SummitApyCalculator/index.js";
|
|
38
38
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
39
39
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
40
|
+
import { Bubble } from "./Chatbot/Bubble.js";
|
|
41
|
+
import { bubbleWrapper, svgFill } from "./Chatbot/Bubble.css.js";
|
|
42
|
+
import { Chatbot } from "./Chatbot/Chatbot.js";
|
|
43
|
+
import { chatbotAXB, chatbotUFB } from "./Chatbot/Chatbot.css.js";
|
|
44
|
+
import { ChatWindow } from "./Chatbot/ChatWindow.js";
|
|
45
|
+
import { arrowFill, button_reset, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, messageStyle, messagesContainerStyle, notificationStyle, sendButtonStyle, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
|
+
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
|
+
import { useMessages } from "./Chatbot/store/messages.js";
|
|
48
|
+
import { useHeadlessChat } from "./Chatbot/useHeadlessChat.js";
|
|
40
49
|
import { Chevron } from "./Chevron/index.js";
|
|
41
50
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
42
51
|
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
@@ -235,6 +244,7 @@ export {
|
|
|
235
244
|
BalanceAPYCalculator,
|
|
236
245
|
Blockquote,
|
|
237
246
|
BreadcumbHeader,
|
|
247
|
+
Bubble,
|
|
238
248
|
BulletItem,
|
|
239
249
|
Button,
|
|
240
250
|
BuyDownCalculator,
|
|
@@ -243,6 +253,8 @@ export {
|
|
|
243
253
|
Carousel,
|
|
244
254
|
CarouselSlide,
|
|
245
255
|
CategorySelector,
|
|
256
|
+
ChatWindow,
|
|
257
|
+
Chatbot,
|
|
246
258
|
default5 as CheckCircle,
|
|
247
259
|
default6 as CheckCircleLight,
|
|
248
260
|
default7 as CheckIcon,
|
|
@@ -399,6 +411,7 @@ export {
|
|
|
399
411
|
apply_now_form,
|
|
400
412
|
apy_billboard,
|
|
401
413
|
apy_table,
|
|
414
|
+
arrowFill,
|
|
402
415
|
associatedEmail,
|
|
403
416
|
award_company,
|
|
404
417
|
award_item,
|
|
@@ -432,8 +445,10 @@ export {
|
|
|
432
445
|
bs_section,
|
|
433
446
|
bs_topic,
|
|
434
447
|
bs_wrapper,
|
|
448
|
+
bubbleWrapper,
|
|
435
449
|
bullet_details,
|
|
436
450
|
button,
|
|
451
|
+
button_reset,
|
|
437
452
|
buttons,
|
|
438
453
|
calculator,
|
|
439
454
|
calculator_description,
|
|
@@ -442,6 +457,12 @@ export {
|
|
|
442
457
|
center_center,
|
|
443
458
|
center_left,
|
|
444
459
|
center_right,
|
|
460
|
+
chatNetworkStatus,
|
|
461
|
+
chat_title,
|
|
462
|
+
chatbotAXB,
|
|
463
|
+
chatbotMenu,
|
|
464
|
+
chatbotMenuItem,
|
|
465
|
+
chatbotUFB,
|
|
445
466
|
checkbox_group,
|
|
446
467
|
columnValues,
|
|
447
468
|
comparison,
|
|
@@ -468,6 +489,7 @@ export {
|
|
|
468
489
|
dp_input,
|
|
469
490
|
dropdown,
|
|
470
491
|
dynPH,
|
|
492
|
+
endChatButtonStyle,
|
|
471
493
|
error_alert,
|
|
472
494
|
error_alert_content,
|
|
473
495
|
error_close_button,
|
|
@@ -569,8 +591,11 @@ export {
|
|
|
569
591
|
image_inner_wrapper,
|
|
570
592
|
img_area,
|
|
571
593
|
img_contents,
|
|
594
|
+
inline_button,
|
|
595
|
+
inline_button_wrapper,
|
|
572
596
|
inline_container,
|
|
573
597
|
input,
|
|
598
|
+
inputStyle,
|
|
574
599
|
insight_header,
|
|
575
600
|
insight_header_2,
|
|
576
601
|
insight_header_3,
|
|
@@ -607,6 +632,8 @@ export {
|
|
|
607
632
|
mb_8,
|
|
608
633
|
mb_form,
|
|
609
634
|
media,
|
|
635
|
+
messageStyle,
|
|
636
|
+
messagesContainerStyle,
|
|
610
637
|
mh_330,
|
|
611
638
|
modalCheckboxContainer,
|
|
612
639
|
modalMobile,
|
|
@@ -617,6 +644,7 @@ export {
|
|
|
617
644
|
mw24,
|
|
618
645
|
na_cursor,
|
|
619
646
|
nested_grid,
|
|
647
|
+
notificationStyle,
|
|
620
648
|
ol,
|
|
621
649
|
one_row,
|
|
622
650
|
padding,
|
|
@@ -661,6 +689,7 @@ export {
|
|
|
661
689
|
selection_section_content,
|
|
662
690
|
selection_section_icon,
|
|
663
691
|
selection_section_icon_img,
|
|
692
|
+
sendButtonStyle,
|
|
664
693
|
separator,
|
|
665
694
|
set_container,
|
|
666
695
|
set_container_cols,
|
|
@@ -684,6 +713,7 @@ export {
|
|
|
684
713
|
success_icon,
|
|
685
714
|
success_wrap,
|
|
686
715
|
supertag,
|
|
716
|
+
svgFill,
|
|
687
717
|
svg_fill,
|
|
688
718
|
svg_icon,
|
|
689
719
|
svg_logo,
|
|
@@ -719,6 +749,9 @@ export {
|
|
|
719
749
|
up_to,
|
|
720
750
|
url_row,
|
|
721
751
|
useGlobalContext,
|
|
752
|
+
useHeadlessChat,
|
|
753
|
+
useMessages,
|
|
754
|
+
useOpenChat,
|
|
722
755
|
user_buttons,
|
|
723
756
|
user_card,
|
|
724
757
|
user_container,
|
|
@@ -734,6 +767,9 @@ export {
|
|
|
734
767
|
video_title,
|
|
735
768
|
vidyard_height,
|
|
736
769
|
w_100,
|
|
770
|
+
windowBarStyle,
|
|
771
|
+
windowOpenStyle,
|
|
772
|
+
windowStyle,
|
|
737
773
|
wrapper,
|
|
738
774
|
x_input,
|
|
739
775
|
xc_input
|
package/package.json
CHANGED
|
@@ -1,133 +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
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"react-
|
|
51
|
-
"react-
|
|
52
|
-
"react-
|
|
53
|
-
"react-
|
|
54
|
-
"react-
|
|
55
|
-
"react-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"react
|
|
72
|
-
"react-
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"@storybook
|
|
80
|
-
"@
|
|
81
|
-
"@storybook/addon-
|
|
82
|
-
"@storybook/addon-
|
|
83
|
-
"@storybook/addon-
|
|
84
|
-
"@storybook/
|
|
85
|
-
"@storybook/
|
|
86
|
-
"@storybook/
|
|
87
|
-
"@storybook/
|
|
88
|
-
"@
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"@
|
|
92
|
-
"@
|
|
93
|
-
"@
|
|
94
|
-
"@types/
|
|
95
|
-
"@types/
|
|
96
|
-
"@types/react
|
|
97
|
-
"@types/react-
|
|
98
|
-
"@
|
|
99
|
-
"@
|
|
100
|
-
"@
|
|
101
|
-
"@
|
|
102
|
-
"@
|
|
103
|
-
"@
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"eslint
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"vite
|
|
125
|
-
"vite-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@axos-web-dev/shared-components",
|
|
3
|
+
"description": "Axos shared components library for web.",
|
|
4
|
+
"version": "1.0.100-dev.7",
|
|
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
|
+
}
|