{"version":3,"sources":["../src/components/SwatchPicker/SwatchPickerRow/useSwatchPickerRow.ts"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport { useSwatchPickerRowBase_unstable } from '@fluentui/react-swatch-picker';\nimport type { SwatchPickerRowProps, SwatchPickerRowState } from './SwatchPickerRow.types';\n\nexport const useSwatchPickerRow = (\n  props: SwatchPickerRowProps,\n  ref: React.Ref<HTMLDivElement>,\n): SwatchPickerRowState => {\n  const state: SwatchPickerRowState = useSwatchPickerRowBase_unstable(props, ref);\n\n  // eslint-disable-next-line react-hooks/immutability\n  state.root.focusgrouprow = '';\n\n  return state;\n};\n"],"names":["useSwatchPickerRow","props","ref","state","useSwatchPickerRowBase_unstable","root","focusgrouprow"],"mappings":"AAAA;;;;;+BAMaA;;;eAAAA;;;mCAHmC;AAGzC,MAAMA,qBAAqB,CAChCC,OACAC;IAEA,MAAMC,QAA8BC,IAAAA,kDAA+B,EAACH,OAAOC;IAE3E,oDAAoD;IACpDC,MAAME,IAAI,CAACC,aAAa,GAAG;IAE3B,OAAOH;AACT"}