@ctlyst.id/internal-ui 2.3.0 → 3.0.0
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.d.mts +202 -41
- package/dist/index.d.ts +202 -41
- package/dist/index.js +1864 -1377
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1595 -1095
- 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 +2 -1
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
|
+
"version": "3.0.0",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -58,6 +58,7 @@
|
|
58
58
|
"@types/jest": "^29.5.12",
|
59
59
|
"babel-loader": "^8.2.2",
|
60
60
|
"codecov": "^3.8.3",
|
61
|
+
"date-fns": "^3.6.0",
|
61
62
|
"framer-motion": "^6.3.13",
|
62
63
|
"jest": "^29.7.0"
|
63
64
|
},
|