cm-reporting 0.9.0 → 0.9.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/dist/cm-reporting.css +1 -1
- package/dist/cm-reporting.scoped.css +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2026 -1999
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -807,8 +807,8 @@ declare const _default: {
|
|
|
807
807
|
"submitContinue": "Continue",
|
|
808
808
|
"submitFix": "Fix now",
|
|
809
809
|
"andMoreErrors": "and {{count}} more errors…",
|
|
810
|
-
"globalErrorBar": "
|
|
811
|
-
"globalSuccessBar": "
|
|
810
|
+
"globalErrorBar": "{{count}} required items remain incomplete. Click to review.",
|
|
811
|
+
"globalSuccessBar": "All required items are completed.",
|
|
812
812
|
"globalErrorAction": "Go to Checker",
|
|
813
813
|
"sessionSaved": "Saved in session",
|
|
814
814
|
"sessionSavedHint": "Your data is temporarily saved in the browser session. Please export the file before closing the page to save permanently.",
|