optimized-react-component-library-xyz123 0.1.151 → 0.1.153
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/styles.css +0 -4
package/dist/index.mjs
CHANGED
|
@@ -2736,7 +2736,7 @@ var ValidationErrorSummaryList = ({
|
|
|
2736
2736
|
questions,
|
|
2737
2737
|
activatedLanguage
|
|
2738
2738
|
}) => {
|
|
2739
|
-
const summaryText = activatedLanguage === "sv" ? "Du beh\xF6ver \xE5tg\xE4rda {count} {plural}" : "You need to
|
|
2739
|
+
const summaryText = activatedLanguage === "sv" ? "Du beh\xF6ver \xE5tg\xE4rda {count} {plural}" : "You need to fix {count} {plural}";
|
|
2740
2740
|
function filterIdsByGroupCheck(ids, questions2) {
|
|
2741
2741
|
var _a;
|
|
2742
2742
|
const tailIds = /* @__PURE__ */ new Set();
|