@industry-theme/repository-composition-panels 0.7.28 → 0.7.30
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-DPf_9c30.js} +3 -3
- package/dist/{browserAll-B5ulNvRV.js.map → browserAll-DPf_9c30.js.map} +1 -1
- package/dist/{index-BGEfrxLy.js → index-BltudByL.js} +30 -21
- package/dist/{index-BGEfrxLy.js.map → index-BltudByL.js.map} +1 -1
- package/dist/{init-CN56qR7Q.js → init-DQqQB4Ax.js} +2 -2
- package/dist/{init-CN56qR7Q.js.map → init-DQqQB4Ax.js.map} +1 -1
- package/dist/panels/overworld-map/components/CardLayout.d.ts.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-qtgeoODS.js +3 -0
- package/dist/webworkerAll-qtgeoODS.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-BltudByL.js";
|
|
2
|
+
import "./init-DQqQB4Ax.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-DPf_9c30.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browserAll-
|
|
1
|
+
{"version":3,"file":"browserAll-DPf_9c30.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-DPf_9c30.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-qtgeoODS.js");
|
|
106222
106222
|
}
|
|
106223
106223
|
};
|
|
106224
106224
|
class ObservablePoint {
|
|
@@ -154097,11 +154097,12 @@ const CardLayout = ({
|
|
|
154097
154097
|
style: {
|
|
154098
154098
|
display: "flex",
|
|
154099
154099
|
justifyContent: "space-between",
|
|
154100
|
-
alignItems: "
|
|
154101
|
-
marginBottom: "
|
|
154102
|
-
marginLeft: "-
|
|
154100
|
+
alignItems: "flex-start",
|
|
154101
|
+
marginBottom: "0",
|
|
154102
|
+
marginLeft: "-12px",
|
|
154103
154103
|
marginRight: "-4px",
|
|
154104
|
-
|
|
154104
|
+
marginTop: "-8px",
|
|
154105
|
+
minHeight: "32px",
|
|
154105
154106
|
flexShrink: 0
|
|
154106
154107
|
},
|
|
154107
154108
|
children: [
|
|
@@ -154119,14 +154120,19 @@ const CardLayout = ({
|
|
|
154119
154120
|
/* @__PURE__ */ jsx(
|
|
154120
154121
|
"img",
|
|
154121
154122
|
{
|
|
154122
|
-
src: `https://github.com/${owner}.png?size=
|
|
154123
|
+
src: `https://github.com/${owner}.png?size=80`,
|
|
154123
154124
|
alt: owner,
|
|
154124
154125
|
style: {
|
|
154125
|
-
width: "
|
|
154126
|
-
height: "
|
|
154127
|
-
borderRadius: "
|
|
154128
|
-
border: "
|
|
154129
|
-
|
|
154126
|
+
width: "48px",
|
|
154127
|
+
height: "48px",
|
|
154128
|
+
borderRadius: "0",
|
|
154129
|
+
border: "none",
|
|
154130
|
+
borderRight: "1px solid rgba(255,255,255,0.3)",
|
|
154131
|
+
borderBottom: "1px solid rgba(255,255,255,0.3)",
|
|
154132
|
+
flexShrink: 0,
|
|
154133
|
+
marginBottom: "-16px",
|
|
154134
|
+
position: "relative",
|
|
154135
|
+
zIndex: 1
|
|
154130
154136
|
}
|
|
154131
154137
|
}
|
|
154132
154138
|
),
|
|
@@ -154141,7 +154147,8 @@ const CardLayout = ({
|
|
|
154141
154147
|
fontFamily: theme2.fonts.body,
|
|
154142
154148
|
overflow: "hidden",
|
|
154143
154149
|
textOverflow: "ellipsis",
|
|
154144
|
-
whiteSpace: "nowrap"
|
|
154150
|
+
whiteSpace: "nowrap",
|
|
154151
|
+
alignSelf: "flex-end"
|
|
154145
154152
|
},
|
|
154146
154153
|
children: owner
|
|
154147
154154
|
}
|
|
@@ -154156,7 +154163,8 @@ const CardLayout = ({
|
|
|
154156
154163
|
display: "flex",
|
|
154157
154164
|
alignItems: "center",
|
|
154158
154165
|
gap: "4px",
|
|
154159
|
-
flexShrink: 0
|
|
154166
|
+
flexShrink: 0,
|
|
154167
|
+
alignSelf: "flex-end"
|
|
154160
154168
|
},
|
|
154161
154169
|
children: [
|
|
154162
154170
|
/* @__PURE__ */ jsx(
|
|
@@ -154164,7 +154172,7 @@ const CardLayout = ({
|
|
|
154164
154172
|
{
|
|
154165
154173
|
style: {
|
|
154166
154174
|
fontSize: theme2.fontSizes[1],
|
|
154167
|
-
fontWeight: theme2.fontWeights.
|
|
154175
|
+
fontWeight: theme2.fontWeights.medium,
|
|
154168
154176
|
color: "#ffffff",
|
|
154169
154177
|
textShadow: "0 1px 2px rgba(0,0,0,0.5)",
|
|
154170
154178
|
fontFamily: theme2.fonts.body
|
|
@@ -154177,7 +154185,7 @@ const CardLayout = ({
|
|
|
154177
154185
|
{
|
|
154178
154186
|
style: {
|
|
154179
154187
|
fontSize: theme2.fontSizes[1],
|
|
154180
|
-
fontWeight: theme2.fontWeights.
|
|
154188
|
+
fontWeight: theme2.fontWeights.medium,
|
|
154181
154189
|
color: "#fbbf24",
|
|
154182
154190
|
textShadow: "0 1px 2px rgba(0,0,0,0.5)"
|
|
154183
154191
|
},
|
|
@@ -155018,7 +155026,7 @@ const RepoCardStatic = ({
|
|
|
155018
155026
|
height = 280,
|
|
155019
155027
|
spriteSize = 160
|
|
155020
155028
|
}) => {
|
|
155021
|
-
var _a, _b, _c, _d, _e2;
|
|
155029
|
+
var _a, _b, _c, _d, _e2, _f;
|
|
155022
155030
|
const [spriteDataUrl, setSpriteDataUrl] = useState(null);
|
|
155023
155031
|
const [isLoading, setIsLoading] = useState(true);
|
|
155024
155032
|
const size = calculateRepositorySize(repository.metrics);
|
|
@@ -155097,9 +155105,10 @@ const RepoCardStatic = ({
|
|
|
155097
155105
|
owner: (_a = repository.github) == null ? void 0 : _a.owner,
|
|
155098
155106
|
stars: (_b = repository.github) == null ? void 0 : _b.stars,
|
|
155099
155107
|
label: repository.name,
|
|
155100
|
-
|
|
155101
|
-
|
|
155102
|
-
|
|
155108
|
+
description: (_c = repository.github) == null ? void 0 : _c.description,
|
|
155109
|
+
files: (_d = repository.metrics) == null ? void 0 : _d.fileCount,
|
|
155110
|
+
language: (_e2 = repository.github) == null ? void 0 : _e2.primaryLanguage,
|
|
155111
|
+
license: (_f = repository.github) == null ? void 0 : _f.license,
|
|
155103
155112
|
packages,
|
|
155104
155113
|
children: spriteContent
|
|
155105
155114
|
}
|
|
@@ -155275,4 +155284,4 @@ export {
|
|
|
155275
155284
|
RepoCardStatic as y,
|
|
155276
155285
|
renderSpriteToDataUrl as z
|
|
155277
155286
|
};
|
|
155278
|
-
//# sourceMappingURL=index-
|
|
155287
|
+
//# sourceMappingURL=index-BltudByL.js.map
|