@openeuropa/bcl-data-form 0.8.0 → 0.9.0

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.
Files changed (2) hide show
  1. package/data.js +1 -1
  2. package/package.json +2 -2
package/data.js CHANGED
@@ -41,7 +41,7 @@ module.exports = {
41
41
  classes: "mb-3",
42
42
  required: true,
43
43
  label: "Check me out *",
44
- id: "exampleInputPassword1",
44
+ id: "exampleInputCheck1",
45
45
  valid_feedback: "Valid feedback regarding check.",
46
46
  invalid_feedback: "Please check the required checkbox.",
47
47
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-data-form",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.8.0",
5
+ "version": "0.9.0",
6
6
  "description": "OE - BCL data form",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -21,5 +21,5 @@
21
21
  "design-system",
22
22
  "twig"
23
23
  ],
24
- "gitHead": "342427d971c66d581fa09c232221a0e00085781e"
24
+ "gitHead": "dc021a9c36d22809e33a8485e42f59af602451c1"
25
25
  }