optimized-react-component-library-xyz123 0.7.1 → 0.8.1
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.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -635,6 +635,7 @@ var ExploreFiles = ({
|
|
|
635
635
|
),
|
|
636
636
|
"aria-describedby": `${aboutId} ${questionObject.hasValidationError ? errorId : ""}`.trim(),
|
|
637
637
|
"aria-label": ariaLabelText,
|
|
638
|
+
type: "button",
|
|
638
639
|
children: activatedLanguage === "sv" ? "V\xE4lj fil" : "Choose file"
|
|
639
640
|
}
|
|
640
641
|
),
|