@ctlyst.id/internal-ui 4.1.16 → 4.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +28 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "4.1
|
3
|
+
"version": "4.2.1",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -62,9 +62,9 @@
|
|
62
62
|
"date-fns": "^3.6.0",
|
63
63
|
"framer-motion": "^6.3.13",
|
64
64
|
"jest": "^29.7.0",
|
65
|
-
"@ctlyst.id/ctlyst-theme": "0.0
|
65
|
+
"@ctlyst.id/ctlyst-theme": "0.1.0",
|
66
66
|
"@ctlyst.id/internal-icon": "1.1.2",
|
67
|
-
"@ctlyst.id/voila-theme": "0.0
|
67
|
+
"@ctlyst.id/voila-theme": "0.1.0"
|
68
68
|
},
|
69
69
|
"gitHead": "da79c755628cff127d3383febf834eb2c7478c31",
|
70
70
|
"scripts": {
|