@threedddplus/logoeditor 0.0.168 → 0.0.170
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/logoeditor.cjs.development.js +1 -1
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +1 -1
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
@@ -1856,7 +1856,7 @@ var toastMessages =
|
|
1856
1856
|
return CustomToast('error', 'No item in canvas to save', 10);
|
1857
1857
|
},
|
1858
1858
|
fileSize: function fileSize() {
|
1859
|
-
return CustomToast('
|
1859
|
+
return CustomToast('error', 'We cannot process this file because it is larger than 25MB. Please decrease the size and try again.', 11);
|
1860
1860
|
}
|
1861
1861
|
};
|
1862
1862
|
|