@vitus-labs/rocketstyle 0.66.0 → 0.67.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.
Files changed (83) hide show
  1. package/LICENSE +1 -1
  2. package/lib/analysis/vitus-labs-rocketstyle.js.html +1 -1
  3. package/lib/analysis/vitus-labs-rocketstyle.module.js.html +1 -1
  4. package/lib/index.d.ts +244 -173
  5. package/lib/types/cache/LocalThemeManager.d.ts +1 -0
  6. package/lib/types/cache/LocalThemeManager.d.ts.map +1 -0
  7. package/lib/types/cache/index.d.ts +1 -0
  8. package/lib/types/cache/index.d.ts.map +1 -0
  9. package/lib/types/constants/booleanTags.d.ts +1 -0
  10. package/lib/types/constants/booleanTags.d.ts.map +1 -0
  11. package/lib/types/constants/defaultDimensions.d.ts +2 -1
  12. package/lib/types/constants/defaultDimensions.d.ts.map +1 -0
  13. package/lib/types/constants/index.d.ts +1 -0
  14. package/lib/types/constants/index.d.ts.map +1 -0
  15. package/lib/types/context/context.d.ts +3 -2
  16. package/lib/types/context/context.d.ts.map +1 -0
  17. package/lib/types/context/createLocalProvider.d.ts +3 -2
  18. package/lib/types/context/createLocalProvider.d.ts.map +1 -0
  19. package/lib/types/context/localContext.d.ts +3 -2
  20. package/lib/types/context/localContext.d.ts.map +1 -0
  21. package/lib/types/hoc/index.d.ts +1 -0
  22. package/lib/types/hoc/index.d.ts.map +1 -0
  23. package/lib/types/hoc/rocketstyleAttrsHoc.d.ts +2 -1
  24. package/lib/types/hoc/rocketstyleAttrsHoc.d.ts.map +1 -0
  25. package/lib/types/hooks/index.d.ts +1 -0
  26. package/lib/types/hooks/index.d.ts.map +1 -0
  27. package/lib/types/hooks/usePseudoState.d.ts +2 -1
  28. package/lib/types/hooks/usePseudoState.d.ts.map +1 -0
  29. package/lib/types/hooks/useRef.d.ts +2 -1
  30. package/lib/types/hooks/useRef.d.ts.map +1 -0
  31. package/lib/types/hooks/useTheme.d.ts +3 -2
  32. package/lib/types/hooks/useTheme.d.ts.map +1 -0
  33. package/lib/types/index.d.ts +1 -0
  34. package/lib/types/index.d.ts.map +1 -0
  35. package/lib/types/init.d.ts +2 -1
  36. package/lib/types/init.d.ts.map +1 -0
  37. package/lib/types/isRocketComponent.d.ts +2 -1
  38. package/lib/types/isRocketComponent.d.ts.map +1 -0
  39. package/lib/types/rocketstyle.d.ts +1 -0
  40. package/lib/types/rocketstyle.d.ts.map +1 -0
  41. package/lib/types/types/attrs.d.ts +2 -1
  42. package/lib/types/types/attrs.d.ts.map +1 -0
  43. package/lib/types/types/config.d.ts +7 -6
  44. package/lib/types/types/config.d.ts.map +1 -0
  45. package/lib/types/types/configuration.d.ts +7 -6
  46. package/lib/types/types/configuration.d.ts.map +1 -0
  47. package/lib/types/types/dimensions.d.ts +22 -21
  48. package/lib/types/types/dimensions.d.ts.map +1 -0
  49. package/lib/types/types/hoc.d.ts +3 -2
  50. package/lib/types/types/hoc.d.ts.map +1 -0
  51. package/lib/types/types/pseudo.d.ts +4 -3
  52. package/lib/types/types/pseudo.d.ts.map +1 -0
  53. package/lib/types/types/rocketComponent.d.ts +2 -1
  54. package/lib/types/types/rocketComponent.d.ts.map +1 -0
  55. package/lib/types/types/rocketstyle.d.ts +2 -1
  56. package/lib/types/types/rocketstyle.d.ts.map +1 -0
  57. package/lib/types/types/styles.d.ts +7 -6
  58. package/lib/types/types/styles.d.ts.map +1 -0
  59. package/lib/types/types/theme.d.ts +5 -4
  60. package/lib/types/types/theme.d.ts.map +1 -0
  61. package/lib/types/types/utils.d.ts +19 -18
  62. package/lib/types/types/utils.d.ts.map +1 -0
  63. package/lib/types/utils/attrs.d.ts +6 -5
  64. package/lib/types/utils/attrs.d.ts.map +1 -0
  65. package/lib/types/utils/chaining.d.ts +6 -5
  66. package/lib/types/utils/chaining.d.ts.map +1 -0
  67. package/lib/types/utils/collection.d.ts +2 -1
  68. package/lib/types/utils/collection.d.ts.map +1 -0
  69. package/lib/types/utils/compose.d.ts +2 -1
  70. package/lib/types/utils/compose.d.ts.map +1 -0
  71. package/lib/types/utils/dimensions.d.ts +9 -8
  72. package/lib/types/utils/dimensions.d.ts.map +1 -0
  73. package/lib/types/utils/statics.d.ts +3 -2
  74. package/lib/types/utils/statics.d.ts.map +1 -0
  75. package/lib/types/utils/styles.d.ts +2 -1
  76. package/lib/types/utils/styles.d.ts.map +1 -0
  77. package/lib/types/utils/theme.d.ts +7 -6
  78. package/lib/types/utils/theme.d.ts.map +1 -0
  79. package/lib/vitus-labs-rocketstyle.js +7 -12
  80. package/lib/vitus-labs-rocketstyle.js.map +1 -1
  81. package/lib/vitus-labs-rocketstyle.module.js +1 -1
  82. package/lib/vitus-labs-rocketstyle.module.js.map +1 -1
  83. package/package.json +10 -10
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Vit Bokisch
3
+ Copyright (c) 2023 Vit Bokisch
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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-rocketstyle.js","children":[{"name":"src","children":[{"name":"constants","children":[{"uid":"edca-1","name":"index.ts"},{"uid":"edca-37","name":"defaultDimensions.ts"}]},{"name":"context","children":[{"uid":"edca-3","name":"localContext.tsx"},{"uid":"edca-9","name":"context.tsx"},{"uid":"edca-13","name":"createLocalProvider.tsx"}]},{"name":"hooks","children":[{"uid":"edca-5","name":"usePseudoState.tsx"},{"uid":"edca-7","name":"useRef.ts"},{"uid":"edca-11","name":"useTheme.tsx"}]},{"name":"cache/LocalThemeManager.ts","uid":"edca-15"},{"name":"utils","children":[{"uid":"edca-17","name":"attrs.ts"},{"uid":"edca-21","name":"statics.ts"},{"uid":"edca-23","name":"collection.ts"},{"uid":"edca-25","name":"dimensions.ts"},{"uid":"edca-27","name":"theme.ts"},{"uid":"edca-29","name":"chaining.ts"},{"uid":"edca-31","name":"compose.ts"},{"uid":"edca-33","name":"styles.ts"}]},{"name":"hoc/rocketstyleAttrsHoc.tsx","uid":"edca-19"},{"uid":"edca-35","name":"rocketstyle.tsx"},{"uid":"edca-39","name":"init.ts"},{"uid":"edca-41","name":"isRocketComponent.tsx"},{"uid":"edca-43","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"edca-1":{"renderedLength":602,"gzipLength":309,"brotliLength":0,"metaUid":"edca-0"},"edca-3":{"renderedLength":300,"gzipLength":182,"brotliLength":0,"metaUid":"edca-2"},"edca-5":{"renderedLength":1875,"gzipLength":446,"brotliLength":0,"metaUid":"edca-4"},"edca-7":{"renderedLength":271,"gzipLength":150,"brotliLength":0,"metaUid":"edca-6"},"edca-9":{"renderedLength":547,"gzipLength":315,"brotliLength":0,"metaUid":"edca-8"},"edca-11":{"renderedLength":346,"gzipLength":213,"brotliLength":0,"metaUid":"edca-10"},"edca-13":{"renderedLength":824,"gzipLength":379,"brotliLength":0,"metaUid":"edca-12"},"edca-15":{"renderedLength":235,"gzipLength":120,"brotliLength":0,"metaUid":"edca-14"},"edca-17":{"renderedLength":2799,"gzipLength":945,"brotliLength":0,"metaUid":"edca-16"},"edca-19":{"renderedLength":1618,"gzipLength":585,"brotliLength":0,"metaUid":"edca-18"},"edca-21":{"renderedLength":459,"gzipLength":269,"brotliLength":0,"metaUid":"edca-20"},"edca-23":{"renderedLength":756,"gzipLength":316,"brotliLength":0,"metaUid":"edca-22"},"edca-25":{"renderedLength":1509,"gzipLength":542,"brotliLength":0,"metaUid":"edca-24"},"edca-27":{"renderedLength":2352,"gzipLength":780,"brotliLength":0,"metaUid":"edca-26"},"edca-29":{"renderedLength":564,"gzipLength":253,"brotliLength":0,"metaUid":"edca-28"},"edca-31":{"renderedLength":135,"gzipLength":129,"brotliLength":0,"metaUid":"edca-30"},"edca-33":{"renderedLength":187,"gzipLength":157,"brotliLength":0,"metaUid":"edca-32"},"edca-35":{"renderedLength":12629,"gzipLength":2808,"brotliLength":0,"metaUid":"edca-34"},"edca-37":{"renderedLength":178,"gzipLength":128,"brotliLength":0,"metaUid":"edca-36"},"edca-39":{"renderedLength":1553,"gzipLength":562,"brotliLength":0,"metaUid":"edca-38"},"edca-41":{"renderedLength":267,"gzipLength":184,"brotliLength":0,"metaUid":"edca-40"},"edca-43":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"edca-42"}},"nodeMetas":{"edca-0":{"id":"/src/constants/index.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-1"},"imported":[],"importedBy":[{"uid":"edca-38"},{"uid":"edca-8"},{"uid":"edca-34"},{"uid":"edca-20"},{"uid":"edca-10"}]},"edca-2":{"id":"/src/context/localContext.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"edca-3"},"imported":[{"uid":"edca-45"}],"importedBy":[{"uid":"edca-34"},{"uid":"edca-12"}]},"edca-4":{"id":"/src/hooks/usePseudoState.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"edca-5"},"imported":[{"uid":"edca-45"}],"importedBy":[{"uid":"edca-48"}]},"edca-6":{"id":"/src/hooks/useRef.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-7"},"imported":[{"uid":"edca-45"}],"importedBy":[{"uid":"edca-48"}]},"edca-8":{"id":"/src/context/context.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"edca-9"},"imported":[{"uid":"edca-45"},{"uid":"edca-44"},{"uid":"edca-0"}],"importedBy":[{"uid":"edca-42"},{"uid":"edca-10"}]},"edca-10":{"id":"/src/hooks/useTheme.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"edca-11"},"imported":[{"uid":"edca-45"},{"uid":"edca-8"},{"uid":"edca-0"}],"importedBy":[{"uid":"edca-48"}]},"edca-12":{"id":"/src/context/createLocalProvider.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"edca-13"},"imported":[{"uid":"edca-45"},{"uid":"edca-48"},{"uid":"edca-2"}],"importedBy":[{"uid":"edca-34"}]},"edca-14":{"id":"/src/cache/LocalThemeManager.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-15"},"imported":[],"importedBy":[{"uid":"edca-47"}]},"edca-16":{"id":"/src/utils/attrs.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-17"},"imported":[{"uid":"edca-44"}],"importedBy":[{"uid":"edca-34"},{"uid":"edca-18"}]},"edca-18":{"id":"/src/hoc/rocketstyleAttrsHoc.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"edca-19"},"imported":[{"uid":"edca-45"},{"uid":"edca-44"},{"uid":"edca-16"},{"uid":"edca-48"}],"importedBy":[{"uid":"edca-49"}]},"edca-20":{"id":"/src/utils/statics.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-21"},"imported":[{"uid":"edca-44"},{"uid":"edca-0"}],"importedBy":[{"uid":"edca-34"}]},"edca-22":{"id":"/src/utils/collection.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-23"},"imported":[],"importedBy":[{"uid":"edca-26"}]},"edca-24":{"id":"/src/utils/dimensions.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-25"},"imported":[{"uid":"edca-44"}],"importedBy":[{"uid":"edca-38"},{"uid":"edca-34"},{"uid":"edca-26"}]},"edca-26":{"id":"/src/utils/theme.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-27"},"imported":[{"uid":"edca-44"},{"uid":"edca-22"},{"uid":"edca-24"}],"importedBy":[{"uid":"edca-34"}]},"edca-28":{"id":"/src/utils/chaining.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-29"},"imported":[],"importedBy":[{"uid":"edca-34"}]},"edca-30":{"id":"/src/utils/compose.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-31"},"imported":[],"importedBy":[{"uid":"edca-34"}]},"edca-32":{"id":"/src/utils/styles.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-33"},"imported":[{"uid":"edca-44"}],"importedBy":[{"uid":"edca-34"}]},"edca-34":{"id":"/src/rocketstyle.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"edca-35"},"imported":[{"uid":"edca-45"},{"uid":"edca-46"},{"uid":"edca-44"},{"uid":"edca-0"},{"uid":"edca-2"},{"uid":"edca-12"},{"uid":"edca-47"},{"uid":"edca-48"},{"uid":"edca-49"},{"uid":"edca-20"},{"uid":"edca-26"},{"uid":"edca-28"},{"uid":"edca-30"},{"uid":"edca-32"},{"uid":"edca-24"},{"uid":"edca-16"}],"importedBy":[{"uid":"edca-38"}]},"edca-36":{"id":"/src/constants/defaultDimensions.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-37"},"imported":[],"importedBy":[{"uid":"edca-38"}]},"edca-38":{"id":"/src/init.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-39"},"imported":[{"uid":"edca-44"},{"uid":"edca-34"},{"uid":"edca-24"},{"uid":"edca-0"},{"uid":"edca-36"}],"importedBy":[{"uid":"edca-42"}]},"edca-40":{"id":"/src/isRocketComponent.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"edca-41"},"imported":[],"importedBy":[{"uid":"edca-42"}]},"edca-42":{"id":"/src/index.ts","moduleParts":{"vitus-labs-rocketstyle.js":"edca-43"},"imported":[{"uid":"edca-38"},{"uid":"edca-8"},{"uid":"edca-40"}],"importedBy":[],"isEntry":true},"edca-44":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"edca-38"},{"uid":"edca-8"},{"uid":"edca-34"},{"uid":"edca-24"},{"uid":"edca-20"},{"uid":"edca-26"},{"uid":"edca-32"},{"uid":"edca-16"},{"uid":"edca-18"}],"isExternal":true},"edca-45":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"edca-8"},{"uid":"edca-34"},{"uid":"edca-2"},{"uid":"edca-12"},{"uid":"edca-4"},{"uid":"edca-6"},{"uid":"edca-10"},{"uid":"edca-18"}],"isExternal":true},"edca-46":{"id":"hoist-non-react-statics","moduleParts":{},"imported":[],"importedBy":[{"uid":"edca-34"}],"isExternal":true},"edca-47":{"id":"/src/cache/index.ts","moduleParts":{},"imported":[{"uid":"edca-14"}],"importedBy":[{"uid":"edca-34"}]},"edca-48":{"id":"/src/hooks/index.ts","moduleParts":{},"imported":[{"uid":"edca-4"},{"uid":"edca-6"},{"uid":"edca-10"}],"importedBy":[{"uid":"edca-34"},{"uid":"edca-12"},{"uid":"edca-18"}]},"edca-49":{"id":"/src/hoc/index.ts","moduleParts":{},"imported":[{"uid":"edca-18"}],"importedBy":[{"uid":"edca-34"}]}},"env":{"rollup":"2.72.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
6621
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-labs-rocketstyle.js","children":[{"name":"src","children":[{"name":"constants","children":[{"uid":"d091-1","name":"index.ts"},{"uid":"d091-37","name":"defaultDimensions.ts"}]},{"name":"context","children":[{"uid":"d091-3","name":"localContext.tsx"},{"uid":"d091-9","name":"context.tsx"},{"uid":"d091-13","name":"createLocalProvider.tsx"}]},{"name":"hooks","children":[{"uid":"d091-5","name":"usePseudoState.tsx"},{"uid":"d091-7","name":"useRef.ts"},{"uid":"d091-11","name":"useTheme.tsx"}]},{"name":"cache/LocalThemeManager.ts","uid":"d091-15"},{"name":"utils","children":[{"uid":"d091-17","name":"attrs.ts"},{"uid":"d091-21","name":"statics.ts"},{"uid":"d091-23","name":"collection.ts"},{"uid":"d091-25","name":"dimensions.ts"},{"uid":"d091-27","name":"theme.ts"},{"uid":"d091-29","name":"chaining.ts"},{"uid":"d091-31","name":"compose.ts"},{"uid":"d091-33","name":"styles.ts"}]},{"name":"hoc/rocketstyleAttrsHoc.tsx","uid":"d091-19"},{"uid":"d091-35","name":"rocketstyle.tsx"},{"uid":"d091-39","name":"init.ts"},{"uid":"d091-41","name":"isRocketComponent.tsx"},{"uid":"d091-43","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"d091-1":{"renderedLength":602,"gzipLength":309,"brotliLength":0,"metaUid":"d091-0"},"d091-3":{"renderedLength":300,"gzipLength":182,"brotliLength":0,"metaUid":"d091-2"},"d091-5":{"renderedLength":1875,"gzipLength":446,"brotliLength":0,"metaUid":"d091-4"},"d091-7":{"renderedLength":271,"gzipLength":150,"brotliLength":0,"metaUid":"d091-6"},"d091-9":{"renderedLength":527,"gzipLength":301,"brotliLength":0,"metaUid":"d091-8"},"d091-11":{"renderedLength":346,"gzipLength":213,"brotliLength":0,"metaUid":"d091-10"},"d091-13":{"renderedLength":784,"gzipLength":365,"brotliLength":0,"metaUid":"d091-12"},"d091-15":{"renderedLength":235,"gzipLength":120,"brotliLength":0,"metaUid":"d091-14"},"d091-17":{"renderedLength":2799,"gzipLength":945,"brotliLength":0,"metaUid":"d091-16"},"d091-19":{"renderedLength":1598,"gzipLength":574,"brotliLength":0,"metaUid":"d091-18"},"d091-21":{"renderedLength":459,"gzipLength":269,"brotliLength":0,"metaUid":"d091-20"},"d091-23":{"renderedLength":756,"gzipLength":316,"brotliLength":0,"metaUid":"d091-22"},"d091-25":{"renderedLength":1509,"gzipLength":542,"brotliLength":0,"metaUid":"d091-24"},"d091-27":{"renderedLength":2352,"gzipLength":780,"brotliLength":0,"metaUid":"d091-26"},"d091-29":{"renderedLength":564,"gzipLength":253,"brotliLength":0,"metaUid":"d091-28"},"d091-31":{"renderedLength":135,"gzipLength":129,"brotliLength":0,"metaUid":"d091-30"},"d091-33":{"renderedLength":187,"gzipLength":157,"brotliLength":0,"metaUid":"d091-32"},"d091-35":{"renderedLength":12589,"gzipLength":2792,"brotliLength":0,"metaUid":"d091-34"},"d091-37":{"renderedLength":178,"gzipLength":128,"brotliLength":0,"metaUid":"d091-36"},"d091-39":{"renderedLength":1553,"gzipLength":562,"brotliLength":0,"metaUid":"d091-38"},"d091-41":{"renderedLength":267,"gzipLength":184,"brotliLength":0,"metaUid":"d091-40"},"d091-43":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"d091-42"}},"nodeMetas":{"d091-0":{"id":"/src/constants/index.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-1"},"imported":[],"importedBy":[{"uid":"d091-38"},{"uid":"d091-8"},{"uid":"d091-34"},{"uid":"d091-20"},{"uid":"d091-10"}]},"d091-2":{"id":"/src/context/localContext.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"d091-3"},"imported":[{"uid":"d091-45"}],"importedBy":[{"uid":"d091-34"},{"uid":"d091-12"}]},"d091-4":{"id":"/src/hooks/usePseudoState.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"d091-5"},"imported":[{"uid":"d091-45"}],"importedBy":[{"uid":"d091-48"}]},"d091-6":{"id":"/src/hooks/useRef.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-7"},"imported":[{"uid":"d091-45"}],"importedBy":[{"uid":"d091-48"}]},"d091-8":{"id":"/src/context/context.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"d091-9"},"imported":[{"uid":"d091-45"},{"uid":"d091-44"},{"uid":"d091-0"}],"importedBy":[{"uid":"d091-42"},{"uid":"d091-10"}]},"d091-10":{"id":"/src/hooks/useTheme.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"d091-11"},"imported":[{"uid":"d091-45"},{"uid":"d091-8"},{"uid":"d091-0"}],"importedBy":[{"uid":"d091-48"}]},"d091-12":{"id":"/src/context/createLocalProvider.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"d091-13"},"imported":[{"uid":"d091-45"},{"uid":"d091-48"},{"uid":"d091-2"}],"importedBy":[{"uid":"d091-34"}]},"d091-14":{"id":"/src/cache/LocalThemeManager.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-15"},"imported":[],"importedBy":[{"uid":"d091-47"}]},"d091-16":{"id":"/src/utils/attrs.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-17"},"imported":[{"uid":"d091-44"}],"importedBy":[{"uid":"d091-34"},{"uid":"d091-18"}]},"d091-18":{"id":"/src/hoc/rocketstyleAttrsHoc.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"d091-19"},"imported":[{"uid":"d091-45"},{"uid":"d091-44"},{"uid":"d091-16"},{"uid":"d091-48"}],"importedBy":[{"uid":"d091-49"}]},"d091-20":{"id":"/src/utils/statics.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-21"},"imported":[{"uid":"d091-44"},{"uid":"d091-0"}],"importedBy":[{"uid":"d091-34"}]},"d091-22":{"id":"/src/utils/collection.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-23"},"imported":[],"importedBy":[{"uid":"d091-26"}]},"d091-24":{"id":"/src/utils/dimensions.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-25"},"imported":[{"uid":"d091-44"}],"importedBy":[{"uid":"d091-38"},{"uid":"d091-34"},{"uid":"d091-26"}]},"d091-26":{"id":"/src/utils/theme.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-27"},"imported":[{"uid":"d091-44"},{"uid":"d091-22"},{"uid":"d091-24"}],"importedBy":[{"uid":"d091-34"}]},"d091-28":{"id":"/src/utils/chaining.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-29"},"imported":[],"importedBy":[{"uid":"d091-34"}]},"d091-30":{"id":"/src/utils/compose.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-31"},"imported":[],"importedBy":[{"uid":"d091-34"}]},"d091-32":{"id":"/src/utils/styles.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-33"},"imported":[{"uid":"d091-44"}],"importedBy":[{"uid":"d091-34"}]},"d091-34":{"id":"/src/rocketstyle.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"d091-35"},"imported":[{"uid":"d091-45"},{"uid":"d091-46"},{"uid":"d091-44"},{"uid":"d091-0"},{"uid":"d091-2"},{"uid":"d091-12"},{"uid":"d091-47"},{"uid":"d091-48"},{"uid":"d091-49"},{"uid":"d091-20"},{"uid":"d091-26"},{"uid":"d091-28"},{"uid":"d091-30"},{"uid":"d091-32"},{"uid":"d091-24"},{"uid":"d091-16"}],"importedBy":[{"uid":"d091-38"}]},"d091-36":{"id":"/src/constants/defaultDimensions.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-37"},"imported":[],"importedBy":[{"uid":"d091-38"}]},"d091-38":{"id":"/src/init.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-39"},"imported":[{"uid":"d091-44"},{"uid":"d091-34"},{"uid":"d091-24"},{"uid":"d091-0"},{"uid":"d091-36"}],"importedBy":[{"uid":"d091-42"}]},"d091-40":{"id":"/src/isRocketComponent.tsx","moduleParts":{"vitus-labs-rocketstyle.js":"d091-41"},"imported":[],"importedBy":[{"uid":"d091-42"}]},"d091-42":{"id":"/src/index.ts","moduleParts":{"vitus-labs-rocketstyle.js":"d091-43"},"imported":[{"uid":"d091-38"},{"uid":"d091-8"},{"uid":"d091-40"}],"importedBy":[],"isEntry":true},"d091-44":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"d091-38"},{"uid":"d091-8"},{"uid":"d091-34"},{"uid":"d091-24"},{"uid":"d091-20"},{"uid":"d091-26"},{"uid":"d091-32"},{"uid":"d091-16"},{"uid":"d091-18"}],"isExternal":true},"d091-45":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"d091-8"},{"uid":"d091-34"},{"uid":"d091-2"},{"uid":"d091-12"},{"uid":"d091-4"},{"uid":"d091-6"},{"uid":"d091-10"},{"uid":"d091-18"}],"isExternal":true},"d091-46":{"id":"hoist-non-react-statics","moduleParts":{},"imported":[],"importedBy":[{"uid":"d091-34"}],"isExternal":true},"d091-47":{"id":"/src/cache/index.ts","moduleParts":{},"imported":[{"uid":"d091-14"}],"importedBy":[{"uid":"d091-34"}]},"d091-48":{"id":"/src/hooks/index.ts","moduleParts":{},"imported":[{"uid":"d091-4"},{"uid":"d091-6"},{"uid":"d091-10"}],"importedBy":[{"uid":"d091-34"},{"uid":"d091-12"},{"uid":"d091-18"}]},"d091-49":{"id":"/src/hoc/index.ts","moduleParts":{},"imported":[{"uid":"d091-18"}],"importedBy":[{"uid":"d091-34"}]}},"env":{"rollup":"3.9.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-rocketstyle.module.js","children":[{"name":"src","children":[{"name":"constants","children":[{"uid":"edca-51","name":"index.ts"},{"uid":"edca-87","name":"defaultDimensions.ts"}]},{"name":"context","children":[{"uid":"edca-53","name":"localContext.tsx"},{"uid":"edca-59","name":"context.tsx"},{"uid":"edca-63","name":"createLocalProvider.tsx"}]},{"name":"hooks","children":[{"uid":"edca-55","name":"usePseudoState.tsx"},{"uid":"edca-57","name":"useRef.ts"},{"uid":"edca-61","name":"useTheme.tsx"}]},{"name":"cache/LocalThemeManager.ts","uid":"edca-65"},{"name":"utils","children":[{"uid":"edca-67","name":"attrs.ts"},{"uid":"edca-71","name":"statics.ts"},{"uid":"edca-73","name":"collection.ts"},{"uid":"edca-75","name":"dimensions.ts"},{"uid":"edca-77","name":"theme.ts"},{"uid":"edca-79","name":"chaining.ts"},{"uid":"edca-81","name":"compose.ts"},{"uid":"edca-83","name":"styles.ts"}]},{"name":"hoc/rocketstyleAttrsHoc.tsx","uid":"edca-69"},{"uid":"edca-85","name":"rocketstyle.tsx"},{"uid":"edca-89","name":"init.ts"},{"uid":"edca-91","name":"isRocketComponent.tsx"},{"uid":"edca-93","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"edca-51":{"renderedLength":602,"gzipLength":309,"brotliLength":0,"metaUid":"edca-50"},"edca-53":{"renderedLength":288,"gzipLength":177,"brotliLength":0,"metaUid":"edca-52"},"edca-55":{"renderedLength":1821,"gzipLength":441,"brotliLength":0,"metaUid":"edca-54"},"edca-57":{"renderedLength":253,"gzipLength":146,"brotliLength":0,"metaUid":"edca-56"},"edca-59":{"renderedLength":515,"gzipLength":301,"brotliLength":0,"metaUid":"edca-58"},"edca-61":{"renderedLength":337,"gzipLength":210,"brotliLength":0,"metaUid":"edca-60"},"edca-63":{"renderedLength":772,"gzipLength":360,"brotliLength":0,"metaUid":"edca-62"},"edca-65":{"renderedLength":235,"gzipLength":120,"brotliLength":0,"metaUid":"edca-64"},"edca-67":{"renderedLength":2794,"gzipLength":944,"brotliLength":0,"metaUid":"edca-66"},"edca-69":{"renderedLength":1579,"gzipLength":565,"brotliLength":0,"metaUid":"edca-68"},"edca-71":{"renderedLength":454,"gzipLength":266,"brotliLength":0,"metaUid":"edca-70"},"edca-73":{"renderedLength":756,"gzipLength":316,"brotliLength":0,"metaUid":"edca-72"},"edca-75":{"renderedLength":1494,"gzipLength":535,"brotliLength":0,"metaUid":"edca-74"},"edca-77":{"renderedLength":2322,"gzipLength":773,"brotliLength":0,"metaUid":"edca-76"},"edca-79":{"renderedLength":564,"gzipLength":253,"brotliLength":0,"metaUid":"edca-78"},"edca-81":{"renderedLength":135,"gzipLength":129,"brotliLength":0,"metaUid":"edca-80"},"edca-83":{"renderedLength":182,"gzipLength":154,"brotliLength":0,"metaUid":"edca-82"},"edca-85":{"renderedLength":12504,"gzipLength":2770,"brotliLength":0,"metaUid":"edca-84"},"edca-87":{"renderedLength":178,"gzipLength":128,"brotliLength":0,"metaUid":"edca-86"},"edca-89":{"renderedLength":1543,"gzipLength":559,"brotliLength":0,"metaUid":"edca-88"},"edca-91":{"renderedLength":267,"gzipLength":184,"brotliLength":0,"metaUid":"edca-90"},"edca-93":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"edca-92"}},"nodeMetas":{"edca-50":{"id":"/src/constants/index.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-51"},"imported":[],"importedBy":[{"uid":"edca-88"},{"uid":"edca-58"},{"uid":"edca-84"},{"uid":"edca-70"},{"uid":"edca-60"}]},"edca-52":{"id":"/src/context/localContext.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-53"},"imported":[{"uid":"edca-95"}],"importedBy":[{"uid":"edca-84"},{"uid":"edca-62"}]},"edca-54":{"id":"/src/hooks/usePseudoState.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-55"},"imported":[{"uid":"edca-95"}],"importedBy":[{"uid":"edca-98"}]},"edca-56":{"id":"/src/hooks/useRef.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-57"},"imported":[{"uid":"edca-95"}],"importedBy":[{"uid":"edca-98"}]},"edca-58":{"id":"/src/context/context.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-59"},"imported":[{"uid":"edca-95"},{"uid":"edca-94"},{"uid":"edca-50"}],"importedBy":[{"uid":"edca-92"},{"uid":"edca-60"}]},"edca-60":{"id":"/src/hooks/useTheme.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-61"},"imported":[{"uid":"edca-95"},{"uid":"edca-58"},{"uid":"edca-50"}],"importedBy":[{"uid":"edca-98"}]},"edca-62":{"id":"/src/context/createLocalProvider.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-63"},"imported":[{"uid":"edca-95"},{"uid":"edca-98"},{"uid":"edca-52"}],"importedBy":[{"uid":"edca-84"}]},"edca-64":{"id":"/src/cache/LocalThemeManager.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-65"},"imported":[],"importedBy":[{"uid":"edca-97"}]},"edca-66":{"id":"/src/utils/attrs.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-67"},"imported":[{"uid":"edca-94"}],"importedBy":[{"uid":"edca-84"},{"uid":"edca-68"}]},"edca-68":{"id":"/src/hoc/rocketstyleAttrsHoc.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-69"},"imported":[{"uid":"edca-95"},{"uid":"edca-94"},{"uid":"edca-66"},{"uid":"edca-98"}],"importedBy":[{"uid":"edca-99"}]},"edca-70":{"id":"/src/utils/statics.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-71"},"imported":[{"uid":"edca-94"},{"uid":"edca-50"}],"importedBy":[{"uid":"edca-84"}]},"edca-72":{"id":"/src/utils/collection.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-73"},"imported":[],"importedBy":[{"uid":"edca-76"}]},"edca-74":{"id":"/src/utils/dimensions.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-75"},"imported":[{"uid":"edca-94"}],"importedBy":[{"uid":"edca-88"},{"uid":"edca-84"},{"uid":"edca-76"}]},"edca-76":{"id":"/src/utils/theme.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-77"},"imported":[{"uid":"edca-94"},{"uid":"edca-72"},{"uid":"edca-74"}],"importedBy":[{"uid":"edca-84"}]},"edca-78":{"id":"/src/utils/chaining.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-79"},"imported":[],"importedBy":[{"uid":"edca-84"}]},"edca-80":{"id":"/src/utils/compose.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-81"},"imported":[],"importedBy":[{"uid":"edca-84"}]},"edca-82":{"id":"/src/utils/styles.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-83"},"imported":[{"uid":"edca-94"}],"importedBy":[{"uid":"edca-84"}]},"edca-84":{"id":"/src/rocketstyle.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-85"},"imported":[{"uid":"edca-95"},{"uid":"edca-96"},{"uid":"edca-94"},{"uid":"edca-50"},{"uid":"edca-52"},{"uid":"edca-62"},{"uid":"edca-97"},{"uid":"edca-98"},{"uid":"edca-99"},{"uid":"edca-70"},{"uid":"edca-76"},{"uid":"edca-78"},{"uid":"edca-80"},{"uid":"edca-82"},{"uid":"edca-74"},{"uid":"edca-66"}],"importedBy":[{"uid":"edca-88"}]},"edca-86":{"id":"/src/constants/defaultDimensions.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-87"},"imported":[],"importedBy":[{"uid":"edca-88"}]},"edca-88":{"id":"/src/init.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-89"},"imported":[{"uid":"edca-94"},{"uid":"edca-84"},{"uid":"edca-74"},{"uid":"edca-50"},{"uid":"edca-86"}],"importedBy":[{"uid":"edca-92"}]},"edca-90":{"id":"/src/isRocketComponent.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-91"},"imported":[],"importedBy":[{"uid":"edca-92"}]},"edca-92":{"id":"/src/index.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"edca-93"},"imported":[{"uid":"edca-88"},{"uid":"edca-58"},{"uid":"edca-90"}],"importedBy":[],"isEntry":true},"edca-94":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"edca-88"},{"uid":"edca-58"},{"uid":"edca-84"},{"uid":"edca-74"},{"uid":"edca-70"},{"uid":"edca-76"},{"uid":"edca-82"},{"uid":"edca-66"},{"uid":"edca-68"}],"isExternal":true},"edca-95":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"edca-58"},{"uid":"edca-84"},{"uid":"edca-52"},{"uid":"edca-62"},{"uid":"edca-54"},{"uid":"edca-56"},{"uid":"edca-60"},{"uid":"edca-68"}],"isExternal":true},"edca-96":{"id":"hoist-non-react-statics","moduleParts":{},"imported":[],"importedBy":[{"uid":"edca-84"}],"isExternal":true},"edca-97":{"id":"/src/cache/index.ts","moduleParts":{},"imported":[{"uid":"edca-64"}],"importedBy":[{"uid":"edca-84"}]},"edca-98":{"id":"/src/hooks/index.ts","moduleParts":{},"imported":[{"uid":"edca-54"},{"uid":"edca-56"},{"uid":"edca-60"}],"importedBy":[{"uid":"edca-84"},{"uid":"edca-62"},{"uid":"edca-68"}]},"edca-99":{"id":"/src/hoc/index.ts","moduleParts":{},"imported":[{"uid":"edca-68"}],"importedBy":[{"uid":"edca-84"}]}},"env":{"rollup":"2.72.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
6621
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"vitus-labs-rocketstyle.module.js","children":[{"name":"src","children":[{"name":"constants","children":[{"uid":"d091-51","name":"index.ts"},{"uid":"d091-87","name":"defaultDimensions.ts"}]},{"name":"context","children":[{"uid":"d091-53","name":"localContext.tsx"},{"uid":"d091-59","name":"context.tsx"},{"uid":"d091-63","name":"createLocalProvider.tsx"}]},{"name":"hooks","children":[{"uid":"d091-55","name":"usePseudoState.tsx"},{"uid":"d091-57","name":"useRef.ts"},{"uid":"d091-61","name":"useTheme.tsx"}]},{"name":"cache/LocalThemeManager.ts","uid":"d091-65"},{"name":"utils","children":[{"uid":"d091-67","name":"attrs.ts"},{"uid":"d091-71","name":"statics.ts"},{"uid":"d091-73","name":"collection.ts"},{"uid":"d091-75","name":"dimensions.ts"},{"uid":"d091-77","name":"theme.ts"},{"uid":"d091-79","name":"chaining.ts"},{"uid":"d091-81","name":"compose.ts"},{"uid":"d091-83","name":"styles.ts"}]},{"name":"hoc/rocketstyleAttrsHoc.tsx","uid":"d091-69"},{"uid":"d091-85","name":"rocketstyle.tsx"},{"uid":"d091-89","name":"init.ts"},{"uid":"d091-91","name":"isRocketComponent.tsx"},{"uid":"d091-93","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"d091-51":{"renderedLength":602,"gzipLength":309,"brotliLength":0,"metaUid":"d091-50"},"d091-53":{"renderedLength":288,"gzipLength":177,"brotliLength":0,"metaUid":"d091-52"},"d091-55":{"renderedLength":1821,"gzipLength":441,"brotliLength":0,"metaUid":"d091-54"},"d091-57":{"renderedLength":253,"gzipLength":146,"brotliLength":0,"metaUid":"d091-56"},"d091-59":{"renderedLength":515,"gzipLength":301,"brotliLength":0,"metaUid":"d091-58"},"d091-61":{"renderedLength":337,"gzipLength":210,"brotliLength":0,"metaUid":"d091-60"},"d091-63":{"renderedLength":772,"gzipLength":360,"brotliLength":0,"metaUid":"d091-62"},"d091-65":{"renderedLength":235,"gzipLength":120,"brotliLength":0,"metaUid":"d091-64"},"d091-67":{"renderedLength":2794,"gzipLength":944,"brotliLength":0,"metaUid":"d091-66"},"d091-69":{"renderedLength":1579,"gzipLength":565,"brotliLength":0,"metaUid":"d091-68"},"d091-71":{"renderedLength":454,"gzipLength":266,"brotliLength":0,"metaUid":"d091-70"},"d091-73":{"renderedLength":756,"gzipLength":316,"brotliLength":0,"metaUid":"d091-72"},"d091-75":{"renderedLength":1494,"gzipLength":535,"brotliLength":0,"metaUid":"d091-74"},"d091-77":{"renderedLength":2322,"gzipLength":773,"brotliLength":0,"metaUid":"d091-76"},"d091-79":{"renderedLength":564,"gzipLength":253,"brotliLength":0,"metaUid":"d091-78"},"d091-81":{"renderedLength":135,"gzipLength":129,"brotliLength":0,"metaUid":"d091-80"},"d091-83":{"renderedLength":182,"gzipLength":154,"brotliLength":0,"metaUid":"d091-82"},"d091-85":{"renderedLength":12504,"gzipLength":2770,"brotliLength":0,"metaUid":"d091-84"},"d091-87":{"renderedLength":178,"gzipLength":128,"brotliLength":0,"metaUid":"d091-86"},"d091-89":{"renderedLength":1543,"gzipLength":559,"brotliLength":0,"metaUid":"d091-88"},"d091-91":{"renderedLength":267,"gzipLength":184,"brotliLength":0,"metaUid":"d091-90"},"d091-93":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"d091-92"}},"nodeMetas":{"d091-50":{"id":"/src/constants/index.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-51"},"imported":[],"importedBy":[{"uid":"d091-88"},{"uid":"d091-58"},{"uid":"d091-84"},{"uid":"d091-70"},{"uid":"d091-60"}]},"d091-52":{"id":"/src/context/localContext.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-53"},"imported":[{"uid":"d091-95"}],"importedBy":[{"uid":"d091-84"},{"uid":"d091-62"}]},"d091-54":{"id":"/src/hooks/usePseudoState.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-55"},"imported":[{"uid":"d091-95"}],"importedBy":[{"uid":"d091-98"}]},"d091-56":{"id":"/src/hooks/useRef.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-57"},"imported":[{"uid":"d091-95"}],"importedBy":[{"uid":"d091-98"}]},"d091-58":{"id":"/src/context/context.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-59"},"imported":[{"uid":"d091-95"},{"uid":"d091-94"},{"uid":"d091-50"}],"importedBy":[{"uid":"d091-92"},{"uid":"d091-60"}]},"d091-60":{"id":"/src/hooks/useTheme.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-61"},"imported":[{"uid":"d091-95"},{"uid":"d091-58"},{"uid":"d091-50"}],"importedBy":[{"uid":"d091-98"}]},"d091-62":{"id":"/src/context/createLocalProvider.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-63"},"imported":[{"uid":"d091-95"},{"uid":"d091-98"},{"uid":"d091-52"}],"importedBy":[{"uid":"d091-84"}]},"d091-64":{"id":"/src/cache/LocalThemeManager.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-65"},"imported":[],"importedBy":[{"uid":"d091-97"}]},"d091-66":{"id":"/src/utils/attrs.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-67"},"imported":[{"uid":"d091-94"}],"importedBy":[{"uid":"d091-84"},{"uid":"d091-68"}]},"d091-68":{"id":"/src/hoc/rocketstyleAttrsHoc.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-69"},"imported":[{"uid":"d091-95"},{"uid":"d091-94"},{"uid":"d091-66"},{"uid":"d091-98"}],"importedBy":[{"uid":"d091-99"}]},"d091-70":{"id":"/src/utils/statics.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-71"},"imported":[{"uid":"d091-94"},{"uid":"d091-50"}],"importedBy":[{"uid":"d091-84"}]},"d091-72":{"id":"/src/utils/collection.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-73"},"imported":[],"importedBy":[{"uid":"d091-76"}]},"d091-74":{"id":"/src/utils/dimensions.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-75"},"imported":[{"uid":"d091-94"}],"importedBy":[{"uid":"d091-88"},{"uid":"d091-84"},{"uid":"d091-76"}]},"d091-76":{"id":"/src/utils/theme.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-77"},"imported":[{"uid":"d091-94"},{"uid":"d091-72"},{"uid":"d091-74"}],"importedBy":[{"uid":"d091-84"}]},"d091-78":{"id":"/src/utils/chaining.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-79"},"imported":[],"importedBy":[{"uid":"d091-84"}]},"d091-80":{"id":"/src/utils/compose.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-81"},"imported":[],"importedBy":[{"uid":"d091-84"}]},"d091-82":{"id":"/src/utils/styles.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-83"},"imported":[{"uid":"d091-94"}],"importedBy":[{"uid":"d091-84"}]},"d091-84":{"id":"/src/rocketstyle.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-85"},"imported":[{"uid":"d091-95"},{"uid":"d091-96"},{"uid":"d091-94"},{"uid":"d091-50"},{"uid":"d091-52"},{"uid":"d091-62"},{"uid":"d091-97"},{"uid":"d091-98"},{"uid":"d091-99"},{"uid":"d091-70"},{"uid":"d091-76"},{"uid":"d091-78"},{"uid":"d091-80"},{"uid":"d091-82"},{"uid":"d091-74"},{"uid":"d091-66"}],"importedBy":[{"uid":"d091-88"}]},"d091-86":{"id":"/src/constants/defaultDimensions.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-87"},"imported":[],"importedBy":[{"uid":"d091-88"}]},"d091-88":{"id":"/src/init.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-89"},"imported":[{"uid":"d091-94"},{"uid":"d091-84"},{"uid":"d091-74"},{"uid":"d091-50"},{"uid":"d091-86"}],"importedBy":[{"uid":"d091-92"}]},"d091-90":{"id":"/src/isRocketComponent.tsx","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-91"},"imported":[],"importedBy":[{"uid":"d091-92"}]},"d091-92":{"id":"/src/index.ts","moduleParts":{"vitus-labs-rocketstyle.module.js":"d091-93"},"imported":[{"uid":"d091-88"},{"uid":"d091-58"},{"uid":"d091-90"}],"importedBy":[],"isEntry":true},"d091-94":{"id":"@vitus-labs/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"d091-88"},{"uid":"d091-58"},{"uid":"d091-84"},{"uid":"d091-74"},{"uid":"d091-70"},{"uid":"d091-76"},{"uid":"d091-82"},{"uid":"d091-66"},{"uid":"d091-68"}],"isExternal":true},"d091-95":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"d091-58"},{"uid":"d091-84"},{"uid":"d091-52"},{"uid":"d091-62"},{"uid":"d091-54"},{"uid":"d091-56"},{"uid":"d091-60"},{"uid":"d091-68"}],"isExternal":true},"d091-96":{"id":"hoist-non-react-statics","moduleParts":{},"imported":[],"importedBy":[{"uid":"d091-84"}],"isExternal":true},"d091-97":{"id":"/src/cache/index.ts","moduleParts":{},"imported":[{"uid":"d091-64"}],"importedBy":[{"uid":"d091-84"}]},"d091-98":{"id":"/src/hooks/index.ts","moduleParts":{},"imported":[{"uid":"d091-54"},{"uid":"d091-56"},{"uid":"d091-60"}],"importedBy":[{"uid":"d091-84"},{"uid":"d091-62"},{"uid":"d091-68"}]},"d091-99":{"id":"/src/hoc/index.ts","moduleParts":{},"imported":[{"uid":"d091-68"}],"importedBy":[{"uid":"d091-84"}]}},"env":{"rollup":"3.9.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
6622
6622
 
6623
6623
  const run = () => {
6624
6624
  const width = window.innerWidth;