@newskit-render/core 1.50.1 → 1.54.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.
@@ -2,542 +2,48 @@
2
2
 
3
3
  exports[`Lead should render Lead 1`] = `
4
4
  <DocumentFragment>
5
- .emotion-0 {
6
- display: grid;
7
- -webkit-column-gap: 24px;
8
- column-gap: 24px;
9
- }
10
-
11
- @media screen and (max-width: 767px) {
12
- .emotion-0 {
13
- row-gap: 40px;
14
- }
15
- }
16
-
17
- @media screen and (min-width: 768px) and (max-width: 1439px) {
18
- .emotion-0 {
19
- row-gap: 32px;
20
- }
21
- }
22
-
23
- @media screen and (min-width: 1440px) {
24
- .emotion-0 {
25
- row-gap: 0;
26
- }
27
- }
28
-
29
- @media screen and (min-width: 1024px) {
30
- .emotion-0 {
31
- grid-template-columns: 2fr 1fr;
32
- }
33
- }
34
-
35
- .emotion-2 {
36
- box-sizing: border-box;
37
- overflow: hidden;
38
- color: #2E2E2E;
39
- background-color: #FFFFFF;
40
- position: relative;
41
- display: -webkit-box;
42
- display: -webkit-flex;
43
- display: -ms-flexbox;
44
- display: flex;
45
- -webkit-flex-direction: column;
46
- -ms-flex-direction: column;
47
- flex-direction: column;
48
- }
49
-
50
- .emotion-3 {
51
- box-sizing: border-box;
52
- display: block;
53
- position: relative;
54
- }
55
-
56
- @media screen and (max-width: 767px) {
57
- .emotion-3 {
58
- margin-bottom: 20px;
59
- }
60
- }
61
-
62
- @media screen and (min-width: 768px) {
63
- .emotion-3 {
64
- margin-bottom: 24px;
65
- }
66
- }
67
-
68
- .emotion-4 {
69
- position: relative;
70
- width: 100%;
71
- display: block;
72
- padding-top: 0;
73
- height: auto;
74
- width: 100%;
75
- border-radius: 0;
76
- }
77
-
78
- .emotion-5 {
79
- opacity: 1;
80
- display: block;
81
- border-radius: inherit;
82
- height: auto;
83
- width: 100%;
84
- -webkit-animation: fadeIn 300ms;
85
- animation: fadeIn 300ms;
86
- }
87
-
88
- .emotion-6 {
89
- box-sizing: border-box;
90
- }
91
-
92
- .emotion-7 {
93
- box-sizing: border-box;
94
- padding: 0;
95
- }
96
-
97
- .emotion-7 a:not(.nk-card-link) {
98
- z-index: 2;
99
- position: relative;
100
- }
101
-
102
- @media screen and (max-width: 767px) {
103
- .emotion-8 {
104
- margin-bottom: 20px;
105
- }
106
- }
107
-
108
- @media screen and (min-width: 768px) {
109
- .emotion-8 {
110
- margin-bottom: 24px;
111
- }
112
- }
113
-
114
- .emotion-9 {
115
- -webkit-text-decoration: none;
116
- text-decoration: none;
117
- border: none;
118
- }
119
-
120
- .emotion-9 .nk-headline-kicker {
121
- color: #3358CC;
122
- }
123
-
124
- .emotion-9:hover:not(:disabled) .nk-headline-kicker {
125
- color: #2B4AAB;
126
- -webkit-text-decoration: underline;
127
- text-decoration: underline;
128
- }
129
-
130
- .emotion-9:active:not(:disabled) .nk-headline-kicker {
131
- color: #213A82;
132
- -webkit-text-decoration: underline;
133
- text-decoration: underline;
134
- }
135
-
136
- .emotion-9:visited:not(:disabled) .nk-headline-kicker {
137
- color: #5E44E4;
138
- }
139
-
140
- .emotion-9 .nk-headline-heading {
141
- color: #2E2E2E;
142
- }
143
-
144
- .emotion-9:hover:not(:disabled) .nk-headline-heading {
145
- color: #2B4AAB;
146
- -webkit-text-decoration: underline;
147
- text-decoration: underline;
148
- }
149
-
150
- .emotion-9:active:not(:disabled) .nk-headline-heading {
151
- color: #213A82;
152
- -webkit-text-decoration: underline;
153
- text-decoration: underline;
154
- }
155
-
156
- .emotion-9:visited:not(:disabled) .nk-headline-heading {
157
- color: #5E44E4;
158
- }
159
-
160
- .emotion-9:before {
161
- content: '';
162
- top: 0;
163
- right: 0;
164
- bottom: 0;
165
- left: 0;
166
- overflow: hidden;
167
- position: absolute;
168
- z-index: 1;
169
- }
170
-
171
- @media screen and (max-width: 767px) {
172
- .emotion-10 {
173
- font-family: "Bitter",serif;
174
- font-size: 24px;
175
- line-height: 27px;
176
- font-weight: 500;
177
- letter-spacing: 0;
178
- padding: 0.5px 0px;
179
- }
180
-
181
- .emotion-10::before {
182
- content: '';
183
- margin-bottom: -0.2055em;
184
- display: block;
185
- }
186
-
187
- .emotion-10::after {
188
- content: '';
189
- margin-top: -0.2275em;
190
- display: block;
191
- }
192
- }
193
-
194
- @media screen and (min-width: 768px) and (max-width: 1439px) {
195
- .emotion-10 {
196
- font-family: "Bitter",serif;
197
- font-size: 36px;
198
- line-height: 40.5px;
199
- font-weight: 500;
200
- letter-spacing: 0;
201
- padding: 0.5px 0px;
202
- }
203
-
204
- .emotion-10::before {
205
- content: '';
206
- margin-bottom: -0.2055em;
207
- display: block;
208
- }
209
-
210
- .emotion-10::after {
211
- content: '';
212
- margin-top: -0.2275em;
213
- display: block;
214
- }
215
- }
216
-
217
- @media screen and (min-width: 1440px) {
218
- .emotion-10 {
219
- font-family: "Bitter",serif;
220
- font-size: 40px;
221
- line-height: 45px;
222
- font-weight: 500;
223
- letter-spacing: 0;
224
- padding: 0.5px 0px;
225
- }
226
-
227
- .emotion-10::before {
228
- content: '';
229
- margin-bottom: -0.2055em;
230
- display: block;
231
- }
232
-
233
- .emotion-10::after {
234
- content: '';
235
- margin-top: -0.2275em;
236
- display: block;
237
- }
238
- }
239
-
240
- .emotion-11 {
241
- display: inline;
242
- font: inherit;
243
- margin: 0;
244
- color: #2E2E2E;
245
- }
246
-
247
- .emotion-11:hover:not(:disabled) {
248
- color: #2B4AAB;
249
- -webkit-text-decoration: underline;
250
- text-decoration: underline;
251
- }
252
-
253
- .emotion-11:active:not(:disabled) {
254
- color: #213A82;
255
- -webkit-text-decoration: underline;
256
- text-decoration: underline;
257
- }
258
-
259
- .emotion-11:visited:not(:disabled) {
260
- color: #5E44E4;
261
- }
262
-
263
- .emotion-12 {
264
- display: grid;
265
- height: 100%;
266
- }
267
-
268
- @media screen and (max-width: 767px) {
269
- .emotion-12 {
270
- row-gap: 40px;
271
- }
272
- }
273
-
274
- @media screen and (min-width: 768px) and (max-width: 1439px) {
275
- .emotion-12 {
276
- row-gap: 32px;
277
- }
278
- }
279
-
280
- @media screen and (min-width: 1440px) {
281
- .emotion-12 {
282
- row-gap: 24px;
283
- }
284
- }
285
-
286
- @media screen and (min-width: 768px) {
287
- .emotion-12 {
288
- -webkit-column-gap: 20px;
289
- column-gap: 20px;
290
- }
291
- }
292
-
293
- @media screen and (max-width: 767px) {
294
- .emotion-12 {
295
- grid-template-columns: 1fr;
296
- }
297
- }
298
-
299
- @media screen and (min-width: 768px) and (max-width: 1023px) {
300
- .emotion-12 {
301
- grid-template-columns: 1fr 1fr;
302
- }
303
- }
304
-
305
- @media screen and (min-width: 1024px) {
306
- .emotion-12 {
307
- grid-template-columns: 1fr;
308
- }
309
- }
310
-
311
- @media screen and (min-width: 1024px) {
312
- .emotion-12 {
313
- -webkit-box-pack: stretch;
314
- -ms-flex-pack: stretch;
315
- -webkit-justify-content: stretch;
316
- justify-content: stretch;
317
- }
318
- }
319
-
320
- @media screen and (min-width: 1024px) {
321
- .emotion-12 {
322
- -webkit-align-content: space-between;
323
- -ms-flex-line-pack: space-between;
324
- align-content: space-between;
325
- }
326
- }
327
-
328
- .emotion-14 {
329
- box-sizing: border-box;
330
- overflow: hidden;
331
- color: #2E2E2E;
332
- background-color: #FFFFFF;
333
- position: relative;
334
- display: -webkit-box;
335
- display: -webkit-flex;
336
- display: -ms-flexbox;
337
- display: flex;
338
- -webkit-flex-direction: rowfalse;
339
- -ms-flex-direction: rowfalse;
340
- flex-direction: rowfalse;
341
- }
342
-
343
- .emotion-15 {
344
- box-sizing: border-box;
345
- display: block;
346
- position: relative;
347
- -webkit-flex: 1;
348
- -ms-flex: 1;
349
- flex: 1;
350
- }
351
-
352
- @media screen and (max-width: 479px) {
353
- .emotion-15 {
354
- margin-right: 16px;
355
- }
356
- }
357
-
358
- @media screen and (min-width: 480px) and (max-width: 767px) {
359
- .emotion-15 {
360
- margin-right: 16px;
361
- }
362
- }
363
-
364
- @media screen and (min-width: 768px) and (max-width: 1023px) {
365
- .emotion-15 {
366
- margin-right: 24px;
367
- }
368
- }
369
-
370
- @media screen and (min-width: 1024px) {
371
- .emotion-15 {
372
- margin-right: 24px;
373
- }
374
- }
375
-
376
- .emotion-18 {
377
- box-sizing: border-box;
378
- display: -webkit-box;
379
- display: -webkit-flex;
380
- display: -ms-flexbox;
381
- display: flex;
382
- -webkit-flex-direction: column;
383
- -ms-flex-direction: column;
384
- flex-direction: column;
385
- -webkit-flex: 1;
386
- -ms-flex: 1;
387
- flex: 1;
388
- }
389
-
390
- .emotion-19 {
391
- box-sizing: border-box;
392
- -webkit-flex: 1;
393
- -ms-flex: 1;
394
- flex: 1;
395
- padding: 0;
396
- }
397
-
398
- .emotion-19 a:not(.nk-card-link) {
399
- z-index: 2;
400
- position: relative;
401
- }
402
-
403
- .emotion-20 {
404
- margin-bottom: 8px;
405
- }
406
-
407
- @media screen and (max-width: 479px) {
408
- .emotion-22 {
409
- font-family: "Bitter",serif;
410
- font-size: 20px;
411
- line-height: 22.5px;
412
- font-weight: 500;
413
- letter-spacing: 0;
414
- padding: 0.5px 0px;
415
- }
416
-
417
- .emotion-22::before {
418
- content: '';
419
- margin-bottom: -0.2055em;
420
- display: block;
421
- }
422
-
423
- .emotion-22::after {
424
- content: '';
425
- margin-top: -0.2275em;
426
- display: block;
427
- }
428
- }
429
-
430
- @media screen and (min-width: 480px) and (max-width: 767px) {
431
- .emotion-22 {
432
- font-family: "Bitter",serif;
433
- font-size: 20px;
434
- line-height: 22.5px;
435
- font-weight: 500;
436
- letter-spacing: 0;
437
- padding: 0.5px 0px;
438
- }
439
-
440
- .emotion-22::before {
441
- content: '';
442
- margin-bottom: -0.2055em;
443
- display: block;
444
- }
445
-
446
- .emotion-22::after {
447
- content: '';
448
- margin-top: -0.2275em;
449
- display: block;
450
- }
451
- }
452
-
453
- @media screen and (min-width: 768px) and (max-width: 1023px) {
454
- .emotion-22 {
455
- font-family: "Bitter",serif;
456
- font-size: 22px;
457
- line-height: 24.75px;
458
- font-weight: 500;
459
- letter-spacing: 0;
460
- padding: 0.5px 0px;
461
- }
462
-
463
- .emotion-22::before {
464
- content: '';
465
- margin-bottom: -0.2055em;
466
- display: block;
467
- }
468
-
469
- .emotion-22::after {
470
- content: '';
471
- margin-top: -0.2275em;
472
- display: block;
473
- }
474
- }
475
-
476
- @media screen and (min-width: 1024px) {
477
- .emotion-22 {
478
- font-family: "Bitter",serif;
479
- font-size: 28px;
480
- line-height: 31.5px;
481
- font-weight: 500;
482
- letter-spacing: 0;
483
- padding: 0.5px 0px;
484
- }
485
-
486
- .emotion-22::before {
487
- content: '';
488
- margin-bottom: -0.2055em;
489
- display: block;
490
- }
491
-
492
- .emotion-22::after {
493
- content: '';
494
- margin-top: -0.2275em;
495
- display: block;
496
- }
497
- }
498
-
499
- <div
500
- class="emotion-0"
5
+ <div
6
+ class="css-1u38jm6"
501
7
  data-testid="SUPPLEMENT_LEAD_AND_4_STACK-Grid"
502
8
  >
503
9
  <div
504
- class="emotion-1"
10
+ class="css-151qm6o"
505
11
  data-testid="featureVerticalCell"
506
12
  >
507
13
  <div
508
- class="emotion-2"
14
+ class="css-syq769"
509
15
  >
510
16
  <div
511
- class="emotion-3"
17
+ class="css-1ku19cs"
512
18
  >
513
19
  <picture
514
- class="emotion-4"
20
+ class="css-iq6vim"
515
21
  >
516
22
  <img
517
23
  alt=""
518
- class="emotion-5"
24
+ class="css-ssxt4f"
519
25
  src=""
520
26
  />
521
27
  </picture>
522
28
  </div>
523
29
  <div
524
- class="emotion-6"
30
+ class="css-1shocxe"
525
31
  >
526
32
  <div
527
- class="emotion-7"
33
+ class="css-1a2irou"
528
34
  >
529
35
  <div
530
- class="emotion-8"
36
+ class="css-1hcm6l"
531
37
  >
532
38
  <a
533
- class="nk-card-link emotion-9"
39
+ class="nk-card-link css-1cq1vxv"
534
40
  href="catagory-one/demo-1/test-headline"
535
41
  >
536
42
  <section
537
- class="emotion-10"
43
+ class="css-kxmtg8"
538
44
  >
539
45
  <h3
540
- class="nk-headline-heading emotion-11"
46
+ class="nk-headline-heading css-10swdqn"
541
47
  >
542
48
  test headline
543
49
  </h3>
@@ -549,46 +55,46 @@ exports[`Lead should render Lead 1`] = `
549
55
  </div>
550
56
  </div>
551
57
  <div
552
- class="emotion-12"
58
+ class="css-7644f"
553
59
  >
554
60
  <div
555
- class="emotion-1"
61
+ class="css-151qm6o"
556
62
  data-testid="titleVerticalCell-0"
557
63
  >
558
64
  <div
559
- class="emotion-14"
65
+ class="css-51dsvu"
560
66
  >
561
67
  <div
562
- class="emotion-15"
68
+ class="css-fv6m0t"
563
69
  >
564
70
  <picture
565
- class="emotion-4"
71
+ class="css-iq6vim"
566
72
  >
567
73
  <img
568
74
  alt=""
569
- class="emotion-5"
75
+ class="css-ssxt4f"
570
76
  src=""
571
77
  />
572
78
  </picture>
573
79
  </div>
574
80
  <div
575
- class="emotion-18"
81
+ class="css-1r2lt0d"
576
82
  >
577
83
  <div
578
- class="emotion-19"
84
+ class="css-bw3bp5"
579
85
  >
580
86
  <div
581
- class="emotion-20"
87
+ class="css-vj2a37"
582
88
  >
583
89
  <a
584
- class="nk-card-link emotion-9"
90
+ class="nk-card-link css-1cq1vxv"
585
91
  href="catagory-two/demo-2/test-headline-2"
586
92
  >
587
93
  <section
588
- class="emotion-22"
94
+ class="css-75k513"
589
95
  >
590
96
  <h3
591
- class="nk-headline-heading emotion-11"
97
+ class="nk-headline-heading css-10swdqn"
592
98
  >
593
99
  test headline 2
594
100
  </h3>
@@ -600,43 +106,43 @@ exports[`Lead should render Lead 1`] = `
600
106
  </div>
601
107
  </div>
602
108
  <div
603
- class="emotion-1"
109
+ class="css-151qm6o"
604
110
  data-testid="titleVerticalCell-1"
605
111
  >
606
112
  <div
607
- class="emotion-14"
113
+ class="css-51dsvu"
608
114
  >
609
115
  <div
610
- class="emotion-15"
116
+ class="css-fv6m0t"
611
117
  >
612
118
  <picture
613
- class="emotion-4"
119
+ class="css-iq6vim"
614
120
  >
615
121
  <img
616
122
  alt=""
617
- class="emotion-5"
123
+ class="css-ssxt4f"
618
124
  src=""
619
125
  />
620
126
  </picture>
621
127
  </div>
622
128
  <div
623
- class="emotion-18"
129
+ class="css-1r2lt0d"
624
130
  >
625
131
  <div
626
- class="emotion-19"
132
+ class="css-bw3bp5"
627
133
  >
628
134
  <div
629
- class="emotion-20"
135
+ class="css-vj2a37"
630
136
  >
631
137
  <a
632
- class="nk-card-link emotion-9"
138
+ class="nk-card-link css-1cq1vxv"
633
139
  href="catagory-three/demo-3/test-headline-3"
634
140
  >
635
141
  <section
636
- class="emotion-22"
142
+ class="css-75k513"
637
143
  >
638
144
  <h3
639
- class="nk-headline-heading emotion-11"
145
+ class="nk-headline-heading css-10swdqn"
640
146
  >
641
147
  test headline 3
642
148
  </h3>