jupiter-dynamic-forms 1.15.6 → 1.15.7

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.mjs CHANGED
@@ -1494,7 +1494,7 @@ class XBRLFormBuilder {
1494
1494
  }
1495
1495
  const form$1 = {
1496
1496
  loading: "Loading form...",
1497
- submit: "Submit",
1497
+ submit: "Validate",
1498
1498
  saveDraft: "Save Draft",
1499
1499
  errors: "Errors",
1500
1500
  modified: "Modified",
@@ -1633,7 +1633,7 @@ const enTranslations = {
1633
1633
  };
1634
1634
  const form = {
1635
1635
  loading: "Formulier laden...",
1636
- submit: "Indienen",
1636
+ submit: "Valideren",
1637
1637
  saveDraft: "Concept opslaan",
1638
1638
  errors: "Fouten",
1639
1639
  modified: "Gewijzigd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupiter-dynamic-forms",
3
- "version": "1.15.6",
3
+ "version": "1.15.7",
4
4
  "description": "Framework-agnostic dynamic form builder for XBRL entrypoints using Web Components. Supports Angular 14+, React, Vue, and vanilla HTML.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",