@vitus-labs/hooks 0.76.0 → 0.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/analysis/vitus-labs-hooks.js.html +1 -1
- package/lib/analysis/vitus-labs-hooks.module.js.html +1 -1
- package/package.json +7 -12
- package/lib/analysis/vitus-labs-hooks.browser.js.html +0 -6638
- package/lib/analysis/vitus-labs-hooks.native.js.html +0 -6638
- package/lib/vitus-labs-hooks.browser.js +0 -38
- package/lib/vitus-labs-hooks.browser.js.map +0 -1
- package/lib/vitus-labs-hooks.native.js +0 -38
- package/lib/vitus-labs-hooks.native.js.map +0 -1
|
@@ -6618,7 +6618,7 @@ var drawChart = (function (exports) {
|
|
|
6618
6618
|
</script>
|
|
6619
6619
|
<script>
|
|
6620
6620
|
/*<!--*/
|
|
6621
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-labs-hooks.js","children":[{"name":"src","children":[{"uid":"
|
|
6621
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-labs-hooks.js","children":[{"name":"src","children":[{"uid":"9460-1","name":"useHover.ts"},{"uid":"9460-3","name":"useWindowResize.ts"},{"uid":"9460-5","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"9460-1":{"renderedLength":351,"gzipLength":184,"brotliLength":0,"metaUid":"9460-0"},"9460-3":{"renderedLength":818,"gzipLength":338,"brotliLength":0,"metaUid":"9460-2"},"9460-5":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"9460-4"}},"nodeMetas":{"9460-0":{"id":"/src/useHover.ts","moduleParts":{"vitus-labs-hooks.js":"9460-1"},"imported":[{"uid":"9460-6"}],"importedBy":[{"uid":"9460-4"}]},"9460-2":{"id":"/src/useWindowResize.ts","moduleParts":{"vitus-labs-hooks.js":"9460-3"},"imported":[{"uid":"9460-6"},{"uid":"9460-7"}],"importedBy":[{"uid":"9460-4"}]},"9460-4":{"id":"/src/index.ts","moduleParts":{"vitus-labs-hooks.js":"9460-5"},"imported":[{"uid":"9460-0"},{"uid":"9460-2"}],"importedBy":[],"isEntry":true},"9460-6":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9460-0"},{"uid":"9460-2"}],"isExternal":true},"9460-7":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"9460-2"}],"isExternal":true}},"env":{"rollup":"3.10.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
6622
6622
|
|
|
6623
6623
|
const run = () => {
|
|
6624
6624
|
const width = window.innerWidth;
|
|
@@ -6618,7 +6618,7 @@ var drawChart = (function (exports) {
|
|
|
6618
6618
|
</script>
|
|
6619
6619
|
<script>
|
|
6620
6620
|
/*<!--*/
|
|
6621
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-labs-hooks.module.js","children":[{"name":"src","children":[{"uid":"
|
|
6621
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-labs-hooks.module.js","children":[{"name":"src","children":[{"uid":"9460-9","name":"useHover.ts"},{"uid":"9460-11","name":"useWindowResize.ts"},{"uid":"9460-13","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"9460-9":{"renderedLength":333,"gzipLength":179,"brotliLength":0,"metaUid":"9460-8"},"9460-11":{"renderedLength":789,"gzipLength":329,"brotliLength":0,"metaUid":"9460-10"},"9460-13":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"9460-12"}},"nodeMetas":{"9460-8":{"id":"/src/useHover.ts","moduleParts":{"vitus-labs-hooks.module.js":"9460-9"},"imported":[{"uid":"9460-14"}],"importedBy":[{"uid":"9460-12"}]},"9460-10":{"id":"/src/useWindowResize.ts","moduleParts":{"vitus-labs-hooks.module.js":"9460-11"},"imported":[{"uid":"9460-14"},{"uid":"9460-15"}],"importedBy":[{"uid":"9460-12"}]},"9460-12":{"id":"/src/index.ts","moduleParts":{"vitus-labs-hooks.module.js":"9460-13"},"imported":[{"uid":"9460-8"},{"uid":"9460-10"}],"importedBy":[],"isEntry":true},"9460-14":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9460-8"},{"uid":"9460-10"}],"isExternal":true},"9460-15":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"9460-10"}],"isExternal":true}},"env":{"rollup":"3.10.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
6622
6622
|
|
|
6623
6623
|
const run = () => {
|
|
6624
6624
|
const width = window.innerWidth;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitus-labs/hooks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.79.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Vit Bokisch <vit@bokisch.cz>",
|
|
6
6
|
"maintainers": [
|
|
@@ -8,11 +8,6 @@
|
|
|
8
8
|
],
|
|
9
9
|
"main": "lib/vitus-labs-hooks.js",
|
|
10
10
|
"module": "lib/vitus-labs-hooks.module.js",
|
|
11
|
-
"browser": {
|
|
12
|
-
"./lib/vitus-labs-hooks.js": "./lib/vitus-labs-hooks.js",
|
|
13
|
-
"./lib/vitus-labs-hooks.module.js": "./lib/vitus-labs-hooks.browser.js"
|
|
14
|
-
},
|
|
15
|
-
"react-native": "lib/vitus-labs-hooks.native.js",
|
|
16
11
|
"types": "lib/index.d.ts",
|
|
17
12
|
"files": [
|
|
18
13
|
"lib/"
|
|
@@ -47,11 +42,11 @@
|
|
|
47
42
|
"react": ">= 16.8"
|
|
48
43
|
},
|
|
49
44
|
"devDependencies": {
|
|
50
|
-
"@vitus-labs/core": "^0.
|
|
51
|
-
"@vitus-labs/tools-babel": "^0.
|
|
52
|
-
"@vitus-labs/tools-rollup": "^0.
|
|
53
|
-
"@vitus-labs/tools-storybook": "^0.
|
|
54
|
-
"@vitus-labs/tools-typescript": "^0.
|
|
45
|
+
"@vitus-labs/core": "^0.79.0",
|
|
46
|
+
"@vitus-labs/tools-babel": "^0.45.0",
|
|
47
|
+
"@vitus-labs/tools-rollup": "^0.45.0",
|
|
48
|
+
"@vitus-labs/tools-storybook": "^0.45.0",
|
|
49
|
+
"@vitus-labs/tools-typescript": "^0.45.0"
|
|
55
50
|
},
|
|
56
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "dda2a8b8d07026cd6b7781721ca5b992172246ba"
|
|
57
52
|
}
|