@industry-theme/repository-composition-panels 0.7.34 → 0.7.35
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-BB02N7at.js → browserAll-D9W2oN91.js} +3 -3
- package/dist/{browserAll-BB02N7at.js.map → browserAll-D9W2oN91.js.map} +1 -1
- package/dist/{index-C1lQoGkG.js → index-BB-9j583.js} +38 -21
- package/dist/{index-C1lQoGkG.js.map → index-BB-9j583.js.map} +1 -1
- package/dist/{init-BHU8XeD1.js → init-DW6JtG6v.js} +2 -2
- package/dist/{init-BHU8XeD1.js.map → init-DW6JtG6v.js.map} +1 -1
- package/dist/panels/local-project-grid/LocalProjectCard.d.ts.map +1 -1
- package/dist/panels/local-project-grid/LocalProjectGridPanel.d.ts.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-DYTiYeCA.js +3 -0
- package/dist/webworkerAll-DYTiYeCA.js.map +1 -0
- package/package.json +1 -1
- package/dist/webworkerAll-CQOqrjDQ.js +0 -3
- package/dist/webworkerAll-CQOqrjDQ.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-BB-9j583.js";
|
|
2
|
+
import "./init-DW6JtG6v.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-D9W2oN91.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browserAll-
|
|
1
|
+
{"version":3,"file":"browserAll-D9W2oN91.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-D9W2oN91.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-DYTiYeCA.js");
|
|
106229
106229
|
}
|
|
106230
106230
|
};
|
|
106231
106231
|
class ObservablePoint {
|
|
@@ -154090,12 +154090,12 @@ const CardLayout = ({
|
|
|
154090
154090
|
flexDirection: "column",
|
|
154091
154091
|
backgroundColor: colors.cardBg,
|
|
154092
154092
|
padding: "8px 12px 28px 12px",
|
|
154093
|
-
border:
|
|
154093
|
+
border: `4px solid ${colors.cardBorder}`,
|
|
154094
|
+
borderRadius: "12px",
|
|
154094
154095
|
width: "100%",
|
|
154095
154096
|
height: "100%",
|
|
154096
154097
|
boxSizing: "border-box",
|
|
154097
|
-
overflow: "hidden"
|
|
154098
|
-
boxShadow: licenseBorder ? `inset 0 0 0 2px ${licenseBorder}40, 0 0 8px ${licenseBorder}60` : `inset 0 0 0 2px ${colors.cardHighlight}`
|
|
154098
|
+
overflow: "hidden"
|
|
154099
154099
|
},
|
|
154100
154100
|
children: [
|
|
154101
154101
|
showHeader && /* @__PURE__ */ jsxs(
|
|
@@ -154109,7 +154109,7 @@ const CardLayout = ({
|
|
|
154109
154109
|
marginLeft: "-12px",
|
|
154110
154110
|
marginRight: "-4px",
|
|
154111
154111
|
marginTop: "-8px",
|
|
154112
|
-
minHeight: "
|
|
154112
|
+
minHeight: "24px",
|
|
154113
154113
|
flexShrink: 0
|
|
154114
154114
|
},
|
|
154115
154115
|
children: [
|
|
@@ -154130,14 +154130,14 @@ const CardLayout = ({
|
|
|
154130
154130
|
src: `https://github.com/${owner}.png?size=80`,
|
|
154131
154131
|
alt: owner,
|
|
154132
154132
|
style: {
|
|
154133
|
-
width: "
|
|
154134
|
-
height: "
|
|
154135
|
-
borderRadius: "0",
|
|
154133
|
+
width: "40px",
|
|
154134
|
+
height: "40px",
|
|
154135
|
+
borderRadius: "0 0 8px 0",
|
|
154136
154136
|
border: "none",
|
|
154137
154137
|
borderRight: "1px solid rgba(255,255,255,0.3)",
|
|
154138
154138
|
borderBottom: "1px solid rgba(255,255,255,0.3)",
|
|
154139
154139
|
flexShrink: 0,
|
|
154140
|
-
marginBottom: "-
|
|
154140
|
+
marginBottom: "-12px",
|
|
154141
154141
|
position: "relative",
|
|
154142
154142
|
zIndex: 1
|
|
154143
154143
|
}
|
|
@@ -154147,7 +154147,7 @@ const CardLayout = ({
|
|
|
154147
154147
|
"span",
|
|
154148
154148
|
{
|
|
154149
154149
|
style: {
|
|
154150
|
-
fontSize: theme2.fontSizes[
|
|
154150
|
+
fontSize: theme2.fontSizes[2],
|
|
154151
154151
|
fontWeight: theme2.fontWeights.medium,
|
|
154152
154152
|
color: "#e0e0e0",
|
|
154153
154153
|
textShadow: "0 1px 2px rgba(0,0,0,0.5)",
|
|
@@ -154178,7 +154178,7 @@ const CardLayout = ({
|
|
|
154178
154178
|
"span",
|
|
154179
154179
|
{
|
|
154180
154180
|
style: {
|
|
154181
|
-
fontSize: theme2.fontSizes[
|
|
154181
|
+
fontSize: theme2.fontSizes[2],
|
|
154182
154182
|
fontWeight: theme2.fontWeights.medium,
|
|
154183
154183
|
color: "#ffffff",
|
|
154184
154184
|
textShadow: "0 1px 2px rgba(0,0,0,0.5)",
|
|
@@ -154191,7 +154191,7 @@ const CardLayout = ({
|
|
|
154191
154191
|
"span",
|
|
154192
154192
|
{
|
|
154193
154193
|
style: {
|
|
154194
|
-
fontSize: theme2.fontSizes[
|
|
154194
|
+
fontSize: theme2.fontSizes[2],
|
|
154195
154195
|
fontWeight: theme2.fontWeights.medium,
|
|
154196
154196
|
color: "#fbbf24",
|
|
154197
154197
|
textShadow: "0 1px 2px rgba(0,0,0,0.5)"
|
|
@@ -154244,13 +154244,12 @@ const CardLayout = ({
|
|
|
154244
154244
|
right: 0,
|
|
154245
154245
|
padding: "6px 8px",
|
|
154246
154246
|
background: "linear-gradient(transparent, rgba(0,0,0,0.7))",
|
|
154247
|
-
fontSize: theme2.fontSizes[2]
|
|
154247
|
+
fontSize: `clamp(10px, ${18 - label.length * 0.3}px, ${theme2.fontSizes[2]})`,
|
|
154248
154248
|
fontWeight: theme2.fontWeights.bold,
|
|
154249
154249
|
color: "#ffffff",
|
|
154250
154250
|
fontFamily: theme2.fonts.body,
|
|
154251
154251
|
whiteSpace: "nowrap",
|
|
154252
154252
|
overflow: "hidden",
|
|
154253
|
-
textOverflow: "ellipsis",
|
|
154254
154253
|
textShadow: "0 1px 2px rgba(0,0,0,0.5)",
|
|
154255
154254
|
textAlign: "center"
|
|
154256
154255
|
},
|
|
@@ -154387,11 +154386,11 @@ const CardLayout = ({
|
|
|
154387
154386
|
{
|
|
154388
154387
|
style: {
|
|
154389
154388
|
position: "absolute",
|
|
154390
|
-
bottom: "
|
|
154391
|
-
right: "
|
|
154389
|
+
bottom: "0",
|
|
154390
|
+
right: "0",
|
|
154392
154391
|
backgroundColor: licenseBorder || colors.cardHighlight,
|
|
154393
154392
|
padding: "3px 10px",
|
|
154394
|
-
borderRadius: 0,
|
|
154393
|
+
borderRadius: "10px 0 10px 0",
|
|
154395
154394
|
fontFamily: theme2.fonts.body,
|
|
154396
154395
|
fontSize: theme2.fontSizes[0],
|
|
154397
154396
|
fontWeight: theme2.fontWeights.bold,
|
|
@@ -155331,8 +155330,26 @@ const LocalProjectGridPanelPreview = ({ context: context2 }) => {
|
|
|
155331
155330
|
fontFamily: theme2.fonts.body
|
|
155332
155331
|
},
|
|
155333
155332
|
children: [
|
|
155334
|
-
/* @__PURE__ */ jsx(
|
|
155335
|
-
|
|
155333
|
+
/* @__PURE__ */ jsx(
|
|
155334
|
+
"div",
|
|
155335
|
+
{
|
|
155336
|
+
style: {
|
|
155337
|
+
fontSize: theme2.fontSizes[2],
|
|
155338
|
+
fontWeight: theme2.fontWeights.medium
|
|
155339
|
+
},
|
|
155340
|
+
children: projects.length
|
|
155341
|
+
}
|
|
155342
|
+
),
|
|
155343
|
+
/* @__PURE__ */ jsx(
|
|
155344
|
+
"div",
|
|
155345
|
+
{
|
|
155346
|
+
style: {
|
|
155347
|
+
fontSize: theme2.fontSizes[0],
|
|
155348
|
+
color: theme2.colors.textSecondary
|
|
155349
|
+
},
|
|
155350
|
+
children: "Projects"
|
|
155351
|
+
}
|
|
155352
|
+
)
|
|
155336
155353
|
]
|
|
155337
155354
|
}
|
|
155338
155355
|
);
|
|
@@ -155969,4 +155986,4 @@ export {
|
|
|
155969
155986
|
RepoCardStatic as y,
|
|
155970
155987
|
CardBack as z
|
|
155971
155988
|
};
|
|
155972
|
-
//# sourceMappingURL=index-
|
|
155989
|
+
//# sourceMappingURL=index-BB-9j583.js.map
|