@ekyc_qoobiss/qbs-ect-cmp 2.1.21 → 3.0.0

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.
@@ -6182,7 +6182,7 @@ function v4(options, buf, offset) {
6182
6182
  }
6183
6183
 
6184
6184
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6185
- const version$1 = "2.1.21";
6185
+ const version$1 = "3.0.0";
6186
6186
  const description = "Person Identification Component";
6187
6187
  const main = "./dist/index.cjs.js";
6188
6188
  const module$1 = "./dist/index.js";
@@ -6468,7 +6468,7 @@ const IdentificationComponent = class {
6468
6468
  }
6469
6469
  render() {
6470
6470
  let currentBlock = index.h("div", null);
6471
- if (this.device.isMobile) {
6471
+ if (this.device.isMobile || state.environment == 'DEMO') {
6472
6472
  if (state.flowStatus == FlowStatus.LANDING) {
6473
6473
  currentBlock = index.h("landing-validation", { device: this.device });
6474
6474
  }
@@ -223,7 +223,7 @@ export class IdentificationComponent {
223
223
  }
224
224
  render() {
225
225
  let currentBlock = h("div", null);
226
- if (this.device.isMobile) {
226
+ if (this.device.isMobile || store.environment == 'DEMO') {
227
227
  if (store.flowStatus == FlowStatus.LANDING) {
228
228
  currentBlock = h("landing-validation", { device: this.device });
229
229
  }
@@ -6178,7 +6178,7 @@ function v4(options, buf, offset) {
6178
6178
  }
6179
6179
 
6180
6180
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6181
- const version$1 = "2.1.21";
6181
+ const version$1 = "3.0.0";
6182
6182
  const description = "Person Identification Component";
6183
6183
  const main = "./dist/index.cjs.js";
6184
6184
  const module = "./dist/index.js";
@@ -6464,7 +6464,7 @@ const IdentificationComponent = class {
6464
6464
  }
6465
6465
  render() {
6466
6466
  let currentBlock = h("div", null);
6467
- if (this.device.isMobile) {
6467
+ if (this.device.isMobile || state.environment == 'DEMO') {
6468
6468
  if (state.flowStatus == FlowStatus.LANDING) {
6469
6469
  currentBlock = h("landing-validation", { device: this.device });
6470
6470
  }