{"version":3,"file":"InlineList.cjs","sources":["../../../../src/components/List/InlineList.tsx"],"sourcesContent":["import { PureComponent } from 'react';\n\nimport { ListProps, AbstractList } from './AbstractList';\n\n/** @deprecated Use ul/li/arr.map directly instead */\n// no point converting, this is deprecated\n// eslint-disable-next-line react-prefer-function-component/react-prefer-function-component\nexport class InlineList<T> extends PureComponent<ListProps<T>> {\n  render() {\n    return <AbstractList inline {...this.props} />;\n  }\n}\n"],"names":["PureComponent","AbstractList"],"mappings":";;;;;;;;;AAOO,MAAM,mBAAsBA,mBAAA,CAA4B;AAAA,EAC7D,MAAA,GAAS;AACP,IAAA,sCAAQC,yBAAA,EAAA,EAAa,MAAA,EAAM,IAAA,EAAE,GAAG,KAAK,KAAA,EAAO,CAAA;AAAA,EAC9C;AACF;;;;"}