@axos-web-dev/shared-components 0.0.13 → 0.0.15
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/Accordion/Accordion.css.d.ts +4 -3
- package/dist/Accordion/Accordion.d.ts +2 -1
- package/dist/Accordion/index.d.ts +2 -2
- package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
- package/dist/AlertBanner/AlertBanner.interface.d.ts +2 -1
- package/dist/AlertBanner/index.d.ts +3 -2
- package/dist/ApyCalculator/index.d.ts +2 -1
- package/dist/BulletItem/BulletItem.d.ts +2 -1
- package/dist/BulletItem/index.d.ts +1 -1
- package/dist/Button/Button.css.d.ts +3 -2
- package/dist/Button/Button.d.ts +4 -3
- package/dist/Button/Button.interface.d.ts +2 -1
- package/dist/Button/GoBackButton.d.ts +3 -2
- package/dist/Button/index.d.ts +3 -3
- package/dist/CallToActionBar/CallToActionBar.interface.d.ts +3 -1
- package/dist/CallToActionBar/index.d.ts +3 -2
- package/dist/CallToActionBar/index.js +3 -1
- package/dist/Carousel/Carousel.css.d.ts +6 -5
- package/dist/Carousel/index.d.ts +3 -2
- package/dist/Carousel/store.d.ts +1 -1
- package/dist/Chevron/Chevron.css.d.ts +1 -1
- package/dist/Chevron/Chevron.interface.d.ts +2 -1
- package/dist/Chevron/index.d.ts +3 -2
- package/dist/CollectInformationAlert/index.d.ts +2 -1
- package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
- package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
- package/dist/ContentBanner/index.d.ts +3 -2
- package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
- package/dist/DownloadTile/index.d.ts +3 -2
- package/dist/FaqAccordion/index.d.ts +3 -2
- package/dist/FaqAccordion/index.js +5 -0
- package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
- package/dist/FooterDisclosure/index.d.ts +2 -2
- package/dist/Forms/Forms.css.d.ts +4 -4
- package/dist/Forms/RenderForm.d.ts +3 -2
- package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
- package/dist/Forms/ScheduleCall.d.ts +3 -2
- package/dist/Forms/ScheduleCall.js +90 -77
- package/dist/Forms/index.d.ts +4 -4
- package/dist/HeroBanner/HeroBanner.css.d.ts +3 -3
- package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -1
- package/dist/HeroBanner/index.d.ts +2 -1
- package/dist/HeroBanner/index.js +3 -4
- package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
- package/dist/Hyperlink/index.d.ts +3 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +6 -5
- package/dist/IconBillboard/IconBillboard.d.ts +4 -3
- package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
- package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
- package/dist/IconBillboard/index.d.ts +4 -4
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +12 -4
- package/dist/ImageBillboard/ImageBillboard.css.js +18 -1
- package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +11 -7
- package/dist/ImageBillboard/ImageBillboard.js +2 -10
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +3 -2
- package/dist/ImageBillboard/ImageBillboardSet.js +30 -5
- package/dist/ImageBillboard/index.d.ts +4 -4
- package/dist/ImageBillboard/index.js +10 -2
- package/dist/Input/Input.css.d.ts +16 -6
- package/dist/Input/Input.css.js +7 -7
- package/dist/Input/index.d.ts +5 -2
- package/dist/Input/index.js +9 -1
- package/dist/Inputs/Input.css.d.ts +6 -6
- package/dist/MainHTML/index.d.ts +2 -1
- package/dist/Modal/Modal.d.ts +3 -2
- package/dist/Modal/contextApi/store.d.ts +3 -2
- package/dist/Modal/index.d.ts +2 -2
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
- package/dist/NavigationMenu/index.d.ts +2 -2
- package/dist/SetContainer/SetContainer.d.ts +3 -2
- package/dist/SetContainer/index.d.ts +2 -2
- package/dist/Table/Table.css.d.ts +4 -4
- package/dist/Table/Table.d.ts +4 -3
- package/dist/Table/Table.interface.d.ts +2 -1
- package/dist/Table/index.d.ts +2 -2
- package/dist/TextBlock/TextBlock.d.ts +2 -1
- package/dist/TextBlock/index.d.ts +2 -2
- package/dist/Typography/Typography.css.d.ts +4 -3
- package/dist/Typography/Typography.d.ts +3 -2
- package/dist/Typography/index.d.ts +1 -1
- package/dist/VideoTile/VideoTile.d.ts +3 -2
- package/dist/VideoTile/VideoTile.js +8 -8
- package/dist/VideoTile/index.d.ts +4 -4
- package/dist/VideoWrapper/index.d.ts +4 -2
- package/dist/VideoWrapper/index.js +27 -18
- package/dist/assets/HeroBanner/HeroBanner.css +1 -3
- package/dist/assets/IconBillboard/IconBillboard.css +1 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +55 -11
- package/dist/assets/Input/Input.css +39 -33
- package/dist/assets/VideoTile/VideoTile.css +1 -12
- package/dist/assets/globals.css +1 -0
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
- package/dist/icons/ArrowIcon/index.d.ts +2 -1
- package/dist/icons/AxosX/Blue.d.ts +4 -0
- package/dist/icons/AxosX/Blue.js +32 -0
- package/dist/icons/AxosX/index.d.ts +2 -1
- package/dist/icons/CheckCircle.d.ts +2 -1
- package/dist/icons/CheckCircleLight.d.ts +2 -1
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
- package/dist/icons/CheckIcon/index.d.ts +2 -1
- package/dist/icons/ChevronDown.d.ts +2 -1
- package/dist/icons/ChevronUp.d.ts +2 -1
- package/dist/icons/CloseIcon/index.d.ts +2 -1
- package/dist/icons/DownloadIcon/index.d.ts +2 -1
- package/dist/icons/EqualHousingLender.d.ts +2 -1
- package/dist/icons/LockIcon/index.d.ts +2 -1
- package/dist/icons/MemberFdicLogo.d.ts +2 -1
- package/dist/icons/QuoteIconGrey.d.ts +2 -1
- package/dist/icons/QuoteIconWhite.d.ts +2 -1
- package/dist/icons/QuoteIconYellow.d.ts +2 -1
- package/dist/icons/WarningIcon/index.d.ts +2 -1
- package/dist/icons/index.d.ts +17 -16
- package/dist/icons/index.js +28 -26
- package/dist/index.css.d.ts +1 -0
- package/dist/main.d.ts +2 -1
- package/dist/main.js +43 -1
- package/dist/themes/index.d.ts +2 -2
- package/dist/utils/ctaOptions.d.ts +1 -0
- package/dist/utils/getVariant.d.ts +2 -1
- package/dist/utils/index.d.ts +5 -5
- package/package.json +106 -106
package/dist/main.js
CHANGED
|
@@ -25,7 +25,7 @@ import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
|
25
25
|
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
26
26
|
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
27
27
|
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
28
|
-
import { billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_img, body, header, imagePlacement, section_text_ImageBillboard, single_container, supertag, three_inline, two_inline } from "./ImageBillboard/ImageBillboard.css.js";
|
|
28
|
+
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, header, imagePlacement, image_background, mh_330, rate_billboard, rate_container, rate_pad, section_text_ImageBillboard, single_container, supertag, three_inline, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
29
29
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
30
30
|
import { Input } from "./Input/index.js";
|
|
31
31
|
import { MainHTML } from "./MainHTML/index.js";
|
|
@@ -44,6 +44,23 @@ import { VideoInit } from "./VideoTile/VideoInit.js";
|
|
|
44
44
|
import { VideoTile } from "./VideoTile/VideoTile.js";
|
|
45
45
|
import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_title, vidyard_height, w_100 } from "./VideoTile/VideoTile.css.js";
|
|
46
46
|
import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
47
|
+
import { default as default4 } from "./icons/ArrowIcon/index.js";
|
|
48
|
+
import { default as default5 } from "./icons/AxosX/index.js";
|
|
49
|
+
import { default as default6 } from "./icons/AxosX/Blue.js";
|
|
50
|
+
import { default as default7 } from "./icons/CheckCircle.js";
|
|
51
|
+
import { default as default8 } from "./icons/CheckCircleLight.js";
|
|
52
|
+
import { default as default9 } from "./icons/CheckIcon/index.js";
|
|
53
|
+
import { default as default10 } from "./icons/ChevronDown.js";
|
|
54
|
+
import { default as default11 } from "./icons/ChevronUp.js";
|
|
55
|
+
import { default as default12 } from "./icons/CloseIcon/index.js";
|
|
56
|
+
import { default as default13 } from "./icons/DownloadIcon/index.js";
|
|
57
|
+
import { default as default14 } from "./icons/EqualHousingLender.js";
|
|
58
|
+
import { default as default15 } from "./icons/LockIcon/index.js";
|
|
59
|
+
import { default as default16 } from "./icons/MemberFdicLogo.js";
|
|
60
|
+
import { default as default17 } from "./icons/QuoteIconGrey.js";
|
|
61
|
+
import { default as default18 } from "./icons/QuoteIconWhite.js";
|
|
62
|
+
import { default as default19 } from "./icons/QuoteIconYellow.js";
|
|
63
|
+
import { SvgWarningIcon } from "./icons/WarningIcon/index.js";
|
|
47
64
|
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
48
65
|
import { premierTheme } from "./themes/premier.css.js";
|
|
49
66
|
import { associatedEmail } from "./utils/EverestValidity.js";
|
|
@@ -60,15 +77,26 @@ export {
|
|
|
60
77
|
AccordionItemSummary,
|
|
61
78
|
AlertBanner,
|
|
62
79
|
ApyCalculator,
|
|
80
|
+
default4 as ArrowIcon,
|
|
81
|
+
default5 as AxosX,
|
|
82
|
+
default6 as AxosXBlue,
|
|
63
83
|
BulletItem,
|
|
64
84
|
Button,
|
|
65
85
|
CallToActionBar,
|
|
66
86
|
Carousel,
|
|
67
87
|
CarouselSlide,
|
|
88
|
+
default7 as CheckCircle,
|
|
89
|
+
default8 as CheckCircleLight,
|
|
90
|
+
default9 as CheckIcon,
|
|
68
91
|
Chevron,
|
|
92
|
+
default10 as ChevronDown,
|
|
93
|
+
default11 as ChevronUp,
|
|
94
|
+
default12 as CloseIcon,
|
|
69
95
|
CollectInformationAlert,
|
|
70
96
|
ContentBanner,
|
|
97
|
+
default13 as DownloadIcon,
|
|
71
98
|
DownloadTile,
|
|
99
|
+
default14 as EqualHousingLender,
|
|
72
100
|
FaqAccordion,
|
|
73
101
|
FooterContent,
|
|
74
102
|
FooterDisclosure,
|
|
@@ -83,10 +111,15 @@ export {
|
|
|
83
111
|
ImageBillboard,
|
|
84
112
|
ImageBillboardSet,
|
|
85
113
|
Input,
|
|
114
|
+
default15 as LockIcon,
|
|
86
115
|
MainHTML,
|
|
116
|
+
default16 as MemberFdicLogo,
|
|
87
117
|
Modal,
|
|
88
118
|
default3 as NavBarAFS,
|
|
89
119
|
default2 as NavBarAXA,
|
|
120
|
+
default17 as QuoteIconGrey,
|
|
121
|
+
default18 as QuoteIconWhite,
|
|
122
|
+
default19 as QuoteIconYellow,
|
|
90
123
|
RenderWebForm,
|
|
91
124
|
SalesforceFieldsForm,
|
|
92
125
|
SalesforceSchema,
|
|
@@ -103,9 +136,11 @@ export {
|
|
|
103
136
|
VideoInit,
|
|
104
137
|
VideoTile,
|
|
105
138
|
VideoWrapper,
|
|
139
|
+
SvgWarningIcon as WarningIcon,
|
|
106
140
|
accordion,
|
|
107
141
|
actions,
|
|
108
142
|
alternate_color_rows,
|
|
143
|
+
apy_billboard,
|
|
109
144
|
associatedEmail,
|
|
110
145
|
axosTheme,
|
|
111
146
|
billboard,
|
|
@@ -114,6 +149,7 @@ export {
|
|
|
114
149
|
billboard_ctas,
|
|
115
150
|
billboard_header_section,
|
|
116
151
|
billboard_icon,
|
|
152
|
+
billboard_image,
|
|
117
153
|
billboard_img,
|
|
118
154
|
body,
|
|
119
155
|
bodyAccordion,
|
|
@@ -150,6 +186,7 @@ export {
|
|
|
150
186
|
iconForm,
|
|
151
187
|
iconsContent,
|
|
152
188
|
imagePlacement,
|
|
189
|
+
image_background,
|
|
153
190
|
inline_container,
|
|
154
191
|
isAbsoluteUrl,
|
|
155
192
|
isAllowedUrl,
|
|
@@ -160,8 +197,12 @@ export {
|
|
|
160
197
|
list,
|
|
161
198
|
listItem,
|
|
162
199
|
mb_8,
|
|
200
|
+
mh_330,
|
|
163
201
|
paragraph,
|
|
164
202
|
premierTheme,
|
|
203
|
+
rate_billboard,
|
|
204
|
+
rate_container,
|
|
205
|
+
rate_pad,
|
|
165
206
|
renderSwitch,
|
|
166
207
|
section_container,
|
|
167
208
|
section_text,
|
|
@@ -187,6 +228,7 @@ export {
|
|
|
187
228
|
transcript_container,
|
|
188
229
|
transcript_content,
|
|
189
230
|
two_inline,
|
|
231
|
+
up_to,
|
|
190
232
|
useGlobalContext,
|
|
191
233
|
validateLink,
|
|
192
234
|
vars,
|
package/dist/themes/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from './axos.css';
|
|
2
|
+
export * from './premier.css';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ImageInterface } from '../CallToActionBar/CallToActionBar.interface';
|
|
2
|
+
|
|
2
3
|
export declare const imageOrientation: (image: ImageInterface) => string;
|
|
3
4
|
export declare const getBannerSizeClassName: (size: string, overlap: boolean) => string;
|
|
4
5
|
export declare const returnImageDimensions: (size: string, image_orientation: string) => {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { CallToActionTypes, QuaternaryTypes, SecondaryTypes } from
|
|
1
|
+
import { CallToActionTypes, QuaternaryTypes, SecondaryTypes } from './variant.types';
|
|
2
|
+
|
|
2
3
|
export declare const getVariantWithRegex: (text: string) => string;
|
|
3
4
|
export declare const getVariant: (text?: string) => CallToActionTypes & SecondaryTypes & QuaternaryTypes;
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
1
|
+
export * from './EverestValidity';
|
|
2
|
+
export * from './allowedAxosDomains';
|
|
3
|
+
export * from './getVariant';
|
|
4
|
+
export * from './validateExternalLinks';
|
|
5
|
+
export * from './variant.types';
|
package/package.json
CHANGED
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@axos-web-dev/shared-components",
|
|
3
|
-
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "0.0.
|
|
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 install",
|
|
26
|
-
"storybook": "storybook dev -p 6006",
|
|
27
|
-
"build-storybook": "storybook build",
|
|
28
|
-
"npm:link": "npm run build && npm link"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@hookform/resolvers": "^3.3.4",
|
|
32
|
-
"@storybook/builder-vite": "^7.6.13",
|
|
33
|
-
"@storybook/preview-api": "^7.6.16",
|
|
34
|
-
"@vanilla-extract/css": "^1.14.1",
|
|
35
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
36
|
-
"clsx": "^2.1.0",
|
|
37
|
-
"react-hook-form": "^7.51.1",
|
|
38
|
-
"react-markdown": "^9.0.1",
|
|
39
|
-
"react-use": "^17.5.0",
|
|
40
|
-
"typed-css-modules": "^0.9.1",
|
|
41
|
-
"vite-plugin-svgr": "^4.2.0",
|
|
42
|
-
"zod": "^3.22.4",
|
|
43
|
-
"zustand": "^4.5.0"
|
|
44
|
-
},
|
|
45
|
-
"peerDependencies": {
|
|
46
|
-
"@vanilla-extract/css": "^1.14.1",
|
|
47
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
48
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
49
|
-
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
50
|
-
"next": "^14.1.4",
|
|
51
|
-
"react": "^18.2.0",
|
|
52
|
-
"react-dom": "^18.2.0"
|
|
53
|
-
},
|
|
54
|
-
"devDependencies": {
|
|
55
|
-
"@rollup/plugin-alias": "^5.1.0",
|
|
56
|
-
"@storybook/addon-essentials": "^7.6.13",
|
|
57
|
-
"@storybook/addon-interactions": "^7.6.13",
|
|
58
|
-
"@storybook/addon-links": "^7.6.13",
|
|
59
|
-
"@storybook/addon-onboarding": "^1.0.11",
|
|
60
|
-
"@storybook/addon-themes": "^7.6.10",
|
|
61
|
-
"@storybook/blocks": "^7.6.13",
|
|
62
|
-
"@storybook/react": "^7.6.13",
|
|
63
|
-
"@storybook/react-vite": "^7.6.13",
|
|
64
|
-
"@storybook/test": "^7.6.13",
|
|
65
|
-
"@svgr/core": "^8.1.0",
|
|
66
|
-
"@svgr/plugin-prettier": "^8.1.0",
|
|
67
|
-
"@svgr/plugin-svgo": "^8.1.0",
|
|
68
|
-
"@types/node": "^20.11.16",
|
|
69
|
-
"@types/react": "^18.2.43",
|
|
70
|
-
"@types/react-dom": "^18.2.17",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
72
|
-
"@typescript-eslint/parser": "^6.14.0",
|
|
73
|
-
"@vanilla-extract/css-utils": "^0.1.3",
|
|
74
|
-
"@vanilla-extract/recipes": "^0.5.1",
|
|
75
|
-
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
76
|
-
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
77
|
-
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
78
|
-
"eslint": "^8.55.0",
|
|
79
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
80
|
-
"eslint-plugin-react-refresh": "^0.4.5",
|
|
81
|
-
"eslint-plugin-storybook": "^0.6.15",
|
|
82
|
-
"glob": "^10.3.10",
|
|
83
|
-
"husky": "^8.0.0",
|
|
84
|
-
"prettier": "3.2.5",
|
|
85
|
-
"react": "^18.2.0",
|
|
86
|
-
"react-dom": "^18.2.0",
|
|
87
|
-
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
88
|
-
"rollup-plugin-svg-import": "^3.0.0",
|
|
89
|
-
"rollup-plugin-svgo": "^2.0.0",
|
|
90
|
-
"storybook": "^7.6.13",
|
|
91
|
-
"typescript": "^5.2.2",
|
|
92
|
-
"typescript-plugin-css-modules": "^5.1.0",
|
|
93
|
-
"vite": "^5.0.8",
|
|
94
|
-
"vite-plugin-dts": "^3.7.3",
|
|
95
|
-
"vite-plugin-lib-inject-css": "^1.3.0",
|
|
96
|
-
"vite-plugin-setting-css-module": "^1.1.4",
|
|
97
|
-
"vite-tsconfig-paths": "^4.3.1",
|
|
98
|
-
"next": "^14.1.4"
|
|
99
|
-
},
|
|
100
|
-
"main": "index.js",
|
|
101
|
-
"directories": {
|
|
102
|
-
"lib": "lib"
|
|
103
|
-
},
|
|
104
|
-
"author": "axos-web-dev",
|
|
105
|
-
"license": "ISC"
|
|
106
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@axos-web-dev/shared-components",
|
|
3
|
+
"description": "Axos shared components library for web.",
|
|
4
|
+
"version": "0.0.15",
|
|
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 install",
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"build-storybook": "storybook build",
|
|
28
|
+
"npm:link": "npm run build && npm link"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@hookform/resolvers": "^3.3.4",
|
|
32
|
+
"@storybook/builder-vite": "^7.6.13",
|
|
33
|
+
"@storybook/preview-api": "^7.6.16",
|
|
34
|
+
"@vanilla-extract/css": "^1.14.1",
|
|
35
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
36
|
+
"clsx": "^2.1.0",
|
|
37
|
+
"react-hook-form": "^7.51.1",
|
|
38
|
+
"react-markdown": "^9.0.1",
|
|
39
|
+
"react-use": "^17.5.0",
|
|
40
|
+
"typed-css-modules": "^0.9.1",
|
|
41
|
+
"vite-plugin-svgr": "^4.2.0",
|
|
42
|
+
"zod": "^3.22.4",
|
|
43
|
+
"zustand": "^4.5.0"
|
|
44
|
+
},
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"@vanilla-extract/css": "^1.14.1",
|
|
47
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
48
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
49
|
+
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
50
|
+
"next": "^14.1.4",
|
|
51
|
+
"react": "^18.2.0",
|
|
52
|
+
"react-dom": "^18.2.0"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@rollup/plugin-alias": "^5.1.0",
|
|
56
|
+
"@storybook/addon-essentials": "^7.6.13",
|
|
57
|
+
"@storybook/addon-interactions": "^7.6.13",
|
|
58
|
+
"@storybook/addon-links": "^7.6.13",
|
|
59
|
+
"@storybook/addon-onboarding": "^1.0.11",
|
|
60
|
+
"@storybook/addon-themes": "^7.6.10",
|
|
61
|
+
"@storybook/blocks": "^7.6.13",
|
|
62
|
+
"@storybook/react": "^7.6.13",
|
|
63
|
+
"@storybook/react-vite": "^7.6.13",
|
|
64
|
+
"@storybook/test": "^7.6.13",
|
|
65
|
+
"@svgr/core": "^8.1.0",
|
|
66
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
67
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
68
|
+
"@types/node": "^20.11.16",
|
|
69
|
+
"@types/react": "^18.2.43",
|
|
70
|
+
"@types/react-dom": "^18.2.17",
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
72
|
+
"@typescript-eslint/parser": "^6.14.0",
|
|
73
|
+
"@vanilla-extract/css-utils": "^0.1.3",
|
|
74
|
+
"@vanilla-extract/recipes": "^0.5.1",
|
|
75
|
+
"@vanilla-extract/vite-plugin": "^4.0.3",
|
|
76
|
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
77
|
+
"esbuild-vanilla-image-loader": "^0.1.3",
|
|
78
|
+
"eslint": "^8.55.0",
|
|
79
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
80
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
|
81
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
82
|
+
"glob": "^10.3.10",
|
|
83
|
+
"husky": "^8.0.0",
|
|
84
|
+
"prettier": "3.2.5",
|
|
85
|
+
"react": "^18.2.0",
|
|
86
|
+
"react-dom": "^18.2.0",
|
|
87
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
88
|
+
"rollup-plugin-svg-import": "^3.0.0",
|
|
89
|
+
"rollup-plugin-svgo": "^2.0.0",
|
|
90
|
+
"storybook": "^7.6.13",
|
|
91
|
+
"typescript": "^5.2.2",
|
|
92
|
+
"typescript-plugin-css-modules": "^5.1.0",
|
|
93
|
+
"vite": "^5.0.8",
|
|
94
|
+
"vite-plugin-dts": "^3.7.3",
|
|
95
|
+
"vite-plugin-lib-inject-css": "^1.3.0",
|
|
96
|
+
"vite-plugin-setting-css-module": "^1.1.4",
|
|
97
|
+
"vite-tsconfig-paths": "^4.3.1",
|
|
98
|
+
"next": "^14.1.4"
|
|
99
|
+
},
|
|
100
|
+
"main": "index.js",
|
|
101
|
+
"directories": {
|
|
102
|
+
"lib": "lib"
|
|
103
|
+
},
|
|
104
|
+
"author": "axos-web-dev",
|
|
105
|
+
"license": "ISC"
|
|
106
|
+
}
|