@shieldiot/ngx-pulseiot-lib 2.20.1352 → 2.20.1355

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/index.d.ts CHANGED
@@ -824,7 +824,11 @@ declare class AccountSettings {
824
824
  tabTitle: string;
825
825
  tabIcon: string;
826
826
  footer: string;
827
- constructor(defaultHomePageView?: HomePageViewCode, logo?: string, logoDark?: string, tabTitle?: string, tabIcon?: string, footer?: string);
827
+ brandPrimary: string;
828
+ brandSidebarFrom: string;
829
+ brandSidebarTo: string;
830
+ brandSidebarWash: string;
831
+ constructor(defaultHomePageView?: HomePageViewCode, logo?: string, logoDark?: string, tabTitle?: string, tabIcon?: string, footer?: string, brandPrimary?: string, brandSidebarFrom?: string, brandSidebarTo?: string, brandSidebarWash?: string);
828
832
  }
829
833
 
830
834
  declare class AccountInfo extends BaseEntityEx {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shieldiot/ngx-pulseiot-lib",
3
- "version": "2.20.1352",
3
+ "version": "2.20.1355",
4
4
  "description": "Angular client library for PulseIoT backend",
5
5
  "publishConfig": {
6
6
  "access": "public"