@trafilea/afrodita-components 5.0.0-beta.94 → 5.0.0-beta.96

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,737 @@
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: '0.5rem',
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
+ },
495
+ typography: {
496
+ config: {
497
+ weight: {
498
+ heavy: 900,
499
+ bold: 700,
500
+ demi: 600,
501
+ regular: 400,
502
+ },
503
+ },
504
+ variants: {
505
+ hero1: {
506
+ fontSize: 76,
507
+ lineHeight: '92px',
508
+ },
509
+ hero2: {
510
+ fontSize: 72,
511
+ lineHeight: '88px',
512
+ },
513
+ hero3: {
514
+ fontSize: 68,
515
+ lineHeight: '84px',
516
+ },
517
+ display1: {
518
+ fontSize: 60,
519
+ lineHeight: '76px',
520
+ },
521
+ display2: {
522
+ fontSize: 52,
523
+ lineHeight: '68px',
524
+ },
525
+ heading1: {
526
+ fontSize: 42,
527
+ lineHeight: '52px',
528
+ },
529
+ heading2: {
530
+ fontSize: 36,
531
+ lineHeight: '44px',
532
+ },
533
+ heading3: {
534
+ fontSize: 30,
535
+ lineHeight: '38px',
536
+ },
537
+ heading4: {
538
+ fontSize: 24,
539
+ lineHeight: '32px',
540
+ },
541
+ heading5: {
542
+ fontSize: 20,
543
+ lineHeight: '28px',
544
+ },
545
+ heading6: {
546
+ fontSize: 18,
547
+ lineHeight: '28px',
548
+ },
549
+ 'body-regular': {
550
+ fontSize: 16,
551
+ lineHeight: '24px',
552
+ },
553
+ 'body-small': {
554
+ fontSize: 14,
555
+ lineHeight: '22px',
556
+ },
557
+ 'link-regular': {
558
+ fontSize: 16,
559
+ lineHeight: '24px',
560
+ },
561
+ 'link-small': {
562
+ fontSize: 14,
563
+ lineHeight: '22px',
564
+ },
565
+ 'pricing-large': {
566
+ fontSize: 24,
567
+ lineHeight: '32px',
568
+ },
569
+ 'pricing-medium': {
570
+ fontSize: 18,
571
+ lineHeight: '24px',
572
+ },
573
+ 'pricing-regular': {
574
+ fontSize: 16,
575
+ lineHeight: '32px',
576
+ },
577
+ 'pricing-small': {
578
+ fontSize: 14,
579
+ lineHeight: '20px',
580
+ },
581
+ button: {
582
+ textTransform: 'uppercase',
583
+ },
584
+ 'button-large': {
585
+ fontSize: 16,
586
+ lineHeight: '20px',
587
+ },
588
+ 'button-regular': {
589
+ fontSize: 14,
590
+ lineHeight: '18px',
591
+ },
592
+ 'button-small': {
593
+ fontSize: 12,
594
+ lineHeight: '16px',
595
+ },
596
+ 'label-regular': {
597
+ fontSize: 14,
598
+ lineHeight: '18px',
599
+ },
600
+ 'label-small': {
601
+ fontSize: 12,
602
+ lineHeight: '16px',
603
+ },
604
+ 'tag-regular': {
605
+ fontSize: 12,
606
+ lineHeight: '16px',
607
+ },
608
+ 'tag-small': {
609
+ fontSize: 10,
610
+ lineHeight: '14px',
611
+ },
612
+ 'tag-x-small': {
613
+ fontSize: 8,
614
+ lineHeight: '12px',
615
+ },
616
+ },
617
+ },
618
+ fonts: {
619
+ url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/fonts/revel',
620
+ config: [
621
+ {
622
+ family: 'Jost',
623
+ src: 'Jost-Regular.otf',
624
+ weight: 400,
625
+ },
626
+ {
627
+ family: 'Jost',
628
+ src: 'Jost-SemiBold.otf',
629
+ weight: 600,
630
+ },
631
+ {
632
+ family: 'Jost',
633
+ src: 'Jost-Bold.otf',
634
+ weight: 700,
635
+ },
636
+ {
637
+ family: 'Jost',
638
+ src: 'Jost-SemiBold.otf',
639
+ weight: 600,
640
+ stretch: 'condensed',
641
+ },
642
+ {
643
+ family: 'Jost',
644
+ src: 'Jost-SemiBoldItalic.otf',
645
+ weight: 600,
646
+ stretch: 'condensed',
647
+ style: 'italic',
648
+ },
649
+ {
650
+ family: 'Jost',
651
+ src: 'Jost-SemiBoldItalic.otf',
652
+ weight: 600,
653
+ style: 'italic',
654
+ },
655
+ {
656
+ family: 'Jost',
657
+ src: 'Jost-Medium.otf',
658
+ weight: 500,
659
+ stretch: 'condensed',
660
+ },
661
+ {
662
+ family: 'Jost',
663
+ src: 'Jost-MediumItalic.otf',
664
+ weight: 500,
665
+ style: 'italic',
666
+ stretch: 'condensed',
667
+ },
668
+ {
669
+ family: 'Jost',
670
+ src: 'Jost-ExtraLight.otf',
671
+ weight: 200,
672
+ stretch: 'condensed',
673
+ },
674
+ {
675
+ family: 'Jost',
676
+ src: 'Jost-ExtraLightItalic.otf',
677
+ weight: 200,
678
+ style: 'italic',
679
+ stretch: 'condensed',
680
+ },
681
+ {
682
+ family: 'Jost',
683
+ src: 'Jost-ExtraBold.otf',
684
+ weight: 800,
685
+ },
686
+ {
687
+ family: 'Jost',
688
+ src: 'Jost-ExtraBold.otf',
689
+ weight: 800,
690
+ stretch: 'condensed',
691
+ },
692
+ {
693
+ family: 'Jost',
694
+ src: 'Jost-ExtraBoldItalic.otf',
695
+ weight: 800,
696
+ style: 'italic',
697
+ stretch: 'condensed',
698
+ },
699
+ {
700
+ family: 'Jost',
701
+ src: 'Jost-Black.otf',
702
+ weight: 900,
703
+ },
704
+ {
705
+ family: 'Jost',
706
+ src: 'Jost-Black.otf',
707
+ weight: 900,
708
+ stretch: 'condensed',
709
+ },
710
+ {
711
+ family: 'Jost',
712
+ src: 'Jost-BlackItalic.otf',
713
+ weight: 900,
714
+ style: 'italic',
715
+ stretch: 'condensed',
716
+ },
717
+ {
718
+ family: 'Georgia',
719
+ src: 'Georgia-Regular.otf',
720
+ weight: 400,
721
+ },
722
+ {
723
+ family: 'Georgia',
724
+ src: 'Georgia-Bold.otf',
725
+ weight: 700,
726
+ },
727
+ ],
728
+ },
729
+ assets: {
730
+ images: {
731
+ favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revel_favicon.png',
732
+ logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
733
+ },
734
+ },
735
+ };
736
+
737
+ module.exports = revel;