@uppy/informer
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -87,2 +87,2 @@ var _class, _temp; | ||
return Informer; | ||
}(Plugin), _class.VERSION = "1.4.1", _temp); | ||
}(Plugin), _class.VERSION = "1.4.2", _temp); |
{ | ||
"name": "@uppy/informer", | ||
"description": "A notification and error pop-up bar for Uppy.", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^2.2.1", | ||
"@uppy/utils": "^2.2.2", | ||
"preact": "8.2.9" | ||
@@ -33,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "07e9909bfcca44505433c8bfc38a050314be64ce" | ||
"gitHead": "2c98271103539fbe46b37b9f8c2746bc7188b9c8" | ||
} |
@@ -1,26 +0,12 @@ | ||
import Uppy = require('@uppy/core'); | ||
import Uppy = require('@uppy/core') | ||
declare module Informer { | ||
interface Color { | ||
bg: string | number; | ||
text: string | number; | ||
} | ||
interface InformerOptions extends Uppy.PluginOptions { | ||
typeColors: { | ||
[type: string]: Color | ||
}; | ||
replaceTargetContent?: boolean | ||
target?: Uppy.PluginTarget | ||
} | ||
} | ||
declare class Informer extends Uppy.Plugin { | ||
constructor(uppy: Uppy.Uppy, opts: Partial<Informer.InformerOptions>); | ||
} | ||
declare class Informer extends Uppy.Plugin<Informer.InformerOptions> {} | ||
export = Informer; | ||
declare module '@uppy/core' { | ||
export interface Uppy { | ||
use(pluginClass: typeof Informer, opts: Partial<Informer.InformerOptions>): Uppy.Uppy; | ||
} | ||
} | ||
export = Informer |
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
11
11658
194
Updated@uppy/utils@^2.2.2