@bigbinary/neeto-molecules 3.16.58 → 3.16.60
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/DocumentEditor.js +131 -9
- package/dist/DocumentEditor.js.map +1 -1
- package/dist/ShareViaLink.js +2 -1
- package/dist/ShareViaLink.js.map +1 -1
- package/dist/cjs/DocumentEditor.js +129 -7
- package/dist/cjs/DocumentEditor.js.map +1 -1
- package/dist/cjs/ShareViaLink.js +1 -0
- package/dist/cjs/ShareViaLink.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +4 -1
- package/types/DocumentEditor.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.60",
|
|
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
|
@@ -642,7 +642,10 @@
|
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
644
|
"documentEditor": {
|
|
645
|
-
"title": "Document title"
|
|
645
|
+
"title": "Document title",
|
|
646
|
+
"thumbnailImage": "Thumbnail image",
|
|
647
|
+
"delete": "Delete",
|
|
648
|
+
"uploadThumbnailImage": "Add thumbnail"
|
|
646
649
|
},
|
|
647
650
|
"sendToFields": {
|
|
648
651
|
"uploadCsvTooltip": "Accepts only CSV files with an 'email' column",
|