{"version":3,"file":"890.79ddf15e03b643e44e7f.min.js","mappings":"qgBAE0D,IAEpDA,EAAc,SAAAC,GAChB,SAAAD,EAAYE,GAAO,IAAAC,EAId,OAJcC,EAAAA,EAAAA,GAAA,KAAAJ,IACfG,EAAAE,EAAA,KAAAL,EAAA,CAAME,KAEDI,MAAQ,CACb,EAACH,CACL,CAAC,OAAAI,EAAAA,EAAAA,GAAAP,EAAAC,IAAAO,EAAAA,EAAAA,GAAAR,EAAA,EAAAS,IAAA,SAAAC,MAED,WAAS,IAAAC,EAAA,KACL,OAAIC,KAAKV,MAAMW,MAAMC,OAEbC,EAAAA,QAAAA,cAAA,WACIA,EAAAA,QAAAA,cAACC,EAAAA,EAAe,CAACC,MAAOL,KAAKV,MAAMe,MAAOC,UAAWN,KAAKV,MAAMgB,WAC3DN,KAAKV,MAAMW,MAAMM,KAAI,SAACC,EAAMC,GAAK,OAC9BN,EAAAA,QAAAA,cAACO,EAAAA,GAAiBC,EAAAA,EAAAA,GAAA,CAACd,IAAKY,GAAWD,EAAI,CAAEI,SAAUb,EAAKT,MAAMuB,UAAWC,SAAUf,EAAKT,MAAMyB,YAAa,MAOxH,IACX,IAAC,CAtBe,CAASC,EAAAA,WAyB7B5B,EAAe6B,aAAe,CAC1BC,SAAU,oBACVb,MAAO,uBACPC,UAAW,IAGf,W","sources":["webpack://VollrathManufacturing.Kentico.Web/./js/shared/react/components/carousel-widget.jsx"],"sourcesContent":["import React, { Component } from \"react\";\r\nimport CarouselSection from './carousel-section.jsx';\r\nimport CustomContentItem from './custom-content-item.jsx';\r\n\r\nclass CarouselWidget extends Component {\r\n constructor(props) {\r\n super(props);\r\n\r\n this.state = {\r\n }\r\n }\r\n\r\n render() {\r\n if (this.props.items.length) {\r\n return (\r\n <div>\r\n <CarouselSection title={this.props.title} titleBold={this.props.titleBold}>\r\n {this.props.items.map((item, index) => (\r\n <CustomContentItem key={index} {...item} colClass={this.props.cardWidth} tallCard={this.props.tallCards} />\r\n ))}\r\n </CarouselSection>\r\n </div>\r\n );\r\n }\r\n\r\n return null;\r\n }\r\n}\r\n\r\nCarouselWidget.defaultProps = {\r\n cardSize: 'col-lg-3 col-sm-6',\r\n title: 'Vollrath Foodservice',\r\n titleBold: ''\r\n};\r\n\r\nexport default CarouselWidget;"],"names":["CarouselWidget","_Component","props","_this","_classCallCheck","_callSuper","state","_inherits","_createClass","key","value","_this2","this","items","length","React","CarouselSection","title","titleBold","map","item","index","CustomContentItem","_extends","colClass","cardWidth","tallCard","tallCards","Component","defaultProps","cardSize"],"sourceRoot":""}