@ctlyst.id/internal-ui 2.0.29-canary.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/alert/__stories__/alert.stories.d.ts +0 -3
- package/dist/config/theme/themeConfiguration.d.ts +3 -5
- package/dist/internal-ui.cjs.development.js +7 -62
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +4 -4
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +9 -63
- 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.
|
3
|
+
"version": "2.1.0",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"devDependencies": {
|
54
54
|
"@babel/core": "^7.15.0",
|
55
55
|
"@babel/preset-typescript": "^7.18.6",
|
56
|
-
"@ctlyst.id/ctlyst-
|
56
|
+
"@ctlyst.id/ctlyst-theme": "^0.0.1",
|
57
57
|
"@emotion/core": "^11.0.0",
|
58
58
|
"@emotion/react": "^11.9.3",
|
59
59
|
"@emotion/styled": "^11.9.3",
|
@@ -67,5 +67,5 @@
|
|
67
67
|
"framer-motion": "^6.3.13",
|
68
68
|
"jest": "^26.6.3"
|
69
69
|
},
|
70
|
-
"gitHead": "
|
70
|
+
"gitHead": "87644ab2926a5459996fb4a02294240aac570702"
|
71
71
|
}
|