{"version":3,"file":"mountAdminPortalSSO.mjs","sources":["../../../src/adminPortal/mountAdminPortalSSO.ts"],"sourcesContent":["import { AdminPortalSSOContainer } from '@stytch/web/adminPortal';\n\nimport { makeAdminPortalComponentMountFn } from '../bindings/makeAdminPortalComponentMountFn';\nexport type { AdminPortalSSOMountOptions } from '@stytch/web/adminPortal/types';\n\n/**\n * Mounts the Admin Portal SSO Management component inside the element provided.\n * If the component already been rendered inside the element, it will be updated\n * to use the new options passed in.\n * @example\n * mountAdminPortalSSO({\n *   client: stytchClient,\n *   element: '#container',\n *   styles: {...}\n * });\n *\n * @throws An error when the element specified by elementId cannot be found.\n */\nexport const mountAdminPortalSSO = /* @__PURE__ */ makeAdminPortalComponentMountFn(\n  AdminPortalSSOContainer,\n  'stytch-b2b-admin-portal-sso-ui',\n  'mountAdminPortalSSO',\n);\n"],"names":["mountAdminPortalSSO","makeAdminPortalComponentMountFn","AdminPortalSSOContainer"],"mappings":";;;AAKA;;;;;;;;;;;;UAaaA,mBAAAA,mBAAsCC,+BAAAA,CACjDC,uBAAAA,EACA,kCACA,qBAAA;;;;"}