@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.25 to 5.4.26
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.25", | ||
"version": "5.4.26", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -164,4 +164,5 @@ /** These are meant to available to client apps */ | ||
adjustPosition?: boolean; | ||
backgroundFont?: boolean; | ||
} | ||
export declare type ThemePropertyType = 'color' | 'font' | 'backgroundSelector' | 'backgroundColor' | 'fontSize'; | ||
export declare type ThemePropertyType = 'color' | 'font' | 'backgroundSelector' | 'backgroundColor' | 'fontSize' | 'subSection'; | ||
export declare type Orientation = 'landscape' | 'portrait'; | ||
@@ -168,0 +169,0 @@ export declare type WidgetType = 'main' | 'banner' | 'ticker'; |
260055
3584