@industry-theme/repository-composition-panels 0.7.28 → 0.7.29
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-B5ulNvRV.js → browserAll-DkB4mr2Z.js} +3 -3
- package/dist/{browserAll-B5ulNvRV.js.map → browserAll-DkB4mr2Z.js.map} +1 -1
- package/dist/{index-BGEfrxLy.js → index-vtAYI69m.js} +8 -7
- package/dist/{index-BGEfrxLy.js.map → index-vtAYI69m.js.map} +1 -1
- package/dist/{init-CN56qR7Q.js → init-BP_va9Z6.js} +2 -2
- package/dist/{init-CN56qR7Q.js.map → init-BP_va9Z6.js.map} +1 -1
- package/dist/panels/overworld-map/components/RepoCardStatic.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-BFKfdm9X.js +3 -0
- package/dist/webworkerAll-BFKfdm9X.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-1U-w2f78.js +0 -3
- package/dist/webworkerAll-1U-w2f78.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-vtAYI69m.js";
|
|
2
|
+
import "./init-BP_va9Z6.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-DkB4mr2Z.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browserAll-
|
|
1
|
+
{"version":3,"file":"browserAll-DkB4mr2Z.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]}
|
|
@@ -106207,7 +106207,7 @@ const browserExt = {
|
|
|
106207
106207
|
},
|
|
106208
106208
|
test: () => true,
|
|
106209
106209
|
load: async () => {
|
|
106210
|
-
await import("./browserAll-
|
|
106210
|
+
await import("./browserAll-DkB4mr2Z.js");
|
|
106211
106211
|
}
|
|
106212
106212
|
};
|
|
106213
106213
|
const webworkerExt = {
|
|
@@ -106218,7 +106218,7 @@ const webworkerExt = {
|
|
|
106218
106218
|
},
|
|
106219
106219
|
test: () => typeof self !== "undefined" && self.WorkerGlobalScope !== void 0,
|
|
106220
106220
|
load: async () => {
|
|
106221
|
-
await import("./webworkerAll-
|
|
106221
|
+
await import("./webworkerAll-BFKfdm9X.js");
|
|
106222
106222
|
}
|
|
106223
106223
|
};
|
|
106224
106224
|
class ObservablePoint {
|
|
@@ -155018,7 +155018,7 @@ const RepoCardStatic = ({
|
|
|
155018
155018
|
height = 280,
|
|
155019
155019
|
spriteSize = 160
|
|
155020
155020
|
}) => {
|
|
155021
|
-
var _a, _b, _c, _d, _e2;
|
|
155021
|
+
var _a, _b, _c, _d, _e2, _f;
|
|
155022
155022
|
const [spriteDataUrl, setSpriteDataUrl] = useState(null);
|
|
155023
155023
|
const [isLoading, setIsLoading] = useState(true);
|
|
155024
155024
|
const size = calculateRepositorySize(repository.metrics);
|
|
@@ -155097,9 +155097,10 @@ const RepoCardStatic = ({
|
|
|
155097
155097
|
owner: (_a = repository.github) == null ? void 0 : _a.owner,
|
|
155098
155098
|
stars: (_b = repository.github) == null ? void 0 : _b.stars,
|
|
155099
155099
|
label: repository.name,
|
|
155100
|
-
|
|
155101
|
-
|
|
155102
|
-
|
|
155100
|
+
description: (_c = repository.github) == null ? void 0 : _c.description,
|
|
155101
|
+
files: (_d = repository.metrics) == null ? void 0 : _d.fileCount,
|
|
155102
|
+
language: (_e2 = repository.github) == null ? void 0 : _e2.primaryLanguage,
|
|
155103
|
+
license: (_f = repository.github) == null ? void 0 : _f.license,
|
|
155103
155104
|
packages,
|
|
155104
155105
|
children: spriteContent
|
|
155105
155106
|
}
|
|
@@ -155275,4 +155276,4 @@ export {
|
|
|
155275
155276
|
RepoCardStatic as y,
|
|
155276
155277
|
renderSpriteToDataUrl as z
|
|
155277
155278
|
};
|
|
155278
|
-
//# sourceMappingURL=index-
|
|
155279
|
+
//# sourceMappingURL=index-vtAYI69m.js.map
|