@ctlyst.id/internal-ui 2.0.21 → 2.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/checkbox/components/checkbox.d.ts +3 -9
- package/dist/internal-ui.cjs.development.js +10 -7
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +10 -7
- package/dist/internal-ui.esm.js.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": "2.0.
|
3
|
+
"version": "2.0.23",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@chakra-ui/system": "^2.3.0",
|
36
36
|
"@chakra-ui/theme-tools": "^2.0.12",
|
37
37
|
"@chakra-ui/utils": "^2.0.11",
|
38
|
-
"@ctlyst.id/internal-icon": "^1.0.
|
38
|
+
"@ctlyst.id/internal-icon": "^1.0.3",
|
39
39
|
"@tanstack/react-table": "^8.5.17",
|
40
40
|
"axios": "^0.27.2",
|
41
41
|
"clsx": "^1.1.1",
|
@@ -66,5 +66,5 @@
|
|
66
66
|
"framer-motion": "^6.3.13",
|
67
67
|
"jest": "^26.6.3"
|
68
68
|
},
|
69
|
-
"gitHead": "
|
69
|
+
"gitHead": "23d5b543ce5222bfbc83a340e14d13ae4e9b6d09"
|
70
70
|
}
|