@openeuropa/bcl-subscription 0.27.0 → 0.28.1

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.
@@ -743,10 +743,10 @@ exports[`OE - Subscription renders correctly 1`] = `
743
743
  />
744
744
  </div>
745
745
  <div
746
- class="col-12 col-md-7 col-lg-8 col-xl-9 col-xxl-8"
746
+ class="col-md col-xl-9 col-xxl-8"
747
747
  >
748
748
  <div
749
- class="card-body pt-4 pt-md-0 px-0 px-md-3 pb-0"
749
+ class="card-body pt-4 pt-md-0 px-0 px-md-1-5 pb-0"
750
750
  >
751
751
  <h1
752
752
  class="fs-1 card-title bcl-heading"
package/package.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "name": "@openeuropa/bcl-subscription",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.27.0",
5
+ "version": "0.28.1",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL subscription",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-subscription-block": "^0.27.0"
11
+ "@openeuropa/bcl-subscription-block": "^0.28.1"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  "design-system",
25
25
  "twig"
26
26
  ],
27
- "gitHead": "1ab38cd93a2d4c52119fcc6a2f7cc56ceaa95dbf"
27
+ "gitHead": "3b0d2f4a85c727f38ae4e3403110c98302d09117"
28
28
  }
@@ -1,3 +1,5 @@
1
+ {% extends "@oe-bcl/bcl-modal/modal.html.twig" %}
2
+
1
3
  {# Parameters:
2
4
  - form: (form object) (default: {})
3
5
  - success_alert: (alert object) (default: {})
@@ -12,8 +14,6 @@
12
14
  {% set _success_alert = success_alert|default({}) %}
13
15
  {% set _error_alert = error_alert|default({}) %}
14
16
 
15
- {% extends "@oe-bcl/bcl-modal/modal.html.twig" %}
16
-
17
17
  {% block body %}
18
18
  {% include '@oe-bcl/bcl-form/form.html.twig' with _form only %}
19
19
  {% endblock %}