@industry-theme/repository-composition-panels 0.7.18 → 0.7.19
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-Bj2nHo1Q.js → browserAll-BUMR0fG_.js} +3 -3
- package/dist/{browserAll-Bj2nHo1Q.js.map → browserAll-BUMR0fG_.js.map} +1 -1
- package/dist/{index-BqsaXH0f.js → index-DT3TCpPt.js} +91 -77
- package/dist/{index-BqsaXH0f.js.map → index-DT3TCpPt.js.map} +1 -1
- package/dist/{init-T4cOxNb3.js → init-Bl0dzRfB.js} +2 -2
- package/dist/{init-T4cOxNb3.js.map → init-Bl0dzRfB.js.map} +1 -1
- package/dist/panels/overworld-map/components/RepoSprite.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-5PoCpT2p.js +3 -0
- package/dist/webworkerAll-5PoCpT2p.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-DlkJrGSQ.js +0 -3
- package/dist/webworkerAll-DlkJrGSQ.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-DT3TCpPt.js";
|
|
2
|
+
import "./init-Bl0dzRfB.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-BUMR0fG_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browserAll-
|
|
1
|
+
{"version":3,"file":"browserAll-BUMR0fG_.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-BUMR0fG_.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-5PoCpT2p.js");
|
|
106222
106222
|
}
|
|
106223
106223
|
};
|
|
106224
106224
|
class ObservablePoint {
|
|
@@ -153891,12 +153891,12 @@ const TelemetryCoveragePanel = ({ context: context2, events }) => {
|
|
|
153891
153891
|
const ISO_TILE_WIDTH = 64;
|
|
153892
153892
|
const ISO_TILE_HEIGHT = 32;
|
|
153893
153893
|
const licenseBorderColors = {
|
|
153894
|
-
|
|
153894
|
+
MIT: "#228b22",
|
|
153895
153895
|
// Forest green - open/welcoming
|
|
153896
|
-
|
|
153896
|
+
BSD: "#228b22",
|
|
153897
153897
|
// Same as MIT
|
|
153898
153898
|
"BSD-3-Clause": "#228b22",
|
|
153899
|
-
|
|
153899
|
+
ISC: "#228b22",
|
|
153900
153900
|
"Apache-2.0": "#d97706",
|
|
153901
153901
|
// Amber/orange - formal but welcoming
|
|
153902
153902
|
"GPL-3.0": "#2255aa",
|
|
@@ -153906,7 +153906,7 @@ const licenseBorderColors = {
|
|
|
153906
153906
|
"AGPL-3.0": "#2255aa",
|
|
153907
153907
|
"MPL-2.0": "#8b5cf6",
|
|
153908
153908
|
// Purple
|
|
153909
|
-
|
|
153909
|
+
UNLICENSED: "#dc2626"
|
|
153910
153910
|
// Red - restrictive
|
|
153911
153911
|
};
|
|
153912
153912
|
const cardThemes = {
|
|
@@ -154233,7 +154233,7 @@ const RepoSprite = ({
|
|
|
154233
154233
|
boxShadow: licenseBorder ? `inset 0 0 0 2px ${licenseBorder}40, 0 0 8px ${licenseBorder}60` : `inset 0 0 0 2px ${colors.cardHighlight}`
|
|
154234
154234
|
},
|
|
154235
154235
|
children: [
|
|
154236
|
-
|
|
154236
|
+
packages && packages.length > 1 && /* @__PURE__ */ jsxs(
|
|
154237
154237
|
"div",
|
|
154238
154238
|
{
|
|
154239
154239
|
style: {
|
|
@@ -154242,26 +154242,34 @@ const RepoSprite = ({
|
|
|
154242
154242
|
left: "8px",
|
|
154243
154243
|
display: "flex",
|
|
154244
154244
|
alignItems: "center",
|
|
154245
|
-
gap: "
|
|
154245
|
+
gap: "6px",
|
|
154246
154246
|
zIndex: 10
|
|
154247
154247
|
},
|
|
154248
154248
|
children: [
|
|
154249
|
-
/* @__PURE__ */ jsxs("svg", { width: "14", height: "14", viewBox: "0 0 16 16", fill: "#22c55e", children: [
|
|
154250
|
-
/* @__PURE__ */ jsx("circle", { cx: "5", cy: "5", r: "2.5" }),
|
|
154251
|
-
/* @__PURE__ */ jsx("circle", { cx: "11", cy: "5", r: "2.5" }),
|
|
154252
|
-
/* @__PURE__ */ jsx("path", { d: "M1 14c0-2.5 2-4 4-4s4 1.5 4 4M7 14c0-2.5 2-4 4-4s4 1.5 4 4" })
|
|
154253
|
-
] }),
|
|
154254
154249
|
/* @__PURE__ */ jsx(
|
|
154255
154250
|
"span",
|
|
154256
154251
|
{
|
|
154257
154252
|
style: {
|
|
154258
|
-
fontSize: "
|
|
154253
|
+
fontSize: "14px",
|
|
154254
|
+
fontWeight: theme2.fontWeights.bold,
|
|
154255
|
+
color: "#a78bfa",
|
|
154256
|
+
textShadow: "0 1px 2px rgba(0,0,0,0.5)",
|
|
154257
|
+
fontFamily: theme2.fonts.body
|
|
154258
|
+
},
|
|
154259
|
+
children: "Monorepo"
|
|
154260
|
+
}
|
|
154261
|
+
),
|
|
154262
|
+
/* @__PURE__ */ jsx(
|
|
154263
|
+
"span",
|
|
154264
|
+
{
|
|
154265
|
+
style: {
|
|
154266
|
+
fontSize: "14px",
|
|
154259
154267
|
fontWeight: theme2.fontWeights.bold,
|
|
154260
154268
|
color: "#ffffff",
|
|
154261
154269
|
textShadow: "0 1px 2px rgba(0,0,0,0.5)",
|
|
154262
154270
|
fontFamily: theme2.fonts.body
|
|
154263
154271
|
},
|
|
154264
|
-
children:
|
|
154272
|
+
children: packages.length
|
|
154265
154273
|
}
|
|
154266
154274
|
)
|
|
154267
154275
|
]
|
|
@@ -154308,12 +154316,13 @@ const RepoSprite = ({
|
|
|
154308
154316
|
]
|
|
154309
154317
|
}
|
|
154310
154318
|
),
|
|
154311
|
-
/* @__PURE__ */
|
|
154319
|
+
/* @__PURE__ */ jsxs(
|
|
154312
154320
|
"div",
|
|
154313
154321
|
{
|
|
154314
154322
|
style: {
|
|
154315
154323
|
flex: 1,
|
|
154316
154324
|
minHeight: 0,
|
|
154325
|
+
position: "relative",
|
|
154317
154326
|
background: `linear-gradient(180deg, ${colors.windowGradient[0]} 0%, ${colors.windowGradient[1]} 100%)`,
|
|
154318
154327
|
border: `2px solid ${colors.cardHighlight}`,
|
|
154319
154328
|
boxShadow: "inset 0 2px 4px rgba(0,0,0,0.3)",
|
|
@@ -154322,19 +154331,53 @@ const RepoSprite = ({
|
|
|
154322
154331
|
alignItems: "center",
|
|
154323
154332
|
justifyContent: "center"
|
|
154324
154333
|
},
|
|
154325
|
-
children:
|
|
154326
|
-
|
|
154327
|
-
|
|
154328
|
-
|
|
154329
|
-
|
|
154330
|
-
|
|
154331
|
-
|
|
154332
|
-
|
|
154333
|
-
|
|
154334
|
-
|
|
154334
|
+
children: [
|
|
154335
|
+
/* @__PURE__ */ jsx(
|
|
154336
|
+
"div",
|
|
154337
|
+
{
|
|
154338
|
+
style: {
|
|
154339
|
+
position: "absolute",
|
|
154340
|
+
inset: 0,
|
|
154341
|
+
pointerEvents: "none",
|
|
154342
|
+
backgroundImage: `
|
|
154343
|
+
radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.4) 50%, transparent 50%),
|
|
154344
|
+
radial-gradient(1px 1px at 25% 35%, rgba(255,255,255,0.3) 50%, transparent 50%),
|
|
154345
|
+
radial-gradient(1px 1px at 40% 10%, rgba(255,255,255,0.35) 50%, transparent 50%),
|
|
154346
|
+
radial-gradient(1px 1px at 55% 45%, rgba(255,255,255,0.25) 50%, transparent 50%),
|
|
154347
|
+
radial-gradient(1px 1px at 70% 20%, rgba(255,255,255,0.4) 50%, transparent 50%),
|
|
154348
|
+
radial-gradient(1px 1px at 85% 40%, rgba(255,255,255,0.3) 50%, transparent 50%),
|
|
154349
|
+
radial-gradient(1px 1px at 15% 55%, rgba(255,255,255,0.35) 50%, transparent 50%),
|
|
154350
|
+
radial-gradient(1px 1px at 35% 70%, rgba(255,255,255,0.25) 50%, transparent 50%),
|
|
154351
|
+
radial-gradient(1px 1px at 50% 85%, rgba(255,255,255,0.4) 50%, transparent 50%),
|
|
154352
|
+
radial-gradient(1px 1px at 65% 60%, rgba(255,255,255,0.3) 50%, transparent 50%),
|
|
154353
|
+
radial-gradient(1px 1px at 80% 75%, rgba(255,255,255,0.35) 50%, transparent 50%),
|
|
154354
|
+
radial-gradient(1px 1px at 95% 90%, rgba(255,255,255,0.25) 50%, transparent 50%),
|
|
154355
|
+
radial-gradient(1.5px 1.5px at 20% 25%, rgba(255,255,255,0.5) 50%, transparent 50%),
|
|
154356
|
+
radial-gradient(1.5px 1.5px at 60% 30%, rgba(200,220,255,0.45) 50%, transparent 50%),
|
|
154357
|
+
radial-gradient(1.5px 1.5px at 45% 65%, rgba(255,255,255,0.5) 50%, transparent 50%),
|
|
154358
|
+
radial-gradient(1.5px 1.5px at 75% 80%, rgba(220,200,255,0.45) 50%, transparent 50%),
|
|
154359
|
+
radial-gradient(2px 2px at 30% 50%, rgba(255,255,255,0.6) 50%, transparent 50%),
|
|
154360
|
+
radial-gradient(2px 2px at 70% 55%, rgba(200,220,255,0.55) 50%, transparent 50%),
|
|
154361
|
+
radial-gradient(2px 2px at 90% 15%, rgba(255,255,255,0.6) 50%, transparent 50%)
|
|
154362
|
+
`,
|
|
154363
|
+
backgroundSize: "100% 100%"
|
|
154364
|
+
}
|
|
154335
154365
|
}
|
|
154336
|
-
|
|
154337
|
-
|
|
154366
|
+
),
|
|
154367
|
+
/* @__PURE__ */ jsx(
|
|
154368
|
+
"div",
|
|
154369
|
+
{
|
|
154370
|
+
ref: containerRef,
|
|
154371
|
+
style: {
|
|
154372
|
+
width: "100%",
|
|
154373
|
+
height: "100%",
|
|
154374
|
+
display: "flex",
|
|
154375
|
+
alignItems: "center",
|
|
154376
|
+
justifyContent: "center"
|
|
154377
|
+
}
|
|
154378
|
+
}
|
|
154379
|
+
)
|
|
154380
|
+
]
|
|
154338
154381
|
}
|
|
154339
154382
|
),
|
|
154340
154383
|
/* @__PURE__ */ jsxs(
|
|
@@ -154366,7 +154409,7 @@ const RepoSprite = ({
|
|
|
154366
154409
|
children: label
|
|
154367
154410
|
}
|
|
154368
154411
|
),
|
|
154369
|
-
/* @__PURE__ */
|
|
154412
|
+
/* @__PURE__ */ jsx(
|
|
154370
154413
|
"div",
|
|
154371
154414
|
{
|
|
154372
154415
|
style: {
|
|
@@ -154378,53 +154421,24 @@ const RepoSprite = ({
|
|
|
154378
154421
|
color: "#e0e0e0",
|
|
154379
154422
|
fontFamily: theme2.fonts.body
|
|
154380
154423
|
},
|
|
154381
|
-
children:
|
|
154382
|
-
|
|
154383
|
-
|
|
154384
|
-
{
|
|
154385
|
-
|
|
154386
|
-
children:
|
|
154387
|
-
|
|
154388
|
-
|
|
154389
|
-
|
|
154390
|
-
|
|
154391
|
-
|
|
154392
|
-
|
|
154393
|
-
|
|
154394
|
-
|
|
154395
|
-
|
|
154396
|
-
|
|
154397
|
-
|
|
154398
|
-
|
|
154399
|
-
),
|
|
154400
|
-
packages && packages.length > 1 && /* @__PURE__ */ jsxs(
|
|
154401
|
-
"span",
|
|
154402
|
-
{
|
|
154403
|
-
style: { display: "flex", alignItems: "center", gap: "4px" },
|
|
154404
|
-
children: [
|
|
154405
|
-
/* @__PURE__ */ jsxs("svg", { width: "12", height: "12", viewBox: "0 0 16 16", fill: "none", children: [
|
|
154406
|
-
/* @__PURE__ */ jsx(
|
|
154407
|
-
"path",
|
|
154408
|
-
{
|
|
154409
|
-
d: "M8 1L14 4v8l-6 3-6-3V4l6-3z",
|
|
154410
|
-
stroke: "#8b5cf6",
|
|
154411
|
-
strokeWidth: "1.5"
|
|
154412
|
-
}
|
|
154413
|
-
),
|
|
154414
|
-
/* @__PURE__ */ jsx(
|
|
154415
|
-
"path",
|
|
154416
|
-
{
|
|
154417
|
-
d: "M8 8v7M8 8l6-3M8 8L2 5",
|
|
154418
|
-
stroke: "#8b5cf6",
|
|
154419
|
-
strokeWidth: "1"
|
|
154420
|
-
}
|
|
154421
|
-
)
|
|
154422
|
-
] }),
|
|
154423
|
-
packages.length
|
|
154424
|
-
]
|
|
154425
|
-
}
|
|
154426
|
-
)
|
|
154427
|
-
]
|
|
154424
|
+
children: files !== void 0 && files > 0 && /* @__PURE__ */ jsxs(
|
|
154425
|
+
"span",
|
|
154426
|
+
{
|
|
154427
|
+
style: { display: "flex", alignItems: "center", gap: "4px" },
|
|
154428
|
+
children: [
|
|
154429
|
+
/* @__PURE__ */ jsx("svg", { width: "12", height: "12", viewBox: "0 0 16 16", fill: "#94a3b8", children: /* @__PURE__ */ jsx(
|
|
154430
|
+
"path",
|
|
154431
|
+
{
|
|
154432
|
+
d: "M3 1h7l3 3v11H3V1zm7 0v3h3M5 8h6M5 11h6",
|
|
154433
|
+
stroke: "#94a3b8",
|
|
154434
|
+
strokeWidth: "1",
|
|
154435
|
+
fill: "none"
|
|
154436
|
+
}
|
|
154437
|
+
) }),
|
|
154438
|
+
formatCount(files)
|
|
154439
|
+
]
|
|
154440
|
+
}
|
|
154441
|
+
)
|
|
154428
154442
|
}
|
|
154429
154443
|
),
|
|
154430
154444
|
packages && packages.length > 1 && /* @__PURE__ */ jsxs(
|
|
@@ -154672,4 +154686,4 @@ export {
|
|
|
154672
154686
|
TelemetryCoveragePanelPreview as y,
|
|
154673
154687
|
CollectionMapPanel as z
|
|
154674
154688
|
};
|
|
154675
|
-
//# sourceMappingURL=index-
|
|
154689
|
+
//# sourceMappingURL=index-DT3TCpPt.js.map
|