@oila/0account 3.4.6 → 3.4.7

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.
@@ -3,7 +3,7 @@ export { s as setNonce } from './index-09024c20.js';
3
3
 
4
4
  const defineCustomElements = (win, options) => {
5
5
  if (typeof window === 'undefined') return Promise.resolve();
6
- return bootstrapLazy([["qr-code_2",[[1,"zero-account",{"appId":[1,"app-id"],"updateInterval":[2,"update-interval"],"callbackURL":[1,"callback-u-r-l"],"modal":[4],"selector":[1],"level":[1],"primaryColor":[1,"primary-color"],"secondaryColor":[1,"secondary-color"],"instructionsText":[1,"instructions-text"],"hideInstructions":[4,"hide-instructions"],"environment":[1],"enableWithCredentials":[4,"enable-with-credentials"],"themePreset":[1,"theme-preset"],"autoStartApp":[4,"auto-start-app"],"modalOpen":[32],"isAnimating":[32],"url":[32]},[[4,"0account-toggle-modal","toggleModal"],[4,"0account-close-modal","_closeModal"],[4,"0account-authenticated","_closeModal"],[4,"0account-open-app","openApp"]]],[0,"qr-code",{"url":[1],"level":[1],"class":[1],"color":[1]}]]]], options);
6
+ return bootstrapLazy([["qr-code_2",[[1,"zero-account",{"appId":[1,"app-id"],"updateInterval":[2,"update-interval"],"callbackURL":[1,"callback-url"],"modal":[4],"level":[1],"primaryColor":[1,"primary-color"],"secondaryColor":[1,"secondary-color"],"environment":[1],"enableWithCredentials":[4,"enable-with-credentials"],"themePreset":[1,"theme-preset"],"autoStartApp":[4,"auto-start-app"],"modalOpen":[32],"isAnimating":[32],"url":[32]},[[4,"0account-toggle-modal","toggleModal"],[4,"0account-close-modal","_closeModal"],[4,"0account-authenticated","_closeModal"],[4,"0account-open-app","openApp"]]],[0,"qr-code",{"url":[1],"level":[1],"class":[1],"color":[1]}]]]], options);
7
7
  };
8
8
 
9
9
  export { defineCustomElements };
@@ -2359,12 +2359,9 @@ const ZeroAccount = class {
2359
2359
  this.updateInterval = 3 * 60 * 1000;
2360
2360
  this.callbackURL = DEFAULT_CALLBACK_URL;
2361
2361
  this.modal = true;
2362
- this.selector = null;
2363
2362
  this.level = ErrorCorrectionLevel.M;
2364
2363
  this.primaryColor = '#3C444F';
2365
2364
  this.secondaryColor = undefined;
2366
- this.instructionsText = undefined;
2367
- this.hideInstructions = false;
2368
2365
  this.environment = Environment.production;
2369
2366
  this.enableWithCredentials = false;
2370
2367
  this.themePreset = ThemePreset.light;