@industry-theme/repository-composition-panels 0.7.36 → 0.7.37
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-C6cmVpvb.js → browserAll-DENAMTng.js} +3 -3
- package/dist/{browserAll-C6cmVpvb.js.map → browserAll-DENAMTng.js.map} +1 -1
- package/dist/{index-ByuCPpD5.js → index-CZAoI_5z.js} +17 -7
- package/dist/{index-ByuCPpD5.js.map → index-CZAoI_5z.js.map} +1 -1
- package/dist/{init-VjnkF7H_.js → init-BajOuol5.js} +2 -2
- package/dist/{init-VjnkF7H_.js.map → init-BajOuol5.js.map} +1 -1
- package/dist/panels/overworld-map/components/CardLayout.d.ts.map +1 -1
- package/dist/panels.bundle.js +1 -1
- package/dist/webworkerAll-D817B3aZ.js +3 -0
- package/dist/webworkerAll-D817B3aZ.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-tUMWitmN.js +0 -3
- package/dist/webworkerAll-tUMWitmN.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-CZAoI_5z.js";
|
|
2
|
+
import "./init-BajOuol5.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-DENAMTng.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browserAll-
|
|
1
|
+
{"version":3,"file":"browserAll-DENAMTng.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]}
|
|
@@ -106214,7 +106214,7 @@ const browserExt = {
|
|
|
106214
106214
|
},
|
|
106215
106215
|
test: () => true,
|
|
106216
106216
|
load: async () => {
|
|
106217
|
-
await import("./browserAll-
|
|
106217
|
+
await import("./browserAll-DENAMTng.js");
|
|
106218
106218
|
}
|
|
106219
106219
|
};
|
|
106220
106220
|
const webworkerExt = {
|
|
@@ -106225,7 +106225,7 @@ const webworkerExt = {
|
|
|
106225
106225
|
},
|
|
106226
106226
|
test: () => typeof self !== "undefined" && self.WorkerGlobalScope !== void 0,
|
|
106227
106227
|
load: async () => {
|
|
106228
|
-
await import("./webworkerAll-
|
|
106228
|
+
await import("./webworkerAll-D817B3aZ.js");
|
|
106229
106229
|
}
|
|
106230
106230
|
};
|
|
106231
106231
|
class ObservablePoint {
|
|
@@ -154109,7 +154109,10 @@ const getNamePlateStyles = (style2, highlightColor, bgGradient) => {
|
|
|
154109
154109
|
}
|
|
154110
154110
|
};
|
|
154111
154111
|
}
|
|
154112
|
-
const borderStyle = style2 === "flat" ? {
|
|
154112
|
+
const borderStyle = style2 === "flat" ? {
|
|
154113
|
+
borderTop: `2px solid ${highlightColor}`,
|
|
154114
|
+
borderBottom: `2px solid ${highlightColor}`
|
|
154115
|
+
} : { border: `2px solid ${highlightColor}` };
|
|
154113
154116
|
return {
|
|
154114
154117
|
outer: {
|
|
154115
154118
|
borderRadius: config.borderRadius,
|
|
@@ -154272,7 +154275,7 @@ const CardLayout = ({
|
|
|
154272
154275
|
{
|
|
154273
154276
|
style: {
|
|
154274
154277
|
width: "100%",
|
|
154275
|
-
|
|
154278
|
+
height: "50%",
|
|
154276
154279
|
position: "relative",
|
|
154277
154280
|
background: `linear-gradient(180deg, ${colors.windowGradient[0]} 0%, ${colors.windowGradient[1]} 100%)`,
|
|
154278
154281
|
border: `2px solid ${colors.cardHighlight}`,
|
|
@@ -154306,10 +154309,17 @@ const CardLayout = ({
|
|
|
154306
154309
|
const charsAtBase = 24;
|
|
154307
154310
|
const fontSize = Math.max(
|
|
154308
154311
|
minFontSize,
|
|
154309
|
-
Math.min(
|
|
154312
|
+
Math.min(
|
|
154313
|
+
baseFontSize,
|
|
154314
|
+
baseFontSize * charsAtBase / Math.max(label.length, 1)
|
|
154315
|
+
)
|
|
154310
154316
|
);
|
|
154311
154317
|
const bgGradient = `linear-gradient(180deg, ${colors.cardBorder} 0%, ${colors.cardBg} 100%)`;
|
|
154312
|
-
const { outer, inner } = getNamePlateStyles(
|
|
154318
|
+
const { outer, inner } = getNamePlateStyles(
|
|
154319
|
+
namePlateStyle,
|
|
154320
|
+
colors.cardHighlight,
|
|
154321
|
+
bgGradient
|
|
154322
|
+
);
|
|
154313
154323
|
const usesWrapper = styleUsesClipPath(namePlateStyle);
|
|
154314
154324
|
const textContent = /* @__PURE__ */ jsx(
|
|
154315
154325
|
"span",
|
|
@@ -156105,4 +156115,4 @@ export {
|
|
|
156105
156115
|
RepoCardStatic as y,
|
|
156106
156116
|
CardBack as z
|
|
156107
156117
|
};
|
|
156108
|
-
//# sourceMappingURL=index-
|
|
156118
|
+
//# sourceMappingURL=index-CZAoI_5z.js.map
|