@mx-cartographer/experiences 7.0.49-alpha.mega1 → 7.0.49-alpha.mega2

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.
@@ -905,7 +905,9 @@ class ne {
905
905
  };
906
906
  }
907
907
  const K = {
908
- clientConfig: {},
908
+ clientConfig: {
909
+ is_mx_mobile: !1
910
+ },
909
911
  clientStyleProfile: {},
910
912
  config: {
911
913
  assets_prefix: "/assets",
@@ -33,6 +33,7 @@ interface TransactionConfig {
33
33
  }
34
34
  export interface ClientConfig {
35
35
  color_scheme?: 'light' | 'dark' | 'browser';
36
+ is_mx_mobile?: boolean;
36
37
  master?: MasterConfig;
37
38
  transactions?: TransactionConfig;
38
39
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.0.49-alpha.mega1",
3
+ "version": "7.0.49-alpha.mega2",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",