@goodhood-web/nebenan-core 1.0.0-development.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.
Files changed (45) hide show
  1. package/fonts/inter/Inter-Black.woff2 +0 -0
  2. package/fonts/inter/Inter-BlackItalic.woff2 +0 -0
  3. package/fonts/inter/Inter-Bold.woff2 +0 -0
  4. package/fonts/inter/Inter-BoldItalic.woff2 +0 -0
  5. package/fonts/inter/Inter-ExtraBold.woff2 +0 -0
  6. package/fonts/inter/Inter-ExtraBoldItalic.woff +0 -0
  7. package/fonts/inter/Inter-ExtraBoldItalic.woff2 +0 -0
  8. package/fonts/inter/Inter-ExtraLight.woff2 +0 -0
  9. package/fonts/inter/Inter-ExtraLightItalic.woff +0 -0
  10. package/fonts/inter/Inter-ExtraLightItalic.woff2 +0 -0
  11. package/fonts/inter/Inter-Italic.woff2 +0 -0
  12. package/fonts/inter/Inter-Light.woff2 +0 -0
  13. package/fonts/inter/Inter-LightItalic.woff2 +0 -0
  14. package/fonts/inter/Inter-Medium.woff2 +0 -0
  15. package/fonts/inter/Inter-MediumItalic.woff2 +0 -0
  16. package/fonts/inter/Inter-Regular.woff2 +0 -0
  17. package/fonts/inter/Inter-SemiBold.woff2 +0 -0
  18. package/fonts/inter/Inter-SemiBoldItalic.woff2 +0 -0
  19. package/fonts/inter/Inter-Thin.woff2 +0 -0
  20. package/fonts/inter/Inter-ThinItalic.woff2 +0 -0
  21. package/fonts/inter/Inter-italic.var.woff2 +0 -0
  22. package/fonts/inter/Inter-roman.var.woff2 +0 -0
  23. package/fonts/inter/Inter.var.woff2 +0 -0
  24. package/index.d.ts +6 -0
  25. package/index.js +212 -0
  26. package/index.mjs +21504 -0
  27. package/lib/DynamicRenderer/DynamicRenderer.d.ts +9 -0
  28. package/lib/SponsorCardForm/SponsorCardForm.contentful.d.ts +10 -0
  29. package/lib/SponsorCardForm/SponsorCardForm.d.ts +4 -0
  30. package/lib/SponsorCardForm/SponsorCardForm.types.d.ts +66 -0
  31. package/lib/SponsorCardForm/components/AmountPickerBlock/AmountPickerBlock.d.ts +8 -0
  32. package/lib/SponsorCardForm/components/CtaBlock/CtaBlock.d.ts +9 -0
  33. package/lib/SponsorCardForm/components/GuidelinesModal/GuidelinesModal.d.ts +16 -0
  34. package/lib/SponsorCardForm/components/HeadlineBlock/HeadlineBlock.d.ts +9 -0
  35. package/lib/SponsorCardForm/components/HeroBlock/HeroBlock.d.ts +9 -0
  36. package/lib/SponsorCardForm/components/LegalCheckboxBlock/LegalCheckboxBlock.d.ts +16 -0
  37. package/lib/SponsorCardForm/components/PaymentMethodsBlock/PaymentMethodsBlock.d.ts +10 -0
  38. package/lib/SponsorCardForm/components/PriceDescriptionBlock/PriceDescriptionBlock.d.ts +5 -0
  39. package/lib/SponsorCardForm/components/SelectablePillsBlock/SelectablePillsBlock.d.ts +13 -0
  40. package/lib/SponsorCardForm/components/SubmitButtonBlock/SubmitButtonBlock.d.ts +10 -0
  41. package/lib/SponsorCardForm/components/SwitcherToggleBlock/SwitcherToggleBlock.d.ts +11 -0
  42. package/lib/SponsorCardForm/components/index.d.ts +13 -0
  43. package/lib/SponsorCardForm/storybook_data.d.ts +607 -0
  44. package/package.json +17 -0
  45. package/style.css +1 -0
@@ -0,0 +1,607 @@
1
+ export declare const blocks: {
2
+ fields: {
3
+ amountPicker: {
4
+ fields: {
5
+ id: string;
6
+ };
7
+ metadata: {
8
+ tags: never[];
9
+ };
10
+ sys: {
11
+ contentType: {
12
+ sys: {
13
+ id: string;
14
+ linkType: string;
15
+ type: string;
16
+ };
17
+ };
18
+ createdAt: string;
19
+ environment: {
20
+ sys: {
21
+ id: string;
22
+ linkType: string;
23
+ type: string;
24
+ };
25
+ };
26
+ id: string;
27
+ locale: string;
28
+ revision: number;
29
+ space: {
30
+ sys: {
31
+ id: string;
32
+ linkType: string;
33
+ type: string;
34
+ };
35
+ };
36
+ type: string;
37
+ updatedAt: string;
38
+ };
39
+ };
40
+ cta: {
41
+ fields: {
42
+ label: string;
43
+ url: string;
44
+ };
45
+ metadata: {
46
+ tags: never[];
47
+ };
48
+ sys: {
49
+ contentType: {
50
+ sys: {
51
+ id: string;
52
+ linkType: string;
53
+ type: string;
54
+ };
55
+ };
56
+ createdAt: string;
57
+ environment: {
58
+ sys: {
59
+ id: string;
60
+ linkType: string;
61
+ type: string;
62
+ };
63
+ };
64
+ id: string;
65
+ locale: string;
66
+ revision: number;
67
+ space: {
68
+ sys: {
69
+ id: string;
70
+ linkType: string;
71
+ type: string;
72
+ };
73
+ };
74
+ type: string;
75
+ updatedAt: string;
76
+ };
77
+ };
78
+ headline: {
79
+ fields: {
80
+ headline: string;
81
+ subheadline: string;
82
+ };
83
+ metadata: {
84
+ tags: never[];
85
+ };
86
+ sys: {
87
+ contentType: {
88
+ sys: {
89
+ id: string;
90
+ linkType: string;
91
+ type: string;
92
+ };
93
+ };
94
+ createdAt: string;
95
+ environment: {
96
+ sys: {
97
+ id: string;
98
+ linkType: string;
99
+ type: string;
100
+ };
101
+ };
102
+ id: string;
103
+ locale: string;
104
+ revision: number;
105
+ space: {
106
+ sys: {
107
+ id: string;
108
+ linkType: string;
109
+ type: string;
110
+ };
111
+ };
112
+ type: string;
113
+ updatedAt: string;
114
+ };
115
+ };
116
+ heroImage: {
117
+ fields: {
118
+ description: string;
119
+ file: {
120
+ contentType: string;
121
+ details: {
122
+ image: {
123
+ height: number;
124
+ width: number;
125
+ };
126
+ size: number;
127
+ };
128
+ fileName: string;
129
+ url: string;
130
+ };
131
+ title: string;
132
+ };
133
+ metadata: {
134
+ tags: never[];
135
+ };
136
+ sys: {
137
+ createdAt: string;
138
+ environment: {
139
+ sys: {
140
+ id: string;
141
+ linkType: string;
142
+ type: string;
143
+ };
144
+ };
145
+ id: string;
146
+ locale: string;
147
+ revision: number;
148
+ space: {
149
+ sys: {
150
+ id: string;
151
+ linkType: string;
152
+ type: string;
153
+ };
154
+ };
155
+ type: string;
156
+ updatedAt: string;
157
+ };
158
+ };
159
+ layout: string[];
160
+ legalCheckbox: {
161
+ fields: {
162
+ errorText: string;
163
+ guidelinesModal: {
164
+ fields: {
165
+ closeModalButtonText: string;
166
+ data: string;
167
+ headline: string;
168
+ text: {
169
+ content: {
170
+ content: {
171
+ data: {};
172
+ marks: never[];
173
+ nodeType: string;
174
+ value: string;
175
+ }[];
176
+ data: {};
177
+ nodeType: string;
178
+ }[];
179
+ data: {};
180
+ nodeType: string;
181
+ };
182
+ title: string;
183
+ version: string;
184
+ };
185
+ metadata: {
186
+ tags: never[];
187
+ };
188
+ sys: {
189
+ contentType: {
190
+ sys: {
191
+ id: string;
192
+ linkType: string;
193
+ type: string;
194
+ };
195
+ };
196
+ createdAt: string;
197
+ environment: {
198
+ sys: {
199
+ id: string;
200
+ linkType: string;
201
+ type: string;
202
+ };
203
+ };
204
+ id: string;
205
+ locale: string;
206
+ revision: number;
207
+ space: {
208
+ sys: {
209
+ id: string;
210
+ linkType: string;
211
+ type: string;
212
+ };
213
+ };
214
+ type: string;
215
+ updatedAt: string;
216
+ };
217
+ };
218
+ label: string;
219
+ legalButtonLabel: string;
220
+ };
221
+ metadata: {
222
+ tags: never[];
223
+ };
224
+ sys: {
225
+ contentType: {
226
+ sys: {
227
+ id: string;
228
+ linkType: string;
229
+ type: string;
230
+ };
231
+ };
232
+ createdAt: string;
233
+ environment: {
234
+ sys: {
235
+ id: string;
236
+ linkType: string;
237
+ type: string;
238
+ };
239
+ };
240
+ id: string;
241
+ locale: string;
242
+ revision: number;
243
+ space: {
244
+ sys: {
245
+ id: string;
246
+ linkType: string;
247
+ type: string;
248
+ };
249
+ };
250
+ type: string;
251
+ updatedAt: string;
252
+ };
253
+ };
254
+ paymentMethods: {
255
+ fields: {
256
+ paymentMethods: {
257
+ fields: {
258
+ description: string;
259
+ file: {
260
+ contentType: string;
261
+ details: {
262
+ image: {
263
+ height: number;
264
+ width: number;
265
+ };
266
+ size: number;
267
+ };
268
+ fileName: string;
269
+ url: string;
270
+ };
271
+ title: string;
272
+ };
273
+ metadata: {
274
+ tags: never[];
275
+ };
276
+ sys: {
277
+ createdAt: string;
278
+ environment: {
279
+ sys: {
280
+ id: string;
281
+ linkType: string;
282
+ type: string;
283
+ };
284
+ };
285
+ id: string;
286
+ locale: string;
287
+ revision: number;
288
+ space: {
289
+ sys: {
290
+ id: string;
291
+ linkType: string;
292
+ type: string;
293
+ };
294
+ };
295
+ type: string;
296
+ updatedAt: string;
297
+ };
298
+ }[];
299
+ };
300
+ metadata: {
301
+ tags: never[];
302
+ };
303
+ sys: {
304
+ contentType: {
305
+ sys: {
306
+ id: string;
307
+ linkType: string;
308
+ type: string;
309
+ };
310
+ };
311
+ createdAt: string;
312
+ environment: {
313
+ sys: {
314
+ id: string;
315
+ linkType: string;
316
+ type: string;
317
+ };
318
+ };
319
+ id: string;
320
+ locale: string;
321
+ revision: number;
322
+ space: {
323
+ sys: {
324
+ id: string;
325
+ linkType: string;
326
+ type: string;
327
+ };
328
+ };
329
+ type: string;
330
+ updatedAt: string;
331
+ };
332
+ };
333
+ priceDescription: {
334
+ fields: {
335
+ label: string;
336
+ };
337
+ metadata: {
338
+ tags: never[];
339
+ };
340
+ sys: {
341
+ contentType: {
342
+ sys: {
343
+ id: string;
344
+ linkType: string;
345
+ type: string;
346
+ };
347
+ };
348
+ createdAt: string;
349
+ environment: {
350
+ sys: {
351
+ id: string;
352
+ linkType: string;
353
+ type: string;
354
+ };
355
+ };
356
+ id: string;
357
+ locale: string;
358
+ revision: number;
359
+ space: {
360
+ sys: {
361
+ id: string;
362
+ linkType: string;
363
+ type: string;
364
+ };
365
+ };
366
+ type: string;
367
+ updatedAt: string;
368
+ };
369
+ };
370
+ submitButton: {
371
+ fields: {
372
+ label: string;
373
+ securityText: string;
374
+ };
375
+ metadata: {
376
+ tags: never[];
377
+ };
378
+ sys: {
379
+ contentType: {
380
+ sys: {
381
+ id: string;
382
+ linkType: string;
383
+ type: string;
384
+ };
385
+ };
386
+ createdAt: string;
387
+ environment: {
388
+ sys: {
389
+ id: string;
390
+ linkType: string;
391
+ type: string;
392
+ };
393
+ };
394
+ id: string;
395
+ locale: string;
396
+ revision: number;
397
+ space: {
398
+ sys: {
399
+ id: string;
400
+ linkType: string;
401
+ type: string;
402
+ };
403
+ };
404
+ type: string;
405
+ updatedAt: string;
406
+ };
407
+ };
408
+ switcherToggle: {
409
+ fields: {
410
+ defaultSelected: boolean;
411
+ errorText: string;
412
+ id: string;
413
+ label: string;
414
+ minValue: string;
415
+ selectablePills: ({
416
+ fields: {
417
+ chargebeeId: string;
418
+ defaultSelected: boolean;
419
+ description: string;
420
+ label: string;
421
+ value: string;
422
+ popular?: undefined;
423
+ };
424
+ metadata: {
425
+ tags: never[];
426
+ };
427
+ sys: {
428
+ contentType: {
429
+ sys: {
430
+ id: string;
431
+ linkType: string;
432
+ type: string;
433
+ };
434
+ };
435
+ createdAt: string;
436
+ environment: {
437
+ sys: {
438
+ id: string;
439
+ linkType: string;
440
+ type: string;
441
+ };
442
+ };
443
+ id: string;
444
+ locale: string;
445
+ revision: number;
446
+ space: {
447
+ sys: {
448
+ id: string;
449
+ linkType: string;
450
+ type: string;
451
+ };
452
+ };
453
+ type: string;
454
+ updatedAt: string;
455
+ };
456
+ } | {
457
+ fields: {
458
+ chargebeeId: string;
459
+ defaultSelected: boolean;
460
+ description: string;
461
+ label: string;
462
+ popular: string;
463
+ value: string;
464
+ };
465
+ metadata: {
466
+ tags: never[];
467
+ };
468
+ sys: {
469
+ contentType: {
470
+ sys: {
471
+ id: string;
472
+ linkType: string;
473
+ type: string;
474
+ };
475
+ };
476
+ createdAt: string;
477
+ environment: {
478
+ sys: {
479
+ id: string;
480
+ linkType: string;
481
+ type: string;
482
+ };
483
+ };
484
+ id: string;
485
+ locale: string;
486
+ revision: number;
487
+ space: {
488
+ sys: {
489
+ id: string;
490
+ linkType: string;
491
+ type: string;
492
+ };
493
+ };
494
+ type: string;
495
+ updatedAt: string;
496
+ };
497
+ } | {
498
+ fields: {
499
+ chargebeeId: string;
500
+ description: string;
501
+ label: string;
502
+ value: string;
503
+ defaultSelected?: undefined;
504
+ popular?: undefined;
505
+ };
506
+ metadata: {
507
+ tags: never[];
508
+ };
509
+ sys: {
510
+ contentType: {
511
+ sys: {
512
+ id: string;
513
+ linkType: string;
514
+ type: string;
515
+ };
516
+ };
517
+ createdAt: string;
518
+ environment: {
519
+ sys: {
520
+ id: string;
521
+ linkType: string;
522
+ type: string;
523
+ };
524
+ };
525
+ id: string;
526
+ locale: string;
527
+ revision: number;
528
+ space: {
529
+ sys: {
530
+ id: string;
531
+ linkType: string;
532
+ type: string;
533
+ };
534
+ };
535
+ type: string;
536
+ updatedAt: string;
537
+ };
538
+ })[];
539
+ };
540
+ metadata: {
541
+ tags: never[];
542
+ };
543
+ sys: {
544
+ contentType: {
545
+ sys: {
546
+ id: string;
547
+ linkType: string;
548
+ type: string;
549
+ };
550
+ };
551
+ createdAt: string;
552
+ environment: {
553
+ sys: {
554
+ id: string;
555
+ linkType: string;
556
+ type: string;
557
+ };
558
+ };
559
+ id: string;
560
+ locale: string;
561
+ revision: number;
562
+ space: {
563
+ sys: {
564
+ id: string;
565
+ linkType: string;
566
+ type: string;
567
+ };
568
+ };
569
+ type: string;
570
+ updatedAt: string;
571
+ };
572
+ }[];
573
+ ttitle: string;
574
+ };
575
+ metadata: {
576
+ tags: never[];
577
+ };
578
+ sys: {
579
+ contentType: {
580
+ sys: {
581
+ id: string;
582
+ linkType: string;
583
+ type: string;
584
+ };
585
+ };
586
+ createdAt: string;
587
+ environment: {
588
+ sys: {
589
+ id: string;
590
+ linkType: string;
591
+ type: string;
592
+ };
593
+ };
594
+ id: string;
595
+ locale: string;
596
+ revision: number;
597
+ space: {
598
+ sys: {
599
+ id: string;
600
+ linkType: string;
601
+ type: string;
602
+ };
603
+ };
604
+ type: string;
605
+ updatedAt: string;
606
+ };
607
+ }[];
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@goodhood-web/nebenan-core",
3
+ "version": "1.0.0-development.1",
4
+ "main": "./index.js",
5
+ "types": "./index.d.ts",
6
+ "publishConfig": {
7
+ "registry": "https://registry.npmjs.org/",
8
+ "access": "public"
9
+ },
10
+ "private": false,
11
+ "exports": {
12
+ ".": {
13
+ "import": "./index.mjs",
14
+ "require": "./index.js"
15
+ }
16
+ }
17
+ }