@turnipxenon/pineapple 2.4.10 → 2.4.12
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/.idea/workspace.xml +32 -33
- package/.svelte-kit/__package__/components/Card.svelte +19 -15
- package/.svelte-kit/__package__/components/Card.svelte.d.ts +6 -18
- package/.svelte-kit/__package__/components/SocialSection.svelte +1 -1
- package/.svelte-kit/__package__/template/SeaweedTemplate.svelte +2 -3
- package/.svelte-kit/generated/server/internal.js +1 -1
- package/.svelte-kit/output/client/.vite/manifest.json +24 -24
- package/.svelte-kit/output/client/_app/immutable/assets/{SeaweedTemplate.BH7AvcuU.css → SeaweedTemplate.Dne103Fv.css} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{PineappleBaseLayout.DY6vxFdc.js → PineappleBaseLayout.DLZBJSuK.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.3-zGXu-z.js +98 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/{entry.Br4jrr92.js → entry.C_e0Mj5-.js} +2 -2
- package/.svelte-kit/output/client/_app/immutable/chunks/{store.CvsUfad1.js → store.DeTea_VV.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/entry/{app.BSRCfbGk.js → app.CtI5urfJ.js} +2 -2
- package/.svelte-kit/output/client/_app/immutable/entry/start.xt1NqQCl.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/{2.BjJxRYEp.js → 2.tgk_XChV.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{3.DVBhBq5t.js → 3.CxPwEJYT.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{5.DhTIA8sa.js → 5.Bt89_iH4.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{6.X1tP0awg.js → 6.BEdq2882.js} +1 -1
- package/.svelte-kit/output/client/_app/version.json +1 -1
- package/.svelte-kit/output/prerendered/pages/portfolio.html +44 -44
- package/.svelte-kit/output/server/.vite/manifest.json +1 -1
- package/.svelte-kit/output/server/_app/immutable/assets/{SeaweedTemplate.BH7AvcuU.css → SeaweedTemplate.Dne103Fv.css} +1 -1
- package/.svelte-kit/output/server/chunks/SeaweedTemplate.js +8 -5
- package/.svelte-kit/output/server/chunks/internal.js +1 -1
- package/.svelte-kit/output/server/manifest-full.js +1 -1
- package/.svelte-kit/output/server/manifest.js +1 -1
- package/.svelte-kit/output/server/nodes/2.js +1 -1
- package/.svelte-kit/output/server/nodes/3.js +1 -1
- package/.svelte-kit/output/server/nodes/5.js +2 -2
- package/.svelte-kit/output/server/nodes/6.js +2 -2
- package/dist/components/Card.svelte +19 -15
- package/dist/components/Card.svelte.d.ts +6 -18
- package/dist/components/SocialSection.svelte +1 -1
- package/dist/template/SeaweedTemplate.svelte +2 -3
- package/package.json +1 -1
- package/src/lib/components/Card.svelte +13 -6
- package/src/lib/components/SocialSection.svelte +1 -1
- package/src/lib/template/SeaweedTemplate.svelte +2 -3
- package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.yfjvuf24.js +0 -98
- package/.svelte-kit/output/client/_app/immutable/entry/start.CMbcUC43.js +0 -1
package/.idea/workspace.xml
CHANGED
|
@@ -4,10 +4,9 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/
|
|
7
|
+
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Fix wrong link in migrante">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
9
|
<change beforePath="$PROJECT_DIR$/src/routes/portfolio/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/portfolio/+page.svelte" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/yarn.lock" beforeDir="false" afterPath="$PROJECT_DIR$/yarn.lock" afterDir="false" />
|
|
11
10
|
</list>
|
|
12
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
13
12
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -184,31 +183,7 @@
|
|
|
184
183
|
<workItem from="1710274381105" duration="206000" />
|
|
185
184
|
<workItem from="1710274942044" duration="14000" />
|
|
186
185
|
<workItem from="1710275377359" duration="5036000" />
|
|
187
|
-
<workItem from="1710289549437" duration="
|
|
188
|
-
</task>
|
|
189
|
-
<task id="LOCAL-00009" summary="upgrade to svelte 4">
|
|
190
|
-
<option name="closed" value="true" />
|
|
191
|
-
<created>1709793476837</created>
|
|
192
|
-
<option name="number" value="00009" />
|
|
193
|
-
<option name="presentableId" value="LOCAL-00009" />
|
|
194
|
-
<option name="project" value="LOCAL" />
|
|
195
|
-
<updated>1709793476837</updated>
|
|
196
|
-
</task>
|
|
197
|
-
<task id="LOCAL-00010" summary="Revert adding .git to pineapple package reference">
|
|
198
|
-
<option name="closed" value="true" />
|
|
199
|
-
<created>1709794219847</created>
|
|
200
|
-
<option name="number" value="00010" />
|
|
201
|
-
<option name="presentableId" value="LOCAL-00010" />
|
|
202
|
-
<option name="project" value="LOCAL" />
|
|
203
|
-
<updated>1709794219847</updated>
|
|
204
|
-
</task>
|
|
205
|
-
<task id="LOCAL-00011" summary="Yarn upgrade">
|
|
206
|
-
<option name="closed" value="true" />
|
|
207
|
-
<created>1709794761796</created>
|
|
208
|
-
<option name="number" value="00011" />
|
|
209
|
-
<option name="presentableId" value="LOCAL-00011" />
|
|
210
|
-
<option name="project" value="LOCAL" />
|
|
211
|
-
<updated>1709794761796</updated>
|
|
186
|
+
<workItem from="1710289549437" duration="11159000" />
|
|
212
187
|
</task>
|
|
213
188
|
<task id="LOCAL-00012" summary="Upgrade pineapple package">
|
|
214
189
|
<option name="closed" value="true" />
|
|
@@ -578,7 +553,31 @@
|
|
|
578
553
|
<option name="project" value="LOCAL" />
|
|
579
554
|
<updated>1710295846318</updated>
|
|
580
555
|
</task>
|
|
581
|
-
<
|
|
556
|
+
<task id="LOCAL-00058" summary="Change lib to pkg to prevent the references from breaking from downstream apps">
|
|
557
|
+
<option name="closed" value="true" />
|
|
558
|
+
<created>1710298224571</created>
|
|
559
|
+
<option name="number" value="00058" />
|
|
560
|
+
<option name="presentableId" value="LOCAL-00058" />
|
|
561
|
+
<option name="project" value="LOCAL" />
|
|
562
|
+
<updated>1710298224571</updated>
|
|
563
|
+
</task>
|
|
564
|
+
<task id="LOCAL-00059" summary="Add data-nosnippet">
|
|
565
|
+
<option name="closed" value="true" />
|
|
566
|
+
<created>1710305409664</created>
|
|
567
|
+
<option name="number" value="00059" />
|
|
568
|
+
<option name="presentableId" value="LOCAL-00059" />
|
|
569
|
+
<option name="project" value="LOCAL" />
|
|
570
|
+
<updated>1710305409664</updated>
|
|
571
|
+
</task>
|
|
572
|
+
<task id="LOCAL-00060" summary="Fix wrong link in migrante">
|
|
573
|
+
<option name="closed" value="true" />
|
|
574
|
+
<created>1710305826429</created>
|
|
575
|
+
<option name="number" value="00060" />
|
|
576
|
+
<option name="presentableId" value="LOCAL-00060" />
|
|
577
|
+
<option name="project" value="LOCAL" />
|
|
578
|
+
<updated>1710305826429</updated>
|
|
579
|
+
</task>
|
|
580
|
+
<option name="localTasksCounter" value="61" />
|
|
582
581
|
<servers />
|
|
583
582
|
</component>
|
|
584
583
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -636,9 +635,6 @@
|
|
|
636
635
|
</option>
|
|
637
636
|
</component>
|
|
638
637
|
<component name="VcsManagerConfiguration">
|
|
639
|
-
<MESSAGE value="Quick fix ares logo missing class" />
|
|
640
|
-
<MESSAGE value="Fix light-dark theming" />
|
|
641
|
-
<MESSAGE value="Fix broken string width resolution" />
|
|
642
638
|
<MESSAGE value="Fix accordion and cropped object positioning" />
|
|
643
639
|
<MESSAGE value="Fix accordion styling and cropped object positioning" />
|
|
644
640
|
<MESSAGE value="Adjust css for mobile" />
|
|
@@ -661,6 +657,9 @@
|
|
|
661
657
|
<MESSAGE value="v2.4.6" />
|
|
662
658
|
<MESSAGE value="Extract styling out of Skeleton accordion" />
|
|
663
659
|
<MESSAGE value="Attempt to make postcss exportable" />
|
|
664
|
-
<
|
|
660
|
+
<MESSAGE value="Change lib to pkg to prevent the references from breaking from downstream apps" />
|
|
661
|
+
<MESSAGE value="Add data-nosnippet" />
|
|
662
|
+
<MESSAGE value="Fix wrong link in migrante" />
|
|
663
|
+
<option name="LAST_COMMIT_MESSAGE" value="Fix wrong link in migrante" />
|
|
665
664
|
</component>
|
|
666
665
|
</project>
|
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
${overrideStyle};
|
|
11
|
-
`;
|
|
1
|
+
<script>export let margin = "0";
|
|
2
|
+
export let marginBottom = "3em";
|
|
3
|
+
export let overrideStyle = "";
|
|
4
|
+
export let includeDataNoSnippet = true;
|
|
5
|
+
const style = `
|
|
6
|
+
--turnip-card-margin: ${margin};
|
|
7
|
+
--turnip-card-margin-bottom: ${marginBottom};
|
|
8
|
+
${overrideStyle};
|
|
9
|
+
`;
|
|
12
10
|
</script>
|
|
13
11
|
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
|
|
12
|
+
{#if (includeDataNoSnippet)}
|
|
13
|
+
<div class="card turnip-card" style={style} data-no-snippet>
|
|
14
|
+
<slot name="content" class="card" />
|
|
15
|
+
</div>
|
|
16
|
+
{:else }
|
|
17
|
+
<div class="card turnip-card" style={style}>
|
|
18
|
+
<slot name="content" class="card" />
|
|
19
|
+
</div>
|
|
20
|
+
{/if}
|
|
17
21
|
|
|
18
22
|
<style>
|
|
19
23
|
.turnip-card {
|
|
@@ -27,6 +31,6 @@
|
|
|
27
31
|
.turnip-card {
|
|
28
32
|
margin: var(--turnip-card-margin);
|
|
29
33
|
margin-bottom: var(--turnip-card-margin-bottom);
|
|
30
|
-
|
|
34
|
+
border-radius: var(--theme-rounded-container);
|
|
31
35
|
}
|
|
32
36
|
</style>
|
|
@@ -1,27 +1,10 @@
|
|
|
1
|
-
/** @typedef {typeof __propDef.props} CardProps */
|
|
2
|
-
/** @typedef {typeof __propDef.events} CardEvents */
|
|
3
|
-
/** @typedef {typeof __propDef.slots} CardSlots */
|
|
4
|
-
export default class Card extends SvelteComponent<{
|
|
5
|
-
margin?: string | undefined;
|
|
6
|
-
marginBottom?: string | undefined;
|
|
7
|
-
overrideStyle?: string | undefined;
|
|
8
|
-
}, {
|
|
9
|
-
[evt: string]: CustomEvent<any>;
|
|
10
|
-
}, {
|
|
11
|
-
content: {
|
|
12
|
-
class: string;
|
|
13
|
-
};
|
|
14
|
-
}> {
|
|
15
|
-
}
|
|
16
|
-
export type CardProps = typeof __propDef.props;
|
|
17
|
-
export type CardEvents = typeof __propDef.events;
|
|
18
|
-
export type CardSlots = typeof __propDef.slots;
|
|
19
1
|
import { SvelteComponent } from "svelte";
|
|
20
2
|
declare const __propDef: {
|
|
21
3
|
props: {
|
|
22
4
|
margin?: string | undefined;
|
|
23
5
|
marginBottom?: string | undefined;
|
|
24
6
|
overrideStyle?: string | undefined;
|
|
7
|
+
includeDataNoSnippet?: boolean | undefined;
|
|
25
8
|
};
|
|
26
9
|
events: {
|
|
27
10
|
[evt: string]: CustomEvent<any>;
|
|
@@ -32,4 +15,9 @@ declare const __propDef: {
|
|
|
32
15
|
};
|
|
33
16
|
};
|
|
34
17
|
};
|
|
18
|
+
export type CardProps = typeof __propDef.props;
|
|
19
|
+
export type CardEvents = typeof __propDef.events;
|
|
20
|
+
export type CardSlots = typeof __propDef.slots;
|
|
21
|
+
export default class Card extends SvelteComponent<CardProps, CardEvents, CardSlots> {
|
|
22
|
+
}
|
|
35
23
|
export {};
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
});
|
|
22
22
|
</script>
|
|
23
23
|
|
|
24
|
-
<div class="socials" class:isSmall={isSmallVersion} style={style}>
|
|
24
|
+
<div class="socials" class:isSmall={isSmallVersion} style={style} data-nosnippet>
|
|
25
25
|
<button type="button" class="social-button turnip-button"
|
|
26
26
|
role="link"
|
|
27
27
|
title="https://github.com/TurnipXenon"
|
|
@@ -41,7 +41,7 @@ const cmput401Info = {
|
|
|
41
41
|
body: `As a full disclosure, this link will lead you to <a href='https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398' target='_blank'>https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398</a>. We currently don't have any tests yet ensuring that the link is correct. Click confirm to go to the site. Please report any bugs at <a href='mailto:${email}' target='_blank'>${email}</a>.`,
|
|
42
42
|
response: (r) => {
|
|
43
43
|
if (r) {
|
|
44
|
-
window.open("https://
|
|
44
|
+
window.open("https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398");
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
};
|
|
@@ -123,9 +123,8 @@ $:
|
|
|
123
123
|
|
|
124
124
|
<div class="greater-about-div">
|
|
125
125
|
|
|
126
|
-
<Card>
|
|
126
|
+
<Card includeDataNoSnippet={false}>
|
|
127
127
|
<section class="section-card" slot="content">
|
|
128
|
-
<!-- <ToggleableContent toggle={ToggleableContentType.Gibberish}>-->
|
|
129
128
|
|
|
130
129
|
<h1>About</h1>
|
|
131
130
|
|
|
@@ -21,7 +21,7 @@ export const options = {
|
|
|
21
21
|
app: ({ head, body, assets, nonce, env }) => "<!DOCTYPE html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<link rel=\"icon\" href=\"" + assets + "/favicon.png\" />\n\t\t<meta name=\"viewport\" content=\"width=device-width\" />\n\t\t" + head + "\n\t</head>\n\n\t<body data-sveltekit-preload-data=\"hover\" data-theme=\"crimson\">\n\t\t<div style=\"display: contents\" class=\"h-full overflow-hidden\">" + body + "</div>\n\t</body>\n</html>\n",
|
|
22
22
|
error: ({ status, message }) => "<!doctype html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>" + message + "</title>\n\n\t\t<style>\n\t\t\tbody {\n\t\t\t\t--bg: white;\n\t\t\t\t--fg: #222;\n\t\t\t\t--divider: #ccc;\n\t\t\t\tbackground: var(--bg);\n\t\t\t\tcolor: var(--fg);\n\t\t\t\tfont-family:\n\t\t\t\t\tsystem-ui,\n\t\t\t\t\t-apple-system,\n\t\t\t\t\tBlinkMacSystemFont,\n\t\t\t\t\t'Segoe UI',\n\t\t\t\t\tRoboto,\n\t\t\t\t\tOxygen,\n\t\t\t\t\tUbuntu,\n\t\t\t\t\tCantarell,\n\t\t\t\t\t'Open Sans',\n\t\t\t\t\t'Helvetica Neue',\n\t\t\t\t\tsans-serif;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\theight: 100vh;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t.error {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tmax-width: 32rem;\n\t\t\t\tmargin: 0 1rem;\n\t\t\t}\n\n\t\t\t.status {\n\t\t\t\tfont-weight: 200;\n\t\t\t\tfont-size: 3rem;\n\t\t\t\tline-height: 1;\n\t\t\t\tposition: relative;\n\t\t\t\ttop: -0.05rem;\n\t\t\t}\n\n\t\t\t.message {\n\t\t\t\tborder-left: 1px solid var(--divider);\n\t\t\t\tpadding: 0 0 0 1rem;\n\t\t\t\tmargin: 0 0 0 1rem;\n\t\t\t\tmin-height: 2.5rem;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.message h1 {\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 1em;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t@media (prefers-color-scheme: dark) {\n\t\t\t\tbody {\n\t\t\t\t\t--bg: #222;\n\t\t\t\t\t--fg: #ddd;\n\t\t\t\t\t--divider: #666;\n\t\t\t\t}\n\t\t\t}\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<div class=\"error\">\n\t\t\t<span class=\"status\">" + status + "</span>\n\t\t\t<div class=\"message\">\n\t\t\t\t<h1>" + message + "</h1>\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>\n"
|
|
23
23
|
},
|
|
24
|
-
version_hash: "
|
|
24
|
+
version_hash: "oug70e"
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export async function get_hooks() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
".svelte-kit/generated/client-optimized/app.js": {
|
|
3
|
-
"file": "_app/immutable/entry/app.
|
|
3
|
+
"file": "_app/immutable/entry/app.CtI5urfJ.js",
|
|
4
4
|
"src": ".svelte-kit/generated/client-optimized/app.js",
|
|
5
5
|
"isEntry": true,
|
|
6
6
|
"imports": [
|
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
47
|
".svelte-kit/generated/client-optimized/nodes/2.js": {
|
|
48
|
-
"file": "_app/immutable/nodes/2.
|
|
48
|
+
"file": "_app/immutable/nodes/2.tgk_XChV.js",
|
|
49
49
|
"src": ".svelte-kit/generated/client-optimized/nodes/2.js",
|
|
50
50
|
"isEntry": true,
|
|
51
51
|
"isDynamicEntry": true,
|
|
52
52
|
"imports": [
|
|
53
53
|
"_scheduler.DJdG0Qxb.js",
|
|
54
54
|
"_index.BgUXYai5.js",
|
|
55
|
-
"_PineappleBaseLayout.
|
|
55
|
+
"_PineappleBaseLayout.DLZBJSuK.js",
|
|
56
56
|
"_public.kPGcNb8-.js"
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
59
|
".svelte-kit/generated/client-optimized/nodes/3.js": {
|
|
60
|
-
"file": "_app/immutable/nodes/3.
|
|
60
|
+
"file": "_app/immutable/nodes/3.CxPwEJYT.js",
|
|
61
61
|
"src": ".svelte-kit/generated/client-optimized/nodes/3.js",
|
|
62
62
|
"isEntry": true,
|
|
63
63
|
"isDynamicEntry": true,
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"_scheduler.DJdG0Qxb.js",
|
|
66
66
|
"_index.BgUXYai5.js",
|
|
67
67
|
"_public.kPGcNb8-.js",
|
|
68
|
-
"_PineappleBaseLayout.
|
|
68
|
+
"_PineappleBaseLayout.DLZBJSuK.js"
|
|
69
69
|
],
|
|
70
70
|
"css": [
|
|
71
71
|
"_app/immutable/assets/4.B8rxJaIe.css"
|
|
@@ -86,28 +86,28 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
".svelte-kit/generated/client-optimized/nodes/5.js": {
|
|
89
|
-
"file": "_app/immutable/nodes/5.
|
|
89
|
+
"file": "_app/immutable/nodes/5.Bt89_iH4.js",
|
|
90
90
|
"src": ".svelte-kit/generated/client-optimized/nodes/5.js",
|
|
91
91
|
"isEntry": true,
|
|
92
92
|
"isDynamicEntry": true,
|
|
93
93
|
"imports": [
|
|
94
94
|
"_scheduler.DJdG0Qxb.js",
|
|
95
95
|
"_index.BgUXYai5.js",
|
|
96
|
-
"_SeaweedTemplate.
|
|
96
|
+
"_SeaweedTemplate.3-zGXu-z.js"
|
|
97
97
|
],
|
|
98
98
|
"assets": [
|
|
99
99
|
"_app/immutable/assets/placeholder_circle.Ij3bN7bI.png"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
".svelte-kit/generated/client-optimized/nodes/6.js": {
|
|
103
|
-
"file": "_app/immutable/nodes/6.
|
|
103
|
+
"file": "_app/immutable/nodes/6.BEdq2882.js",
|
|
104
104
|
"src": ".svelte-kit/generated/client-optimized/nodes/6.js",
|
|
105
105
|
"isEntry": true,
|
|
106
106
|
"isDynamicEntry": true,
|
|
107
107
|
"imports": [
|
|
108
108
|
"_scheduler.DJdG0Qxb.js",
|
|
109
109
|
"_index.BgUXYai5.js",
|
|
110
|
-
"_SeaweedTemplate.
|
|
110
|
+
"_SeaweedTemplate.3-zGXu-z.js"
|
|
111
111
|
]
|
|
112
112
|
},
|
|
113
113
|
"_DialogManagerStore.CauD3dIa.js": {
|
|
@@ -134,12 +134,12 @@
|
|
|
134
134
|
"file": "_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css",
|
|
135
135
|
"src": "_PineappleBaseLayout.!~{00c}~.js"
|
|
136
136
|
},
|
|
137
|
-
"_PineappleBaseLayout.
|
|
138
|
-
"file": "_app/immutable/chunks/PineappleBaseLayout.
|
|
137
|
+
"_PineappleBaseLayout.DLZBJSuK.js": {
|
|
138
|
+
"file": "_app/immutable/chunks/PineappleBaseLayout.DLZBJSuK.js",
|
|
139
139
|
"imports": [
|
|
140
140
|
"_scheduler.DJdG0Qxb.js",
|
|
141
141
|
"_index.BgUXYai5.js",
|
|
142
|
-
"_store.
|
|
142
|
+
"_store.DeTea_VV.js",
|
|
143
143
|
"_ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js",
|
|
144
144
|
"_DialogManagerStore.CauD3dIa.js"
|
|
145
145
|
],
|
|
@@ -165,22 +165,22 @@
|
|
|
165
165
|
]
|
|
166
166
|
},
|
|
167
167
|
"_SeaweedTemplate.!~{00e}~.js": {
|
|
168
|
-
"file": "_app/immutable/assets/SeaweedTemplate.
|
|
168
|
+
"file": "_app/immutable/assets/SeaweedTemplate.Dne103Fv.css",
|
|
169
169
|
"src": "_SeaweedTemplate.!~{00e}~.js"
|
|
170
170
|
},
|
|
171
|
-
"_SeaweedTemplate.
|
|
172
|
-
"file": "_app/immutable/chunks/SeaweedTemplate.
|
|
171
|
+
"_SeaweedTemplate.3-zGXu-z.js": {
|
|
172
|
+
"file": "_app/immutable/chunks/SeaweedTemplate.3-zGXu-z.js",
|
|
173
173
|
"imports": [
|
|
174
174
|
"_scheduler.DJdG0Qxb.js",
|
|
175
175
|
"_index.BgUXYai5.js",
|
|
176
176
|
"_index.DM9YwQfI.js",
|
|
177
177
|
"_ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js",
|
|
178
178
|
"_transitions.DM45rqx4.js",
|
|
179
|
-
"_store.
|
|
179
|
+
"_store.DeTea_VV.js",
|
|
180
180
|
"_DialogManagerStore.CauD3dIa.js"
|
|
181
181
|
],
|
|
182
182
|
"css": [
|
|
183
|
-
"_app/immutable/assets/SeaweedTemplate.
|
|
183
|
+
"_app/immutable/assets/SeaweedTemplate.Dne103Fv.css"
|
|
184
184
|
],
|
|
185
185
|
"assets": [
|
|
186
186
|
"_app/immutable/assets/header-pengi.DWAOeO4q.mp4",
|
|
@@ -192,8 +192,8 @@
|
|
|
192
192
|
"_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4"
|
|
193
193
|
]
|
|
194
194
|
},
|
|
195
|
-
"_entry.
|
|
196
|
-
"file": "_app/immutable/chunks/entry.
|
|
195
|
+
"_entry.C_e0Mj5-.js": {
|
|
196
|
+
"file": "_app/immutable/chunks/entry.C_e0Mj5-.js",
|
|
197
197
|
"imports": [
|
|
198
198
|
"_scheduler.DJdG0Qxb.js",
|
|
199
199
|
"_index.DM9YwQfI.js"
|
|
@@ -224,13 +224,13 @@
|
|
|
224
224
|
"file": "_app/immutable/assets/store.y2fRW0z7.css",
|
|
225
225
|
"src": "_store.!~{00k}~.js"
|
|
226
226
|
},
|
|
227
|
-
"_store.
|
|
228
|
-
"file": "_app/immutable/chunks/store.
|
|
227
|
+
"_store.DeTea_VV.js": {
|
|
228
|
+
"file": "_app/immutable/chunks/store.DeTea_VV.js",
|
|
229
229
|
"imports": [
|
|
230
230
|
"_scheduler.DJdG0Qxb.js",
|
|
231
231
|
"_index.BgUXYai5.js",
|
|
232
232
|
"_ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js",
|
|
233
|
-
"_entry.
|
|
233
|
+
"_entry.C_e0Mj5-.js",
|
|
234
234
|
"_index.DM9YwQfI.js"
|
|
235
235
|
],
|
|
236
236
|
"css": [
|
|
@@ -254,11 +254,11 @@
|
|
|
254
254
|
]
|
|
255
255
|
},
|
|
256
256
|
"node_modules/@sveltejs/kit/src/runtime/client/entry.js": {
|
|
257
|
-
"file": "_app/immutable/entry/start.
|
|
257
|
+
"file": "_app/immutable/entry/start.xt1NqQCl.js",
|
|
258
258
|
"src": "node_modules/@sveltejs/kit/src/runtime/client/entry.js",
|
|
259
259
|
"isEntry": true,
|
|
260
260
|
"imports": [
|
|
261
|
-
"_entry.
|
|
261
|
+
"_entry.C_e0Mj5-.js"
|
|
262
262
|
]
|
|
263
263
|
},
|
|
264
264
|
"src/lib/assets/bg_tiled/bg_tiled_ares.png": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:disabled{cursor:not-allowed;opacity:.5}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:disabled:hover{--tw-brightness:brightness(1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:disabled:active{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc{font-size:1rem;line-height:1.5rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:9px;padding-bottom:9px;white-space:nowrap;text-align:center;display:inline-flex;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:var(--theme-rounded-base)}.social-button.svelte-urhqdc>.svelte-urhqdc:not([hidden])~.svelte-urhqdc:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:hover{--tw-brightness:brightness(1.15);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:active{--tw-scale-x:95%;--tw-scale-y:95%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc{--tw-bg-opacity:1;background-color:rgb(var(--color-primary-500) / var(--tw-bg-opacity));color:rgb(var(--on-primary))}.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:is(.dark .social-button){--tw-bg-opacity:1;background-color:rgb(var(--color-primary-500) / var(--tw-bg-opacity));color:rgb(var(--on-primary))}button.svelte-urhqdc>img.svelte-urhqdc.svelte-urhqdc{max-height:1lh}button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc{min-width:0;min-height:0}.socials.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc{display:flex;flex-wrap:wrap;justify-content:var(--preferred-justify-content)}.socials.svelte-urhqdc>button.svelte-urhqdc.svelte-urhqdc{margin:0 .5em var(--preferred-overall-margin-bottom)}.socials.isSmall.svelte-urhqdc>button.svelte-urhqdc.svelte-urhqdc{margin-left:.25em;margin-right:.25em}:root{--dialog-left-pad:clamp(0em, 5vw, 2em);--dialog-box-width:min( 54em , calc(100vw - var(--dialog-left-pad) - var(--theme-border-base)));--dialog-box-height:clamp(15em, 50vw, 18em)}.default-page-container.svelte-12byvuz{max-width:2100px;margin:4em auto;flex-direction:column;z-index:0}.lead-slot-placeholder.svelte-12byvuz{height:3em;margin-inline-end:.5em}.turnip-card.svelte-
|
|
1
|
+
.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:disabled{cursor:not-allowed;opacity:.5}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:disabled:hover{--tw-brightness:brightness(1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:disabled:active{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc{font-size:1rem;line-height:1.5rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:9px;padding-bottom:9px;white-space:nowrap;text-align:center;display:inline-flex;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:var(--theme-rounded-base)}.social-button.svelte-urhqdc>.svelte-urhqdc:not([hidden])~.svelte-urhqdc:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:hover{--tw-brightness:brightness(1.15);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:active{--tw-scale-x:95%;--tw-scale-y:95%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.social-button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc{--tw-bg-opacity:1;background-color:rgb(var(--color-primary-500) / var(--tw-bg-opacity));color:rgb(var(--on-primary))}.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc:is(.dark .social-button){--tw-bg-opacity:1;background-color:rgb(var(--color-primary-500) / var(--tw-bg-opacity));color:rgb(var(--on-primary))}button.svelte-urhqdc>img.svelte-urhqdc.svelte-urhqdc{max-height:1lh}button.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc{min-width:0;min-height:0}.socials.svelte-urhqdc.svelte-urhqdc.svelte-urhqdc{display:flex;flex-wrap:wrap;justify-content:var(--preferred-justify-content)}.socials.svelte-urhqdc>button.svelte-urhqdc.svelte-urhqdc{margin:0 .5em var(--preferred-overall-margin-bottom)}.socials.isSmall.svelte-urhqdc>button.svelte-urhqdc.svelte-urhqdc{margin-left:.25em;margin-right:.25em}:root{--dialog-left-pad:clamp(0em, 5vw, 2em);--dialog-box-width:min( 54em , calc(100vw - var(--dialog-left-pad) - var(--theme-border-base)));--dialog-box-height:clamp(15em, 50vw, 18em)}.default-page-container.svelte-12byvuz{max-width:2100px;margin:4em auto;flex-direction:column;z-index:0}.lead-slot-placeholder.svelte-12byvuz{height:3em;margin-inline-end:.5em}.turnip-card.svelte-isla4e{--tw-bg-opacity:1;background-color:rgb(var(--color-surface-100) / var(--tw-bg-opacity))}.svelte-isla4e:is(.dark .turnip-card){--tw-bg-opacity:1;background-color:rgb(var(--color-surface-900) / var(--tw-bg-opacity))}.turnip-card.svelte-isla4e{margin:var(--turnip-card-margin);margin-bottom:var(--turnip-card-margin-bottom);border-radius:var(--theme-rounded-container)}.chip.svelte-1usmrsu{border-radius:1em;margin:.25em;font-weight:700;pointer-events:none}main.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{width:100%;overflow:visible;display:flex;flex-direction:column;justify-content:center;align-items:center}h1.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{font-size:2em}h2.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{font-size:1.5em}.section-card.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{padding:3em;max-width:800px}.game-card.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg,.project-card.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{width:100vw;max-width:36em;margin-bottom:3em}.game-card.svelte-f3i6qg>video.svelte-f3i6qg.svelte-f3i6qg{border-top-left-radius:1em;border-top-right-radius:1em;max-height:24em;width:100%;-o-object-fit:cover;object-fit:cover}#migrante-alberta.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg,.game-card.svelte-f3i6qg>img.svelte-f3i6qg.svelte-f3i6qg,.project-card.svelte-f3i6qg>img.svelte-f3i6qg.svelte-f3i6qg{border-top-left-radius:1em;border-top-right-radius:1em}#migrante-alberta.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{width:100%;-o-object-fit:cover;object-fit:cover}.game-button.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg:disabled{cursor:not-allowed;opacity:.5}.game-button.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg:disabled:hover{--tw-brightness:brightness(1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.game-button.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg:disabled:active{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.game-button.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{font-size:1rem;line-height:1.5rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:9px;padding-bottom:9px;white-space:nowrap;text-align:center;display:inline-flex;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:var(--theme-rounded-base)}.game-button.svelte-f3i6qg>.svelte-f3i6qg:not([hidden])~.svelte-f3i6qg:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.game-button.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg:hover{--tw-brightness:brightness(1.15);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.game-button.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg:active{--tw-scale-x:95%;--tw-scale-y:95%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.game-button.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{--tw-bg-opacity:1;background-color:rgb(var(--color-primary-500) / var(--tw-bg-opacity));color:rgb(var(--on-primary))}.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg:is(.dark .game-button){--tw-bg-opacity:1;background-color:rgb(var(--color-primary-500) / var(--tw-bg-opacity));color:rgb(var(--on-primary))}.game-button.svelte-f3i6qg>img.svelte-f3i6qg.svelte-f3i6qg{max-height:1lh}.two-column-separated.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{display:flex;justify-content:space-between}.more-section.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{padding:1em}.greater-about-div.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{display:flex;flex-direction:column;max-width:36em}.experience-and-about-div.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{display:flex;gap:2em;flex-wrap:wrap;justify-content:center;align-items:flex-start}.game-card-body.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg,.project-card-body.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{padding:1em}.game-card-body.svelte-f3i6qg>blockquote.svelte-f3i6qg.svelte-f3i6qg{margin-bottom:.7lh}.game-card-body.svelte-f3i6qg>h1.svelte-f3i6qg.svelte-f3i6qg,.project-card-body.svelte-f3i6qg>h2.svelte-f3i6qg.svelte-f3i6qg{text-align:center}.game-link-section.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{display:flex;flex-direction:row;justify-content:center;gap:1em;margin-top:1em}.games-section.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg,.projects-section.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{display:flex;flex-wrap:wrap;gap:2em;justify-content:center}.projects-section.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{align-items:flex-start}.long-btn-image.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{max-height:1lh}.itch-promo.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{padding:4em}#hepcat-video.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{-o-object-position:0 0;object-position:0 0}.title-card.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{width:clamp(360px,80vw,800px)}[class*=qt-].svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{font-weight:var(--qt-font-weight)}.accordion-header.svelte-f3i6qg.svelte-f3i6qg.svelte-f3i6qg{margin-top:.25em}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{s as O,e as d,a as y,J as U,c as g,p as k,b as C,m as W,K as z,d as p,L as B,f as m,B as H,i as _,g as b,q as ee,n as S,A as te,y as E,h as le,M as se,N as ae,j as R,u as G,k as J,l as K,C as Q,D as Z,E as F}from"./scheduler.DJdG0Qxb.js";import{S as X,i as Y,c as L,a as P,m as D,t as w,b as A,d as I,g as re,e as ne}from"./index.BgUXYai5.js";import{A as ie,e as oe,R as ce,a as ue,p as fe,b as T,L as pe}from"./store.
|
|
1
|
+
import{s as O,e as d,a as y,J as U,c as g,p as k,b as C,m as W,K as z,d as p,L as B,f as m,B as H,i as _,g as b,q as ee,n as S,A as te,y as E,h as le,M as se,N as ae,j as R,u as G,k as J,l as K,C as Q,D as Z,E as F}from"./scheduler.DJdG0Qxb.js";import{S as X,i as Y,c as L,a as P,m as D,t as w,b as A,d as I,g as re,e as ne}from"./index.BgUXYai5.js";import{A as ie,e as oe,R as ce,a as ue,p as fe,b as T,L as pe}from"./store.DeTea_VV.js";import{a as me}from"./ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js";import{d as M,A as _e,e as he}from"./DialogManagerStore.CauD3dIa.js";function de(u){let e,i,t,a,l,n,c='<p class="svelte-1jg12vw"><b class="svelte-1jg12vw">Turnip</b></p>',o,s,r,f,$;return{c(){e=d("div"),i=d("img"),a=y(),l=d("div"),n=d("div"),n.innerHTML=c,o=y(),s=d("section"),r=new U(!1),this.h()},l(h){e=g(h,"DIV",{class:!0,style:!0});var v=k(e);i=g(v,"IMG",{src:!0,alt:!0,class:!0}),a=C(v),l=g(v,"DIV",{class:!0});var j=k(l);n=g(j,"DIV",{class:!0,"data-svelte-h":!0}),W(n)!=="svelte-1dw2qcy"&&(n.innerHTML=c),o=C(j),s=g(j,"SECTION",{class:!0});var V=k(s);r=z(V,!1),V.forEach(p),j.forEach(p),v.forEach(p),this.h()},h(){B(i.src,t=u[1])||m(i,"src",t),m(i,"alt","Ares"),m(i,"class","dialog-portrait svelte-1jg12vw"),m(n,"class","card dialog-name svelte-1jg12vw"),r.a=null,m(s,"class","dialog-padding svelte-1jg12vw"),m(l,"class","card dialog-box variant-ghost-primary svelte-1jg12vw"),m(e,"class","dialog-elements svelte-1jg12vw"),H(e,"--hidePercentWidth","-"+u[2]+"vw"),H(e,"--hidePercentHeight",u[2]+"vh")},m(h,v){_(h,e,v),b(e,i),b(e,a),b(e,l),b(l,n),b(l,o),b(l,s),r.m(u[0],s),f||($=ee(l,"click",u[3]),f=!0)},p(h,[v]){v&2&&!B(i.src,t=h[1])&&m(i,"src",t),v&1&&r.p(h[0]),v&4&&H(e,"--hidePercentWidth","-"+h[2]+"vw"),v&4&&H(e,"--hidePercentHeight",h[2]+"vh")},i:S,o:S,d(h){h&&p(e),f=!1,$()}}}function ge(u,e,i){let t="";M.currentMessage.subscribe(c=>{i(0,t=c)});let a=_e;M.currentPortrait.subscribe(c=>{c&&i(1,a=c)}),te(()=>{M.update(0)});let l=100;return M.hidePercent.subscribe(c=>{i(2,l=c*.4)}),[t,a,l,()=>{M.skipAnimation()}]}class x extends X{constructor(e){super(),Y(this,e,ge,de,O,{})}}const $e=""+new URL("../assets/ares_logo.C_a3ZQAP.webp",import.meta.url).href;function q(u,e,i){const t=u.slice();return t[7]=e[i],t[9]=i,t}function be(u){let e,i,t;e=new x({});const a=u[4].default,l=R(a,u,u[5],null);return{c(){L(e.$$.fragment),i=y(),l&&l.c()},l(n){P(e.$$.fragment,n),i=C(n),l&&l.l(n)},m(n,c){D(e,n,c),_(n,i,c),l&&l.m(n,c),t=!0},p(n,c){l&&l.p&&(!t||c&32)&&G(l,a,n,n[5],t?K(a,n[5],c,null):J(n[5]),null)},i(n){t||(w(e.$$.fragment,n),w(l,n),t=!0)},o(n){A(e.$$.fragment,n),A(l,n),t=!1},d(n){n&&p(i),I(e,n),l&&l.d(n)}}}function ve(u){let e,i,t,a,l,n;const c=u[4].default,o=R(c,u,u[5],null);return l=new x({}),{c(){e=d("div"),o&&o.c(),i=y(),t=d("div"),a=y(),L(l.$$.fragment),this.h()},l(s){e=g(s,"DIV",{class:!0});var r=k(e);o&&o.l(r),i=C(r),t=g(r,"DIV",{class:!0}),k(t).forEach(p),r.forEach(p),a=C(s),P(l.$$.fragment,s),this.h()},h(){m(t,"class","footer-space"),m(e,"class","default-page-container svelte-di7xp1")},m(s,r){_(s,e,r),o&&o.m(e,null),b(e,i),b(e,t),_(s,a,r),D(l,s,r),n=!0},p(s,r){o&&o.p&&(!n||r&32)&&G(o,c,s,s[5],n?K(c,s[5],r,null):J(s[5]),null)},i(s){n||(w(o,s),w(l.$$.fragment,s),n=!0)},o(s){A(o,s),A(l.$$.fragment,s),n=!1},d(s){s&&(p(e),p(a)),o&&o.d(s),I(l,s)}}}function ke(u){let e,i,t,a,l,n;e=new ce({props:{enable:u[1]}});const c=[ve,be],o=[];function s(r,f){return r[2]?0:1}return t=s(u),a=o[t]=c[t](u),{c(){L(e.$$.fragment),i=y(),a.c(),l=E()},l(r){P(e.$$.fragment,r),i=C(r),a.l(r),l=E()},m(r,f){D(e,r,f),_(r,i,f),o[t].m(r,f),_(r,l,f),n=!0},p(r,f){const $={};f&2&&($.enable=r[1]),e.$set($);let h=t;t=s(r),t===h?o[t].p(r,f):(re(),A(o[h],1,1,()=>{o[h]=null}),ne(),a=o[t],a?a.p(r,f):(a=o[t]=c[t](r),a.c()),w(a,1),a.m(l.parentNode,l))},i(r){n||(w(e.$$.fragment,r),w(a),n=!0)},o(r){A(e.$$.fragment,r),A(a),n=!1},d(r){r&&(p(i),p(l)),I(e,r),o[t].d(r)}}}function we(u){let e,i=u[7].name.charAt(0).toUpperCase()+u[7].name.slice(1)+"",t;return{c(){e=d("li"),t=Q(i),this.h()},l(a){e=g(a,"LI",{class:!0});var l=k(e);t=Z(l,i),l.forEach(p),this.h()},h(){m(e,"class","crumb svelte-di7xp1")},m(a,l){_(a,e,l),b(e,t)},p(a,l){l&1&&i!==(i=a[7].name.charAt(0).toUpperCase()+a[7].name.slice(1)+"")&&F(t,i)},d(a){a&&p(e)}}}function Ae(u){let e,i,t=u[7].name.charAt(0).toUpperCase()+u[7].name.slice(1)+"",a,l,n,c,o="›";return{c(){e=d("li"),i=d("a"),a=Q(t),n=y(),c=d("li"),c.textContent=o,this.h()},l(s){e=g(s,"LI",{class:!0});var r=k(e);i=g(r,"A",{href:!0});var f=k(i);a=Z(f,t),f.forEach(p),r.forEach(p),n=C(s),c=g(s,"LI",{class:!0,"aria-hidden":!0,"data-svelte-h":!0}),W(c)!=="svelte-i818qf"&&(c.textContent=o),this.h()},h(){m(i,"href",l=u[7].path),m(e,"class","crumb svelte-di7xp1"),m(c,"class","crumb-separator svelte-di7xp1"),m(c,"aria-hidden","true")},m(s,r){_(s,e,r),b(e,i),b(i,a),_(s,n,r),_(s,c,r)},p(s,r){r&1&&t!==(t=s[7].name.charAt(0).toUpperCase()+s[7].name.slice(1)+"")&&F(a,t),r&1&&l!==(l=s[7].path)&&m(i,"href",l)},d(s){s&&(p(e),p(n),p(c))}}}function N(u){let e;function i(l,n){return l[9]<l[0].length-1?Ae:we}let t=i(u),a=t(u);return{c(){a.c(),e=E()},l(l){a.l(l),e=E()},m(l,n){a.m(l,n),_(l,e,n)},p(l,n){t===(t=i(l))&&a?a.p(l,n):(a.d(1),a=t(l),a&&(a.c(),a.m(e.parentNode,e)))},d(l){l&&p(e),a.d(l)}}}function ye(u){let e,i,t,a,l,n,c=T(u[0]),o=[];for(let s=0;s<c.length;s+=1)o[s]=N(q(u,c,s));return{c(){e=d("img"),t=y(),a=d("span"),l=y(),n=d("ol");for(let s=0;s<o.length;s+=1)o[s].c();this.h()},l(s){e=g(s,"IMG",{alt:!0,class:!0,src:!0}),t=C(s),a=g(s,"SPAN",{class:!0}),k(a).forEach(p),l=C(s),n=g(s,"OL",{class:!0});var r=k(n);for(let f=0;f<o.length;f+=1)o[f].l(r);r.forEach(p),this.h()},h(){m(e,"alt","Ares's head titled towards the left with his tongue out and winking"),m(e,"class","ares-logo svelte-di7xp1"),B(e.src,i=$e)||m(e,"src",i),m(a,"class","mr-2"),m(n,"class","breadcrumb svelte-di7xp1")},m(s,r){_(s,e,r),_(s,t,r),_(s,a,r),_(s,l,r),_(s,n,r);for(let f=0;f<o.length;f+=1)o[f]&&o[f].m(n,null)},p(s,r){if(r&1){c=T(s[0]);let f;for(f=0;f<c.length;f+=1){const $=q(s,c,f);o[f]?o[f].p($,r):(o[f]=N($),o[f].c(),o[f].m(n,null))}for(;f<o.length;f+=1)o[f].d(1);o.length=c.length}},d(s){s&&(p(e),p(t),p(a),p(l),p(n)),ae(o,s)}}}function Ce(u){let e,i;return e=new pe({props:{bgLight:"bg-surface-400"}}),{c(){L(e.$$.fragment)},l(t){P(e.$$.fragment,t)},m(t,a){D(e,t,a),i=!0},p:S,i(t){i||(w(e.$$.fragment,t),i=!0)},o(t){A(e.$$.fragment,t),i=!1},d(t){I(e,t)}}}function Ee(u){let e,i;return e=new ue({props:{slotDefault:"place-content-start",slotTrail:"place-content-end",$$slots:{trail:[Ce],lead:[ye]},$$scope:{ctx:u}}}),{c(){L(e.$$.fragment)},l(t){P(e.$$.fragment,t)},m(t,a){D(e,t,a),i=!0},p(t,a){const l={};a&33&&(l.$$scope={dirty:a,ctx:t}),e.$set(l)},i(t){i||(w(e.$$.fragment,t),i=!0)},o(t){A(e.$$.fragment,t),i=!1},d(t){I(e,t)}}}function Le(u){let e,i=`<script>${me.toString()} autoModeWatcher();<\/script>`,t,a,l,n;return l=new ie({props:{$$slots:{header:[Ee],default:[ke]},$$scope:{ctx:u}}}),{c(){e=new U(!1),t=E(),a=y(),L(l.$$.fragment),this.h()},l(c){const o=le("svelte-19or0ga",document.head);e=z(o,!1),t=E(),o.forEach(p),a=C(c),P(l.$$.fragment,c),this.h()},h(){e.a=t},m(c,o){e.m(i,document.head),b(document.head,t),_(c,a,o),D(l,c,o),n=!0},p(c,[o]){const s={};o&39&&(s.$$scope={dirty:o,ctx:c}),l.$set(s)},i(c){n||(w(l.$$.fragment,c),n=!0)},o(c){A(l.$$.fragment,c),n=!1},d(c){c&&(e.d(),p(a)),p(t),I(l,c)}}}function Pe(u,e,i){let t;se(u,fe,r=>i(3,t=r));let{$$slots:a={},$$scope:l}=e,n=[];const c=r=>{i(0,n=[]);let f="";r.split("/").forEach(($,h)=>{if(h===0){f="/",n.push({path:"/",name:"Home"});return}$!==""&&(f+=$+"/",n.push({path:f,name:$}))}),i(0,n)};let o=!0;oe.subscribe(r=>{i(1,o=r)});let s=!0;return he.subscribe(r=>{i(2,s=r)}),u.$$set=r=>{"$$scope"in r&&i(5,l=r.$$scope)},u.$$.update=()=>{u.$$.dirty&8&&c(t.url.pathname)},[n,o,s,t,a,l]}class Be extends X{constructor(e){super(),Y(this,e,Pe,Le,O,{})}}export{Be as P};
|