@axos-web-dev/shared-components 2.0.0-dev.31.insights.6 → 2.0.0-dev.31.insights.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/package.json CHANGED
@@ -1,152 +1,152 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "2.0.0-dev.31.insights.6",
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
- "zod": "^3.24.1",
79
- "zustand": "^4.5.5"
80
- },
81
- "peerDependencies": {
82
- "@vanilla-extract/css-utils": "^0.1.3 || ^0.1.4",
83
- "@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
84
- "@vanilla-extract/vite-plugin": "^4.0.3 || ^4.0.18",
85
- "next": "^14.1.4 || ^15.0.0 || ^16.0.0",
86
- "react": "^18.2.0 || ^19.0.0",
87
- "react-date-range": "^2.0.1",
88
- "react-dom": "^18.2.0 || ^19.0.0",
89
- "react-slick": "^0.30.2",
90
- "slick-carousel": "^1.8.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
- },
147
- "directories": {
148
- "lib": "lib"
149
- },
150
- "author": "axos-web-dev",
151
- "license": "ISC"
152
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "2.0.0-dev.31.insights.7",
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
+ "zod": "^3.24.1",
79
+ "zustand": "^4.5.5"
80
+ },
81
+ "peerDependencies": {
82
+ "@vanilla-extract/css-utils": "^0.1.3 || ^0.1.4",
83
+ "@vanilla-extract/recipes": "^0.5.1 || ^0.5.5",
84
+ "@vanilla-extract/vite-plugin": "^4.0.3 || ^4.0.18",
85
+ "next": "^14.1.4 || ^15.0.0 || ^16.0.0",
86
+ "react": "^18.2.0 || ^19.0.0",
87
+ "react-date-range": "^2.0.1",
88
+ "react-dom": "^18.2.0 || ^19.0.0",
89
+ "react-slick": "^0.30.2",
90
+ "slick-carousel": "^1.8.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
+ },
147
+ "directories": {
148
+ "lib": "lib"
149
+ },
150
+ "author": "axos-web-dev",
151
+ "license": "ISC"
152
+ }