{"version":3,"file":"static/chunks/pages/sign/see-it-snap-it-share-it-1-hash-5ae07b987b2adfcf0031.js","mappings":"mFAAA,OAOC,WACA,aAEA,IAAIA,EAAS,GAAGC,eAEhB,SAASC,IAGR,IAFA,IAAIC,EAAU,GAELC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAC1C,IAAIG,EAAMF,UAAUD,GACpB,GAAKG,EAAL,CAEA,IAAIC,SAAiBD,EAErB,GAAgB,WAAZC,GAAoC,WAAZA,EAC3BL,EAAQM,KAAKF,QACP,GAAIG,MAAMC,QAAQJ,IACxB,GAAIA,EAAID,OAAQ,CACf,IAAIM,EAAQV,EAAWW,MAAM,KAAMN,GAC/BK,GACHT,EAAQM,KAAKG,SAGT,GAAgB,WAAZJ,EACV,GAAID,EAAIO,WAAaC,OAAOC,UAAUF,SACrC,IAAK,IAAIG,KAAOV,EACXP,EAAOkB,KAAKX,EAAKU,IAAQV,EAAIU,IAChCd,EAAQM,KAAKQ,QAIfd,EAAQM,KAAKF,EAAIO,aAKpB,OAAOX,EAAQgB,KAAK,KAGgBC,EAAOC,SAC3CnB,EAAWoB,QAAUpB,EACrBkB,EAAOC,QAAUnB,QAKhB,KAFwB,EAAF,WACtB,OAAOA,GACP,QAFoB,OAEpB,aA9CH,I,gGCQA,IANe,SAACqB,GAAD,OACb,gBAAKC,UAAWtB,GAAAA,CAAW,SAAUqB,EAAMpB,QAASsB,IAAAA,QAApD,SACGF,EAAMG,a,gGC8BX,IA/BqB,SAACH,GAClB,IAAII,EAAOJ,EAAMI,MAAQ,oBASzB,OARKC,IAAAA,WAAaD,EAAM,OACpBA,EAAO,IAAMA,IAGjBE,EAAAA,EAAAA,YAAU,WACNC,aAAaC,SAAWJ,MAI5B,iCACI,iBAAKH,UAAU,eAAf,WACI,iBAAKQ,GAAG,cAAR,WACI,gBAAKC,IAAG,mCAA8BV,EAAMW,KAAOC,MAAO,CAACC,MAAO,UAClE,gBAAKZ,UAAU,+CAAf,UACI,gBAAKA,UAAU,iBAAf,UACI,iBAAMQ,GAAG,cAAcR,UAAU,cAAjC,SAAgDG,YAI5D,mCAAS,kBAAT,UAAoB,kBAApB,UAA+B,kBAA/B,UAA0C,kBAA1C,UAAqD,kBAArD,gBAGJ,iBAAKK,GAAG,UAAR,WACI,cAAGR,UAAU,gBAAgBa,KAAK,6BAAlC,oBACA,cAAGb,UAAWC,IAAAA,SAAiBa,SAAUf,EAAMgB,SAAUF,KAAI,mBAAcd,EAAMW,IAApB,iBAAgCN,IAAAA,UAAYD,EAAM,MAA/G,UAAuH,6D,uGCNnI,UArBa,WACT,IAAMa,GAASC,EAAAA,EAAAA,aACTd,EAAoC,kBAAtBa,EAAOE,MAAMf,KAAoBa,EAAOE,MAAMf,KAAK,GAAKa,EAAOE,MAAMf,KAEzF,OACI,iCACI,UAAC,UAAD,YACI,qDACA,iBAAMgB,KAAK,cAAcC,QAAQ,yBACjC,iBAAMD,KAAK,SAASC,QAAQ,aAC5B,iBAAMC,IAAI,aAAaR,KAAK,oDAC5B,iBAAMQ,IAAI,aAAaC,KAAK,WAAWT,KAAK,yBAGhD,SAAC,IAAD,CAAQlC,QAAS,CAAC,kBAAlB,UACI,SAAC,IAAD,CAAcwB,KAAMA,EAAMO,IAlB9B,sCAkBwCK,SAAQ,UAjB/C,iCAiB+C,iB,sBCvBvDQ,OAAOC,SAAWD,OAAOC,UAAY,IAAIvC,KAAK,CAC7C,uCACA,WACE,OAAO,EAAQ,U,iBCHvBW,EAAOC,QAAU,CAAC,OAAS,yB,iBCA3BD,EAAOC,QAAU,CAAC,SAAW,kC","sources":["webpack://_N_E/./node_modules/classnames/index.js","webpack://_N_E/./src/components/Layout/index.tsx","webpack://_N_E/./src/components/SignDownload/Hashtag.tsx","webpack://_N_E/./src/pages/sign/see-it-snap-it-share-it-1-hash.tsx","webpack://_N_E/?5493","webpack://_N_E/./src/components/Layout/Layout.module.scss","webpack://_N_E/./src/components/SignDownload/SignDownload.module.scss"],"sourcesContent":["/*!\n Copyright (c) 2018 Jed Watson.\n Licensed under the MIT License (MIT), see\n http://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames() {\n\t\tvar classes = [];\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (!arg) continue;\n\n\t\t\tvar argType = typeof arg;\n\n\t\t\tif (argType === 'string' || argType === 'number') {\n\t\t\t\tclasses.push(arg);\n\t\t\t} else if (Array.isArray(arg)) {\n\t\t\t\tif (arg.length) {\n\t\t\t\t\tvar inner = classNames.apply(null, arg);\n\t\t\t\t\tif (inner) {\n\t\t\t\t\t\tclasses.push(inner);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else if (argType === 'object') {\n\t\t\t\tif (arg.toString === Object.prototype.toString) {\n\t\t\t\t\tfor (var key in arg) {\n\t\t\t\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\t\t\t\tclasses.push(key);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tclasses.push(arg.toString());\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn classes.join(' ');\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n","import styles from \"./Layout.module.scss\";\nimport React, { ReactNode } from \"react\";\nimport classNames from \"classnames\";\n\ntype Props = {\n children?: ReactNode;\n classes?: string[];\n}\n\nconst Layout = (props: Props) => (\n
\n {props.children}\n
\n)\n\nexport default Layout;\n","import _ from \"lodash\";\nimport React, { useEffect } from \"react\";\nimport styles from \"./SignDownload.module.scss\";\n\ntype Props = {\n img: string;\n filename: string;\n hash?: string;\n};\n\nconst SignDownload = (props: Props) => {\n let hash = props.hash || \"#MyWeddingHashtag\";\n if (!_.startsWith(hash, \"#\")) {\n hash = \"#\" + hash;\n }\n\n useEffect(() => {\n localStorage.signhash = hash;\n })\n\n return (\n <>\n
\n
\n \n
\n
\n {hash}\n
\n
\n
\n






\n
\n\n
\n close\n \n
\n )\n}\n\nexport default SignDownload;\n","import React, { useEffect, useState } from \"react\";\nimport { useRouter } from \"next/router\";\nimport Head from \"next/head\";\nimport Layout from \"../../components/Layout\";\nimport SignDownload from \"../../components/SignDownload/Hashtag\";\n\nconst img = \"see-it-snap-it-share-it-01-hash.svg\";\nconst path = \"see-it-snap-it-share-it-1-hash\";\n\nconst Page = () => {\n const router = useRouter();\n const hash = typeof router.query.hash === \"object\" ? router.query.hash[0] : router.query.hash;\n\n return (\n <>\n \n Sign Shop - TacBoard\n \n \n \n \n \n\n \n \n \n \n );\n}\n\nexport default Page;\n","\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/sign/see-it-snap-it-share-it-1-hash\",\n function () {\n return require(\"private-next-pages/sign/see-it-snap-it-share-it-1-hash.tsx\");\n }\n ]);\n ","// extracted by mini-css-extract-plugin\nmodule.exports = {\"layout\":\"Layout_layout__3guix\"};","// extracted by mini-css-extract-plugin\nmodule.exports = {\"download\":\"SignDownload_download__3lbUo\"};"],"names":["hasOwn","hasOwnProperty","classNames","classes","i","arguments","length","arg","argType","push","Array","isArray","inner","apply","toString","Object","prototype","key","call","join","module","exports","default","props","className","styles","children","hash","_","useEffect","localStorage","signhash","id","src","img","style","width","href","download","filename","router","useRouter","query","name","content","rel","type","window","__NEXT_P"],"sourceRoot":""}