@embedreach/components 0.1.9 → 0.1.10
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/index.css +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.es.js +9937 -0
- package/dist/index.umd.js +132 -0
- package/package.json +23 -55
- package/dist/reach.es.js +0 -17062
- package/dist/reach.umd.js +0 -15
- package/dist/style.css +0 -1
package/package.json
CHANGED
|
@@ -1,75 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedreach/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "./dist/
|
|
7
|
-
"module": "./dist/
|
|
6
|
+
"main": "./dist/index.umd.js",
|
|
7
|
+
"module": "./dist/index.es.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
|
+
"style": "./dist/index.css",
|
|
9
10
|
"files": [
|
|
10
11
|
"dist"
|
|
11
12
|
],
|
|
12
13
|
"scripts": {
|
|
13
|
-
"build": "
|
|
14
|
-
"clean": "rimraf dist"
|
|
14
|
+
"build": "vite build",
|
|
15
|
+
"clean": "rimraf dist",
|
|
16
|
+
"prepublishOnly": "npm run clean && npm run build"
|
|
15
17
|
},
|
|
16
18
|
"peerDependencies": {
|
|
17
|
-
"@
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"@radix-ui/react-dialog": "^1.1.4",
|
|
22
|
-
"@radix-ui/react-dropdown-menu": "^2.1.5",
|
|
23
|
-
"@radix-ui/react-label": "^2.1.0",
|
|
24
|
-
"@radix-ui/react-navigation-menu": "^1.2.1",
|
|
25
|
-
"@radix-ui/react-popover": "^1.1.2",
|
|
26
|
-
"@radix-ui/react-radio-group": "^1.2.2",
|
|
27
|
-
"@radix-ui/react-select": "^2.1.4",
|
|
28
|
-
"@radix-ui/react-slider": "^1.2.2",
|
|
29
|
-
"@radix-ui/react-slot": "^1.1.1",
|
|
30
|
-
"@radix-ui/react-switch": "^1.1.2",
|
|
31
|
-
"@radix-ui/react-tabs": "^1.1.2",
|
|
32
|
-
"@radix-ui/react-toast": "^1.2.4",
|
|
33
|
-
"@radix-ui/react-tooltip": "^1.1.7",
|
|
34
|
-
"@react-google-maps/api": "^2.20.3",
|
|
35
|
-
"@tanstack/react-query": "^5.62.1",
|
|
36
|
-
"@tanstack/react-query-devtools": "^5.62.1",
|
|
37
|
-
"@tanstack/react-table": "^8.21.2",
|
|
38
|
-
"@tanstack/react-virtual": "^3.13.0",
|
|
39
|
-
"class-variance-authority": "^0.7.1",
|
|
40
|
-
"clsx": "^2.1.1",
|
|
41
|
-
"date-fns": "^3.6.0",
|
|
42
|
-
"framer-motion": "^12.4.0",
|
|
43
|
-
"i18next": "^24.0.5",
|
|
44
|
-
"i18next-browser-languagedetector": "^8.0.0",
|
|
45
|
-
"i18next-http-backend": "^3.0.1",
|
|
46
|
-
"launchdarkly-react-client-sdk": "^3.6.1",
|
|
47
|
-
"lucide-react": "^0.464.0",
|
|
48
|
-
"react": "^18.3.1",
|
|
49
|
-
"react-day-picker": "^8.10.1",
|
|
50
|
-
"react-dom": "^18.3.1",
|
|
51
|
-
"react-hook-form": "^7.53.2",
|
|
52
|
-
"react-i18next": "^15.1.3",
|
|
53
|
-
"react-router-dom": "^7.1.0",
|
|
54
|
-
"recharts": "^2.14.1",
|
|
55
|
-
"tailwind-merge": "^2.5.5",
|
|
56
|
-
"tailwindcss-animate": "^1.0.7",
|
|
57
|
-
"window-post-message-proxy": "^0.2.9",
|
|
58
|
-
"zod": "^3.23.8"
|
|
19
|
+
"@tanstack/react-query": "^5.0.0",
|
|
20
|
+
"react": "^18.0.0",
|
|
21
|
+
"react-dom": "^18.0.0",
|
|
22
|
+
"react-router-dom": "^6.0.0"
|
|
59
23
|
},
|
|
60
24
|
"exports": {
|
|
61
25
|
".": {
|
|
62
|
-
"import": "./dist/
|
|
63
|
-
"require": "./dist/
|
|
26
|
+
"import": "./dist/index.es.js",
|
|
27
|
+
"require": "./dist/index.umd.js",
|
|
64
28
|
"types": "./dist/index.d.ts"
|
|
65
29
|
},
|
|
66
|
-
"./
|
|
67
|
-
"import": "./dist/components/index.js",
|
|
68
|
-
"require": "./dist/components/index.cjs",
|
|
69
|
-
"types": "./dist/components/index.d.ts"
|
|
70
|
-
}
|
|
30
|
+
"./index.css": "./dist/index.css"
|
|
71
31
|
},
|
|
72
32
|
"publishConfig": {
|
|
73
33
|
"access": "public"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
37
|
+
"rimraf": "^5.0.0",
|
|
38
|
+
"tailwindcss": "^3.3.0",
|
|
39
|
+
"tailwindcss-animate": "^1.0.7",
|
|
40
|
+
"vite": "^5.4.11",
|
|
41
|
+
"vite-plugin-dts": "^3.0.0"
|
|
74
42
|
}
|
|
75
|
-
}
|
|
43
|
+
}
|