code7-leia 0.1.180 → 0.2.2

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.180",
2
+ "version": "0.2.2",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -157,7 +157,7 @@ export const FileArea = () => {
157
157
  title={t.fileArea.emptyState.title}
158
158
  description={t.fileArea.emptyState.description}
159
159
  activeButton
160
- iconButton={<FaUpload size={14} />}
160
+ iconButton={<button id='button-upload' onClick={handleOpenModal}><FaUpload size={14} /> {t.fileArea.fileUpload}</button>}
161
161
  descriptionButton={t.fileArea.fileUpload}
162
162
  widthButton="230px"
163
163
  />