@axos-web-dev/shared-components 2.0.0-dev.31.insights.6 → 2.0.0-dev.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.
- package/dist/Calculators/ApyCalculator/index.js +2 -1
- package/dist/Chatbot/ChatWindow.d.ts +1 -0
- package/dist/Chatbot/ChatWindow.js +5 -10
- package/dist/Chatbot/Chatbot.js +75 -42
- package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
- package/dist/Chatbot/ChatbotMessage.js +2 -1
- package/dist/Chatbot/store/messages.d.ts +6 -1
- package/dist/Chatbot/store/messages.js +62 -3
- package/dist/FdicCallout/index.js +1 -1
- package/dist/Forms/EmailOnly.js +11 -1
- package/dist/Insight/Featured/CategorySelector.css.d.ts +3 -4
- package/dist/Insight/Featured/CategorySelector.css.js +7 -9
- package/dist/Insight/Featured/CategorySelector.js +23 -53
- package/dist/Insight/Featured/Featured.css.d.ts +4 -13
- package/dist/Insight/Featured/Featured.css.js +18 -37
- package/dist/Insight/Featured/Featured.d.ts +0 -1
- package/dist/Insight/Featured/Featured.js +93 -129
- package/dist/Insight/Featured/Header.css.d.ts +0 -1
- package/dist/Insight/Featured/Header.css.js +6 -9
- package/dist/Insight/Featured/Header.js +17 -10
- package/dist/Insight/Featured/index.js +4 -13
- package/dist/Insight/index.js +4 -13
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/ServerNavigation/NavBar.module.js +40 -40
- package/dist/assets/Forms/Forms.css +1 -2
- package/dist/assets/Input/Input.css +0 -1
- package/dist/assets/Insight/Featured/CategorySelector.css +38 -53
- package/dist/assets/Insight/Featured/Featured.css +65 -126
- package/dist/assets/Insight/Featured/Header.css +13 -22
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -0
- package/dist/assets/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.css +353 -353
- package/dist/assets/NavigationMenu/ServerNavigation/NavBar.css +483 -483
- package/dist/icons/Clock/index.js +0 -1
- package/dist/main.js +3 -12
- package/dist/utils/allowedAxosDomains.js +0 -2
- package/package.json +153 -152
package/dist/main.js
CHANGED
|
@@ -165,7 +165,7 @@ import { DownPaymentInput } from "./Input/DownPaymentInput.js";
|
|
|
165
165
|
import { RadioButton, RadioButtonSet } from "./Input/RadioButton.js";
|
|
166
166
|
import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
|
|
167
167
|
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
|
|
168
|
-
import {
|
|
168
|
+
import { featured_center_vertical, featured_grid, featured_hero, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
|
|
169
169
|
import { BreadcumbHeader } from "./Insight/Featured/Header.js";
|
|
170
170
|
import { article_aside, article_blockquote, article_main_content, article_navigation_link, article_navigation_list, article_navigation_title, article_preview_img, article_preview_wrapper, article_share, article_share_buttons, article_share_icon, article_share_link, article_share_p, article_share_svg, article_spacer, elementSpacer_block, footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info__divider, insight_info_row, insight_intro_p, insight_list_item, insight_p } from "./Insight/Insight.css.js";
|
|
171
171
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
@@ -559,7 +559,6 @@ export {
|
|
|
559
559
|
details,
|
|
560
560
|
disclosureForm,
|
|
561
561
|
divider,
|
|
562
|
-
divider_tab,
|
|
563
562
|
dp_input,
|
|
564
563
|
dropdown,
|
|
565
564
|
dynPH,
|
|
@@ -583,20 +582,16 @@ export {
|
|
|
583
582
|
feature_title,
|
|
584
583
|
featured_center_vertical,
|
|
585
584
|
featured_grid,
|
|
586
|
-
|
|
585
|
+
featured_hero,
|
|
587
586
|
featured_maingrid,
|
|
588
587
|
featured_maingrid_img,
|
|
589
588
|
featured_maingrid_item,
|
|
590
|
-
featured_maingrid_text,
|
|
591
589
|
featured_maingrid_title,
|
|
592
590
|
featured_section,
|
|
593
|
-
featured_subcontent,
|
|
594
591
|
featured_subgrid,
|
|
592
|
+
featured_subgrid_divider,
|
|
595
593
|
featured_subgrid_item,
|
|
596
594
|
featured_subgrid_title,
|
|
597
|
-
featured_subimage,
|
|
598
|
-
featured_subouter,
|
|
599
|
-
featured_subwrap,
|
|
600
595
|
featured_supertag,
|
|
601
596
|
featured_title,
|
|
602
597
|
filterParams,
|
|
@@ -691,7 +686,6 @@ export {
|
|
|
691
686
|
imgAlignment,
|
|
692
687
|
img_area,
|
|
693
688
|
img_contents,
|
|
694
|
-
info_details,
|
|
695
689
|
inline_button,
|
|
696
690
|
inline_button_wrapper,
|
|
697
691
|
inline_container,
|
|
@@ -756,7 +750,6 @@ export {
|
|
|
756
750
|
notificationStyle,
|
|
757
751
|
ol,
|
|
758
752
|
one_row,
|
|
759
|
-
onhover,
|
|
760
753
|
order_3,
|
|
761
754
|
overlay,
|
|
762
755
|
padding,
|
|
@@ -779,7 +772,6 @@ export {
|
|
|
779
772
|
rate_container,
|
|
780
773
|
rate_pad,
|
|
781
774
|
rate_table_title,
|
|
782
|
-
ratio,
|
|
783
775
|
related_insight,
|
|
784
776
|
remove_padding,
|
|
785
777
|
resposiveLabel,
|
|
@@ -838,7 +830,6 @@ export {
|
|
|
838
830
|
svg_fill,
|
|
839
831
|
svg_icon,
|
|
840
832
|
svg_logo,
|
|
841
|
-
tab_details,
|
|
842
833
|
table,
|
|
843
834
|
tableCell,
|
|
844
835
|
tableHead,
|
|
@@ -14,7 +14,6 @@ const getMoreDomains = (domains) => ({
|
|
|
14
14
|
"{UFBDIRECT}": domains.UFB_URL || "https://www.ufbdirect.com",
|
|
15
15
|
"{ARMS}": domains.ARMS_URL || "https://arms.axosadvisor.com",
|
|
16
16
|
"{APPS}": domains.APPS_URL || "https://apps.axosbank.com",
|
|
17
|
-
"{AFP}": domains.AFP_URL || "https://afp.axosbank.com",
|
|
18
17
|
"{INVESTORS}": domains.INVESTORS_URL || "https://investors.axosfinancial.com",
|
|
19
18
|
"{UNVENROLLMENT}": domains.UNVENROLLMENT_URL || "https://enroll.axosbank.com",
|
|
20
19
|
"{AUTOAXB}": "https://auto.axosbank.com/partner/axos-purchase/AU",
|
|
@@ -22,7 +21,6 @@ const getMoreDomains = (domains) => ({
|
|
|
22
21
|
"{DEVAXC}": domains.DEVELOPER_CLEARING || "https://developer.axosclearing.com",
|
|
23
22
|
"{AFF}": domains.FUNDFINDER_URL || "https://axosfundfinder.com",
|
|
24
23
|
"{APL}": domains.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com",
|
|
25
|
-
"{AXSEC}": domains.AXOS_SECURE_URL || "https://secure.axosbank.com",
|
|
26
24
|
"{SECURE}": domains.AXOS_SECURE_URL || "https://secure.axosbank.com",
|
|
27
25
|
"{DOWNLOADAXOS}": domains.AXOS_DOWNLOAD_URL || "https://downloads.axos.com",
|
|
28
26
|
"{SBEAX}": domains.SBB_ENROLL || "https://small-business-enrollment.axosbank.com",
|
package/package.json
CHANGED
|
@@ -1,152 +1,153 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@axos-web-dev/shared-components",
|
|
3
|
-
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "2.0.0-dev.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "index.js",
|
|
7
|
-
"module": "dist/main.js",
|
|
8
|
-
"types": "dist/main.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/main.d.ts",
|
|
12
|
-
"import": "./dist/main.js"
|
|
13
|
-
},
|
|
14
|
-
"./utils": {
|
|
15
|
-
"types": "./dist/utilities.d.ts",
|
|
16
|
-
"import": "./dist/utilities.js"
|
|
17
|
-
},
|
|
18
|
-
"./styles.css": "./dist/assets/index.css",
|
|
19
|
-
"./globals.css": "./dist/assets/globals.css",
|
|
20
|
-
"./themes/axos.css": "./dist/assets/themes/axos.css",
|
|
21
|
-
"./themes/premier.css": "./dist/assets/themes/premier.css",
|
|
22
|
-
"./dist/*": "./dist/*"
|
|
23
|
-
},
|
|
24
|
-
"files": [
|
|
25
|
-
"dist"
|
|
26
|
-
],
|
|
27
|
-
"sideEffects": [
|
|
28
|
-
"dist/assets/**/*.css"
|
|
29
|
-
],
|
|
30
|
-
"scripts": {
|
|
31
|
-
"dev": "vite",
|
|
32
|
-
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
33
|
-
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
34
|
-
"preview": "vite preview",
|
|
35
|
-
"prepublishOnly": "npm run build",
|
|
36
|
-
"check-types": "tsc --pretty --noEmit",
|
|
37
|
-
"check-format": "prettier --check .",
|
|
38
|
-
"check-lint": "eslint .",
|
|
39
|
-
"format": "prettier --write .",
|
|
40
|
-
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
41
|
-
"prepare": "npm run build",
|
|
42
|
-
"storybook": "storybook dev -p 6006",
|
|
43
|
-
"build-storybook": "storybook build",
|
|
44
|
-
"npm:link": "npm run build && npm link"
|
|
45
|
-
},
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"@headlessui/react": "^2.2.0",
|
|
48
|
-
"@hookform/resolvers": "^5.0.1",
|
|
49
|
-
"@next-safe-action/adapter-react-hook-form": "^2.0.2",
|
|
50
|
-
"@react-input/mask": "^1.2.15",
|
|
51
|
-
"@react-input/number-format": "^1.1.3",
|
|
52
|
-
"@storybook/icons": "^1.3.0",
|
|
53
|
-
"@storybook/preview-api": "^8.4.7",
|
|
54
|
-
"@ts-stack/markdown": "^1.5.0",
|
|
55
|
-
"@types/iframe-resizer": "3.5.13",
|
|
56
|
-
"@ujet/websdk-headless": "^4.22.0",
|
|
57
|
-
"@vanilla-extract/css": "^1.16.1",
|
|
58
|
-
"@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
|
|
59
|
-
"antd": "^5.22.5",
|
|
60
|
-
"clsx": "^2.1.1",
|
|
61
|
-
"framer-motion": "^12.9.2",
|
|
62
|
-
"iframe-resizer": "^3.6.6",
|
|
63
|
-
"lodash": "^4.17.21",
|
|
64
|
-
"moment": "^2.30.1",
|
|
65
|
-
"next-safe-action": "^8.0.2",
|
|
66
|
-
"react-date-picker": "^11.0.0",
|
|
67
|
-
"react-date-range": "^2.0.1",
|
|
68
|
-
"react-hook-form": "^7.56.4",
|
|
69
|
-
"react-markdown": "^9.1.0",
|
|
70
|
-
"react-slick": "^0.30.2",
|
|
71
|
-
"react-use": "^17.6.0",
|
|
72
|
-
"react-wrap-balancer": "^1.1.1",
|
|
73
|
-
"remark-gfm": "^4.0.1",
|
|
74
|
-
"rsuite": "^5.75.0",
|
|
75
|
-
"slick-carousel": "^1.8.1",
|
|
76
|
-
"typed-css-modules": "^0.9.1",
|
|
77
|
-
"vite-plugin-svgr": "^4.3.0",
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"@vanilla-extract/
|
|
83
|
-
"@vanilla-extract/
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"react": "^
|
|
87
|
-
"react-
|
|
88
|
-
"react-
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
},
|
|
92
|
-
"devDependencies": {
|
|
93
|
-
"@chromatic-com/storybook": "^1.9.0",
|
|
94
|
-
"@eslint/js": "^9.39.4",
|
|
95
|
-
"@rollup/plugin-alias": "^5.1.1",
|
|
96
|
-
"@storybook/addon-essentials": "^8.4.7",
|
|
97
|
-
"@storybook/addon-interactions": "^8.4.7",
|
|
98
|
-
"@storybook/addon-links": "^8.4.7",
|
|
99
|
-
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
100
|
-
"@storybook/addon-onboarding": "^8.4.7",
|
|
101
|
-
"@storybook/addon-themes": "^8.4.7",
|
|
102
|
-
"@storybook/blocks": "^8.4.7",
|
|
103
|
-
"@storybook/react": "^8.6.14",
|
|
104
|
-
"@storybook/react-vite": "^8.4.7",
|
|
105
|
-
"@storybook/test": "^8.6.14",
|
|
106
|
-
"@svgr/core": "^8.1.0",
|
|
107
|
-
"@svgr/plugin-prettier": "^8.1.0",
|
|
108
|
-
"@svgr/plugin-svgo": "^8.1.0",
|
|
109
|
-
"@types/lodash": "^4.17.17",
|
|
110
|
-
"@types/node": "^20.19.0",
|
|
111
|
-
"@types/react": "^19.0.0",
|
|
112
|
-
"@types/react-date-range": "^1.4.9",
|
|
113
|
-
"@types/react-datepicker": "^6.2.0",
|
|
114
|
-
"@types/react-dom": "^19.0.0",
|
|
115
|
-
"@types/react-slick": "^0.23.13",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
117
|
-
"@typescript-eslint/parser": "^8.0.0",
|
|
118
|
-
"@vanilla-extract/css-utils": "^0.1.4",
|
|
119
|
-
"@vanilla-extract/recipes": "^0.5.5",
|
|
120
|
-
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
121
|
-
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
122
|
-
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
123
|
-
"eslint": "^9.0.0",
|
|
124
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
125
|
-
"eslint-plugin-react-refresh": "^0.4.16",
|
|
126
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
127
|
-
"glob": "^10.4.5",
|
|
128
|
-
"globals": "^15.15.0",
|
|
129
|
-
"husky": "^9.1.7",
|
|
130
|
-
"next": "^16.0.0",
|
|
131
|
-
"prettier": "3.2.5",
|
|
132
|
-
"react": "^19.0.0",
|
|
133
|
-
"react-dom": "^19.0.0",
|
|
134
|
-
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
135
|
-
"rollup-plugin-svg-import": "^3.0.0",
|
|
136
|
-
"rollup-plugin-svgo": "^2.0.0",
|
|
137
|
-
"storybook": "^8.4.7",
|
|
138
|
-
"typescript": "^5.7.2",
|
|
139
|
-
"typescript-eslint": "^8.57.0",
|
|
140
|
-
"typescript-plugin-css-modules": "^5.1.0",
|
|
141
|
-
"vite": "^5.4.11",
|
|
142
|
-
"vite-plugin-dts": "^3.9.1",
|
|
143
|
-
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
144
|
-
"vite-plugin-setting-css-module": "^1.1.4",
|
|
145
|
-
"vite-tsconfig-paths": "^4.3.2"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"
|
|
152
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@axos-web-dev/shared-components",
|
|
3
|
+
"description": "Axos shared components library for web.",
|
|
4
|
+
"version": "2.0.0-dev.32",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"module": "dist/main.js",
|
|
8
|
+
"types": "dist/main.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/main.d.ts",
|
|
12
|
+
"import": "./dist/main.js"
|
|
13
|
+
},
|
|
14
|
+
"./utils": {
|
|
15
|
+
"types": "./dist/utilities.d.ts",
|
|
16
|
+
"import": "./dist/utilities.js"
|
|
17
|
+
},
|
|
18
|
+
"./styles.css": "./dist/assets/index.css",
|
|
19
|
+
"./globals.css": "./dist/assets/globals.css",
|
|
20
|
+
"./themes/axos.css": "./dist/assets/themes/axos.css",
|
|
21
|
+
"./themes/premier.css": "./dist/assets/themes/premier.css",
|
|
22
|
+
"./dist/*": "./dist/*"
|
|
23
|
+
},
|
|
24
|
+
"files": [
|
|
25
|
+
"dist"
|
|
26
|
+
],
|
|
27
|
+
"sideEffects": [
|
|
28
|
+
"dist/assets/**/*.css"
|
|
29
|
+
],
|
|
30
|
+
"scripts": {
|
|
31
|
+
"dev": "vite",
|
|
32
|
+
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
33
|
+
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
34
|
+
"preview": "vite preview",
|
|
35
|
+
"prepublishOnly": "npm run build",
|
|
36
|
+
"check-types": "tsc --pretty --noEmit",
|
|
37
|
+
"check-format": "prettier --check .",
|
|
38
|
+
"check-lint": "eslint .",
|
|
39
|
+
"format": "prettier --write .",
|
|
40
|
+
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
|
|
41
|
+
"prepare": "npm run build",
|
|
42
|
+
"storybook": "storybook dev -p 6006",
|
|
43
|
+
"build-storybook": "storybook build",
|
|
44
|
+
"npm:link": "npm run build && npm link"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@headlessui/react": "^2.2.0",
|
|
48
|
+
"@hookform/resolvers": "^5.0.1",
|
|
49
|
+
"@next-safe-action/adapter-react-hook-form": "^2.0.2",
|
|
50
|
+
"@react-input/mask": "^1.2.15",
|
|
51
|
+
"@react-input/number-format": "^1.1.3",
|
|
52
|
+
"@storybook/icons": "^1.3.0",
|
|
53
|
+
"@storybook/preview-api": "^8.4.7",
|
|
54
|
+
"@ts-stack/markdown": "^1.5.0",
|
|
55
|
+
"@types/iframe-resizer": "3.5.13",
|
|
56
|
+
"@ujet/websdk-headless": "^4.22.0",
|
|
57
|
+
"@vanilla-extract/css": "^1.16.1",
|
|
58
|
+
"@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
|
|
59
|
+
"antd": "^5.22.5",
|
|
60
|
+
"clsx": "^2.1.1",
|
|
61
|
+
"framer-motion": "^12.9.2",
|
|
62
|
+
"iframe-resizer": "^3.6.6",
|
|
63
|
+
"lodash": "^4.17.21",
|
|
64
|
+
"moment": "^2.30.1",
|
|
65
|
+
"next-safe-action": "^8.0.2",
|
|
66
|
+
"react-date-picker": "^11.0.0",
|
|
67
|
+
"react-date-range": "^2.0.1",
|
|
68
|
+
"react-hook-form": "^7.56.4",
|
|
69
|
+
"react-markdown": "^9.1.0",
|
|
70
|
+
"react-slick": "^0.30.2",
|
|
71
|
+
"react-use": "^17.6.0",
|
|
72
|
+
"react-wrap-balancer": "^1.1.1",
|
|
73
|
+
"remark-gfm": "^4.0.1",
|
|
74
|
+
"rsuite": "^5.75.0",
|
|
75
|
+
"slick-carousel": "^1.8.1",
|
|
76
|
+
"typed-css-modules": "^0.9.1",
|
|
77
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
78
|
+
"zustand": "^4.5.5"
|
|
79
|
+
},
|
|
80
|
+
"peerDependencies": {
|
|
81
|
+
"@vanilla-extract/css-utils": "^0.1.3 || ^0.1.4",
|
|
82
|
+
"@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
|
|
83
|
+
"@vanilla-extract/vite-plugin": "^4.0.3 || ^4.0.18",
|
|
84
|
+
"next": "^14.1.4 || ^15.0.0 || ^16.0.0",
|
|
85
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
86
|
+
"react-date-range": "^2.0.1",
|
|
87
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
88
|
+
"react-slick": "^0.30.2",
|
|
89
|
+
"slick-carousel": "^1.8.1",
|
|
90
|
+
"zod": "^3.24.1"
|
|
91
|
+
},
|
|
92
|
+
"devDependencies": {
|
|
93
|
+
"@chromatic-com/storybook": "^1.9.0",
|
|
94
|
+
"@eslint/js": "^9.39.4",
|
|
95
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
96
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
97
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
98
|
+
"@storybook/addon-links": "^8.4.7",
|
|
99
|
+
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
100
|
+
"@storybook/addon-onboarding": "^8.4.7",
|
|
101
|
+
"@storybook/addon-themes": "^8.4.7",
|
|
102
|
+
"@storybook/blocks": "^8.4.7",
|
|
103
|
+
"@storybook/react": "^8.6.14",
|
|
104
|
+
"@storybook/react-vite": "^8.4.7",
|
|
105
|
+
"@storybook/test": "^8.6.14",
|
|
106
|
+
"@svgr/core": "^8.1.0",
|
|
107
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
108
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
109
|
+
"@types/lodash": "^4.17.17",
|
|
110
|
+
"@types/node": "^20.19.0",
|
|
111
|
+
"@types/react": "^19.0.0",
|
|
112
|
+
"@types/react-date-range": "^1.4.9",
|
|
113
|
+
"@types/react-datepicker": "^6.2.0",
|
|
114
|
+
"@types/react-dom": "^19.0.0",
|
|
115
|
+
"@types/react-slick": "^0.23.13",
|
|
116
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
117
|
+
"@typescript-eslint/parser": "^8.0.0",
|
|
118
|
+
"@vanilla-extract/css-utils": "^0.1.4",
|
|
119
|
+
"@vanilla-extract/recipes": "^0.5.5",
|
|
120
|
+
"@vanilla-extract/vite-plugin": "^4.0.18",
|
|
121
|
+
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
122
|
+
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
123
|
+
"eslint": "^9.0.0",
|
|
124
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
125
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
126
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
127
|
+
"glob": "^10.4.5",
|
|
128
|
+
"globals": "^15.15.0",
|
|
129
|
+
"husky": "^9.1.7",
|
|
130
|
+
"next": "^16.0.0",
|
|
131
|
+
"prettier": "3.2.5",
|
|
132
|
+
"react": "^19.0.0",
|
|
133
|
+
"react-dom": "^19.0.0",
|
|
134
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
135
|
+
"rollup-plugin-svg-import": "^3.0.0",
|
|
136
|
+
"rollup-plugin-svgo": "^2.0.0",
|
|
137
|
+
"storybook": "^8.4.7",
|
|
138
|
+
"typescript": "^5.7.2",
|
|
139
|
+
"typescript-eslint": "^8.57.0",
|
|
140
|
+
"typescript-plugin-css-modules": "^5.1.0",
|
|
141
|
+
"vite": "^5.4.11",
|
|
142
|
+
"vite-plugin-dts": "^3.9.1",
|
|
143
|
+
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
144
|
+
"vite-plugin-setting-css-module": "^1.1.4",
|
|
145
|
+
"vite-tsconfig-paths": "^4.3.2",
|
|
146
|
+
"zod": "^3.24.1"
|
|
147
|
+
},
|
|
148
|
+
"directories": {
|
|
149
|
+
"lib": "lib"
|
|
150
|
+
},
|
|
151
|
+
"author": "axos-web-dev",
|
|
152
|
+
"license": "ISC"
|
|
153
|
+
}
|