@posx/core 5.5.377 → 5.5.378

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/build/index.d.ts CHANGED
@@ -3204,11 +3204,13 @@ interface ICustomerDisplaySystemConfig {
3204
3204
  enabled: boolean;
3205
3205
  full_screen_assets: string[];
3206
3206
  half_screen_assets: string[];
3207
+ is_logo_hidden: boolean;
3207
3208
  }
3208
3209
  declare class CustomerDisplaySystemConfig implements ICustomerDisplaySystemConfig {
3209
3210
  enabled: boolean;
3210
3211
  full_screen_assets: any[];
3211
3212
  half_screen_assets: any[];
3213
+ is_logo_hidden: boolean;
3212
3214
  constructor();
3213
3215
  }
3214
3216
  interface IKioskSystemConfig {
package/build/index.js CHANGED
@@ -1890,6 +1890,7 @@ var CustomerDisplaySystemConfig = class {
1890
1890
  _defineProperty(this, "enabled", false);
1891
1891
  _defineProperty(this, "full_screen_assets", []);
1892
1892
  _defineProperty(this, "half_screen_assets", []);
1893
+ _defineProperty(this, "is_logo_hidden", false);
1893
1894
  }
1894
1895
  };
1895
1896
  let CardPaymentCode = /* @__PURE__ */ function(CardPaymentCode$1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posx/core",
3
- "version": "5.5.377",
3
+ "version": "5.5.378",
4
4
  "description": "POSX core libraries",
5
5
  "main": "./build/index.js",
6
6
  "author": "Steven Lee",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posx/core",
3
- "version": "5.5.377",
3
+ "version": "5.5.378",
4
4
  "description": "POSX core libraries",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",