optimized-react-component-library-xyz123 0.1.59 → 0.1.60
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -899,7 +899,7 @@ var ExploreFiles = ({
|
|
|
899
899
|
showErrors && questionObject.error ? "filePickButton error" : ""
|
|
900
900
|
),
|
|
901
901
|
"aria-describedby": `${aboutId} ${questionObject.hasValidationError ? errorId : ""}`.trim(),
|
|
902
|
-
"aria-label": `${activatedLanguage === "sv" ? "V\xE4lj fil" : "Choose file"} ${addFilesInfoText}`,
|
|
902
|
+
"aria-label": `${activatedLanguage === "sv" ? "Knap aria-label V\xE4lj fil" : "Choose file"} ${addFilesInfoText}`,
|
|
903
903
|
children: activatedLanguage === "sv" ? "V\xE4lj fil" : "Choose file"
|
|
904
904
|
}
|
|
905
905
|
),
|
|
@@ -915,7 +915,7 @@ var ExploreFiles = ({
|
|
|
915
915
|
id: inputId
|
|
916
916
|
}
|
|
917
917
|
),
|
|
918
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { "aria-hidden": true, className: "filePickText", children: addFilesInfoText })
|
|
918
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { "aria-hidden": true, className: "filePickText", children: addFilesInfoText + "span aria-hidden=true" })
|
|
919
919
|
]
|
|
920
920
|
}
|
|
921
921
|
),
|
package/dist/index.mjs
CHANGED
|
@@ -834,7 +834,7 @@ var ExploreFiles = ({
|
|
|
834
834
|
showErrors && questionObject.error ? "filePickButton error" : ""
|
|
835
835
|
),
|
|
836
836
|
"aria-describedby": `${aboutId} ${questionObject.hasValidationError ? errorId : ""}`.trim(),
|
|
837
|
-
"aria-label": `${activatedLanguage === "sv" ? "V\xE4lj fil" : "Choose file"} ${addFilesInfoText}`,
|
|
837
|
+
"aria-label": `${activatedLanguage === "sv" ? "Knap aria-label V\xE4lj fil" : "Choose file"} ${addFilesInfoText}`,
|
|
838
838
|
children: activatedLanguage === "sv" ? "V\xE4lj fil" : "Choose file"
|
|
839
839
|
}
|
|
840
840
|
),
|
|
@@ -850,7 +850,7 @@ var ExploreFiles = ({
|
|
|
850
850
|
id: inputId
|
|
851
851
|
}
|
|
852
852
|
),
|
|
853
|
-
/* @__PURE__ */ jsx8("span", { "aria-hidden": true, className: "filePickText", children: addFilesInfoText })
|
|
853
|
+
/* @__PURE__ */ jsx8("span", { "aria-hidden": true, className: "filePickText", children: addFilesInfoText + "span aria-hidden=true" })
|
|
854
854
|
]
|
|
855
855
|
}
|
|
856
856
|
),
|
package/package.json
CHANGED