@dlghq/dialog-types
Advanced tools
Comparing version 1.33.2 to 1.34.0
{ | ||
"name": "@dlghq/dialog-types", | ||
"version": "1.33.2", | ||
"version": "1.34.0", | ||
"description": "Flow types for dialog projects", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -41,2 +41,8 @@ /* | ||
export type AvatarSize = 'small' | 'large' | 'full'; | ||
export type Avatar = { | ||
url: string | ||
}; | ||
export type AvatarPlaceholder = 'empty' | 'lblue' | 'blue' | 'purple' | 'red' | 'orange' | 'yellow' | 'green'; | ||
@@ -43,0 +49,0 @@ |
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
23691
553