@ctlyst.id/internal-ui 1.0.4-canary.7 → 1.0.4-canary.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/header/components/header.d.ts +1 -0
- package/dist/internal-ui.cjs.development.js +4 -2
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +6 -6
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +4 -2
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "1.0.4-canary.
|
3
|
+
"version": "1.0.4-canary.9",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
7
7
|
"typings": "dist/index.d.ts",
|
8
8
|
"internal-ui:src": "./src/index.ts",
|
9
|
-
"repository": "https://github.com/machtwatch/voila-ui",
|
9
|
+
"repository": "https://github.com/machtwatch/voila-internal-ui",
|
10
10
|
"author": "Catalyst Tech",
|
11
11
|
"license": "Apache-2.0",
|
12
12
|
"files": [
|
@@ -65,5 +65,5 @@
|
|
65
65
|
"framer-motion": "^6.3.13",
|
66
66
|
"jest": "^26.6.3"
|
67
67
|
},
|
68
|
-
"gitHead": "
|
68
|
+
"gitHead": "6e20425b1a7faf5a8838c940c57d73889db8c6bf"
|
69
69
|
}
|