@fkui/i18next-translate 6.31.0 → 6.32.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/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -2033,6 +2033,7 @@ let wrapper;
|
|
|
2033
2033
|
* @param options - options for wrapper element attributes.
|
|
2034
2034
|
*/
|
|
2035
2035
|
function createScreenReaderWrapper(options) {
|
|
2036
|
+
/* eslint-disable-next-line @typescript-eslint/no-unnecessary-condition -- technical debt */
|
|
2036
2037
|
if (!getWrapper()) {
|
|
2037
2038
|
wrapper = document.createElement("div");
|
|
2038
2039
|
wrapper.id = "fkui-alert-screen-reader";
|