{"version":3,"file":"mountAdminPortalSCIM.mjs","sources":["../../../src/adminPortal/mountAdminPortalSCIM.ts"],"sourcesContent":["import { AdminPortalSCIMContainer } from '@stytch/web/adminPortal';\n\nimport { makeAdminPortalComponentMountFn } from '../bindings/makeAdminPortalComponentMountFn';\nexport type { AdminPortalSCIMMountOptions } from '@stytch/web/adminPortal/types';\n\n/**\n * Mounts the Admin Portal SCIM 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 * mountAdminPortalSCIM{\n *   client: stytchClient,\n *   element: '#container',\n *   styles: {...},\n * });\n *\n * @throws An error when the element specified by element cannot be found.\n */\nexport const mountAdminPortalSCIM = /* @__PURE__ */ makeAdminPortalComponentMountFn(\n  AdminPortalSCIMContainer,\n  'stytch-b2b-admin-portal-scim',\n  'mountAdminPortalSCIM',\n);\n"],"names":["mountAdminPortalSCIM","makeAdminPortalComponentMountFn","AdminPortalSCIMContainer"],"mappings":";;;AAKA;;;;;;;;;;;;UAaaA,oBAAAA,mBAAuCC,+BAAAA,CAClDC,wBAAAA,EACA,gCACA,sBAAA;;;;"}