@ctlyst.id/internal-ui 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +50 -0
- package/dist/index.css.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/poppins-latin-400-normal-SFWTNBQB.woff2 +0 -0
- package/dist/poppins-latin-400-normal-ZPTYLX7I.woff +0 -0
- package/dist/poppins-latin-ext-400-normal-7PFKV6Y5.woff +0 -0
- package/dist/poppins-latin-ext-400-normal-K3FV5HAI.woff2 +0 -0
- package/package.json +3 -3
Binary file
|
Binary file
|
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.2",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -41,10 +41,10 @@
|
|
41
41
|
"tslib": "^2.3.1"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
|
-
"@ctlyst.id/internal-icon": "^1.0.7",
|
45
44
|
"react": "^18.1.0",
|
46
45
|
"react-dom": "^18.1.0",
|
47
|
-
"framer-motion": ">=4.0.0 <11.2.0"
|
46
|
+
"framer-motion": ">=4.0.0 <11.2.0",
|
47
|
+
"@ctlyst.id/internal-icon": "1.1.0"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@babel/core": "^7.15.0",
|