@mlw-packages/react-components 1.8.6 → 1.8.8
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 +136 -28
- package/dist/index.d.mts +137 -109
- package/dist/index.d.ts +137 -109
- package/dist/index.js +3104 -3531
- package/dist/index.mjs +2408 -3503
- package/dist/pwa-512x512-4NJPUGCI.png +0 -0
- package/package.json +6 -6
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlw-packages/react-components",
|
|
3
|
+
"developer": "Eduardo Ronchi de Araujo - Desenvolvidor de Sistemas Junio",
|
|
3
4
|
"publishConfig": {
|
|
4
5
|
"access": "public"
|
|
5
6
|
},
|
|
6
|
-
"version": "1.8.
|
|
7
|
+
"version": "1.8.8",
|
|
7
8
|
"homepage": "https://main--68e80310a069c2f10b546ef3.chromatic.com/",
|
|
8
9
|
"repository": {
|
|
9
10
|
"type": "git",
|
|
@@ -19,8 +20,10 @@
|
|
|
19
20
|
"scripts": {
|
|
20
21
|
"dev": "vite",
|
|
21
22
|
"build": "npm run build-css && tsup",
|
|
22
|
-
"
|
|
23
|
+
"postbuild": "node ./scripts/check-build.js",
|
|
24
|
+
"build:check": "npm run build && node ./scripts/check-build.js",
|
|
23
25
|
"build-css": "npx tailwindcss -i ./src/style/global.css -o ./dist/index.css --config ./tailwind.config.js",
|
|
26
|
+
"clean": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true}); console.log('✓ dist/ removido')\"",
|
|
24
27
|
"lint": "tsc --noEmit && eslint .",
|
|
25
28
|
"preview": "vite preview",
|
|
26
29
|
"deploy:patch": "npm version patch && npm publish",
|
|
@@ -74,7 +77,6 @@
|
|
|
74
77
|
"sonner": "^1.7.4",
|
|
75
78
|
"tailwind-merge": "^3.0.1",
|
|
76
79
|
"tailwindcss-animate": "^1.0.7",
|
|
77
|
-
"three": "^0.180.0",
|
|
78
80
|
"vaul": "^1.1.2"
|
|
79
81
|
},
|
|
80
82
|
"devDependencies": {
|
|
@@ -84,15 +86,14 @@
|
|
|
84
86
|
"@storybook/addon-docs": "^9.1.2",
|
|
85
87
|
"@storybook/addon-onboarding": "^9.1.2",
|
|
86
88
|
"@storybook/react-vite": "^9.1.2",
|
|
87
|
-
"@types/jest": "^29.5.14",
|
|
88
89
|
"@types/node": "^22.13.1",
|
|
89
90
|
"@types/react": "^19.0.8",
|
|
90
91
|
"@types/react-dom": "^19.0.3",
|
|
91
92
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
92
|
-
"@types/three": "^0.180.0",
|
|
93
93
|
"@vitejs/plugin-react": "^4.4.1",
|
|
94
94
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
95
95
|
"autoprefixer": "^10.4.20",
|
|
96
|
+
"baseline-browser-mapping": "^2.9.18",
|
|
96
97
|
"eslint": "^9.19.0",
|
|
97
98
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
98
99
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
@@ -104,7 +105,6 @@
|
|
|
104
105
|
"react": "^18.0.0",
|
|
105
106
|
"react-dom": "^18.0.0",
|
|
106
107
|
"storybook": "^9.1.2",
|
|
107
|
-
"style-loader": "^4.0.0",
|
|
108
108
|
"tailwindcss": "^3.4.17",
|
|
109
109
|
"tsup": "^8.4.0",
|
|
110
110
|
"typescript": "~5.7.2",
|