@threedddplus/logoeditor 0.0.169 → 0.0.171
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
package/dist/logoeditor.esm.js
CHANGED
@@ -1848,7 +1848,7 @@ var toastMessages =
|
|
1848
1848
|
return CustomToast('error', 'No item in canvas to save', 10);
|
1849
1849
|
},
|
1850
1850
|
fileSize: function fileSize() {
|
1851
|
-
return CustomToast('
|
1851
|
+
return CustomToast('error', 'We cannot process this file because it is larger than 25MB. Please decrease the size and try again.', 11);
|
1852
1852
|
}
|
1853
1853
|
};
|
1854
1854
|
|