{"version":3,"file":"IndicatorsContainer.cjs","sources":["../../../../../../src/components/Forms/Legacy/Select/IndicatorsContainer.tsx"],"sourcesContent":["import { components, IndicatorsContainerProps } from 'react-select';\n\nimport { SelectableValue } from '@grafana/data';\n\nimport { Icon } from '../../../Icon/Icon';\nimport { Select } from '../../../Select/Select';\n\n/** @deprecated Please use the {@link Select} component*/\nexport const IndicatorsContainer = <T,>(props: IndicatorsContainerProps<SelectableValue<T>>) => {\n  const isOpen = props.selectProps.menuIsOpen;\n  return (\n    <components.IndicatorsContainer {...props}>\n      <Icon name={isOpen ? 'angle-up' : 'angle-down'} style={{ marginTop: '7px' }} />\n    </components.IndicatorsContainer>\n  );\n};\n\nexport default IndicatorsContainer;\n"],"names":["components","jsx","Icon"],"mappings":";;;;;;;;;AAQO,MAAM,mBAAA,GAAsB,CAAK,KAAA,KAAwD;AAC9F,EAAA,MAAM,MAAA,GAAS,MAAM,WAAA,CAAY,UAAA;AACjC,EAAA,sCACGA,sBAAA,CAAW,mBAAA,EAAX,EAAgC,GAAG,OAClC,QAAA,kBAAAC,cAAA,CAACC,SAAA,EAAA,EAAK,IAAA,EAAM,MAAA,GAAS,aAAa,YAAA,EAAc,KAAA,EAAO,EAAE,SAAA,EAAW,KAAA,IAAS,CAAA,EAC/E,CAAA;AAEJ;;;;;"}