{"version":3,"file":"8416.695b402a30ca6a5b5fb4.js","mappings":"62BAqCA,EAnCA,SAAQ,I,mpBAAFA,EACUC,G,wHACFA,G,gBAGVC,IAAAA,S,MAAAA,WACI,OAAM,gBACDC,MAAG,CAACC,UAAU,4B,gBACVD,MAAG,CAACC,UAAU,kBACVC,KAAKJ,MAAMK,kBAAgB,gBACvBH,MAAG,CAACC,UAAU,mC,gBACVG,MAAG,CACAC,IAAKH,KAAKJ,MAAMK,iBAChBG,QAAQ,OACRC,IAAKL,KAAKJ,MAAMU,c,gBAI3BR,MAAG,CAACC,UAAU,wB,gBACVQ,KAAE,CACCR,UAAU,6BACVS,wBAAyB,CAAEC,OAAQT,KAAKJ,MAAMU,cAEjDN,KAAKJ,MAAMc,mBAAiB,gBACxBC,IAAC,CACEZ,UAAU,oCACVS,wBAAyB,CAAEC,OAAQT,KAAKJ,MAAMc,6B,mBA1B9E,CAA4BE,EAAAA,W,gNCC5B,IAEA,EAF0BhB,SAAAA,GAAS,OAAM,gBAALD,EAAa,KAAKC","sources":["webpack://gyldendal-uddannelse/./src/Foundation/Frontend/ReactComponents/Author/author-details.js","webpack://gyldendal-uddannelse/./src/Foundation/Frontend/ReactViews/AuthorDetails/author-details-view.js"],"sourcesContent":["import React, { Component } from \"react\";\r\n\r\nclass AuthorDetails extends Component {\r\n    constructor(props) {\r\n        super(props);\r\n    }\r\n\r\n    render() {\r\n        return (\r\n            <div className=\"author-details-container\">\r\n                <div className=\"author-details\">\r\n                    {this.props.AuthorPictureUrl && (\r\n                        <div className=\"author-details__image-container\">\r\n                            <img\r\n                                src={this.props.AuthorPictureUrl}\r\n                                loading=\"lazy\"\r\n                                alt={this.props.AuthorName}\r\n                            />\r\n                        </div>\r\n                    )}\r\n                    <div className=\"author-details__meta\">\r\n                        <h1\r\n                            className=\"author-details__meta__name\"\r\n                            dangerouslySetInnerHTML={{ __html: this.props.AuthorName }}\r\n                        />\r\n                        {this.props.AuthorDescription && (\r\n                            <p\r\n                                className=\"author-details__meta__description\"\r\n                                dangerouslySetInnerHTML={{ __html: this.props.AuthorDescription }}\r\n                            />\r\n                        )}\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        );\r\n    }\r\n}\r\nexport default AuthorDetails;\r\n","import * as React from \"react\";\r\nimport AuthorDetails from \"@/ReactComponents/Author/author-details\";\r\n\r\nconst AuthorDetailsView = props => <AuthorDetails {...props} />;\r\n\r\nexport default AuthorDetailsView;\r\n"],"names":["AuthorDetails","props","render","div","className","this","AuthorPictureUrl","img","src","loading","alt","AuthorName","h1","dangerouslySetInnerHTML","__html","AuthorDescription","p","Component"],"sourceRoot":""}