@ctlyst.id/internal-ui 2.1.11-canary.0 → 2.1.11-canary.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +686 -3185
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +132 -2652
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "2.1.11-canary.
|
3
|
+
"version": "2.1.11-canary.2",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -34,7 +34,9 @@
|
|
34
34
|
"@chakra-ui/system": "^2.3.0",
|
35
35
|
"@chakra-ui/theme-tools": "^2.0.12",
|
36
36
|
"@chakra-ui/utils": "^2.0.11",
|
37
|
-
"@
|
37
|
+
"@emotion/core": "^11.0.0",
|
38
|
+
"@emotion/react": "^11.9.3",
|
39
|
+
"@emotion/styled": "^11.9.3",
|
38
40
|
"@tanstack/react-table": "^8.19.2",
|
39
41
|
"axios": "^0.27.2",
|
40
42
|
"clsx": "^1.1.1",
|
@@ -47,6 +49,7 @@
|
|
47
49
|
"tslib": "^2.3.1"
|
48
50
|
},
|
49
51
|
"peerDependencies": {
|
52
|
+
"@ctlyst.id/internal-icon": "^1.0.7-canary.0",
|
50
53
|
"react": "^18.1.0",
|
51
54
|
"react-dom": "^18.1.0"
|
52
55
|
},
|
@@ -55,11 +58,8 @@
|
|
55
58
|
"@babel/preset-env": "^7.24.7",
|
56
59
|
"@babel/preset-react": "^7.24.7",
|
57
60
|
"@babel/preset-typescript": "^7.18.6",
|
58
|
-
"@ctlyst.id/ctlyst-theme": "^0.0.5-canary.
|
59
|
-
"@ctlyst.id/voila-theme": "^0.0.6-canary.
|
60
|
-
"@emotion/core": "^11.0.0",
|
61
|
-
"@emotion/react": "^11.9.3",
|
62
|
-
"@emotion/styled": "^11.9.3",
|
61
|
+
"@ctlyst.id/ctlyst-theme": "^0.0.5-canary.1",
|
62
|
+
"@ctlyst.id/voila-theme": "^0.0.6-canary.1",
|
63
63
|
"@testing-library/jest-dom": "^5.14.1",
|
64
64
|
"@testing-library/react": "^12.0.0",
|
65
65
|
"@types/jest": "^26.0.24",
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"framer-motion": "^6.3.13",
|
69
69
|
"jest": "^26.6.3"
|
70
70
|
},
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "ef91cfdee78fc5d2d363cddd4d8c66e6f6cfc875"
|
72
72
|
}
|