{
  "version": 3,
  "sources": ["../../../src/lib/hooks/useSafeId.ts"],
  "sourcesContent": ["import { useId } from 'react'\n\n/**\n * React's useId hook returns a unique id for the component. However, it uses a colon in the id,\n * which is not valid for CSS selectors. This hook replaces the colon with an underscore.\n *\n * @internal\n */\nexport function useSafeId() {\n\treturn useId().replace(/:/g, '_')\n}\n"],
  "mappings": "AAAA,SAAS,aAAa;AAQf,SAAS,YAAY;AAC3B,SAAO,MAAM,EAAE,QAAQ,MAAM,GAAG;AACjC;",
  "names": []
}
