@ctlyst.id/internal-ui 2.1.6 → 2.1.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/toast/components/toast.d.ts +0 -1
- package/dist/internal-ui.cjs.development.js +7 -2
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +2 -2
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +7 -2
- package/dist/internal-ui.esm.js.map +1 -1
- package/dist/provider/components/provider.d.ts +0 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.7",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -69,5 +69,5 @@
|
|
69
69
|
"framer-motion": "^6.3.13",
|
70
70
|
"jest": "^26.6.3"
|
71
71
|
},
|
72
|
-
"gitHead": "
|
72
|
+
"gitHead": "db0fc410f3c292366fd28afaa762f947673fc9e8"
|
73
73
|
}
|