{"version":3,"file":"dropdown.0xkTcJDAEE.js","sources":["../../../../src/molecules/forms/Dropdown.tsx"],"sourcesContent":["import { getModifiers } from '@helpers/functions';\nimport RequireJs from '@helpers/RequireJs';\nimport { DropdownModel } from '@_types/molecules';\nimport React from 'react';\nimport IconWithBg from '@atoms/icons/IconWithBg';\n\nconst Dropdown = (model: DropdownModel) => {\n const { dropdownId, name, options, disableFirstChange, arrow } = model;\n const styleModifiers = getModifiers(model, 'arjo-m-dropdown');\n return (\n