@ctlyst.id/internal-ui 4.1.4 → 4.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +7 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.6",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -46,15 +46,13 @@
|
|
46
46
|
"framer-motion": ">=4.0.0 <11.2.0",
|
47
47
|
"react": "^18.1.0",
|
48
48
|
"react-dom": "^18.1.0",
|
49
|
-
"@ctlyst.id/internal-icon": "1.1.
|
49
|
+
"@ctlyst.id/internal-icon": "1.1.2"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
52
|
"@babel/core": "^7.15.0",
|
53
53
|
"@babel/preset-env": "^7.24.7",
|
54
54
|
"@babel/preset-react": "^7.24.7",
|
55
55
|
"@babel/preset-typescript": "^7.18.6",
|
56
|
-
"@ctlyst.id/ctlyst-theme": "^0.0.6",
|
57
|
-
"@ctlyst.id/voila-theme": "^0.0.6",
|
58
56
|
"@testing-library/dom": "^10.0.0",
|
59
57
|
"@testing-library/jest-dom": "^6.4.6",
|
60
58
|
"@testing-library/react": "^16.0.0",
|
@@ -64,7 +62,9 @@
|
|
64
62
|
"date-fns": "^3.6.0",
|
65
63
|
"framer-motion": "^6.3.13",
|
66
64
|
"jest": "^29.7.0",
|
67
|
-
"@ctlyst.id/
|
65
|
+
"@ctlyst.id/ctlyst-theme": "0.0.7",
|
66
|
+
"@ctlyst.id/internal-icon": "1.1.2",
|
67
|
+
"@ctlyst.id/voila-theme": "0.0.7"
|
68
68
|
},
|
69
69
|
"gitHead": "da79c755628cff127d3383febf834eb2c7478c31",
|
70
70
|
"scripts": {
|