@iclips/ui 1.2.29 → 1.2.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iclips/ui",
3
- "version": "1.2.29",
3
+ "version": "1.2.31",
4
4
  "description": "Sistema de design completo com paleta personalizada (#7F26BF) e 47 componentes shadcn/ui",
5
5
  "author": "iclipsbr",
6
6
  "license": "MIT",
@@ -66,7 +66,7 @@
66
66
  "@tiptap/extension-underline": "*",
67
67
  "@tiptap/react": "*",
68
68
  "@tiptap/starter-kit": "*",
69
- "@vitejs/plugin-react": "*",
69
+ "@vitejs/plugin-react": "^4.3.4",
70
70
  "class-variance-authority": "^0.7.1",
71
71
  "clsx": "*",
72
72
  "cmdk": "^1.1.1",
@@ -94,8 +94,7 @@
94
94
  "tsup": "*",
95
95
  "url": "*",
96
96
  "vaul": "^1.1.2",
97
- "vite": "*",
98
- "vite-plugin-dts": "*"
97
+ "vite-plugin-dts": "^4.0.0"
99
98
  },
100
99
  "devDependencies": {
101
100
  "@tailwindcss/postcss": "^4.1.17",
@@ -121,6 +120,10 @@
121
120
  "url": "https://github.com/iclipsbr/Designsystem/issues"
122
121
  },
123
122
  "homepage": "https://github.com/iclipsbr/Designsystem#readme",
123
+ "publishConfig": {
124
+ "registry": "https://registry.npmjs.org/",
125
+ "access": "public"
126
+ },
124
127
  "optionalDependencies": {
125
128
  "@rollup/rollup-linux-x64-gnu": "^4.59.0",
126
129
  "@swc/core-linux-x64-gnu": "^1.15.18",