@bigbinary/neeto-image-uploader-frontend 1.5.3 → 1.5.4

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
@@ -2110,7 +2110,8 @@ var ImageDirectUpload = function ImageDirectUpload(_ref) {
2110
2110
  i18nKey: "neetoImageUploader.imageUpload.dragAndDropOrBrowseFile",
2111
2111
  components: {
2112
2112
  span: /*#__PURE__*/React__default["default"].createElement("span", {
2113
- className: "neeto-ui-text-primary-500"
2113
+ className: "neeto-ui-text-primary-500",
2114
+ "data-cy": "neeto-image-uploader-browse-text"
2114
2115
  })
2115
2116
  }
2116
2117
  })), setIsAssetLibraryOpen && /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
@@ -2129,6 +2130,7 @@ var ImageDirectUpload = function ImageDirectUpload(_ref) {
2129
2130
  })
2130
2131
  }
2131
2132
  })), /*#__PURE__*/React__default["default"].createElement("input", _extends$1({}, getInputProps(), {
2133
+ "data-cy": "neeto-image-uploader-file-input",
2132
2134
  disabled: isDisabled
2133
2135
  })), /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
2134
2136
  className: "neeto-ui-text-gray-700 text-center leading-4",