@pixelated-tech/components 3.9.18 → 3.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.
Files changed (58) hide show
  1. package/dist/components/admin/site-health/google.api.integration.js +13 -3
  2. package/dist/components/admin/site-health/seo-metrics.config.json +0 -10
  3. package/dist/components/admin/site-health/site-health-cloudwatch.integration.js +10 -3
  4. package/dist/components/admin/site-health/site-health-cloudwatch.js +1 -1
  5. package/dist/components/admin/site-health/site-health-google-analytics.js +1 -1
  6. package/dist/components/admin/site-health/site-health-google-search-console.js +1 -1
  7. package/dist/components/admin/site-health/site-health-uptime.integration.js +1 -1
  8. package/dist/components/general/proxy-handler.js +3 -3
  9. package/dist/components/general/resume.css +4 -0
  10. package/dist/components/general/smartimage.js +5 -0
  11. package/dist/components/general/table.js +33 -4
  12. package/dist/components/general/utilities.js +6 -0
  13. package/dist/components/shoppingcart/ebay.components.js +3 -3
  14. package/dist/components/shoppingcart/shipping.to.json +8 -9
  15. package/dist/components/shoppingcart/shoppingcart.components.js +5 -1
  16. package/dist/components/shoppingcart/shoppingcart.css +5 -0
  17. package/dist/components/shoppingcart/shoppingcart.functions.js +46 -14
  18. package/dist/components/sitebuilder/form/formcomponents.js +7 -3
  19. package/dist/config/pixelated.config.json.enc +1 -1
  20. package/dist/index.adminclient.js +0 -1
  21. package/dist/index.adminserver.js +1 -1
  22. package/dist/types/components/admin/site-health/google.api.integration.d.ts.map +1 -1
  23. package/dist/types/components/admin/site-health/site-health-cloudwatch.integration.d.ts.map +1 -1
  24. package/dist/types/components/general/smartimage.d.ts.map +1 -1
  25. package/dist/types/components/general/table.d.ts.map +1 -1
  26. package/dist/types/components/general/utilities.d.ts +2 -0
  27. package/dist/types/components/general/utilities.d.ts.map +1 -1
  28. package/dist/types/components/shoppingcart/shoppingcart.components.d.ts.map +1 -1
  29. package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts +2 -2
  30. package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts.map +1 -1
  31. package/dist/types/components/sitebuilder/form/formcomponents.d.ts.map +1 -1
  32. package/dist/types/index.adminclient.d.ts +0 -1
  33. package/dist/types/index.adminserver.d.ts +1 -1
  34. package/dist/types/test/test-data.d.ts +1282 -0
  35. package/dist/types/test/test-data.d.ts.map +1 -0
  36. package/dist/types/tests/routecache.analytics.consumer.integration.test.d.ts +2 -0
  37. package/dist/types/tests/routecache.analytics.consumer.integration.test.d.ts.map +1 -0
  38. package/dist/types/tests/routecache.consumer.integration.test.d.ts +2 -0
  39. package/dist/types/tests/routecache.consumer.integration.test.d.ts.map +1 -0
  40. package/dist/types/tests/routes-json-smoke.test.d.ts +2 -0
  41. package/dist/types/tests/routes-json-smoke.test.d.ts.map +1 -0
  42. package/dist/types/tests/shoppingcart.contract.test.d.ts +2 -0
  43. package/dist/types/tests/shoppingcart.contract.test.d.ts.map +1 -0
  44. package/dist/types/tests/shoppingcart.integration.test.d.ts +2 -0
  45. package/dist/types/tests/shoppingcart.integration.test.d.ts.map +1 -0
  46. package/dist/types/tests/shoppingcart.migration.test.d.ts +2 -0
  47. package/dist/types/tests/shoppingcart.migration.test.d.ts.map +1 -0
  48. package/dist/types/tests/site-health-cache.unit.test.2.d.ts +2 -0
  49. package/dist/types/tests/site-health-cache.unit.test.2.d.ts.map +1 -0
  50. package/dist/types/tests/site-health-cache.unit.test.d.ts +2 -0
  51. package/dist/types/tests/site-health-cache.unit.test.d.ts.map +1 -0
  52. package/package.json +16 -16
  53. package/dist/components/admin/site-health/site-health-cache.js +0 -23
  54. package/dist/components/config/config.example.js +0 -77
  55. package/dist/types/components/admin/site-health/site-health-cache.d.ts +0 -12
  56. package/dist/types/components/admin/site-health/site-health-cache.d.ts.map +0 -1
  57. package/dist/types/components/config/config.example.d.ts +0 -4
  58. package/dist/types/components/config/config.example.d.ts.map +0 -1
@@ -0,0 +1,1282 @@
1
+ export declare const realRoutes: {
2
+ siteInfo: {
3
+ name: string;
4
+ author: string;
5
+ description: string;
6
+ keywords: string;
7
+ url: string;
8
+ email: string;
9
+ favicon: string;
10
+ favicon_sizes: string;
11
+ favicon_type: string;
12
+ theme_color: string;
13
+ background_color: string;
14
+ default_locale: string;
15
+ display: string;
16
+ image: string;
17
+ image_height: string;
18
+ image_width: string;
19
+ telephone: string;
20
+ address: {
21
+ streetAddress: string;
22
+ addressLocality: string;
23
+ addressRegion: string;
24
+ postalCode: string;
25
+ addressCountry: string;
26
+ };
27
+ priceRange: string;
28
+ sameAs: string[];
29
+ };
30
+ visualdesign: {
31
+ "primary-color": {
32
+ value: string;
33
+ type: string;
34
+ group: string;
35
+ label: string;
36
+ };
37
+ "secondary-color": {
38
+ value: string;
39
+ type: string;
40
+ group: string;
41
+ label: string;
42
+ };
43
+ "accent1-color": {
44
+ value: string;
45
+ type: string;
46
+ group: string;
47
+ label: string;
48
+ };
49
+ "accent2-color": {
50
+ value: string;
51
+ type: string;
52
+ group: string;
53
+ label: string;
54
+ };
55
+ "bg-color": {
56
+ value: string;
57
+ type: string;
58
+ group: string;
59
+ label: string;
60
+ };
61
+ "text-color": {
62
+ value: string;
63
+ type: string;
64
+ group: string;
65
+ label: string;
66
+ };
67
+ "header-font": {
68
+ value: string;
69
+ type: string;
70
+ group: string;
71
+ label: string;
72
+ };
73
+ "body-font": {
74
+ value: string;
75
+ type: string;
76
+ group: string;
77
+ label: string;
78
+ };
79
+ "font-size1-min": {
80
+ value: string;
81
+ type: string;
82
+ group: string;
83
+ label: string;
84
+ };
85
+ "font-size1-max": {
86
+ value: string;
87
+ type: string;
88
+ group: string;
89
+ label: string;
90
+ };
91
+ "font-size2-min": {
92
+ value: string;
93
+ type: string;
94
+ group: string;
95
+ label: string;
96
+ };
97
+ "font-size2-max": {
98
+ value: string;
99
+ type: string;
100
+ group: string;
101
+ label: string;
102
+ };
103
+ "font-size3-min": {
104
+ value: string;
105
+ type: string;
106
+ group: string;
107
+ label: string;
108
+ };
109
+ "font-size3-max": {
110
+ value: string;
111
+ type: string;
112
+ group: string;
113
+ label: string;
114
+ };
115
+ "font-size4-min": {
116
+ value: string;
117
+ type: string;
118
+ group: string;
119
+ label: string;
120
+ };
121
+ "font-size4-max": {
122
+ value: string;
123
+ type: string;
124
+ group: string;
125
+ label: string;
126
+ };
127
+ "font-size5-min": {
128
+ value: string;
129
+ type: string;
130
+ group: string;
131
+ label: string;
132
+ };
133
+ "font-size5-max": {
134
+ value: string;
135
+ type: string;
136
+ group: string;
137
+ label: string;
138
+ };
139
+ "font-size6-min": {
140
+ value: string;
141
+ type: string;
142
+ group: string;
143
+ label: string;
144
+ };
145
+ "font-size6-max": {
146
+ value: string;
147
+ type: string;
148
+ group: string;
149
+ label: string;
150
+ };
151
+ "font-min-screen": {
152
+ value: string;
153
+ type: string;
154
+ group: string;
155
+ label: string;
156
+ };
157
+ "font-max-screen": {
158
+ value: string;
159
+ type: string;
160
+ group: string;
161
+ label: string;
162
+ };
163
+ };
164
+ routes: ({
165
+ name: string;
166
+ path: string;
167
+ title: string;
168
+ description: string;
169
+ keywords: string;
170
+ routes?: undefined;
171
+ } | {
172
+ name: string;
173
+ routes: {
174
+ name: string;
175
+ path: string;
176
+ title: string;
177
+ description: string;
178
+ keywords: string;
179
+ }[];
180
+ path?: undefined;
181
+ title?: undefined;
182
+ description?: undefined;
183
+ keywords?: undefined;
184
+ })[];
185
+ };
186
+ export declare const realRecipes: {
187
+ items: ({
188
+ "@context": string;
189
+ "@type": string;
190
+ name: string;
191
+ description: string;
192
+ author: {
193
+ "@type": string;
194
+ name: string;
195
+ };
196
+ image: string;
197
+ recipeYield: string;
198
+ prepTime: string;
199
+ cookTime: string;
200
+ totalTime: string;
201
+ recipeCategory: string;
202
+ recipeCuisine: string;
203
+ recipeIngredient: string[];
204
+ recipeInstructions: {
205
+ "@type": string;
206
+ text: string;
207
+ }[];
208
+ license: string;
209
+ } | {
210
+ "@context": string;
211
+ "@type": string;
212
+ name: string;
213
+ description: string;
214
+ author: {
215
+ "@type": string;
216
+ name: string;
217
+ };
218
+ recipeYield: string;
219
+ prepTime: string;
220
+ cookTime: string;
221
+ totalTime: string;
222
+ recipeCategory: string;
223
+ recipeCuisine: string;
224
+ recipeIngredient: string[];
225
+ recipeInstructions: {
226
+ "@type": string;
227
+ text: string;
228
+ }[];
229
+ license: string;
230
+ image?: undefined;
231
+ } | {
232
+ "@context": string;
233
+ "@type": string;
234
+ name: string;
235
+ description: string;
236
+ author: {
237
+ "@type": string;
238
+ name: string;
239
+ };
240
+ recipeYield: string;
241
+ prepTime: string;
242
+ cookTime: string;
243
+ totalTime: string;
244
+ recipeCategory: string;
245
+ recipeCuisine: string;
246
+ recipeIngredient: string[];
247
+ recipeInstructions: {
248
+ "@type": string;
249
+ text: string;
250
+ }[];
251
+ image?: undefined;
252
+ license?: undefined;
253
+ })[];
254
+ };
255
+ export declare const realResume: {
256
+ items: {
257
+ type: string[];
258
+ properties: {
259
+ name: string[];
260
+ summary: string[];
261
+ contact: {
262
+ value: string;
263
+ type: string[];
264
+ properties: {
265
+ name: string[];
266
+ photo: string[];
267
+ url: string[];
268
+ email: string[];
269
+ tel: string[];
270
+ adr: {
271
+ type: string[];
272
+ properties: {
273
+ "street-address": string[];
274
+ locality: string[];
275
+ region: string[];
276
+ "postal-code": string[];
277
+ "country-name": string[];
278
+ };
279
+ }[];
280
+ };
281
+ }[];
282
+ education: {
283
+ type: string[];
284
+ properties: {
285
+ name: string[];
286
+ summary: never[];
287
+ start: never[];
288
+ end: string[];
289
+ location: {
290
+ type: string[];
291
+ properties: {
292
+ org: string[];
293
+ url: never[];
294
+ tel: string[];
295
+ "street-address": string[];
296
+ locality: string[];
297
+ region: string[];
298
+ "postal-code": string[];
299
+ "country-name": string[];
300
+ };
301
+ }[];
302
+ };
303
+ }[];
304
+ training: ({
305
+ type: string[];
306
+ properties: {
307
+ name: never[];
308
+ summary: never[];
309
+ start: string[];
310
+ end: string[];
311
+ location: {
312
+ type: string[];
313
+ properties: {
314
+ org: string[];
315
+ url: never[];
316
+ tel: string[];
317
+ "street-address": string[];
318
+ locality: string[];
319
+ region: string[];
320
+ "postal-code": string[];
321
+ "country-name": string[];
322
+ };
323
+ }[];
324
+ };
325
+ } | {
326
+ type: string[];
327
+ properties: {
328
+ name: never[];
329
+ summary: never[];
330
+ start: string[];
331
+ end: string[];
332
+ location: {
333
+ type: string[];
334
+ properties: {
335
+ org: string[];
336
+ url: string[];
337
+ tel: never[];
338
+ "street-address": string[];
339
+ locality: string[];
340
+ region: string[];
341
+ "postal-code": never[];
342
+ "country-name": string[];
343
+ };
344
+ }[];
345
+ };
346
+ })[];
347
+ qualifications: {
348
+ "Digital Marketing": string[];
349
+ "User Interface / User Experience": string[];
350
+ "Project Management & SDLC": string[];
351
+ "Leadership & People Management": string[];
352
+ };
353
+ experience: ({
354
+ type: string[];
355
+ properties: {
356
+ name: never[];
357
+ start: string[];
358
+ end: string[];
359
+ summary: never[];
360
+ description: never[];
361
+ location: {
362
+ type: string[];
363
+ properties: {
364
+ "job-title": string[];
365
+ org: string[];
366
+ url: never[];
367
+ email: never[];
368
+ tel: string[];
369
+ "street-address": string[];
370
+ locality: string[];
371
+ region: string[];
372
+ "postal-code": string[];
373
+ "country-name": string[];
374
+ };
375
+ }[];
376
+ projects: {
377
+ type: string[];
378
+ properties: {
379
+ name: string[];
380
+ url: string[];
381
+ photo: string[];
382
+ note: never[];
383
+ };
384
+ }[];
385
+ };
386
+ } | {
387
+ type: string[];
388
+ properties: {
389
+ name: never[];
390
+ start: string[];
391
+ end: string[];
392
+ summary: never[];
393
+ description: never[];
394
+ location: {
395
+ type: string[];
396
+ properties: {
397
+ "job-title": string[];
398
+ org: string[];
399
+ url: never[];
400
+ email: never[];
401
+ tel: string[];
402
+ "street-address": string[];
403
+ locality: string[];
404
+ region: string[];
405
+ "postal-code": string[];
406
+ "country-name": string[];
407
+ };
408
+ }[];
409
+ projects?: undefined;
410
+ };
411
+ })[];
412
+ volunteer: {
413
+ type: string[];
414
+ properties: {
415
+ name: never[];
416
+ start: string[];
417
+ end: string[];
418
+ summary: string[];
419
+ description: string[];
420
+ location: {
421
+ type: string[];
422
+ properties: {
423
+ "job-title": string[];
424
+ org: string[];
425
+ url: never[];
426
+ email: never[];
427
+ tel: string[];
428
+ "street-address": string[];
429
+ locality: string[];
430
+ region: string[];
431
+ "postal-code": string[];
432
+ "country-name": string[];
433
+ };
434
+ }[];
435
+ };
436
+ }[];
437
+ awards: {
438
+ type: string[];
439
+ properties: {
440
+ name: never[];
441
+ start: never[];
442
+ end: string[];
443
+ summary: never[];
444
+ description: string[];
445
+ location: {
446
+ type: string[];
447
+ properties: {
448
+ "job-title": string[];
449
+ org: string[];
450
+ url: string[];
451
+ email: never[];
452
+ tel: string[];
453
+ "street-address": string[];
454
+ locality: string[];
455
+ region: string[];
456
+ "postal-code": string[];
457
+ "country-name": string[];
458
+ };
459
+ }[];
460
+ };
461
+ }[];
462
+ publications: never[];
463
+ certifications: {
464
+ type: string[];
465
+ properties: {
466
+ name: never[];
467
+ start: string[];
468
+ end: never[];
469
+ summary: never[];
470
+ description: never[];
471
+ location: {
472
+ type: string[];
473
+ properties: {
474
+ "job-title": string[];
475
+ org: string[];
476
+ url: string[];
477
+ email: string[];
478
+ tel: string[];
479
+ "street-address": string[];
480
+ locality: string[];
481
+ region: string[];
482
+ "postal-code": string[];
483
+ "country-name": string[];
484
+ };
485
+ }[];
486
+ };
487
+ }[];
488
+ skills: {
489
+ "Front End": string;
490
+ "Back End": string;
491
+ Servers: string;
492
+ DB: string;
493
+ Search: string;
494
+ "Continuous Integration": string;
495
+ Testing: string;
496
+ "Source Code": string;
497
+ CMS: string;
498
+ CDN: string;
499
+ Marketing: string;
500
+ Monitoring: string;
501
+ Analytics: string;
502
+ Design: string;
503
+ }[];
504
+ languages: never[];
505
+ affiliation: string[];
506
+ interests: string[];
507
+ references: {
508
+ type: string[];
509
+ properties: {
510
+ name: string[];
511
+ org: never[];
512
+ "job-title": never[];
513
+ url: never[];
514
+ email: string[];
515
+ tel: string[];
516
+ "street-address": never[];
517
+ locality: never[];
518
+ region: never[];
519
+ "postal-code": never[];
520
+ "country-name": never[];
521
+ };
522
+ }[];
523
+ };
524
+ }[];
525
+ };
526
+ export declare const siteInfo: {
527
+ name: string;
528
+ author: string;
529
+ description: string;
530
+ keywords: string;
531
+ url: string;
532
+ email: string;
533
+ favicon: string;
534
+ favicon_sizes: string;
535
+ favicon_type: string;
536
+ theme_color: string;
537
+ background_color: string;
538
+ default_locale: string;
539
+ display: string;
540
+ image: string;
541
+ image_height: string;
542
+ image_width: string;
543
+ telephone: string;
544
+ address: {
545
+ streetAddress: string;
546
+ addressLocality: string;
547
+ addressRegion: string;
548
+ postalCode: string;
549
+ addressCountry: string;
550
+ };
551
+ priceRange: string;
552
+ sameAs: string[];
553
+ };
554
+ export declare const siteInfoFull: {
555
+ name: string;
556
+ author: string;
557
+ description: string;
558
+ keywords: string;
559
+ url: string;
560
+ email: string;
561
+ favicon: string;
562
+ favicon_sizes: string;
563
+ favicon_type: string;
564
+ theme_color: string;
565
+ background_color: string;
566
+ default_locale: string;
567
+ display: string;
568
+ image: string;
569
+ image_height: string;
570
+ image_width: string;
571
+ telephone: string;
572
+ address: {
573
+ streetAddress: string;
574
+ addressLocality: string;
575
+ addressRegion: string;
576
+ postalCode: string;
577
+ addressCountry: string;
578
+ };
579
+ priceRange: string;
580
+ sameAs: string[];
581
+ };
582
+ export declare const visualdesign: {
583
+ "primary-color": {
584
+ value: string;
585
+ type: string;
586
+ group: string;
587
+ label: string;
588
+ };
589
+ "secondary-color": {
590
+ value: string;
591
+ type: string;
592
+ group: string;
593
+ label: string;
594
+ };
595
+ "accent1-color": {
596
+ value: string;
597
+ type: string;
598
+ group: string;
599
+ label: string;
600
+ };
601
+ "accent2-color": {
602
+ value: string;
603
+ type: string;
604
+ group: string;
605
+ label: string;
606
+ };
607
+ "bg-color": {
608
+ value: string;
609
+ type: string;
610
+ group: string;
611
+ label: string;
612
+ };
613
+ "text-color": {
614
+ value: string;
615
+ type: string;
616
+ group: string;
617
+ label: string;
618
+ };
619
+ "header-font": {
620
+ value: string;
621
+ type: string;
622
+ group: string;
623
+ label: string;
624
+ };
625
+ "body-font": {
626
+ value: string;
627
+ type: string;
628
+ group: string;
629
+ label: string;
630
+ };
631
+ "font-size1-min": {
632
+ value: string;
633
+ type: string;
634
+ group: string;
635
+ label: string;
636
+ };
637
+ "font-size1-max": {
638
+ value: string;
639
+ type: string;
640
+ group: string;
641
+ label: string;
642
+ };
643
+ "font-size2-min": {
644
+ value: string;
645
+ type: string;
646
+ group: string;
647
+ label: string;
648
+ };
649
+ "font-size2-max": {
650
+ value: string;
651
+ type: string;
652
+ group: string;
653
+ label: string;
654
+ };
655
+ "font-size3-min": {
656
+ value: string;
657
+ type: string;
658
+ group: string;
659
+ label: string;
660
+ };
661
+ "font-size3-max": {
662
+ value: string;
663
+ type: string;
664
+ group: string;
665
+ label: string;
666
+ };
667
+ "font-size4-min": {
668
+ value: string;
669
+ type: string;
670
+ group: string;
671
+ label: string;
672
+ };
673
+ "font-size4-max": {
674
+ value: string;
675
+ type: string;
676
+ group: string;
677
+ label: string;
678
+ };
679
+ "font-size5-min": {
680
+ value: string;
681
+ type: string;
682
+ group: string;
683
+ label: string;
684
+ };
685
+ "font-size5-max": {
686
+ value: string;
687
+ type: string;
688
+ group: string;
689
+ label: string;
690
+ };
691
+ "font-size6-min": {
692
+ value: string;
693
+ type: string;
694
+ group: string;
695
+ label: string;
696
+ };
697
+ "font-size6-max": {
698
+ value: string;
699
+ type: string;
700
+ group: string;
701
+ label: string;
702
+ };
703
+ "font-min-screen": {
704
+ value: string;
705
+ type: string;
706
+ group: string;
707
+ label: string;
708
+ };
709
+ "font-max-screen": {
710
+ value: string;
711
+ type: string;
712
+ group: string;
713
+ label: string;
714
+ };
715
+ };
716
+ export declare const minimalRecipe: {
717
+ "@context": string;
718
+ "@type": string;
719
+ name: string;
720
+ description: string;
721
+ author: {
722
+ "@type": string;
723
+ name: string;
724
+ };
725
+ image: string;
726
+ recipeYield: string;
727
+ prepTime: string;
728
+ cookTime: string;
729
+ totalTime: string;
730
+ recipeCategory: string;
731
+ recipeCuisine: string;
732
+ recipeIngredient: string[];
733
+ recipeInstructions: {
734
+ "@type": string;
735
+ text: string;
736
+ }[];
737
+ license: string;
738
+ } | {
739
+ "@context": string;
740
+ "@type": string;
741
+ name: string;
742
+ description: string;
743
+ author: {
744
+ "@type": string;
745
+ name: string;
746
+ };
747
+ recipeYield: string;
748
+ prepTime: string;
749
+ cookTime: string;
750
+ totalTime: string;
751
+ recipeCategory: string;
752
+ recipeCuisine: string;
753
+ recipeIngredient: string[];
754
+ recipeInstructions: {
755
+ "@type": string;
756
+ text: string;
757
+ }[];
758
+ license: string;
759
+ image?: undefined;
760
+ } | {
761
+ "@context": string;
762
+ "@type": string;
763
+ name: string;
764
+ description: string;
765
+ author: {
766
+ "@type": string;
767
+ name: string;
768
+ };
769
+ recipeYield: string;
770
+ prepTime: string;
771
+ cookTime: string;
772
+ totalTime: string;
773
+ recipeCategory: string;
774
+ recipeCuisine: string;
775
+ recipeIngredient: string[];
776
+ recipeInstructions: {
777
+ "@type": string;
778
+ text: string;
779
+ }[];
780
+ image?: undefined;
781
+ license?: undefined;
782
+ } | {
783
+ '@type': string;
784
+ name: string;
785
+ };
786
+ export declare const minimalResume: {
787
+ items: {
788
+ type: string[];
789
+ properties: {
790
+ name: string[];
791
+ summary: string[];
792
+ contact: {
793
+ value: string;
794
+ type: string[];
795
+ properties: {
796
+ name: string[];
797
+ photo: string[];
798
+ url: string[];
799
+ email: string[];
800
+ tel: string[];
801
+ adr: {
802
+ type: string[];
803
+ properties: {
804
+ "street-address": string[];
805
+ locality: string[];
806
+ region: string[];
807
+ "postal-code": string[];
808
+ "country-name": string[];
809
+ };
810
+ }[];
811
+ };
812
+ }[];
813
+ education: {
814
+ type: string[];
815
+ properties: {
816
+ name: string[];
817
+ summary: never[];
818
+ start: never[];
819
+ end: string[];
820
+ location: {
821
+ type: string[];
822
+ properties: {
823
+ org: string[];
824
+ url: never[];
825
+ tel: string[];
826
+ "street-address": string[];
827
+ locality: string[];
828
+ region: string[];
829
+ "postal-code": string[];
830
+ "country-name": string[];
831
+ };
832
+ }[];
833
+ };
834
+ }[];
835
+ training: ({
836
+ type: string[];
837
+ properties: {
838
+ name: never[];
839
+ summary: never[];
840
+ start: string[];
841
+ end: string[];
842
+ location: {
843
+ type: string[];
844
+ properties: {
845
+ org: string[];
846
+ url: never[];
847
+ tel: string[];
848
+ "street-address": string[];
849
+ locality: string[];
850
+ region: string[];
851
+ "postal-code": string[];
852
+ "country-name": string[];
853
+ };
854
+ }[];
855
+ };
856
+ } | {
857
+ type: string[];
858
+ properties: {
859
+ name: never[];
860
+ summary: never[];
861
+ start: string[];
862
+ end: string[];
863
+ location: {
864
+ type: string[];
865
+ properties: {
866
+ org: string[];
867
+ url: string[];
868
+ tel: never[];
869
+ "street-address": string[];
870
+ locality: string[];
871
+ region: string[];
872
+ "postal-code": never[];
873
+ "country-name": string[];
874
+ };
875
+ }[];
876
+ };
877
+ })[];
878
+ qualifications: {
879
+ "Digital Marketing": string[];
880
+ "User Interface / User Experience": string[];
881
+ "Project Management & SDLC": string[];
882
+ "Leadership & People Management": string[];
883
+ };
884
+ experience: ({
885
+ type: string[];
886
+ properties: {
887
+ name: never[];
888
+ start: string[];
889
+ end: string[];
890
+ summary: never[];
891
+ description: never[];
892
+ location: {
893
+ type: string[];
894
+ properties: {
895
+ "job-title": string[];
896
+ org: string[];
897
+ url: never[];
898
+ email: never[];
899
+ tel: string[];
900
+ "street-address": string[];
901
+ locality: string[];
902
+ region: string[];
903
+ "postal-code": string[];
904
+ "country-name": string[];
905
+ };
906
+ }[];
907
+ projects: {
908
+ type: string[];
909
+ properties: {
910
+ name: string[];
911
+ url: string[];
912
+ photo: string[];
913
+ note: never[];
914
+ };
915
+ }[];
916
+ };
917
+ } | {
918
+ type: string[];
919
+ properties: {
920
+ name: never[];
921
+ start: string[];
922
+ end: string[];
923
+ summary: never[];
924
+ description: never[];
925
+ location: {
926
+ type: string[];
927
+ properties: {
928
+ "job-title": string[];
929
+ org: string[];
930
+ url: never[];
931
+ email: never[];
932
+ tel: string[];
933
+ "street-address": string[];
934
+ locality: string[];
935
+ region: string[];
936
+ "postal-code": string[];
937
+ "country-name": string[];
938
+ };
939
+ }[];
940
+ projects?: undefined;
941
+ };
942
+ })[];
943
+ volunteer: {
944
+ type: string[];
945
+ properties: {
946
+ name: never[];
947
+ start: string[];
948
+ end: string[];
949
+ summary: string[];
950
+ description: string[];
951
+ location: {
952
+ type: string[];
953
+ properties: {
954
+ "job-title": string[];
955
+ org: string[];
956
+ url: never[];
957
+ email: never[];
958
+ tel: string[];
959
+ "street-address": string[];
960
+ locality: string[];
961
+ region: string[];
962
+ "postal-code": string[];
963
+ "country-name": string[];
964
+ };
965
+ }[];
966
+ };
967
+ }[];
968
+ awards: {
969
+ type: string[];
970
+ properties: {
971
+ name: never[];
972
+ start: never[];
973
+ end: string[];
974
+ summary: never[];
975
+ description: string[];
976
+ location: {
977
+ type: string[];
978
+ properties: {
979
+ "job-title": string[];
980
+ org: string[];
981
+ url: string[];
982
+ email: never[];
983
+ tel: string[];
984
+ "street-address": string[];
985
+ locality: string[];
986
+ region: string[];
987
+ "postal-code": string[];
988
+ "country-name": string[];
989
+ };
990
+ }[];
991
+ };
992
+ }[];
993
+ publications: never[];
994
+ certifications: {
995
+ type: string[];
996
+ properties: {
997
+ name: never[];
998
+ start: string[];
999
+ end: never[];
1000
+ summary: never[];
1001
+ description: never[];
1002
+ location: {
1003
+ type: string[];
1004
+ properties: {
1005
+ "job-title": string[];
1006
+ org: string[];
1007
+ url: string[];
1008
+ email: string[];
1009
+ tel: string[];
1010
+ "street-address": string[];
1011
+ locality: string[];
1012
+ region: string[];
1013
+ "postal-code": string[];
1014
+ "country-name": string[];
1015
+ };
1016
+ }[];
1017
+ };
1018
+ }[];
1019
+ skills: {
1020
+ "Front End": string;
1021
+ "Back End": string;
1022
+ Servers: string;
1023
+ DB: string;
1024
+ Search: string;
1025
+ "Continuous Integration": string;
1026
+ Testing: string;
1027
+ "Source Code": string;
1028
+ CMS: string;
1029
+ CDN: string;
1030
+ Marketing: string;
1031
+ Monitoring: string;
1032
+ Analytics: string;
1033
+ Design: string;
1034
+ }[];
1035
+ languages: never[];
1036
+ affiliation: string[];
1037
+ interests: string[];
1038
+ references: {
1039
+ type: string[];
1040
+ properties: {
1041
+ name: string[];
1042
+ org: never[];
1043
+ "job-title": never[];
1044
+ url: never[];
1045
+ email: string[];
1046
+ tel: string[];
1047
+ "street-address": never[];
1048
+ locality: never[];
1049
+ region: never[];
1050
+ "postal-code": never[];
1051
+ "country-name": never[];
1052
+ };
1053
+ }[];
1054
+ };
1055
+ }[];
1056
+ };
1057
+ declare const _default: {
1058
+ visualdesign: {
1059
+ "primary-color": {
1060
+ value: string;
1061
+ type: string;
1062
+ group: string;
1063
+ label: string;
1064
+ };
1065
+ "secondary-color": {
1066
+ value: string;
1067
+ type: string;
1068
+ group: string;
1069
+ label: string;
1070
+ };
1071
+ "accent1-color": {
1072
+ value: string;
1073
+ type: string;
1074
+ group: string;
1075
+ label: string;
1076
+ };
1077
+ "accent2-color": {
1078
+ value: string;
1079
+ type: string;
1080
+ group: string;
1081
+ label: string;
1082
+ };
1083
+ "bg-color": {
1084
+ value: string;
1085
+ type: string;
1086
+ group: string;
1087
+ label: string;
1088
+ };
1089
+ "text-color": {
1090
+ value: string;
1091
+ type: string;
1092
+ group: string;
1093
+ label: string;
1094
+ };
1095
+ "header-font": {
1096
+ value: string;
1097
+ type: string;
1098
+ group: string;
1099
+ label: string;
1100
+ };
1101
+ "body-font": {
1102
+ value: string;
1103
+ type: string;
1104
+ group: string;
1105
+ label: string;
1106
+ };
1107
+ "font-size1-min": {
1108
+ value: string;
1109
+ type: string;
1110
+ group: string;
1111
+ label: string;
1112
+ };
1113
+ "font-size1-max": {
1114
+ value: string;
1115
+ type: string;
1116
+ group: string;
1117
+ label: string;
1118
+ };
1119
+ "font-size2-min": {
1120
+ value: string;
1121
+ type: string;
1122
+ group: string;
1123
+ label: string;
1124
+ };
1125
+ "font-size2-max": {
1126
+ value: string;
1127
+ type: string;
1128
+ group: string;
1129
+ label: string;
1130
+ };
1131
+ "font-size3-min": {
1132
+ value: string;
1133
+ type: string;
1134
+ group: string;
1135
+ label: string;
1136
+ };
1137
+ "font-size3-max": {
1138
+ value: string;
1139
+ type: string;
1140
+ group: string;
1141
+ label: string;
1142
+ };
1143
+ "font-size4-min": {
1144
+ value: string;
1145
+ type: string;
1146
+ group: string;
1147
+ label: string;
1148
+ };
1149
+ "font-size4-max": {
1150
+ value: string;
1151
+ type: string;
1152
+ group: string;
1153
+ label: string;
1154
+ };
1155
+ "font-size5-min": {
1156
+ value: string;
1157
+ type: string;
1158
+ group: string;
1159
+ label: string;
1160
+ };
1161
+ "font-size5-max": {
1162
+ value: string;
1163
+ type: string;
1164
+ group: string;
1165
+ label: string;
1166
+ };
1167
+ "font-size6-min": {
1168
+ value: string;
1169
+ type: string;
1170
+ group: string;
1171
+ label: string;
1172
+ };
1173
+ "font-size6-max": {
1174
+ value: string;
1175
+ type: string;
1176
+ group: string;
1177
+ label: string;
1178
+ };
1179
+ "font-min-screen": {
1180
+ value: string;
1181
+ type: string;
1182
+ group: string;
1183
+ label: string;
1184
+ };
1185
+ "font-max-screen": {
1186
+ value: string;
1187
+ type: string;
1188
+ group: string;
1189
+ label: string;
1190
+ };
1191
+ };
1192
+ siteInfo: {
1193
+ name: string;
1194
+ author: string;
1195
+ description: string;
1196
+ keywords: string;
1197
+ url: string;
1198
+ email: string;
1199
+ favicon: string;
1200
+ favicon_sizes: string;
1201
+ favicon_type: string;
1202
+ theme_color: string;
1203
+ background_color: string;
1204
+ default_locale: string;
1205
+ display: string;
1206
+ image: string;
1207
+ image_height: string;
1208
+ image_width: string;
1209
+ telephone: string;
1210
+ address: {
1211
+ streetAddress: string;
1212
+ addressLocality: string;
1213
+ addressRegion: string;
1214
+ postalCode: string;
1215
+ addressCountry: string;
1216
+ };
1217
+ priceRange: string;
1218
+ sameAs: string[];
1219
+ };
1220
+ siteInfoFull: {
1221
+ name: string;
1222
+ author: string;
1223
+ description: string;
1224
+ keywords: string;
1225
+ url: string;
1226
+ email: string;
1227
+ favicon: string;
1228
+ favicon_sizes: string;
1229
+ favicon_type: string;
1230
+ theme_color: string;
1231
+ background_color: string;
1232
+ default_locale: string;
1233
+ display: string;
1234
+ image: string;
1235
+ image_height: string;
1236
+ image_width: string;
1237
+ telephone: string;
1238
+ address: {
1239
+ streetAddress: string;
1240
+ addressLocality: string;
1241
+ addressRegion: string;
1242
+ postalCode: string;
1243
+ addressCountry: string;
1244
+ };
1245
+ priceRange: string;
1246
+ sameAs: string[];
1247
+ };
1248
+ emptySiteInfo: {
1249
+ name: string;
1250
+ author: string;
1251
+ description: string;
1252
+ url: string;
1253
+ email: string;
1254
+ };
1255
+ routes: ({
1256
+ name: string;
1257
+ path: string;
1258
+ title: string;
1259
+ description: string;
1260
+ keywords: string;
1261
+ routes?: undefined;
1262
+ } | {
1263
+ name: string;
1264
+ routes: {
1265
+ name: string;
1266
+ path: string;
1267
+ title: string;
1268
+ description: string;
1269
+ keywords: string;
1270
+ }[];
1271
+ path?: undefined;
1272
+ title?: undefined;
1273
+ description?: undefined;
1274
+ keywords?: undefined;
1275
+ })[];
1276
+ emptyRoutes: never[];
1277
+ malformedRoutes: {
1278
+ invalidField: string;
1279
+ }[];
1280
+ };
1281
+ export default _default;
1282
+ //# sourceMappingURL=test-data.d.ts.map