@invect/ui 0.0.3 → 0.0.5
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/{Invect-CJSKm2Aq.js → Invect-CUR_K7mH.js} +22899 -22871
- package/dist/api/node-data.api.d.ts +1 -1
- package/dist/demo.js +47 -48
- package/dist/index.js +157 -157
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@invect/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Complete React components and routes for Invect workflow management",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -95,8 +95,7 @@
|
|
|
95
95
|
"remark-gfm": "^4.0.1",
|
|
96
96
|
"tailwind-merge": "^3.3.1",
|
|
97
97
|
"zustand": "^5.0.9",
|
|
98
|
-
"@invect/layouts": "0.0.
|
|
99
|
-
"@invect/core": "0.0.3"
|
|
98
|
+
"@invect/layouts": "0.0.5"
|
|
100
99
|
},
|
|
101
100
|
"devDependencies": {
|
|
102
101
|
"@tailwindcss/postcss": "^4.1.0",
|
|
@@ -113,7 +112,8 @@
|
|
|
113
112
|
"typescript": "^5.8.3",
|
|
114
113
|
"vite": "^8.0.0",
|
|
115
114
|
"vite-plugin-dts": "^4.5.4",
|
|
116
|
-
"vitest": "^3.2.4"
|
|
115
|
+
"vitest": "^3.2.4",
|
|
116
|
+
"@invect/core": "0.0.5"
|
|
117
117
|
},
|
|
118
118
|
"peerDependencies": {
|
|
119
119
|
"react": "^18.3.1 || ^19.0.0",
|