{"version":3,"sources":["../src/components/SwatchPicker/SwatchPickerRow/SwatchPickerRow.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { SwatchPickerRowProps } from './SwatchPickerRow.types';\nimport { useSwatchPickerRow } from './useSwatchPickerRow';\nimport { renderSwatchPickerRow } from './renderSwatchPickerRow';\n\nexport const SwatchPickerRow: ForwardRefComponent<SwatchPickerRowProps> = React.forwardRef((props, ref) => {\n  const state = useSwatchPickerRow(props, ref);\n  return renderSwatchPickerRow(state);\n});\n\nSwatchPickerRow.displayName = 'SwatchPickerRow';\n"],"names":["SwatchPickerRow","React","forwardRef","props","ref","state","useSwatchPickerRow","renderSwatchPickerRow","displayName"],"mappings":"AAAA;;;;;+BAQaA;;;eAAAA;;;;iEANU;oCAGY;uCACG;AAE/B,MAAMA,gCAA6DC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACjG,MAAMC,QAAQC,IAAAA,sCAAkB,EAACH,OAAOC;IACxC,OAAOG,IAAAA,4CAAqB,EAACF;AAC/B;AAEAL,gBAAgBQ,WAAW,GAAG"}