@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.
@@ -6,7 +6,7 @@ const index = require('./index-1e526aba.js');
6
6
 
7
7
  const defineCustomElements = (win, options) => {
8
8
  if (typeof window === 'undefined') return Promise.resolve();
9
- return index.bootstrapLazy([["qr-code_2.cjs",[[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);
9
+ return index.bootstrapLazy([["qr-code_2.cjs",[[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);
10
10
  };
11
11
 
12
12
  exports.setNonce = index.setNonce;
@@ -2363,12 +2363,9 @@ const ZeroAccount = class {
2363
2363
  this.updateInterval = 3 * 60 * 1000;
2364
2364
  this.callbackURL = DEFAULT_CALLBACK_URL;
2365
2365
  this.modal = true;
2366
- this.selector = null;
2367
2366
  this.level = ErrorCorrectionLevel.M;
2368
2367
  this.primaryColor = '#3C444F';
2369
2368
  this.secondaryColor = undefined;
2370
- this.instructionsText = undefined;
2371
- this.hideInstructions = false;
2372
2369
  this.environment = Environment.production;
2373
2370
  this.enableWithCredentials = false;
2374
2371
  this.themePreset = ThemePreset.light;