@industry-theme/repository-composition-panels 0.6.26 → 0.6.28

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 (33) hide show
  1. package/dist/{BufferResource-BpwdsDX0.js → BufferResource-BJY-eIgx.js} +2 -2
  2. package/dist/{BufferResource-BpwdsDX0.js.map → BufferResource-BJY-eIgx.js.map} +1 -1
  3. package/dist/{CanvasRenderer-CPXgnUH1.js → CanvasRenderer-CGAV4ORs.js} +3 -3
  4. package/dist/{CanvasRenderer-CPXgnUH1.js.map → CanvasRenderer-CGAV4ORs.js.map} +1 -1
  5. package/dist/{Filter-mj7HIghB.js → Filter-CdK3OzeQ.js} +2 -2
  6. package/dist/{Filter-mj7HIghB.js.map → Filter-CdK3OzeQ.js.map} +1 -1
  7. package/dist/{RenderTargetSystem-hvP6wkm5.js → RenderTargetSystem-ll-Ig4tx.js} +3 -3
  8. package/dist/{RenderTargetSystem-hvP6wkm5.js.map → RenderTargetSystem-ll-Ig4tx.js.map} +1 -1
  9. package/dist/{WebGLRenderer-CSpWLo6L.js → WebGLRenderer-CuaFmyj0.js} +4 -4
  10. package/dist/{WebGLRenderer-CSpWLo6L.js.map → WebGLRenderer-CuaFmyj0.js.map} +1 -1
  11. package/dist/{WebGPURenderer-Dlw7vvZU.js → WebGPURenderer-kV50nNAY.js} +4 -4
  12. package/dist/{WebGPURenderer-Dlw7vvZU.js.map → WebGPURenderer-kV50nNAY.js.map} +1 -1
  13. package/dist/{browserAll-C1iy5xbx.js → browserAll-Cr8EGZ6x.js} +3 -3
  14. package/dist/{browserAll-C1iy5xbx.js.map → browserAll-Cr8EGZ6x.js.map} +1 -1
  15. package/dist/{index-BwWx2Yhi.js → index-g-V2DE-H.js} +140 -57
  16. package/dist/{index-BwWx2Yhi.js.map → index-g-V2DE-H.js.map} +1 -1
  17. package/dist/{init-DGC3XtNO.js → init-DNm4hBfO.js} +3 -3
  18. package/dist/{init-DGC3XtNO.js.map → init-DNm4hBfO.js.map} +1 -1
  19. package/dist/panels/CollectionMapPanel.d.ts +6 -0
  20. package/dist/panels/CollectionMapPanel.d.ts.map +1 -1
  21. package/dist/panels/overworld-map/OverworldMapPanel.d.ts +6 -0
  22. package/dist/panels/overworld-map/OverworldMapPanel.d.ts.map +1 -1
  23. package/dist/panels/overworld-map/components/IsometricInteractionManager.d.ts +6 -0
  24. package/dist/panels/overworld-map/components/IsometricInteractionManager.d.ts.map +1 -1
  25. package/dist/panels/overworld-map/components/IsometricRenderer.d.ts +10 -0
  26. package/dist/panels/overworld-map/components/IsometricRenderer.d.ts.map +1 -1
  27. package/dist/panels/overworld-map/components/buildingSpriteGenerator.d.ts.map +1 -1
  28. package/dist/panels.bundle.js +1 -1
  29. package/dist/webworkerAll-DmkQ4StC.js +3 -0
  30. package/dist/webworkerAll-DmkQ4StC.js.map +1 -0
  31. package/package.json +1 -1
  32. package/dist/webworkerAll-BmgxtxZy.js +0 -3
  33. package/dist/webworkerAll-BmgxtxZy.js.map +0 -1
@@ -1,6 +1,6 @@
1
- import { D as DOMAdapter, a as State, E as ExtensionType, J as GCManagedHash, j as BufferUsage, w as warn, g as getAttributeInfoFromFormat, b as GlProgram, S as Shader, c as Texture, d as Geometry, O as TextureSource, aj as checkMaxIfStatementsInShader, h as STENCIL_MODES, aa as Rectangle, v as CanvasSource, N as CLEAR, U as UniformGroup, M as Matrix, ak as compileHighShaderGlProgram, al as colorBitGl, am as generateTextureBatchBitGl, an as roundPixelsBitGl, ao as getBatchSamplersUniformGroup, A as AbstractRenderer, R as RendererType, f as extensions } from "./index-BwWx2Yhi.js";
2
- import { e as ensureAttributes, G as GpuStencilModesToPixi, c as createUboSyncFunction, b as uboSyncFunctionsSTD40, U as UboSystem, B as BufferResource, d as uniformParsers, f as localUniformBitGl, g as textureBitGl } from "./BufferResource-BpwdsDX0.js";
3
- import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-hvP6wkm5.js";
1
+ import { D as DOMAdapter, a as State, E as ExtensionType, J as GCManagedHash, j as BufferUsage, w as warn, g as getAttributeInfoFromFormat, b as GlProgram, S as Shader, c as Texture, d as Geometry, O as TextureSource, aj as checkMaxIfStatementsInShader, h as STENCIL_MODES, aa as Rectangle, v as CanvasSource, N as CLEAR, U as UniformGroup, M as Matrix, ak as compileHighShaderGlProgram, al as colorBitGl, am as generateTextureBatchBitGl, an as roundPixelsBitGl, ao as getBatchSamplersUniformGroup, A as AbstractRenderer, R as RendererType, f as extensions } from "./index-g-V2DE-H.js";
2
+ import { e as ensureAttributes, G as GpuStencilModesToPixi, c as createUboSyncFunction, b as uboSyncFunctionsSTD40, U as UboSystem, B as BufferResource, d as uniformParsers, f as localUniformBitGl, g as textureBitGl } from "./BufferResource-BJY-eIgx.js";
3
+ import { R as RenderTargetSystem, S as SharedSystems, d as SharedRenderPipes } from "./RenderTargetSystem-ll-Ig4tx.js";
4
4
  function isSafari() {
5
5
  const { userAgent } = DOMAdapter.get().getNavigator();
6
6
  return /^((?!chrome|android).)*safari/i.test(userAgent);
@@ -3881,4 +3881,4 @@ class WebGLRenderer extends AbstractRenderer {
3881
3881
  export {
3882
3882
  WebGLRenderer
3883
3883
  };
3884
- //# sourceMappingURL=WebGLRenderer-CSpWLo6L.js.map
3884
+ //# sourceMappingURL=WebGLRenderer-CuaFmyj0.js.map