{
  "version": 3,
  "sources": ["../../src/circular-option-picker/circular-option-picker-option-group.tsx"],
  "sourcesContent": ["/**\n * External dependencies\n */\nimport clsx from 'clsx';\n\n/**\n * Internal dependencies\n */\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport function OptionGroup({\n  className,\n  options,\n  ...additionalProps\n}) {\n  const role = 'aria-label' in additionalProps || 'aria-labelledby' in additionalProps ? 'group' : undefined;\n  return /*#__PURE__*/_jsx(\"div\", {\n    ...additionalProps,\n    role: role,\n    className: clsx('components-circular-option-picker__option-group', 'components-circular-option-picker__swatches', className),\n    children: options\n  });\n}"],
  "mappings": ";AAGA,OAAO,UAAU;AAKjB,SAAS,OAAO,YAAY;AACrB,SAAS,YAAY;AAAA,EAC1B;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG;AACD,QAAM,OAAO,gBAAgB,mBAAmB,qBAAqB,kBAAkB,UAAU;AACjG,SAAoB,qBAAK,OAAO;AAAA,IAC9B,GAAG;AAAA,IACH;AAAA,IACA,WAAW,KAAK,mDAAmD,+CAA+C,SAAS;AAAA,IAC3H,UAAU;AAAA,EACZ,CAAC;AACH;",
  "names": []
}
