chayns-api 2.0.9 → 2.0.10

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.
@@ -599,6 +599,7 @@ class AppWrapper {
599
599
  dialogs = [];
600
600
  async init() {
601
601
  this.values = this.mapOldApiToNew(await this.appCall(18));
602
+ document.documentElement.classList.add('chayns-api--app');
602
603
  this.appCall(66, {
603
604
  enabled: true
604
605
  }, {
@@ -609,6 +609,7 @@ export class AppWrapper {
609
609
  }
610
610
  async init() {
611
611
  this.values = this.mapOldApiToNew(await this.appCall(18));
612
+ document.documentElement.classList.add('chayns-api--app');
612
613
  this.appCall(66, {
613
614
  enabled: true
614
615
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",