{"version":3,"sources":["../src/components/TagPicker/TagPickerGroup/useTagPickerGroupContextValues.ts"],"sourcesContent":["'use client';\n\nimport { useTagGroupContextValues_unstable } from '@fluentui/react-tags';\n\nimport type { TagGroupContextValues } from '../../TagGroup/TagGroup.types';\nimport type { TagPickerGroupState } from './TagPickerGroup.types';\n\nexport function useTagPickerGroupContextValues(state: TagPickerGroupState): TagGroupContextValues {\n  // Headless group state omits styled variants, but the shared tag context requires neutral defaults.\n  return useTagGroupContextValues_unstable({\n    ...state,\n    appearance: 'filled',\n    size: 'medium',\n  });\n}\n"],"names":["useTagPickerGroupContextValues","state","useTagGroupContextValues_unstable","appearance","size"],"mappings":"AAAA;;;;;+BAOgBA;;;eAAAA;;;2BALkC;AAK3C,SAASA,+BAA+BC,KAA0B;IACvE,oGAAoG;IACpG,OAAOC,IAAAA,4CAAiC,EAAC;QACvC,GAAGD,KAAK;QACRE,YAAY;QACZC,MAAM;IACR;AACF"}