@bigbinary/neeto-molecules 1.1.64 → 1.1.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/EmailForm.js +224 -522
- package/dist/EmailForm.js.map +1 -1
- package/dist/EmailPreview.js +3 -44
- package/dist/EmailPreview.js.map +1 -1
- package/dist/SendToFields.js +218 -474
- package/dist/SendToFields.js.map +1 -1
- package/dist/ShareViaEmail.js +267 -1797
- package/dist/ShareViaEmail.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +12 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.65",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
package/src/translations/en.json
CHANGED
|
@@ -352,6 +352,18 @@
|
|
|
352
352
|
"facebook": "Facebook",
|
|
353
353
|
"twitter": "Twitter",
|
|
354
354
|
"linkedIn": "LinkedIn"
|
|
355
|
+
},
|
|
356
|
+
"requirements": {
|
|
357
|
+
"fileTypeAndSize": "Files must be in CSV format and no larger than {{limit}} MB.",
|
|
358
|
+
"shouldContainColumns": "Your CSV file should only contain <strong>Email</strong> column"
|
|
359
|
+
},
|
|
360
|
+
"bulkUpload": "Bulk Upload",
|
|
361
|
+
"bulkUploadPane": {
|
|
362
|
+
"downloadSampleCSV": "Download sample .csv file",
|
|
363
|
+
"dropFileHere": "Drop the file here",
|
|
364
|
+
"dragNDrop": "Drag and drop or <Button>Browse</Button> a file.",
|
|
365
|
+
"supportedFormat": "Only <code>{{fileType, anyCase}}</code> files are supported.",
|
|
366
|
+
"supportedSize": "Maximum allowed file size is {{fileSize}} MB."
|
|
355
367
|
}
|
|
356
368
|
},
|
|
357
369
|
"keyboardShortcuts": {
|