@iclips/ui 1.0.0 → 1.0.1
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/{LICENSE/Code-component-19-1703.tsx → LICENSE} +1 -1
- package/README.md +14 -14
- package/dist/index.cjs +4794 -7316
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +8973 -0
- package/dist/index.d.cts +548 -1307
- package/dist/index.d.ts +548 -1307
- package/dist/index.js +4785 -7278
- package/dist/index.js.map +1 -1
- package/package.json +13 -42
- package/LICENSE/Code-component-19-1719.tsx +0 -21
- package/styles/globals.css +0 -694
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iclips/ui",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
5
|
-
"author": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Sistema de design completo com paleta personalizada (#7F26BF) e 47 componentes shadcn/ui",
|
|
5
|
+
"author": "iclipsbr",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/index.cjs",
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"import": "./dist/index.js",
|
|
15
15
|
"require": "./dist/index.cjs"
|
|
16
16
|
},
|
|
17
|
-
"./styles.css": "./
|
|
17
|
+
"./styles.css": "./dist/index.css",
|
|
18
|
+
"./dist/index.css": "./dist/index.css",
|
|
18
19
|
"./package.json": "./package.json"
|
|
19
20
|
},
|
|
20
21
|
"files": [
|
|
21
22
|
"dist",
|
|
22
|
-
"styles",
|
|
23
23
|
"README.md",
|
|
24
24
|
"LICENSE"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
27
|
"dev": "vite",
|
|
28
28
|
"build": "tsc && vite build",
|
|
29
|
-
"build:lib": "tsup",
|
|
29
|
+
"build:lib": "tsup && node process-css.mjs",
|
|
30
30
|
"preview": "vite preview",
|
|
31
31
|
"typecheck": "tsc --noEmit",
|
|
32
32
|
"prepublishOnly": "npm run build:lib"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "^18.0.0 || ^19.0.0",
|
|
36
36
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
37
|
-
"tailwindcss": "^4.0.0"
|
|
37
|
+
"tailwindcss": "^3.0.0 || ^4.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@radix-ui/react-accordion": "^1.2.2",
|
|
@@ -63,72 +63,43 @@
|
|
|
63
63
|
"@radix-ui/react-toggle": "^1.1.1",
|
|
64
64
|
"@radix-ui/react-toggle-group": "^1.1.1",
|
|
65
65
|
"@radix-ui/react-tooltip": "^1.1.6",
|
|
66
|
-
"@tiptap/extension-color": "^2.10.5",
|
|
67
|
-
"@tiptap/extension-image": "^2.10.5",
|
|
68
|
-
"@tiptap/extension-link": "^2.10.5",
|
|
69
|
-
"@tiptap/extension-mention": "^2.10.5",
|
|
70
|
-
"@tiptap/extension-placeholder": "^2.10.5",
|
|
71
|
-
"@tiptap/extension-text-align": "^2.10.5",
|
|
72
|
-
"@tiptap/extension-text-style": "^2.10.5",
|
|
73
|
-
"@tiptap/extension-underline": "^2.10.5",
|
|
74
|
-
"@tiptap/react": "^2.10.5",
|
|
75
|
-
"@tiptap/starter-kit": "^2.10.5",
|
|
76
66
|
"class-variance-authority": "^0.7.1",
|
|
77
67
|
"clsx": "^2.1.1",
|
|
78
68
|
"cmdk": "^1.0.4",
|
|
79
69
|
"date-fns": "^4.1.0",
|
|
80
70
|
"embla-carousel-react": "^8.5.2",
|
|
81
|
-
"emoji-picker-react": "^4.12.0",
|
|
82
|
-
"gantt-task-react": "^0.3.9",
|
|
83
71
|
"input-otp": "^1.4.1",
|
|
84
72
|
"lucide-react": "^0.469.0",
|
|
85
|
-
"next-themes": "^0.4.4",
|
|
86
73
|
"react-colorful": "^5.6.1",
|
|
87
74
|
"react-day-picker": "^9.4.3",
|
|
88
|
-
"react-dnd": "^16.0.1",
|
|
89
|
-
"react-dnd-html5-backend": "^16.0.1",
|
|
90
|
-
"react-hook-form": "^7.55.0",
|
|
91
75
|
"react-resizable-panels": "^2.1.7",
|
|
92
76
|
"recharts": "^2.15.0",
|
|
93
77
|
"sonner": "^2.0.3",
|
|
94
78
|
"tailwind-merge": "^2.6.0",
|
|
95
79
|
"tailwindcss-animate": "^1.0.7",
|
|
96
|
-
"tippy.js": "^6.3.7",
|
|
97
80
|
"vaul": "^1.1.2"
|
|
98
81
|
},
|
|
99
82
|
"devDependencies": {
|
|
100
83
|
"@tailwindcss/postcss": "^4.0.0",
|
|
101
84
|
"@types/node": "^22.10.2",
|
|
102
|
-
"@types/react": "^18.
|
|
103
|
-
"@types/react-dom": "^18.
|
|
85
|
+
"@types/react": "^18.0.0 || ^19.0.0",
|
|
86
|
+
"@types/react-dom": "^18.0.0 || ^19.0.0",
|
|
104
87
|
"@vitejs/plugin-react": "^4.3.4",
|
|
105
88
|
"autoprefixer": "^10.4.20",
|
|
106
89
|
"postcss": "^8.4.49",
|
|
107
90
|
"react": "^19.0.0",
|
|
108
91
|
"react-dom": "^19.0.0",
|
|
109
92
|
"tailwindcss": "^4.0.0",
|
|
110
|
-
"tsup": "^8.3.5",
|
|
111
93
|
"typescript": "^5.7.2",
|
|
112
94
|
"vite": "^6.0.5",
|
|
113
95
|
"vite-plugin-dts": "^4.3.0"
|
|
114
96
|
},
|
|
115
97
|
"repository": {
|
|
116
98
|
"type": "git",
|
|
117
|
-
"url": "https://github.com/
|
|
99
|
+
"url": "git+https://github.com/iclipsbr/Designsystem.git"
|
|
118
100
|
},
|
|
119
101
|
"bugs": {
|
|
120
|
-
"url": "https://github.com/
|
|
102
|
+
"url": "https://github.com/iclipsbr/Designsystem/issues"
|
|
121
103
|
},
|
|
122
|
-
"homepage": "https://github.com/
|
|
123
|
-
|
|
124
|
-
"react",
|
|
125
|
-
"components",
|
|
126
|
-
"design-system",
|
|
127
|
-
"tailwind",
|
|
128
|
-
"ui",
|
|
129
|
-
"iclips",
|
|
130
|
-
"typescript",
|
|
131
|
-
"shadcn",
|
|
132
|
-
"radix-ui"
|
|
133
|
-
]
|
|
134
|
-
}
|
|
104
|
+
"homepage": "https://github.com/iclipsbr/Designsystem#readme"
|
|
105
|
+
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 [Seu Nome]
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|