@industry-theme/repository-composition-panels 0.7.31 → 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-CTmQ_vRe.js → browserAll-CTthXTnB.js} +3 -3
- package/dist/{browserAll-CTmQ_vRe.js.map → browserAll-CTthXTnB.js.map} +1 -1
- package/dist/{index-D8MSY071.js → index-DNcQxFFj.js} +214 -14
- package/dist/{index-D8MSY071.js.map → index-DNcQxFFj.js.map} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/{init-RpxvpRvb.js → init-0VAievRp.js} +2 -2
- package/dist/{init-RpxvpRvb.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/overworld-map/index.d.ts +2 -0
- package/dist/panels/overworld-map/index.d.ts.map +1 -1
- package/dist/panels.bundle.js +11 -10
- 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-CjJZV9Yl.js +0 -3
- package/dist/webworkerAll-CjJZV9Yl.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 {
|
|
@@ -155137,6 +155136,206 @@ const RepoCardStatic = ({
|
|
|
155137
155136
|
}
|
|
155138
155137
|
) });
|
|
155139
155138
|
};
|
|
155139
|
+
const GitLogo = ({
|
|
155140
|
+
size = 80,
|
|
155141
|
+
color: color2 = "#F05032"
|
|
155142
|
+
}) => /* @__PURE__ */ jsx(
|
|
155143
|
+
"svg",
|
|
155144
|
+
{
|
|
155145
|
+
width: size,
|
|
155146
|
+
height: size,
|
|
155147
|
+
viewBox: "0 0 92 92",
|
|
155148
|
+
fill: "none",
|
|
155149
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
155150
|
+
children: /* @__PURE__ */ jsx(
|
|
155151
|
+
"path",
|
|
155152
|
+
{
|
|
155153
|
+
d: "M90.156 41.965L50.036 1.848a5.913 5.913 0 00-8.368 0l-8.332 8.332 10.566 10.566a7.03 7.03 0 017.178 1.69 7.043 7.043 0 011.673 7.277l10.183 10.184a7.026 7.026 0 017.306 1.655 7.043 7.043 0 11-10.144 9.761 7.042 7.042 0 01-1.578-7.643l-9.5-9.5v24.997a7.042 7.042 0 11-5.818-.13V33.775a7.042 7.042 0 01-3.82-9.234L29.242 14.272 1.73 41.777a5.925 5.925 0 000 8.371L41.852 90.27a5.925 5.925 0 008.37 0l39.934-39.934a5.925 5.925 0 000-8.371",
|
|
155154
|
+
fill: color2
|
|
155155
|
+
}
|
|
155156
|
+
)
|
|
155157
|
+
}
|
|
155158
|
+
);
|
|
155159
|
+
const KEYFRAMES_ID = "card-back-twinkle";
|
|
155160
|
+
const injectKeyframes = () => {
|
|
155161
|
+
if (typeof document === "undefined") return;
|
|
155162
|
+
if (document.getElementById(KEYFRAMES_ID)) return;
|
|
155163
|
+
const style2 = document.createElement("style");
|
|
155164
|
+
style2.id = KEYFRAMES_ID;
|
|
155165
|
+
style2.textContent = `
|
|
155166
|
+
@keyframes twinkle {
|
|
155167
|
+
0%, 100% { opacity: 0.3; }
|
|
155168
|
+
50% { opacity: 1; }
|
|
155169
|
+
}
|
|
155170
|
+
`;
|
|
155171
|
+
document.head.appendChild(style2);
|
|
155172
|
+
};
|
|
155173
|
+
const Speck = ({ x: x2, y: y2, size, delay, duration }) => /* @__PURE__ */ jsx(
|
|
155174
|
+
"div",
|
|
155175
|
+
{
|
|
155176
|
+
style: {
|
|
155177
|
+
position: "absolute",
|
|
155178
|
+
left: `${x2}%`,
|
|
155179
|
+
top: `${y2}%`,
|
|
155180
|
+
width: size,
|
|
155181
|
+
height: size,
|
|
155182
|
+
borderRadius: "50%",
|
|
155183
|
+
backgroundColor: "rgba(255,255,255,0.5)",
|
|
155184
|
+
animation: `twinkle ${duration}s ease-in-out ${delay}s infinite`
|
|
155185
|
+
}
|
|
155186
|
+
}
|
|
155187
|
+
);
|
|
155188
|
+
const generateSpecks = (cols, rows) => {
|
|
155189
|
+
const specks2 = [];
|
|
155190
|
+
const cellWidth = 100 / cols;
|
|
155191
|
+
const cellHeight = 100 / rows;
|
|
155192
|
+
for (let row2 = 0; row2 < rows; row2++) {
|
|
155193
|
+
for (let col = 0; col < cols; col++) {
|
|
155194
|
+
const baseX = col * cellWidth + cellWidth / 2;
|
|
155195
|
+
const baseY = row2 * cellHeight + cellHeight / 2;
|
|
155196
|
+
const jitterX = (Math.random() - 0.5) * cellWidth * 0.8;
|
|
155197
|
+
const jitterY = (Math.random() - 0.5) * cellHeight * 0.8;
|
|
155198
|
+
specks2.push({
|
|
155199
|
+
x: baseX + jitterX,
|
|
155200
|
+
y: baseY + jitterY,
|
|
155201
|
+
size: 1 + Math.random() * 1.5,
|
|
155202
|
+
delay: Math.random() * 3,
|
|
155203
|
+
duration: 2 + Math.random() * 2
|
|
155204
|
+
});
|
|
155205
|
+
}
|
|
155206
|
+
}
|
|
155207
|
+
return specks2;
|
|
155208
|
+
};
|
|
155209
|
+
const specks = generateSpecks(5, 6);
|
|
155210
|
+
const CardBack = ({
|
|
155211
|
+
width = 200,
|
|
155212
|
+
height = 280
|
|
155213
|
+
}) => {
|
|
155214
|
+
const { theme: theme2 } = useTheme();
|
|
155215
|
+
React2__default.useEffect(() => {
|
|
155216
|
+
injectKeyframes();
|
|
155217
|
+
}, []);
|
|
155218
|
+
return /* @__PURE__ */ jsxs(
|
|
155219
|
+
"div",
|
|
155220
|
+
{
|
|
155221
|
+
style: {
|
|
155222
|
+
position: "relative",
|
|
155223
|
+
display: "flex",
|
|
155224
|
+
flexDirection: "column",
|
|
155225
|
+
alignItems: "center",
|
|
155226
|
+
justifyContent: "center",
|
|
155227
|
+
backgroundColor: "#1a1a2e",
|
|
155228
|
+
padding: "8px 12px",
|
|
155229
|
+
border: "none",
|
|
155230
|
+
borderRadius: "12px",
|
|
155231
|
+
width,
|
|
155232
|
+
height,
|
|
155233
|
+
boxSizing: "border-box",
|
|
155234
|
+
overflow: "hidden",
|
|
155235
|
+
boxShadow: "inset 0 0 0 4px #1a1a2e, inset 0 0 0 6px #F05032"
|
|
155236
|
+
},
|
|
155237
|
+
children: [
|
|
155238
|
+
specks.map((speck, i2) => /* @__PURE__ */ jsx(Speck, { ...speck }, i2)),
|
|
155239
|
+
/* @__PURE__ */ jsxs(
|
|
155240
|
+
"div",
|
|
155241
|
+
{
|
|
155242
|
+
style: {
|
|
155243
|
+
display: "flex",
|
|
155244
|
+
flexDirection: "column",
|
|
155245
|
+
alignItems: "center",
|
|
155246
|
+
justifyContent: "center",
|
|
155247
|
+
flex: 1,
|
|
155248
|
+
gap: "12px"
|
|
155249
|
+
},
|
|
155250
|
+
children: [
|
|
155251
|
+
/* @__PURE__ */ jsxs(
|
|
155252
|
+
"div",
|
|
155253
|
+
{
|
|
155254
|
+
style: {
|
|
155255
|
+
display: "flex",
|
|
155256
|
+
flexDirection: "column",
|
|
155257
|
+
alignItems: "center",
|
|
155258
|
+
gap: "2px"
|
|
155259
|
+
},
|
|
155260
|
+
children: [
|
|
155261
|
+
/* @__PURE__ */ jsx(
|
|
155262
|
+
"span",
|
|
155263
|
+
{
|
|
155264
|
+
style: {
|
|
155265
|
+
fontFamily: theme2.fonts.body,
|
|
155266
|
+
fontSize: theme2.fontSizes[3],
|
|
155267
|
+
fontWeight: theme2.fontWeights.bold,
|
|
155268
|
+
color: "#ffffff",
|
|
155269
|
+
textShadow: "0 2px 4px rgba(0,0,0,0.5)",
|
|
155270
|
+
letterSpacing: "0.05em"
|
|
155271
|
+
},
|
|
155272
|
+
children: "Principal"
|
|
155273
|
+
}
|
|
155274
|
+
),
|
|
155275
|
+
/* @__PURE__ */ jsx(
|
|
155276
|
+
"span",
|
|
155277
|
+
{
|
|
155278
|
+
style: {
|
|
155279
|
+
fontFamily: theme2.fonts.body,
|
|
155280
|
+
fontSize: theme2.fontSizes[3],
|
|
155281
|
+
fontWeight: theme2.fontWeights.bold,
|
|
155282
|
+
color: "#F05032",
|
|
155283
|
+
textShadow: "0 2px 4px rgba(0,0,0,0.5)",
|
|
155284
|
+
letterSpacing: "0.05em"
|
|
155285
|
+
},
|
|
155286
|
+
children: "AI"
|
|
155287
|
+
}
|
|
155288
|
+
)
|
|
155289
|
+
]
|
|
155290
|
+
}
|
|
155291
|
+
),
|
|
155292
|
+
/* @__PURE__ */ jsx(GitLogo, { size: Math.min(80, width * 0.4) }),
|
|
155293
|
+
/* @__PURE__ */ jsxs(
|
|
155294
|
+
"div",
|
|
155295
|
+
{
|
|
155296
|
+
style: {
|
|
155297
|
+
display: "flex",
|
|
155298
|
+
flexDirection: "column",
|
|
155299
|
+
alignItems: "center",
|
|
155300
|
+
gap: "2px"
|
|
155301
|
+
},
|
|
155302
|
+
children: [
|
|
155303
|
+
/* @__PURE__ */ jsx(
|
|
155304
|
+
"span",
|
|
155305
|
+
{
|
|
155306
|
+
style: {
|
|
155307
|
+
fontFamily: theme2.fonts.body,
|
|
155308
|
+
fontSize: theme2.fontSizes[0],
|
|
155309
|
+
fontWeight: theme2.fontWeights.medium,
|
|
155310
|
+
color: "rgba(255,255,255,0.6)",
|
|
155311
|
+
letterSpacing: "0.1em"
|
|
155312
|
+
},
|
|
155313
|
+
children: "Repository"
|
|
155314
|
+
}
|
|
155315
|
+
),
|
|
155316
|
+
/* @__PURE__ */ jsx(
|
|
155317
|
+
"span",
|
|
155318
|
+
{
|
|
155319
|
+
style: {
|
|
155320
|
+
fontFamily: theme2.fonts.body,
|
|
155321
|
+
fontSize: theme2.fontSizes[0],
|
|
155322
|
+
fontWeight: theme2.fontWeights.medium,
|
|
155323
|
+
color: "rgba(255,255,255,0.6)",
|
|
155324
|
+
letterSpacing: "0.1em"
|
|
155325
|
+
},
|
|
155326
|
+
children: "Card"
|
|
155327
|
+
}
|
|
155328
|
+
)
|
|
155329
|
+
]
|
|
155330
|
+
}
|
|
155331
|
+
)
|
|
155332
|
+
]
|
|
155333
|
+
}
|
|
155334
|
+
)
|
|
155335
|
+
]
|
|
155336
|
+
}
|
|
155337
|
+
);
|
|
155338
|
+
};
|
|
155140
155339
|
const panels = [
|
|
155141
155340
|
{
|
|
155142
155341
|
metadata: {
|
|
@@ -155261,25 +155460,26 @@ const onPackageUnload = async () => {
|
|
|
155261
155460
|
};
|
|
155262
155461
|
export {
|
|
155263
155462
|
AccessibilitySystem as A,
|
|
155264
|
-
|
|
155463
|
+
renderSpriteToDataUrl as B,
|
|
155265
155464
|
Container as C,
|
|
155266
155465
|
DependencyGraphPanel as D,
|
|
155267
155466
|
EventSystem as E,
|
|
155268
155467
|
FilterSystem as F,
|
|
155269
155468
|
GitChangesPanel as G,
|
|
155270
|
-
|
|
155271
|
-
|
|
155272
|
-
|
|
155273
|
-
|
|
155274
|
-
|
|
155469
|
+
renderSpriteToDataUrlCached as H,
|
|
155470
|
+
clearSpriteCache as I,
|
|
155471
|
+
getSpriteCacheSize as J,
|
|
155472
|
+
destroySharedApp as K,
|
|
155473
|
+
TelemetryCoveragePanelContent as L,
|
|
155275
155474
|
MAX_NODES_PER_MAP as M,
|
|
155276
|
-
|
|
155475
|
+
TelemetryCoveragePanelPreview as N,
|
|
155277
155476
|
OverworldMapPanelContent as O,
|
|
155278
155477
|
PackageCompositionPanel as P,
|
|
155279
|
-
|
|
155478
|
+
CollectionMapPanel as Q,
|
|
155280
155479
|
RepoSprite as R,
|
|
155281
155480
|
SearchPanel as S,
|
|
155282
155481
|
TelemetryCoveragePanel as T,
|
|
155482
|
+
CollectionMapPanelContent as U,
|
|
155283
155483
|
FilterPipe as a,
|
|
155284
155484
|
accessibilityTarget as b,
|
|
155285
155485
|
FederatedContainer as c,
|
|
@@ -155305,6 +155505,6 @@ export {
|
|
|
155305
155505
|
screenToGrid as w,
|
|
155306
155506
|
RepoCard as x,
|
|
155307
155507
|
RepoCardStatic as y,
|
|
155308
|
-
|
|
155508
|
+
CardBack as z
|
|
155309
155509
|
};
|
|
155310
|
-
//# sourceMappingURL=index-
|
|
155510
|
+
//# sourceMappingURL=index-DNcQxFFj.js.map
|