@openeuropa/bcl-user 0.23.0 → 0.24.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/package.json +8 -8
  2. package/user.html.twig +10 -2
package/package.json CHANGED
@@ -2,18 +2,18 @@
2
2
  "name": "@openeuropa/bcl-user",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.23.0",
5
+ "version": "0.24.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL user",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-base-templates": "^0.23.0",
12
- "@openeuropa/bcl-button": "^0.23.0",
13
- "@openeuropa/bcl-card": "^0.23.0",
14
- "@openeuropa/bcl-form": "^0.23.0",
15
- "@openeuropa/bcl-link": "^0.23.0",
16
- "@openeuropa/bcl-navigation": "^0.23.0"
11
+ "@openeuropa/bcl-base-templates": "^0.24.0",
12
+ "@openeuropa/bcl-button": "^0.24.0",
13
+ "@openeuropa/bcl-card": "^0.24.0",
14
+ "@openeuropa/bcl-form": "^0.24.0",
15
+ "@openeuropa/bcl-link": "^0.24.0",
16
+ "@openeuropa/bcl-navigation": "^0.24.0"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
@@ -29,5 +29,5 @@
29
29
  "design-system",
30
30
  "twig"
31
31
  ],
32
- "gitHead": "fa2097e14024989cddf6f9cd7a9115bed5886aeb"
32
+ "gitHead": "a46bb6bc12771da4667516dc7b0665b00504ade2"
33
33
  }
package/user.html.twig CHANGED
@@ -6,7 +6,11 @@
6
6
  <div class="tab-pane fade show active" id="view" role="tabpanel" aria-labelledby="view-tab">
7
7
  {% include '@oe-bcl/bcl-content-banner/content-banner.html.twig' with view.banner only %}
8
8
  <div class="mt-3 mt-md-4-75 pt-4-75 mb-3">
9
- <h3 class="mb-4">Personal information</h3>
9
+ {% include '@oe-bcl/bcl-heading/heading.html.twig' with {
10
+ title: 'Personal information',
11
+ title_tag: 'h2',
12
+ attributes: create_attribute().addClass(['mb-4']),
13
+ } only %}
10
14
  <div class="row">
11
15
  <div class="col-12 col-md-6">
12
16
  <div class="row">
@@ -55,7 +59,11 @@
55
59
  </div>
56
60
  </div>
57
61
  <div class="my-3">
58
- <h3 class="mb-4">Professional information</h3>
62
+ {% include '@oe-bcl/bcl-heading/heading.html.twig' with {
63
+ title: 'Professional information',
64
+ title_tag: 'h2',
65
+ attributes: create_attribute().addClass(['mb-4']),
66
+ } only %}
59
67
  <div class="row">
60
68
  <div class="col-12 col-md-6">
61
69
  <div class="row">