@turnipxenon/pineapple 2.4.1 → 2.4.3
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 +34 -33
- package/.svelte-kit/__package__/components/Card.svelte +5 -4
- package/.svelte-kit/__package__/components/Chip.svelte +1 -1
- package/.svelte-kit/__package__/components/layouts/PineappleBaseLayout.svelte +1 -3
- package/.svelte-kit/__package__/components/layouts/PineappleBaseLayout.svelte.d.ts +0 -2
- package/.svelte-kit/__package__/components/layouts/SeaweedBaseLayout.svelte +1 -3
- package/.svelte-kit/__package__/components/layouts/SeaweedBaseLayout.svelte.d.ts +0 -2
- package/.svelte-kit/ambient.d.ts +50 -10
- package/.svelte-kit/generated/server/internal.js +1 -1
- package/.svelte-kit/output/client/.vite/manifest.json +94 -94
- package/.svelte-kit/output/client/_app/immutable/assets/{ProgressBar.DmpmGWm6.css → 0.BIZ0IPOt.css} +1 -1
- package/.svelte-kit/output/client/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.pOPCzkb2.css +1 -0
- package/.svelte-kit/output/{server/_app/immutable/assets/ProgressBar.CaHExdkQ.css → client/_app/immutable/assets/_layout.m4xJvVt-.css} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{DialogManagerStore.CGTbGbVf.js → DialogManagerStore.CauD3dIa.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{PineappleBaseLayout.BEmcdUbJ.js → PineappleBaseLayout.SSm4gITf.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{ProgressBar.svelte_svelte_type_style_lang.CmgCUata.js → ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{SeaweedTemplate.Dn5ajBSa.js → SeaweedTemplate.BmvpbSLb.js} +21 -21
- package/.svelte-kit/output/client/_app/immutable/chunks/entry.CQQG-dzn.js +3 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/{index.DcUpu3_h.js → index.BgUXYai5.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{index.Duksw40K.js → index.DM9YwQfI.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{scheduler.DXwjFp5a.js → scheduler.DJdG0Qxb.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{store.lTf0RalW.js → store.CzGlMZaJ.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/{transitions.BzalH0R-.js → transitions.DM45rqx4.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/entry/{app.gjWLgY1c.js → app.oi3PnWPJ.js} +2 -2
- package/.svelte-kit/output/client/_app/immutable/entry/start.Dazgoa1N.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/{0.Dp97myFE.js → 0.Bay8_8oq.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{1.I7DMxkG1.js → 1.D3OJXEpT.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{2.BDQ3d4fl.js → 2.B9XiR3AU.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{3.IkK-Vp1t.js → 3.DFl_-mE9.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{4.C0MZnSyC.js → 4.Is9K1FIL.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{5.BjbBqeg5.js → 5.YVruzYx6.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/{6.ifg4QDG7.js → 6.drIpFDQq.js} +1 -1
- package/.svelte-kit/output/client/_app/version.json +1 -1
- package/.svelte-kit/output/prerendered/pages/portfolio.html +37 -37
- package/.svelte-kit/output/server/.vite/manifest.json +6 -6
- package/.svelte-kit/output/server/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.pOPCzkb2.css +1 -0
- package/.svelte-kit/output/{client/_app/immutable/assets/ProgressBar.CaHExdkQ.css → server/_app/immutable/assets/_layout.m4xJvVt-.css} +1 -1
- package/.svelte-kit/output/server/chunks/SeaweedTemplate.js +3 -3
- package/.svelte-kit/output/server/chunks/internal.js +1 -1
- package/.svelte-kit/output/server/entries/pages/_layout.svelte.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/0.js +2 -2
- package/.svelte-kit/output/server/nodes/1.js +1 -1
- package/.svelte-kit/output/server/nodes/2.js +2 -2
- package/.svelte-kit/output/server/nodes/3.js +2 -2
- package/.svelte-kit/output/server/nodes/4.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 +5 -4
- package/dist/components/Chip.svelte +1 -1
- package/dist/components/layouts/PineappleBaseLayout.svelte +1 -3
- package/dist/components/layouts/PineappleBaseLayout.svelte.d.ts +0 -2
- package/dist/components/layouts/SeaweedBaseLayout.svelte +1 -3
- package/dist/components/layouts/SeaweedBaseLayout.svelte.d.ts +0 -2
- package/package.json +1 -1
- package/src/lib/components/Card.svelte +3 -2
- package/src/lib/components/Chip.svelte +1 -1
- package/src/lib/components/layouts/PineappleBaseLayout.svelte +0 -6
- package/src/lib/components/layouts/SeaweedBaseLayout.svelte +0 -6
- package/vite.config.ts.timestamp-1710279492121-6e9193760fb1c.mjs +10 -0
- package/.svelte-kit/__package__/assets/game_dev/footage-depreciation.webm +0 -0
- package/.svelte-kit/__package__/assets/game_dev/footage-thinking-of-flowers.webm +0 -0
- package/.svelte-kit/__package__/assets/game_dev/screenshot-game-jam-mama.png +0 -0
- package/.svelte-kit/__package__/assets/game_dev/screenshot-string-hop.png +0 -0
- package/.svelte-kit/__package__/assets/game_dev/screenshot-wet-ass-road.png +0 -0
- package/.svelte-kit/__package__/assets/temp/background-image.jpg +0 -0
- package/.svelte-kit/__package__/assets/temp/bitbucket-logo.png +0 -0
- package/.svelte-kit/__package__/assets/temp/github-logo.png +0 -0
- package/.svelte-kit/__package__/assets/temp/header-hep-cat.ogg +0 -0
- package/.svelte-kit/__package__/assets/temp/header-hep-cat.webm +0 -0
- package/.svelte-kit/__package__/assets/temp/header-pengi.webm +0 -0
- package/.svelte-kit/__package__/assets/temp/header-soulwork.ogg +0 -0
- package/.svelte-kit/__package__/assets/temp/header-soulwork.webm +0 -0
- package/.svelte-kit/output/client/_app/immutable/assets/0.B_SY1GJM.css +0 -0
- package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.DNE9SdPz.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/_layout.B_SY1GJM.css +0 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/entry.DjOrlFF-.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/entry/start.D1fQHQ70.js +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.DNE9SdPz.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.B_SY1GJM.css +0 -0
- package/dist/assets/game_dev/footage-depreciation.webm +0 -0
- package/dist/assets/game_dev/footage-thinking-of-flowers.webm +0 -0
- package/dist/assets/game_dev/screenshot-game-jam-mama.png +0 -0
- package/dist/assets/game_dev/screenshot-string-hop.png +0 -0
- package/dist/assets/game_dev/screenshot-wet-ass-road.png +0 -0
- package/dist/assets/temp/background-image.jpg +0 -0
- package/dist/assets/temp/bitbucket-logo.png +0 -0
- package/dist/assets/temp/github-logo.png +0 -0
- package/dist/assets/temp/header-hep-cat.ogg +0 -0
- package/dist/assets/temp/header-hep-cat.webm +0 -0
- package/dist/assets/temp/header-pengi.webm +0 -0
- package/dist/assets/temp/header-soulwork.ogg +0 -0
- package/dist/assets/temp/header-soulwork.webm +0 -0
- package/src/lib/assets/game_dev/footage-depreciation.webm +0 -0
- package/src/lib/assets/game_dev/footage-thinking-of-flowers.webm +0 -0
- package/src/lib/assets/game_dev/screenshot-game-jam-mama.png +0 -0
- package/src/lib/assets/game_dev/screenshot-string-hop.png +0 -0
- package/src/lib/assets/game_dev/screenshot-wet-ass-road.png +0 -0
- package/src/lib/assets/temp/background-image.jpg +0 -0
- package/src/lib/assets/temp/bitbucket-logo.png +0 -0
- package/src/lib/assets/temp/github-logo.png +0 -0
- package/src/lib/assets/temp/header-hep-cat.ogg +0 -0
- package/src/lib/assets/temp/header-hep-cat.webm +0 -0
- package/src/lib/assets/temp/header-pengi.webm +0 -0
- package/src/lib/assets/temp/header-soulwork.ogg +0 -0
- package/src/lib/assets/temp/header-soulwork.webm +0 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,9 +4,7 @@
|
|
|
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$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
|
-
</list>
|
|
7
|
+
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Remove unnecessary files" />
|
|
10
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
12
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -176,31 +174,10 @@
|
|
|
176
174
|
<workItem from="1710210270086" duration="1413000" />
|
|
177
175
|
<workItem from="1710214755264" duration="894000" />
|
|
178
176
|
<workItem from="1710261021555" duration="1989000" />
|
|
179
|
-
<workItem from="1710264559996" duration="
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
<
|
|
183
|
-
<created>1695247559698</created>
|
|
184
|
-
<option name="number" value="00003" />
|
|
185
|
-
<option name="presentableId" value="LOCAL-00003" />
|
|
186
|
-
<option name="project" value="LOCAL" />
|
|
187
|
-
<updated>1695247559698</updated>
|
|
188
|
-
</task>
|
|
189
|
-
<task id="LOCAL-00004" summary="Auto-script: update to latest pineapple build">
|
|
190
|
-
<option name="closed" value="true" />
|
|
191
|
-
<created>1695248069866</created>
|
|
192
|
-
<option name="number" value="00004" />
|
|
193
|
-
<option name="presentableId" value="LOCAL-00004" />
|
|
194
|
-
<option name="project" value="LOCAL" />
|
|
195
|
-
<updated>1695248069866</updated>
|
|
196
|
-
</task>
|
|
197
|
-
<task id="LOCAL-00005" summary="Migrate to Svelte 4">
|
|
198
|
-
<option name="closed" value="true" />
|
|
199
|
-
<created>1709788290868</created>
|
|
200
|
-
<option name="number" value="00005" />
|
|
201
|
-
<option name="presentableId" value="LOCAL-00005" />
|
|
202
|
-
<option name="project" value="LOCAL" />
|
|
203
|
-
<updated>1709788290868</updated>
|
|
177
|
+
<workItem from="1710264559996" duration="5750000" />
|
|
178
|
+
<workItem from="1710274381105" duration="206000" />
|
|
179
|
+
<workItem from="1710274942044" duration="14000" />
|
|
180
|
+
<workItem from="1710275377359" duration="5036000" />
|
|
204
181
|
</task>
|
|
205
182
|
<task id="LOCAL-00006" summary="Fix dependency conflicts with yarn">
|
|
206
183
|
<option name="closed" value="true" />
|
|
@@ -570,7 +547,31 @@
|
|
|
570
547
|
<option name="project" value="LOCAL" />
|
|
571
548
|
<updated>1710267769806</updated>
|
|
572
549
|
</task>
|
|
573
|
-
<
|
|
550
|
+
<task id="LOCAL-00052" summary="Remove postcss reference in non root layout">
|
|
551
|
+
<option name="closed" value="true" />
|
|
552
|
+
<created>1710269255282</created>
|
|
553
|
+
<option name="number" value="00052" />
|
|
554
|
+
<option name="presentableId" value="LOCAL-00052" />
|
|
555
|
+
<option name="project" value="LOCAL" />
|
|
556
|
+
<updated>1710269255282</updated>
|
|
557
|
+
</task>
|
|
558
|
+
<task id="LOCAL-00053" summary="Add unique class for Card">
|
|
559
|
+
<option name="closed" value="true" />
|
|
560
|
+
<created>1710277476383</created>
|
|
561
|
+
<option name="number" value="00053" />
|
|
562
|
+
<option name="presentableId" value="LOCAL-00053" />
|
|
563
|
+
<option name="project" value="LOCAL" />
|
|
564
|
+
<updated>1710277476383</updated>
|
|
565
|
+
</task>
|
|
566
|
+
<task id="LOCAL-00054" summary="Remove unnecessary files">
|
|
567
|
+
<option name="closed" value="true" />
|
|
568
|
+
<created>1710280419114</created>
|
|
569
|
+
<option name="number" value="00054" />
|
|
570
|
+
<option name="presentableId" value="LOCAL-00054" />
|
|
571
|
+
<option name="project" value="LOCAL" />
|
|
572
|
+
<updated>1710280419114</updated>
|
|
573
|
+
</task>
|
|
574
|
+
<option name="localTasksCounter" value="55" />
|
|
574
575
|
<servers />
|
|
575
576
|
</component>
|
|
576
577
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -628,9 +629,6 @@
|
|
|
628
629
|
</option>
|
|
629
630
|
</component>
|
|
630
631
|
<component name="VcsManagerConfiguration">
|
|
631
|
-
<MESSAGE value="Implement experience section" />
|
|
632
|
-
<MESSAGE value="WIP carousel To be removed since it's distracting" />
|
|
633
|
-
<MESSAGE value="Add game section" />
|
|
634
632
|
<MESSAGE value="Migrate to skeleton 2.0" />
|
|
635
633
|
<MESSAGE value="Add web scraper for thumbnails and more projects" />
|
|
636
634
|
<MESSAGE value="Fix import error" />
|
|
@@ -653,6 +651,9 @@
|
|
|
653
651
|
<MESSAGE value="Fix path for Seaweed" />
|
|
654
652
|
<MESSAGE value="Move from dist to lib for package path" />
|
|
655
653
|
<MESSAGE value="Add missing npm run package to allow dist generation" />
|
|
656
|
-
<
|
|
654
|
+
<MESSAGE value="Remove postcss reference in non root layout" />
|
|
655
|
+
<MESSAGE value="Add unique class for Card" />
|
|
656
|
+
<MESSAGE value="Remove unnecessary files" />
|
|
657
|
+
<option name="LAST_COMMIT_MESSAGE" value="Remove unnecessary files" />
|
|
657
658
|
</component>
|
|
658
659
|
</project>
|
|
@@ -11,21 +11,22 @@
|
|
|
11
11
|
`;
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
|
-
<div class="card" style={style}>
|
|
14
|
+
<div class="card turnip-card" style={style}>
|
|
15
15
|
<slot name="content" class="card" />
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
<style>
|
|
19
|
-
.card {
|
|
19
|
+
.turnip-card {
|
|
20
20
|
--tw-bg-opacity: 1;
|
|
21
21
|
background-color: rgb(var(--color-surface-100) / var(--tw-bg-opacity));
|
|
22
22
|
}
|
|
23
|
-
:is(.dark .card) {
|
|
23
|
+
:is(.dark .turnip-card) {
|
|
24
24
|
--tw-bg-opacity: 1;
|
|
25
25
|
background-color: rgb(var(--color-surface-900) / var(--tw-bg-opacity));
|
|
26
26
|
}
|
|
27
|
-
.card {
|
|
27
|
+
.turnip-card {
|
|
28
28
|
margin: var(--turnip-card-margin);
|
|
29
29
|
margin-bottom: var(--turnip-card-margin-bottom);
|
|
30
|
+
border-radius: var(--theme-rounded-container);
|
|
30
31
|
}
|
|
31
32
|
</style>
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<script>import "
|
|
2
|
-
import "$lib/app.postcss";
|
|
3
|
-
import { AppBar, AppShell, autoModeWatcher, LightSwitch } from "@skeletonlabs/skeleton";
|
|
1
|
+
<script>import { AppBar, AppShell, autoModeWatcher, LightSwitch } from "@skeletonlabs/skeleton";
|
|
4
2
|
import RandomizedBackground from "../RandomizedBackground.svelte";
|
|
5
3
|
import { page } from "$app/stores";
|
|
6
4
|
import { enableBackground } from "../../store";
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<script>import "
|
|
2
|
-
import "$lib/app.postcss";
|
|
3
|
-
import { AppBar, AppShell, autoModeWatcher, LightSwitch } from "@skeletonlabs/skeleton";
|
|
1
|
+
<script>import { AppBar, AppShell, autoModeWatcher, LightSwitch } from "@skeletonlabs/skeleton";
|
|
4
2
|
import RandomizedBackground from "../RandomizedBackground.svelte";
|
|
5
3
|
import { enableBackground } from "../../store";
|
|
6
4
|
import { enableDialogueOverlay } from "../dialog_manager/DialogManagerStore";
|
package/.svelte-kit/ambient.d.ts
CHANGED
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
* ```
|
|
27
27
|
*/
|
|
28
28
|
declare module '$env/static/private' {
|
|
29
|
+
export const ACLOCAL_PATH: string;
|
|
29
30
|
export const ALLUSERSPROFILE: string;
|
|
30
31
|
export const APPDATA: string;
|
|
31
32
|
export const ChocolateyInstall: string;
|
|
@@ -35,23 +36,32 @@ declare module '$env/static/private' {
|
|
|
35
36
|
export const CommonProgramW6432: string;
|
|
36
37
|
export const COMPUTERNAME: string;
|
|
37
38
|
export const COMSPEC: string;
|
|
39
|
+
export const CONFIG_SITE: string;
|
|
40
|
+
export const DISPLAY: string;
|
|
38
41
|
export const DriverData: string;
|
|
39
42
|
export const EXEPATH: string;
|
|
40
|
-
export const FPS_BROWSER_APP_PROFILE_STRING: string;
|
|
41
|
-
export const FPS_BROWSER_USER_PROFILE_STRING: string;
|
|
42
43
|
export const GIT_XL_PATH: string;
|
|
43
44
|
export const GoLand: string;
|
|
44
45
|
export const GOPATH: string;
|
|
45
46
|
export const HOME: string;
|
|
46
47
|
export const HOMEDRIVE: string;
|
|
47
48
|
export const HOMEPATH: string;
|
|
48
|
-
export const
|
|
49
|
+
export const HOSTNAME: string;
|
|
50
|
+
export const INFOPATH: string;
|
|
49
51
|
export const INIT_CWD: string;
|
|
50
52
|
export const JAVA_HOME: string;
|
|
53
|
+
export const LANG: string;
|
|
51
54
|
export const LOCALAPPDATA: string;
|
|
52
55
|
export const LOGONSERVER: string;
|
|
56
|
+
export const MANPATH: string;
|
|
57
|
+
export const MINGW_CHOST: string;
|
|
58
|
+
export const MINGW_PACKAGE_PREFIX: string;
|
|
59
|
+
export const MINGW_PREFIX: string;
|
|
53
60
|
export const MSYS: string;
|
|
54
61
|
export const MSYSTEM: string;
|
|
62
|
+
export const MSYSTEM_CARCH: string;
|
|
63
|
+
export const MSYSTEM_CHOST: string;
|
|
64
|
+
export const MSYSTEM_PREFIX: string;
|
|
55
65
|
export const NODE: string;
|
|
56
66
|
export const npm_config_argv: string;
|
|
57
67
|
export const npm_config_bin_links: string;
|
|
@@ -61,6 +71,7 @@ declare module '$env/static/private' {
|
|
|
61
71
|
export const npm_config_ignore_scripts: string;
|
|
62
72
|
export const npm_config_init_license: string;
|
|
63
73
|
export const npm_config_init_version: string;
|
|
74
|
+
export const npm_config_network_timeout: string;
|
|
64
75
|
export const npm_config_prefix: string;
|
|
65
76
|
export const npm_config_registry: string;
|
|
66
77
|
export const npm_config_save_prefix: string;
|
|
@@ -143,10 +154,15 @@ declare module '$env/static/private' {
|
|
|
143
154
|
export const NUMBER_OF_PROCESSORS: string;
|
|
144
155
|
export const NVM_HOME: string;
|
|
145
156
|
export const NVM_SYMLINK: string;
|
|
157
|
+
export const OLDPWD: string;
|
|
146
158
|
export const OneDrive: string;
|
|
159
|
+
export const ORIGINAL_PATH: string;
|
|
160
|
+
export const ORIGINAL_TEMP: string;
|
|
161
|
+
export const ORIGINAL_TMP: string;
|
|
147
162
|
export const OS: string;
|
|
148
163
|
export const PATH: string;
|
|
149
164
|
export const PATHEXT: string;
|
|
165
|
+
export const PKG_CONFIG_PATH: string;
|
|
150
166
|
export const PLINK_PROTOCOL: string;
|
|
151
167
|
export const POSTGRES_URL: string;
|
|
152
168
|
export const PROCESSOR_ARCHITECTURE: string;
|
|
@@ -162,14 +178,15 @@ declare module '$env/static/private' {
|
|
|
162
178
|
export const PWD: string;
|
|
163
179
|
export const PyCharm: string;
|
|
164
180
|
export const SESSIONNAME: string;
|
|
181
|
+
export const SHELL: string;
|
|
165
182
|
export const SHLVL: string;
|
|
183
|
+
export const SSH_ASKPASS: string;
|
|
166
184
|
export const SYSTEMDRIVE: string;
|
|
167
185
|
export const SYSTEMROOT: string;
|
|
168
186
|
export const TEMP: string;
|
|
169
187
|
export const TERM: string;
|
|
170
|
-
export const TERMINAL_EMULATOR: string;
|
|
171
|
-
export const TERM_SESSION_ID: string;
|
|
172
188
|
export const TMP: string;
|
|
189
|
+
export const TMPDIR: string;
|
|
173
190
|
export const USERDOMAIN: string;
|
|
174
191
|
export const USERDOMAIN_ROAMINGPROFILE: string;
|
|
175
192
|
export const USERNAME: string;
|
|
@@ -178,6 +195,9 @@ declare module '$env/static/private' {
|
|
|
178
195
|
export const VS160COMCOMNTOOLS: string;
|
|
179
196
|
export const WebStorm: string;
|
|
180
197
|
export const WINDIR: string;
|
|
198
|
+
export const WSLENV: string;
|
|
199
|
+
export const WT_PROFILE_ID: string;
|
|
200
|
+
export const WT_SESSION: string;
|
|
181
201
|
export const YARN_WRAP_OUTPUT: string;
|
|
182
202
|
export const ZES_ENABLE_SYSMAN: string;
|
|
183
203
|
}
|
|
@@ -215,6 +235,7 @@ declare module '$env/static/public' {
|
|
|
215
235
|
*/
|
|
216
236
|
declare module '$env/dynamic/private' {
|
|
217
237
|
export const env: {
|
|
238
|
+
ACLOCAL_PATH: string;
|
|
218
239
|
ALLUSERSPROFILE: string;
|
|
219
240
|
APPDATA: string;
|
|
220
241
|
ChocolateyInstall: string;
|
|
@@ -224,23 +245,32 @@ declare module '$env/dynamic/private' {
|
|
|
224
245
|
CommonProgramW6432: string;
|
|
225
246
|
COMPUTERNAME: string;
|
|
226
247
|
COMSPEC: string;
|
|
248
|
+
CONFIG_SITE: string;
|
|
249
|
+
DISPLAY: string;
|
|
227
250
|
DriverData: string;
|
|
228
251
|
EXEPATH: string;
|
|
229
|
-
FPS_BROWSER_APP_PROFILE_STRING: string;
|
|
230
|
-
FPS_BROWSER_USER_PROFILE_STRING: string;
|
|
231
252
|
GIT_XL_PATH: string;
|
|
232
253
|
GoLand: string;
|
|
233
254
|
GOPATH: string;
|
|
234
255
|
HOME: string;
|
|
235
256
|
HOMEDRIVE: string;
|
|
236
257
|
HOMEPATH: string;
|
|
237
|
-
|
|
258
|
+
HOSTNAME: string;
|
|
259
|
+
INFOPATH: string;
|
|
238
260
|
INIT_CWD: string;
|
|
239
261
|
JAVA_HOME: string;
|
|
262
|
+
LANG: string;
|
|
240
263
|
LOCALAPPDATA: string;
|
|
241
264
|
LOGONSERVER: string;
|
|
265
|
+
MANPATH: string;
|
|
266
|
+
MINGW_CHOST: string;
|
|
267
|
+
MINGW_PACKAGE_PREFIX: string;
|
|
268
|
+
MINGW_PREFIX: string;
|
|
242
269
|
MSYS: string;
|
|
243
270
|
MSYSTEM: string;
|
|
271
|
+
MSYSTEM_CARCH: string;
|
|
272
|
+
MSYSTEM_CHOST: string;
|
|
273
|
+
MSYSTEM_PREFIX: string;
|
|
244
274
|
NODE: string;
|
|
245
275
|
npm_config_argv: string;
|
|
246
276
|
npm_config_bin_links: string;
|
|
@@ -250,6 +280,7 @@ declare module '$env/dynamic/private' {
|
|
|
250
280
|
npm_config_ignore_scripts: string;
|
|
251
281
|
npm_config_init_license: string;
|
|
252
282
|
npm_config_init_version: string;
|
|
283
|
+
npm_config_network_timeout: string;
|
|
253
284
|
npm_config_prefix: string;
|
|
254
285
|
npm_config_registry: string;
|
|
255
286
|
npm_config_save_prefix: string;
|
|
@@ -332,10 +363,15 @@ declare module '$env/dynamic/private' {
|
|
|
332
363
|
NUMBER_OF_PROCESSORS: string;
|
|
333
364
|
NVM_HOME: string;
|
|
334
365
|
NVM_SYMLINK: string;
|
|
366
|
+
OLDPWD: string;
|
|
335
367
|
OneDrive: string;
|
|
368
|
+
ORIGINAL_PATH: string;
|
|
369
|
+
ORIGINAL_TEMP: string;
|
|
370
|
+
ORIGINAL_TMP: string;
|
|
336
371
|
OS: string;
|
|
337
372
|
PATH: string;
|
|
338
373
|
PATHEXT: string;
|
|
374
|
+
PKG_CONFIG_PATH: string;
|
|
339
375
|
PLINK_PROTOCOL: string;
|
|
340
376
|
POSTGRES_URL: string;
|
|
341
377
|
PROCESSOR_ARCHITECTURE: string;
|
|
@@ -351,14 +387,15 @@ declare module '$env/dynamic/private' {
|
|
|
351
387
|
PWD: string;
|
|
352
388
|
PyCharm: string;
|
|
353
389
|
SESSIONNAME: string;
|
|
390
|
+
SHELL: string;
|
|
354
391
|
SHLVL: string;
|
|
392
|
+
SSH_ASKPASS: string;
|
|
355
393
|
SYSTEMDRIVE: string;
|
|
356
394
|
SYSTEMROOT: string;
|
|
357
395
|
TEMP: string;
|
|
358
396
|
TERM: string;
|
|
359
|
-
TERMINAL_EMULATOR: string;
|
|
360
|
-
TERM_SESSION_ID: string;
|
|
361
397
|
TMP: string;
|
|
398
|
+
TMPDIR: string;
|
|
362
399
|
USERDOMAIN: string;
|
|
363
400
|
USERDOMAIN_ROAMINGPROFILE: string;
|
|
364
401
|
USERNAME: string;
|
|
@@ -367,6 +404,9 @@ declare module '$env/dynamic/private' {
|
|
|
367
404
|
VS160COMCOMNTOOLS: string;
|
|
368
405
|
WebStorm: string;
|
|
369
406
|
WINDIR: string;
|
|
407
|
+
WSLENV: string;
|
|
408
|
+
WT_PROFILE_ID: string;
|
|
409
|
+
WT_SESSION: string;
|
|
370
410
|
YARN_WRAP_OUTPUT: string;
|
|
371
411
|
ZES_ENABLE_SYSMAN: string;
|
|
372
412
|
[key: `PUBLIC_${string}`]: undefined;
|
|
@@ -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: "1vqjpbt"
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export async function get_hooks() {
|