@connectedxm/client 3.0.3 → 3.0.4

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.
package/dist/index.d.cts CHANGED
@@ -1800,6 +1800,7 @@ interface OrganizationConfig {
1800
1800
  PRIMARY_MODULE: PrimaryModule;
1801
1801
  PRIMARY_COLOR: string;
1802
1802
  SECONDARY_COLOR: string;
1803
+ CLIENT_THEME: string;
1803
1804
  LOGO: {
1804
1805
  LIGHT: string;
1805
1806
  DARK?: string;
package/dist/index.d.ts CHANGED
@@ -1800,6 +1800,7 @@ interface OrganizationConfig {
1800
1800
  PRIMARY_MODULE: PrimaryModule;
1801
1801
  PRIMARY_COLOR: string;
1802
1802
  SECONDARY_COLOR: string;
1803
+ CLIENT_THEME: string;
1803
1804
  LOGO: {
1804
1805
  LIGHT: string;
1805
1806
  DARK?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",