{"version":3,"file":"static/chunks/2116.34225af46c0b6692.js","mappings":"AAyDA,cAAAA,KAAAC,gBAAA,CAAAD,KAAAC,gBAAA,MAAAC,IAAA,yBAAAC,CAAA,CAAAC,CAAA,CAAAC,CAAA,EAAAA,EAAAC,CAAA,CAAAF,GAAAC,EAAA,WAAAE,EAAAF,EAAA,gBAAAG,EAAAL,CAAA,MAAAC,EAAAD,EAAAM,QAAA,CAAAJ,EAAAF,EAAAO,GAAA,CAAAF,EAAAL,EAAAQ,EAAA,CAAAC,EAAAT,EAAAU,SAAA,CAAAC,EAAAX,EAAAY,MAAA,CAAAC,EAAAb,EAAAc,SAAA,CAAAC,EAAAf,EAAAgB,QAAA,QAAAf,EAAAQ,CAAAA,EAAAA,EAAA,cAAAQ,MAAA,CAAAR,GAAA,gBAAAL,EAAAc,GAAA,EAAAhB,EAAA,CAAAM,GAAAH,EAAAW,SAAAD,EAAAL,UAAAD,EAAA,kBAAAI,EAAAM,MAAAR,EAAAL,SAAA,GAAAF,EAAAc,GAAA,UAAAE,wBAAA,CAAAC,OAAApB,CAAA,YAAAI,EAAAiB,YAAA,EAAAf,IAAA,KAAAG,UAAA,GAAAE,OAAA,GAAAE,UAAA,IAAAb,EAAAsB,OAAA,CAAAlB,CAAA","sources":["webpack://_N_E/./components/Heading/Heading.js","webpack://_N_E/"],"sourcesContent":["import React from 'react'\nimport PropTypes from 'prop-types'\n\nfunction Heading({children, tag: Tag, id, className, styles, whiteText,tabIndex}) {\n\n if (!children) {\n return null\n }\n\n className = className ? `ob-heading ${className}` : 'ob-heading';\n\n return (\n \n \n \n )\n}\n\nHeading.propTypes = {\n /**\n * The html to be structured\n */\n children: PropTypes.string,\n\n /**\n * The tag to be used for the containing element\n */\n tag: PropTypes.string,\n\n /**\n * The ID attribute be added to the element\n */\n id: PropTypes.string,\n\n /**\n * The Class attribute be added to the element\n */\n className: PropTypes.string,\n\n /**\n * Set white text if needed\n */\n whiteText: PropTypes.bool,\n\n /**\n * Add custom styles to the heading\n */\n styles: PropTypes.object\n}\n\nHeading.defaultProps = {\n tag: 'h2',\n className: '',\n styles: {},\n whiteText: false\n }\n\nexport default Heading\n\n","\"use strict\";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2116],{92116:function(e,t,a){a.r(t);a(67294);var s=a(85893);function n(e){var t=e.children,a=e.tag,n=e.id,l=e.className,c=e.styles,d=e.whiteText,h=e.tabIndex;return t?(l=l?\"ob-heading \".concat(l):\"ob-heading\",(0,s.jsx)(a,{id:n,tabIndex:h,className:l,\"data-white-text\":d,style:c,children:(0,s.jsx)(\"span\",{dangerouslySetInnerHTML:{__html:t}})})):null}n.defaultProps={tag:\"h2\",className:\"\",styles:{},whiteText:!1},t.default=n}}]);"],"names":["self","webpackChunk_N_E","push","e","t","a","r","s","n","children","tag","id","l","className","c","styles","d","whiteText","h","tabIndex","concat","jsx","style","dangerouslySetInnerHTML","__html","defaultProps","default"],"sourceRoot":""}