@vitus-labs/attrs 1.0.0 → 1.0.1-alpha.1
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.
|
@@ -5285,7 +5285,7 @@ var drawChart = (function (exports) {
|
|
|
5285
5285
|
</script>
|
|
5286
5286
|
<script>
|
|
5287
5287
|
/*<!--*/
|
|
5288
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"hooks/useRef.ts","uid":"
|
|
5288
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"hooks/useRef.ts","uid":"6249-1"},{"name":"utils","children":[{"uid":"6249-3","name":"attrs.ts"},{"uid":"6249-7","name":"statics.ts"},{"uid":"6249-9","name":"chaining.ts"},{"uid":"6249-11","name":"compose.ts"}]},{"name":"hoc/attrsHoc.tsx","uid":"6249-5"},{"uid":"6249-13","name":"attrs.tsx"},{"uid":"6249-15","name":"init.ts"},{"uid":"6249-17","name":"isAttrsComponent.tsx"},{"uid":"6249-19","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"6249-1":{"renderedLength":235,"gzipLength":145,"brotliLength":0,"metaUid":"6249-0"},"6249-3":{"renderedLength":488,"gzipLength":274,"brotliLength":0,"metaUid":"6249-2"},"6249-5":{"renderedLength":1229,"gzipLength":443,"brotliLength":0,"metaUid":"6249-4"},"6249-7":{"renderedLength":138,"gzipLength":125,"brotliLength":0,"metaUid":"6249-6"},"6249-9":{"renderedLength":244,"gzipLength":158,"brotliLength":0,"metaUid":"6249-8"},"6249-11":{"renderedLength":133,"gzipLength":128,"brotliLength":0,"metaUid":"6249-10"},"6249-13":{"renderedLength":4929,"gzipLength":1400,"brotliLength":0,"metaUid":"6249-12"},"6249-15":{"renderedLength":856,"gzipLength":362,"brotliLength":0,"metaUid":"6249-14"},"6249-17":{"renderedLength":252,"gzipLength":171,"brotliLength":0,"metaUid":"6249-16"},"6249-19":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"6249-18"}},"nodeMetas":{"6249-0":{"id":"/src/hooks/useRef.ts","moduleParts":{"index.js":"6249-1"},"imported":[{"uid":"6249-21"}],"importedBy":[{"uid":"6249-23"}]},"6249-2":{"id":"/src/utils/attrs.ts","moduleParts":{"index.js":"6249-3"},"imported":[{"uid":"6249-20"}],"importedBy":[{"uid":"6249-12"},{"uid":"6249-4"}]},"6249-4":{"id":"/src/hoc/attrsHoc.tsx","moduleParts":{"index.js":"6249-5"},"imported":[{"uid":"6249-21"},{"uid":"6249-2"}],"importedBy":[{"uid":"6249-24"}]},"6249-6":{"id":"/src/utils/statics.ts","moduleParts":{"index.js":"6249-7"},"imported":[{"uid":"6249-20"}],"importedBy":[{"uid":"6249-12"}]},"6249-8":{"id":"/src/utils/chaining.ts","moduleParts":{"index.js":"6249-9"},"imported":[],"importedBy":[{"uid":"6249-12"}]},"6249-10":{"id":"/src/utils/compose.ts","moduleParts":{"index.js":"6249-11"},"imported":[],"importedBy":[{"uid":"6249-12"}]},"6249-12":{"id":"/src/attrs.tsx","moduleParts":{"index.js":"6249-13"},"imported":[{"uid":"6249-21"},{"uid":"6249-22"},{"uid":"6249-20"},{"uid":"6249-23"},{"uid":"6249-24"},{"uid":"6249-6"},{"uid":"6249-8"},{"uid":"6249-10"},{"uid":"6249-2"}],"importedBy":[{"uid":"6249-14"}]},"6249-14":{"id":"/src/init.ts","moduleParts":{"index.js":"6249-15"},"imported":[{"uid":"6249-20"},{"uid":"6249-12"}],"importedBy":[{"uid":"6249-18"}]},"6249-16":{"id":"/src/isAttrsComponent.tsx","moduleParts":{"index.js":"6249-17"},"imported":[],"importedBy":[{"uid":"6249-18"}]},"6249-18":{"id":"/src/index.ts","moduleParts":{"index.js":"6249-19"},"imported":[{"uid":"6249-14"},{"uid":"6249-16"}],"importedBy":[],"isEntry":true},"6249-20":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"6249-14"},{"uid":"6249-12"},{"uid":"6249-6"},{"uid":"6249-2"}],"isExternal":true},"6249-21":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"6249-12"},{"uid":"6249-0"},{"uid":"6249-4"}],"isExternal":true},"6249-22":{"id":"hoist-non-react-statics","moduleParts":{},"imported":[],"importedBy":[{"uid":"6249-12"}],"isExternal":true},"6249-23":{"id":"/src/hooks/index.ts","moduleParts":{},"imported":[{"uid":"6249-0"}],"importedBy":[{"uid":"6249-12"}]},"6249-24":{"id":"/src/hoc/index.ts","moduleParts":{},"imported":[{"uid":"6249-4"}],"importedBy":[{"uid":"6249-12"}]}},"env":{"rollup":"3.29.4"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
5289
5289
|
|
|
5290
5290
|
const run = () => {
|
|
5291
5291
|
const width = window.innerWidth;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitus-labs/attrs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-alpha.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Vit Bokisch <vit@bokisch.cz>",
|
|
6
6
|
"maintainers": [
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"hoist-non-react-statics": "^3.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@types/hoist-non-react-statics": "^3.3.
|
|
60
|
-
"@vitus-labs/core": "1.0.
|
|
59
|
+
"@types/hoist-non-react-statics": "^3.3.3",
|
|
60
|
+
"@vitus-labs/core": "1.0.1-alpha.1",
|
|
61
61
|
"@vitus-labs/tools-babel": "^1.3.0",
|
|
62
62
|
"@vitus-labs/tools-rollup": "^1.3.0",
|
|
63
63
|
"@vitus-labs/tools-storybook": "^1.3.0",
|
|
64
64
|
"@vitus-labs/tools-types": "^1.3.0",
|
|
65
65
|
"@vitus-labs/tools-typescript": "^1.3.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "c9aabec0f6417cbdb956490ca2cd997215d11de1"
|
|
68
68
|
}
|