{"version":3,"file":"component---src-pages-overviews-slime-alchemist-tsx-5f4a38b259eb784df266.js","mappings":"4IASA,MAAMA,GAAiBC,EAAAA,EAAAA,GAAA,OAAAC,OAAA,aAAAD,CAAA,CAAAE,KAAA,UAAAC,OAAA,oEASjBC,GAAMJ,EAAAA,EAAAA,GAAA,UAAAC,OAAA,aAAAD,CAAA,CAAAE,KAAA,SAAAC,OAAA,2EAsBZ,IARcE,IAAiC,IAAhC,SAAEC,EAAQ,MAAEC,GAAcF,EACvC,OACEG,EAAAA,EAAAA,GAACT,EAAiB,MAChBS,EAAAA,EAAAA,GAACJ,EAAM,CAACK,IAAKH,EAAUC,MAAOA,EAAOG,iBAAe,IAClC,C,uKCvBxB,MAAMH,EAAQ,kBAORI,EAAoB,CACxBC,SANe,CACf,CAAEL,MAAO,aAAcM,GAAI,cAC3B,CAAEN,MAAO,gBAAiBM,GAAI,kBAK9BC,QAAS,CACP,sBACAN,EAAAA,EAAAA,GAAA,KAAGO,KAAK,+DAA8D,+BAIxEC,KAAM,CAAC,oBACPC,MAAO,CAAC,QAAS,oBAAqB,aACtCC,cACEV,EAAAA,EAAAA,GAACW,EAAAA,EAAKC,SAAQ,CACZC,MACEb,EAAAA,EAAAA,GAACc,EAAAA,GAAa,CAACC,MAAO,CAAEC,MAAO,UAC7BhB,EAAAA,EAAAA,GAACiB,EAAAA,EAAK,CACJnB,SAAS,4CACTC,MAAM,0BAIZmB,MACElB,EAAAA,EAAAA,GAACmB,EAAAA,GAAiB,MAChBnB,EAAAA,EAAAA,GAACoB,EAAAA,EAAI,MACHpB,EAAAA,EAAAA,GAACqB,EAAAA,EAAW,CACVpB,IAAI,wCACJqB,IAAI,2eACJC,QAAQ,QAAOC,YAAAC,EAAA,aAuE7B,UA9DkBC,KAEd1B,EAAAA,EAAAA,GAAA2B,EAAAA,SAAA,MACE3B,EAAAA,EAAAA,GAAC4B,EAAAA,EAAM,MACL5B,EAAAA,EAAAA,GAAC6B,EAAAA,EAAc,CACbC,GAAG,UACHC,SACE/B,EAAAA,EAAAA,GAACgC,EAAAA,GAAY,CACXtC,KAAMK,EACNkC,SAAS,6BACTC,QAAS/B,MAIbH,EAAAA,EAAAA,GAACW,EAAAA,EAAKwB,EAAC,KAAC,gQAMRnC,EAAAA,EAAAA,GAACW,EAAAA,EAAKwB,EAAC,CAACpB,MAAO,CAAEqB,UAAW,SAAU,sQAMtCpC,EAAAA,EAAAA,GAACc,EAAAA,GAAa,CAACC,MAAO,CAAEqB,UAAW,QAAUC,QAAQ,iBACnDrC,EAAAA,EAAAA,GAACoB,EAAAA,EAAI,MACHpB,EAAAA,EAAAA,GAACqB,EAAAA,EAAW,CACVpB,IAAI,qCACJqB,IAAI,wkBAAukBE,YAAAC,EAAA,WAIjlBzB,EAAAA,EAAAA,GAACc,EAAAA,GAAa,CACZC,MAAO,CAAEqB,UAAW,QACpBC,QAAQ,kCAERrC,EAAAA,EAAAA,GAACoB,EAAAA,EAAI,MACHpB,EAAAA,EAAAA,GAACqB,EAAAA,EAAW,CACVpB,IAAI,8CACJqB,IAAI,u0BAAs0BE,YAAAC,EAAA,WAIh1BzB,EAAAA,EAAAA,GAACc,EAAAA,GAAa,CACZC,MAAO,CAAEqB,UAAW,QACpBC,QAAQ,qBAERrC,EAAAA,EAAAA,GAACoB,EAAAA,EAAI,MACHpB,EAAAA,EAAAA,GAACqB,EAAAA,EAAW,CACVpB,IAAI,kCACJqB,IAAI,iOAAgOE,YAAAC,EAAA,aAY7O,MAAMa,EAAeA,KAAMtC,EAAAA,EAAAA,GAACuC,EAAAA,EAAG,CAACxC,MAAOA,G","sources":["webpack://violeteris.com/./src/components/styling/Video.tsx","webpack://violeteris.com/./src/pages/overviews/slime-alchemist.tsx"],"sourcesContent":["import * as React from \"react\"\nimport styled from \"@emotion/styled\"\nimport { gs } from \"../../components/styling/GlobalStyles\"\n\ninterface Props {\n videoSrc: string\n title: string\n}\n\nconst DivVideoContainer = styled.div`\n //@media all and (min-width: ${gs.size.screen.md}) {\n position: relative;\n overflow: hidden;\n width: 100%;\n padding-top: 56.25%;\n //}\n`\n\nconst Iframe = styled.iframe`\n width: 100%;\n height: 100%;\n //@media all and (min-width: ${gs.size.screen.md}) {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n\n //margin-top: -32px;\n //}\n`\n\nconst Video = ({ videoSrc, title }: Props) => {\n return (\n \n \n \n )\n}\n\nexport default Video\n","import * as React from \"react\"\nimport type { HeadFC } from \"gatsby\"\nimport Seo from \"../../components/Seo\"\nimport Layout from \"../../components/Layout\"\nimport { SectionWrapper, Node } from \"../../components/Sections\"\nimport { HeadingTitle } from \"../../components/styling/Heading\"\nimport BorderWrapper, {\n MobileHideWrapper,\n} from \"../../components/styling/BorderWrapper\"\nimport { StaticImage } from \"gatsby-plugin-image\"\nimport Zoom from \"react-medium-image-zoom\"\nimport Video from \"../../components/styling/Video\"\n\nconst title = \"Slime Alchemist\"\n\nconst headings = [\n { title: \"Wireframes\", id: \"Wireframes\" },\n { title: \"Final Product\", id: \"Final-Product\" },\n]\n\nconst summmary: Summary = {\n headings: headings,\n details: [\n \"2023 Steam Release\",\n \n Slime Alchemist Steam Page\n ,\n ],\n role: [\"UI / UX Designer\"],\n tools: [\"Figma\", \"Affinity Designer\", \"Photoshop\"],\n extraContent: (\n \n \n \n }\n col2={\n \n \n \n \n \n }\n />\n ),\n}\n\nconst SlimePage = () => {\n return (\n <>\n \n \n }\n >\n \n Slime Alchemist is a roguelike deckbuilder with turn-based tatical\n combat that's currently in early access on steam! I had a lot of fun\n working with a more playful style than my usual work and I'd love to\n get another chance to work with the developer.\n \n \n I was brought on to this project to suggest some of the more\n impactful UX improvements that the developer could make, as well as\n create a some assets that fit with the existing style of the\n project. Here's some of the work that I contributed to the project:\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n >\n )\n}\n\nexport default SlimePage\n\nexport const Head: HeadFC = () => \n"],"names":["DivVideoContainer","_styled","target","name","styles","Iframe","_ref","videoSrc","title","___EmotionJSX","src","allowFullScreen","summmary","headings","id","details","href","role","tools","extraContent","Node","multiCol","col1","BorderWrapper","style","width","Video","col2","MobileHideWrapper","Zoom","StaticImage","alt","loading","__imageData","require","SlimePage","React","Layout","SectionWrapper","as","heading","HeadingTitle","subtitle","summary","p","marginTop","caption","Head","Seo"],"sourceRoot":""}