@dlghq/dialog-types
Advanced tools
Comparing version 1.34.0 to 1.34.1
{ | ||
"name": "@dlghq/dialog-types", | ||
"version": "1.34.0", | ||
"version": "1.34.1", | ||
"description": "Flow types for dialog projects", | ||
@@ -36,6 +36,6 @@ "main": "src/index.js", | ||
"@dlghq/eslint-config-dialog": "3.3.2", | ||
"eslint": "4.16.0", | ||
"flow-bin": "0.63.1", | ||
"jest-cli": "22.1.4" | ||
"eslint": "4.18.1", | ||
"flow-bin": "0.66.0", | ||
"jest-cli": "22.4.2" | ||
} | ||
} |
@@ -0,0 +0,0 @@ dialog types |
@@ -47,3 +47,11 @@ /* | ||
export type AvatarPlaceholder = 'empty' | 'lblue' | 'blue' | 'purple' | 'red' | 'orange' | 'yellow' | 'green'; | ||
export type AvatarPlaceholder = | ||
| 'empty' | ||
| 'lblue' | ||
| 'blue' | ||
| 'purple' | ||
| 'red' | ||
| 'orange' | ||
| 'yellow' | ||
| 'green'; | ||
@@ -275,3 +283,9 @@ export type AuthError = { | ||
export type MessageState = 'pending' | 'sent' | 'received' | 'read' | 'error' | 'unknown'; | ||
export type MessageState = | ||
| 'pending' | ||
| 'sent' | ||
| 'received' | ||
| 'read' | ||
| 'error' | ||
| 'unknown'; | ||
@@ -479,1 +493,9 @@ export type MessageAttachmenReply = { | ||
| { type: 'group', group: ?Group, online: ?GroupOnline }; | ||
export type ColorTheme = | ||
| 'default' | ||
| 'primary' | ||
| 'success' | ||
| 'danger' | ||
| 'info' | ||
| 'warning'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
24066
574