{"version":3,"file":"mountAdminPortalOrgSettings.mjs","sources":["../../../src/adminPortal/mountAdminPortalOrgSettings.ts"],"sourcesContent":["import { AdminPortalOrgSettingsContainer } from '@stytch/web/adminPortal';\n\nimport { makeAdminPortalComponentMountFn } from '../bindings/makeAdminPortalComponentMountFn';\nexport type { AdminPortalOrgSettingsMountOptions } from '@stytch/web/adminPortal/types';\n\n/**\n * Mounts the Admin Portal Organization Settings 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 * mountAdminPortalOrgSettings{\n *   client: stytchClient,\n *   element: '#container',\n *   styles: {...},\n *   config: {...},\n * });\n *\n * @throws An error when the element specified by element cannot be found.\n */\nexport const mountAdminPortalOrgSettings = /* @__PURE__ */ makeAdminPortalComponentMountFn(\n  AdminPortalOrgSettingsContainer,\n  'stytch-b2b-admin-portal-org-settings-ui',\n  'mountAdminPortalOrgSettings',\n);\n"],"names":["mountAdminPortalOrgSettings","makeAdminPortalComponentMountFn","AdminPortalOrgSettingsContainer"],"mappings":";;;AAKA;;;;;;;;;;;;;UAcaA,2BAAAA,mBAA8CC,+BAAAA,CACzDC,+BAAAA,EACA,2CACA,6BAAA;;;;"}