{"version":3,"file":"index.cjs","names":[],"sources":["../../../src/components/TagBlock/TagBlock.tsx"],"sourcesContent":["import clsx from \"clsx\";\nimport { CSSProperties, forwardRef, ReactElement } from \"react\";\nimport { Tag } from \"../Tag\";\n\nexport interface TagBlockProps {\n  children: ReactElement<typeof Tag> | ReactElement<typeof Tag>[];\n  styles?: CSSProperties;\n  className?: string;\n}\n\nexport const TagBlock = forwardRef<HTMLDivElement, TagBlockProps>((props, ref) => {\n  return (\n    <div ref={ref} className={clsx(\"openui-tag-block\", props.className)} style={props.styles}>\n      {props.children}\n    </div>\n  );\n});\n\nTagBlock.displayName = \"TagBlock\";\n"],"mappings":";;;;;;;AAUA,MAAa,YAAA,GAAA,MAAA,aAAsD,OAAO,QAAQ;AAChF,QACE,iBAAA,GAAA,kBAAA,KAAC,OAAD;EAAU;EAAK,YAAA,GAAA,KAAA,SAAgB,oBAAoB,MAAM,UAAU;EAAE,OAAO,MAAM;YAC/E,MAAM;EACH,CAAA;EAER;AAEF,SAAS,cAAc"}