@axos-web-dev/shared-components 1.0.100-dev.6 → 1.0.100-dev.8

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.
Files changed (92) hide show
  1. package/dist/ATMLocator/ATMLocator.js +7 -1
  2. package/dist/ArticlesSet/ArticlesSet.js +2 -2
  3. package/dist/Auth/ErrorAlert.js +7 -1
  4. package/dist/Avatar/Avatar.module.js +7 -7
  5. package/dist/Blockquote/Blockquote.module.js +3 -3
  6. package/dist/Button/Button.js +7 -1
  7. package/dist/Calculators/Calculator.js +8 -2
  8. package/dist/Carousel/index.js +7 -1
  9. package/dist/Chatbot/Bubble.css.d.ts +2 -0
  10. package/dist/Chatbot/Bubble.css.js +7 -0
  11. package/dist/Chatbot/Bubble.d.ts +3 -0
  12. package/dist/Chatbot/Bubble.js +100 -0
  13. package/dist/Chatbot/Chat.d.ts +1 -0
  14. package/dist/Chatbot/Chat.js +165 -0
  15. package/dist/Chatbot/ChatWindow.css.d.ts +18 -0
  16. package/dist/Chatbot/ChatWindow.css.js +39 -0
  17. package/dist/Chatbot/ChatWindow.d.ts +29 -0
  18. package/dist/Chatbot/ChatWindow.js +396 -0
  19. package/dist/Chatbot/Chatbot.css.d.ts +2 -0
  20. package/dist/Chatbot/Chatbot.css.js +7 -0
  21. package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
  22. package/dist/Chatbot/Chatbot.d.ts +5 -0
  23. package/dist/Chatbot/Chatbot.js +42 -0
  24. package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
  25. package/dist/Chatbot/EllipsisIcon.js +19 -0
  26. package/dist/Chatbot/authenticate.d.ts +3 -0
  27. package/dist/Chatbot/authenticate.js +16 -0
  28. package/dist/Chatbot/index.d.ts +9 -0
  29. package/dist/Chatbot/index.js +40 -0
  30. package/dist/Chatbot/store/chat.d.ts +9 -0
  31. package/dist/Chatbot/store/chat.js +11 -0
  32. package/dist/Chatbot/store/messages.d.ts +15 -0
  33. package/dist/Chatbot/store/messages.js +13 -0
  34. package/dist/Chatbot/useHeadlessChat.d.ts +26 -0
  35. package/dist/Chatbot/useHeadlessChat.js +195 -0
  36. package/dist/Chevron/index.js +7 -1
  37. package/dist/Comparison/Comparison.js +7 -1
  38. package/dist/ExecutiveBio/ExecutiveBio.js +7 -1
  39. package/dist/FaqAccordion/index.js +7 -1
  40. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -1
  41. package/dist/Forms/ApplyNow.js +7 -1
  42. package/dist/Forms/ContactUsBusiness.js +7 -1
  43. package/dist/Forms/ContactUsBusinessNameEmail.js +7 -1
  44. package/dist/Forms/ContactUsNMLSId.js +7 -1
  45. package/dist/Forms/CraPublicFile.js +7 -1
  46. package/dist/Forms/EmailOnly.js +7 -1
  47. package/dist/Forms/MortgageRate/MortgageRateForm.js +7 -1
  48. package/dist/Forms/MortgageRate/MortgageRateWatch.js +7 -1
  49. package/dist/Forms/MortgageWarehouseLending.js +7 -1
  50. package/dist/Forms/SuccesForm.js +8 -2
  51. package/dist/Hyperlink/index.js +7 -1
  52. package/dist/ImageLink/ImageLink.js +7 -1
  53. package/dist/ImageLink/ImageLinkSet.js +7 -1
  54. package/dist/ImageLink/index.js +7 -1
  55. package/dist/Insight/Featured/CategorySelector.js +7 -1
  56. package/dist/Insight/Featured/Featured.js +7 -1
  57. package/dist/Insight/Featured/Header.js +7 -1
  58. package/dist/Modal/Modal.js +7 -1
  59. package/dist/NavigationMenu/AxosALTS/NavData.js +7 -1
  60. package/dist/NavigationMenu/AxosALTS/index.js +7 -1
  61. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  62. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  63. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  64. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +7 -1
  65. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  66. package/dist/NavigationMenu/AxosBank/NavData.js +7 -1
  67. package/dist/NavigationMenu/AxosBank/SubNavBar.js +7 -1
  68. package/dist/NavigationMenu/AxosBank/index.js +7 -1
  69. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  70. package/dist/NavigationMenu/LaVictoire/NavData.js +7 -1
  71. package/dist/NavigationMenu/LaVictoire/index.js +7 -1
  72. package/dist/NavigationMenu/NavDataJson.js +7 -1
  73. package/dist/NavigationMenu/Navbar.js +7 -1
  74. package/dist/NavigationMenu/SignInNavButton.js +7 -1
  75. package/dist/SetContainer/SetContainer.js +7 -1
  76. package/dist/SocialMediaBar/iconsRepository.js +7 -1
  77. package/dist/VideoTile/VideoTile.js +7 -1
  78. package/dist/VideoWrapper/index.js +7 -1
  79. package/dist/WalnutIframe/wrapper.module.js +3 -3
  80. package/dist/assets/Avatar/Avatar.css.css +59 -59
  81. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  82. package/dist/assets/Chatbot/Bubble.css +51 -0
  83. package/dist/assets/Chatbot/ChatWindow.css +213 -0
  84. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
  85. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
  86. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  87. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
  88. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  89. package/dist/assets/WalnutIframe/wrapper.css.css +49 -49
  90. package/dist/main.d.ts +1 -0
  91. package/dist/main.js +37 -0
  92. package/package.json +136 -133
@@ -1,49 +1,49 @@
1
- @keyframes _shimmer_1jpv7_1 {
2
- from {
3
- transform: translateX(-100%);
4
- }
5
- to {
6
- transform: translateX(100%);
7
- }
8
- }
9
-
10
- ._wrapper_1jpv7_19 {
11
- background: #1e3860;
12
- border-radius: 8px;
13
- height: 555px;
14
- isolation: isolate;
15
- margin-block: 48px;
16
- }
17
-
18
- section > ._wrapper_1jpv7_19:first-child {
19
- margin-top: 0 !important;
20
- }
21
-
22
- ._wrapper_1jpv7_19::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_1jpv7_1 1.3s infinite linear;
36
- z-index: -1;
37
- }
38
-
39
- ._wrapper_control_1jpv7_77 {
40
- height: 100%;
41
- width: 100%;
42
- overflow-x: scroll;
43
- }
44
-
45
- @media (max-width: 1023px) {
46
- ._wrapper_1jpv7_19 {
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, chatFinishDialog, 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,13 @@ export {
442
457
  center_center,
443
458
  center_left,
444
459
  center_right,
460
+ chatFinishDialog,
461
+ chatNetworkStatus,
462
+ chat_title,
463
+ chatbotAXB,
464
+ chatbotMenu,
465
+ chatbotMenuItem,
466
+ chatbotUFB,
445
467
  checkbox_group,
446
468
  columnValues,
447
469
  comparison,
@@ -468,6 +490,7 @@ export {
468
490
  dp_input,
469
491
  dropdown,
470
492
  dynPH,
493
+ endChatButtonStyle,
471
494
  error_alert,
472
495
  error_alert_content,
473
496
  error_close_button,
@@ -569,8 +592,11 @@ export {
569
592
  image_inner_wrapper,
570
593
  img_area,
571
594
  img_contents,
595
+ inline_button,
596
+ inline_button_wrapper,
572
597
  inline_container,
573
598
  input,
599
+ inputStyle,
574
600
  insight_header,
575
601
  insight_header_2,
576
602
  insight_header_3,
@@ -607,6 +633,8 @@ export {
607
633
  mb_8,
608
634
  mb_form,
609
635
  media,
636
+ messageStyle,
637
+ messagesContainerStyle,
610
638
  mh_330,
611
639
  modalCheckboxContainer,
612
640
  modalMobile,
@@ -617,6 +645,7 @@ export {
617
645
  mw24,
618
646
  na_cursor,
619
647
  nested_grid,
648
+ notificationStyle,
620
649
  ol,
621
650
  one_row,
622
651
  padding,
@@ -661,6 +690,7 @@ export {
661
690
  selection_section_content,
662
691
  selection_section_icon,
663
692
  selection_section_icon_img,
693
+ sendButtonStyle,
664
694
  separator,
665
695
  set_container,
666
696
  set_container_cols,
@@ -684,6 +714,7 @@ export {
684
714
  success_icon,
685
715
  success_wrap,
686
716
  supertag,
717
+ svgFill,
687
718
  svg_fill,
688
719
  svg_icon,
689
720
  svg_logo,
@@ -719,6 +750,9 @@ export {
719
750
  up_to,
720
751
  url_row,
721
752
  useGlobalContext,
753
+ useHeadlessChat,
754
+ useMessages,
755
+ useOpenChat,
722
756
  user_buttons,
723
757
  user_card,
724
758
  user_container,
@@ -734,6 +768,9 @@ export {
734
768
  video_title,
735
769
  vidyard_height,
736
770
  w_100,
771
+ windowBarStyle,
772
+ windowOpenStyle,
773
+ windowStyle,
737
774
  wrapper,
738
775
  x_input,
739
776
  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.6",
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
- "@types/iframe-resizer": "3.5.13",
39
- "@vanilla-extract/css": "^1.16.1",
40
- "@vanilla-extract/recipes": "^0.5.1",
41
- "antd": "^5.22.5",
42
- "clsx": "^2.1.1",
43
- "framer-motion": "^12.9.2",
44
- "iframe-resizer": "^3.6.6",
45
- "lodash": "^4.17.21",
46
- "moment": "^2.30.1",
47
- "next-safe-action": "^8.0.2",
48
- "react-date-picker": "^11.0.0",
49
- "react-date-range": "^2.0.1",
50
- "react-hook-form": "^7.54.2",
51
- "react-markdown": "^9.0.1",
52
- "react-popper": "^2.3.0",
53
- "react-slick": "^0.30.2",
54
- "react-use": "^17.6.0",
55
- "react-wrap-balancer": "^1.1.1",
56
- "rsuite": "^5.75.0",
57
- "slick-carousel": "^1.8.1",
58
- "typed-css-modules": "^0.9.1",
59
- "vite-plugin-svgr": "^4.3.0",
60
- "zod": "^3.24.1",
61
- "zustand": "^4.5.5"
62
- },
63
- "peerDependencies": {
64
- "@vanilla-extract/css-utils": "^0.1.3",
65
- "@vanilla-extract/recipes": "^0.5.1",
66
- "@vanilla-extract/vite-plugin": "^4.0.3",
67
- "next": "^14.1.4",
68
- "react": "^18.2.0",
69
- "react-date-range": "^2.0.1",
70
- "react-dom": "^18.2.0",
71
- "react-popper": "^2.3.0",
72
- "react-slick": "^0.30.2",
73
- "slick-carousel": "^1.8.1"
74
- },
75
- "devDependencies": {
76
- "@chromatic-com/storybook": "^1.9.0",
77
- "@rollup/plugin-alias": "^5.1.1",
78
- "@storybook/addon-essentials": "^8.4.7",
79
- "@storybook/addon-interactions": "^8.4.7",
80
- "@storybook/addon-links": "^8.4.7",
81
- "@storybook/addon-mdx-gfm": "^8.4.7",
82
- "@storybook/addon-onboarding": "^8.4.7",
83
- "@storybook/addon-themes": "^8.4.7",
84
- "@storybook/blocks": "^8.4.7",
85
- "@storybook/react": "^8.6.14",
86
- "@storybook/react-vite": "^8.4.7",
87
- "@storybook/test": "^8.6.14",
88
- "@svgr/core": "^8.1.0",
89
- "@svgr/plugin-prettier": "^8.1.0",
90
- "@svgr/plugin-svgo": "^8.1.0",
91
- "@types/lodash": "^4.17.17",
92
- "@types/node": "^20.19.0",
93
- "@types/react": "^18.3.23",
94
- "@types/react-date-range": "^1.4.9",
95
- "@types/react-datepicker": "^6.2.0",
96
- "@types/react-dom": "^18.3.7",
97
- "@types/react-slick": "^0.23.13",
98
- "@typescript-eslint/eslint-plugin": "^7.18.0",
99
- "@typescript-eslint/parser": "^7.18.0",
100
- "@vanilla-extract/css-utils": "^0.1.4",
101
- "@vanilla-extract/recipes": "^0.5.5",
102
- "@vanilla-extract/vite-plugin": "^4.0.18",
103
- "@vitejs/plugin-react-swc": "^3.7.2",
104
- "esbuild-vanilla-image-loader": "^0.1.3",
105
- "eslint": "^8.57.1",
106
- "eslint-plugin-react-hooks": "^4.6.2",
107
- "eslint-plugin-react-refresh": "^0.4.16",
108
- "eslint-plugin-storybook": "^0.8.0",
109
- "glob": "^10.4.5",
110
- "husky": "^9.1.7",
111
- "next": "^14.1.4",
112
- "prettier": "3.2.5",
113
- "react": "^18.3.1",
114
- "react-dom": "^18.3.1",
115
- "rollup-plugin-preserve-directives": "^0.4.0",
116
- "rollup-plugin-svg-import": "^3.0.0",
117
- "rollup-plugin-svgo": "^2.0.0",
118
- "storybook": "^8.4.7",
119
- "typescript": "^5.7.2",
120
- "typescript-plugin-css-modules": "^5.1.0",
121
- "vite": "^5.4.11",
122
- "vite-plugin-dts": "^3.9.1",
123
- "vite-plugin-lib-inject-css": "^2.1.1",
124
- "vite-plugin-setting-css-module": "^1.1.4",
125
- "vite-tsconfig-paths": "^4.3.2"
126
- },
127
- "main": "index.js",
128
- "directories": {
129
- "lib": "lib"
130
- },
131
- "author": "axos-web-dev",
132
- "license": "ISC"
133
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "1.0.100-dev.8",
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
+ }