RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@cube-dev/ui-kit
Versions diffs
0.8.1 → 0.8.2
Page 7
@cube-dev/ui-kit 0.8.1 → 0.8.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/dist/cjs/components/forms/Form/useForm.d.ts
+1
-0
package/dist/cjs/index.js
+2
-2
package/dist/cjs/index.js.map
+1
-1
package/dist/mjs/components/forms/Form/useForm.d.ts
+1
-0
package/dist/mjs/index.js
+2
-2
package/dist/mjs/index.js.map
+1
-1
package/package.json
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@cube-dev/ui-kit",
3
-
"version": "0.8.
1
",
3
+
"version": "0.8.
2
",
4
4
"description": "UIKit for Cube Projects",
5
5
"main": "dist/cjs/index.js",
6
6
"module": "dist/mjs/index.js",
« First
‹ Prev
...
3
4
5
6
7