@openeuropa/bcl-subscription 1.10.11 → 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.
|
@@ -1156,9 +1156,23 @@ exports[`OE - Subscription renders correctly 1`] = `
|
|
|
1156
1156
|
>
|
|
1157
1157
|
<img
|
|
1158
1158
|
alt="alt img"
|
|
1159
|
-
class="card-img-top rounded-1"
|
|
1159
|
+
class="card-img-top rounded-top-1"
|
|
1160
1160
|
src="https://picsum.photos/255/255?random=6"
|
|
1161
1161
|
/>
|
|
1162
|
+
|
|
1163
|
+
<div
|
|
1164
|
+
class="bcl-card__image-footer"
|
|
1165
|
+
>
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
<div
|
|
1169
|
+
class="bcl-copyright"
|
|
1170
|
+
>
|
|
1171
|
+
Copyright demo
|
|
1172
|
+
</div>
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
</div>
|
|
1162
1176
|
</div>
|
|
1163
1177
|
<div
|
|
1164
1178
|
class="col-md col-xl-9 col-xxl-8"
|
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.
|
|
5
|
+
"version": "1.11.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.
|
|
11
|
+
"@openeuropa/bcl-subscription-block": "^1.11.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": "
|
|
27
|
+
"gitHead": "88c25456473404f881593e7c70bbb0ac99ae2d2b"
|
|
28
28
|
}
|