@gup-fe/js-sdk 2.4.3 → 2.4.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.
package/dist/index.d.ts CHANGED
@@ -43,6 +43,7 @@ declare interface ConfigContextType {
43
43
  styleVars?: StyleVars;
44
44
  currentLoginType?: LoginTypes;
45
45
  defaultLoginType?: LoginTypes;
46
+ defaultAgreeProtocol?: boolean;
46
47
  setCurrentLoginType: (newLoginType: LoginTypes) => void;
47
48
  onUidLoginSuccess?: (data: CallbackLoginData) => void;
48
49
  onPhoneLoginSuccess?: ((data: CallbackLoginData) => void) | ((data: CallbackLoginData) => Promise<void>);
@@ -247,6 +248,7 @@ declare interface StyleVars {
247
248
  '--input-border-color'?: string;
248
249
  '--input-label-color'?: string;
249
250
  '--input-bg-color'?: string;
251
+ '--backdrop-bg-color'?: string;
250
252
  }
251
253
 
252
254
  declare interface ToastConfigs {