{"version":3,"sources":["../src/components/SwatchPicker/EmptySwatch/EmptySwatch.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { EmptySwatchProps } from './EmptySwatch.types';\nimport { useEmptySwatch } from './useEmptySwatch';\nimport { renderEmptySwatch } from './renderEmptySwatch';\n\nexport const EmptySwatch: ForwardRefComponent<EmptySwatchProps> = React.forwardRef((props, ref) => {\n  const state = useEmptySwatch(props, ref);\n  return renderEmptySwatch(state);\n});\n\nEmptySwatch.displayName = 'EmptySwatch';\n"],"names":["EmptySwatch","React","forwardRef","props","ref","state","useEmptySwatch","renderEmptySwatch","displayName"],"mappings":"AAAA;;;;;+BAQaA;;;eAAAA;;;;iEANU;gCAGQ;mCACG;AAE3B,MAAMA,4BAAqDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACzF,MAAMC,QAAQC,IAAAA,8BAAc,EAACH,OAAOC;IACpC,OAAOG,IAAAA,oCAAiB,EAACF;AAC3B;AAEAL,YAAYQ,WAAW,GAAG"}