@turnipxenon/pineapple 2.4.43 → 2.4.45
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/codeStyles/Project.xml +12 -1
- package/.idea/modules.xml +1 -0
- package/.idea/workspace.xml +333 -287
- package/.svelte-kit/__package__/components/combo_box/ComboBox.svelte +11 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBox.svelte.d.ts +18 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBoxWithButton.svelte +15 -0
- package/.svelte-kit/__package__/components/combo_box/ComboBoxWithButton.svelte.d.ts +19 -0
- package/.svelte-kit/__package__/components/combo_box/combo-box.postcss +22 -0
- package/.svelte-kit/__package__/index.d.ts +1 -1
- package/.svelte-kit/__package__/index.js +1 -1
- package/.svelte-kit/__package__/template/seaweed/RunChaos.d.ts +1 -0
- package/.svelte-kit/__package__/template/seaweed/RunChaos.js +41 -0
- package/.svelte-kit/__package__/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +118 -95
- package/.svelte-kit/__package__/template/{Seaweed → seaweed}/SeaweedTemplate.svelte.d.ts +3 -0
- package/.svelte-kit/__package__/template/seaweed/SeaweedTemplateData.d.ts +23 -0
- package/.svelte-kit/__package__/template/seaweed/SeaweedTemplateData.js +68 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ChefWings.svelte +47 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ChefWings.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/CustomizedYarnspinner.svelte +32 -0
- package/.svelte-kit/__package__/template/seaweed/entries/CustomizedYarnspinner.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/DecentralizedSocialMedia.svelte +52 -0
- package/.svelte-kit/__package__/template/seaweed/entries/DecentralizedSocialMedia.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/EntryProps.d.ts +11 -0
- package/.svelte-kit/__package__/template/seaweed/entries/EntryProps.js +5 -0
- package/.svelte-kit/__package__/template/seaweed/entries/FullStackC.svelte +33 -0
- package/.svelte-kit/__package__/template/seaweed/entries/FullStackC.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Hepcat.svelte +55 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Hepcat.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ItchPromo.svelte +21 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ItchPromo.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte +54 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte +38 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Pengi.svelte +49 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Pengi.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Soulwork.svelte +46 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Soulwork.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte +45 -0
- package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Workset.svelte +48 -0
- package/.svelte-kit/__package__/template/seaweed/entries/Workset.svelte.d.ts +17 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.d.ts +1 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.js +3 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.svelte +209 -0
- package/.svelte-kit/__package__/template/seaweed/entry_order_config/EntryOrderConfig.svelte.d.ts +19 -0
- package/.svelte-kit/adapter-node/.vite/manifest.json +612 -0
- package/.svelte-kit/{output/client/_app/immutable/assets/store.y2fRW0z7.css → adapter-node/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/adapter-node/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/adapter-node/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/adapter-node/chunks/Card.js +37 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/DialogManagerStore.js +159 -16
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/ProgressBar.svelte_svelte_type_style_lang.js +1 -1
- package/.svelte-kit/adapter-node/chunks/SeaweedTemplate.js +1094 -0
- package/.svelte-kit/adapter-node/chunks/SlideToggle.js +84 -0
- package/.svelte-kit/adapter-node/chunks/_page.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page2.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page3.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page4.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page5.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page6.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page7.js +4 -0
- package/.svelte-kit/adapter-node/chunks/_page8.js +4 -0
- package/.svelte-kit/adapter-node/chunks/client.js +12 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/index.js +1 -1
- package/.svelte-kit/adapter-node/chunks/index2.js +100 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/index2.js → .svelte-kit/adapter-node/chunks/index3.js} +2 -37
- package/.svelte-kit/adapter-node/chunks/index4.js +12 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/internal.js +1 -1
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/ssr.js +28 -14
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/store.js +19 -51
- package/.svelte-kit/adapter-node/chunks/stores.js +5 -0
- package/.svelte-kit/adapter-node/chunks/stores2.js +26 -0
- package/.svelte-kit/adapter-node/chunks/stores3.js +38 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/_layout.svelte.js +292 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/_page.svelte.js +23 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page1/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page2/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page5/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page6/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/(test_layout)/page8/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/_page.svelte.js +22 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(extra-pages)/page4/_page.svelte.js +18 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(pineapple)/_page.svelte.js +332 -0
- package/.svelte-kit/adapter-node/entries/pages/(pineapple)/pineapple/(pineapple)/_page.ts.js +9 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages → .svelte-kit/adapter-node/entries/pages/(seaweed)}/_layout.svelte.js +5 -98
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/_page.svelte.js +8 -0
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/_page.ts.js +9 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages → .svelte-kit/adapter-node/entries/pages/(seaweed)}/portfolio/actual/_page.svelte.js +4 -4
- package/.svelte-kit/adapter-node/entries/pages/(seaweed)/portfolio/actual/_page.ts.js +9 -0
- package/.svelte-kit/adapter-node/entries/pages/_layout.svelte.js +58 -0
- package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/index.js +1 -1
- package/.svelte-kit/adapter-node/internal.js +13 -0
- package/.svelte-kit/adapter-node/manifest-full.js +125 -0
- package/.svelte-kit/adapter-node/manifest.js +121 -0
- package/.svelte-kit/adapter-node/nodes/0.js +8 -0
- package/.svelte-kit/adapter-node/nodes/1.js +8 -0
- package/.svelte-kit/adapter-node/nodes/10.js +8 -0
- package/.svelte-kit/adapter-node/nodes/11.js +8 -0
- package/.svelte-kit/adapter-node/nodes/12.js +8 -0
- package/.svelte-kit/adapter-node/nodes/13.js +10 -0
- package/.svelte-kit/adapter-node/nodes/14.js +13 -0
- package/.svelte-kit/adapter-node/nodes/15.js +10 -0
- package/.svelte-kit/adapter-node/nodes/2.js +8 -0
- package/.svelte-kit/adapter-node/nodes/3.js +8 -0
- package/.svelte-kit/adapter-node/nodes/4.js +8 -0
- package/.svelte-kit/adapter-node/nodes/5.js +8 -0
- package/.svelte-kit/adapter-node/nodes/6.js +8 -0
- package/.svelte-kit/adapter-node/nodes/7.js +8 -0
- package/.svelte-kit/adapter-node/nodes/8.js +8 -0
- package/.svelte-kit/adapter-node/nodes/9.js +8 -0
- package/.svelte-kit/ambient.d.ts +4 -4
- package/.svelte-kit/azure-tmp/api/host.json +7 -0
- package/.svelte-kit/azure-tmp/api/local.settings.json +6 -0
- package/.svelte-kit/azure-tmp/api/package.json +1 -0
- package/.svelte-kit/azure-tmp/entry.d.ts +8 -0
- package/.svelte-kit/azure-tmp/entry.js +103 -0
- package/.svelte-kit/azure-tmp/headers.js +67 -0
- package/.svelte-kit/azure-tmp/manifest.js +117 -0
- package/.svelte-kit/generated/client-optimized/app.js +22 -5
- package/.svelte-kit/generated/client-optimized/nodes/10.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/11.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/12.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/13.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/14.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/15.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/2.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/3.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/4.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/5.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/6.js +1 -1
- package/.svelte-kit/generated/client-optimized/nodes/7.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/8.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/9.js +1 -0
- package/.svelte-kit/generated/server/internal.js +1 -1
- package/.svelte-kit/output/client/.vite/manifest.json +452 -124
- package/.svelte-kit/output/client/_app/immutable/assets/0.vT28YyQg.css +10 -0
- package/.svelte-kit/output/client/_app/immutable/assets/13.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/4.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/{server/_app/immutable/assets/store.y2fRW0z7.css → client/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/output/client/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/Card.DH87RA66.js +5 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/DialogManagerStore.p-R7jA3N.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/{ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js → ProgressBar.svelte_svelte_type_style_lang.DiY8SXB3.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.DeqnsKrn.js +1064 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/SlideToggle.DGF7DQhk.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/Toast.Dil_rTuG.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.BCsXwAds.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CER3LJw4.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CJqYI1vC.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CRke_Vt-.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.CdlE3ZqM.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.D8F_fKwN.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.DOjmKWLN.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/_page.UybeXHGE.js +8 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/each.D6YF6ztN.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/entry.DIDAHtmj.js +3 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.BwUaF0YV.js +6 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.CWCbcDVt.js +4 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/index.DbwYs1Xx.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/{index.DM9YwQfI.js → index.HfS4ysOO.js} +1 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/index.TTW-3Z8m.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/preload-helper.BQ24v_F8.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.LgnVA12N.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/spread.CgU5AtxT.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/store.BMp6_Mv-.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.C1y1vsDB.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.CTStYDmk.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/stores.CmlHsN0j.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/transitions.FXurGCgU.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/util.CpV-3U2s.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/entry/app.DBmRlvle.js +7 -0
- package/.svelte-kit/output/client/_app/immutable/entry/start.DsC5h-eu.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/0.DSodj2wf.js +2 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/{1.D3OJXEpT.js → 1.BRjT3J9Z.js} +2 -2
- package/.svelte-kit/output/client/_app/immutable/nodes/10.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/11.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/12.BYSc8zlB.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/13.BlqYNJ3t.js +61 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/14.CVCdnjGH.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/15.BzziCvFz.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/2.Ug_nHwAt.js +5 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/3.baFnd1R-.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/4.BVz7IBBS.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/5.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/6.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/7.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/8.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/9.CNjqd06K.js +1 -0
- package/.svelte-kit/output/client/_app/version.json +1 -1
- package/.svelte-kit/output/client/robots.txt +5 -5
- package/.svelte-kit/output/prerendered/dependencies/portfolio/__data.json +1 -1
- package/.svelte-kit/output/prerendered/pages/portfolio.html +146 -132
- package/.svelte-kit/output/server/.vite/manifest.json +354 -66
- package/{.vercel/output/static/_app/immutable/assets/store.y2fRW0z7.css → .svelte-kit/output/server/_app/immutable/assets/Card.BAkK2DAr.css} +1 -1
- package/.svelte-kit/output/server/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/.svelte-kit/output/server/chunks/Card.js +37 -0
- package/.svelte-kit/output/server/chunks/DialogManagerStore.js +159 -16
- package/.svelte-kit/output/server/chunks/ProgressBar.svelte_svelte_type_style_lang.js +1 -1
- package/.svelte-kit/output/server/chunks/SeaweedTemplate.js +730 -229
- package/.svelte-kit/output/server/chunks/SlideToggle.js +84 -0
- package/.svelte-kit/output/server/chunks/_page.js +4 -0
- package/.svelte-kit/output/server/chunks/_page2.js +4 -0
- package/.svelte-kit/output/server/chunks/_page3.js +4 -0
- package/.svelte-kit/output/server/chunks/_page4.js +4 -0
- package/.svelte-kit/output/server/chunks/_page5.js +4 -0
- package/.svelte-kit/output/server/chunks/_page6.js +4 -0
- package/.svelte-kit/output/server/chunks/_page7.js +4 -0
- package/.svelte-kit/output/server/chunks/_page8.js +4 -0
- package/.svelte-kit/output/server/chunks/client.js +12 -0
- package/.svelte-kit/output/server/chunks/index.js +1 -1
- package/.svelte-kit/output/server/chunks/index2.js +85 -68
- package/.svelte-kit/output/server/chunks/index3.js +45 -4
- package/.svelte-kit/output/server/chunks/index4.js +12 -0
- package/.svelte-kit/output/server/chunks/internal.js +1 -1
- package/.svelte-kit/output/server/chunks/ssr.js +28 -14
- package/.svelte-kit/output/server/chunks/store.js +19 -51
- package/.svelte-kit/output/server/chunks/stores.js +5 -0
- package/.svelte-kit/output/server/chunks/stores2.js +26 -0
- package/.svelte-kit/output/server/chunks/stores3.js +38 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/_layout.svelte.js +292 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/_page.svelte.js +23 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page1/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page2/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page5/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page6/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/(test_layout)/page8/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page3/page7/_page.svelte.js +22 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(extra-pages)/page4/_page.svelte.js +18 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(pineapple)/_page.svelte.js +332 -0
- package/.svelte-kit/output/server/entries/pages/(pineapple)/pineapple/(pineapple)/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/_layout.svelte.js +186 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.server.ts.js +8 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.svelte.js +8 -0
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/{portfolio → (seaweed)/portfolio}/actual/_page.svelte.js +4 -4
- package/.svelte-kit/output/server/entries/pages/(seaweed)/portfolio/actual/_page.ts.js +9 -0
- package/.svelte-kit/output/server/entries/pages/_layout.svelte.js +49 -270
- package/.svelte-kit/output/server/index.js +1 -1
- package/.svelte-kit/output/server/manifest-full.js +77 -12
- package/.svelte-kit/output/server/manifest.js +75 -10
- 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/10.js +8 -0
- package/.svelte-kit/output/server/nodes/11.js +8 -0
- package/.svelte-kit/output/server/nodes/12.js +8 -0
- package/.svelte-kit/output/server/nodes/13.js +10 -0
- package/.svelte-kit/output/server/nodes/14.js +13 -0
- package/.svelte-kit/output/server/nodes/15.js +10 -0
- package/.svelte-kit/output/server/nodes/2.js +3 -3
- package/.svelte-kit/output/server/nodes/3.js +3 -3
- package/.svelte-kit/output/server/nodes/4.js +3 -3
- package/.svelte-kit/output/server/nodes/5.js +4 -6
- package/.svelte-kit/output/server/nodes/6.js +3 -3
- package/.svelte-kit/output/server/nodes/7.js +8 -0
- package/.svelte-kit/output/server/nodes/8.js +8 -0
- package/.svelte-kit/output/server/nodes/9.js +8 -0
- package/build/server/host.json +7 -0
- package/build/server/local.settings.json +6 -0
- package/build/server/package-lock.json +6 -0
- package/build/server/package.json +1 -0
- package/build/server/sk_render/function.json +17 -0
- package/build/server/sk_render/index.js +11489 -0
- package/build/server/sk_render/index.js.map +7 -0
- package/build/static/_app/immutable/assets/0.vT28YyQg.css +10 -0
- package/build/static/_app/immutable/assets/13.BIMIBpeM.css +1 -0
- package/build/static/_app/immutable/assets/4.ClTmhFiH.css +1 -0
- package/build/static/_app/immutable/assets/Card.BAkK2DAr.css +1 -0
- package/build/static/_app/immutable/assets/NavigationComponent.DAojhPuD.css +1 -0
- package/build/static/_app/immutable/assets/PineappleBaseLayout.syfctdq0.css +1 -0
- package/build/static/_app/immutable/assets/ProgressBar.Cirlo5Z8.css +1 -0
- package/build/static/_app/immutable/assets/SeaweedTemplate.CVXyf0f_.css +1 -0
- package/build/static/_app/immutable/assets/_layout.h2ESO4YN.css +10 -0
- package/build/static/_app/immutable/assets/_page.BIMIBpeM.css +1 -0
- package/build/static/_app/immutable/assets/_page.ClTmhFiH.css +1 -0
- package/build/static/_app/immutable/assets/ares_blushing.B6Q0SsBp.webp +0 -0
- package/build/static/_app/immutable/assets/ares_disappointed.LOpkh7Q7.webp +0 -0
- package/build/static/_app/immutable/assets/ares_happy.Cz9WhdwO.webp +0 -0
- package/build/static/_app/immutable/assets/ares_lets_go.BxjJjKUv.webp +0 -0
- package/build/static/_app/immutable/assets/ares_logo.C_a3ZQAP.webp +0 -0
- package/build/static/_app/immutable/assets/ares_mad.DofDLDmM.webp +0 -0
- package/build/static/_app/immutable/assets/ares_neutral.Hp923t8N.webp +0 -0
- package/build/static/_app/immutable/assets/ares_slightly_mad.DdwOp6J5.webp +0 -0
- package/build/static/_app/immutable/assets/ares_surprised.BxbNH_w8.webp +0 -0
- package/build/static/_app/immutable/assets/ares_yay.EM2SNr0e.webp +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_ares.DTcFskeK.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_corn.D22ZwTZ0.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_pineapple.D28N65_A.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_reinhard.D22NV0xw.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_tomato.O9Z7_E07.png +0 -0
- package/build/static/_app/immutable/assets/bg_tiled_turnip.DMU0uHH4.png +0 -0
- package/build/static/_app/immutable/assets/footage-chef-wings.dVBm8Uit.gif +0 -0
- package/build/static/_app/immutable/assets/header-hep-cat.DcyPS3Oy.mp4 +0 -0
- package/build/static/_app/immutable/assets/header-pengi.DWAOeO4q.mp4 +0 -0
- package/build/static/_app/immutable/assets/header-soulwork.BQRWmhTu.mp4 +0 -0
- package/build/static/_app/immutable/assets/placeholder_circle.Ij3bN7bI.png +0 -0
- package/build/static/_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4 +0 -0
- package/build/static/_app/immutable/assets/weaver-footage.sjDEbkrX.gif +0 -0
- package/build/static/_app/immutable/assets/window-set.IpgsYUna.png +0 -0
- package/build/static/_app/immutable/chunks/Card.DH87RA66.js +5 -0
- package/build/static/_app/immutable/chunks/DialogManagerStore.p-R7jA3N.js +7 -0
- package/{.vercel/output/static/_app/immutable/chunks/ProgressBar.svelte_svelte_type_style_lang.CmgCUata.js → build/static/_app/immutable/chunks/ProgressBar.svelte_svelte_type_style_lang.DiY8SXB3.js} +1 -1
- package/build/static/_app/immutable/chunks/SeaweedTemplate.DeqnsKrn.js +1064 -0
- package/build/static/_app/immutable/chunks/SlideToggle.DGF7DQhk.js +1 -0
- package/build/static/_app/immutable/chunks/Toast.Dil_rTuG.js +1 -0
- package/build/static/_app/immutable/chunks/_page.BCsXwAds.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CER3LJw4.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CJqYI1vC.js +7 -0
- package/build/static/_app/immutable/chunks/_page.CRke_Vt-.js +8 -0
- package/build/static/_app/immutable/chunks/_page.CdlE3ZqM.js +8 -0
- package/build/static/_app/immutable/chunks/_page.D8F_fKwN.js +8 -0
- package/build/static/_app/immutable/chunks/_page.DOjmKWLN.js +8 -0
- package/build/static/_app/immutable/chunks/_page.UybeXHGE.js +8 -0
- package/build/static/_app/immutable/chunks/each.D6YF6ztN.js +1 -0
- package/build/static/_app/immutable/chunks/entry.DIDAHtmj.js +3 -0
- package/build/static/_app/immutable/chunks/index.BwUaF0YV.js +6 -0
- package/build/static/_app/immutable/chunks/index.CWCbcDVt.js +4 -0
- package/build/static/_app/immutable/chunks/index.DbwYs1Xx.js +1 -0
- package/{.vercel/output/static/_app/immutable/chunks/index.Duksw40K.js → build/static/_app/immutable/chunks/index.HfS4ysOO.js} +1 -1
- package/build/static/_app/immutable/chunks/index.TTW-3Z8m.js +1 -0
- package/build/static/_app/immutable/chunks/preload-helper.BQ24v_F8.js +1 -0
- package/build/static/_app/immutable/chunks/scheduler.LgnVA12N.js +1 -0
- package/build/static/_app/immutable/chunks/spread.CgU5AtxT.js +1 -0
- package/build/static/_app/immutable/chunks/store.BMp6_Mv-.js +1 -0
- package/build/static/_app/immutable/chunks/stores.C1y1vsDB.js +1 -0
- package/build/static/_app/immutable/chunks/stores.CTStYDmk.js +1 -0
- package/build/static/_app/immutable/chunks/stores.CmlHsN0j.js +1 -0
- package/build/static/_app/immutable/chunks/transitions.FXurGCgU.js +1 -0
- package/build/static/_app/immutable/chunks/util.CpV-3U2s.js +1 -0
- package/build/static/_app/immutable/entry/app.DBmRlvle.js +7 -0
- package/build/static/_app/immutable/entry/start.DsC5h-eu.js +1 -0
- package/build/static/_app/immutable/nodes/0.DSodj2wf.js +2 -0
- package/{.vercel/output/static/_app/immutable/nodes/1.I7DMxkG1.js → build/static/_app/immutable/nodes/1.BRjT3J9Z.js} +2 -2
- package/build/static/_app/immutable/nodes/10.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/11.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/12.BYSc8zlB.js +1 -0
- package/build/static/_app/immutable/nodes/13.BlqYNJ3t.js +61 -0
- package/build/static/_app/immutable/nodes/14.CVCdnjGH.js +1 -0
- package/build/static/_app/immutable/nodes/15.BzziCvFz.js +1 -0
- package/build/static/_app/immutable/nodes/2.Ug_nHwAt.js +5 -0
- package/build/static/_app/immutable/nodes/3.baFnd1R-.js +1 -0
- package/build/static/_app/immutable/nodes/4.BVz7IBBS.js +1 -0
- package/build/static/_app/immutable/nodes/5.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/6.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/7.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/8.CNjqd06K.js +1 -0
- package/build/static/_app/immutable/nodes/9.CNjqd06K.js +1 -0
- package/build/static/_app/version.json +1 -0
- package/build/static/portfolio/__data.json +1 -0
- package/build/static/portfolio.html +239 -0
- package/{.vercel/output → build}/static/robots.txt +5 -5
- package/build/staticwebapp.config.json +39 -0
- package/dist/components/combo_box/ComboBox.svelte +11 -0
- package/dist/components/combo_box/ComboBox.svelte.d.ts +18 -0
- package/dist/components/combo_box/ComboBoxWithButton.svelte +15 -0
- package/dist/components/combo_box/ComboBoxWithButton.svelte.d.ts +19 -0
- package/dist/components/combo_box/combo-box.postcss +22 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/template/seaweed/RunChaos.d.ts +1 -0
- package/dist/template/seaweed/RunChaos.js +41 -0
- package/dist/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +118 -95
- package/dist/template/{Seaweed → seaweed}/SeaweedTemplate.svelte.d.ts +3 -0
- package/dist/template/seaweed/SeaweedTemplateData.d.ts +23 -0
- package/dist/template/seaweed/SeaweedTemplateData.js +68 -0
- package/dist/template/seaweed/entries/ChefWings.svelte +47 -0
- package/dist/template/seaweed/entries/ChefWings.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/CustomizedYarnspinner.svelte +32 -0
- package/dist/template/seaweed/entries/CustomizedYarnspinner.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/DecentralizedSocialMedia.svelte +52 -0
- package/dist/template/seaweed/entries/DecentralizedSocialMedia.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/EntryProps.d.ts +11 -0
- package/dist/template/seaweed/entries/EntryProps.js +5 -0
- package/dist/template/seaweed/entries/FullStackC.svelte +33 -0
- package/dist/template/seaweed/entries/FullStackC.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Hepcat.svelte +55 -0
- package/dist/template/seaweed/entries/Hepcat.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/ItchPromo.svelte +21 -0
- package/dist/template/seaweed/entries/ItchPromo.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/MigranteAlberta.svelte +54 -0
- package/dist/template/seaweed/entries/MigranteAlberta.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/MockUberApp.svelte +38 -0
- package/dist/template/seaweed/entries/MockUberApp.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Pengi.svelte +49 -0
- package/dist/template/seaweed/entries/Pengi.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Soulwork.svelte +46 -0
- package/dist/template/seaweed/entries/Soulwork.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/ThisWebpage.svelte +45 -0
- package/dist/template/seaweed/entries/ThisWebpage.svelte.d.ts +17 -0
- package/dist/template/seaweed/entries/Workset.svelte +48 -0
- package/dist/template/seaweed/entries/Workset.svelte.d.ts +17 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.d.ts +1 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.js +3 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.svelte +209 -0
- package/dist/template/seaweed/entry_order_config/EntryOrderConfig.svelte.d.ts +19 -0
- package/docs/archive/MigrationToAzure.md +102 -0
- package/package.json +5 -3
- package/src/lib/components/combo_box/ComboBox.svelte +13 -0
- package/src/lib/components/combo_box/ComboBoxWithButton.svelte +18 -0
- package/src/lib/components/combo_box/combo-box.postcss +22 -0
- package/src/lib/index.ts +1 -1
- package/src/lib/template/seaweed/RunChaos.ts +44 -0
- package/src/lib/template/{Seaweed → seaweed}/SeaweedTemplate.svelte +145 -120
- package/src/lib/template/seaweed/SeaweedTemplateData.ts +93 -0
- package/src/lib/template/seaweed/entries/ChefWings.svelte +54 -0
- package/src/lib/template/seaweed/entries/CustomizedYarnspinner.svelte +34 -0
- package/src/lib/template/seaweed/entries/DecentralizedSocialMedia.svelte +54 -0
- package/src/lib/template/seaweed/entries/EntryProps.ts +13 -0
- package/src/lib/template/seaweed/entries/FullStackC.svelte +36 -0
- package/src/lib/template/seaweed/entries/Hepcat.svelte +58 -0
- package/src/lib/template/seaweed/entries/ItchPromo.svelte +23 -0
- package/src/lib/template/seaweed/entries/MigranteAlberta.svelte +62 -0
- package/src/lib/template/seaweed/entries/MockUberApp.svelte +41 -0
- package/src/lib/template/seaweed/entries/Pengi.svelte +51 -0
- package/src/lib/template/seaweed/entries/Soulwork.svelte +48 -0
- package/src/lib/template/seaweed/entries/ThisWebpage.svelte +48 -0
- package/src/lib/template/seaweed/entries/Workset.svelte +51 -0
- package/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.svelte +166 -0
- package/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.ts +3 -0
- package/src/routes/(seaweed)/portfolio/+page.svelte +2 -2
- package/src/routes/(seaweed)/portfolio/actual/+page.svelte +4 -1
- package/src/routes/(seaweed)/portfolio/actual/RandomComponent.svelte +7 -0
- package/svelte.config.js +1 -1
- package/yarn.lock +305 -312
- package/.svelte-kit/__package__/template/Seaweed/GameSection.svelte +0 -207
- package/.svelte-kit/__package__/template/Seaweed/GameSection.svelte.d.ts +0 -17
- package/.svelte-kit/__package__/template/Seaweed/ProjectSection.svelte +0 -289
- package/.svelte-kit/__package__/template/Seaweed/ProjectSection.svelte.d.ts +0 -17
- package/.svelte-kit/output/client/_app/immutable/assets/0.CIpy7FrR.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/4.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.Dne103Fv.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/_layout.h10Yaexo.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/DialogManagerStore.CauD3dIa.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/chunks/PineappleBaseLayout.DLZBJSuK.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.3-zGXu-z.js +0 -98
- package/.svelte-kit/output/client/_app/immutable/chunks/entry.C_e0Mj5-.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/chunks/index.BgUXYai5.js +0 -4
- package/.svelte-kit/output/client/_app/immutable/chunks/index.CvmYViMX.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/public.kPGcNb8-.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/scheduler.DJdG0Qxb.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/store.DeTea_VV.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/chunks/transitions.DM45rqx4.js +0 -3
- package/.svelte-kit/output/client/_app/immutable/entry/app.CtI5urfJ.js +0 -7
- package/.svelte-kit/output/client/_app/immutable/entry/start.xt1NqQCl.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/0.5ibwyEBM.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/2.tgk_XChV.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/3.CxPwEJYT.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/4.Is9K1FIL.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/5.Bt89_iH4.js +0 -1
- package/.svelte-kit/output/client/_app/immutable/nodes/6.BEdq2882.js +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.Dne103Fv.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.h10Yaexo.css +0 -1
- package/.svelte-kit/output/server/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.svelte-kit/output/server/chunks/PineappleBaseLayout.js +0 -94
- package/.svelte-kit/output/server/chunks/public.js +0 -4
- package/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -18
- package/.svelte-kit/output/server/entries/pages/personal/_layout.svelte.js +0 -13
- package/.svelte-kit/output/server/entries/pages/personal/_page.svelte.js +0 -13
- package/.svelte-kit/output/server/entries/pages/portfolio/_page.svelte.js +0 -12
- package/.vercel/output/config.json +0 -34
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/PineappleBaseLayout.js +0 -94
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/SeaweedTemplate.js +0 -597
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/index3.js +0 -7
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/chunks/public.js +0 -4
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/_page.svelte.js +0 -18
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/personal/_layout.svelte.js +0 -13
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/entries/pages/personal/_page.svelte.js +0 -13
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/0.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/1.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/2.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/3.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/4.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/output/server/nodes/6.js +0 -8
- package/.vercel/output/functions/fn.func/.svelte-kit/vercel-tmp/index.js +0 -46
- package/.vercel/output/functions/fn.func/.svelte-kit/vercel-tmp/manifest.js +0 -52
- package/.vercel/output/functions/fn.func/.vc-config.json +0 -6
- package/.vercel/output/functions/fn.func/package.json +0 -1
- package/.vercel/output/static/_app/immutable/assets/4.B8rxJaIe.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/ProgressBar.CaHExdkQ.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/ProgressBar.DmpmGWm6.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/SeaweedTemplate.CjiLUExY.css +0 -1
- package/.vercel/output/static/_app/immutable/assets/_layout.B_SY1GJM.css +0 -0
- package/.vercel/output/static/_app/immutable/assets/_page.B8rxJaIe.css +0 -1
- package/.vercel/output/static/_app/immutable/chunks/DialogManagerStore.CGTbGbVf.js +0 -3
- package/.vercel/output/static/_app/immutable/chunks/PineappleBaseLayout.Juc0v1b7.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/SeaweedTemplate.DS-Z3LcL.js +0 -98
- package/.vercel/output/static/_app/immutable/chunks/entry.BViziCKK.js +0 -3
- package/.vercel/output/static/_app/immutable/chunks/index.CvmYViMX.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/index.DcUpu3_h.js +0 -4
- package/.vercel/output/static/_app/immutable/chunks/public.kPGcNb8-.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/scheduler.DXwjFp5a.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/store.D47Cl8J0.js +0 -1
- package/.vercel/output/static/_app/immutable/chunks/transitions.BzalH0R-.js +0 -3
- package/.vercel/output/static/_app/immutable/entry/app.hYBk6umV.js +0 -7
- package/.vercel/output/static/_app/immutable/entry/start.bPtW9zOj.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/0.Dp97myFE.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/2.C7G9m2NJ.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/3.D9NOS4Wy.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/4.C0MZnSyC.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/5.ARW_iEad.js +0 -1
- package/.vercel/output/static/_app/immutable/nodes/6.CJVGAs6D.js +0 -1
- package/.vercel/output/static/_app/version.json +0 -1
- package/.vercel/output/static/portfolio/__data.json +0 -1
- package/.vercel/output/static/portfolio.html +0 -225
- package/dist/template/Seaweed/GameSection.svelte +0 -207
- package/dist/template/Seaweed/GameSection.svelte.d.ts +0 -17
- package/dist/template/Seaweed/ProjectSection.svelte +0 -289
- package/dist/template/Seaweed/ProjectSection.svelte.d.ts +0 -17
- package/src/lib/template/Seaweed/GameSection.svelte +0 -213
- package/src/lib/template/Seaweed/ProjectSection.svelte +0 -298
- /package/.svelte-kit/__package__/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_blushing.B6Q0SsBp.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_disappointed.LOpkh7Q7.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_happy.Cz9WhdwO.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_lets_go.BxjJjKUv.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_logo.C_a3ZQAP.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_mad.DofDLDmM.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_neutral.Hp923t8N.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_slightly_mad.DdwOp6J5.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_surprised.BxbNH_w8.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/ares_yay.EM2SNr0e.webp +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_ares.DTcFskeK.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_corn.D22ZwTZ0.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_pineapple.D28N65_A.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_reinhard.D22NV0xw.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_tomato.O9Z7_E07.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/bg_tiled_turnip.DMU0uHH4.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/footage-chef-wings.dVBm8Uit.gif +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-hep-cat.DcyPS3Oy.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-pengi.DWAOeO4q.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/header-soulwork.BQRWmhTu.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/placeholder_circle.Ij3bN7bI.png +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4 +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/weaver-footage.sjDEbkrX.gif +0 -0
- /package/{.vercel/output/static → .svelte-kit/adapter-node}/_app/immutable/assets/window-set.IpgsYUna.png +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/exports.js +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/chunks/prod-ssr.js +0 -0
- /package/.svelte-kit/{output/server/entries/pages → adapter-node/entries/pages/(seaweed)}/portfolio/_page.server.ts.js +0 -0
- /package/{.vercel/output/functions/fn.func/.svelte-kit/output/server → .svelte-kit/adapter-node}/entries/pages/_error.svelte.js +0 -0
- /package/{.vercel/output → build}/static/default-card.png +0 -0
- /package/{.vercel/output → build}/static/favicon.png +0 -0
- /package/{.vercel/output/static/_app/immutable/assets/0.B_SY1GJM.css → build/static/index.html} +0 -0
- /package/dist/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
- /package/src/lib/template/{Seaweed → seaweed}/seaweed.postcss +0 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const chaoticWordBank = ["niko", "toba", "seal", "aquarium", "ojisan", "baikal"];
|
|
2
|
+
export const runChaos = (node) => {
|
|
3
|
+
// change all text content to gibberish
|
|
4
|
+
for (const child of Array.from(node.children)) {
|
|
5
|
+
if (child.nodeType === Node.ELEMENT_NODE) {
|
|
6
|
+
runChaos(child);
|
|
7
|
+
for (const childOfChild of child.childNodes) {
|
|
8
|
+
if (childOfChild.nodeType === Node.TEXT_NODE && childOfChild.textContent?.trim()) {
|
|
9
|
+
const max = childOfChild.textContent.length;
|
|
10
|
+
childOfChild.textContent = "";
|
|
11
|
+
while (childOfChild.textContent.length < max) {
|
|
12
|
+
childOfChild.textContent += (chaoticWordBank[Math.floor(Math.random() * chaoticWordBank.length)] + " ");
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
// change all links to crouton
|
|
17
|
+
if (child.hasAttribute("href")) {
|
|
18
|
+
child.setAttribute("href", "https://crouton.net/");
|
|
19
|
+
}
|
|
20
|
+
// change all images to niko if aria != hidden?
|
|
21
|
+
if (child.hasAttribute("src") && !child.hasAttribute("aria-hidden")) {
|
|
22
|
+
if (child.hasAttribute("alt")) {
|
|
23
|
+
child.setAttribute("src", "https://p.potaufeu.asahi.com/a2b9-p/picture/21583312/5c3310aec77068e24844c663aa62b37c.jpg");
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
child.setAttribute("src", "https://video.twimg.com/ext_tw_video/1318728494256410624/pu/vid/640x360/TMklz6hiTkQu3xhn.mp4");
|
|
27
|
+
child.setAttribute("muted", "true");
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
if (child.tagName.trim() === "VIDEO") {
|
|
31
|
+
child.setAttribute("src", "https://video.twimg.com/ext_tw_video/1318728494256410624/pu/vid/640x360/TMklz6hiTkQu3xhn.mp4");
|
|
32
|
+
child.setAttribute("muted", "true");
|
|
33
|
+
}
|
|
34
|
+
// change all button events
|
|
35
|
+
if (child.tagName.trim() === "BUTTON") {
|
|
36
|
+
// remove anon function: https://stackoverflow.com/a/41343451/17836168
|
|
37
|
+
child.setAttribute("disabled", "true");
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
|
|
3
|
-
export let email = "turnipxenon@gmail.com";
|
|
4
|
-
export let linkedinSlug = "turnip-xenon";
|
|
5
|
-
export let domain = "http://localhost:5173/portfolio/actual/";
|
|
1
|
+
<script>import EntryOrderConfig from "./entry_order_config/EntryOrderConfig.svelte";
|
|
2
|
+
import { runChaos } from "./RunChaos";
|
|
6
3
|
import SocialSection from "../../components/SocialSection.svelte";
|
|
7
4
|
import "./seaweed.postcss";
|
|
8
5
|
import SeaweedBaseLayout from "../../components/layouts/SeaweedBaseLayout.svelte";
|
|
@@ -11,31 +8,46 @@ import { page } from "$app/stores";
|
|
|
11
8
|
import Card from "../../components/Card.svelte";
|
|
12
9
|
import { onMount } from "svelte";
|
|
13
10
|
import ElementVisbilityDetector from "../../components/ElementVisbilityDetector.svelte";
|
|
14
|
-
import
|
|
15
|
-
import
|
|
11
|
+
import selfContent from "./SeaweedTemplate.svelte?raw";
|
|
12
|
+
import {
|
|
13
|
+
GetEntryFromGlobal,
|
|
14
|
+
seaweedTemplateData
|
|
15
|
+
} from "./SeaweedTemplateData";
|
|
16
|
+
export let letChaos = true;
|
|
17
|
+
export let name = "Turnip";
|
|
18
|
+
export let email = "turnipxenon@gmail.com";
|
|
19
|
+
export let linkedinSlug = "turnip-xenon";
|
|
20
|
+
export let domain = "http://localhost:5173/portfolio/actual/";
|
|
21
|
+
export let serverSideQueryParams = "";
|
|
22
|
+
export let extraComponent = void 0;
|
|
23
|
+
const entryProps = {
|
|
24
|
+
email
|
|
25
|
+
};
|
|
26
|
+
const entryList = import.meta.glob("./entries/*.svelte", { query: "?raw", eager: true });
|
|
27
|
+
const paramQTSet = /* @__PURE__ */ new Set();
|
|
16
28
|
let isVisible = true;
|
|
17
29
|
let isAdvanceSettingOn = false;
|
|
18
|
-
let shouldAddFunNote = false;
|
|
19
30
|
$:
|
|
20
31
|
isSocialsGone = !isVisible;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
let
|
|
25
|
-
|
|
32
|
+
let qtfontWeight = "normal";
|
|
33
|
+
let additionalFontWeight = "";
|
|
34
|
+
let chaosDone = false;
|
|
35
|
+
let mainVisibility = "visible";
|
|
36
|
+
$:
|
|
37
|
+
mainVisibility = letChaos && !chaosDone ? "hidden" : "visible";
|
|
26
38
|
const syncQT = () => {
|
|
27
|
-
if (
|
|
39
|
+
if (seaweedTemplateData.queryTermMap.size === 0 || paramQTSet.size === 0) {
|
|
28
40
|
return;
|
|
29
41
|
}
|
|
30
|
-
|
|
31
|
-
|
|
42
|
+
seaweedTemplateData.queryTermMap.forEach((_, k) => {
|
|
43
|
+
seaweedTemplateData.queryTermMap.set(k, paramQTSet.has(k));
|
|
32
44
|
});
|
|
33
|
-
|
|
45
|
+
seaweedTemplateData.queryTermMap = seaweedTemplateData.queryTermMap;
|
|
34
46
|
};
|
|
35
47
|
const parseQTTerms = async () => {
|
|
36
48
|
const qtSet = /* @__PURE__ */ new Set();
|
|
37
49
|
const rawTermList = [];
|
|
38
|
-
[
|
|
50
|
+
[...Object.values(entryList).map((e) => e.default), selfContent].forEach((body) => {
|
|
39
51
|
rawTermList.push(
|
|
40
52
|
...body.split('"').filter((s) => s.startsWith("qt-"))
|
|
41
53
|
// step 2: filter out texts that does not begin with "qt-"
|
|
@@ -49,74 +61,62 @@ const parseQTTerms = async () => {
|
|
|
49
61
|
qtSet.add(nt);
|
|
50
62
|
});
|
|
51
63
|
});
|
|
52
|
-
qtSet.forEach((t) =>
|
|
64
|
+
qtSet.forEach((t) => seaweedTemplateData.queryTermMap.set(t, true));
|
|
53
65
|
syncQT();
|
|
54
66
|
};
|
|
55
67
|
parseQTTerms();
|
|
56
|
-
let gameSectionFirst = true;
|
|
57
|
-
let qtfontWeight = "normal";
|
|
58
|
-
let additionalFontWeight = "";
|
|
59
68
|
const filterSearchParams = (searchParams) => {
|
|
69
|
+
const isFunOn = searchParams.get("fun")?.trim();
|
|
70
|
+
if (isFunOn === "true") {
|
|
71
|
+
seaweedTemplateData.shouldAddFunNote = true;
|
|
72
|
+
}
|
|
60
73
|
const gameSectionFirstParam = searchParams.get("game-section-first")?.trim();
|
|
61
74
|
if (gameSectionFirstParam === "false") {
|
|
62
|
-
gameSectionFirst = false;
|
|
75
|
+
seaweedTemplateData.gameSectionFirst = false;
|
|
76
|
+
}
|
|
77
|
+
const orderParam = searchParams.get("order")?.trim();
|
|
78
|
+
if (orderParam) {
|
|
79
|
+
seaweedTemplateData.groupedEntries = [];
|
|
80
|
+
orderParam.split(",").forEach((groupDefinition) => {
|
|
81
|
+
const pair = groupDefinition.split(":");
|
|
82
|
+
console.log(pair);
|
|
83
|
+
if (pair.length >= 2) {
|
|
84
|
+
const group = {
|
|
85
|
+
name: pair[0],
|
|
86
|
+
items: [],
|
|
87
|
+
gridClass: pair[2]
|
|
88
|
+
};
|
|
89
|
+
pair[1].split("|").forEach((e) => {
|
|
90
|
+
const component = GetEntryFromGlobal(e);
|
|
91
|
+
if (component) {
|
|
92
|
+
group.items.push(component);
|
|
93
|
+
}
|
|
94
|
+
});
|
|
95
|
+
seaweedTemplateData.groupedEntries.push(group);
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
seaweedTemplateData.groupedEntries = seaweedTemplateData.groupedEntries;
|
|
63
99
|
}
|
|
64
100
|
const qtValue = searchParams.get("qt")?.trim();
|
|
65
|
-
if (qtValue
|
|
101
|
+
if (qtValue !== void 0) {
|
|
102
|
+
qtfontWeight = "normal";
|
|
103
|
+
const dynamicStyle = qtValue.split(",").map((term) => {
|
|
104
|
+
paramQTSet.add(`qt-${term}`);
|
|
105
|
+
return `span.qt-${term} { font-weight: bold !important; }`;
|
|
106
|
+
}).join("\n");
|
|
107
|
+
const style = document.createElement("style");
|
|
108
|
+
style.type = "text/css";
|
|
109
|
+
style.innerText = dynamicStyle;
|
|
110
|
+
document.head.appendChild(style);
|
|
111
|
+
syncQT();
|
|
112
|
+
} else {
|
|
66
113
|
qtfontWeight = "bold";
|
|
67
|
-
return;
|
|
68
114
|
}
|
|
69
|
-
qtfontWeight = "normal";
|
|
70
|
-
const dynamicStyle = qtValue.split(",").map((term) => {
|
|
71
|
-
paramQTSet.add(`qt-${term}`);
|
|
72
|
-
return `span.qt-${term} { font-weight: bold !important; }`;
|
|
73
|
-
}).join("\n");
|
|
74
|
-
const style = document.createElement("style");
|
|
75
|
-
style.type = "text/css";
|
|
76
|
-
style.innerText = dynamicStyle;
|
|
77
|
-
document.head.appendChild(style);
|
|
78
|
-
syncQT();
|
|
79
115
|
};
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
for (let child of Array.from(node.children)) {
|
|
84
|
-
if (child.nodeType === Node.ELEMENT_NODE) {
|
|
85
|
-
runChaos(child);
|
|
86
|
-
for (const childOfChild of child.childNodes) {
|
|
87
|
-
if (childOfChild.nodeType === Node.TEXT_NODE && childOfChild.textContent?.trim()) {
|
|
88
|
-
const max = childOfChild.textContent.length;
|
|
89
|
-
childOfChild.textContent = "";
|
|
90
|
-
while (childOfChild.textContent.length < max) {
|
|
91
|
-
childOfChild.textContent += chaoticWordBank[Math.floor(Math.random() * chaoticWordBank.length)] + " ";
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
if (child.hasAttribute("href")) {
|
|
96
|
-
child.setAttribute("href", "https://crouton.net/");
|
|
97
|
-
}
|
|
98
|
-
if (child.hasAttribute("src") && !child.hasAttribute("aria-hidden")) {
|
|
99
|
-
if (child.hasAttribute("alt")) {
|
|
100
|
-
child.setAttribute("src", "https://p.potaufeu.asahi.com/a2b9-p/picture/21583312/5c3310aec77068e24844c663aa62b37c.jpg");
|
|
101
|
-
} else {
|
|
102
|
-
child.setAttribute("src", "https://video.twimg.com/ext_tw_video/1318728494256410624/pu/vid/640x360/TMklz6hiTkQu3xhn.mp4");
|
|
103
|
-
child.setAttribute("muted", "true");
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
if (child.tagName.trim() === "VIDEO") {
|
|
107
|
-
child.setAttribute("src", "https://video.twimg.com/ext_tw_video/1318728494256410624/pu/vid/640x360/TMklz6hiTkQu3xhn.mp4");
|
|
108
|
-
child.setAttribute("muted", "true");
|
|
109
|
-
}
|
|
110
|
-
if (child.tagName.trim() === "BUTTON") {
|
|
111
|
-
child.setAttribute("disabled", "true");
|
|
112
|
-
}
|
|
113
|
-
}
|
|
116
|
+
onMount(async () => {
|
|
117
|
+
if (!letChaos && serverSideQueryParams) {
|
|
118
|
+
filterSearchParams(new URLSearchParams(serverSideQueryParams));
|
|
114
119
|
}
|
|
115
|
-
};
|
|
116
|
-
let mainVisibility = "visible";
|
|
117
|
-
$:
|
|
118
|
-
mainVisibility = letChaos && !chaosDone ? "hidden" : "visible";
|
|
119
|
-
onMount(() => {
|
|
120
120
|
if (!letChaos && $page.url.searchParams) {
|
|
121
121
|
filterSearchParams($page.url.searchParams);
|
|
122
122
|
}
|
|
@@ -126,24 +126,31 @@ onMount(() => {
|
|
|
126
126
|
}
|
|
127
127
|
});
|
|
128
128
|
const toggleTerm = (term) => {
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
seaweedTemplateData.queryTermMap.set(term, !seaweedTemplateData.queryTermMap.get(term));
|
|
130
|
+
seaweedTemplateData.queryTermMap = seaweedTemplateData.queryTermMap;
|
|
131
131
|
};
|
|
132
|
+
let orderUrl = "";
|
|
132
133
|
let advancedUrl = domain;
|
|
133
|
-
const updateUrl = () => {
|
|
134
|
+
const updateUrl = (seaweedTemplateData2) => {
|
|
134
135
|
const queryParams = [];
|
|
136
|
+
if (orderUrl) {
|
|
137
|
+
queryParams.push(orderUrl);
|
|
138
|
+
}
|
|
135
139
|
const qtList = [];
|
|
136
|
-
|
|
140
|
+
seaweedTemplateData2.queryTermMap.forEach((shouldBold, term) => {
|
|
137
141
|
if (shouldBold) {
|
|
138
142
|
qtList.push(term);
|
|
139
143
|
}
|
|
140
144
|
});
|
|
141
145
|
if (qtList.length === 0) {
|
|
142
146
|
queryParams.push("qt=clear");
|
|
143
|
-
} else if (
|
|
147
|
+
} else if (seaweedTemplateData2.queryTermMap.size !== qtList.length) {
|
|
144
148
|
queryParams.push(`qt=${qtList.map((t) => t.slice(3, t.length)).join(",")}`);
|
|
145
149
|
}
|
|
146
|
-
if (
|
|
150
|
+
if (seaweedTemplateData2.shouldAddFunNote) {
|
|
151
|
+
queryParams.push("fun=true");
|
|
152
|
+
}
|
|
153
|
+
if (!seaweedTemplateData2.gameSectionFirst) {
|
|
147
154
|
queryParams.push("game-section-first=false");
|
|
148
155
|
}
|
|
149
156
|
if (queryParams.length > 0) {
|
|
@@ -153,7 +160,7 @@ const updateUrl = () => {
|
|
|
153
160
|
}
|
|
154
161
|
};
|
|
155
162
|
$:
|
|
156
|
-
|
|
163
|
+
updateUrl(seaweedTemplateData);
|
|
157
164
|
</script>
|
|
158
165
|
|
|
159
166
|
<SeaweedBaseLayout bind:shouldDisplayLeadingIcons={isSocialsGone}>
|
|
@@ -182,7 +189,7 @@ $:
|
|
|
182
189
|
I also graduated with BS Computing Science, Specializing in Software Practice, and a
|
|
183
190
|
certificate in Computer Game Development at University of Alberta.
|
|
184
191
|
</p>
|
|
185
|
-
{#if shouldAddFunNote}
|
|
192
|
+
{#if seaweedTemplateData.shouldAddFunNote}
|
|
186
193
|
<p>
|
|
187
194
|
I'm inspired by games like Harvest Moon: Friends of Mineral Town, Rune Factory 4, Theatrhythm,
|
|
188
195
|
Bravely Default: Flying Fairy, Boku no Natsuyasumi 2, and A Short Hike.
|
|
@@ -298,13 +305,21 @@ $:
|
|
|
298
305
|
|
|
299
306
|
</div>
|
|
300
307
|
|
|
301
|
-
{#
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
+
{#each seaweedTemplateData.groupedEntries as group}
|
|
309
|
+
{#if group.items.length > 0}
|
|
310
|
+
<Card>
|
|
311
|
+
<section class="section-card title-card" slot="content">
|
|
312
|
+
<h1 class="text-center">{group.name}</h1>
|
|
313
|
+
</section>
|
|
314
|
+
</Card>
|
|
315
|
+
|
|
316
|
+
<section class={group.gridClass}>
|
|
317
|
+
{#each group.items as entry}
|
|
318
|
+
<svelte:component this={entry} props={entryProps}></svelte:component>
|
|
319
|
+
{/each}
|
|
320
|
+
</section>
|
|
321
|
+
{/if}
|
|
322
|
+
{/each}
|
|
308
323
|
|
|
309
324
|
{#if (!letChaos)}
|
|
310
325
|
<div aria-hidden="true" style="height: 25vh" />
|
|
@@ -313,20 +328,22 @@ $:
|
|
|
313
328
|
<div slot="content" class="default-card advanced-setting">
|
|
314
329
|
<h1>Advanced settings</h1>
|
|
315
330
|
<p>This one is for those curious how I customize this page.</p>
|
|
331
|
+
|
|
316
332
|
<SlideToggle name="advanced-setting-slider" bind:checked={isAdvanceSettingOn}>
|
|
317
333
|
Advanced settings: {isAdvanceSettingOn ? "On" : "Off"}
|
|
318
334
|
</SlideToggle>
|
|
335
|
+
|
|
319
336
|
{#if (isAdvanceSettingOn)}
|
|
320
|
-
<SlideToggle name="game-section-slider" bind:checked={gameSectionFirst}>
|
|
321
|
-
Should game section appear first over projects: {gameSectionFirst ? "On" : "Off"}
|
|
337
|
+
<SlideToggle name="game-section-slider" bind:checked={seaweedTemplateData.gameSectionFirst}>
|
|
338
|
+
Should game section appear first over projects: {seaweedTemplateData.gameSectionFirst ? "On" : "Off"}
|
|
322
339
|
</SlideToggle>
|
|
323
|
-
<SlideToggle name="fun-note-slider" bind:checked={shouldAddFunNote}>
|
|
324
|
-
Should add fun note in description: {shouldAddFunNote ? "On" : "Off"}
|
|
340
|
+
<SlideToggle name="fun-note-slider" bind:checked={seaweedTemplateData.shouldAddFunNote}>
|
|
341
|
+
Should add fun note in description: {seaweedTemplateData.shouldAddFunNote ? "On" : "Off"}
|
|
325
342
|
</SlideToggle>
|
|
326
343
|
|
|
327
344
|
<h3>Query terms to bold</h3>
|
|
328
345
|
<div class="query-term-grid">
|
|
329
|
-
{#each
|
|
346
|
+
{#each seaweedTemplateData.queryTermMap.entries() as [term, shouldBold]}
|
|
330
347
|
<!--{@const shouldBold = false}-->
|
|
331
348
|
<button
|
|
332
349
|
class="chip {shouldBold ? 'variant-filled-tertiary' : 'variant-soft-tertiary'}"
|
|
@@ -339,9 +356,15 @@ $:
|
|
|
339
356
|
{/each}
|
|
340
357
|
</div>
|
|
341
358
|
|
|
359
|
+
<EntryOrderConfig bind:seaweedEntries={seaweedTemplateData.groupedEntries}
|
|
360
|
+
bind:orderUrl={orderUrl}
|
|
361
|
+
updateUrl={updateUrl}></EntryOrderConfig>
|
|
362
|
+
|
|
342
363
|
<br>
|
|
343
364
|
<p>Copy the url below and open a new page with it</p>
|
|
344
365
|
<CodeBlock language="url" code={advancedUrl}></CodeBlock>
|
|
366
|
+
|
|
367
|
+
<svelte:component this={extraComponent}></svelte:component>
|
|
345
368
|
{/if}
|
|
346
369
|
</div>
|
|
347
370
|
</Card>
|
|
@@ -372,4 +395,4 @@ $:
|
|
|
372
395
|
gap: 0.25em;
|
|
373
396
|
flex-wrap: wrap;
|
|
374
397
|
}
|
|
375
|
-
</style>
|
|
398
|
+
</style>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SvelteComponent } from "svelte";
|
|
2
2
|
import "./seaweed.postcss";
|
|
3
|
+
import { type ComponentType } from "svelte";
|
|
3
4
|
declare const __propDef: {
|
|
4
5
|
props: {
|
|
5
6
|
letChaos?: boolean | undefined;
|
|
@@ -7,6 +8,8 @@ declare const __propDef: {
|
|
|
7
8
|
email?: string | undefined;
|
|
8
9
|
linkedinSlug?: string | undefined;
|
|
9
10
|
domain?: string | undefined;
|
|
11
|
+
serverSideQueryParams?: string | undefined;
|
|
12
|
+
extraComponent?: ComponentType | undefined;
|
|
10
13
|
};
|
|
11
14
|
events: {
|
|
12
15
|
[evt: string]: CustomEvent<any>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { ComponentType } from "svelte";
|
|
2
|
+
export declare enum GroupGridClass {
|
|
3
|
+
Games = "games-section",
|
|
4
|
+
Projects = "projects-section"
|
|
5
|
+
}
|
|
6
|
+
export interface EntryGroup {
|
|
7
|
+
name: string;
|
|
8
|
+
items: ComponentType[];
|
|
9
|
+
gridClass: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const GameEntries: Readonly<EntryGroup>;
|
|
12
|
+
export declare const ProjectEntries: Readonly<EntryGroup>;
|
|
13
|
+
export declare const AllGroupedEntries: ReadonlyArray<EntryGroup>;
|
|
14
|
+
export declare const lazyInitializeAllFlatEntries: () => void;
|
|
15
|
+
export declare const GetAllEntryFromGlobal: () => Map<string, ComponentType>;
|
|
16
|
+
export declare const GetEntryFromGlobal: (name: string) => ComponentType | undefined;
|
|
17
|
+
export interface SeaweedTemplateData {
|
|
18
|
+
groupedEntries: EntryGroup[];
|
|
19
|
+
shouldAddFunNote: boolean;
|
|
20
|
+
queryTermMap: Map<string, boolean>;
|
|
21
|
+
gameSectionFirst: boolean;
|
|
22
|
+
}
|
|
23
|
+
export declare const seaweedTemplateData: SeaweedTemplateData;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { DefaultHeader } from "./entries/EntryProps";
|
|
2
|
+
import Pengi from "./entries/Pengi.svelte";
|
|
3
|
+
import Hepcat from "./entries/Hepcat.svelte";
|
|
4
|
+
import ChefWings from "./entries/ChefWings.svelte";
|
|
5
|
+
import Soulwork from "./entries/Soulwork.svelte";
|
|
6
|
+
import ItchPromo from "./entries/ItchPromo.svelte";
|
|
7
|
+
import MigranteAlberta from "./entries/MigranteAlberta.svelte";
|
|
8
|
+
import DecentralizedSocialMedia from "./entries/DecentralizedSocialMedia.svelte";
|
|
9
|
+
import CustomizedYarnspinner from "./entries/CustomizedYarnspinner.svelte";
|
|
10
|
+
import FullStackC from "./entries/FullStackC.svelte";
|
|
11
|
+
import Workset from "./entries/Workset.svelte";
|
|
12
|
+
import ThisWebpage from "./entries/ThisWebpage.svelte";
|
|
13
|
+
import MockUberApp from "./entries/MockUberApp.svelte";
|
|
14
|
+
import { removeProxyWrapperOnString } from "./entry_order_config/EntryOrderConfig";
|
|
15
|
+
export var GroupGridClass;
|
|
16
|
+
(function (GroupGridClass) {
|
|
17
|
+
GroupGridClass["Games"] = "games-section";
|
|
18
|
+
GroupGridClass["Projects"] = "projects-section";
|
|
19
|
+
})(GroupGridClass || (GroupGridClass = {}));
|
|
20
|
+
export const GameEntries = {
|
|
21
|
+
name: DefaultHeader.Games.toString(),
|
|
22
|
+
items: [Pengi, Hepcat, ChefWings, Soulwork, ItchPromo],
|
|
23
|
+
gridClass: GroupGridClass.Games.toString()
|
|
24
|
+
};
|
|
25
|
+
export const ProjectEntries = {
|
|
26
|
+
name: DefaultHeader.Projects.toString(),
|
|
27
|
+
items: [MigranteAlberta, DecentralizedSocialMedia, CustomizedYarnspinner, FullStackC, Workset, ThisWebpage, MockUberApp],
|
|
28
|
+
gridClass: GroupGridClass.Projects.toString()
|
|
29
|
+
};
|
|
30
|
+
export const AllGroupedEntries = [
|
|
31
|
+
{
|
|
32
|
+
name: "Relevant projects",
|
|
33
|
+
items: [],
|
|
34
|
+
gridClass: GroupGridClass.Games.toString()
|
|
35
|
+
},
|
|
36
|
+
GameEntries,
|
|
37
|
+
ProjectEntries
|
|
38
|
+
];
|
|
39
|
+
const allFlatEntries = new Map();
|
|
40
|
+
export const lazyInitializeAllFlatEntries = () => {
|
|
41
|
+
if (allFlatEntries.size === 0) {
|
|
42
|
+
[...ProjectEntries.items, ...GameEntries.items].forEach(e => {
|
|
43
|
+
allFlatEntries.set(removeProxyWrapperOnString(e.name), e);
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
export const GetAllEntryFromGlobal = () => {
|
|
48
|
+
lazyInitializeAllFlatEntries();
|
|
49
|
+
return allFlatEntries;
|
|
50
|
+
};
|
|
51
|
+
export const GetEntryFromGlobal = (name) => {
|
|
52
|
+
lazyInitializeAllFlatEntries();
|
|
53
|
+
return allFlatEntries.get(name);
|
|
54
|
+
};
|
|
55
|
+
export const seaweedTemplateData = {
|
|
56
|
+
shouldAddFunNote: false,
|
|
57
|
+
queryTermMap: new Map(),
|
|
58
|
+
// todo: gameSectionFirst currently has no functionality
|
|
59
|
+
gameSectionFirst: false,
|
|
60
|
+
// copy the readonly properties into mutable values
|
|
61
|
+
groupedEntries: AllGroupedEntries.map(g => {
|
|
62
|
+
return {
|
|
63
|
+
name: g.name,
|
|
64
|
+
gridClass: g.gridClass,
|
|
65
|
+
items: g.items.map(e => e)
|
|
66
|
+
};
|
|
67
|
+
})
|
|
68
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<script>export let props;
|
|
2
|
+
import {} from "./EntryProps";
|
|
3
|
+
import HeaderChefWings from "../../../assets/game_dev/footage-chef-wings.gif";
|
|
4
|
+
import LinkIcon from "../../../assets/icons/link-icon.svg";
|
|
5
|
+
import Card from "../../../components/Card.svelte";
|
|
6
|
+
import { getModalStore } from "@skeletonlabs/skeleton";
|
|
7
|
+
const modalStore = getModalStore();
|
|
8
|
+
const chefWingsWarning = {
|
|
9
|
+
type: "confirm",
|
|
10
|
+
title: "Warning: please confirm",
|
|
11
|
+
body: `This will directly link to the game itself, since this game does not have any game page or any publicly viewable source code. The game is only playable on desktop. Are you sure you wish to proceed? If there are any bugs, please report at <a href='mailto:${props.email}' target='_blank'>${props.email}</a>.`,
|
|
12
|
+
response: (r) => {
|
|
13
|
+
if (r) {
|
|
14
|
+
window.open("https://selk.io/birb-project/trunk/");
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
</script>
|
|
19
|
+
|
|
20
|
+
<Card>
|
|
21
|
+
<section class="game-card" slot="content">
|
|
22
|
+
<img src={HeaderChefWings} alt="todo" loading="lazy">
|
|
23
|
+
<section class="game-card-body">
|
|
24
|
+
|
|
25
|
+
<h1>Chef Wings</h1>
|
|
26
|
+
<p>
|
|
27
|
+
A “roguelite-lite” where you gather ingredients in a procedurally-generated dungeon and use
|
|
28
|
+
them to cook for customers and then critics!
|
|
29
|
+
</p>
|
|
30
|
+
<p>
|
|
31
|
+
I built and documented several of the game’s systems including the game state management
|
|
32
|
+
system that extends <span class="qt-unity">Unity’s</span> existing Monobehavior lifecycle with new events,
|
|
33
|
+
and the dialogue, event, and level systems that coordinate the game flow using the interactive
|
|
34
|
+
dialogue tool YarnSpinner
|
|
35
|
+
</p>
|
|
36
|
+
|
|
37
|
+
<section class="game-link-section">
|
|
38
|
+
<button type="button" class="game-button turnip-button"
|
|
39
|
+
title="https://selk.io/birb-project/trunk/"
|
|
40
|
+
on:click={()=>modalStore.trigger(chefWingsWarning)}>
|
|
41
|
+
<img alt="itch.io icon" src={LinkIcon}>
|
|
42
|
+
<span>selk.io/birb-project/trunk/</span>
|
|
43
|
+
</button>
|
|
44
|
+
</section>
|
|
45
|
+
</section>
|
|
46
|
+
</section>
|
|
47
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type ChefWingsProps = typeof __propDef.props;
|
|
13
|
+
export type ChefWingsEvents = typeof __propDef.events;
|
|
14
|
+
export type ChefWingsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ChefWings extends SvelteComponent<ChefWingsProps, ChefWingsEvents, ChefWingsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import Card from "../../../components/Card.svelte";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
import WeaverFootage from "../../../assets/others/weaver-footage.gif";
|
|
5
|
+
export let props;
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
<Card>
|
|
10
|
+
<section class="project-card" slot="content">
|
|
11
|
+
<img alt="Footage of a visual novel-like dynamic dialog interaction happening on the same page we are on"
|
|
12
|
+
src={WeaverFootage} />
|
|
13
|
+
|
|
14
|
+
<div class="project-card-body">
|
|
15
|
+
<h2>Customized Yarnspinner interpreter and dialog runner</h2>
|
|
16
|
+
|
|
17
|
+
A custom dialog interpreter, written in <span class="qt-ts">Typescript</span>, that tokenizes then
|
|
18
|
+
transpiles custom Yarnspinner dialog into a <span class="qt-ts">Typescript</span> file. The said files can
|
|
19
|
+
be used on a corresponding runner or library, also implemented alongside it, allowing the ability to play a
|
|
20
|
+
custom-flavor of YarnSpinner dialogs on <span class="qt-svelte">Svelte</span>.
|
|
21
|
+
|
|
22
|
+
<section class="game-link-section">
|
|
23
|
+
<button type="button" class="game-button turnip-button"
|
|
24
|
+
role="link"
|
|
25
|
+
title="https://github.com/TurnipXenon/pineapple/blob/main/docs/PineappleFiberSpec.md"
|
|
26
|
+
on:click={() => window.open("https://github.com/TurnipXenon/pineapple/blob/main/docs/PineappleFiberSpec.md")}>
|
|
27
|
+
<img src={GithubIcon} alt="github icon">
|
|
28
|
+
</button>
|
|
29
|
+
</section>
|
|
30
|
+
</div>
|
|
31
|
+
</section>
|
|
32
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type CustomizedYarnspinnerProps = typeof __propDef.props;
|
|
13
|
+
export type CustomizedYarnspinnerEvents = typeof __propDef.events;
|
|
14
|
+
export type CustomizedYarnspinnerSlots = typeof __propDef.slots;
|
|
15
|
+
export default class CustomizedYarnspinner extends SvelteComponent<CustomizedYarnspinnerProps, CustomizedYarnspinnerEvents, CustomizedYarnspinnerSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<script>import {} from "./EntryProps";
|
|
2
|
+
import Card from "../../../components/Card.svelte";
|
|
3
|
+
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
|
+
export let props;
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<Card>
|
|
8
|
+
<section class="project-card" slot="content">
|
|
9
|
+
<div class="project-card-body">
|
|
10
|
+
|
|
11
|
+
<h2>Decentralized social media</h2>
|
|
12
|
+
|
|
13
|
+
<p>We made a full stack decentralized social media app made with <span class="qt-react">React</span> +
|
|
14
|
+
<span class="qt-js">Javascript</span> for the client code, <span class="qt-django">Django</span> + <span
|
|
15
|
+
class="qt-python">Python</span> for the backend code, and <span class="qt-heroku">Heroku</span> for
|
|
16
|
+
deployment. This project was made
|
|
17
|
+
for
|
|
18
|
+
our Web Applications and Architecture class.</p>
|
|
19
|
+
<p>The application can connect with three other decentralized social media app in the same class:
|
|
20
|
+
</p>
|
|
21
|
+
<ul>
|
|
22
|
+
<li>
|
|
23
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-14"
|
|
24
|
+
target="_blank">Also
|
|
25
|
+
a social media with the same Django + Python backend server where they act on behalf of
|
|
26
|
+
our users interacting with theirs</a></li>
|
|
27
|
+
<li>
|
|
28
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-7"
|
|
29
|
+
target="_blank">A
|
|
30
|
+
social media that uses Fast API + Python for their backend server</a></li>
|
|
31
|
+
<li>
|
|
32
|
+
<a href="https://github.com/hgshah/cmput404-project/blob/main/docs/testing_other_teams.md#team-12"
|
|
33
|
+
target="_blank">Another
|
|
34
|
+
social media that has Django + Python for their backend but we have to act on behalf of
|
|
35
|
+
our
|
|
36
|
+
users interacting with their users</a>
|
|
37
|
+
</li>
|
|
38
|
+
</ul>
|
|
39
|
+
|
|
40
|
+
<!-- todo: add tags with Javascript, React, Python, Django, Heroku -->
|
|
41
|
+
|
|
42
|
+
<section class="game-link-section">
|
|
43
|
+
<button type="button" class="game-button turnip-button"
|
|
44
|
+
role="link"
|
|
45
|
+
title="https://github.com/hgshah/cmput404-project"
|
|
46
|
+
on:click={() => window.open("https://github.com/hgshah/cmput404-project")}>
|
|
47
|
+
<img src={GithubIcon} alt="github icon">
|
|
48
|
+
</button>
|
|
49
|
+
</section>
|
|
50
|
+
</div>
|
|
51
|
+
</section>
|
|
52
|
+
</Card>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { type EntryProps } from "./EntryProps";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
props: EntryProps;
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export type DecentralizedSocialMediaProps = typeof __propDef.props;
|
|
13
|
+
export type DecentralizedSocialMediaEvents = typeof __propDef.events;
|
|
14
|
+
export type DecentralizedSocialMediaSlots = typeof __propDef.slots;
|
|
15
|
+
export default class DecentralizedSocialMedia extends SvelteComponent<DecentralizedSocialMediaProps, DecentralizedSocialMediaEvents, DecentralizedSocialMediaSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|