@ekyc_qoobiss/qbs-ect-cmp 3.6.86 → 3.6.87

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.
@@ -5246,7 +5246,7 @@ function v4(options, buf, offset) {
5246
5246
  }
5247
5247
 
5248
5248
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
5249
- const version$1 = "3.6.86";
5249
+ const version$1 = "3.6.87";
5250
5250
  const description = "Person Identification Component";
5251
5251
  const main = "./dist/index.cjs.js";
5252
5252
  const module$1 = "./dist/index.js";
@@ -9093,7 +9093,7 @@ const StateTransition = class {
9093
9093
  TranslationUtils.state.flowStatus = await TranslationUtils.ApiCall.instance.GetNextFlowState();
9094
9094
  }
9095
9095
  render() {
9096
- return (index.h("div", { class: "container" }, index.h("div", { class: "row" })));
9096
+ return (index.h("div", { class: "container" }, index.h("div", { class: "row" }, index.h("div", { class: "div-ci align-center" }, index.h("img", { src: loaderSvg })))));
9097
9097
  }
9098
9098
  };
9099
9099
  StateTransition.style = stateTransitionCss;
@@ -1,12 +1,14 @@
1
1
  import { h } from '@stencil/core';
2
2
  import store from '../../../helpers/store';
3
3
  import { ApiCall } from '../../../helpers/ApiCall';
4
+ // @ts-ignore
5
+ import loaderImg from '../../../assets/loader.svg';
4
6
  export class StateTransition {
5
7
  async componentWillLoad() {
6
8
  store.flowStatus = await ApiCall.instance.GetNextFlowState();
7
9
  }
8
10
  render() {
9
- return (h("div", { class: "container" }, h("div", { class: "row" })));
11
+ return (h("div", { class: "container" }, h("div", { class: "row" }, h("div", { class: "div-ci align-center" }, h("img", { src: loaderImg })))));
10
12
  }
11
13
  static get is() { return "state-transition"; }
12
14
  static get originalStyleUrls() {
@@ -5242,7 +5242,7 @@ function v4(options, buf, offset) {
5242
5242
  }
5243
5243
 
5244
5244
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
5245
- const version$1 = "3.6.86";
5245
+ const version$1 = "3.6.87";
5246
5246
  const description = "Person Identification Component";
5247
5247
  const main = "./dist/index.cjs.js";
5248
5248
  const module = "./dist/index.js";
@@ -9089,7 +9089,7 @@ const StateTransition = class {
9089
9089
  state.flowStatus = await ApiCall.instance.GetNextFlowState();
9090
9090
  }
9091
9091
  render() {
9092
- return (h("div", { class: "container" }, h("div", { class: "row" })));
9092
+ return (h("div", { class: "container" }, h("div", { class: "row" }, h("div", { class: "div-ci align-center" }, h("img", { src: loaderSvg })))));
9093
9093
  }
9094
9094
  };
9095
9095
  StateTransition.style = stateTransitionCss;