@asgardeo/react 0.6.20 → 0.6.22

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.
package/dist/index.d.ts CHANGED
@@ -193,4 +193,4 @@ export { default as getSchemas, GetSchemasConfig } from './api/getSchemas';
193
193
  export { default as updateMeProfile, UpdateMeProfileConfig } from './api/updateMeProfile';
194
194
  export { default as getMeProfile } from './api/getScim2Me';
195
195
  export * from './api/getScim2Me';
196
- export { AsgardeoRuntimeError, http, getActiveTheme, navigate, type EmbeddedFlowComponentTypeV2, type EmbeddedFlowActionVariantV2, type EmbeddedFlowTextVariantV2, type EmbeddedFlowEventTypeV2, type EmbeddedFlowComponentV2, type EmbeddedFlowResponseDataV2, type EmbeddedFlowExecuteRequestConfigV2, type EmbeddedSignInFlowStatusV2, type EmbeddedSignInFlowTypeV2, type ExtendedEmbeddedSignInFlowResponseV2, type EmbeddedSignInFlowResponseV2, type EmbeddedSignInFlowCompleteResponseV2, type EmbeddedSignInFlowInitiateRequestV2, type EmbeddedSignInFlowRequestV2, type EmbeddedSignUpFlowStatusV2, type EmbeddedSignUpFlowTypeV2, type ExtendedEmbeddedSignUpFlowResponseV2, type EmbeddedSignUpFlowResponseV2, type EmbeddedSignUpFlowCompleteResponseV2, type EmbeddedSignUpFlowInitiateRequestV2, type EmbeddedSignUpFlowRequestV2, type EmbeddedSignUpFlowErrorResponseV2, } from '@asgardeo/browser';
196
+ export { AsgardeoRuntimeError, http, getActiveTheme, navigate, EmbeddedFlowComponentTypeV2 as EmbeddedFlowComponentType, EmbeddedFlowActionVariantV2 as EmbeddedFlowActionVariant, EmbeddedFlowTextVariantV2 as EmbeddedFlowTextVariant, EmbeddedFlowEventTypeV2 as EmbeddedFlowEventType, type EmbeddedFlowComponentV2 as EmbeddedFlowComponent, type EmbeddedFlowResponseDataV2 as EmbeddedFlowResponseData, type EmbeddedFlowExecuteRequestConfigV2 as EmbeddedFlowExecuteRequestConfig, EmbeddedSignInFlowStatusV2 as EmbeddedSignInFlowStatus, EmbeddedSignInFlowTypeV2 as EmbeddedSignInFlowType, type ExtendedEmbeddedSignInFlowResponseV2 as ExtendedEmbeddedSignInFlowResponse, type EmbeddedSignInFlowResponseV2 as EmbeddedSignInFlowResponse, type EmbeddedSignInFlowCompleteResponseV2 as EmbeddedSignInFlowCompleteResponse, type EmbeddedSignInFlowInitiateRequestV2 as EmbeddedSignInFlowInitiateRequest, type EmbeddedSignInFlowRequestV2 as EmbeddedSignInFlowRequest, type EmbeddedSignUpFlowStatusV2 as EmbeddedSignUpFlowStatus, type EmbeddedSignUpFlowTypeV2 as EmbeddedSignUpFlowType, type ExtendedEmbeddedSignUpFlowResponseV2 as ExtendedEmbeddedSignUpFlowResponse, type EmbeddedSignUpFlowResponseV2 as EmbeddedSignUpFlowResponse, type EmbeddedSignUpFlowCompleteResponseV2 as EmbeddedSignUpFlowCompleteResponse, type EmbeddedSignUpFlowInitiateRequestV2 as EmbeddedSignUpFlowInitiateRequest, type EmbeddedSignUpFlowRequestV2 as EmbeddedSignUpFlowRequest, type EmbeddedSignUpFlowErrorResponseV2 as EmbeddedSignUpFlowErrorResponse, } from '@asgardeo/browser';
package/dist/index.js CHANGED
@@ -14056,7 +14056,13 @@ import {
14056
14056
  AsgardeoRuntimeError as AsgardeoRuntimeError9,
14057
14057
  http,
14058
14058
  getActiveTheme as getActiveTheme2,
14059
- navigate as navigate4
14059
+ navigate as navigate4,
14060
+ EmbeddedFlowComponentTypeV2,
14061
+ EmbeddedFlowActionVariantV2,
14062
+ EmbeddedFlowTextVariantV2,
14063
+ EmbeddedFlowEventTypeV2,
14064
+ EmbeddedSignInFlowStatusV2 as EmbeddedSignInFlowStatusV22,
14065
+ EmbeddedSignInFlowTypeV2 as EmbeddedSignInFlowTypeV22
14060
14066
  } from "@asgardeo/browser";
14061
14067
  export {
14062
14068
  Alert_default as Alert,
@@ -14096,6 +14102,12 @@ export {
14096
14102
  DatePicker_default as DatePicker,
14097
14103
  Divider_default as Divider,
14098
14104
  EmailOtp_default as EmailOtp,
14105
+ EmbeddedFlowActionVariantV2 as EmbeddedFlowActionVariant,
14106
+ EmbeddedFlowComponentTypeV2 as EmbeddedFlowComponentType,
14107
+ EmbeddedFlowEventTypeV2 as EmbeddedFlowEventType,
14108
+ EmbeddedFlowTextVariantV2 as EmbeddedFlowTextVariant,
14109
+ EmbeddedSignInFlowStatusV22 as EmbeddedSignInFlowStatus,
14110
+ EmbeddedSignInFlowTypeV22 as EmbeddedSignInFlowType,
14099
14111
  Eye_default as Eye,
14100
14112
  EyeOff_default as EyeOff,
14101
14113
  FacebookButton_default as FacebookButton,