@openeuropa/bcl-data-form 0.7.0 → 0.11.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.
package/data-disabled.js CHANGED
@@ -29,7 +29,6 @@ module.exports = {
29
29
  wrapper_classes: "mb-3",
30
30
  type: "select",
31
31
  id: "disabledSelect",
32
- size: "md",
33
32
  helper_text: "Helper text for the select element",
34
33
  helper_text_id: "helperText",
35
34
  options: [
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.7.0",
5
+ "version": "0.11.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": "23ab95904a490d50e3cfd99acb67276685878db8"
24
+ "gitHead": "1c86da7d3aeb5e36ed8bf00ae38f3540285cfccb"
25
25
  }