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