@newskit-render/mock 0.0.0-014af081

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.
@@ -0,0 +1,741 @@
1
+ const getContentLandingLead = {
2
+ id: "123a4567-e89b-12d3-a456-426655440001",
3
+ type: "collection",
4
+ attributes: {
5
+ title: "Landing Lead",
6
+ link: {
7
+ type: "hyperlink",
8
+ attributes: {
9
+ text: "See more",
10
+ url: "/section-one",
11
+ },
12
+ },
13
+ },
14
+ children: [
15
+ {
16
+ type: "slice",
17
+ attributes: {
18
+ name: "LEAD_1_FULL_WIDTH",
19
+ },
20
+ children: [
21
+ {
22
+ type: "article-reference-demo",
23
+ attributes: {
24
+ id: "17842504",
25
+ },
26
+ }
27
+ ],
28
+ },
29
+ {
30
+ type: "slice",
31
+ attributes: {
32
+ name: "SUPPLEMENT_LEAD_AND_4_STACK",
33
+ },
34
+ children: [
35
+ {
36
+ type: "article-reference-demo",
37
+ attributes: {
38
+ id: "17856463",
39
+ },
40
+ },
41
+ {
42
+ type: "article-reference-demo",
43
+ attributes: {
44
+ id: "17851099",
45
+ },
46
+ },
47
+ {
48
+ type: "article-reference-demo",
49
+ attributes: {
50
+ id: "17842387",
51
+ },
52
+ },
53
+ {
54
+ type: "article-reference-demo",
55
+ attributes: {
56
+ id: "17862461",
57
+ },
58
+ },
59
+ {
60
+ type: "article-reference-demo",
61
+ attributes: {
62
+ id: "17397556",
63
+ },
64
+ }
65
+ ],
66
+ },
67
+ {
68
+ type: "slice",
69
+ attributes: {
70
+ name: "SECONDARY_4",
71
+ },
72
+ children: [
73
+ {
74
+ type: "article-reference-demo",
75
+ attributes: {
76
+ id: "17861129",
77
+ },
78
+ },
79
+ {
80
+ type: "article-reference-demo",
81
+ attributes: {
82
+ id: "17814872",
83
+ },
84
+ },
85
+ {
86
+ type: "article-reference-demo",
87
+ attributes: {
88
+ id: "17867694",
89
+ },
90
+ },
91
+ {
92
+ type: "article-reference-demo",
93
+ attributes: {
94
+ id: "17863493",
95
+ },
96
+ }
97
+ ],
98
+ },
99
+ ],
100
+ };
101
+
102
+ const getContentSectionOne = {
103
+ id: "123a4567-e89b-12d3-a456-426655440002",
104
+ type: "collection",
105
+ attributes: {
106
+ title: "Section One",
107
+ link: {
108
+ type: "hyperlink",
109
+ attributes: {
110
+ text: "See more",
111
+ url: "/section-one",
112
+ },
113
+ },
114
+ },
115
+ children: [
116
+ {
117
+ type: "slice",
118
+ attributes: {
119
+ name: "LEAD_1_FULL_WIDTH",
120
+ },
121
+ children: [
122
+ {
123
+ type: "article-reference-demo",
124
+ attributes: {
125
+ id: "17842504",
126
+ },
127
+ }
128
+ ],
129
+ },
130
+ {
131
+ type: "slice",
132
+ attributes: {
133
+ name: "SECONDARY_3",
134
+ },
135
+ children: [
136
+ {
137
+ type: "article-reference-demo",
138
+ attributes: {
139
+ id: "17814872",
140
+ },
141
+ },
142
+ {
143
+ type: "article-reference-demo",
144
+ attributes: {
145
+ id: "17867694",
146
+ },
147
+ },
148
+ {
149
+ type: "article-reference-demo",
150
+ attributes: {
151
+ id: "17863493",
152
+ },
153
+ },
154
+ ],
155
+ },
156
+ {
157
+ type: 'slice',
158
+ attributes: {
159
+ name:'SUPPLEMENT_LEAD_AND_4_STACK'
160
+ },
161
+ children: [
162
+ {
163
+ type: "article-reference-demo",
164
+ attributes: {
165
+ id: "17861129",
166
+ },
167
+ },
168
+ {
169
+ type: "article-reference-demo",
170
+ attributes: {
171
+ id: "17814872",
172
+ },
173
+ },
174
+ {
175
+ type: "article-reference-demo",
176
+ attributes: {
177
+ id: "17867694",
178
+ },
179
+ },
180
+ {
181
+ type: "article-reference-demo",
182
+ attributes: {
183
+ id: "17863493",
184
+ },
185
+ },
186
+ ]
187
+ },
188
+ {
189
+ type: 'slice',
190
+ attributes: {
191
+ name:'SECONDARY_4'
192
+ },
193
+ children: [
194
+ {
195
+ type: "article-reference-demo",
196
+ attributes: {
197
+ id: "17861129",
198
+ },
199
+ },
200
+ {
201
+ type: "article-reference-demo",
202
+ attributes: {
203
+ id: "17814872",
204
+ },
205
+ },
206
+ {
207
+ type: "article-reference-demo",
208
+ attributes: {
209
+ id: "17867694",
210
+ },
211
+ },
212
+ {
213
+ type: "article-reference-demo",
214
+ attributes: {
215
+ id: "17863493",
216
+ },
217
+ },
218
+ ]
219
+ },
220
+ {
221
+ type: 'slice',
222
+ attributes: {
223
+ name:'SECONDARY_2_AND_2'
224
+ },
225
+ children: [
226
+ {
227
+ type: "article-reference-demo",
228
+ attributes: {
229
+ id: "17867694",
230
+ },
231
+ },
232
+ {
233
+ type: "article-reference-demo",
234
+ attributes: {
235
+ id: "17863493",
236
+ },
237
+ },
238
+ ]
239
+ },
240
+ {
241
+ type: 'slice',
242
+ attributes: {
243
+ name: 'SECONDARY_4'
244
+ },
245
+ children: [
246
+ {
247
+ type: "article-reference-demo",
248
+ attributes: {
249
+ id: "17861129",
250
+ },
251
+ },
252
+ {
253
+ type: "article-reference-demo",
254
+ attributes: {
255
+ id: "17814872",
256
+ },
257
+ },
258
+ {
259
+ type: "article-reference-demo",
260
+ attributes: {
261
+ id: "17867694",
262
+ },
263
+ },
264
+ {
265
+ type: "article-reference-demo",
266
+ attributes: {
267
+ id: "17863493",
268
+ },
269
+ },
270
+ ]
271
+ }
272
+ ],
273
+ };
274
+
275
+ const getContentSectionTwo = {
276
+ id: "123a4567-e89b-12d3-a456-426655440003",
277
+ type: "collection",
278
+ attributes: {
279
+ title: "Section Two",
280
+ link: {
281
+ type: "hyperlink",
282
+ attributes: {
283
+ text: "See more",
284
+ url: "/section-two",
285
+ },
286
+ },
287
+ },
288
+ children: [
289
+ {
290
+ type: "slice",
291
+ attributes: {
292
+ name: "SUPPLEMENT_LEAD_AND_4_STACK",
293
+ },
294
+ children: [
295
+ {
296
+ type: "article-reference-demo",
297
+ attributes: {
298
+ id: "18032190",
299
+ },
300
+ },
301
+ {
302
+ type: "article-reference-demo",
303
+ attributes: {
304
+ id: "17863493",
305
+ },
306
+ },
307
+ {
308
+ type: "article-reference-demo",
309
+ attributes: {
310
+ id: "17867694",
311
+ },
312
+ },
313
+ {
314
+ type: "article-reference-demo",
315
+ attributes: {
316
+ id: "17814872",
317
+ },
318
+ },
319
+ {
320
+ type: "article-reference-demo",
321
+ attributes: {
322
+ id: "17861129",
323
+ },
324
+ }
325
+ ],
326
+ },
327
+ {
328
+ type: "slice",
329
+ attributes: {
330
+ name: "SECONDARY_3",
331
+ },
332
+ children: [
333
+ {
334
+ type: "article-reference-demo",
335
+ attributes: {
336
+ id: "17856463",
337
+ },
338
+ },
339
+ {
340
+ type: "article-reference-demo",
341
+ attributes: {
342
+ id: "17851099",
343
+ },
344
+ },
345
+ {
346
+ type: "article-reference-demo",
347
+ attributes: {
348
+ id: "17842387",
349
+ },
350
+ }
351
+ ],
352
+ },
353
+ {
354
+ type: 'slice',
355
+ attributes: {
356
+ name:'SECONDARY_2_AND_2'
357
+ },
358
+ children: [
359
+ {
360
+ type: "article-reference-demo",
361
+ attributes: {
362
+ id: "17867694",
363
+ },
364
+ },
365
+ {
366
+ type: "article-reference-demo",
367
+ attributes: {
368
+ id: "17863493",
369
+ },
370
+ },
371
+ ]
372
+ },
373
+ {
374
+ type: "slice",
375
+ attributes: {
376
+ name: "SUPPLEMENT_LEAD_AND_4_STACK",
377
+ },
378
+ children: [
379
+ {
380
+ type: "article-reference-demo",
381
+ attributes: {
382
+ id: "18032190",
383
+ },
384
+ },
385
+ {
386
+ type: "article-reference-demo",
387
+ attributes: {
388
+ id: "17863493",
389
+ },
390
+ },
391
+ {
392
+ type: "article-reference-demo",
393
+ attributes: {
394
+ id: "17867694",
395
+ },
396
+ },
397
+ {
398
+ type: "article-reference-demo",
399
+ attributes: {
400
+ id: "17814872",
401
+ },
402
+ },
403
+ {
404
+ type: "article-reference-demo",
405
+ attributes: {
406
+ id: "17861129",
407
+ },
408
+ }
409
+ ],
410
+ },
411
+ {
412
+ type: "slice",
413
+ attributes: {
414
+ name: "LEAD_1_FULL_WIDTH",
415
+ },
416
+ children: [
417
+ {
418
+ type: "article-reference-demo",
419
+ attributes: {
420
+ id: "17842504",
421
+ },
422
+ }
423
+ ],
424
+ },
425
+ {
426
+ type: "slice",
427
+ attributes: {
428
+ name: "SECONDARY_3",
429
+ },
430
+ children: [
431
+ {
432
+ type: "article-reference-demo",
433
+ attributes: {
434
+ id: "17856463",
435
+ },
436
+ },
437
+ {
438
+ type: "article-reference-demo",
439
+ attributes: {
440
+ id: "17851099",
441
+ },
442
+ },
443
+ {
444
+ type: "article-reference-demo",
445
+ attributes: {
446
+ id: "17842387",
447
+ },
448
+ }
449
+ ],
450
+ },
451
+ ],
452
+ };
453
+
454
+ const getContentSectionThree = {
455
+ id: "123a4567-e89b-12d3-a456-426655440004",
456
+ type: "collection",
457
+ attributes: {
458
+ title: "Section Three",
459
+ link: {
460
+ type: "hyperlink",
461
+ attributes: {
462
+ text: "See more",
463
+ url: "/section-three",
464
+ },
465
+ },
466
+ },
467
+ children: [
468
+ {
469
+ type: "slice",
470
+ attributes: {
471
+ name: "LEAD_1_FULL_WIDTH",
472
+ },
473
+ children: [
474
+ {
475
+ type: "article-reference-demo",
476
+ attributes: {
477
+ id: "17842504",
478
+ },
479
+ }
480
+ ],
481
+ },
482
+ {
483
+ type: "slice",
484
+ attributes: {
485
+ name: "SUPPLEMENT_LEAD_AND_4_STACK",
486
+ },
487
+ children: [
488
+ {
489
+ type: "article-reference-demo",
490
+ attributes: {
491
+ id: "18032190",
492
+ },
493
+ },
494
+ {
495
+ type: "article-reference-demo",
496
+ attributes: {
497
+ id: "17863493",
498
+ },
499
+ },
500
+ {
501
+ type: "article-reference-demo",
502
+ attributes: {
503
+ id: "17867694",
504
+ },
505
+ },
506
+ {
507
+ type: "article-reference-demo",
508
+ attributes: {
509
+ id: "17814872",
510
+ },
511
+ },
512
+ {
513
+ type: "article-reference-demo",
514
+ attributes: {
515
+ id: "17861129",
516
+ },
517
+ }
518
+ ],
519
+ },
520
+ {
521
+ type: "slice",
522
+ attributes: {
523
+ name: "SECONDARY_4",
524
+ },
525
+ children: [
526
+ {
527
+ type: "article-reference-demo",
528
+ attributes: {
529
+ id: "17397556",
530
+ },
531
+ },
532
+ {
533
+ type: "article-reference-demo",
534
+ attributes: {
535
+ id: "17842504",
536
+ },
537
+ },
538
+ {
539
+ type: "article-reference-demo",
540
+ attributes: {
541
+ id: "17861129",
542
+ },
543
+ },
544
+ {
545
+ type: "article-reference-demo",
546
+ attributes: {
547
+ id: "17814872",
548
+ },
549
+ },
550
+ ],
551
+ },
552
+
553
+ {
554
+ type: "slice",
555
+ attributes: {
556
+ name: "SECONDARY_2_AND_2",
557
+ },
558
+ children: [
559
+ {
560
+ type: "article-reference-demo",
561
+ attributes: {
562
+ id: "17892378",
563
+ },
564
+ },
565
+ {
566
+ type: "article-reference-demo",
567
+ attributes: {
568
+ id: "18028215",
569
+ },
570
+ },
571
+ ],
572
+ },
573
+ {
574
+ type: "slice",
575
+ attributes: {
576
+ name: "LEAD_1_FULL_WIDTH",
577
+ },
578
+ children: [
579
+ {
580
+ type: "article-reference-demo",
581
+ attributes: {
582
+ id: "17842504",
583
+ },
584
+ }
585
+ ],
586
+ },
587
+ ],
588
+ };
589
+
590
+ const getContentLandingTwo = {
591
+ id: "123a4567-e89b-12d3-a456-426655440005",
592
+ type: "collection",
593
+ attributes: {
594
+ title: "Landing Lead Two",
595
+ link: {
596
+ type: "hyperlink",
597
+ attributes: {
598
+ text: "See more",
599
+ url: "/section-two",
600
+ },
601
+ },
602
+ },
603
+ children: [
604
+ {
605
+ type: "slice",
606
+ attributes: {
607
+ name: "SUPPLEMENT_LEAD_AND_4_STACK",
608
+ },
609
+ children: [
610
+ {
611
+ type: "article-reference-demo",
612
+ attributes: {
613
+ id: "17867694",
614
+ },
615
+ },
616
+ {
617
+ type: "article-reference-demo",
618
+ attributes: {
619
+ id: "17863493",
620
+ },
621
+ },
622
+ {
623
+ type: "article-reference-demo",
624
+ attributes: {
625
+ id: "17856463",
626
+ },
627
+ },
628
+ ],
629
+ },
630
+ {
631
+ type: "slice",
632
+ attributes: {
633
+ name: "SUPPLEMENT_LEAD_AND_4_STACK",
634
+ },
635
+ children: [
636
+ {
637
+ type: "article-reference-demo",
638
+ attributes: {
639
+ id: "17851099",
640
+ },
641
+ },
642
+ {
643
+ type: "article-reference-demo",
644
+ attributes: {
645
+ id: "17842387",
646
+ },
647
+ },
648
+ {
649
+ type: "article-reference-demo",
650
+ attributes: {
651
+ id: "17862461",
652
+ },
653
+ },
654
+ ],
655
+ },
656
+ ],
657
+ };
658
+
659
+ const getContentSectionFour = {
660
+ id: "123a4567-e89b-12d3-a456-426655440096",
661
+ type: "collection",
662
+ attributes: {
663
+ title: "Section Four",
664
+ link: {
665
+ type: "hyperlink",
666
+ attributes: {
667
+ text: "See more",
668
+ url: "/section-three",
669
+ },
670
+ },
671
+ },
672
+ children: [
673
+ {
674
+ type: "slice",
675
+ attributes: {
676
+ name: "SECONDARY_4",
677
+ },
678
+ children: [
679
+ {
680
+ type: "article-reference-demo",
681
+ attributes: {
682
+ id: "17397556",
683
+ },
684
+ },
685
+ {
686
+ type: "article-reference-demo",
687
+ attributes: {
688
+ id: "17842504",
689
+ },
690
+ },
691
+ {
692
+ type: "article-reference-demo",
693
+ attributes: {
694
+ id: "17861129",
695
+ },
696
+ },
697
+ {
698
+ type: "article-reference-demo",
699
+ attributes: {
700
+ id: "17814872",
701
+ },
702
+ },
703
+ ],
704
+ },
705
+ {
706
+ type: "slice",
707
+ attributes: {
708
+ name: "SUPPLEMENT_LEAD_AND_4_STACK",
709
+ },
710
+ children: [
711
+ {
712
+ type: "article-reference-demo",
713
+ attributes: {
714
+ id: "17867694",
715
+ },
716
+ },
717
+ {
718
+ type: "article-reference-demo",
719
+ attributes: {
720
+ id: "17863493",
721
+ },
722
+ },
723
+ {
724
+ type: "article-reference-demo",
725
+ attributes: {
726
+ id: "17856463",
727
+ },
728
+ },
729
+ ],
730
+ },
731
+ ],
732
+ };
733
+
734
+ module.exports = {
735
+ getContentLandingLead,
736
+ getContentSectionOne,
737
+ getContentSectionTwo,
738
+ getContentSectionThree,
739
+ getContentLandingTwo,
740
+ getContentSectionFour,
741
+ };