@axos-web-dev/shared-components 1.0.77-patch.30 → 1.0.77-patch.32

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 (89) hide show
  1. package/dist/ATMLocator/ATMLocator.js +7 -1
  2. package/dist/Auth/ErrorAlert.js +7 -1
  3. package/dist/Avatar/Avatar.module.js +7 -7
  4. package/dist/Blockquote/Blockquote.module.js +3 -3
  5. package/dist/Button/Button.js +7 -1
  6. package/dist/Calculators/BuyDownCalculator/index.js +1 -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 +30 -0
  18. package/dist/Chatbot/ChatWindow.js +397 -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 +27 -0
  35. package/dist/Chatbot/useHeadlessChat.js +240 -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/AxosFiduciary/NavBar.module.js +41 -41
  71. package/dist/NavigationMenu/LaVictoire/NavData.js +7 -1
  72. package/dist/NavigationMenu/LaVictoire/index.js +7 -1
  73. package/dist/SetContainer/SetContainer.js +7 -1
  74. package/dist/SocialMediaBar/iconsRepository.js +7 -1
  75. package/dist/VideoTile/VideoTile.js +7 -1
  76. package/dist/VideoWrapper/index.js +7 -1
  77. package/dist/assets/Avatar/Avatar.css.css +59 -59
  78. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  79. package/dist/assets/Chatbot/Bubble.css +51 -0
  80. package/dist/assets/Chatbot/ChatWindow.css +213 -0
  81. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
  82. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
  83. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  84. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
  85. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  86. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  87. package/dist/main.d.ts +1 -0
  88. package/dist/main.js +37 -0
  89. package/package.json +135 -133
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";
@@ -237,6 +246,7 @@ export {
237
246
  BalanceAPYCalculator,
238
247
  Blockquote,
239
248
  BreadcumbHeader,
249
+ Bubble,
240
250
  BulletItem,
241
251
  Button,
242
252
  BuyDownCalculator,
@@ -245,6 +255,8 @@ export {
245
255
  Carousel,
246
256
  CarouselSlide,
247
257
  CategorySelector,
258
+ ChatWindow,
259
+ Chatbot,
248
260
  default5 as CheckCircle,
249
261
  default6 as CheckCircleLight,
250
262
  default7 as CheckIcon,
@@ -403,6 +415,7 @@ export {
403
415
  apply_now_form,
404
416
  apy_billboard,
405
417
  apy_table,
418
+ arrowFill,
406
419
  associatedEmail,
407
420
  award_company,
408
421
  award_item,
@@ -437,8 +450,10 @@ export {
437
450
  bs_topic,
438
451
  bs_video,
439
452
  bs_wrapper,
453
+ bubbleWrapper,
440
454
  bullet_details,
441
455
  button,
456
+ button_reset,
442
457
  buttons,
443
458
  calculator,
444
459
  calculator_description,
@@ -447,6 +462,13 @@ export {
447
462
  center_center,
448
463
  center_left,
449
464
  center_right,
465
+ chatFinishDialog,
466
+ chatNetworkStatus,
467
+ chat_title,
468
+ chatbotAXB,
469
+ chatbotMenu,
470
+ chatbotMenuItem,
471
+ chatbotUFB,
450
472
  checkbox_group,
451
473
  columnValues,
452
474
  comparison,
@@ -473,6 +495,7 @@ export {
473
495
  dp_input,
474
496
  dropdown,
475
497
  dynPH,
498
+ endChatButtonStyle,
476
499
  error_alert,
477
500
  error_alert_content,
478
501
  error_close_button,
@@ -574,8 +597,11 @@ export {
574
597
  image_inner_wrapper,
575
598
  img_area,
576
599
  img_contents,
600
+ inline_button,
601
+ inline_button_wrapper,
577
602
  inline_container,
578
603
  input,
604
+ inputStyle,
579
605
  insight_header,
580
606
  insight_header_2,
581
607
  insight_header_3,
@@ -612,6 +638,8 @@ export {
612
638
  mb_8,
613
639
  mb_form,
614
640
  media,
641
+ messageStyle,
642
+ messagesContainerStyle,
615
643
  mh_330,
616
644
  modalCheckboxContainer,
617
645
  modalMobile,
@@ -622,6 +650,7 @@ export {
622
650
  mw24,
623
651
  na_cursor,
624
652
  nested_grid,
653
+ notificationStyle,
625
654
  ol,
626
655
  one_row,
627
656
  padding,
@@ -666,6 +695,7 @@ export {
666
695
  selection_section_content,
667
696
  selection_section_icon,
668
697
  selection_section_icon_img,
698
+ sendButtonStyle,
669
699
  separator,
670
700
  set_container,
671
701
  set_container_cols,
@@ -691,6 +721,7 @@ export {
691
721
  success_icon,
692
722
  success_wrap,
693
723
  supertag,
724
+ svgFill,
694
725
  svg_fill,
695
726
  svg_icon,
696
727
  svg_logo,
@@ -726,6 +757,9 @@ export {
726
757
  up_to,
727
758
  url_row,
728
759
  useGlobalContext,
760
+ useHeadlessChat,
761
+ useMessages,
762
+ useOpenChat,
729
763
  user_buttons,
730
764
  user_card,
731
765
  user_container,
@@ -741,6 +775,9 @@ export {
741
775
  video_title,
742
776
  vidyard_height,
743
777
  w_100,
778
+ windowBarStyle,
779
+ windowOpenStyle,
780
+ windowStyle,
744
781
  wrapper,
745
782
  x_input,
746
783
  xc_input
package/package.json CHANGED
@@ -1,133 +1,135 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "1.0.77-patch.30",
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.77-patch.32",
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
+ "@ujet/websdk-headless": "^3.41.4",
40
+ "@vanilla-extract/css": "^1.16.1",
41
+ "@vanilla-extract/recipes": "^0.5.1",
42
+ "antd": "^5.22.5",
43
+ "clsx": "^2.1.1",
44
+ "framer-motion": "^12.9.2",
45
+ "iframe-resizer": "^3.6.6",
46
+ "lodash": "^4.17.21",
47
+ "moment": "^2.30.1",
48
+ "next-safe-action": "^8.0.2",
49
+ "react-date-picker": "^11.0.0",
50
+ "react-date-range": "^2.0.1",
51
+ "react-hook-form": "^7.54.2",
52
+ "react-markdown": "^9.0.1",
53
+ "react-popper": "^2.3.0",
54
+ "react-slick": "^0.30.2",
55
+ "react-use": "^17.6.0",
56
+ "react-wrap-balancer": "^1.1.1",
57
+ "remark-gfm": "^4.0.1",
58
+ "rsuite": "^5.75.0",
59
+ "slick-carousel": "^1.8.1",
60
+ "typed-css-modules": "^0.9.1",
61
+ "vite-plugin-svgr": "^4.3.0",
62
+ "zod": "^3.24.1",
63
+ "zustand": "^4.5.5"
64
+ },
65
+ "peerDependencies": {
66
+ "@vanilla-extract/css-utils": "^0.1.3",
67
+ "@vanilla-extract/recipes": "^0.5.1",
68
+ "@vanilla-extract/vite-plugin": "^4.0.3",
69
+ "next": "^14.1.4",
70
+ "react": "^18.2.0",
71
+ "react-date-range": "^2.0.1",
72
+ "react-dom": "^18.2.0",
73
+ "react-popper": "^2.3.0",
74
+ "react-slick": "^0.30.2",
75
+ "slick-carousel": "^1.8.1"
76
+ },
77
+ "devDependencies": {
78
+ "@chromatic-com/storybook": "^1.9.0",
79
+ "@rollup/plugin-alias": "^5.1.1",
80
+ "@storybook/addon-essentials": "^8.4.7",
81
+ "@storybook/addon-interactions": "^8.4.7",
82
+ "@storybook/addon-links": "^8.4.7",
83
+ "@storybook/addon-mdx-gfm": "^8.4.7",
84
+ "@storybook/addon-onboarding": "^8.4.7",
85
+ "@storybook/addon-themes": "^8.4.7",
86
+ "@storybook/blocks": "^8.4.7",
87
+ "@storybook/react": "^8.6.14",
88
+ "@storybook/react-vite": "^8.4.7",
89
+ "@storybook/test": "^8.6.14",
90
+ "@svgr/core": "^8.1.0",
91
+ "@svgr/plugin-prettier": "^8.1.0",
92
+ "@svgr/plugin-svgo": "^8.1.0",
93
+ "@types/lodash": "^4.17.17",
94
+ "@types/node": "^20.19.0",
95
+ "@types/react": "^18.3.23",
96
+ "@types/react-date-range": "^1.4.9",
97
+ "@types/react-datepicker": "^6.2.0",
98
+ "@types/react-dom": "^18.3.7",
99
+ "@types/react-slick": "^0.23.13",
100
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
101
+ "@typescript-eslint/parser": "^7.18.0",
102
+ "@vanilla-extract/css-utils": "^0.1.4",
103
+ "@vanilla-extract/recipes": "^0.5.5",
104
+ "@vanilla-extract/vite-plugin": "^4.0.18",
105
+ "@vitejs/plugin-react-swc": "^3.7.2",
106
+ "esbuild-vanilla-image-loader": "^0.1.3",
107
+ "eslint": "^8.57.1",
108
+ "eslint-plugin-react-hooks": "^4.6.2",
109
+ "eslint-plugin-react-refresh": "^0.4.16",
110
+ "eslint-plugin-storybook": "^0.8.0",
111
+ "glob": "^10.4.5",
112
+ "husky": "^9.1.7",
113
+ "next": "^14.1.4",
114
+ "prettier": "3.2.5",
115
+ "react": "^18.3.1",
116
+ "react-dom": "^18.3.1",
117
+ "rollup-plugin-preserve-directives": "^0.4.0",
118
+ "rollup-plugin-svg-import": "^3.0.0",
119
+ "rollup-plugin-svgo": "^2.0.0",
120
+ "storybook": "^8.4.7",
121
+ "typescript": "^5.7.2",
122
+ "typescript-plugin-css-modules": "^5.1.0",
123
+ "vite": "^5.4.11",
124
+ "vite-plugin-dts": "^3.9.1",
125
+ "vite-plugin-lib-inject-css": "^2.1.1",
126
+ "vite-plugin-setting-css-module": "^1.1.4",
127
+ "vite-tsconfig-paths": "^4.3.2"
128
+ },
129
+ "main": "index.js",
130
+ "directories": {
131
+ "lib": "lib"
132
+ },
133
+ "author": "axos-web-dev",
134
+ "license": "ISC"
135
+ }