{"version":3,"file":"1515.361499d30ade54bb4da2.js","mappings":"62BA2DA,EAzDA,SAAQ,I,mpBAAFA,EACUC,G,wHACFA,G,gBAGVC,IAAAA,S,MAAAA,WACI,OAAM,gBACDC,MAAG,qBACCA,MAAG,CAACC,UAAU,e,gBACVD,MAAG,CAACC,UAAU,mBACVC,EAAAA,EAAOC,WAAaC,cAAY,gBAC5BJ,MAAG,CAACC,UAAU,6B,gBACVI,IAAC,KAAC,6DAAyD,gBAC3DL,MAAG,CACAC,UAAU,gBACVK,wBAAyB,CAAEC,OAAQC,KAAKV,MAAMW,iBAIzDD,KAAKV,MAAMY,aAAW,gBAClBC,OAAI,CACDV,UAAU,kBACVK,wBAAyB,CAAEC,OAAQC,KAAKV,MAAMY,eAGrDF,KAAKV,MAAMc,kBAAgB,gBACvBC,KAAE,CACCZ,UAAU,iBACVK,wBAAyB,CAAEC,OAAQC,KAAKV,MAAMc,oB,gBAGrDP,IAAC,CAACJ,UAAU,yBACRO,KAAKV,MAAMgB,aAAW,gBAClBH,OAAI,CACDV,UAAU,8BACVK,wBAAyB,CAAEC,OAAQC,KAAKV,MAAMgB,eAGrDN,KAAKV,MAAMiB,mBAAiB,gBACxBJ,OAAI,CACDV,UAAU,gCACVK,wBAAyB,CAAEC,OAAQC,KAAKV,MAAMiB,sBAIzDP,KAAKV,MAAMkB,yBAAuB,gBAC9BX,IAAC,CACEJ,UAAU,+CACVK,wBAAyB,CAAEC,OAAQC,KAAKV,MAAMkB,mC,mBAhD9E,CAA2BC,EAAAA,W,gNCC3B,IAEA,EAFyBnB,SAAAA,GAAS,OAAM,gBAALD,EAAY,KAAKC","sources":["webpack://gyldendal-uddannelse/./src/Foundation/Frontend/ReactComponents/Article/article-intro.js","webpack://gyldendal-uddannelse/./src/Foundation/Frontend/ReactViews/ArticleIntro/article-intro-view.js"],"sourcesContent":["import React, { Component } from \"react\";\r\n\r\nclass ArticleIntro extends Component {\r\n constructor(props) {\r\n super(props);\r\n }\r\n\r\n render() {\r\n return (\r\n <div>\r\n <div className=\"content-row\">\r\n <div className=\"article-content\">\r\n {global.canUseDOM && isPageEditor && (\r\n <div className=\"teaser__thumb__pageEditor\">\r\n <p>This image is only used on article list and archive pages</p>\r\n <div\r\n className=\"teaser__thumb\"\r\n dangerouslySetInnerHTML={{ __html: this.props.ArticleImage }}\r\n />\r\n </div>\r\n )}\r\n {this.props.TrumpetText && (\r\n <span\r\n className=\"content-trumpet\"\r\n dangerouslySetInnerHTML={{ __html: this.props.TrumpetText }}\r\n ></span>\r\n )}\r\n {this.props.ArticleTitleText && (\r\n <h1\r\n className=\"content-header\"\r\n dangerouslySetInnerHTML={{ __html: this.props.ArticleTitleText }}\r\n />\r\n )}\r\n <p className=\"article-intro__byline\">\r\n {this.props.ArticleDate && (\r\n <span\r\n className=\"article-intro__byline__date\"\r\n dangerouslySetInnerHTML={{ __html: this.props.ArticleDate }}\r\n />\r\n )}\r\n {this.props.ArticleAuthorText && (\r\n <span\r\n className=\"article-intro__byline__author\"\r\n dangerouslySetInnerHTML={{ __html: this.props.ArticleAuthorText }}\r\n />\r\n )}\r\n </p>\r\n {this.props.ArticleShortDescription && (\r\n <p\r\n className=\"article-intro__lead content--intro-paragraph\"\r\n dangerouslySetInnerHTML={{ __html: this.props.ArticleShortDescription }}\r\n ></p>\r\n )}\r\n </div>\r\n </div>\r\n </div>\r\n );\r\n }\r\n}\r\nexport default ArticleIntro;\r\n","import * as React from \"react\";\r\nimport ArticleIntro from \"@/ReactComponents/Article/article-intro\";\r\n\r\nconst ArticleIntroView = props => <ArticleIntro {...props} />;\r\n\r\nexport default ArticleIntroView;\r\n"],"names":["ArticleIntro","props","render","div","className","global","canUseDOM","isPageEditor","p","dangerouslySetInnerHTML","__html","this","ArticleImage","TrumpetText","span","ArticleTitleText","h1","ArticleDate","ArticleAuthorText","ArticleShortDescription","Component"],"sourceRoot":""}