@ctlyst.id/internal-ui 3.1.1 → 3.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +734 -7620
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +418 -7316
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.3",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -43,7 +43,8 @@
|
|
43
43
|
"peerDependencies": {
|
44
44
|
"@ctlyst.id/internal-icon": "^1.0.7",
|
45
45
|
"react": "^18.1.0",
|
46
|
-
"react-dom": "^18.1.0"
|
46
|
+
"react-dom": "^18.1.0",
|
47
|
+
"framer-motion": ">=4.0.0 <11.2.0"
|
47
48
|
},
|
48
49
|
"devDependencies": {
|
49
50
|
"@babel/core": "^7.15.0",
|