@newskit-render/core 0.131.1 → 0.138.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.
- package/CHANGELOG.md +169 -0
- package/README.md +1 -1
- package/__pacts__/client.ts +10 -6
- package/__tests__/pages/[articleSlug].test.tsx +20 -7
- package/__tests__/pages/__snapshots__/home.test.tsx.snap +599 -690
- package/__tests__/pages/home.test.tsx +22 -10
- package/components/404/404.tsx +9 -5
- package/components/article/__tests__/__snapshots__/index.test.tsx.snap +650 -687
- package/components/common/NavLink.tsx +4 -3
- package/components/footer/__snapshots__/index.test.tsx.snap +15 -23
- package/components/header/index.tsx +4 -3
- package/components/section/__tests__/ArticleSlice.test.tsx +2 -2
- package/components/section/layouts/FallBack.tsx +3 -3
- package/components/section/layouts/SectionRow.tsx +4 -3
- package/components/section/layouts/__tests__/__snapshots__/Lead.test.tsx.snap +152 -167
- package/components/section/layouts/__tests__/__snapshots__/SectionRow.test.tsx.snap +857 -952
- package/helpers/addCacheHeaders.ts +8 -0
- package/infrastructure/.circleci/config.yml +2 -2
- package/jest.config.js +4 -0
- package/jest.config.pact.js +3 -2
- package/package.json +11 -9
- package/pages/[section]/[articleId]/[articleSlug].tsx +11 -4
- package/pages/[section]/index.tsx +11 -4
- package/pages/api/account/zuora/generate-rsa.ts +5 -0
- package/pages/index.tsx +11 -4
- package/pages/preview/[articleId]/version/[versionId]/index.tsx +4 -2
- package/temp/header.tsx +4 -3
- package/tsconfig.json +3 -2
- package/helpers/createApolloClient.tsx +0 -28
|
@@ -100,8 +100,8 @@ exports[`Lead 1`] = `
|
|
|
100
100
|
.emotion-3 {
|
|
101
101
|
box-sizing: border-box;
|
|
102
102
|
overflow: hidden;
|
|
103
|
-
color: #
|
|
104
|
-
background-color: #
|
|
103
|
+
color: #2E2E2E;
|
|
104
|
+
background-color: #FFFFFF;
|
|
105
105
|
position: relative;
|
|
106
106
|
display: -webkit-box;
|
|
107
107
|
display: -webkit-flex;
|
|
@@ -131,19 +131,16 @@ exports[`Lead 1`] = `
|
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.emotion-5 {
|
|
134
|
-
width: 100%;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.emotion-6 {
|
|
138
134
|
position: relative;
|
|
139
135
|
width: 100%;
|
|
140
136
|
display: block;
|
|
141
137
|
height: auto;
|
|
142
138
|
padding-top: 0;
|
|
139
|
+
width: 100%;
|
|
143
140
|
border-radius: 0;
|
|
144
141
|
}
|
|
145
142
|
|
|
146
|
-
.emotion-
|
|
143
|
+
.emotion-6 {
|
|
147
144
|
opacity: 1;
|
|
148
145
|
display: block;
|
|
149
146
|
border-radius: inherit;
|
|
@@ -153,67 +150,67 @@ exports[`Lead 1`] = `
|
|
|
153
150
|
animation: fadeIn 300ms;
|
|
154
151
|
}
|
|
155
152
|
|
|
156
|
-
.emotion-
|
|
153
|
+
.emotion-7 {
|
|
157
154
|
box-sizing: border-box;
|
|
158
155
|
}
|
|
159
156
|
|
|
160
|
-
.emotion-
|
|
157
|
+
.emotion-8 {
|
|
161
158
|
box-sizing: border-box;
|
|
162
159
|
padding: 0;
|
|
163
160
|
}
|
|
164
161
|
|
|
165
|
-
.emotion-
|
|
162
|
+
.emotion-8 a:not(.nk-card-link) {
|
|
166
163
|
z-index: 2;
|
|
167
164
|
position: relative;
|
|
168
165
|
}
|
|
169
166
|
|
|
170
|
-
.emotion-
|
|
167
|
+
.emotion-9 {
|
|
171
168
|
-webkit-text-decoration: none;
|
|
172
169
|
text-decoration: none;
|
|
173
170
|
border: none;
|
|
174
171
|
}
|
|
175
172
|
|
|
176
|
-
.emotion-
|
|
177
|
-
color: #
|
|
173
|
+
.emotion-9 .nk-headline-kicker {
|
|
174
|
+
color: #3358CC;
|
|
178
175
|
}
|
|
179
176
|
|
|
180
|
-
.emotion-
|
|
181
|
-
color: #
|
|
177
|
+
.emotion-9:hover:not(:disabled) .nk-headline-kicker {
|
|
178
|
+
color: #2B4AAB;
|
|
182
179
|
-webkit-text-decoration: underline;
|
|
183
180
|
text-decoration: underline;
|
|
184
181
|
}
|
|
185
182
|
|
|
186
|
-
.emotion-
|
|
187
|
-
color: #
|
|
183
|
+
.emotion-9:active:not(:disabled) .nk-headline-kicker {
|
|
184
|
+
color: #213A82;
|
|
188
185
|
-webkit-text-decoration: underline;
|
|
189
186
|
text-decoration: underline;
|
|
190
187
|
}
|
|
191
188
|
|
|
192
|
-
.emotion-
|
|
193
|
-
color: #
|
|
189
|
+
.emotion-9:visited:not(:disabled) .nk-headline-kicker {
|
|
190
|
+
color: #5E44E4;
|
|
194
191
|
}
|
|
195
192
|
|
|
196
|
-
.emotion-
|
|
197
|
-
color: #
|
|
193
|
+
.emotion-9 .nk-headline-heading {
|
|
194
|
+
color: #2E2E2E;
|
|
198
195
|
}
|
|
199
196
|
|
|
200
|
-
.emotion-
|
|
201
|
-
color: #
|
|
197
|
+
.emotion-9:hover:not(:disabled) .nk-headline-heading {
|
|
198
|
+
color: #2B4AAB;
|
|
202
199
|
-webkit-text-decoration: underline;
|
|
203
200
|
text-decoration: underline;
|
|
204
201
|
}
|
|
205
202
|
|
|
206
|
-
.emotion-
|
|
207
|
-
color: #
|
|
203
|
+
.emotion-9:active:not(:disabled) .nk-headline-heading {
|
|
204
|
+
color: #213A82;
|
|
208
205
|
-webkit-text-decoration: underline;
|
|
209
206
|
text-decoration: underline;
|
|
210
207
|
}
|
|
211
208
|
|
|
212
|
-
.emotion-
|
|
213
|
-
color: #
|
|
209
|
+
.emotion-9:visited:not(:disabled) .nk-headline-heading {
|
|
210
|
+
color: #5E44E4;
|
|
214
211
|
}
|
|
215
212
|
|
|
216
|
-
.emotion-
|
|
213
|
+
.emotion-9:before {
|
|
217
214
|
content: '';
|
|
218
215
|
top: 0;
|
|
219
216
|
right: 0;
|
|
@@ -225,106 +222,106 @@ exports[`Lead 1`] = `
|
|
|
225
222
|
}
|
|
226
223
|
|
|
227
224
|
@media screen and (max-width: 767px) {
|
|
228
|
-
.emotion-
|
|
225
|
+
.emotion-10 {
|
|
229
226
|
margin-bottom: 20px;
|
|
230
227
|
}
|
|
231
228
|
}
|
|
232
229
|
|
|
233
230
|
@media screen and (min-width: 768px) {
|
|
234
|
-
.emotion-
|
|
231
|
+
.emotion-10 {
|
|
235
232
|
margin-bottom: 24px;
|
|
236
233
|
}
|
|
237
234
|
}
|
|
238
235
|
|
|
239
|
-
.emotion-
|
|
236
|
+
.emotion-11 {
|
|
240
237
|
margin: 0;
|
|
241
238
|
padding: 1px 0;
|
|
242
|
-
color: #
|
|
239
|
+
color: #0A0A0A;
|
|
243
240
|
}
|
|
244
241
|
|
|
245
|
-
.emotion-
|
|
246
|
-
fill: #
|
|
242
|
+
.emotion-11 svg {
|
|
243
|
+
fill: #0A0A0A;
|
|
247
244
|
}
|
|
248
245
|
|
|
249
246
|
@media screen and (max-width: 767px) {
|
|
250
|
-
.emotion-
|
|
251
|
-
font-family: "
|
|
252
|
-
font-size:
|
|
253
|
-
line-height: 1.
|
|
254
|
-
font-weight:
|
|
255
|
-
letter-spacing: 0;
|
|
247
|
+
.emotion-11 {
|
|
248
|
+
font-family: "Bitter",serif;
|
|
249
|
+
font-size: 24px;
|
|
250
|
+
line-height: 1.1666666666666667;
|
|
251
|
+
font-weight: 500;
|
|
252
|
+
letter-spacing: -0.5px;
|
|
256
253
|
}
|
|
257
254
|
|
|
258
|
-
.emotion-
|
|
255
|
+
.emotion-11::before {
|
|
259
256
|
content: '';
|
|
260
257
|
display: block;
|
|
261
258
|
height: 0;
|
|
262
259
|
width: 0;
|
|
263
|
-
margin-bottom: -0.
|
|
260
|
+
margin-bottom: -0.2333333333333334em;
|
|
264
261
|
}
|
|
265
262
|
|
|
266
|
-
.emotion-
|
|
263
|
+
.emotion-11::after {
|
|
267
264
|
content: '';
|
|
268
265
|
display: block;
|
|
269
266
|
height: 0;
|
|
270
267
|
width: 0;
|
|
271
|
-
margin-top: -0.
|
|
268
|
+
margin-top: -0.2958333333333334em;
|
|
272
269
|
}
|
|
273
270
|
}
|
|
274
271
|
|
|
275
272
|
@media screen and (min-width: 768px) and (max-width: 1439px) {
|
|
276
|
-
.emotion-
|
|
277
|
-
font-family: "
|
|
278
|
-
font-size:
|
|
279
|
-
line-height: 1.
|
|
280
|
-
font-weight:
|
|
281
|
-
letter-spacing: 0;
|
|
273
|
+
.emotion-11 {
|
|
274
|
+
font-family: "Bitter",serif;
|
|
275
|
+
font-size: 36px;
|
|
276
|
+
line-height: 1.1111111111111112;
|
|
277
|
+
font-weight: 500;
|
|
278
|
+
letter-spacing: -0.5px;
|
|
282
279
|
}
|
|
283
280
|
|
|
284
|
-
.emotion-
|
|
281
|
+
.emotion-11::before {
|
|
285
282
|
content: '';
|
|
286
283
|
display: block;
|
|
287
284
|
height: 0;
|
|
288
285
|
width: 0;
|
|
289
|
-
margin-bottom: -0.
|
|
286
|
+
margin-bottom: -0.2055555555555556em;
|
|
290
287
|
}
|
|
291
288
|
|
|
292
|
-
.emotion-
|
|
289
|
+
.emotion-11::after {
|
|
293
290
|
content: '';
|
|
294
291
|
display: block;
|
|
295
292
|
height: 0;
|
|
296
293
|
width: 0;
|
|
297
|
-
margin-top: -0.
|
|
294
|
+
margin-top: -0.2680555555555556em;
|
|
298
295
|
}
|
|
299
296
|
}
|
|
300
297
|
|
|
301
298
|
@media screen and (min-width: 1440px) {
|
|
302
|
-
.emotion-
|
|
303
|
-
font-family: "
|
|
304
|
-
font-size:
|
|
305
|
-
line-height: 1.
|
|
306
|
-
font-weight:
|
|
307
|
-
letter-spacing: 0;
|
|
299
|
+
.emotion-11 {
|
|
300
|
+
font-family: "Bitter",serif;
|
|
301
|
+
font-size: 40px;
|
|
302
|
+
line-height: 1.2;
|
|
303
|
+
font-weight: 500;
|
|
304
|
+
letter-spacing: -0.5px;
|
|
308
305
|
}
|
|
309
306
|
|
|
310
|
-
.emotion-
|
|
307
|
+
.emotion-11::before {
|
|
311
308
|
content: '';
|
|
312
309
|
display: block;
|
|
313
310
|
height: 0;
|
|
314
311
|
width: 0;
|
|
315
|
-
margin-bottom: -0.
|
|
312
|
+
margin-bottom: -0.25em;
|
|
316
313
|
}
|
|
317
314
|
|
|
318
|
-
.emotion-
|
|
315
|
+
.emotion-11::after {
|
|
319
316
|
content: '';
|
|
320
317
|
display: block;
|
|
321
318
|
height: 0;
|
|
322
319
|
width: 0;
|
|
323
|
-
margin-top: -0.
|
|
320
|
+
margin-top: -0.3125em;
|
|
324
321
|
}
|
|
325
322
|
}
|
|
326
323
|
|
|
327
|
-
.emotion-
|
|
324
|
+
.emotion-12 {
|
|
328
325
|
box-sizing: border-box;
|
|
329
326
|
-webkit-background-clip: padding-box;
|
|
330
327
|
background-clip: padding-box;
|
|
@@ -334,7 +331,7 @@ exports[`Lead 1`] = `
|
|
|
334
331
|
}
|
|
335
332
|
|
|
336
333
|
@media screen {
|
|
337
|
-
.emotion-
|
|
334
|
+
.emotion-12 {
|
|
338
335
|
padding: 0 8px;
|
|
339
336
|
margin-top: 40px;
|
|
340
337
|
-webkit-flex-basis: 100%;
|
|
@@ -345,19 +342,19 @@ exports[`Lead 1`] = `
|
|
|
345
342
|
}
|
|
346
343
|
|
|
347
344
|
@media screen and (min-width: 768px) {
|
|
348
|
-
.emotion-
|
|
345
|
+
.emotion-12 {
|
|
349
346
|
margin-top: 32px;
|
|
350
347
|
}
|
|
351
348
|
}
|
|
352
349
|
|
|
353
350
|
@media screen and (min-width: 1024px) {
|
|
354
|
-
.emotion-
|
|
351
|
+
.emotion-12 {
|
|
355
352
|
padding: 0 12px;
|
|
356
353
|
}
|
|
357
354
|
}
|
|
358
355
|
|
|
359
356
|
@media screen and (min-width: 1440px) {
|
|
360
|
-
.emotion-
|
|
357
|
+
.emotion-12 {
|
|
361
358
|
margin-top: 0;
|
|
362
359
|
-webkit-flex-basis: 33.333333333333336%;
|
|
363
360
|
-ms-flex-preferred-size: 33.333333333333336%;
|
|
@@ -366,7 +363,7 @@ exports[`Lead 1`] = `
|
|
|
366
363
|
}
|
|
367
364
|
}
|
|
368
365
|
|
|
369
|
-
.emotion-
|
|
366
|
+
.emotion-14 {
|
|
370
367
|
box-sizing: border-box;
|
|
371
368
|
-webkit-background-clip: padding-box;
|
|
372
369
|
background-clip: padding-box;
|
|
@@ -384,36 +381,36 @@ exports[`Lead 1`] = `
|
|
|
384
381
|
}
|
|
385
382
|
|
|
386
383
|
@media screen {
|
|
387
|
-
.emotion-
|
|
384
|
+
.emotion-14 {
|
|
388
385
|
margin: -40px -8px 0 -8px;
|
|
389
386
|
}
|
|
390
387
|
}
|
|
391
388
|
|
|
392
389
|
@media screen and (min-width: 480px) {
|
|
393
|
-
.emotion-
|
|
390
|
+
.emotion-14 {
|
|
394
391
|
margin: -40px -8px 0 -8px;
|
|
395
392
|
}
|
|
396
393
|
}
|
|
397
394
|
|
|
398
395
|
@media screen and (min-width: 768px) {
|
|
399
|
-
.emotion-
|
|
396
|
+
.emotion-14 {
|
|
400
397
|
margin: -32px -8px 0 -8px;
|
|
401
398
|
}
|
|
402
399
|
}
|
|
403
400
|
|
|
404
401
|
@media screen and (min-width: 1024px) {
|
|
405
|
-
.emotion-
|
|
402
|
+
.emotion-14 {
|
|
406
403
|
margin: -32px -12px 0 -12px;
|
|
407
404
|
}
|
|
408
405
|
}
|
|
409
406
|
|
|
410
407
|
@media screen and (min-width: 1440px) {
|
|
411
|
-
.emotion-
|
|
408
|
+
.emotion-14 {
|
|
412
409
|
margin: -24px -12px 0 -12px;
|
|
413
410
|
}
|
|
414
411
|
}
|
|
415
412
|
|
|
416
|
-
.emotion-
|
|
413
|
+
.emotion-15 {
|
|
417
414
|
box-sizing: border-box;
|
|
418
415
|
-webkit-background-clip: padding-box;
|
|
419
416
|
background-clip: padding-box;
|
|
@@ -423,7 +420,7 @@ exports[`Lead 1`] = `
|
|
|
423
420
|
}
|
|
424
421
|
|
|
425
422
|
@media screen {
|
|
426
|
-
.emotion-
|
|
423
|
+
.emotion-15 {
|
|
427
424
|
padding: 0 8px;
|
|
428
425
|
margin-top: 40px;
|
|
429
426
|
-webkit-flex-basis: 100%;
|
|
@@ -434,7 +431,7 @@ exports[`Lead 1`] = `
|
|
|
434
431
|
}
|
|
435
432
|
|
|
436
433
|
@media screen and (min-width: 768px) {
|
|
437
|
-
.emotion-
|
|
434
|
+
.emotion-15 {
|
|
438
435
|
margin-top: 32px;
|
|
439
436
|
-webkit-flex-basis: 50%;
|
|
440
437
|
-ms-flex-preferred-size: 50%;
|
|
@@ -444,13 +441,13 @@ exports[`Lead 1`] = `
|
|
|
444
441
|
}
|
|
445
442
|
|
|
446
443
|
@media screen and (min-width: 1024px) {
|
|
447
|
-
.emotion-
|
|
444
|
+
.emotion-15 {
|
|
448
445
|
padding: 0 12px;
|
|
449
446
|
}
|
|
450
447
|
}
|
|
451
448
|
|
|
452
449
|
@media screen and (min-width: 1440px) {
|
|
453
|
-
.emotion-
|
|
450
|
+
.emotion-15 {
|
|
454
451
|
margin-top: 24px;
|
|
455
452
|
-webkit-flex-basis: 100%;
|
|
456
453
|
-ms-flex-preferred-size: 100%;
|
|
@@ -459,102 +456,102 @@ exports[`Lead 1`] = `
|
|
|
459
456
|
}
|
|
460
457
|
}
|
|
461
458
|
|
|
462
|
-
.emotion-
|
|
459
|
+
.emotion-17 {
|
|
463
460
|
box-sizing: border-box;
|
|
464
461
|
display: block;
|
|
465
462
|
position: relative;
|
|
466
463
|
margin-bottom: 20px;
|
|
467
464
|
}
|
|
468
465
|
|
|
469
|
-
.emotion-
|
|
466
|
+
.emotion-23 {
|
|
470
467
|
margin-bottom: 16px;
|
|
471
468
|
}
|
|
472
469
|
|
|
473
|
-
.emotion-
|
|
470
|
+
.emotion-24 {
|
|
474
471
|
margin: 0;
|
|
475
472
|
padding: 1px 0;
|
|
476
|
-
color: #
|
|
473
|
+
color: #0A0A0A;
|
|
477
474
|
}
|
|
478
475
|
|
|
479
|
-
.emotion-
|
|
480
|
-
fill: #
|
|
476
|
+
.emotion-24 svg {
|
|
477
|
+
fill: #0A0A0A;
|
|
481
478
|
}
|
|
482
479
|
|
|
483
480
|
@media screen and (max-width: 767px) {
|
|
484
|
-
.emotion-
|
|
485
|
-
font-family: "
|
|
486
|
-
font-size:
|
|
487
|
-
line-height: 1.
|
|
488
|
-
font-weight:
|
|
489
|
-
letter-spacing: 0;
|
|
481
|
+
.emotion-24 {
|
|
482
|
+
font-family: "Bitter",serif;
|
|
483
|
+
font-size: 24px;
|
|
484
|
+
line-height: 1.1666666666666667;
|
|
485
|
+
font-weight: 500;
|
|
486
|
+
letter-spacing: -0.5px;
|
|
490
487
|
}
|
|
491
488
|
|
|
492
|
-
.emotion-
|
|
489
|
+
.emotion-24::before {
|
|
493
490
|
content: '';
|
|
494
491
|
display: block;
|
|
495
492
|
height: 0;
|
|
496
493
|
width: 0;
|
|
497
|
-
margin-bottom: -0.
|
|
494
|
+
margin-bottom: -0.2333333333333334em;
|
|
498
495
|
}
|
|
499
496
|
|
|
500
|
-
.emotion-
|
|
497
|
+
.emotion-24::after {
|
|
501
498
|
content: '';
|
|
502
499
|
display: block;
|
|
503
500
|
height: 0;
|
|
504
501
|
width: 0;
|
|
505
|
-
margin-top: -0.
|
|
502
|
+
margin-top: -0.2958333333333334em;
|
|
506
503
|
}
|
|
507
504
|
}
|
|
508
505
|
|
|
509
506
|
@media screen and (min-width: 768px) and (max-width: 1439px) {
|
|
510
|
-
.emotion-
|
|
511
|
-
font-family: "
|
|
512
|
-
font-size:
|
|
513
|
-
line-height: 1.
|
|
514
|
-
font-weight:
|
|
515
|
-
letter-spacing: 0;
|
|
507
|
+
.emotion-24 {
|
|
508
|
+
font-family: "Bitter",serif;
|
|
509
|
+
font-size: 28px;
|
|
510
|
+
line-height: 1.1428571428571428;
|
|
511
|
+
font-weight: 500;
|
|
512
|
+
letter-spacing: -0.5px;
|
|
516
513
|
}
|
|
517
514
|
|
|
518
|
-
.emotion-
|
|
515
|
+
.emotion-24::before {
|
|
519
516
|
content: '';
|
|
520
517
|
display: block;
|
|
521
518
|
height: 0;
|
|
522
519
|
width: 0;
|
|
523
|
-
margin-bottom: -0.
|
|
520
|
+
margin-bottom: -0.22142857142857142em;
|
|
524
521
|
}
|
|
525
522
|
|
|
526
|
-
.emotion-
|
|
523
|
+
.emotion-24::after {
|
|
527
524
|
content: '';
|
|
528
525
|
display: block;
|
|
529
526
|
height: 0;
|
|
530
527
|
width: 0;
|
|
531
|
-
margin-top: -0.
|
|
528
|
+
margin-top: -0.2839285714285714em;
|
|
532
529
|
}
|
|
533
530
|
}
|
|
534
531
|
|
|
535
532
|
@media screen and (min-width: 1440px) {
|
|
536
|
-
.emotion-
|
|
537
|
-
font-family: "
|
|
538
|
-
font-size:
|
|
539
|
-
line-height: 1.
|
|
540
|
-
font-weight:
|
|
541
|
-
letter-spacing: 0;
|
|
533
|
+
.emotion-24 {
|
|
534
|
+
font-family: "Bitter",serif;
|
|
535
|
+
font-size: 32px;
|
|
536
|
+
line-height: 1.125;
|
|
537
|
+
font-weight: 500;
|
|
538
|
+
letter-spacing: -0.5px;
|
|
542
539
|
}
|
|
543
540
|
|
|
544
|
-
.emotion-
|
|
541
|
+
.emotion-24::before {
|
|
545
542
|
content: '';
|
|
546
543
|
display: block;
|
|
547
544
|
height: 0;
|
|
548
545
|
width: 0;
|
|
549
|
-
margin-bottom: -0.
|
|
546
|
+
margin-bottom: -0.21250000000000002em;
|
|
550
547
|
}
|
|
551
548
|
|
|
552
|
-
.emotion-
|
|
549
|
+
.emotion-24::after {
|
|
553
550
|
content: '';
|
|
554
551
|
display: block;
|
|
555
552
|
height: 0;
|
|
556
553
|
width: 0;
|
|
557
|
-
margin-top: -0.
|
|
554
|
+
margin-top: -0.275em;
|
|
558
555
|
}
|
|
559
556
|
}
|
|
560
557
|
|
|
@@ -575,35 +572,31 @@ exports[`Lead 1`] = `
|
|
|
575
572
|
<div
|
|
576
573
|
class="emotion-4"
|
|
577
574
|
>
|
|
578
|
-
<
|
|
575
|
+
<picture
|
|
579
576
|
class="emotion-5"
|
|
580
577
|
>
|
|
581
|
-
<
|
|
578
|
+
<img
|
|
579
|
+
alt=""
|
|
582
580
|
class="emotion-6"
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
class="emotion-7"
|
|
587
|
-
src=""
|
|
588
|
-
/>
|
|
589
|
-
</picture>
|
|
590
|
-
</div>
|
|
581
|
+
src=""
|
|
582
|
+
/>
|
|
583
|
+
</picture>
|
|
591
584
|
</div>
|
|
592
585
|
<div
|
|
593
|
-
class="emotion-
|
|
586
|
+
class="emotion-7"
|
|
594
587
|
>
|
|
595
588
|
<div
|
|
596
|
-
class="emotion-
|
|
589
|
+
class="emotion-8"
|
|
597
590
|
>
|
|
598
591
|
<a
|
|
599
|
-
class="nk-card-link emotion-
|
|
592
|
+
class="nk-card-link emotion-9"
|
|
600
593
|
href="catagory-one/demo-1/test-headline"
|
|
601
594
|
>
|
|
602
595
|
<div
|
|
603
|
-
class="emotion-
|
|
596
|
+
class="emotion-10"
|
|
604
597
|
>
|
|
605
598
|
<h3
|
|
606
|
-
class="emotion-
|
|
599
|
+
class="emotion-11"
|
|
607
600
|
>
|
|
608
601
|
test headline
|
|
609
602
|
</h3>
|
|
@@ -614,55 +607,51 @@ exports[`Lead 1`] = `
|
|
|
614
607
|
</div>
|
|
615
608
|
</div>
|
|
616
609
|
<div
|
|
617
|
-
class="emotion-
|
|
610
|
+
class="emotion-12"
|
|
618
611
|
data-testid="titleTeaserVerticalsCell"
|
|
619
612
|
>
|
|
620
613
|
<div
|
|
621
614
|
class="emotion-0"
|
|
622
615
|
>
|
|
623
616
|
<div
|
|
624
|
-
class="emotion-
|
|
617
|
+
class="emotion-14"
|
|
625
618
|
data-testid="LEAD_1_AND_2-InnerGrid"
|
|
626
619
|
>
|
|
627
620
|
<div
|
|
628
|
-
class="emotion-
|
|
621
|
+
class="emotion-15"
|
|
629
622
|
data-testid="titleVerticalCell-1"
|
|
630
623
|
>
|
|
631
624
|
<div
|
|
632
625
|
class="emotion-3"
|
|
633
626
|
>
|
|
634
627
|
<div
|
|
635
|
-
class="emotion-
|
|
628
|
+
class="emotion-17"
|
|
636
629
|
>
|
|
637
|
-
<
|
|
630
|
+
<picture
|
|
638
631
|
class="emotion-5"
|
|
639
632
|
>
|
|
640
|
-
<
|
|
633
|
+
<img
|
|
634
|
+
alt=""
|
|
641
635
|
class="emotion-6"
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
class="emotion-7"
|
|
646
|
-
src=""
|
|
647
|
-
/>
|
|
648
|
-
</picture>
|
|
649
|
-
</div>
|
|
636
|
+
src=""
|
|
637
|
+
/>
|
|
638
|
+
</picture>
|
|
650
639
|
</div>
|
|
651
640
|
<div
|
|
652
|
-
class="emotion-
|
|
641
|
+
class="emotion-7"
|
|
653
642
|
>
|
|
654
643
|
<div
|
|
655
|
-
class="emotion-
|
|
644
|
+
class="emotion-8"
|
|
656
645
|
>
|
|
657
646
|
<a
|
|
658
|
-
class="nk-card-link emotion-
|
|
647
|
+
class="nk-card-link emotion-9"
|
|
659
648
|
href="catagory-two/demo-2/test-headline-2"
|
|
660
649
|
>
|
|
661
650
|
<div
|
|
662
|
-
class="emotion-
|
|
651
|
+
class="emotion-23"
|
|
663
652
|
>
|
|
664
653
|
<h3
|
|
665
|
-
class="emotion-
|
|
654
|
+
class="emotion-24"
|
|
666
655
|
>
|
|
667
656
|
test headline 2
|
|
668
657
|
</h3>
|
|
@@ -673,44 +662,40 @@ exports[`Lead 1`] = `
|
|
|
673
662
|
</div>
|
|
674
663
|
</div>
|
|
675
664
|
<div
|
|
676
|
-
class="emotion-
|
|
665
|
+
class="emotion-15"
|
|
677
666
|
data-testid="titleVerticalCell-2"
|
|
678
667
|
>
|
|
679
668
|
<div
|
|
680
669
|
class="emotion-3"
|
|
681
670
|
>
|
|
682
671
|
<div
|
|
683
|
-
class="emotion-
|
|
672
|
+
class="emotion-17"
|
|
684
673
|
>
|
|
685
|
-
<
|
|
674
|
+
<picture
|
|
686
675
|
class="emotion-5"
|
|
687
676
|
>
|
|
688
|
-
<
|
|
677
|
+
<img
|
|
678
|
+
alt=""
|
|
689
679
|
class="emotion-6"
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
class="emotion-7"
|
|
694
|
-
src=""
|
|
695
|
-
/>
|
|
696
|
-
</picture>
|
|
697
|
-
</div>
|
|
680
|
+
src=""
|
|
681
|
+
/>
|
|
682
|
+
</picture>
|
|
698
683
|
</div>
|
|
699
684
|
<div
|
|
700
|
-
class="emotion-
|
|
685
|
+
class="emotion-7"
|
|
701
686
|
>
|
|
702
687
|
<div
|
|
703
|
-
class="emotion-
|
|
688
|
+
class="emotion-8"
|
|
704
689
|
>
|
|
705
690
|
<a
|
|
706
|
-
class="nk-card-link emotion-
|
|
691
|
+
class="nk-card-link emotion-9"
|
|
707
692
|
href="catagory-three/demo-3/test-headline-3"
|
|
708
693
|
>
|
|
709
694
|
<div
|
|
710
|
-
class="emotion-
|
|
695
|
+
class="emotion-23"
|
|
711
696
|
>
|
|
712
697
|
<h3
|
|
713
|
-
class="emotion-
|
|
698
|
+
class="emotion-24"
|
|
714
699
|
>
|
|
715
700
|
test headline 3
|
|
716
701
|
</h3>
|