@trafilea/afrodita-components 5.0.0-beta.13 → 5.0.0-beta.131
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.
- package/build/index.css +3 -1
- package/build/index.d.ts +752 -69
- package/build/index.esm.css +3 -1
- package/build/index.esm.js +7061 -4199
- package/build/index.esm.js.map +1 -1
- package/build/index.js +7075 -4199
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +437 -0
- package/build/theme/revel.theme.js +752 -0
- package/build/theme/shapermint.theme.d.ts +21 -0
- package/build/theme/shapermint.theme.js +29 -1
- package/build/theme/truekind.theme.d.ts +21 -0
- package/build/theme/truekind.theme.js +20 -0
- package/package.json +3 -1
|
@@ -0,0 +1,752 @@
|
|
|
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: '0.75rem',
|
|
202
|
+
padding: '0.25rem 2rem',
|
|
203
|
+
},
|
|
204
|
+
medium: {
|
|
205
|
+
fontSize: '0.875rem',
|
|
206
|
+
padding: '0.5rem 2.5rem',
|
|
207
|
+
},
|
|
208
|
+
large: {
|
|
209
|
+
fontSize: '1rem',
|
|
210
|
+
padding: '0.75rem 3rem',
|
|
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: '2.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.3rem 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
|
+
noStock: {
|
|
284
|
+
fontWeight: 600,
|
|
285
|
+
background: 'transparent',
|
|
286
|
+
border: '1px solid #3a3a3a4d',
|
|
287
|
+
color: '#3a3a3a4d',
|
|
288
|
+
},
|
|
289
|
+
disabled: {
|
|
290
|
+
border: 'none',
|
|
291
|
+
},
|
|
292
|
+
fontSize: '0.75rem',
|
|
293
|
+
},
|
|
294
|
+
rating: {
|
|
295
|
+
fontWeight: 400,
|
|
296
|
+
size: {
|
|
297
|
+
xsmall: {
|
|
298
|
+
fontSize: '0.625rem',
|
|
299
|
+
lineHeight: '0.625rem',
|
|
300
|
+
},
|
|
301
|
+
small: {
|
|
302
|
+
fontSize: '0.875rem',
|
|
303
|
+
lineHeight: '0.875rem',
|
|
304
|
+
},
|
|
305
|
+
medium: {
|
|
306
|
+
fontSize: '1rem',
|
|
307
|
+
lineHeight: '1rem',
|
|
308
|
+
},
|
|
309
|
+
large: {
|
|
310
|
+
fontSize: '1.125rem',
|
|
311
|
+
lineHeight: '1.125rem',
|
|
312
|
+
},
|
|
313
|
+
},
|
|
314
|
+
},
|
|
315
|
+
stars: {
|
|
316
|
+
element: {
|
|
317
|
+
color: '#E7B8A6',
|
|
318
|
+
xsmall: {
|
|
319
|
+
width: '0.656rem',
|
|
320
|
+
height: '0.656rem',
|
|
321
|
+
marginRight: '0.156rem',
|
|
322
|
+
},
|
|
323
|
+
small: {
|
|
324
|
+
width: '0.875rem',
|
|
325
|
+
height: '0.875rem',
|
|
326
|
+
marginRight: '0.25rem',
|
|
327
|
+
},
|
|
328
|
+
medium: {
|
|
329
|
+
width: '1.375rem',
|
|
330
|
+
height: '1.375rem',
|
|
331
|
+
marginRight: '0.375rem',
|
|
332
|
+
},
|
|
333
|
+
large: {
|
|
334
|
+
width: '2.375rem',
|
|
335
|
+
height: '2.375rem',
|
|
336
|
+
marginRight: '0.375rem',
|
|
337
|
+
},
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
card: {
|
|
341
|
+
borderRadius: '1.25rem',
|
|
342
|
+
},
|
|
343
|
+
radio: {
|
|
344
|
+
borderColor: '--colors-shades-700-color',
|
|
345
|
+
background: '--colors-shades-white-color',
|
|
346
|
+
size: {
|
|
347
|
+
large: {
|
|
348
|
+
borderWidth: '0.094rem',
|
|
349
|
+
margin: '0.5rem',
|
|
350
|
+
height: '2.25rem',
|
|
351
|
+
active: {
|
|
352
|
+
borderWidth: '0.875rem',
|
|
353
|
+
},
|
|
354
|
+
},
|
|
355
|
+
medium: {
|
|
356
|
+
borderWidth: '0.094rem',
|
|
357
|
+
margin: '0.375rem',
|
|
358
|
+
height: '1.375rem',
|
|
359
|
+
active: {
|
|
360
|
+
borderWidth: '0.5rem',
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
small: {
|
|
364
|
+
borderWidth: '0.063rem',
|
|
365
|
+
margin: '0.375rem',
|
|
366
|
+
height: '0.875rem',
|
|
367
|
+
active: {
|
|
368
|
+
borderWidth: '0.313rem',
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
},
|
|
372
|
+
},
|
|
373
|
+
label: {
|
|
374
|
+
fontSize: {
|
|
375
|
+
small: '0.75rem',
|
|
376
|
+
medium: '0.75rem',
|
|
377
|
+
large: '0.875rem',
|
|
378
|
+
},
|
|
379
|
+
lineHeight: {
|
|
380
|
+
small: '1rem',
|
|
381
|
+
medium: '1rem',
|
|
382
|
+
large: '1.125rem',
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
checkbox: {
|
|
386
|
+
background: '--colors-shades-white-color',
|
|
387
|
+
borderColor: '--colors-shades-700-color',
|
|
388
|
+
active: {
|
|
389
|
+
background: '--colors-shades-700-color',
|
|
390
|
+
},
|
|
391
|
+
size: {
|
|
392
|
+
large: {
|
|
393
|
+
width: '1.8rem',
|
|
394
|
+
height: '1.8rem',
|
|
395
|
+
borderRadius: '0.25rem',
|
|
396
|
+
borderWidth: '0.094rem',
|
|
397
|
+
margin: '0.6rem',
|
|
398
|
+
icon: {
|
|
399
|
+
width: '1.1rem',
|
|
400
|
+
height: '0.8rem',
|
|
401
|
+
},
|
|
402
|
+
},
|
|
403
|
+
medium: {
|
|
404
|
+
width: '1.375rem',
|
|
405
|
+
height: '1.375rem',
|
|
406
|
+
borderRadius: '0.25rem',
|
|
407
|
+
borderWidth: '0.094rem',
|
|
408
|
+
margin: '0.438rem',
|
|
409
|
+
icon: {
|
|
410
|
+
width: '0.875rem',
|
|
411
|
+
height: '0.625rem',
|
|
412
|
+
},
|
|
413
|
+
},
|
|
414
|
+
small: {
|
|
415
|
+
width: '0.875rem',
|
|
416
|
+
height: '0.875rem',
|
|
417
|
+
borderRadius: '0.125rem',
|
|
418
|
+
borderWidth: '0.063rem',
|
|
419
|
+
margin: '0.563rem',
|
|
420
|
+
icon: {
|
|
421
|
+
width: '0.5rem',
|
|
422
|
+
height: '0.375rem',
|
|
423
|
+
},
|
|
424
|
+
},
|
|
425
|
+
},
|
|
426
|
+
},
|
|
427
|
+
accordion: {
|
|
428
|
+
variant: {
|
|
429
|
+
box: {
|
|
430
|
+
container: {
|
|
431
|
+
border: '0.063rem solid',
|
|
432
|
+
borderColor: '--colors-shades-100-color',
|
|
433
|
+
borderRadius: '0.25rem',
|
|
434
|
+
padding: '1.25rem 2rem',
|
|
435
|
+
},
|
|
436
|
+
summary: {
|
|
437
|
+
fontWeight: 600,
|
|
438
|
+
fontSize: '20px',
|
|
439
|
+
lineHeight: '28px',
|
|
440
|
+
color: '--colors-shades-700-color',
|
|
441
|
+
},
|
|
442
|
+
details: {
|
|
443
|
+
margin: '10px 0px 0px 0px',
|
|
444
|
+
},
|
|
445
|
+
icon: {
|
|
446
|
+
width: 1.5,
|
|
447
|
+
height: 1.5,
|
|
448
|
+
color: '--colors-shades-700-color',
|
|
449
|
+
},
|
|
450
|
+
},
|
|
451
|
+
simple: {
|
|
452
|
+
container: {
|
|
453
|
+
borderTop: '1px solid',
|
|
454
|
+
borderColor: '--colors-shades-100-color',
|
|
455
|
+
borderBottom: 'none',
|
|
456
|
+
borderRadius: 'none',
|
|
457
|
+
padding: '10px 0px',
|
|
458
|
+
},
|
|
459
|
+
summary: {
|
|
460
|
+
fontWeight: 400,
|
|
461
|
+
fontSize: '20px',
|
|
462
|
+
lineHeight: '28px',
|
|
463
|
+
color: '--colors-shades-700-color',
|
|
464
|
+
},
|
|
465
|
+
details: {
|
|
466
|
+
margin: '10px 0px 0px 0px',
|
|
467
|
+
},
|
|
468
|
+
icon: {
|
|
469
|
+
width: 1,
|
|
470
|
+
height: 1,
|
|
471
|
+
color: '--colors-shades-700-color',
|
|
472
|
+
},
|
|
473
|
+
},
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
dropdown: {
|
|
477
|
+
borderRadius: '2.5rem',
|
|
478
|
+
fontSize: '0.875rem',
|
|
479
|
+
fontWeight: 600,
|
|
480
|
+
lineHeight: '1.125rem',
|
|
481
|
+
padding: '0.5rem 0.75rem 0.5rem 1rem',
|
|
482
|
+
color: '--colors-shades-700-color',
|
|
483
|
+
fill: '--colors-shades-700-color',
|
|
484
|
+
options: {
|
|
485
|
+
borderColor: '--colors-shades-700-color',
|
|
486
|
+
color: '--colors-shades-700-color',
|
|
487
|
+
borderRadius: '0.5rem',
|
|
488
|
+
},
|
|
489
|
+
},
|
|
490
|
+
modal: {
|
|
491
|
+
minWidth: '540px',
|
|
492
|
+
},
|
|
493
|
+
packSelector: {
|
|
494
|
+
borderRadius: '8px',
|
|
495
|
+
borderColor: '--colors-shades-100-color',
|
|
496
|
+
highlightColor: '--colors-pallete-creamy-soft-color',
|
|
497
|
+
selectedColor: '--colors-semantic-positive-color',
|
|
498
|
+
selectedContrast: '--colors-semantic-positive-contrast',
|
|
499
|
+
tagColor: '--colors-semantic-attention-color',
|
|
500
|
+
},
|
|
501
|
+
slideNavigation: {
|
|
502
|
+
slideDots: {
|
|
503
|
+
unselectedDotColor: 'transparent',
|
|
504
|
+
selectedDotColor: '--colors-shades-700-color',
|
|
505
|
+
dotsOpacity: 0.9,
|
|
506
|
+
},
|
|
507
|
+
},
|
|
508
|
+
},
|
|
509
|
+
typography: {
|
|
510
|
+
config: {
|
|
511
|
+
weight: {
|
|
512
|
+
heavy: 900,
|
|
513
|
+
bold: 700,
|
|
514
|
+
demi: 600,
|
|
515
|
+
regular: 400,
|
|
516
|
+
},
|
|
517
|
+
},
|
|
518
|
+
variants: {
|
|
519
|
+
hero1: {
|
|
520
|
+
fontSize: 76,
|
|
521
|
+
lineHeight: '92px',
|
|
522
|
+
},
|
|
523
|
+
hero2: {
|
|
524
|
+
fontSize: 72,
|
|
525
|
+
lineHeight: '88px',
|
|
526
|
+
},
|
|
527
|
+
hero3: {
|
|
528
|
+
fontSize: 68,
|
|
529
|
+
lineHeight: '84px',
|
|
530
|
+
},
|
|
531
|
+
display1: {
|
|
532
|
+
fontSize: 60,
|
|
533
|
+
lineHeight: '76px',
|
|
534
|
+
},
|
|
535
|
+
display2: {
|
|
536
|
+
fontSize: 52,
|
|
537
|
+
lineHeight: '68px',
|
|
538
|
+
},
|
|
539
|
+
heading1: {
|
|
540
|
+
fontSize: 42,
|
|
541
|
+
lineHeight: '52px',
|
|
542
|
+
},
|
|
543
|
+
heading2: {
|
|
544
|
+
fontSize: 36,
|
|
545
|
+
lineHeight: '44px',
|
|
546
|
+
},
|
|
547
|
+
heading3: {
|
|
548
|
+
fontSize: 30,
|
|
549
|
+
lineHeight: '38px',
|
|
550
|
+
},
|
|
551
|
+
heading4: {
|
|
552
|
+
fontSize: 24,
|
|
553
|
+
lineHeight: '32px',
|
|
554
|
+
},
|
|
555
|
+
heading5: {
|
|
556
|
+
fontSize: 20,
|
|
557
|
+
lineHeight: '28px',
|
|
558
|
+
},
|
|
559
|
+
heading6: {
|
|
560
|
+
fontSize: 18,
|
|
561
|
+
lineHeight: '28px',
|
|
562
|
+
},
|
|
563
|
+
'body-regular': {
|
|
564
|
+
fontSize: 16,
|
|
565
|
+
lineHeight: '24px',
|
|
566
|
+
},
|
|
567
|
+
'body-small': {
|
|
568
|
+
fontSize: 14,
|
|
569
|
+
lineHeight: '22px',
|
|
570
|
+
},
|
|
571
|
+
'link-regular': {
|
|
572
|
+
fontSize: 16,
|
|
573
|
+
lineHeight: '24px',
|
|
574
|
+
},
|
|
575
|
+
'link-small': {
|
|
576
|
+
fontSize: 14,
|
|
577
|
+
lineHeight: '22px',
|
|
578
|
+
},
|
|
579
|
+
'pricing-large': {
|
|
580
|
+
fontSize: 24,
|
|
581
|
+
lineHeight: '32px',
|
|
582
|
+
},
|
|
583
|
+
'pricing-medium': {
|
|
584
|
+
fontSize: 18,
|
|
585
|
+
lineHeight: '24px',
|
|
586
|
+
},
|
|
587
|
+
'pricing-regular': {
|
|
588
|
+
fontSize: 16,
|
|
589
|
+
lineHeight: '32px',
|
|
590
|
+
},
|
|
591
|
+
'pricing-small': {
|
|
592
|
+
fontSize: 14,
|
|
593
|
+
lineHeight: '20px',
|
|
594
|
+
},
|
|
595
|
+
button: {
|
|
596
|
+
textTransform: 'uppercase',
|
|
597
|
+
},
|
|
598
|
+
'button-large': {
|
|
599
|
+
fontSize: 16,
|
|
600
|
+
lineHeight: '20px',
|
|
601
|
+
},
|
|
602
|
+
'button-regular': {
|
|
603
|
+
fontSize: 14,
|
|
604
|
+
lineHeight: '18px',
|
|
605
|
+
},
|
|
606
|
+
'button-small': {
|
|
607
|
+
fontSize: 12,
|
|
608
|
+
lineHeight: '16px',
|
|
609
|
+
},
|
|
610
|
+
'label-regular': {
|
|
611
|
+
fontSize: 14,
|
|
612
|
+
lineHeight: '18px',
|
|
613
|
+
},
|
|
614
|
+
'label-small': {
|
|
615
|
+
fontSize: 12,
|
|
616
|
+
lineHeight: '16px',
|
|
617
|
+
},
|
|
618
|
+
'tag-regular': {
|
|
619
|
+
fontSize: 12,
|
|
620
|
+
lineHeight: '16px',
|
|
621
|
+
},
|
|
622
|
+
'tag-small': {
|
|
623
|
+
fontSize: 10,
|
|
624
|
+
lineHeight: '14px',
|
|
625
|
+
},
|
|
626
|
+
'tag-x-small': {
|
|
627
|
+
fontSize: 8,
|
|
628
|
+
lineHeight: '12px',
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
|
+
},
|
|
632
|
+
fonts: {
|
|
633
|
+
url: 'https://fonts.gstatic.com/s/jost/v14',
|
|
634
|
+
config: [
|
|
635
|
+
{
|
|
636
|
+
family: 'Jost',
|
|
637
|
+
src: '92zPtBhPNqw79Ij1E865zBUv7myjJTVBNIg.woff2',
|
|
638
|
+
weight: 400,
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
family: 'Jost',
|
|
642
|
+
src: 'Jost-SemiBold.otf',
|
|
643
|
+
weight: 600,
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
family: 'Jost',
|
|
647
|
+
src: 'Jost-Bold.otf',
|
|
648
|
+
weight: 700,
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
family: 'Jost',
|
|
652
|
+
src: 'Jost-SemiBold.otf',
|
|
653
|
+
weight: 600,
|
|
654
|
+
stretch: 'condensed',
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
family: 'Jost',
|
|
658
|
+
src: 'Jost-SemiBoldItalic.otf',
|
|
659
|
+
weight: 600,
|
|
660
|
+
stretch: 'condensed',
|
|
661
|
+
style: 'italic',
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
family: 'Jost',
|
|
665
|
+
src: 'Jost-SemiBoldItalic.otf',
|
|
666
|
+
weight: 600,
|
|
667
|
+
style: 'italic',
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
family: 'Jost',
|
|
671
|
+
src: 'Jost-Medium.otf',
|
|
672
|
+
weight: 500,
|
|
673
|
+
stretch: 'condensed',
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
family: 'Jost',
|
|
677
|
+
src: 'Jost-MediumItalic.otf',
|
|
678
|
+
weight: 500,
|
|
679
|
+
style: 'italic',
|
|
680
|
+
stretch: 'condensed',
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
family: 'Jost',
|
|
684
|
+
src: 'Jost-ExtraLight.otf',
|
|
685
|
+
weight: 200,
|
|
686
|
+
stretch: 'condensed',
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
family: 'Jost',
|
|
690
|
+
src: 'Jost-ExtraLightItalic.otf',
|
|
691
|
+
weight: 200,
|
|
692
|
+
style: 'italic',
|
|
693
|
+
stretch: 'condensed',
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
family: 'Jost',
|
|
697
|
+
src: 'Jost-ExtraBold.otf',
|
|
698
|
+
weight: 800,
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
family: 'Jost',
|
|
702
|
+
src: 'Jost-ExtraBold.otf',
|
|
703
|
+
weight: 800,
|
|
704
|
+
stretch: 'condensed',
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
family: 'Jost',
|
|
708
|
+
src: 'Jost-ExtraBoldItalic.otf',
|
|
709
|
+
weight: 800,
|
|
710
|
+
style: 'italic',
|
|
711
|
+
stretch: 'condensed',
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
family: 'Jost',
|
|
715
|
+
src: 'Jost-Black.otf',
|
|
716
|
+
weight: 900,
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
family: 'Jost',
|
|
720
|
+
src: 'Jost-Black.otf',
|
|
721
|
+
weight: 900,
|
|
722
|
+
stretch: 'condensed',
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
family: 'Jost',
|
|
726
|
+
src: 'Jost-BlackItalic.otf',
|
|
727
|
+
weight: 900,
|
|
728
|
+
style: 'italic',
|
|
729
|
+
stretch: 'condensed',
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
family: 'Georgia',
|
|
733
|
+
src: 'Georgia-Regular.otf',
|
|
734
|
+
weight: 400,
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
family: 'Georgia',
|
|
738
|
+
src: 'Georgia-Bold.otf',
|
|
739
|
+
weight: 700,
|
|
740
|
+
},
|
|
741
|
+
],
|
|
742
|
+
},
|
|
743
|
+
assets: {
|
|
744
|
+
images: {
|
|
745
|
+
favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revel_favicon.png',
|
|
746
|
+
logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
|
|
747
|
+
logoMobile: 'https://cdn11.bigcommerce.com/s-fjtlubkm6t/images/stencil/original/image-manager/mobilelogo.png?t=1667205066&_gl=1*1rjjnv8*_ga*MTM1MjY2Nzk4OS4xNjYzMjQ5ODIy*_ga_WS2VZYPC6G*MTY2NzIwNDk0OS41Ni4xLjE2NjcyMDUwNTguMTQuMC4w',
|
|
748
|
+
},
|
|
749
|
+
},
|
|
750
|
+
};
|
|
751
|
+
|
|
752
|
+
module.exports = revel;
|