@trafilea/afrodita-components 5.0.0-beta.12 → 5.0.0-beta.121

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,745 @@
1
+ 'use strict';
2
+
3
+ /*! *****************************************************************************
4
+ Copyright (c) Microsoft Corporation.
5
+
6
+ Permission to use, copy, modify, and/or distribute this software for any
7
+ purpose with or without fee is hereby granted.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
+ PERFORMANCE OF THIS SOFTWARE.
16
+ ***************************************************************************** */
17
+
18
+ var __assign = function() {
19
+ __assign = Object.assign || function __assign(t) {
20
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
21
+ s = arguments[i];
22
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
23
+ }
24
+ return t;
25
+ };
26
+ return __assign.apply(this, arguments);
27
+ };
28
+
29
+ var revel = {
30
+ name: 'Revel',
31
+ fontSizes: [10, 12, 14, 16, 18, 20, 24, 30, 36, 42, 52, 60, 68, 72, 76],
32
+ fontWeights: [400, 600, 500, 700, 800],
33
+ lineHeights: [14, 16, 18, 20, 22, 24, 28, 32, 38, 44, 52, 68, 76, 84, 88, 92],
34
+ mediaQueries: {
35
+ mobile: 0,
36
+ desktop: 1200,
37
+ },
38
+ radius: {
39
+ regular: '8px',
40
+ },
41
+ zIndex: {
42
+ modal: 50,
43
+ overlay: 49,
44
+ },
45
+ colors: {
46
+ pallete: {
47
+ primary: {
48
+ color: '#EFD6D2',
49
+ contrast: '--colors-shades-700-color',
50
+ soft: {
51
+ color: '#fcd9d1',
52
+ contrast: '--colors-shades-700-color',
53
+ },
54
+ 20: {
55
+ color: '#FCF7F6',
56
+ contrast: '--colors-shades-700-color',
57
+ soft: {
58
+ color: '#fef7f6',
59
+ contrast: '--colors-shades-700-color',
60
+ },
61
+ },
62
+ 40: {
63
+ color: '#F9EFED',
64
+ contrast: '--colors-shades-700-color',
65
+ soft: {
66
+ color: '#fef0ed',
67
+ contrast: '--colors-shades-700-color',
68
+ },
69
+ },
70
+ 60: {
71
+ color: '#F5E6E4',
72
+ contrast: '--colors-shades-700-color',
73
+ soft: {
74
+ color: '#fde8e3',
75
+ contrast: '--colors-shades-700-color',
76
+ },
77
+ },
78
+ 80: {
79
+ color: '#F2DEDB',
80
+ contrast: '--colors-shades-700-color',
81
+ soft: {
82
+ color: '#fde1da',
83
+ contrast: '--colors-shades-700-color',
84
+ },
85
+ },
86
+ },
87
+ secondary: __assign({
88
+ color: '#292929',
89
+ contrast: '--colors-shades-white-color',
90
+ soft: {
91
+ color: '#bbbbbb',
92
+ contrast: '--colors-shades-700-color',
93
+ },
94
+ }, { 20: {
95
+ color: '#d4d4d4',
96
+ contrast: '--colors-shades-700-color',
97
+ soft: {
98
+ color: '#f1f1f1',
99
+ contrast: '--colors-shades-700-color',
100
+ },
101
+ }, 40: {
102
+ color: '#a9a9a9',
103
+ contrast: '--colors-shades-700-color',
104
+ soft: {
105
+ color: '#e4e4e4',
106
+ contrast: '--colors-shades-700-color',
107
+ },
108
+ }, 60: {
109
+ color: '#7f7f7f',
110
+ contrast: '--colors-shades-white-color',
111
+ soft: {
112
+ color: '#d6d6d6',
113
+ contrast: '--colors-shades-700-color',
114
+ },
115
+ }, 80: {
116
+ color: '#545454',
117
+ contrast: '--colors-shades-white-color',
118
+ soft: {
119
+ color: '#c9c9c9',
120
+ contrast: '--colors-shades-700-color',
121
+ },
122
+ } }),
123
+ wine: {
124
+ color: '#882A2B',
125
+ contrast: '--colors-shades-white-color',
126
+ soft: {
127
+ color: '#DBBFBF',
128
+ contrast: '--colors-text-color',
129
+ },
130
+ },
131
+ creamy: {
132
+ color: '#FFE9D8',
133
+ contrast: '--colors-text-color',
134
+ soft: {
135
+ color: '#FFF6EF',
136
+ contrast: '--colors-text-color',
137
+ },
138
+ },
139
+ ocean: {
140
+ color: '#2B526D',
141
+ contrast: '--colors-shades-white-color',
142
+ soft: {
143
+ color: '#BFCBD3',
144
+ contrast: '--colors-shades-700-color',
145
+ },
146
+ },
147
+ },
148
+ shades: {
149
+ black: { color: '#000', contrast: '--colors-shades-white-color' },
150
+ white: { color: '#fff', contrast: '--colors-shades-700-color' },
151
+ 5: { color: '#fafafa', contrast: '--colors-shades-700-color' },
152
+ 10: { color: '#f7f7f7', contrast: '--colors-shades-700-color' },
153
+ 50: { color: '#efefef', contrast: '--colors-shades-700-color' },
154
+ 100: { color: '#e5e5e5', contrast: '--colors-shades-700-color' },
155
+ 150: { color: '#d1d1d1', contrast: '--colors-shades-700-color' },
156
+ 200: { color: '#bbbbbb', contrast: '--colors-shades-700-color' },
157
+ 250: { color: '#a6a6a6', contrast: '--colors-shades-700-color' },
158
+ 300: { color: '#9e9e9e', contrast: '--colors-shades-700-color' },
159
+ 350: { color: '#949494', contrast: '--colors-shades-white-color' },
160
+ 400: { color: '#808080', contrast: '--colors-shades-white-color' },
161
+ 450: { color: '#767676', contrast: '--colors-shades-white-color' },
162
+ 500: { color: '#5a5a5a', contrast: '--colors-shades-white-color' },
163
+ 550: { color: '#3a3a3a', contrast: '--colors-shades-white-color' },
164
+ 600: { color: '#343434', contrast: '--colors-shades-white-color' },
165
+ 650: { color: '#2d2d2d', contrast: '--colors-shades-white-color' },
166
+ 700: { color: '#292929', contrast: '--colors-shades-white-color' },
167
+ 750: { color: '#232323', contrast: '--colors-shades-white-color' },
168
+ 800: { color: '#202020', contrast: '--colors-shades-white-color' },
169
+ 850: { color: '#1b1b1b', contrast: '--colors-shades-white-color' },
170
+ 900: { color: '#191919', contrast: '--colors-shades-white-color' },
171
+ 950: { color: '#141414', contrast: '--colors-shades-white-color' },
172
+ 990: { color: '#0b0b0b', contrast: '--colors-shades-white-color' },
173
+ },
174
+ semantic: {
175
+ positive: { color: '#2F806A', contrast: '--colors-shades-white-color' },
176
+ urgent: { color: '#C64844', contrast: '--colors-shades-white-color' },
177
+ attention: { color: '#F2D96F', contrast: '--colors-shades-700-color' },
178
+ informative: { color: '#0A609B', contrast: '--colors-shades-700-color' },
179
+ },
180
+ border: {
181
+ color: '',
182
+ disabled: '--colors-shades-200-color',
183
+ highlight: '--colors-shades-700-color',
184
+ },
185
+ background: {
186
+ color: '--colors-shades-white-color',
187
+ disabled: '--colors-shades-50-color',
188
+ },
189
+ text: {
190
+ color: '--colors-shades-700-color',
191
+ disabled: '--colors-shades-250-color',
192
+ },
193
+ },
194
+ component: {
195
+ button: {
196
+ border: 'none',
197
+ borderRadius: '1.5rem',
198
+ fontWeight: 700,
199
+ size: {
200
+ small: {
201
+ fontSize: '1rem',
202
+ padding: '0.75rem 3rem',
203
+ },
204
+ medium: {
205
+ fontSize: '0.875rem',
206
+ padding: '0.5rem 2.5rem',
207
+ },
208
+ large: {
209
+ fontSize: '0.75rem',
210
+ padding: '0.25rem 2rem',
211
+ },
212
+ },
213
+ primary: {
214
+ active: {
215
+ backgroundColor: '--colors-pallete-primary-color',
216
+ color: '--colors-pallete-primary-contrast',
217
+ },
218
+ hover: {
219
+ backgroundColor: '--colors-pallete-primary-soft-color',
220
+ color: '--colors-pallete-primary-soft-contrast',
221
+ },
222
+ },
223
+ secondary: {
224
+ active: {
225
+ backgroundColor: '--colors-pallete-secondary-color',
226
+ color: '--colors-pallete-secondary-contrast',
227
+ },
228
+ hover: {
229
+ backgroundColor: '--colors-pallete-secondary-80-color',
230
+ color: '--colors-pallete-secondary-contrast',
231
+ },
232
+ },
233
+ },
234
+ input: {
235
+ background: '--colors-shades-white-color',
236
+ color: '--colors-shades-700-color',
237
+ placeholderColor: '--colors-shades-250-color',
238
+ borderRadius: '40px',
239
+ fontSize: '1rem',
240
+ fontWeight: 400,
241
+ padding: '0.75rem 1rem',
242
+ lineHeight: '1.5rem',
243
+ border: '0.063rem solid var(--colors-shades-200-color)',
244
+ boxShadow: 'none',
245
+ errorBorder: '0.09375rem solid #d3373c',
246
+ },
247
+ inputPlaceholder: {
248
+ fontSize: '0.875rem',
249
+ padding: '1.125rem 0.9375rem 0 0.9375rem',
250
+ focusBorder: '0.09375rem solid #1990c6',
251
+ },
252
+ inputCustom: {
253
+ button: {
254
+ borderRadius: '0 0.5rem 0.5rem 0',
255
+ },
256
+ input: {
257
+ borderRadius: '0.5rem 1rem 1rem 0.5rem',
258
+ },
259
+ },
260
+ selector: {
261
+ size: {
262
+ small: {
263
+ padding: '0.625rem 1.25rem',
264
+ borderRadius: '0.5rem',
265
+ },
266
+ medium: {
267
+ padding: '0.25rem 1rem',
268
+ borderRadius: '0.375rem',
269
+ },
270
+ },
271
+ default: {
272
+ fontWeight: 600,
273
+ border: '0.063rem solid var(--colors-shades-250-color)',
274
+ background: '--colors-shades-white-color',
275
+ color: '--colors-shades-700-color',
276
+ },
277
+ hover: {
278
+ fontWeight: 600,
279
+ background: '--colors-shades-700-color',
280
+ border: 'none',
281
+ color: '--colors-shades-white-color',
282
+ },
283
+ disabled: {
284
+ border: 'none',
285
+ },
286
+ fontSize: '0.75rem',
287
+ },
288
+ rating: {
289
+ fontWeight: 400,
290
+ size: {
291
+ xsmall: {
292
+ fontSize: '0.625rem',
293
+ lineHeight: '0.625rem',
294
+ },
295
+ small: {
296
+ fontSize: '0.875rem',
297
+ lineHeight: '0.875rem',
298
+ },
299
+ medium: {
300
+ fontSize: '1rem',
301
+ lineHeight: '1rem',
302
+ },
303
+ large: {
304
+ fontSize: '1.125rem',
305
+ lineHeight: '1.125rem',
306
+ },
307
+ },
308
+ },
309
+ stars: {
310
+ element: {
311
+ color: '#E7B8A6',
312
+ xsmall: {
313
+ width: '0.656rem',
314
+ height: '0.656rem',
315
+ marginRight: '0.156rem',
316
+ },
317
+ small: {
318
+ width: '0.875rem',
319
+ height: '0.875rem',
320
+ marginRight: '0.25rem',
321
+ },
322
+ medium: {
323
+ width: '1.375rem',
324
+ height: '1.375rem',
325
+ marginRight: '0.375rem',
326
+ },
327
+ large: {
328
+ width: '2.375rem',
329
+ height: '2.375rem',
330
+ marginRight: '0.375rem',
331
+ },
332
+ },
333
+ },
334
+ card: {
335
+ borderRadius: '0.5rem',
336
+ },
337
+ radio: {
338
+ borderColor: '--colors-shades-700-color',
339
+ background: '--colors-shades-white-color',
340
+ size: {
341
+ large: {
342
+ borderWidth: '0.094rem',
343
+ margin: '0.5rem',
344
+ height: '2.25rem',
345
+ active: {
346
+ borderWidth: '0.875rem',
347
+ },
348
+ },
349
+ medium: {
350
+ borderWidth: '0.094rem',
351
+ margin: '0.375rem',
352
+ height: '1.375rem',
353
+ active: {
354
+ borderWidth: '0.5rem',
355
+ },
356
+ },
357
+ small: {
358
+ borderWidth: '0.063rem',
359
+ margin: '0.375rem',
360
+ height: '0.875rem',
361
+ active: {
362
+ borderWidth: '0.313rem',
363
+ },
364
+ },
365
+ },
366
+ },
367
+ label: {
368
+ fontSize: {
369
+ small: '0.75rem',
370
+ medium: '0.75rem',
371
+ large: '0.875rem',
372
+ },
373
+ lineHeight: {
374
+ small: '1rem',
375
+ medium: '1rem',
376
+ large: '1.125rem',
377
+ },
378
+ },
379
+ checkbox: {
380
+ background: '--colors-shades-white-color',
381
+ borderColor: '--colors-shades-700-color',
382
+ active: {
383
+ background: '--colors-shades-700-color',
384
+ },
385
+ size: {
386
+ large: {
387
+ width: '1.8rem',
388
+ height: '1.8rem',
389
+ borderRadius: '0.25rem',
390
+ borderWidth: '0.094rem',
391
+ margin: '0.6rem',
392
+ icon: {
393
+ width: '1.1rem',
394
+ height: '0.8rem',
395
+ },
396
+ },
397
+ medium: {
398
+ width: '1.375rem',
399
+ height: '1.375rem',
400
+ borderRadius: '0.25rem',
401
+ borderWidth: '0.094rem',
402
+ margin: '0.438rem',
403
+ icon: {
404
+ width: '0.875rem',
405
+ height: '0.625rem',
406
+ },
407
+ },
408
+ small: {
409
+ width: '0.875rem',
410
+ height: '0.875rem',
411
+ borderRadius: '0.125rem',
412
+ borderWidth: '0.063rem',
413
+ margin: '0.563rem',
414
+ icon: {
415
+ width: '0.5rem',
416
+ height: '0.375rem',
417
+ },
418
+ },
419
+ },
420
+ },
421
+ accordion: {
422
+ variant: {
423
+ box: {
424
+ container: {
425
+ border: '0.063rem solid',
426
+ borderColor: '--colors-shades-100-color',
427
+ borderRadius: '0.25rem',
428
+ padding: '1.25rem 2rem',
429
+ },
430
+ summary: {
431
+ fontWeight: 600,
432
+ fontSize: '20px',
433
+ lineHeight: '28px',
434
+ color: '--colors-shades-700-color',
435
+ },
436
+ details: {
437
+ margin: '10px 0px 0px 0px',
438
+ },
439
+ icon: {
440
+ width: 1.5,
441
+ height: 1.5,
442
+ color: '--colors-shades-700-color',
443
+ },
444
+ },
445
+ simple: {
446
+ container: {
447
+ borderTop: '1px solid',
448
+ borderColor: '--colors-shades-100-color',
449
+ borderBottom: 'none',
450
+ borderRadius: 'none',
451
+ padding: '10px 0px',
452
+ },
453
+ summary: {
454
+ fontWeight: 400,
455
+ fontSize: '20px',
456
+ lineHeight: '28px',
457
+ color: '--colors-shades-700-color',
458
+ },
459
+ details: {
460
+ margin: '10px 0px 0px 0px',
461
+ },
462
+ icon: {
463
+ width: 1,
464
+ height: 1,
465
+ color: '--colors-shades-700-color',
466
+ },
467
+ },
468
+ },
469
+ },
470
+ dropdown: {
471
+ borderRadius: '0.5rem',
472
+ fontSize: '0.875rem',
473
+ fontWeight: 600,
474
+ lineHeight: '1.125rem',
475
+ padding: '0.5rem 0.75rem 0.5rem 1rem',
476
+ color: '--colors-shades-700-color',
477
+ fill: '--colors-shades-700-color',
478
+ options: {
479
+ borderColor: '--colors-shades-700-color',
480
+ color: '--colors-shades-700-color',
481
+ },
482
+ },
483
+ modal: {
484
+ minWidth: '540px',
485
+ },
486
+ packSelector: {
487
+ borderRadius: '8px',
488
+ borderColor: '--colors-shades-100-color',
489
+ highlightColor: '--colors-pallete-creamy-soft-color',
490
+ selectedColor: '--colors-semantic-positive-color',
491
+ selectedContrast: '--colors-semantic-positive-contrast',
492
+ tagColor: '--colors-semantic-attention-color',
493
+ },
494
+ slideNavigation: {
495
+ slideDots: {
496
+ unselectedDotColor: '--colors-pallete-secondary-60-color',
497
+ selectedDotColor: '--colors-shades-700-color',
498
+ dotsOpacity: 0.9,
499
+ },
500
+ },
501
+ },
502
+ typography: {
503
+ config: {
504
+ weight: {
505
+ heavy: 900,
506
+ bold: 700,
507
+ demi: 600,
508
+ regular: 400,
509
+ },
510
+ },
511
+ variants: {
512
+ hero1: {
513
+ fontSize: 76,
514
+ lineHeight: '92px',
515
+ },
516
+ hero2: {
517
+ fontSize: 72,
518
+ lineHeight: '88px',
519
+ },
520
+ hero3: {
521
+ fontSize: 68,
522
+ lineHeight: '84px',
523
+ },
524
+ display1: {
525
+ fontSize: 60,
526
+ lineHeight: '76px',
527
+ },
528
+ display2: {
529
+ fontSize: 52,
530
+ lineHeight: '68px',
531
+ },
532
+ heading1: {
533
+ fontSize: 42,
534
+ lineHeight: '52px',
535
+ },
536
+ heading2: {
537
+ fontSize: 36,
538
+ lineHeight: '44px',
539
+ },
540
+ heading3: {
541
+ fontSize: 30,
542
+ lineHeight: '38px',
543
+ },
544
+ heading4: {
545
+ fontSize: 24,
546
+ lineHeight: '32px',
547
+ },
548
+ heading5: {
549
+ fontSize: 20,
550
+ lineHeight: '28px',
551
+ },
552
+ heading6: {
553
+ fontSize: 18,
554
+ lineHeight: '28px',
555
+ },
556
+ 'body-regular': {
557
+ fontSize: 16,
558
+ lineHeight: '24px',
559
+ },
560
+ 'body-small': {
561
+ fontSize: 14,
562
+ lineHeight: '22px',
563
+ },
564
+ 'link-regular': {
565
+ fontSize: 16,
566
+ lineHeight: '24px',
567
+ },
568
+ 'link-small': {
569
+ fontSize: 14,
570
+ lineHeight: '22px',
571
+ },
572
+ 'pricing-large': {
573
+ fontSize: 24,
574
+ lineHeight: '32px',
575
+ },
576
+ 'pricing-medium': {
577
+ fontSize: 18,
578
+ lineHeight: '24px',
579
+ },
580
+ 'pricing-regular': {
581
+ fontSize: 16,
582
+ lineHeight: '32px',
583
+ },
584
+ 'pricing-small': {
585
+ fontSize: 14,
586
+ lineHeight: '20px',
587
+ },
588
+ button: {
589
+ textTransform: 'uppercase',
590
+ },
591
+ 'button-large': {
592
+ fontSize: 16,
593
+ lineHeight: '20px',
594
+ },
595
+ 'button-regular': {
596
+ fontSize: 14,
597
+ lineHeight: '18px',
598
+ },
599
+ 'button-small': {
600
+ fontSize: 12,
601
+ lineHeight: '16px',
602
+ },
603
+ 'label-regular': {
604
+ fontSize: 14,
605
+ lineHeight: '18px',
606
+ },
607
+ 'label-small': {
608
+ fontSize: 12,
609
+ lineHeight: '16px',
610
+ },
611
+ 'tag-regular': {
612
+ fontSize: 12,
613
+ lineHeight: '16px',
614
+ },
615
+ 'tag-small': {
616
+ fontSize: 10,
617
+ lineHeight: '14px',
618
+ },
619
+ 'tag-x-small': {
620
+ fontSize: 8,
621
+ lineHeight: '12px',
622
+ },
623
+ },
624
+ },
625
+ fonts: {
626
+ url: 'https://fonts.gstatic.com/s/jost/v14',
627
+ config: [
628
+ {
629
+ family: 'Jost',
630
+ src: '92zPtBhPNqw79Ij1E865zBUv7myjJTVBNIg.woff2',
631
+ weight: 400,
632
+ },
633
+ {
634
+ family: 'Jost',
635
+ src: 'Jost-SemiBold.otf',
636
+ weight: 600,
637
+ },
638
+ {
639
+ family: 'Jost',
640
+ src: 'Jost-Bold.otf',
641
+ weight: 700,
642
+ },
643
+ {
644
+ family: 'Jost',
645
+ src: 'Jost-SemiBold.otf',
646
+ weight: 600,
647
+ stretch: 'condensed',
648
+ },
649
+ {
650
+ family: 'Jost',
651
+ src: 'Jost-SemiBoldItalic.otf',
652
+ weight: 600,
653
+ stretch: 'condensed',
654
+ style: 'italic',
655
+ },
656
+ {
657
+ family: 'Jost',
658
+ src: 'Jost-SemiBoldItalic.otf',
659
+ weight: 600,
660
+ style: 'italic',
661
+ },
662
+ {
663
+ family: 'Jost',
664
+ src: 'Jost-Medium.otf',
665
+ weight: 500,
666
+ stretch: 'condensed',
667
+ },
668
+ {
669
+ family: 'Jost',
670
+ src: 'Jost-MediumItalic.otf',
671
+ weight: 500,
672
+ style: 'italic',
673
+ stretch: 'condensed',
674
+ },
675
+ {
676
+ family: 'Jost',
677
+ src: 'Jost-ExtraLight.otf',
678
+ weight: 200,
679
+ stretch: 'condensed',
680
+ },
681
+ {
682
+ family: 'Jost',
683
+ src: 'Jost-ExtraLightItalic.otf',
684
+ weight: 200,
685
+ style: 'italic',
686
+ stretch: 'condensed',
687
+ },
688
+ {
689
+ family: 'Jost',
690
+ src: 'Jost-ExtraBold.otf',
691
+ weight: 800,
692
+ },
693
+ {
694
+ family: 'Jost',
695
+ src: 'Jost-ExtraBold.otf',
696
+ weight: 800,
697
+ stretch: 'condensed',
698
+ },
699
+ {
700
+ family: 'Jost',
701
+ src: 'Jost-ExtraBoldItalic.otf',
702
+ weight: 800,
703
+ style: 'italic',
704
+ stretch: 'condensed',
705
+ },
706
+ {
707
+ family: 'Jost',
708
+ src: 'Jost-Black.otf',
709
+ weight: 900,
710
+ },
711
+ {
712
+ family: 'Jost',
713
+ src: 'Jost-Black.otf',
714
+ weight: 900,
715
+ stretch: 'condensed',
716
+ },
717
+ {
718
+ family: 'Jost',
719
+ src: 'Jost-BlackItalic.otf',
720
+ weight: 900,
721
+ style: 'italic',
722
+ stretch: 'condensed',
723
+ },
724
+ {
725
+ family: 'Georgia',
726
+ src: 'Georgia-Regular.otf',
727
+ weight: 400,
728
+ },
729
+ {
730
+ family: 'Georgia',
731
+ src: 'Georgia-Bold.otf',
732
+ weight: 700,
733
+ },
734
+ ],
735
+ },
736
+ assets: {
737
+ images: {
738
+ favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revel_favicon.png',
739
+ logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
740
+ logoMobile: 'https://cdn11.bigcommerce.com/s-fjtlubkm6t/images/stencil/original/image-manager/mobilelogo.png?t=1667205066&_gl=1*1rjjnv8*_ga*MTM1MjY2Nzk4OS4xNjYzMjQ5ODIy*_ga_WS2VZYPC6G*MTY2NzIwNDk0OS41Ni4xLjE2NjcyMDUwNTguMTQuMC4w',
741
+ },
742
+ },
743
+ };
744
+
745
+ module.exports = revel;