{"version":3,"file":"component---src-pages-tools-point-cloud-visibility-tsx-538dd9f59a1e57bfe780.js","mappings":"8MAOWA,EAAO,kCCwDlB,EA7CsC,SAAC,GAOhC,IANLC,EAMI,EANJA,MACAC,EAKI,EALJA,WACAC,EAII,EAJJA,SACAC,EAGI,EAHJA,WACAC,EAEI,EAFJA,WACAC,EACI,EADJA,SAEQC,GAAMC,EAAAA,EAAAA,KAAND,EACFE,GAASC,EAAAA,EAAAA,gBAAeC,GAC9B,OACE,mCACEC,UD5Be,qCC6BfC,MAAO,CACLC,UAAW,OACXC,aAAcV,EAAa,QAAU,SAGvC,+BAAKO,UAAWI,GAAAA,CDnCC,uCCmCeZ,GDjCd,0CCkChB,+BAAKQ,UDjCQ,sCCkCVT,GACC,+BAAKS,UDjCQ,0CCkCX,+BAAKA,UAAWK,GAASd,EAASH,MACjCG,EAASe,OAAS,+BAAKN,UAAWK,GAASd,EAASe,QAGxDjB,GAAS,8BAAIW,UAAWI,GAAAA,CDvChB,mCCuC4Bd,IAAcD,GAClDK,IAGJD,GACC,+BAAKO,UDxCY,0CCyCf,wBAAC,EAAAO,EAAD,CACEC,MAAOX,EAAOY,KAAKC,gBAAgBC,gBACnCX,UD5CM,kCC6CNY,UAAU,OACVC,IAAKlB,EAAE,OACPN,MAAOM,EAAE,YAUfI,EAAW,a,qFC1CjB,UAhB2C,WACzC,IAAQJ,GAAMC,EAAAA,EAAAA,KAAND,EACFN,EAAQM,EAAE,0BACVmB,EAAcnB,EAAE,4CAChBoB,EAAUpB,EAAE,wCAElB,OACE,gDACE,wBAAC,IAAD,CAAKN,MAAOA,EAAOyB,YAAaA,IAChC,wBAAC,IAAD,CAAazB,MAAOA,EAAOI,YAAU,EAACD,YAAU,EAACF,WAAW,QAC1D,6BAAGU,UAAWK,EAAAA,IAASU,O,qYChBxB,IAIIC,EAAY,gCAGZC,EAAU,8BACVC,EAAa,iCACbC,EAAa,iCAIbC,EAAiB,qCAGjBC,EAAO,2BAGPC,EAAgB,oCAGhBC,EAAgB,oCAEhBC,EAAe,mCACfC,EAAY,gCACZC,EAAW,+BACXC,EAAmB,uCACnBC,EAAgB,oCAChBC,EAAc,kCACdC,EAAsB","sources":["webpack://sgnl-site/./src/components/NewsSection/NewsSection.module.scss","webpack://sgnl-site/./src/components/NewsSection/index.tsx","webpack://sgnl-site/./src/pages/tools/point-cloud-visibility.tsx","webpack://sgnl-site/./src/pages/news.module.scss"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport var container = \"NewsSection-module--container--Efhz8\";\nexport var section = \"NewsSection-module--section--SjKgJ\";\nexport var maxContent = \"NewsSection-module--maxContent--JeVjw\";\nexport var content = \"NewsSection-module--content--khVaU\";\nexport var title = \"NewsSection-module--title--nMNNc\";\nexport var dateWrapper = \"NewsSection-module--dateWrapper--MlktV\";\nexport var date = \"NewsSection-module--date--e5iDZ\";\nexport var trap = \"NewsSection-module--trap--UCS6K\";\nexport var trapWrapper = \"NewsSection-module--trapWrapper--hfKZP\";","import React from 'react'\nimport { graphql, useStaticQuery } from 'gatsby'\nimport { GatsbyImage } from 'gatsby-plugin-image'\nimport cn from 'classnames'\nimport { useTranslations } from '../../hooks/use-translations'\nimport * as s from './NewsSection.module.scss'\n\ninterface IProps {\n title?: string\n classTitle?: string\n maxContent?: boolean\n rayContent?: boolean\n dateData?: {\n date: string\n event?: string\n }\n}\n\nconst NewsSection: React.FC = ({\n title,\n classTitle,\n dateData,\n maxContent,\n rayContent,\n children,\n}) => {\n const { t } = useTranslations()\n const images = useStaticQuery(imagesQuery)\n return (\n \n
\n
\n {dateData && (\n
\n
{dateData.date}
\n {dateData.event &&
{dateData.event}
}\n
\n )}\n {title &&

{title}

}\n {children}\n
\n
\n {rayContent && (\n
\n \n
\n )}\n \n )\n}\n\nexport default NewsSection\n\nconst imagesQuery = graphql`\n query {\n trap: file(relativePath: { eq: \"trap.png\" }) {\n childImageSharp {\n gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED)\n }\n }\n }\n`\n","import React from 'react'\nimport SEO from '../../components/seo'\nimport { useTranslations } from '../../hooks/use-translations'\nimport NewsSection from '../../components/NewsSection'\n\nimport * as s from '../news.module.scss'\n\nconst PointCloudVisibilityPage: React.FC = () => {\n const { t } = useTranslations()\n const title = t('Point cloud visibility')\n const description = t('point_cloud_visibility_tools_description')\n const content = t('point_cloud_visibility_tools_content')\n\n return (\n <>\n \n \n

{content}

\n
\n \n )\n}\n\nexport default PointCloudVisibilityPage\n","// extracted by mini-css-extract-plugin\nexport var section = \"news-module--section--g5uoe\";\nexport var maxContent = \"news-module--maxContent--mpYRW\";\nexport var content = \"news-module--content--v60SD\";\nexport var textTitle = \"news-module--textTitle--nitTa\";\nexport var textLists = \"news-module--textLists--IMoga\";\nexport var disc = \"news-module--disc--AqJ0s\";\nexport var auto = \"news-module--auto--u9wuf\";\nexport var decimal = \"news-module--decimal--+OTUr\";\nexport var check_mark = \"news-module--check_mark--P6DHG\";\nexport var imageBlock = \"news-module--imageBlock--TmnyQ\";\nexport var imageText = \"news-module--imageText--DgNcO\";\nexport var imageFullWidth = \"news-module--imageFullWidth--Rg4vs\";\nexport var imageEvent = \"news-module--imageEvent--y9m8O\";\nexport var imageClickable = \"news-module--imageClickable--wN1YK\";\nexport var imageClickable_bottom = \"news-module--imageClickable_bottom--6ol01\";\nexport var brandButtons = \"news-module--brandButtons--Alw1o\";\nexport var text = \"news-module--text--5E1Q6\";\nexport var video = \"news-module--video--6ohKO\";\nexport var videoSize = \"news-module--videoSize--WLsUN\";\nexport var authorWrapper = \"news-module--authorWrapper--pKcye\";\nexport var author = \"news-module--author--F1DUO\";\nexport var special_offer_image = \"news-module--special_offer_image--2F8hV\";\nexport var columnWrapper = \"news-module--columnWrapper--805HQ\";\nexport var boxShadow = \"news-module--boxShadow--zn30v\";\nexport var youtubeVideo = \"news-module--youtubeVideo---NENF\";\nexport var imageWrap = \"news-module--imageWrap--wN+Es\";\nexport var textWrap = \"news-module--textWrap--sagCF\";\nexport var textWrapCentered = \"news-module--textWrapCentered--Gc1WE\";\nexport var margin_top_48 = \"news-module--margin_top_48--icjNV\";\nexport var contentWrap = \"news-module--contentWrap--+JWDB\";\nexport var productLinksWrapper = \"news-module--productLinksWrapper--s8uye\";"],"names":["date","title","classTitle","dateData","maxContent","rayContent","children","t","useTranslations","images","useStaticQuery","imagesQuery","className","style","marginTop","marginBottom","cn","s","event","G","image","trap","childImageSharp","gatsbyImageData","objectFit","alt","description","content","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}