@drovp/types
Advanced tools
Comparing version 4.6.2 to 4.7.0
@@ -440,5 +440,12 @@ /** | ||
dependencies: {[key: string]: unknown}; | ||
settings: AppSettings; | ||
}; | ||
interface ModalData { | ||
export interface AppSettings { | ||
fontSize: number; | ||
compact: false; | ||
theme: 'os' | 'light' | 'dark'; | ||
} | ||
export interface ModalData { | ||
variant?: Variant; | ||
@@ -445,0 +452,0 @@ title?: string; |
{ | ||
"name": "@drovp/types", | ||
"version": "4.6.2", | ||
"version": "4.7.0", | ||
"description": "Drovp plugin API definitions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22759
612