@openeuropa/bcl-user 0.17.0 → 0.18.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/package.json +8 -8
- package/user-view.html.twig +2 -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.
|
|
5
|
+
"version": "0.18.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.
|
|
12
|
-
"@openeuropa/bcl-button": "^0.
|
|
13
|
-
"@openeuropa/bcl-card": "^0.
|
|
14
|
-
"@openeuropa/bcl-form": "^0.
|
|
15
|
-
"@openeuropa/bcl-link": "^0.
|
|
16
|
-
"@openeuropa/bcl-navigation": "^0.
|
|
11
|
+
"@openeuropa/bcl-base-templates": "^0.18.0",
|
|
12
|
+
"@openeuropa/bcl-button": "^0.18.0",
|
|
13
|
+
"@openeuropa/bcl-card": "^0.18.0",
|
|
14
|
+
"@openeuropa/bcl-form": "^0.18.0",
|
|
15
|
+
"@openeuropa/bcl-link": "^0.18.0",
|
|
16
|
+
"@openeuropa/bcl-navigation": "^0.18.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": "
|
|
32
|
+
"gitHead": "a82834df6dff563a956a79bf2899c92742dd5820"
|
|
33
33
|
}
|
package/user-view.html.twig
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</div>
|
|
13
13
|
</div>
|
|
14
14
|
<div class="my-3">
|
|
15
|
-
<
|
|
15
|
+
<h3 class="fw-bold mb-4">Personal information</h3>
|
|
16
16
|
<div class="row">
|
|
17
17
|
<div class="col-12 col-md-6">
|
|
18
18
|
<div class="row">
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
<div class="my-3">
|
|
64
|
-
<
|
|
64
|
+
<h3 class="fw-bold mb-4">Professional information</h3>
|
|
65
65
|
<div class="row">
|
|
66
66
|
<div class="col-12 col-md-6">
|
|
67
67
|
<div class="row">
|