{"version":3,"file":"Loader-Do-AwOu4.js","sources":["../../Client/legacy/Components/Loader.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\ninterface ILoaderProps {\r\n    id?: string;\r\n    className?: string;\r\n}\r\n\r\n/** @deprecated Use Spinner from @webkit/index instead. */\r\nexport default class Loader extends React.Component<ILoaderProps, {}> {\r\n    render() {\r\n        const classNameProp = this.props.className ? ` ${this.props.className}` : '';\r\n        return <div id={this.props.id} className={`infinite-scroll-loader-cp${classNameProp}`} />;\r\n    }\r\n}\r\n"],"names":["Loader","React.Component","classNameProp","jsx"],"mappings":"0CAQqB,MAAAA,UAAeC,EAAAA,SAAkC,CAClE,QAAS,CACC,MAAAC,EAAgB,KAAK,MAAM,UAAY,IAAI,KAAK,MAAM,SAAS,GAAK,GACnE,OAAAC,MAAC,OAAI,GAAI,KAAK,MAAM,GAAI,UAAW,4BAA4BD,CAAa,EAAI,CAAA,CAAA,CAE/F"}