@bigbinary/neeto-image-uploader-frontend 1.2.1 → 1.2.3

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/index.cjs.js CHANGED
@@ -3332,7 +3332,7 @@ var common = {
3332
3332
  assets: "Assets",
3333
3333
  assetLibrary: "Asset library",
3334
3334
  image: "Image",
3335
- noAssets: "No assets found",
3335
+ noAssets: "No assets found in library",
3336
3336
  dropHere: "Drop the file here"
3337
3337
  };
3338
3338
  var unsplash = {
package/dist/index.js CHANGED
@@ -3322,7 +3322,7 @@ var common = {
3322
3322
  assets: "Assets",
3323
3323
  assetLibrary: "Asset library",
3324
3324
  image: "Image",
3325
- noAssets: "No assets found",
3325
+ noAssets: "No assets found in library",
3326
3326
  dropHere: "Drop the file here"
3327
3327
  };
3328
3328
  var unsplash = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-image-uploader-frontend",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "license": "UNLICENSED",
5
5
  "bugs": {
6
6
  "url": "https://github.com/bigbinary/neeto-message-templates-engine/issues"