@openeuropa/bcl-subscription 1.6.0 → 1.8.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.
@@ -403,11 +403,11 @@ exports[`OE - Subscription renders correctly 1`] = `
403
403
  xlink:href="/icons.svg#globe2"
404
404
  />
405
405
  </svg>
406
- <h5
407
- class="mb-0 ms-2"
406
+ <div
407
+ class="modal-title mb-0 ms-2"
408
408
  >
409
409
  Select your language
410
- </h5>
410
+ </div>
411
411
  </div>
412
412
  <button
413
413
  aria-label="Close"
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": "1.6.0",
5
+ "version": "1.8.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL subscription",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-subscription-block": "^1.6.0"
11
+ "@openeuropa/bcl-subscription-block": "^1.8.0"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  "design-system",
25
25
  "twig"
26
26
  ],
27
- "gitHead": "f82d4f83aa17cc668a051d1fd26bcbdb0122fddd"
27
+ "gitHead": "a0fa8ed19618070b7e6310615b0191a44403844c"
28
28
  }