@industry-theme/repository-composition-panels 0.7.32 → 0.7.33
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/dist/{browserAll-BdeGLg9f.js → browserAll-CTthXTnB.js} +3 -3
- package/dist/{browserAll-BdeGLg9f.js.map → browserAll-CTthXTnB.js.map} +1 -1
- package/dist/{index-anN0r0mT.js → index-DNcQxFFj.js} +8 -9
- package/dist/{index-anN0r0mT.js.map → index-DNcQxFFj.js.map} +1 -1
- package/dist/{init-DsRm8ZpT.js → init-0VAievRp.js} +2 -2
- package/dist/{init-DsRm8ZpT.js.map → init-0VAievRp.js.map} +1 -1
- package/dist/panels/components/PackageLoadingGraph.d.ts.map +1 -1
- package/dist/panels/file-city-3d/FileCity3D.d.ts.map +1 -1
- package/dist/panels/file-city-3d/buildCityData.d.ts.map +1 -1
- package/dist/panels/overworld-map/components/CardBack.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-BLCD_rTx.js +3 -0
- package/dist/webworkerAll-BLCD_rTx.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-DFGI4H02.js +0 -3
- package/dist/webworkerAll-DFGI4H02.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { e as extensions, A as AccessibilitySystem, C as Container, b as accessibilityTarget, E as EventSystem, c as FederatedContainer } from "./index-
|
|
2
|
-
import "./init-
|
|
1
|
+
import { e as extensions, A as AccessibilitySystem, C as Container, b as accessibilityTarget, E as EventSystem, c as FederatedContainer } from "./index-DNcQxFFj.js";
|
|
2
|
+
import "./init-0VAievRp.js";
|
|
3
3
|
extensions.add(AccessibilitySystem);
|
|
4
4
|
extensions.mixin(Container, accessibilityTarget);
|
|
5
5
|
extensions.add(EventSystem);
|
|
6
6
|
extensions.mixin(Container, FederatedContainer);
|
|
7
|
-
//# sourceMappingURL=browserAll-
|
|
7
|
+
//# sourceMappingURL=browserAll-CTthXTnB.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browserAll-
|
|
1
|
+
{"version":3,"file":"browserAll-CTthXTnB.js","sources":["../node_modules/pixi.js/lib/accessibility/init.mjs","../node_modules/pixi.js/lib/events/init.mjs"],"sourcesContent":["import { extensions } from '../extensions/Extensions.mjs';\nimport { Container } from '../scene/container/Container.mjs';\nimport { AccessibilitySystem } from './AccessibilitySystem.mjs';\nimport { accessibilityTarget } from './accessibilityTarget.mjs';\n\n\"use strict\";\nextensions.add(AccessibilitySystem);\nextensions.mixin(Container, accessibilityTarget);\n//# sourceMappingURL=init.mjs.map\n","import { extensions } from '../extensions/Extensions.mjs';\nimport { Container } from '../scene/container/Container.mjs';\nimport { EventSystem } from './EventSystem.mjs';\nimport { FederatedContainer } from './FederatedEventTarget.mjs';\n\n\"use strict\";\nextensions.add(EventSystem);\nextensions.mixin(Container, FederatedContainer);\n//# sourceMappingURL=init.mjs.map\n"],"names":[],"mappings":";;AAMA,WAAW,IAAI,mBAAmB;AAClC,WAAW,MAAM,WAAW,mBAAmB;ACD/C,WAAW,IAAI,WAAW;AAC1B,WAAW,MAAM,WAAW,kBAAkB;","x_google_ignoreList":[0,1]}
|
|
@@ -1737,8 +1737,7 @@ const PackageLoadingGraph = () => {
|
|
|
1737
1737
|
backgroundColor: color2,
|
|
1738
1738
|
opacity: 0.2,
|
|
1739
1739
|
transform: "translateX(-50%)",
|
|
1740
|
-
animation: `shadowPulse ${totalCycleDuration}s ease-in-out infinite
|
|
1741
|
-
animationDelay: `${box.delay}s`
|
|
1740
|
+
animation: `shadowPulse ${totalCycleDuration}s ease-in-out ${box.delay}s infinite`
|
|
1742
1741
|
}
|
|
1743
1742
|
},
|
|
1744
1743
|
`shadow-${box.id}`
|
|
@@ -106230,7 +106229,7 @@ const browserExt = {
|
|
|
106230
106229
|
},
|
|
106231
106230
|
test: () => true,
|
|
106232
106231
|
load: async () => {
|
|
106233
|
-
await import("./browserAll-
|
|
106232
|
+
await import("./browserAll-CTthXTnB.js");
|
|
106234
106233
|
}
|
|
106235
106234
|
};
|
|
106236
106235
|
const webworkerExt = {
|
|
@@ -106241,7 +106240,7 @@ const webworkerExt = {
|
|
|
106241
106240
|
},
|
|
106242
106241
|
test: () => typeof self !== "undefined" && self.WorkerGlobalScope !== void 0,
|
|
106243
106242
|
load: async () => {
|
|
106244
|
-
await import("./webworkerAll-
|
|
106243
|
+
await import("./webworkerAll-BLCD_rTx.js");
|
|
106245
106244
|
}
|
|
106246
106245
|
};
|
|
106247
106246
|
class ObservablePoint {
|
|
@@ -155171,7 +155170,7 @@ const injectKeyframes = () => {
|
|
|
155171
155170
|
`;
|
|
155172
155171
|
document.head.appendChild(style2);
|
|
155173
155172
|
};
|
|
155174
|
-
const Speck = ({ x: x2, y: y2, size, delay }) => /* @__PURE__ */ jsx(
|
|
155173
|
+
const Speck = ({ x: x2, y: y2, size, delay, duration }) => /* @__PURE__ */ jsx(
|
|
155175
155174
|
"div",
|
|
155176
155175
|
{
|
|
155177
155176
|
style: {
|
|
@@ -155182,8 +155181,7 @@ const Speck = ({ x: x2, y: y2, size, delay }) => /* @__PURE__ */ jsx(
|
|
|
155182
155181
|
height: size,
|
|
155183
155182
|
borderRadius: "50%",
|
|
155184
155183
|
backgroundColor: "rgba(255,255,255,0.5)",
|
|
155185
|
-
animation: `twinkle ${
|
|
155186
|
-
animationDelay: `${delay}s`
|
|
155184
|
+
animation: `twinkle ${duration}s ease-in-out ${delay}s infinite`
|
|
155187
155185
|
}
|
|
155188
155186
|
}
|
|
155189
155187
|
);
|
|
@@ -155201,7 +155199,8 @@ const generateSpecks = (cols, rows) => {
|
|
|
155201
155199
|
x: baseX + jitterX,
|
|
155202
155200
|
y: baseY + jitterY,
|
|
155203
155201
|
size: 1 + Math.random() * 1.5,
|
|
155204
|
-
delay: Math.random() * 3
|
|
155202
|
+
delay: Math.random() * 3,
|
|
155203
|
+
duration: 2 + Math.random() * 2
|
|
155205
155204
|
});
|
|
155206
155205
|
}
|
|
155207
155206
|
}
|
|
@@ -155508,4 +155507,4 @@ export {
|
|
|
155508
155507
|
RepoCardStatic as y,
|
|
155509
155508
|
CardBack as z
|
|
155510
155509
|
};
|
|
155511
|
-
//# sourceMappingURL=index-
|
|
155510
|
+
//# sourceMappingURL=index-DNcQxFFj.js.map
|