@vitus-labs/hooks 0.76.0 → 0.77.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":"9672-1","name":"useHover.ts"},{"uid":"9672-3","name":"useWindowResize.ts"},{"uid":"9672-5","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"9672-1":{"renderedLength":351,"gzipLength":184,"brotliLength":0,"metaUid":"9672-0"},"9672-3":{"renderedLength":818,"gzipLength":338,"brotliLength":0,"metaUid":"9672-2"},"9672-5":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"9672-4"}},"nodeMetas":{"9672-0":{"id":"/src/useHover.ts","moduleParts":{"vitus-labs-hooks.js":"9672-1"},"imported":[{"uid":"9672-6"}],"importedBy":[{"uid":"9672-4"}]},"9672-2":{"id":"/src/useWindowResize.ts","moduleParts":{"vitus-labs-hooks.js":"9672-3"},"imported":[{"uid":"9672-6"},{"uid":"9672-7"}],"importedBy":[{"uid":"9672-4"}]},"9672-4":{"id":"/src/index.ts","moduleParts":{"vitus-labs-hooks.js":"9672-5"},"imported":[{"uid":"9672-0"},{"uid":"9672-2"}],"importedBy":[],"isEntry":true},"9672-6":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9672-0"},{"uid":"9672-2"}],"isExternal":true},"9672-7":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"9672-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":"9672-9","name":"useHover.ts"},{"uid":"9672-11","name":"useWindowResize.ts"},{"uid":"9672-13","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"9672-9":{"renderedLength":333,"gzipLength":179,"brotliLength":0,"metaUid":"9672-8"},"9672-11":{"renderedLength":789,"gzipLength":329,"brotliLength":0,"metaUid":"9672-10"},"9672-13":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"9672-12"}},"nodeMetas":{"9672-8":{"id":"/src/useHover.ts","moduleParts":{"vitus-labs-hooks.module.js":"9672-9"},"imported":[{"uid":"9672-14"}],"importedBy":[{"uid":"9672-12"}]},"9672-10":{"id":"/src/useWindowResize.ts","moduleParts":{"vitus-labs-hooks.module.js":"9672-11"},"imported":[{"uid":"9672-14"},{"uid":"9672-15"}],"importedBy":[{"uid":"9672-12"}]},"9672-12":{"id":"/src/index.ts","moduleParts":{"vitus-labs-hooks.module.js":"9672-13"},"imported":[{"uid":"9672-8"},{"uid":"9672-10"}],"importedBy":[],"isEntry":true},"9672-14":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9672-8"},{"uid":"9672-10"}],"isExternal":true},"9672-15":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"9672-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.77.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.77.0",
|
|
46
|
+
"@vitus-labs/tools-babel": "^0.44.0",
|
|
47
|
+
"@vitus-labs/tools-rollup": "^0.44.0",
|
|
48
|
+
"@vitus-labs/tools-storybook": "^0.44.0",
|
|
49
|
+
"@vitus-labs/tools-typescript": "^0.44.0"
|
|
55
50
|
},
|
|
56
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "a5a7971c54fd1ff4fea5bd3f177fb558340cdf3d"
|
|
57
52
|
}
|