@openeuropa/bcl-subscription-block 1.10.10 → 1.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.
@@ -19,14 +19,14 @@ exports[`OE - Subscription Block renders correctly 1`] = `
19
19
  class="pb-2"
20
20
  >
21
21
  <button
22
- class="btn btn-secondary btn-lg"
22
+ class="btn btn-secondary btn-lg gap-2-5"
23
23
  data-bs-target="#subscribeModal"
24
24
  data-bs-toggle="modal"
25
25
  type="button"
26
26
  >
27
27
  Subscribe
28
28
  <svg
29
- class="ms-2-5 bi icon--fluid"
29
+ class="bi icon--fluid"
30
30
  >
31
31
  <use
32
32
  xlink:href="/icons.svg#chevron-right"
package/package.json CHANGED
@@ -2,16 +2,16 @@
2
2
  "name": "@openeuropa/bcl-subscription-block",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.10.10",
5
+ "version": "1.11.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL subscription block",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-alert": "^1.10.10",
12
- "@openeuropa/bcl-button": "^1.10.10",
13
- "@openeuropa/bcl-form": "^1.10.10",
14
- "@openeuropa/bcl-modal": "^1.10.10"
11
+ "@openeuropa/bcl-alert": "^1.11.0",
12
+ "@openeuropa/bcl-button": "^1.11.0",
13
+ "@openeuropa/bcl-form": "^1.11.0",
14
+ "@openeuropa/bcl-modal": "^1.11.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -27,5 +27,5 @@
27
27
  "design-system",
28
28
  "twig"
29
29
  ],
30
- "gitHead": "9f7c4a046e8f8f325e4de7e998f1c2a654f6eed1"
30
+ "gitHead": "88c25456473404f881593e7c70bbb0ac99ae2d2b"
31
31
  }