@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 +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2099,7 +2099,8 @@ var ImageDirectUpload = function ImageDirectUpload(_ref) {
|
|
|
2099
2099
|
i18nKey: "neetoImageUploader.imageUpload.dragAndDropOrBrowseFile",
|
|
2100
2100
|
components: {
|
|
2101
2101
|
span: /*#__PURE__*/React.createElement("span", {
|
|
2102
|
-
className: "neeto-ui-text-primary-500"
|
|
2102
|
+
className: "neeto-ui-text-primary-500",
|
|
2103
|
+
"data-cy": "neeto-image-uploader-browse-text"
|
|
2103
2104
|
})
|
|
2104
2105
|
}
|
|
2105
2106
|
})), setIsAssetLibraryOpen && /*#__PURE__*/React.createElement(Typography, {
|
|
@@ -2118,6 +2119,7 @@ var ImageDirectUpload = function ImageDirectUpload(_ref) {
|
|
|
2118
2119
|
})
|
|
2119
2120
|
}
|
|
2120
2121
|
})), /*#__PURE__*/React.createElement("input", _extends$1({}, getInputProps(), {
|
|
2122
|
+
"data-cy": "neeto-image-uploader-file-input",
|
|
2121
2123
|
disabled: isDisabled
|
|
2122
2124
|
})), /*#__PURE__*/React.createElement(Typography, {
|
|
2123
2125
|
className: "neeto-ui-text-gray-700 text-center leading-4",
|