{"version":3,"sources":["../src/components/Toolbar/ToolbarRadioButton/ToolbarRadioButton.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { ToolbarRadioButtonProps } from './ToolbarRadioButton.types';\nimport { useToolbarRadioButton } from './useToolbarRadioButton';\nimport { renderToolbarRadioButton } from './renderToolbarRadioButton';\n\n/**\n * A radio button designed to be used inside a Toolbar with mutually exclusive selection behavior.\n */\nexport const ToolbarRadioButton: ForwardRefComponent<ToolbarRadioButtonProps> = React.forwardRef((props, ref) => {\n  const state = useToolbarRadioButton(props, ref);\n\n  return renderToolbarRadioButton(state);\n}) as ForwardRefComponent<ToolbarRadioButtonProps>;\n\nToolbarRadioButton.displayName = 'ToolbarRadioButton';\n"],"names":["ToolbarRadioButton","React","forwardRef","props","ref","state","useToolbarRadioButton","renderToolbarRadioButton","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;uCAGe;0CACG;AAKlC,MAAMA,mCAAmEC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACvG,MAAMC,QAAQC,IAAAA,4CAAqB,EAACH,OAAOC;IAE3C,OAAOG,IAAAA,kDAAwB,EAACF;AAClC;AAEAL,mBAAmBQ,WAAW,GAAG"}