{"version":3,"sources":["../src/components/CompoundButton/CompoundButton.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nimport type { CompoundButtonProps } from './CompoundButton.types';\nimport { renderCompoundButton } from './renderCompoundButton';\nimport { useCompoundButton } from './useCompoundButton';\n\n/**\n * A button with primary and secondary content. Concise primary and secondary text form its accessible name.\n */\nexport const CompoundButton: ForwardRefComponent<CompoundButtonProps> = React.forwardRef((props, ref) => {\n  const state = useCompoundButton(props, ref);\n\n  return renderCompoundButton(state);\n});\n\nCompoundButton.displayName = 'CompoundButton';\n"],"names":["CompoundButton","React","forwardRef","props","ref","state","useCompoundButton","renderCompoundButton","displayName"],"mappings":"AAAA;;;;;+BAYaA;;;eAAAA;;;;iEAVU;sCAIc;mCACH;AAK3B,MAAMA,+BAA2DC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC/F,MAAMC,QAAQC,IAAAA,oCAAiB,EAACH,OAAOC;IAEvC,OAAOG,IAAAA,0CAAoB,EAACF;AAC9B;AAEAL,eAAeQ,WAAW,GAAG"}