@turnipxenon/pineapple 2.4.2 → 2.4.4
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/pineapple.iml +1 -0
- package/.idea/workspace.xml +79 -76
- package/.svelte-kit/__package__/components/Card.svelte +5 -4
- package/.svelte-kit/__package__/components/Chip.svelte +1 -1
- package/.svelte-kit/__package__/template/SeaweedTemplate.svelte +1 -1
- package/.svelte-kit/ambient.d.ts +2 -4
- 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/template/SeaweedTemplate.svelte +1 -1
- package/package.json +1 -1
- package/src/lib/components/Card.svelte +3 -2
- package/src/lib/components/Chip.svelte +1 -1
- package/src/lib/template/SeaweedTemplate.svelte +1 -1
- package/src/routes/portfolio/+page.svelte +2 -1
- 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/pineapple.iml
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
8
|
<excludeFolder url="file://$MODULE_DIR$/.svelte-kit" />
|
|
9
9
|
<excludeFolder url="file://$MODULE_DIR$/.vercel" />
|
|
10
|
+
<excludeFolder url="file://$MODULE_DIR$/dist" />
|
|
10
11
|
</content>
|
|
11
12
|
<orderEntry type="inheritedJdk" />
|
|
12
13
|
<orderEntry type="sourceFolder" forTests="false" />
|
package/.idea/workspace.xml
CHANGED
|
@@ -4,10 +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$/src/lib/components/layouts/PineappleBaseLayout.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/layouts/PineappleBaseLayout.svelte" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/lib/components/layouts/SeaweedBaseLayout.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/layouts/SeaweedBaseLayout.svelte" afterDir="false" />
|
|
10
|
-
</list>
|
|
7
|
+
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Fix accordion rounded border missing" />
|
|
11
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
12
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
13
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -70,31 +67,32 @@
|
|
|
70
67
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
71
68
|
<option name="showLibraryContents" value="true" />
|
|
72
69
|
</component>
|
|
73
|
-
<component name="PropertiesComponent"
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
70
|
+
<component name="PropertiesComponent"><![CDATA[{
|
|
71
|
+
"keyToString": {
|
|
72
|
+
"DefaultHtmlFileTemplate": "HTML File",
|
|
73
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
74
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
75
|
+
"WebServerToolWindowFactoryState": "false",
|
|
76
|
+
"git-widget-placeholder": "portfolio-design",
|
|
77
|
+
"ignore.virus.scanning.warn.message": "true",
|
|
78
|
+
"last_opened_file_path": "C:/Users/Pumpkin/Projects/Web/pineapple2",
|
|
79
|
+
"node.js.detected.package.eslint": "true",
|
|
80
|
+
"node.js.detected.package.tslint": "true",
|
|
81
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
82
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
83
|
+
"nodejs_interpreter_path": "node",
|
|
84
|
+
"nodejs_package_manager_path": "yarn",
|
|
85
|
+
"npm.build.executor": "Run",
|
|
86
|
+
"npm.dev (1).executor": "Run",
|
|
87
|
+
"npm.dev --open.executor": "Run",
|
|
88
|
+
"npm.dev offline.executor": "Run",
|
|
89
|
+
"npm.dev-offline.executor": "Run",
|
|
90
|
+
"npm.dev.executor": "Run",
|
|
91
|
+
"settings.editor.selected.configurable": "preferences.pluginManager",
|
|
92
|
+
"ts.external.directory.path": "C:\\Users\\Pumpkin\\Projects\\Web\\pineapple\\node_modules\\typescript\\lib",
|
|
93
|
+
"vue.rearranger.settings.migration": "true"
|
|
96
94
|
}
|
|
97
|
-
}
|
|
95
|
+
}]]></component>
|
|
98
96
|
<component name="RecentsManager">
|
|
99
97
|
<key name="CopyFile.RECENT_KEYS">
|
|
100
98
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\routes\portfolio" />
|
|
@@ -111,22 +109,23 @@
|
|
|
111
109
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\lib\assets\others" />
|
|
112
110
|
</key>
|
|
113
111
|
</component>
|
|
114
|
-
<component name="RunManager" selected="npm.dev">
|
|
115
|
-
<configuration name="dev
|
|
116
|
-
<package-json value="$PROJECT_DIR
|
|
112
|
+
<component name="RunManager" selected="npm.dev --open">
|
|
113
|
+
<configuration name="dev --open" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
114
|
+
<package-json value="$PROJECT_DIR$/package.json" />
|
|
117
115
|
<command value="run" />
|
|
118
116
|
<scripts>
|
|
119
|
-
<script value="dev
|
|
117
|
+
<script value="dev" />
|
|
120
118
|
</scripts>
|
|
119
|
+
<arguments value="--open" />
|
|
121
120
|
<node-interpreter value="project" />
|
|
122
121
|
<envs />
|
|
123
122
|
<method v="2" />
|
|
124
123
|
</configuration>
|
|
125
|
-
<configuration name="dev" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
126
|
-
<package-json value="$PROJECT_DIR
|
|
124
|
+
<configuration name="dev-offline" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
125
|
+
<package-json value="$PROJECT_DIR$/../speenus/package.json" />
|
|
127
126
|
<command value="run" />
|
|
128
127
|
<scripts>
|
|
129
|
-
<script value="dev" />
|
|
128
|
+
<script value="dev-offline" />
|
|
130
129
|
</scripts>
|
|
131
130
|
<node-interpreter value="project" />
|
|
132
131
|
<envs />
|
|
@@ -134,11 +133,11 @@
|
|
|
134
133
|
</configuration>
|
|
135
134
|
<list>
|
|
136
135
|
<item itemvalue="npm.dev-offline" />
|
|
137
|
-
<item itemvalue="npm.dev" />
|
|
136
|
+
<item itemvalue="npm.dev --open" />
|
|
138
137
|
</list>
|
|
139
138
|
<recent_temporary>
|
|
140
139
|
<list>
|
|
141
|
-
<item itemvalue="npm.dev" />
|
|
140
|
+
<item itemvalue="npm.dev --open" />
|
|
142
141
|
<item itemvalue="npm.dev-offline" />
|
|
143
142
|
</list>
|
|
144
143
|
</recent_temporary>
|
|
@@ -177,39 +176,11 @@
|
|
|
177
176
|
<workItem from="1710210270086" duration="1413000" />
|
|
178
177
|
<workItem from="1710214755264" duration="894000" />
|
|
179
178
|
<workItem from="1710261021555" duration="1989000" />
|
|
180
|
-
<workItem from="1710264559996" duration="
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
<
|
|
184
|
-
<
|
|
185
|
-
<option name="number" value="00003" />
|
|
186
|
-
<option name="presentableId" value="LOCAL-00003" />
|
|
187
|
-
<option name="project" value="LOCAL" />
|
|
188
|
-
<updated>1695247559698</updated>
|
|
189
|
-
</task>
|
|
190
|
-
<task id="LOCAL-00004" summary="Auto-script: update to latest pineapple build">
|
|
191
|
-
<option name="closed" value="true" />
|
|
192
|
-
<created>1695248069866</created>
|
|
193
|
-
<option name="number" value="00004" />
|
|
194
|
-
<option name="presentableId" value="LOCAL-00004" />
|
|
195
|
-
<option name="project" value="LOCAL" />
|
|
196
|
-
<updated>1695248069866</updated>
|
|
197
|
-
</task>
|
|
198
|
-
<task id="LOCAL-00005" summary="Migrate to Svelte 4">
|
|
199
|
-
<option name="closed" value="true" />
|
|
200
|
-
<created>1709788290868</created>
|
|
201
|
-
<option name="number" value="00005" />
|
|
202
|
-
<option name="presentableId" value="LOCAL-00005" />
|
|
203
|
-
<option name="project" value="LOCAL" />
|
|
204
|
-
<updated>1709788290868</updated>
|
|
205
|
-
</task>
|
|
206
|
-
<task id="LOCAL-00006" summary="Fix dependency conflicts with yarn">
|
|
207
|
-
<option name="closed" value="true" />
|
|
208
|
-
<created>1709789701103</created>
|
|
209
|
-
<option name="number" value="00006" />
|
|
210
|
-
<option name="presentableId" value="LOCAL-00006" />
|
|
211
|
-
<option name="project" value="LOCAL" />
|
|
212
|
-
<updated>1709789701103</updated>
|
|
179
|
+
<workItem from="1710264559996" duration="5750000" />
|
|
180
|
+
<workItem from="1710274381105" duration="206000" />
|
|
181
|
+
<workItem from="1710274942044" duration="14000" />
|
|
182
|
+
<workItem from="1710275377359" duration="5036000" />
|
|
183
|
+
<workItem from="1710289549437" duration="826000" />
|
|
213
184
|
</task>
|
|
214
185
|
<task id="LOCAL-00007" summary="Update to yarn Updating to yarn to prevent dependency conflicts">
|
|
215
186
|
<option name="closed" value="true" />
|
|
@@ -571,7 +542,39 @@
|
|
|
571
542
|
<option name="project" value="LOCAL" />
|
|
572
543
|
<updated>1710267769806</updated>
|
|
573
544
|
</task>
|
|
574
|
-
<
|
|
545
|
+
<task id="LOCAL-00052" summary="Remove postcss reference in non root layout">
|
|
546
|
+
<option name="closed" value="true" />
|
|
547
|
+
<created>1710269255282</created>
|
|
548
|
+
<option name="number" value="00052" />
|
|
549
|
+
<option name="presentableId" value="LOCAL-00052" />
|
|
550
|
+
<option name="project" value="LOCAL" />
|
|
551
|
+
<updated>1710269255282</updated>
|
|
552
|
+
</task>
|
|
553
|
+
<task id="LOCAL-00053" summary="Add unique class for Card">
|
|
554
|
+
<option name="closed" value="true" />
|
|
555
|
+
<created>1710277476383</created>
|
|
556
|
+
<option name="number" value="00053" />
|
|
557
|
+
<option name="presentableId" value="LOCAL-00053" />
|
|
558
|
+
<option name="project" value="LOCAL" />
|
|
559
|
+
<updated>1710277476383</updated>
|
|
560
|
+
</task>
|
|
561
|
+
<task id="LOCAL-00054" summary="Remove unnecessary files">
|
|
562
|
+
<option name="closed" value="true" />
|
|
563
|
+
<created>1710280419114</created>
|
|
564
|
+
<option name="number" value="00054" />
|
|
565
|
+
<option name="presentableId" value="LOCAL-00054" />
|
|
566
|
+
<option name="project" value="LOCAL" />
|
|
567
|
+
<updated>1710280419114</updated>
|
|
568
|
+
</task>
|
|
569
|
+
<task id="LOCAL-00055" summary="Fix accordion rounded border missing">
|
|
570
|
+
<option name="closed" value="true" />
|
|
571
|
+
<created>1710290096410</created>
|
|
572
|
+
<option name="number" value="00055" />
|
|
573
|
+
<option name="presentableId" value="LOCAL-00055" />
|
|
574
|
+
<option name="project" value="LOCAL" />
|
|
575
|
+
<updated>1710290096410</updated>
|
|
576
|
+
</task>
|
|
577
|
+
<option name="localTasksCounter" value="56" />
|
|
575
578
|
<servers />
|
|
576
579
|
</component>
|
|
577
580
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -629,10 +632,6 @@
|
|
|
629
632
|
</option>
|
|
630
633
|
</component>
|
|
631
634
|
<component name="VcsManagerConfiguration">
|
|
632
|
-
<MESSAGE value="Implement experience section" />
|
|
633
|
-
<MESSAGE value="WIP carousel To be removed since it's distracting" />
|
|
634
|
-
<MESSAGE value="Add game section" />
|
|
635
|
-
<MESSAGE value="Migrate to skeleton 2.0" />
|
|
636
635
|
<MESSAGE value="Add web scraper for thumbnails and more projects" />
|
|
637
636
|
<MESSAGE value="Fix import error" />
|
|
638
637
|
<MESSAGE value="Finalize available content for portfolio" />
|
|
@@ -654,6 +653,10 @@
|
|
|
654
653
|
<MESSAGE value="Fix path for Seaweed" />
|
|
655
654
|
<MESSAGE value="Move from dist to lib for package path" />
|
|
656
655
|
<MESSAGE value="Add missing npm run package to allow dist generation" />
|
|
657
|
-
<
|
|
656
|
+
<MESSAGE value="Remove postcss reference in non root layout" />
|
|
657
|
+
<MESSAGE value="Add unique class for Card" />
|
|
658
|
+
<MESSAGE value="Remove unnecessary files" />
|
|
659
|
+
<MESSAGE value="Fix accordion rounded border missing" />
|
|
660
|
+
<option name="LAST_COMMIT_MESSAGE" value="Fix accordion rounded border missing" />
|
|
658
661
|
</component>
|
|
659
662
|
</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>
|
|
@@ -209,7 +209,7 @@ $:
|
|
|
209
209
|
</ul>
|
|
210
210
|
<br>
|
|
211
211
|
<!-- todo: turn off flashing when accordion is expanded -->
|
|
212
|
-
<Accordion hover="hover:bg-surface-hover-token">
|
|
212
|
+
<Accordion hover="hover:bg-surface-hover-token" rounded="rounded-md">
|
|
213
213
|
<AccordionItem class="variant-filled-primary rounded-md">
|
|
214
214
|
<div slot="summary">
|
|
215
215
|
<h2 class="mt-2">More experience</h2>
|
package/.svelte-kit/ambient.d.ts
CHANGED
|
@@ -37,8 +37,6 @@ declare module '$env/static/private' {
|
|
|
37
37
|
export const COMSPEC: string;
|
|
38
38
|
export const DriverData: string;
|
|
39
39
|
export const EXEPATH: string;
|
|
40
|
-
export const FPS_BROWSER_APP_PROFILE_STRING: string;
|
|
41
|
-
export const FPS_BROWSER_USER_PROFILE_STRING: string;
|
|
42
40
|
export const GIT_XL_PATH: string;
|
|
43
41
|
export const GoLand: string;
|
|
44
42
|
export const GOPATH: string;
|
|
@@ -61,6 +59,7 @@ declare module '$env/static/private' {
|
|
|
61
59
|
export const npm_config_ignore_scripts: string;
|
|
62
60
|
export const npm_config_init_license: string;
|
|
63
61
|
export const npm_config_init_version: string;
|
|
62
|
+
export const npm_config_network_timeout: string;
|
|
64
63
|
export const npm_config_prefix: string;
|
|
65
64
|
export const npm_config_registry: string;
|
|
66
65
|
export const npm_config_save_prefix: string;
|
|
@@ -226,8 +225,6 @@ declare module '$env/dynamic/private' {
|
|
|
226
225
|
COMSPEC: string;
|
|
227
226
|
DriverData: string;
|
|
228
227
|
EXEPATH: string;
|
|
229
|
-
FPS_BROWSER_APP_PROFILE_STRING: string;
|
|
230
|
-
FPS_BROWSER_USER_PROFILE_STRING: string;
|
|
231
228
|
GIT_XL_PATH: string;
|
|
232
229
|
GoLand: string;
|
|
233
230
|
GOPATH: string;
|
|
@@ -250,6 +247,7 @@ declare module '$env/dynamic/private' {
|
|
|
250
247
|
npm_config_ignore_scripts: string;
|
|
251
248
|
npm_config_init_license: string;
|
|
252
249
|
npm_config_init_version: string;
|
|
250
|
+
npm_config_network_timeout: string;
|
|
253
251
|
npm_config_prefix: string;
|
|
254
252
|
npm_config_registry: string;
|
|
255
253
|
npm_config_save_prefix: string;
|
|
@@ -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: "j6s48u"
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export async function get_hooks() {
|