@iclips/ui 1.0.9 → 1.0.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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -7
- package/dist/index.js.map +1 -1
- package/package.json +21 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iclips/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Sistema de design completo com paleta personalizada (#7F26BF) e 47 componentes shadcn/ui",
|
|
5
5
|
"author": "iclipsbr",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,24 +9,24 @@
|
|
|
9
9
|
"module": "./dist/index.js",
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
11
|
"exports": {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.js",
|
|
15
|
+
"require": "./dist/index.cjs"
|
|
16
|
+
},
|
|
17
|
+
"./styles.css": "./dist/index.css",
|
|
18
|
+
"./dist/index.css": "./dist/index.css",
|
|
19
|
+
"./package.json": "./package.json"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
"dist",
|
|
23
|
+
"README.md",
|
|
24
|
+
"LICENSE"
|
|
25
25
|
],
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
28
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
29
|
+
"tailwindcss": "^3.0.0 || ^4.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@modelcontextprotocol/sdk": "*",
|
|
@@ -76,14 +76,15 @@
|
|
|
76
76
|
"lucide-react": "^0.487.0",
|
|
77
77
|
"next-themes": "^0.4.6",
|
|
78
78
|
"path": "*",
|
|
79
|
-
"react": "^18.
|
|
79
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
80
80
|
"react-colorful": "*",
|
|
81
81
|
"react-day-picker": "^8.10.1",
|
|
82
82
|
"react-dnd": "*",
|
|
83
83
|
"react-dnd-html5-backend": "*",
|
|
84
|
-
"react-dom": "^18.
|
|
84
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
85
85
|
"react-hook-form": "^7.55.0",
|
|
86
86
|
"react-resizable-panels": "^2.1.7",
|
|
87
|
+
"react-router-dom": "^7.10.1",
|
|
87
88
|
"recharts": "*",
|
|
88
89
|
"sonner": "^2.0.3",
|
|
89
90
|
"tailwind-merge": "*",
|
|
@@ -110,11 +111,11 @@
|
|
|
110
111
|
"prepublishOnly": "npm run build:lib"
|
|
111
112
|
},
|
|
112
113
|
"repository": {
|
|
113
|
-
|
|
114
|
-
|
|
114
|
+
"type": "git",
|
|
115
|
+
"url": "git+https://github.com/iclipsbr/Designsystem.git"
|
|
115
116
|
},
|
|
116
117
|
"bugs": {
|
|
117
|
-
|
|
118
|
+
"url": "https://github.com/iclipsbr/Designsystem/issues"
|
|
118
119
|
},
|
|
119
120
|
"homepage": "https://github.com/iclipsbr/Designsystem#readme"
|
|
120
121
|
}
|