@mvr-ui/components 1.0.78 → 1.0.79
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/README.md +211 -211
- package/dist/mvr-ui.css +1 -1
- package/dist/page.d.mts +42 -2
- package/dist/page.d.ts +42 -2
- package/dist/page.js +36 -26
- package/dist/page.mjs +7 -4
- package/package.json +69 -69
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mvr-ui/components",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"sideEffects": false,
|
|
5
|
-
"main": "dist/page.cjs",
|
|
6
|
-
"module": "dist/page.js",
|
|
7
|
-
"types": "dist/page.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist",
|
|
10
|
-
"README.md"
|
|
11
|
-
],
|
|
12
|
-
"exports": {
|
|
13
|
-
".": {
|
|
14
|
-
"import": "./dist/page.mjs",
|
|
15
|
-
"require": "./dist/page.js",
|
|
16
|
-
"types": "./dist/page.d.ts"
|
|
17
|
-
},
|
|
18
|
-
"./dist/mvr-ui.css": "./dist/mvr-ui.css",
|
|
19
|
-
"./styles.css": "./dist/mvr-ui.css"
|
|
20
|
-
},
|
|
21
|
-
"scripts": {
|
|
22
|
-
"build": "npm run build:ts && npm run build:css",
|
|
23
|
-
"build:css": "npx @tailwindcss/cli -i app/components/globals.css -o dist/mvr-ui.css --minify",
|
|
24
|
-
"build:ts": "npx tsup",
|
|
25
|
-
"patch": "npm version patch",
|
|
26
|
-
"rise": "npm version patch && npm publish",
|
|
27
|
-
"license": "bash ./scripts/license/license.sh",
|
|
28
|
-
"reset": "npm cache clean --force && rm -rf node_modules package-lock.json && npm install"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"tailwind-merge": "^3.3.1"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@tailwindcss/postcss": "^4.1.16",
|
|
35
|
-
"@types/node": "^24.0.10",
|
|
36
|
-
"@types/react": "^19.1.8",
|
|
37
|
-
"@types/react-dom": "^19.1.6",
|
|
38
|
-
"autoprefixer": "^10.4.21",
|
|
39
|
-
"clsx": "^2.1.1",
|
|
40
|
-
"postcss": "^8.5.6",
|
|
41
|
-
"postcss-cli": "^11.0.1",
|
|
42
|
-
"tailwindcss": "^4.1.16",
|
|
43
|
-
"tailwindcss-animate": "^1.0.7",
|
|
44
|
-
"tsup": "^7.2.0",
|
|
45
|
-
"tw-animate-css": "^1.4.0",
|
|
46
|
-
"typescript": "^5.8.3"
|
|
47
|
-
},
|
|
48
|
-
"peerDependencies": {
|
|
49
|
-
"autoprefixer": "^10.4.21",
|
|
50
|
-
"clsx": "^2.1.1",
|
|
51
|
-
"next": ">=14.0.0",
|
|
52
|
-
"postcss": "^8.5.6",
|
|
53
|
-
"react": ">=18.0.0",
|
|
54
|
-
"react-dom": ">=18.0.0",
|
|
55
|
-
"react-hook-form": "^7.43.0 || ^7.59.0",
|
|
56
|
-
"tailwindcss": "^4.1.11"
|
|
57
|
-
},
|
|
58
|
-
"peerDependenciesMeta": {
|
|
59
|
-
"tailwindcss": {
|
|
60
|
-
"optional": true
|
|
61
|
-
},
|
|
62
|
-
"autoprefixer": {
|
|
63
|
-
"optional": true
|
|
64
|
-
},
|
|
65
|
-
"postcss": {
|
|
66
|
-
"optional": true
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@mvr-ui/components",
|
|
3
|
+
"version": "1.0.79",
|
|
4
|
+
"sideEffects": false,
|
|
5
|
+
"main": "dist/page.cjs",
|
|
6
|
+
"module": "dist/page.js",
|
|
7
|
+
"types": "dist/page.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist",
|
|
10
|
+
"README.md"
|
|
11
|
+
],
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/page.mjs",
|
|
15
|
+
"require": "./dist/page.js",
|
|
16
|
+
"types": "./dist/page.d.ts"
|
|
17
|
+
},
|
|
18
|
+
"./dist/mvr-ui.css": "./dist/mvr-ui.css",
|
|
19
|
+
"./styles.css": "./dist/mvr-ui.css"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "npm run build:ts && npm run build:css",
|
|
23
|
+
"build:css": "npx @tailwindcss/cli -i app/components/globals.css -o dist/mvr-ui.css --minify",
|
|
24
|
+
"build:ts": "npx tsup",
|
|
25
|
+
"patch": "npm version patch",
|
|
26
|
+
"rise": "npm version patch && npm publish",
|
|
27
|
+
"license": "bash ./scripts/license/license.sh",
|
|
28
|
+
"reset": "npm cache clean --force && rm -rf node_modules package-lock.json && npm install"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"tailwind-merge": "^3.3.1"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@tailwindcss/postcss": "^4.1.16",
|
|
35
|
+
"@types/node": "^24.0.10",
|
|
36
|
+
"@types/react": "^19.1.8",
|
|
37
|
+
"@types/react-dom": "^19.1.6",
|
|
38
|
+
"autoprefixer": "^10.4.21",
|
|
39
|
+
"clsx": "^2.1.1",
|
|
40
|
+
"postcss": "^8.5.6",
|
|
41
|
+
"postcss-cli": "^11.0.1",
|
|
42
|
+
"tailwindcss": "^4.1.16",
|
|
43
|
+
"tailwindcss-animate": "^1.0.7",
|
|
44
|
+
"tsup": "^7.2.0",
|
|
45
|
+
"tw-animate-css": "^1.4.0",
|
|
46
|
+
"typescript": "^5.8.3"
|
|
47
|
+
},
|
|
48
|
+
"peerDependencies": {
|
|
49
|
+
"autoprefixer": "^10.4.21",
|
|
50
|
+
"clsx": "^2.1.1",
|
|
51
|
+
"next": ">=14.0.0",
|
|
52
|
+
"postcss": "^8.5.6",
|
|
53
|
+
"react": ">=18.0.0",
|
|
54
|
+
"react-dom": ">=18.0.0",
|
|
55
|
+
"react-hook-form": "^7.43.0 || ^7.59.0",
|
|
56
|
+
"tailwindcss": "^4.1.11"
|
|
57
|
+
},
|
|
58
|
+
"peerDependenciesMeta": {
|
|
59
|
+
"tailwindcss": {
|
|
60
|
+
"optional": true
|
|
61
|
+
},
|
|
62
|
+
"autoprefixer": {
|
|
63
|
+
"optional": true
|
|
64
|
+
},
|
|
65
|
+
"postcss": {
|
|
66
|
+
"optional": true
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|