@openeuropa/bcl-subscription 1.11.0 → 1.21.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.
|
@@ -1154,25 +1154,40 @@ exports[`OE - Subscription renders correctly 1`] = `
|
|
|
1154
1154
|
<div
|
|
1155
1155
|
class="bcl-card-start-col bcl-size-large"
|
|
1156
1156
|
>
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
class="
|
|
1160
|
-
src="https://picsum.photos/255/255?random=6"
|
|
1161
|
-
/>
|
|
1162
|
-
|
|
1163
|
-
<div
|
|
1164
|
-
class="bcl-card__image-footer"
|
|
1157
|
+
|
|
1158
|
+
<figure
|
|
1159
|
+
class="m-0 bcl-card__image-wrapper"
|
|
1165
1160
|
>
|
|
1166
1161
|
|
|
1167
|
-
|
|
1168
|
-
<
|
|
1169
|
-
|
|
1162
|
+
|
|
1163
|
+
<img
|
|
1164
|
+
alt="alt img"
|
|
1165
|
+
class="card-img-top rounded-top-1"
|
|
1166
|
+
src="https://picsum.photos/255/255?random=6"
|
|
1167
|
+
/>
|
|
1168
|
+
|
|
1169
|
+
<figcaption
|
|
1170
|
+
class="bcl-card__image-footer"
|
|
1170
1171
|
>
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
<div
|
|
1175
|
+
class="bcl-copyright"
|
|
1176
|
+
>
|
|
1177
|
+
<span
|
|
1178
|
+
class="visually-hidden"
|
|
1179
|
+
>
|
|
1180
|
+
Image credit:
|
|
1181
|
+
</span>
|
|
1182
|
+
Copyright demo
|
|
1183
|
+
</div>
|
|
1184
|
+
|
|
1174
1185
|
|
|
1175
|
-
|
|
1186
|
+
</figcaption>
|
|
1187
|
+
|
|
1188
|
+
</figure>
|
|
1189
|
+
|
|
1190
|
+
|
|
1176
1191
|
</div>
|
|
1177
1192
|
<div
|
|
1178
1193
|
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.21.1",
|
|
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.21.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": "
|
|
27
|
+
"gitHead": "8a5c615f22e7988f691c72054725529d06023263"
|
|
28
28
|
}
|