@vitus-labs/hooks 0.77.0 → 0.80.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.
|
@@ -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":"acb0-1","name":"useHover.ts"},{"uid":"acb0-3","name":"useWindowResize.ts"},{"uid":"acb0-5","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"acb0-1":{"renderedLength":351,"gzipLength":184,"brotliLength":0,"metaUid":"acb0-0"},"acb0-3":{"renderedLength":818,"gzipLength":338,"brotliLength":0,"metaUid":"acb0-2"},"acb0-5":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"acb0-4"}},"nodeMetas":{"acb0-0":{"id":"/src/useHover.ts","moduleParts":{"vitus-labs-hooks.js":"acb0-1"},"imported":[{"uid":"acb0-6"}],"importedBy":[{"uid":"acb0-4"}]},"acb0-2":{"id":"/src/useWindowResize.ts","moduleParts":{"vitus-labs-hooks.js":"acb0-3"},"imported":[{"uid":"acb0-6"},{"uid":"acb0-7"}],"importedBy":[{"uid":"acb0-4"}]},"acb0-4":{"id":"/src/index.ts","moduleParts":{"vitus-labs-hooks.js":"acb0-5"},"imported":[{"uid":"acb0-0"},{"uid":"acb0-2"}],"importedBy":[],"isEntry":true},"acb0-6":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"acb0-0"},{"uid":"acb0-2"}],"isExternal":true},"acb0-7":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"acb0-2"}],"isExternal":true}},"env":{"rollup":"3.23.1"},"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":"acb0-9","name":"useHover.ts"},{"uid":"acb0-11","name":"useWindowResize.ts"},{"uid":"acb0-13","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"acb0-9":{"renderedLength":333,"gzipLength":179,"brotliLength":0,"metaUid":"acb0-8"},"acb0-11":{"renderedLength":789,"gzipLength":329,"brotliLength":0,"metaUid":"acb0-10"},"acb0-13":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"acb0-12"}},"nodeMetas":{"acb0-8":{"id":"/src/useHover.ts","moduleParts":{"vitus-labs-hooks.module.js":"acb0-9"},"imported":[{"uid":"acb0-14"}],"importedBy":[{"uid":"acb0-12"}]},"acb0-10":{"id":"/src/useWindowResize.ts","moduleParts":{"vitus-labs-hooks.module.js":"acb0-11"},"imported":[{"uid":"acb0-14"},{"uid":"acb0-15"}],"importedBy":[{"uid":"acb0-12"}]},"acb0-12":{"id":"/src/index.ts","moduleParts":{"vitus-labs-hooks.module.js":"acb0-13"},"imported":[{"uid":"acb0-8"},{"uid":"acb0-10"}],"importedBy":[],"isEntry":true},"acb0-14":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"acb0-8"},{"uid":"acb0-10"}],"isExternal":true},"acb0-15":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"acb0-10"}],"isExternal":true}},"env":{"rollup":"3.23.1"},"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.80.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Vit Bokisch <vit@bokisch.cz>",
|
|
6
6
|
"maintainers": [
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"react": ">= 16.8"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@vitus-labs/core": "^0.
|
|
46
|
-
"@vitus-labs/tools-babel": "^0.
|
|
47
|
-
"@vitus-labs/tools-rollup": "^0.
|
|
48
|
-
"@vitus-labs/tools-storybook": "^0.
|
|
49
|
-
"@vitus-labs/tools-typescript": "^0.
|
|
45
|
+
"@vitus-labs/core": "^0.80.0",
|
|
46
|
+
"@vitus-labs/tools-babel": "^0.46.0",
|
|
47
|
+
"@vitus-labs/tools-rollup": "^0.46.0",
|
|
48
|
+
"@vitus-labs/tools-storybook": "^0.46.0",
|
|
49
|
+
"@vitus-labs/tools-typescript": "^0.46.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "e828ad350de262d49cd4420c3a16221446ea0c45"
|
|
52
52
|
}
|