dromo-uploader-react
Advanced tools
Comparing version 1.1.14 to 1.1.15
@@ -41,4 +41,2 @@ export interface IDeveloperField { | ||
webhookUrl?: string; | ||
customFontURL?: string; | ||
customFontCSS?: string; | ||
} | ||
@@ -48,2 +46,4 @@ export interface IDeveloperStyleOverrides { | ||
textColor?: string; | ||
customFontURL?: string; | ||
customFontFamily?: string; | ||
}; | ||
@@ -50,0 +50,0 @@ primaryButton?: { |
{ | ||
"name": "dromo-uploader-react", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "Easy to use data (CSV, TSV, Excel) importer", | ||
@@ -5,0 +5,0 @@ "author": "ankitgoyal100", |
29512