{"version":3,"sources":["../src/components/TagPicker/TagPickerControl/TagPickerControl.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nimport { useTagPickerControl } from './useTagPickerControl';\nimport { renderTagPickerControl } from './renderTagPickerControl';\nimport type { TagPickerControlProps } from './TagPickerControl.types';\n\n/**\n * The interactive area of a TagPicker: hosts the selected tags (`TagPickerGroup`) and\n * the trigger (`TagPickerInput` or `TagPickerButton`), plus an optional expand icon and\n * secondary action.\n */\nexport const TagPickerControl: ForwardRefComponent<TagPickerControlProps> = React.forwardRef((props, ref) => {\n  const state = useTagPickerControl(props, ref);\n\n  return renderTagPickerControl(state);\n});\n\nTagPickerControl.displayName = 'TagPickerControl';\n"],"names":["TagPickerControl","React","forwardRef","props","ref","state","useTagPickerControl","renderTagPickerControl","displayName"],"mappings":"AAAA;;;;;+BAcaA;;;eAAAA;;;;iEAZU;qCAGa;wCACG;AAQhC,MAAMA,iCAA+DC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACnG,MAAMC,QAAQC,IAAAA,wCAAmB,EAACH,OAAOC;IAEzC,OAAOG,IAAAA,8CAAsB,EAACF;AAChC;AAEAL,iBAAiBQ,WAAW,GAAG"}