@stytch/vanilla-js 5.18.2 → 5.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (453) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/OneTapClient-zVI7LxJ6.d.ts +11 -0
  3. package/dist/adminPortal/index.d.ts +357 -11
  4. package/dist/adminPortal/index.esm.js +1 -1
  5. package/dist/adminPortal/index.js +1 -1
  6. package/dist/b2b/index.d.ts +73 -1
  7. package/dist/b2b/index.esm.js +82 -75
  8. package/dist/b2b/index.headless.d.ts +134 -1
  9. package/dist/b2b/index.headless.esm.js +36 -44
  10. package/dist/b2b/index.headless.js +35 -43
  11. package/dist/b2b/index.js +81 -74
  12. package/dist/{extractErrorMessage-CBdT83I1.js → extractErrorMessage-77eIbFpi.js} +38 -40
  13. package/dist/{extractErrorMessage-C1MkGgw9.js → extractErrorMessage-kTWTy_Kp.js} +38 -40
  14. package/dist/index.d.ts +112 -1
  15. package/dist/index.esm.js +1 -1
  16. package/dist/index.headless.d.ts +99 -1
  17. package/dist/index.headless.esm.js +248 -315
  18. package/dist/index.headless.js +248 -315
  19. package/dist/index.js +1 -1
  20. package/dist/{internal-CuNGC8Ow.js → internal-C0TNgwBY.js} +226 -288
  21. package/dist/{internal-CSX7OA60.js → internal-C4xsnb6n.js} +226 -288
  22. package/package.json +16 -15
  23. package/dist/BootstrapDataManager.d.ts +0 -40
  24. package/dist/CaptchaProvider.d.ts +0 -7
  25. package/dist/ClientsideServicesProvider.d.ts +0 -16
  26. package/dist/HeadlessOAuthClient.d.ts +0 -68
  27. package/dist/IDPClient.d.ts +0 -45
  28. package/dist/NetworkClient.d.ts +0 -26
  29. package/dist/PKCEManager.d.ts +0 -12
  30. package/dist/StytchHeadlessClient.d.ts +0 -46
  31. package/dist/StytchUIClient.d.ts +0 -106
  32. package/dist/SubscriptionService.d.ts +0 -128
  33. package/dist/adminPortal/AdminPortalB2BProducts.d.ts +0 -11
  34. package/dist/adminPortal/AdminPortalStyleConfig.d.ts +0 -174
  35. package/dist/adminPortal/AdminPortalWrapper.d.ts +0 -11
  36. package/dist/adminPortal/MainContainer.d.ts +0 -4
  37. package/dist/adminPortal/MuiClassNameSetup.d.ts +0 -1
  38. package/dist/adminPortal/Router.d.ts +0 -44
  39. package/dist/adminPortal/StytchClientContext.d.ts +0 -13
  40. package/dist/adminPortal/classNameSeed.d.ts +0 -1
  41. package/dist/adminPortal/components/Accordion.d.ts +0 -1
  42. package/dist/adminPortal/components/ActionMenu.d.ts +0 -18
  43. package/dist/adminPortal/components/Alert.d.ts +0 -4
  44. package/dist/adminPortal/components/Autocomplete.d.ts +0 -18
  45. package/dist/adminPortal/components/Button.d.ts +0 -6
  46. package/dist/adminPortal/components/Checkbox.d.ts +0 -4
  47. package/dist/adminPortal/components/Code.d.ts +0 -4
  48. package/dist/adminPortal/components/CopyableText.d.ts +0 -6
  49. package/dist/adminPortal/components/DeleteConnection.d.ts +0 -24
  50. package/dist/adminPortal/components/Divider.d.ts +0 -4
  51. package/dist/adminPortal/components/EmbeddedTable.d.ts +0 -4
  52. package/dist/adminPortal/components/FilterMenu.d.ts +0 -11
  53. package/dist/adminPortal/components/FlexBox.d.ts +0 -1
  54. package/dist/adminPortal/components/IconButtonMenu.d.ts +0 -24
  55. package/dist/adminPortal/components/IdpField.d.ts +0 -6
  56. package/dist/adminPortal/components/InfoIcon.d.ts +0 -3
  57. package/dist/adminPortal/components/Input.d.ts +0 -6
  58. package/dist/adminPortal/components/Instruction.d.ts +0 -4
  59. package/dist/adminPortal/components/InstructionSet.d.ts +0 -6
  60. package/dist/adminPortal/components/Label.d.ts +0 -4
  61. package/dist/adminPortal/components/ListEditor.d.ts +0 -5
  62. package/dist/adminPortal/components/MenuItem.d.ts +0 -5
  63. package/dist/adminPortal/components/Modal.d.ts +0 -16
  64. package/dist/adminPortal/components/PaddedContainer.d.ts +0 -2
  65. package/dist/adminPortal/components/PaddingLeft.d.ts +0 -1
  66. package/dist/adminPortal/components/PageLoadingIndicator.d.ts +0 -2
  67. package/dist/adminPortal/components/PaginatedTable.d.ts +0 -4
  68. package/dist/adminPortal/components/Radio.d.ts +0 -8
  69. package/dist/adminPortal/components/RadioGroup.d.ts +0 -4
  70. package/dist/adminPortal/components/RolesList.d.ts +0 -12
  71. package/dist/adminPortal/components/ScimFields.d.ts +0 -6
  72. package/dist/adminPortal/components/SearchBar.d.ts +0 -3
  73. package/dist/adminPortal/components/Select.d.ts +0 -10
  74. package/dist/adminPortal/components/SetDefaultConnection.d.ts +0 -29
  75. package/dist/adminPortal/components/SettingsContainer.d.ts +0 -24
  76. package/dist/adminPortal/components/SettingsList.d.ts +0 -4
  77. package/dist/adminPortal/components/SettingsListItem.d.ts +0 -5
  78. package/dist/adminPortal/components/SettingsSection.d.ts +0 -7
  79. package/dist/adminPortal/components/Switch.d.ts +0 -9
  80. package/dist/adminPortal/components/Table.d.ts +0 -4
  81. package/dist/adminPortal/components/TableActions.d.ts +0 -5
  82. package/dist/adminPortal/components/Tag.d.ts +0 -6
  83. package/dist/adminPortal/components/TagList.d.ts +0 -4
  84. package/dist/adminPortal/components/Toast.d.ts +0 -5
  85. package/dist/adminPortal/components/Tooltip.d.ts +0 -3
  86. package/dist/adminPortal/components/Typography.d.ts +0 -4
  87. package/dist/adminPortal/makeAdminPortalComponentMountFn.d.ts +0 -21
  88. package/dist/adminPortal/memberManagement/AccessSection.d.ts +0 -6
  89. package/dist/adminPortal/memberManagement/AdminPortalMemberManagement.d.ts +0 -25
  90. package/dist/adminPortal/memberManagement/AuthManagementSection.d.ts +0 -5
  91. package/dist/adminPortal/memberManagement/DangerZoneSection.d.ts +0 -5
  92. package/dist/adminPortal/memberManagement/InviteModal.d.ts +0 -29
  93. package/dist/adminPortal/memberManagement/MemberDetailsScreen.d.ts +0 -4
  94. package/dist/adminPortal/memberManagement/MemberDetailsSection.d.ts +0 -5
  95. package/dist/adminPortal/memberManagement/MemberListScreen.d.ts +0 -19
  96. package/dist/adminPortal/memberManagement/MemberManagementRouter.d.ts +0 -29
  97. package/dist/adminPortal/memberManagement/MemberStatus.d.ts +0 -3
  98. package/dist/adminPortal/memberManagement/getMemberStatusDisplayName.d.ts +0 -1
  99. package/dist/adminPortal/memberManagement/mountAdminPortalMemberManagement.d.ts +0 -15
  100. package/dist/adminPortal/memberManagement/useMemberActivation.d.ts +0 -16
  101. package/dist/adminPortal/scim/AdminPortalSCIM.d.ts +0 -29
  102. package/dist/adminPortal/scim/SCIMConnectionDangerZoneSection.d.ts +0 -5
  103. package/dist/adminPortal/scim/SCIMConnectionDetailsScreen.d.ts +0 -5
  104. package/dist/adminPortal/scim/SCIMConnectionDetailsSection.d.ts +0 -5
  105. package/dist/adminPortal/scim/SCIMConnectionRoleAssignmentsSection.d.ts +0 -7
  106. package/dist/adminPortal/scim/SCIMConnectionTokenRotationSection.d.ts +0 -5
  107. package/dist/adminPortal/scim/SCIMNewConnectionConfigureScreen.d.ts +0 -5
  108. package/dist/adminPortal/scim/SCIMNewConnectionScreen.d.ts +0 -2
  109. package/dist/adminPortal/scim/SCIMRouter.d.ts +0 -45
  110. package/dist/adminPortal/scim/SCIMScreen.d.ts +0 -2
  111. package/dist/adminPortal/scim/mountAdminPortalSCIM.d.ts +0 -15
  112. package/dist/adminPortal/scim/scimInfo.d.ts +0 -175
  113. package/dist/adminPortal/settings/AdminPortalOrgRouter.d.ts +0 -19
  114. package/dist/adminPortal/settings/AdminPortalOrgSettings.d.ts +0 -35
  115. package/dist/adminPortal/settings/OrgSettingsAuthenticationSettingsSection.d.ts +0 -5
  116. package/dist/adminPortal/settings/OrgSettingsDetailsSection.d.ts +0 -22
  117. package/dist/adminPortal/settings/OrgSettingsRoleAssignmentsSection.d.ts +0 -5
  118. package/dist/adminPortal/settings/OrgSettingsScreen.d.ts +0 -2
  119. package/dist/adminPortal/settings/OrgSettingsUserOnboardingSection.d.ts +0 -5
  120. package/dist/adminPortal/settings/mountAdminPortalOrgSettings.d.ts +0 -16
  121. package/dist/adminPortal/shared/components/Accordion.d.ts +0 -11
  122. package/dist/adminPortal/shared/components/Button.d.ts +0 -22
  123. package/dist/adminPortal/shared/components/Checkbox.d.ts +0 -14
  124. package/dist/adminPortal/shared/components/Code.d.ts +0 -4
  125. package/dist/adminPortal/shared/components/ContentSpacing.d.ts +0 -6
  126. package/dist/adminPortal/shared/components/CopyableText.d.ts +0 -16
  127. package/dist/adminPortal/shared/components/EmbeddedTable.d.ts +0 -16
  128. package/dist/adminPortal/shared/components/FlexBox.d.ts +0 -11
  129. package/dist/adminPortal/shared/components/InfoIcon.d.ts +0 -7
  130. package/dist/adminPortal/shared/components/Input.d.ts +0 -28
  131. package/dist/adminPortal/shared/components/Label.d.ts +0 -11
  132. package/dist/adminPortal/shared/components/ListEditor.d.ts +0 -29
  133. package/dist/adminPortal/shared/components/MenuItem.d.ts +0 -29
  134. package/dist/adminPortal/shared/components/Modal.d.ts +0 -20
  135. package/dist/adminPortal/shared/components/PaginatedTable.d.ts +0 -77
  136. package/dist/adminPortal/shared/components/Radio.d.ts +0 -22
  137. package/dist/adminPortal/shared/components/RadioGroup.d.ts +0 -13
  138. package/dist/adminPortal/shared/components/RowItem.d.ts +0 -4
  139. package/dist/adminPortal/shared/components/SearchBar.d.ts +0 -10
  140. package/dist/adminPortal/shared/components/Select.d.ts +0 -35
  141. package/dist/adminPortal/shared/components/Table.d.ts +0 -30
  142. package/dist/adminPortal/shared/components/TableActions.d.ts +0 -15
  143. package/dist/adminPortal/shared/components/Tag.d.ts +0 -2
  144. package/dist/adminPortal/shared/components/Toast.d.ts +0 -24
  145. package/dist/adminPortal/shared/components/Tooltip.d.ts +0 -11
  146. package/dist/adminPortal/shared/components/Typography.d.ts +0 -13
  147. package/dist/adminPortal/shared/components/componentInjection.d.ts +0 -51
  148. package/dist/adminPortal/shared/components/constants.d.ts +0 -3
  149. package/dist/adminPortal/shared/components/types.d.ts +0 -15
  150. package/dist/adminPortal/shared/utils/clickToCopyUtils.d.ts +0 -11
  151. package/dist/adminPortal/shared/utils/keys.d.ts +0 -74
  152. package/dist/adminPortal/shared/utils/mergeSx.d.ts +0 -2
  153. package/dist/adminPortal/shared/utils/noop.d.ts +0 -1
  154. package/dist/adminPortal/shared/utils/tableUtils.d.ts +0 -5
  155. package/dist/adminPortal/shared/utils/uniqueIds.d.ts +0 -2
  156. package/dist/adminPortal/shared/utils/useToggleState.d.ts +0 -7
  157. package/dist/adminPortal/sso/AdminPortalSSO.d.ts +0 -29
  158. package/dist/adminPortal/sso/AppDetails.d.ts +0 -8
  159. package/dist/adminPortal/sso/AttributeMappingTable.d.ts +0 -22
  160. package/dist/adminPortal/sso/CreateApplication.d.ts +0 -5
  161. package/dist/adminPortal/sso/DetailedAttributeMappingTable.d.ts +0 -8
  162. package/dist/adminPortal/sso/DetailsSection.d.ts +0 -6
  163. package/dist/adminPortal/sso/IdpInfo.d.ts +0 -162
  164. package/dist/adminPortal/sso/IdpSelect.d.ts +0 -133
  165. package/dist/adminPortal/sso/OrganizationUpdatesSection.d.ts +0 -7
  166. package/dist/adminPortal/sso/RoleAssignmentsSection.d.ts +0 -6
  167. package/dist/adminPortal/sso/SSOConnectionDetailsScreen.d.ts +0 -4
  168. package/dist/adminPortal/sso/SSOConnectionsScreen.d.ts +0 -2
  169. package/dist/adminPortal/sso/SSONewConnectionConfigureScreen.d.ts +0 -5
  170. package/dist/adminPortal/sso/SSONewConnectionScreen.d.ts +0 -2
  171. package/dist/adminPortal/sso/SSORouter.d.ts +0 -45
  172. package/dist/adminPortal/sso/TaggedConnection.d.ts +0 -11
  173. package/dist/adminPortal/sso/mountAdminPortalSSO.d.ts +0 -15
  174. package/dist/adminPortal/utils/AdminPortalUIConfigRoleDisplayProvider.d.ts +0 -29
  175. package/dist/adminPortal/utils/Connection.d.ts +0 -9
  176. package/dist/adminPortal/utils/ConnectionType.d.ts +0 -1
  177. package/dist/adminPortal/utils/FeatureStateComponent.d.ts +0 -10
  178. package/dist/adminPortal/utils/FormSectionBody.d.ts +0 -6
  179. package/dist/adminPortal/utils/arraysHaveSameContents.d.ts +0 -20
  180. package/dist/adminPortal/utils/clickToCopyUtils.d.ts +0 -5
  181. package/dist/adminPortal/utils/collator.d.ts +0 -1
  182. package/dist/adminPortal/utils/decorateCurrentMemberName.d.ts +0 -1
  183. package/dist/adminPortal/utils/fetchMembers.d.ts +0 -15
  184. package/dist/adminPortal/utils/getDisplay.d.ts +0 -4
  185. package/dist/adminPortal/utils/getFeatureState.d.ts +0 -9
  186. package/dist/adminPortal/utils/getRoleDefaultDescription.d.ts +0 -2
  187. package/dist/adminPortal/utils/getRoleDefaultDisplayName.d.ts +0 -2
  188. package/dist/adminPortal/utils/getSsoRoleAssignments.d.ts +0 -8
  189. package/dist/adminPortal/utils/isEmptyObject.d.ts +0 -1
  190. package/dist/adminPortal/utils/isOauthMethod.d.ts +0 -2
  191. package/dist/adminPortal/utils/makeUseStorage.d.ts +0 -1
  192. package/dist/adminPortal/utils/memberGetKey.d.ts +0 -1
  193. package/dist/adminPortal/utils/noValue.d.ts +0 -1
  194. package/dist/adminPortal/utils/oAuthProviders.d.ts +0 -3
  195. package/dist/adminPortal/utils/organizationGetKey.d.ts +0 -1
  196. package/dist/adminPortal/utils/prependAsterisks.d.ts +0 -1
  197. package/dist/adminPortal/utils/roles.d.ts +0 -2
  198. package/dist/adminPortal/utils/theme.d.ts +0 -5
  199. package/dist/adminPortal/utils/useAdminPortalConfig.d.ts +0 -17
  200. package/dist/adminPortal/utils/useAllowedAuthMethods.d.ts +0 -4
  201. package/dist/adminPortal/utils/useAllowedMfaMethods.d.ts +0 -2
  202. package/dist/adminPortal/utils/useApiNetworkClient.d.ts +0 -1
  203. package/dist/adminPortal/utils/useB2BInternals.d.ts +0 -1
  204. package/dist/adminPortal/utils/useConnections.d.ts +0 -11
  205. package/dist/adminPortal/utils/useDebouncedState.d.ts +0 -1
  206. package/dist/adminPortal/utils/useDisplayPagination.d.ts +0 -19
  207. package/dist/adminPortal/utils/useFormState.d.ts +0 -14
  208. package/dist/adminPortal/utils/useGetRoleDescription.d.ts +0 -2
  209. package/dist/adminPortal/utils/useGetRoleDisplayName.d.ts +0 -2
  210. package/dist/adminPortal/utils/useGetRoleSortOrder.d.ts +0 -2
  211. package/dist/adminPortal/utils/useItemsPerPage.d.ts +0 -7
  212. package/dist/adminPortal/utils/useLocalStorage.d.ts +0 -1
  213. package/dist/adminPortal/utils/useMutateMember.d.ts +0 -4
  214. package/dist/adminPortal/utils/useMutateOrganization.d.ts +0 -4
  215. package/dist/adminPortal/utils/useMutateScimConnection.d.ts +0 -4
  216. package/dist/adminPortal/utils/useMutateSsoConnection.d.ts +0 -16
  217. package/dist/adminPortal/utils/useMutateWithToast.d.ts +0 -7
  218. package/dist/adminPortal/utils/useNavigateAwayWarning.d.ts +0 -1
  219. package/dist/adminPortal/utils/useOrgInfo.d.ts +0 -1
  220. package/dist/adminPortal/utils/usePagination.d.ts +0 -8
  221. package/dist/adminPortal/utils/usePersistentFilter.d.ts +0 -6
  222. package/dist/adminPortal/utils/useRbac.d.ts +0 -56
  223. package/dist/adminPortal/utils/useRevalidateConnectionList.d.ts +0 -1
  224. package/dist/adminPortal/utils/useRoleAutocomplete.d.ts +0 -7
  225. package/dist/adminPortal/utils/useRoleDisplayInfo.d.ts +0 -7
  226. package/dist/adminPortal/utils/useRoleSortFn.d.ts +0 -16
  227. package/dist/adminPortal/utils/useRoles.d.ts +0 -2
  228. package/dist/adminPortal/utils/useScimConnection.d.ts +0 -4
  229. package/dist/adminPortal/utils/useScimConnectionGroups.d.ts +0 -6
  230. package/dist/adminPortal/utils/useSelf.d.ts +0 -5
  231. package/dist/adminPortal/utils/useSessionStorage.d.ts +0 -1
  232. package/dist/adminPortal/utils/useSsoConnections.d.ts +0 -4
  233. package/dist/adminPortal/utils/useStateSliceSetter.d.ts +0 -2
  234. package/dist/adminPortal/utils/useStytchClient.d.ts +0 -1
  235. package/dist/adminPortal/utils/useUpdateCachedMember.d.ts +0 -5
  236. package/dist/assets/CreateIcon.d.ts +0 -6
  237. package/dist/assets/amazon.d.ts +0 -3
  238. package/dist/assets/apple.d.ts +0 -3
  239. package/dist/assets/backArrow.d.ts +0 -5
  240. package/dist/assets/binance.d.ts +0 -3
  241. package/dist/assets/bitbucket.d.ts +0 -3
  242. package/dist/assets/check.d.ts +0 -2
  243. package/dist/assets/checkmark.d.ts +0 -2
  244. package/dist/assets/chevron.d.ts +0 -3
  245. package/dist/assets/coinbase.d.ts +0 -4
  246. package/dist/assets/confirmation.d.ts +0 -2
  247. package/dist/assets/copy.d.ts +0 -3
  248. package/dist/assets/cross.d.ts +0 -2
  249. package/dist/assets/discord.d.ts +0 -3
  250. package/dist/assets/errorIcon.d.ts +0 -3
  251. package/dist/assets/facebook.d.ts +0 -3
  252. package/dist/assets/figma.d.ts +0 -3
  253. package/dist/assets/genericWallet.d.ts +0 -4
  254. package/dist/assets/github.d.ts +0 -3
  255. package/dist/assets/gitlab.d.ts +0 -3
  256. package/dist/assets/gmail.d.ts +0 -3
  257. package/dist/assets/google.d.ts +0 -3
  258. package/dist/assets/hubspot.d.ts +0 -3
  259. package/dist/assets/linkedin.d.ts +0 -3
  260. package/dist/assets/metamask.d.ts +0 -4
  261. package/dist/assets/microsoft.d.ts +0 -3
  262. package/dist/assets/okta.d.ts +0 -3
  263. package/dist/assets/outlook.d.ts +0 -3
  264. package/dist/assets/passkeyAdded.d.ts +0 -2
  265. package/dist/assets/passkeys.d.ts +0 -3
  266. package/dist/assets/passkeysCollage.d.ts +0 -2
  267. package/dist/assets/passwordIcon.d.ts +0 -5
  268. package/dist/assets/pencil.d.ts +0 -2
  269. package/dist/assets/phantom.d.ts +0 -3
  270. package/dist/assets/salesforce.d.ts +0 -3
  271. package/dist/assets/slack.d.ts +0 -3
  272. package/dist/assets/snackbarError.d.ts +0 -2
  273. package/dist/assets/snackbarSuccess.d.ts +0 -2
  274. package/dist/assets/snapchat.d.ts +0 -3
  275. package/dist/assets/sso.d.ts +0 -3
  276. package/dist/assets/successIcon.d.ts +0 -3
  277. package/dist/assets/tiktok.d.ts +0 -3
  278. package/dist/assets/trash.d.ts +0 -2
  279. package/dist/assets/twitch.d.ts +0 -3
  280. package/dist/assets/twitter.d.ts +0 -3
  281. package/dist/assets/vessel.d.ts +0 -4
  282. package/dist/assets/warningIcon.d.ts +0 -3
  283. package/dist/assets/yahoo.d.ts +0 -3
  284. package/dist/assets/yahooLogo.d.ts +0 -3
  285. package/dist/b2b/B2BIDPClient.d.ts +0 -47
  286. package/dist/b2b/HeadlessB2BOAuthClient.d.ts +0 -99
  287. package/dist/b2b/StytchB2BHeadlessClient.d.ts +0 -51
  288. package/dist/b2b/StytchB2BUIClient.d.ts +0 -63
  289. package/dist/b2b/oneTap/B2BOneTapProvider.d.ts +0 -39
  290. package/dist/b2b/ssoDiscovery.d.ts +0 -6
  291. package/dist/getPersistentStorageKey.d.ts +0 -1
  292. package/dist/oneTap/OneTapClient.d.ts +0 -22
  293. package/dist/oneTap/OneTapProvider.d.ts +0 -36
  294. package/dist/oneTap/navigatorSupportsFedCM.d.ts +0 -1
  295. package/dist/oneTap/positionModes.d.ts +0 -6
  296. package/dist/types.d.ts +0 -28
  297. package/dist/ui/CreateWebComponent.d.ts +0 -20
  298. package/dist/ui/b2b/App.d.ts +0 -8
  299. package/dist/ui/b2b/ConsentManifestGeneratorProvider.d.ts +0 -9
  300. package/dist/ui/b2b/Container.d.ts +0 -3
  301. package/dist/ui/b2b/GlobalContextProvider.d.ts +0 -28
  302. package/dist/ui/b2b/MfaState.d.ts +0 -50
  303. package/dist/ui/b2b/clearStytchSearchParams.d.ts +0 -2
  304. package/dist/ui/b2b/generateProductComponentsOrdering.d.ts +0 -14
  305. package/dist/ui/b2b/getAuthMethodsForMember.d.ts +0 -2
  306. package/dist/ui/b2b/getEnabledMethods.d.ts +0 -5
  307. package/dist/ui/b2b/getOtpCodeExpiration.d.ts +0 -1
  308. package/dist/ui/b2b/hooks/useEffectiveAuthConfig.d.ts +0 -10
  309. package/dist/ui/b2b/hooks/useEmailOtpDiscoverySend.d.ts +0 -5
  310. package/dist/ui/b2b/hooks/useEmailOtpLoginOrSignup.d.ts +0 -6
  311. package/dist/ui/b2b/hooks/useEmlDiscoverySend.d.ts +0 -5
  312. package/dist/ui/b2b/hooks/useEmlLoginOrSignup.d.ts +0 -6
  313. package/dist/ui/b2b/hooks/useIsOnlyFloatingOneTap.d.ts +0 -1
  314. package/dist/ui/b2b/hooks/useSsoDiscoveryConnection.d.ts +0 -3
  315. package/dist/ui/b2b/hooks/useStytchMember.d.ts +0 -2
  316. package/dist/ui/b2b/mfa.d.ts +0 -70
  317. package/dist/ui/b2b/reducer.d.ts +0 -38
  318. package/dist/ui/b2b/screens/Confirmation.d.ts +0 -2
  319. package/dist/ui/b2b/screens/Discovery.d.ts +0 -2
  320. package/dist/ui/b2b/screens/EmailConfirmation.d.ts +0 -2
  321. package/dist/ui/b2b/screens/EmailForm.d.ts +0 -3
  322. package/dist/ui/b2b/screens/EmailMethodSelectionScreen.d.ts +0 -2
  323. package/dist/ui/b2b/screens/EmailOTPEntryScreen.d.ts +0 -2
  324. package/dist/ui/b2b/screens/IDPConsent.d.ts +0 -2
  325. package/dist/ui/b2b/screens/MFAEnrollmentSelectionScreen.d.ts +0 -2
  326. package/dist/ui/b2b/screens/Main.d.ts +0 -2
  327. package/dist/ui/b2b/screens/OAuthButtons.d.ts +0 -15
  328. package/dist/ui/b2b/screens/PasswordAuthenticate.d.ts +0 -7
  329. package/dist/ui/b2b/screens/PasswordEmailForm.d.ts +0 -2
  330. package/dist/ui/b2b/screens/PasswordForgotForm.d.ts +0 -2
  331. package/dist/ui/b2b/screens/PasswordResetConfirmation.d.ts +0 -2
  332. package/dist/ui/b2b/screens/PasswordResetForm.d.ts +0 -2
  333. package/dist/ui/b2b/screens/PasswordSetNew.d.ts +0 -2
  334. package/dist/ui/b2b/screens/PasswordUseButton.d.ts +0 -2
  335. package/dist/ui/b2b/screens/RecoveryCodeEntryScreen.d.ts +0 -2
  336. package/dist/ui/b2b/screens/RecoveryCodeSaveScreen.d.ts +0 -2
  337. package/dist/ui/b2b/screens/SMSOTPEnrollScreen.d.ts +0 -3
  338. package/dist/ui/b2b/screens/SMSOTPEntryScreen.d.ts +0 -2
  339. package/dist/ui/b2b/screens/SSOButtons.d.ts +0 -4
  340. package/dist/ui/b2b/screens/SSODiscoveryEmail.d.ts +0 -2
  341. package/dist/ui/b2b/screens/SSODiscoveryFallback.d.ts +0 -2
  342. package/dist/ui/b2b/screens/SSODiscoveryMenu.d.ts +0 -2
  343. package/dist/ui/b2b/screens/TOTPEnrollManualScreen.d.ts +0 -2
  344. package/dist/ui/b2b/screens/TOTPEnrollQRScreen.d.ts +0 -2
  345. package/dist/ui/b2b/screens/TOTPEntryScreen.d.ts +0 -2
  346. package/dist/ui/b2b/types/AppScreens.d.ts +0 -27
  347. package/dist/ui/b2b/types/AppState.d.ts +0 -47
  348. package/dist/ui/b2b/types/ErrorType.d.ts +0 -7
  349. package/dist/ui/b2b/utils.d.ts +0 -64
  350. package/dist/ui/b2c/App.d.ts +0 -14
  351. package/dist/ui/b2c/Container.d.ts +0 -3
  352. package/dist/ui/b2c/GlobalContextProvider.d.ts +0 -84
  353. package/dist/ui/b2c/reducer.d.ts +0 -23
  354. package/dist/ui/b2c/screens/Confirmation.d.ts +0 -2
  355. package/dist/ui/b2c/screens/Crypto/ConnectWallet.d.ts +0 -2
  356. package/dist/ui/b2c/screens/Crypto/Error.d.ts +0 -2
  357. package/dist/ui/b2c/screens/Crypto/OtherWallets.d.ts +0 -2
  358. package/dist/ui/b2c/screens/Crypto/PasskeyConfirmation.d.ts +0 -2
  359. package/dist/ui/b2c/screens/Crypto/SetupNewWallet.d.ts +0 -2
  360. package/dist/ui/b2c/screens/Crypto/SignMessage.d.ts +0 -2
  361. package/dist/ui/b2c/screens/Crypto/Success.d.ts +0 -2
  362. package/dist/ui/b2c/screens/Crypto/WalletButtons.d.ts +0 -4
  363. package/dist/ui/b2c/screens/IdentityProvider/IDPConsent.d.ts +0 -2
  364. package/dist/ui/b2c/screens/Main/LoginForm/MagicLinkForm.d.ts +0 -2
  365. package/dist/ui/b2c/screens/Main/LoginForm/OTPForm.d.ts +0 -16
  366. package/dist/ui/b2c/screens/Main/LoginForm/PasskeyButton.d.ts +0 -2
  367. package/dist/ui/b2c/screens/Main/LoginForm/PasswordForm.d.ts +0 -2
  368. package/dist/ui/b2c/screens/Main/LoginForm/index.d.ts +0 -2
  369. package/dist/ui/b2c/screens/Main/OAuthButtons.d.ts +0 -2
  370. package/dist/ui/b2c/screens/Main/index.d.ts +0 -2
  371. package/dist/ui/b2c/screens/Passkey/PasskeyRegistrationStart.d.ts +0 -2
  372. package/dist/ui/b2c/screens/Passkey/PasskeyRegistrationSuccess.d.ts +0 -2
  373. package/dist/ui/b2c/screens/Password/MagicLinkOption.d.ts +0 -2
  374. package/dist/ui/b2c/screens/Password/PasswordAuthenticate.d.ts +0 -2
  375. package/dist/ui/b2c/screens/Password/PasswordBreached.d.ts +0 -2
  376. package/dist/ui/b2c/screens/Password/PasswordDedupe.d.ts +0 -2
  377. package/dist/ui/b2c/screens/Password/PasswordForgot.d.ts +0 -2
  378. package/dist/ui/b2c/screens/Password/PasswordNewUser.d.ts +0 -2
  379. package/dist/ui/b2c/screens/Password/PasswordSecondaryMethod.d.ts +0 -4
  380. package/dist/ui/b2c/screens/Password/PasswordSetNew.d.ts +0 -2
  381. package/dist/ui/b2c/screens/Password/PasswordlessCreate.d.ts +0 -2
  382. package/dist/ui/b2c/screens/Password/ResetPassword.d.ts +0 -2
  383. package/dist/ui/b2c/screens/Secondary/EmailConfirmation.d.ts +0 -6
  384. package/dist/ui/b2c/screens/Secondary/OTPAuthenticate.d.ts +0 -4
  385. package/dist/ui/b2c/screens/Secondary/OTPConfirmation.d.ts +0 -2
  386. package/dist/ui/b2c/screens/Secondary/PasswordCreateAuthenticate.d.ts +0 -2
  387. package/dist/ui/b2c/utils.d.ts +0 -5
  388. package/dist/ui/components/AlertBox.d.ts +0 -8
  389. package/dist/ui/components/AnimatedContainer.d.ts +0 -5
  390. package/dist/ui/components/B2BOneTap.d.ts +0 -5
  391. package/dist/ui/components/Button.d.ts +0 -5
  392. package/dist/ui/components/CircularProgress.d.ts +0 -12
  393. package/dist/ui/components/Confirmation.d.ts +0 -7
  394. package/dist/ui/components/CountrySelector.d.ts +0 -7
  395. package/dist/ui/components/Divider.d.ts +0 -2
  396. package/dist/ui/components/EditableRow.d.ts +0 -15
  397. package/dist/ui/components/EmailConfirmation.d.ts +0 -11
  398. package/dist/ui/components/EmailInput.d.ts +0 -7
  399. package/dist/ui/components/ErrorScreen.d.ts +0 -5
  400. package/dist/ui/components/ErrorText.d.ts +0 -4
  401. package/dist/ui/components/Flex.d.ts +0 -40
  402. package/dist/ui/components/IDPConsent.d.ts +0 -39
  403. package/dist/ui/components/IDPConsentManifest.d.ts +0 -10
  404. package/dist/ui/components/IDPLogout.d.ts +0 -32
  405. package/dist/ui/components/InlineButton.d.ts +0 -7
  406. package/dist/ui/components/Input.d.ts +0 -1
  407. package/dist/ui/components/InsetContainer.d.ts +0 -1
  408. package/dist/ui/components/Loading.d.ts +0 -3
  409. package/dist/ui/components/LoadingBar.d.ts +0 -4
  410. package/dist/ui/components/LoadingButton.d.ts +0 -8
  411. package/dist/ui/components/MainContainer.d.ts +0 -8
  412. package/dist/ui/components/MenuButton.d.ts +0 -6
  413. package/dist/ui/components/OAuthB2BButton.d.ts +0 -14
  414. package/dist/ui/components/OAuthButton.d.ts +0 -14
  415. package/dist/ui/components/OTPControl.d.ts +0 -8
  416. package/dist/ui/components/OTPEntry.d.ts +0 -11
  417. package/dist/ui/components/OTPInput.d.ts +0 -6
  418. package/dist/ui/components/OneTap.d.ts +0 -20
  419. package/dist/ui/components/OneTapErrorMessages.d.ts +0 -7
  420. package/dist/ui/components/PasswordError.d.ts +0 -17
  421. package/dist/ui/components/PasswordInput.d.ts +0 -6
  422. package/dist/ui/components/PasswordStrengthCheck.d.ts +0 -4
  423. package/dist/ui/components/PhoneInput.d.ts +0 -10
  424. package/dist/ui/components/SentOTPEntry.d.ts +0 -10
  425. package/dist/ui/components/Snackbar.d.ts +0 -2
  426. package/dist/ui/components/SubmitButton.d.ts +0 -8
  427. package/dist/ui/components/TOTPEntry.d.ts +0 -8
  428. package/dist/ui/components/Text.d.ts +0 -9
  429. package/dist/ui/components/VerifyEmailConfirmation.d.ts +0 -10
  430. package/dist/ui/components/WalletButton.d.ts +0 -8
  431. package/dist/ui/hooks/useIsMounted.d.ts +0 -3
  432. package/dist/ui/hooks/useIsOnlyFloatingOneTap.d.ts +0 -1
  433. package/dist/ui/hooks/useMountEffect.d.ts +0 -6
  434. package/dist/ui/hooks/usePromptPasskey.d.ts +0 -7
  435. package/dist/ui/hooks/useStytchUser.d.ts +0 -2
  436. package/dist/ui/theme.d.ts +0 -124
  437. package/dist/utils/KnownIdp.d.ts +0 -3
  438. package/dist/utils/Optional.d.ts +0 -3
  439. package/dist/utils/StyledComponentProps.d.ts +0 -2
  440. package/dist/utils/assertUnreachable.d.ts +0 -1
  441. package/dist/utils/crypto.d.ts +0 -60
  442. package/dist/utils/deepEqual.d.ts +0 -1
  443. package/dist/utils/extractErrorMessage.d.ts +0 -1
  444. package/dist/utils/extractErrorType.d.ts +0 -1
  445. package/dist/utils/handleParsePhoneNumber.d.ts +0 -13
  446. package/dist/utils/idpHelpers.d.ts +0 -50
  447. package/dist/utils/index.d.ts +0 -28
  448. package/dist/utils/internal.d.ts +0 -37
  449. package/dist/utils/isTruthy.d.ts +0 -3
  450. package/dist/utils/oauthProviderType.d.ts +0 -7
  451. package/dist/utils/passkeys.d.ts +0 -8
  452. package/dist/utils/passwordManagerDisableAutofillProps.d.ts +0 -3
  453. package/dist/utils/uniqueValuesSplitOnSpaces.d.ts +0 -3
@@ -1,35 +1,35 @@
1
1
  'use strict';
2
2
 
3
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
4
- function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
5
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
6
- function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
7
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
3
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
4
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n2 = 0, F = function F() {}; return { s: F, n: function n() { return _n2 >= r.length ? { done: !0 } : { done: !1, value: r[_n2++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
5
+ function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
6
+ function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
7
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
8
8
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
9
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
9
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
10
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
12
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
13
13
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
14
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
17
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
19
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
15
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
16
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
17
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
18
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
19
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
20
20
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
21
21
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
22
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
23
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
24
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
- function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }
22
+ function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
23
+ function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
24
+ function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
25
+ function _wrapNativeSuper(t) { var r = "function" == typeof Map ? new Map() : void 0; return _wrapNativeSuper = function _wrapNativeSuper(t) { if (null === t || !_isNativeFunction(t)) return t; if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function"); if (void 0 !== r) { if (r.has(t)) return r.get(t); r.set(t, Wrapper); } function Wrapper() { return _construct(t, arguments, _getPrototypeOf(this).constructor); } return Wrapper.prototype = Object.create(t.prototype, { constructor: { value: Wrapper, enumerable: !1, writable: !0, configurable: !0 } }), _setPrototypeOf(Wrapper, t); }, _wrapNativeSuper(t); }
26
26
  function _construct(t, e, r) { if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); var o = [null]; o.push.apply(o, e); var p = new (t.bind.apply(t, o))(); return r && _setPrototypeOf(p, r.prototype), p; }
27
27
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
28
- function _isNativeFunction(fn) { try { return Function.toString.call(fn).indexOf("[native code]") !== -1; } catch (e) { return typeof fn === "function"; } }
29
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
30
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
28
+ function _isNativeFunction(t) { try { return -1 !== Function.toString.call(t).indexOf("[native code]"); } catch (n) { return "function" == typeof t; } }
29
+ function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
30
+ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
31
31
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
32
- var internal = require('./internal-CuNGC8Ow.js');
32
+ var internal = require('./internal-C0TNgwBY.js');
33
33
  var n$2;
34
34
  exports.l = void 0;
35
35
  var u$2,
@@ -2554,7 +2554,6 @@ function CreateWebComponent(ReactComponent, webComponentName) {
2554
2554
  return existingRegistry;
2555
2555
  }
2556
2556
  var ReactWebComponent = /*#__PURE__*/function (_HTMLElement) {
2557
- _inherits(ReactWebComponent, _HTMLElement);
2558
2557
  function ReactWebComponent(props) {
2559
2558
  var _this;
2560
2559
  _classCallCheck(this, ReactWebComponent);
@@ -2564,7 +2563,8 @@ function CreateWebComponent(ReactComponent, webComponentName) {
2564
2563
  _this.append(_this.rootRef);
2565
2564
  return _this;
2566
2565
  }
2567
- _createClass(ReactWebComponent, [{
2566
+ _inherits(ReactWebComponent, _HTMLElement);
2567
+ return _createClass(ReactWebComponent, [{
2568
2568
  key: "connectedCallback",
2569
2569
  value: function connectedCallback() {
2570
2570
  this.styleSlot = document.createElement('section');
@@ -2590,13 +2590,12 @@ function CreateWebComponent(ReactComponent, webComponentName) {
2590
2590
  if (!this.styleSlot) {
2591
2591
  throw Error('Cannot render - no style slot defined');
2592
2592
  }
2593
- wn.render( /*#__PURE__*/wn.createElement(ye, {
2593
+ wn.render(/*#__PURE__*/wn.createElement(ye, {
2594
2594
  target: this.styleSlot
2595
2595
  }, /*#__PURE__*/wn.createElement(ReactComponent, Object.assign({}, props))), this.mountPoint);
2596
2596
  }
2597
2597
  }]);
2598
- return ReactWebComponent;
2599
- }( /*#__PURE__*/_wrapNativeSuper(HTMLElement));
2598
+ }(/*#__PURE__*/_wrapNativeSuper(HTMLElement));
2600
2599
  customElements.define(webComponentName, ReactWebComponent);
2601
2600
  return ReactWebComponent;
2602
2601
  }
@@ -2606,7 +2605,6 @@ function CreateShadowWebComponent(ReactComponent, webComponentName) {
2606
2605
  return existingRegistry;
2607
2606
  }
2608
2607
  var ReactWebComponent = /*#__PURE__*/function (_HTMLElement2) {
2609
- _inherits(ReactWebComponent, _HTMLElement2);
2610
2608
  function ReactWebComponent(props) {
2611
2609
  var _this2;
2612
2610
  _classCallCheck(this, ReactWebComponent);
@@ -2617,7 +2615,8 @@ function CreateShadowWebComponent(ReactComponent, webComponentName) {
2617
2615
  });
2618
2616
  return _this2;
2619
2617
  }
2620
- _createClass(ReactWebComponent, [{
2618
+ _inherits(ReactWebComponent, _HTMLElement2);
2619
+ return _createClass(ReactWebComponent, [{
2621
2620
  key: "connectedCallback",
2622
2621
  value: function connectedCallback() {
2623
2622
  this.styleSlot = document.createElement('section');
@@ -2660,13 +2659,12 @@ function CreateShadowWebComponent(ReactComponent, webComponentName) {
2660
2659
  throw Error('Cannot render - no style slot defined');
2661
2660
  }
2662
2661
  this.renderOneTap(props);
2663
- wn.render( /*#__PURE__*/wn.createElement(ye, {
2662
+ wn.render(/*#__PURE__*/wn.createElement(ye, {
2664
2663
  target: this.styleSlot
2665
2664
  }, /*#__PURE__*/wn.createElement(ReactComponent, Object.assign({}, props))), this.mountPoint);
2666
2665
  }
2667
2666
  }]);
2668
- return ReactWebComponent;
2669
- }( /*#__PURE__*/_wrapNativeSuper(HTMLElement));
2667
+ }(/*#__PURE__*/_wrapNativeSuper(HTMLElement));
2670
2668
  customElements.define(webComponentName, ReactWebComponent);
2671
2669
  return ReactWebComponent;
2672
2670
  }
@@ -3543,7 +3541,7 @@ var createCacheHelper = function createCacheHelper(cache, key) {
3543
3541
  };
3544
3542
  var table = new WeakMap();
3545
3543
  var counter = 0;
3546
- var stableHash = function stableHash(arg) {
3544
+ var _stableHash = function stableHash(arg) {
3547
3545
  var type = _typeof(arg);
3548
3546
  var constructor = arg && arg.constructor;
3549
3547
  var isDate = constructor == Date;
@@ -3557,7 +3555,7 @@ var stableHash = function stableHash(arg) {
3557
3555
  if (constructor == Array) {
3558
3556
  result = '@';
3559
3557
  for (index = 0; index < arg.length; index++) {
3560
- result += stableHash(arg[index]) + ',';
3558
+ result += _stableHash(arg[index]) + ',';
3561
3559
  }
3562
3560
  table.set(arg, result);
3563
3561
  }
@@ -3566,7 +3564,7 @@ var stableHash = function stableHash(arg) {
3566
3564
  var keys = OBJECT.keys(arg).sort();
3567
3565
  while (!isUndefined(index = keys.pop())) {
3568
3566
  if (!isUndefined(arg[index])) {
3569
- result += index + ':' + stableHash(arg[index]) + ',';
3567
+ result += index + ':' + _stableHash(arg[index]) + ',';
3570
3568
  }
3571
3569
  }
3572
3570
  table.set(arg, result);
@@ -3640,7 +3638,7 @@ var serialize = function serialize(key) {
3640
3638
  }
3641
3639
  }
3642
3640
  var args = key;
3643
- key = typeof key == 'string' ? key : (Array.isArray(key) ? key.length : key) ? stableHash(key) : '';
3641
+ key = typeof key == 'string' ? key : (Array.isArray(key) ? key.length : key) ? _stableHash(key) : '';
3644
3642
  return [key, args];
3645
3643
  };
3646
3644
  var __timestamp = 0;
@@ -3662,7 +3660,7 @@ function internalMutate() {
3662
3660
  return _internalMutate.apply(this, arguments);
3663
3661
  }
3664
3662
  function _internalMutate() {
3665
- _internalMutate = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
3663
+ _internalMutate = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
3666
3664
  var _len,
3667
3665
  args,
3668
3666
  _key2,
@@ -3689,7 +3687,7 @@ function _internalMutate() {
3689
3687
  while (1) switch (_context3.prev = _context3.next) {
3690
3688
  case 0:
3691
3689
  _mutateByKey = function _mutateByKey3() {
3692
- _mutateByKey = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_k) {
3690
+ _mutateByKey = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_k) {
3693
3691
  var _serialize3, _serialize4, key, _createCacheHelper3, _createCacheHelper4, get, set, _SWRGlobalState$get5, _SWRGlobalState$get6, EVENT_REVALIDATORS, MUTATION, FETCH, revalidators, startRevalidate, data, error, beforeMutationTs, hasOptimisticData, state, displayedData, currentData, committedData, res;
3694
3692
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
3695
3693
  while (1) switch (_context2.prev = _context2.next) {
@@ -3926,7 +3924,7 @@ var onErrorRetry = function onErrorRetry(_, __, config, revalidate, opts) {
3926
3924
  setTimeout(revalidate, timeout, opts);
3927
3925
  };
3928
3926
  var compare = function compare(currentData, newData) {
3929
- return stableHash(currentData) == stableHash(newData);
3927
+ return _stableHash(currentData) == _stableHash(newData);
3930
3928
  };
3931
3929
  var _initCache = initCache(new Map()),
3932
3930
  _initCache2 = _slicedToArray(_initCache, 2),
@@ -4209,8 +4207,8 @@ var useSWRHandler = function useSWRHandler(_key, fetcher, config) {
4209
4207
  var defaultValidatingState = !!(key && fetcher && isInitialMount && shouldDoInitialRevalidation);
4210
4208
  var isValidating = isUndefined(cached.isValidating) ? defaultValidatingState : cached.isValidating;
4211
4209
  var isLoading = isUndefined(cached.isLoading) ? defaultValidatingState : cached.isLoading;
4212
- var revalidate = T$2( /*#__PURE__*/function () {
4213
- var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(revalidateOpts) {
4210
+ var revalidate = T$2(/*#__PURE__*/function () {
4211
+ var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(revalidateOpts) {
4214
4212
  var currentFetcher, newData, startAt, loading, opts, shouldStartNewRequest, callbackSafeguard, finalState, finishRequestAndUpdateState, cleanupState, initialState, _FETCH$key, mutationInfo, cacheData, currentConfig, shouldRetryOnError;
4215
4213
  return _regeneratorRuntime().wrap(function _callee$(_context) {
4216
4214
  while (1) switch (_context.prev = _context.next) {
@@ -1,33 +1,33 @@
1
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
2
- function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
3
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
4
- function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
5
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
2
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n2 = 0, F = function F() {}; return { s: F, n: function n() { return _n2 >= r.length ? { done: !0 } : { done: !1, value: r[_n2++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
3
+ function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
4
+ function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
5
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
6
6
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
7
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
8
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
8
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
9
9
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
10
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
10
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
11
11
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
12
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
13
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
14
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
15
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
16
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
17
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
18
18
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
19
19
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
20
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
21
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
23
- function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }
20
+ function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
21
+ function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
22
+ function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
23
+ function _wrapNativeSuper(t) { var r = "function" == typeof Map ? new Map() : void 0; return _wrapNativeSuper = function _wrapNativeSuper(t) { if (null === t || !_isNativeFunction(t)) return t; if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function"); if (void 0 !== r) { if (r.has(t)) return r.get(t); r.set(t, Wrapper); } function Wrapper() { return _construct(t, arguments, _getPrototypeOf(this).constructor); } return Wrapper.prototype = Object.create(t.prototype, { constructor: { value: Wrapper, enumerable: !1, writable: !0, configurable: !0 } }), _setPrototypeOf(Wrapper, t); }, _wrapNativeSuper(t); }
24
24
  function _construct(t, e, r) { if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); var o = [null]; o.push.apply(o, e); var p = new (t.bind.apply(t, o))(); return r && _setPrototypeOf(p, r.prototype), p; }
25
25
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
26
- function _isNativeFunction(fn) { try { return Function.toString.call(fn).indexOf("[native code]") !== -1; } catch (e) { return typeof fn === "function"; } }
27
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
28
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
26
+ function _isNativeFunction(t) { try { return -1 !== Function.toString.call(t).indexOf("[native code]"); } catch (n) { return "function" == typeof t; } }
27
+ function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
28
+ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
29
29
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
30
- import { O as OAuthProviders } from './internal-CSX7OA60.js';
30
+ import { O as OAuthProviders } from './internal-C4xsnb6n.js';
31
31
  var n$2,
32
32
  l$3,
33
33
  u$2,
@@ -2552,7 +2552,6 @@ function CreateWebComponent(ReactComponent, webComponentName) {
2552
2552
  return existingRegistry;
2553
2553
  }
2554
2554
  var ReactWebComponent = /*#__PURE__*/function (_HTMLElement) {
2555
- _inherits(ReactWebComponent, _HTMLElement);
2556
2555
  function ReactWebComponent(props) {
2557
2556
  var _this;
2558
2557
  _classCallCheck(this, ReactWebComponent);
@@ -2562,7 +2561,8 @@ function CreateWebComponent(ReactComponent, webComponentName) {
2562
2561
  _this.append(_this.rootRef);
2563
2562
  return _this;
2564
2563
  }
2565
- _createClass(ReactWebComponent, [{
2564
+ _inherits(ReactWebComponent, _HTMLElement);
2565
+ return _createClass(ReactWebComponent, [{
2566
2566
  key: "connectedCallback",
2567
2567
  value: function connectedCallback() {
2568
2568
  this.styleSlot = document.createElement('section');
@@ -2588,13 +2588,12 @@ function CreateWebComponent(ReactComponent, webComponentName) {
2588
2588
  if (!this.styleSlot) {
2589
2589
  throw Error('Cannot render - no style slot defined');
2590
2590
  }
2591
- wn.render( /*#__PURE__*/wn.createElement(ye, {
2591
+ wn.render(/*#__PURE__*/wn.createElement(ye, {
2592
2592
  target: this.styleSlot
2593
2593
  }, /*#__PURE__*/wn.createElement(ReactComponent, Object.assign({}, props))), this.mountPoint);
2594
2594
  }
2595
2595
  }]);
2596
- return ReactWebComponent;
2597
- }( /*#__PURE__*/_wrapNativeSuper(HTMLElement));
2596
+ }(/*#__PURE__*/_wrapNativeSuper(HTMLElement));
2598
2597
  customElements.define(webComponentName, ReactWebComponent);
2599
2598
  return ReactWebComponent;
2600
2599
  }
@@ -2604,7 +2603,6 @@ function CreateShadowWebComponent(ReactComponent, webComponentName) {
2604
2603
  return existingRegistry;
2605
2604
  }
2606
2605
  var ReactWebComponent = /*#__PURE__*/function (_HTMLElement2) {
2607
- _inherits(ReactWebComponent, _HTMLElement2);
2608
2606
  function ReactWebComponent(props) {
2609
2607
  var _this2;
2610
2608
  _classCallCheck(this, ReactWebComponent);
@@ -2615,7 +2613,8 @@ function CreateShadowWebComponent(ReactComponent, webComponentName) {
2615
2613
  });
2616
2614
  return _this2;
2617
2615
  }
2618
- _createClass(ReactWebComponent, [{
2616
+ _inherits(ReactWebComponent, _HTMLElement2);
2617
+ return _createClass(ReactWebComponent, [{
2619
2618
  key: "connectedCallback",
2620
2619
  value: function connectedCallback() {
2621
2620
  this.styleSlot = document.createElement('section');
@@ -2658,13 +2657,12 @@ function CreateShadowWebComponent(ReactComponent, webComponentName) {
2658
2657
  throw Error('Cannot render - no style slot defined');
2659
2658
  }
2660
2659
  this.renderOneTap(props);
2661
- wn.render( /*#__PURE__*/wn.createElement(ye, {
2660
+ wn.render(/*#__PURE__*/wn.createElement(ye, {
2662
2661
  target: this.styleSlot
2663
2662
  }, /*#__PURE__*/wn.createElement(ReactComponent, Object.assign({}, props))), this.mountPoint);
2664
2663
  }
2665
2664
  }]);
2666
- return ReactWebComponent;
2667
- }( /*#__PURE__*/_wrapNativeSuper(HTMLElement));
2665
+ }(/*#__PURE__*/_wrapNativeSuper(HTMLElement));
2668
2666
  customElements.define(webComponentName, ReactWebComponent);
2669
2667
  return ReactWebComponent;
2670
2668
  }
@@ -3541,7 +3539,7 @@ var createCacheHelper = function createCacheHelper(cache, key) {
3541
3539
  };
3542
3540
  var table = new WeakMap();
3543
3541
  var counter = 0;
3544
- var stableHash = function stableHash(arg) {
3542
+ var _stableHash = function stableHash(arg) {
3545
3543
  var type = _typeof(arg);
3546
3544
  var constructor = arg && arg.constructor;
3547
3545
  var isDate = constructor == Date;
@@ -3555,7 +3553,7 @@ var stableHash = function stableHash(arg) {
3555
3553
  if (constructor == Array) {
3556
3554
  result = '@';
3557
3555
  for (index = 0; index < arg.length; index++) {
3558
- result += stableHash(arg[index]) + ',';
3556
+ result += _stableHash(arg[index]) + ',';
3559
3557
  }
3560
3558
  table.set(arg, result);
3561
3559
  }
@@ -3564,7 +3562,7 @@ var stableHash = function stableHash(arg) {
3564
3562
  var keys = OBJECT.keys(arg).sort();
3565
3563
  while (!isUndefined(index = keys.pop())) {
3566
3564
  if (!isUndefined(arg[index])) {
3567
- result += index + ':' + stableHash(arg[index]) + ',';
3565
+ result += index + ':' + _stableHash(arg[index]) + ',';
3568
3566
  }
3569
3567
  }
3570
3568
  table.set(arg, result);
@@ -3638,7 +3636,7 @@ var serialize = function serialize(key) {
3638
3636
  }
3639
3637
  }
3640
3638
  var args = key;
3641
- key = typeof key == 'string' ? key : (Array.isArray(key) ? key.length : key) ? stableHash(key) : '';
3639
+ key = typeof key == 'string' ? key : (Array.isArray(key) ? key.length : key) ? _stableHash(key) : '';
3642
3640
  return [key, args];
3643
3641
  };
3644
3642
  var __timestamp = 0;
@@ -3660,7 +3658,7 @@ function internalMutate() {
3660
3658
  return _internalMutate.apply(this, arguments);
3661
3659
  }
3662
3660
  function _internalMutate() {
3663
- _internalMutate = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
3661
+ _internalMutate = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
3664
3662
  var _len,
3665
3663
  args,
3666
3664
  _key2,
@@ -3687,7 +3685,7 @@ function _internalMutate() {
3687
3685
  while (1) switch (_context3.prev = _context3.next) {
3688
3686
  case 0:
3689
3687
  _mutateByKey = function _mutateByKey3() {
3690
- _mutateByKey = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_k) {
3688
+ _mutateByKey = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(_k) {
3691
3689
  var _serialize3, _serialize4, key, _createCacheHelper3, _createCacheHelper4, get, set, _SWRGlobalState$get5, _SWRGlobalState$get6, EVENT_REVALIDATORS, MUTATION, FETCH, revalidators, startRevalidate, data, error, beforeMutationTs, hasOptimisticData, state, displayedData, currentData, committedData, res;
3692
3690
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
3693
3691
  while (1) switch (_context2.prev = _context2.next) {
@@ -3924,7 +3922,7 @@ var onErrorRetry = function onErrorRetry(_, __, config, revalidate, opts) {
3924
3922
  setTimeout(revalidate, timeout, opts);
3925
3923
  };
3926
3924
  var compare = function compare(currentData, newData) {
3927
- return stableHash(currentData) == stableHash(newData);
3925
+ return _stableHash(currentData) == _stableHash(newData);
3928
3926
  };
3929
3927
  var _initCache = initCache(new Map()),
3930
3928
  _initCache2 = _slicedToArray(_initCache, 2),
@@ -4207,8 +4205,8 @@ var useSWRHandler = function useSWRHandler(_key, fetcher, config) {
4207
4205
  var defaultValidatingState = !!(key && fetcher && isInitialMount && shouldDoInitialRevalidation);
4208
4206
  var isValidating = isUndefined(cached.isValidating) ? defaultValidatingState : cached.isValidating;
4209
4207
  var isLoading = isUndefined(cached.isLoading) ? defaultValidatingState : cached.isLoading;
4210
- var revalidate = T$2( /*#__PURE__*/function () {
4211
- var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(revalidateOpts) {
4208
+ var revalidate = T$2(/*#__PURE__*/function () {
4209
+ var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(revalidateOpts) {
4212
4210
  var currentFetcher, newData, startAt, loading, opts, shouldStartNewRequest, callbackSafeguard, finalState, finishRequestAndUpdateState, cleanupState, initialState, _FETCH$key, mutationInfo, cacheData, currentConfig, shouldRetryOnError;
4213
4211
  return _regeneratorRuntime().wrap(function _callee$(_context) {
4214
4212
  while (1) switch (_context.prev = _context.next) {