@ctlyst.id/internal-ui 2.1.20 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +27 -1
- package/dist/index.d.ts +27 -1
- package/dist/index.js +378 -211
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +214 -50
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.2.0",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -30,6 +30,7 @@
|
|
30
30
|
"@emotion/styled": "^11.9.3",
|
31
31
|
"@tanstack/react-table": "^8.19.2",
|
32
32
|
"axios": "^0.27.2",
|
33
|
+
"classnames": "^2.5.1",
|
33
34
|
"clsx": "^1.1.1",
|
34
35
|
"react-datepicker": "^7.2.0",
|
35
36
|
"react-dropzone": "^14.2.3",
|