@ctlyst.id/internal-ui 3.3.3 → 3.3.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +148 -140
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +148 -140
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "3.3.
|
3
|
+
"version": "3.3.6",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -29,6 +29,7 @@
|
|
29
29
|
"@emotion/react": "^11.9.3",
|
30
30
|
"@emotion/styled": "^11.9.3",
|
31
31
|
"@tanstack/react-table": "^8.19.2",
|
32
|
+
"@zamiru/timescape": "0.5.1",
|
32
33
|
"axios": "^0.27.2",
|
33
34
|
"classnames": "^2.5.1",
|
34
35
|
"clsx": "^1.1.1",
|
@@ -38,7 +39,6 @@
|
|
38
39
|
"react-select": "^5.6.0",
|
39
40
|
"react-select-async-paginate": "0.7.0",
|
40
41
|
"react-toastify": "^10.0.5",
|
41
|
-
"timescape": "^0.5.1",
|
42
42
|
"tslib": "^2.3.1"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|