@thryveai/theme-interfaces 2.8.25 → 2.8.26

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 (67) hide show
  1. package/dist/JSONSchemas/index.d.ts +6072 -0
  2. package/dist/JSONSchemas/index.js +8228 -0
  3. package/dist/index.d.ts +43 -0
  4. package/dist/index.js +45 -0
  5. package/dist/interfaces/admin-images-interfaces.d.ts +11 -0
  6. package/dist/interfaces/admin-images-interfaces.js +2 -0
  7. package/dist/interfaces/admin-settings-interfaces.d.ts +73 -0
  8. package/dist/interfaces/admin-settings-interfaces.js +2 -0
  9. package/dist/interfaces/default-settings.interfaces.d.ts +17 -0
  10. package/dist/interfaces/default-settings.interfaces.js +2 -0
  11. package/dist/interfaces/default-theme.interface.d.ts +804 -0
  12. package/dist/interfaces/default-theme.interface.js +2 -0
  13. package/dist/interfaces/icons.interfaces.d.ts +10 -0
  14. package/dist/interfaces/icons.interfaces.js +2 -0
  15. package/dist/interfaces/retailer-settings.interfaces.d.ts +785 -0
  16. package/dist/interfaces/retailer-settings.interfaces.js +2 -0
  17. package/dist/interfaces/shared-settings-interfaces.d.ts +7 -0
  18. package/dist/interfaces/shared-settings-interfaces.js +2 -0
  19. package/dist/interfaces/shared-settings.interfaces.d.ts +76 -0
  20. package/dist/interfaces/shared-settings.interfaces.js +2 -0
  21. package/dist/interfaces/sts-settings.interfaces.d.ts +6 -0
  22. package/dist/interfaces/sts-settings.interfaces.js +2 -0
  23. package/dist/interfaces/theme.interfaces.d.ts +717 -0
  24. package/dist/interfaces/theme.interfaces.js +2 -0
  25. package/dist/mobile/interfaces/mobile-admin-settings.interfaces.d.ts +8 -0
  26. package/dist/mobile/interfaces/mobile-admin-settings.interfaces.js +2 -0
  27. package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.d.ts +69 -0
  28. package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.js +2 -0
  29. package/dist/mobile/reactnative/MobileDefaultSettings.d.ts +6 -0
  30. package/dist/mobile/reactnative/MobileDefaultSettings.js +28 -0
  31. package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.d.ts +2 -0
  32. package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.js +108 -0
  33. package/dist/storefront/SFUIImagesTemplate.AdminUi.d.ts +2 -0
  34. package/dist/storefront/SFUIImagesTemplate.AdminUi.js +112 -0
  35. package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +16 -0
  36. package/dist/storefront/SFUISettingsTemplate.AdminUi.js +1128 -0
  37. package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.d.ts +4 -0
  38. package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.js +194 -0
  39. package/dist/storefront/SFUIThemesTemplate.AdminUi.d.ts +3 -0
  40. package/dist/storefront/SFUIThemesTemplate.AdminUi.js +113 -0
  41. package/dist/storefront/commonSettingsStorefront.d.ts +3 -0
  42. package/dist/storefront/commonSettingsStorefront.js +445 -0
  43. package/dist/storefront/commonSharedSettings.d.ts +3 -0
  44. package/dist/storefront/commonSharedSettings.js +59 -0
  45. package/dist/storefront/contentEngineComponents.d.ts +26 -0
  46. package/dist/storefront/contentEngineComponents.js +28 -0
  47. package/dist/storefront/defaultIconsStorefront.d.ts +3 -0
  48. package/dist/storefront/defaultIconsStorefront.js +4 -0
  49. package/dist/storefront/defaultImagesStorefront.d.ts +3 -0
  50. package/dist/storefront/defaultImagesStorefront.js +100 -0
  51. package/dist/storefront/defaultSettingsStorefront.d.ts +3 -0
  52. package/dist/storefront/defaultSettingsStorefront.js +445 -0
  53. package/dist/storefront/defaultSharedSettings.d.ts +3 -0
  54. package/dist/storefront/defaultSharedSettings.js +59 -0
  55. package/dist/storefront/defaultThemeStorefront.d.ts +5 -0
  56. package/dist/storefront/defaultThemeStorefront.js +1290 -0
  57. package/dist/storefront/productBadgeAttributes.d.ts +6 -0
  58. package/dist/storefront/productBadgeAttributes.js +45 -0
  59. package/dist/sts/STSImagesTemplate.AdminUi.d.ts +2 -0
  60. package/dist/sts/STSImagesTemplate.AdminUi.js +72 -0
  61. package/dist/sts/STSSettingsTemplate.AdminUi.d.ts +2 -0
  62. package/dist/sts/STSSettingsTemplate.AdminUi.js +30 -0
  63. package/dist/sts/defaultSettingsSts.d.ts +3 -0
  64. package/dist/sts/defaultSettingsSts.js +9 -0
  65. package/dist/theme-templates/index.d.ts +3 -0
  66. package/dist/theme-templates/index.js +8 -0
  67. package/package.json +1 -1
@@ -0,0 +1,1290 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DefaultThemeColors = exports.globalTheme = void 0;
4
+ var DefaultThemeSFUI = function (colors) {
5
+ if (colors === void 0) { colors = exports.DefaultThemeColors; }
6
+ return ({
7
+ colors: {
8
+ brandColors: {
9
+ primary1: colors.primary1,
10
+ primary2: colors.primary2,
11
+ primary3: colors.primary3,
12
+ primary4: colors.primary4,
13
+ primary5: colors.primary5,
14
+ secondary1: colors.secondary1,
15
+ secondary2: colors.secondary2,
16
+ secondary3: colors.secondary3,
17
+ secondary4: colors.secondary4,
18
+ secondary5: colors.secondary5,
19
+ tertiary1: colors.tertiary1,
20
+ tertiary2: colors.tertiary2,
21
+ tertiary3: colors.tertiary3,
22
+ tertiary4: colors.tertiary4,
23
+ tertiary5: colors.tertiary5,
24
+ },
25
+ uiColors: {
26
+ success: colors.success,
27
+ successDark: colors.successDark,
28
+ successLight: colors.successLight,
29
+ warn: colors.warn,
30
+ warnDark: colors.warnDark,
31
+ warnLight: colors.warnLight,
32
+ alert: colors.alert,
33
+ alertDark: colors.alertDark,
34
+ alertLight: colors.alertLight,
35
+ promotion1: colors.promotion1,
36
+ promotion2: colors.promotion2,
37
+ greyscale1: colors.greyscale1,
38
+ greyscale2: colors.greyscale2,
39
+ greyscale3: colors.greyscale3,
40
+ greyscale4: colors.greyscale4,
41
+ greyscale5: colors.greyscale5,
42
+ greyscale6: colors.greyscale6,
43
+ greyscale7: colors.greyscale7,
44
+ },
45
+ },
46
+ header: {
47
+ notifications: {
48
+ counter: {
49
+ backgroundColor: colors.alert,
50
+ },
51
+ text: {
52
+ color: colors.greyscale1,
53
+ hoverColor: colors.greyscale3,
54
+ },
55
+ seeAllNotifications: { color: colors.greyscale4 },
56
+ },
57
+ badge: {
58
+ cart: {
59
+ color: colors.secondary1,
60
+ bgColor: colors.greyscale1,
61
+ },
62
+ cartCurrency: {
63
+ color: colors.secondary1,
64
+ bgColor: colors.greyscale1,
65
+ },
66
+ },
67
+ topMenu: {
68
+ color: colors.greyscale6,
69
+ hoverColor: colors.greyscale6,
70
+ backgroundColor: colors.greyscale2,
71
+ links: {
72
+ static: {
73
+ color: colors.primary1,
74
+ textDecoration: "none",
75
+ },
76
+ hover: {
77
+ color: colors.primary1,
78
+ textDecoration: "underline",
79
+ },
80
+ clicked: {
81
+ color: colors.primary1,
82
+ textDecoration: "underline",
83
+ },
84
+ visited: {
85
+ color: colors.primary1,
86
+ textDecoration: "none",
87
+ },
88
+ },
89
+ },
90
+ mainMenu: {
91
+ color: colors.greyscale6,
92
+ hoverColor: colors.greyscale6,
93
+ backgroundColor: colors.greyscale1,
94
+ links: {
95
+ static: {
96
+ color: colors.primary1,
97
+ textDecoration: "none",
98
+ },
99
+ hover: {
100
+ color: colors.primary1,
101
+ textDecoration: "underline",
102
+ },
103
+ clicked: {
104
+ color: colors.primary1,
105
+ textDecoration: "underline",
106
+ },
107
+ visited: {
108
+ color: colors.primary1,
109
+ textDecoration: "none",
110
+ },
111
+ },
112
+ },
113
+ bottomMenu: {
114
+ color: colors.greyscale6,
115
+ hoverColor: colors.primary1,
116
+ backgroundColor: colors.greyscale1,
117
+ textTransform: "capitalize",
118
+ fontWeight: exports.globalTheme.FontWeight,
119
+ links: {
120
+ static: {
121
+ color: colors.primary1,
122
+ textDecoration: "none",
123
+ },
124
+ hover: {
125
+ color: colors.primary1,
126
+ textDecoration: "underline",
127
+ },
128
+ clicked: {
129
+ color: colors.primary1,
130
+ textDecoration: "underline",
131
+ },
132
+ visited: {
133
+ color: colors.primary1,
134
+ textDecoration: "none",
135
+ },
136
+ },
137
+ subMenu: {
138
+ backgroundColor: colors.greyscale1,
139
+ links: {
140
+ static: {
141
+ color: colors.greyscale5,
142
+ textDecoration: "none",
143
+ backgroundColor: colors.greyscale1,
144
+ },
145
+ hover: {
146
+ color: colors.primary1,
147
+ textDecoration: "underline",
148
+ backgroundColor: colors.greyscale1,
149
+ },
150
+ clicked: {
151
+ color: colors.primary1,
152
+ textDecoration: "underline",
153
+ backgroundColor: colors.greyscale1,
154
+ },
155
+ visited: {
156
+ color: colors.greyscale5,
157
+ textDecoration: "none",
158
+ backgroundColor: colors.greyscale1,
159
+ },
160
+ },
161
+ },
162
+ subMenuCategories: {
163
+ backgroundColor: colors.greyscale1,
164
+ links: {
165
+ static: {
166
+ color: colors.greyscale5,
167
+ backgroundColor: colors.greyscale1,
168
+ arrowColor: colors.greyscale3,
169
+ fontWeight: exports.globalTheme.FontWeight,
170
+ },
171
+ hover: {
172
+ color: colors.greyscale5,
173
+ backgroundColor: colors.greyscale2,
174
+ arrowColor: colors.greyscale4,
175
+ fontWeight: exports.globalTheme.FontWeightBold,
176
+ },
177
+ clicked: {
178
+ color: colors.greyscale5,
179
+ backgroundColor: colors.greyscale2,
180
+ arrowColor: colors.greyscale4,
181
+ fontWeight: exports.globalTheme.FontWeightBold,
182
+ },
183
+ },
184
+ },
185
+ },
186
+ mobileMenu: {
187
+ color: colors.primary1,
188
+ hoverColor: colors.primary1,
189
+ backgroundColor: colors.greyscale1,
190
+ links: {
191
+ static: {
192
+ color: colors.primary1,
193
+ textDecoration: "none",
194
+ },
195
+ hover: {
196
+ color: colors.primary1,
197
+ textDecoration: "underline",
198
+ },
199
+ clicked: {
200
+ color: colors.primary1,
201
+ textDecoration: "underline",
202
+ },
203
+ visited: {
204
+ color: colors.primary1,
205
+ textDecoration: "none",
206
+ },
207
+ },
208
+ },
209
+ search: {
210
+ borderColor: colors.greyscale3,
211
+ borderRadius: "4px",
212
+ clearBtnColor: colors.greyscale4,
213
+ searchButton: {
214
+ desktop: {
215
+ static: { color: colors.primary1, backgroundColor: "transparent" },
216
+ hover: { color: colors.primary1, backgroundColor: colors.greyscale2 },
217
+ clicked: {
218
+ color: colors.greyscale1,
219
+ backgroundColor: colors.primary1,
220
+ },
221
+ },
222
+ tablet: {
223
+ static: { color: colors.primary1 },
224
+ clicked: {
225
+ color: colors.greyscale1,
226
+ },
227
+ },
228
+ mobile: {
229
+ static: { color: colors.primary1 },
230
+ },
231
+ },
232
+ suggestions: {
233
+ links: {
234
+ color: {
235
+ static: "inherit",
236
+ hover: "inherit",
237
+ visited: "inherit",
238
+ },
239
+ },
240
+ },
241
+ multisearchBtn: {
242
+ static: {
243
+ color: colors.greyscale5,
244
+ backgroundColor: colors.primary5,
245
+ },
246
+ hover: {
247
+ color: colors.primary1,
248
+ backgroundColor: colors.primary5,
249
+ },
250
+ },
251
+ },
252
+ storePopover: {
253
+ backgroundColor: colors.primary5,
254
+ activeBackgroundColor: colors.secondary5,
255
+ color: colors.greyscale5,
256
+ activeColor: colors.greyscale5,
257
+ borderColor: "transparent",
258
+ borderRadius: "4px",
259
+ reserveTimeIconPosition: "center",
260
+ },
261
+ accountPopover: {
262
+ backgroundColor: colors.greyscale2,
263
+ borderColor: "transparent",
264
+ borderRadius: "4px",
265
+ color: colors.greyscale5,
266
+ links: {
267
+ color: {
268
+ static: colors.greyscale5,
269
+ hover: "inherit",
270
+ visited: colors.greyscale5,
271
+ },
272
+ },
273
+ },
274
+ headerActionLinks: {
275
+ activeBackgroundColor: colors.greyscale2,
276
+ activeColor: colors.primary1,
277
+ backgroundColor: "none",
278
+ borderRadius: exports.globalTheme.BorderRadius,
279
+ color: colors.greyscale5,
280
+ hoverColor: colors.greyscale5,
281
+ fontFamily: exports.globalTheme.FontFamily,
282
+ fontWeight: exports.globalTheme.FontWeightBold,
283
+ links: {
284
+ static: {
285
+ color: colors.primary1,
286
+ textDecoration: "none",
287
+ },
288
+ hover: {
289
+ color: colors.primary1,
290
+ textDecoration: "underline",
291
+ },
292
+ clicked: {
293
+ color: colors.primary1,
294
+ textDecoration: "underline",
295
+ },
296
+ visited: {
297
+ color: colors.primary1,
298
+ textDecoration: "none",
299
+ },
300
+ },
301
+ },
302
+ headerLinks: {
303
+ color: colors.greyscale5,
304
+ hoverColor: colors.greyscale5,
305
+ backgroundColor: "none",
306
+ activeColor: colors.greyscale5,
307
+ activeBackgroundColor: colors.greyscale2,
308
+ fontWeight: exports.globalTheme.FontWeightBold,
309
+ borderRadius: exports.globalTheme.BorderRadius,
310
+ links: {
311
+ static: {
312
+ color: colors.primary1,
313
+ textDecoration: "none",
314
+ },
315
+ hover: {
316
+ color: colors.primary1,
317
+ textDecoration: "underline",
318
+ },
319
+ clicked: {
320
+ color: colors.primary1,
321
+ textDecoration: "underline",
322
+ },
323
+ visited: {
324
+ color: colors.primary1,
325
+ textDecoration: "none",
326
+ },
327
+ },
328
+ },
329
+ departments: {
330
+ wrapCategoryTitle: false,
331
+ backgroundColor: {
332
+ active: "inherit",
333
+ static: colors.greyscale2,
334
+ },
335
+ color: {
336
+ static: colors.greyscale5,
337
+ hover: colors.primary1,
338
+ },
339
+ iconColor: {
340
+ static: colors.greyscale3,
341
+ hover: colors.greyscale3,
342
+ },
343
+ },
344
+ },
345
+ body: {
346
+ fontSize: exports.globalTheme.baseFontSize,
347
+ color: exports.globalTheme.bodyFontColor,
348
+ backgroundColor: exports.globalTheme.bodyBackgroundColor,
349
+ },
350
+ footer: {
351
+ mainFooter: {
352
+ color: colors.greyscale6,
353
+ hoverColor: colors.greyscale6,
354
+ backgroundColor: colors.greyscale2,
355
+ links: {
356
+ static: {
357
+ color: colors.primary1,
358
+ textDecoration: "none",
359
+ },
360
+ hover: {
361
+ color: colors.primary1,
362
+ textDecoration: "underline",
363
+ },
364
+ clicked: {
365
+ color: colors.primary1,
366
+ textDecoration: "underline",
367
+ },
368
+ visited: {
369
+ color: colors.primary1,
370
+ textDecoration: "none",
371
+ },
372
+ },
373
+ },
374
+ bottomFooter: {
375
+ color: colors.greyscale1,
376
+ hoverColor: colors.greyscale1,
377
+ backgroundColor: colors.greyscale5,
378
+ links: {
379
+ static: {
380
+ color: colors.primary1,
381
+ textDecoration: "none",
382
+ },
383
+ hover: {
384
+ color: colors.primary1,
385
+ textDecoration: "underline",
386
+ },
387
+ clicked: {
388
+ color: colors.primary1,
389
+ textDecoration: "underline",
390
+ },
391
+ visited: {
392
+ color: colors.primary1,
393
+ textDecoration: "none",
394
+ },
395
+ },
396
+ },
397
+ bottomFooterNavHeaderLink: {
398
+ color: colors.greyscale6,
399
+ hoverColor: colors.greyscale6,
400
+ backgroundColor: "transparent",
401
+ links: {
402
+ static: {
403
+ color: colors.primary1,
404
+ textDecoration: "none",
405
+ },
406
+ hover: {
407
+ color: colors.primary1,
408
+ textDecoration: "underline",
409
+ },
410
+ clicked: {
411
+ color: colors.primary1,
412
+ textDecoration: "underline",
413
+ },
414
+ visited: {
415
+ color: colors.primary1,
416
+ textDecoration: "none",
417
+ },
418
+ },
419
+ },
420
+ mediaIcons: {
421
+ color: colors.greyscale5,
422
+ },
423
+ },
424
+ orderConfirmation: {
425
+ iconColor: colors.greyscale1,
426
+ backgroundColor: colors.successLight,
427
+ },
428
+ minimalHeader: {
429
+ desktop: {
430
+ color: colors.secondary1,
431
+ hoverColor: colors.secondary1,
432
+ backgroundColor: colors.greyscale1,
433
+ iconColor: colors.secondary1,
434
+ links: {
435
+ static: {
436
+ color: colors.primary1,
437
+ textDecoration: "none",
438
+ },
439
+ hover: {
440
+ color: colors.primary1,
441
+ textDecoration: "underline",
442
+ },
443
+ clicked: {
444
+ color: colors.primary1,
445
+ textDecoration: "underline",
446
+ },
447
+ visited: {
448
+ color: colors.primary1,
449
+ textDecoration: "none",
450
+ },
451
+ },
452
+ },
453
+ mobile: {
454
+ color: colors.secondary1,
455
+ hoverColor: colors.secondary1,
456
+ backgroundColor: colors.greyscale1,
457
+ iconColor: colors.secondary1,
458
+ links: {
459
+ static: {
460
+ color: colors.primary1,
461
+ textDecoration: "none",
462
+ },
463
+ hover: {
464
+ color: colors.primary1,
465
+ textDecoration: "underline",
466
+ },
467
+ clicked: {
468
+ color: colors.primary1,
469
+ textDecoration: "underline",
470
+ },
471
+ visited: {
472
+ color: colors.primary1,
473
+ textDecoration: "none",
474
+ },
475
+ },
476
+ },
477
+ },
478
+ subHeaderBoxes: {
479
+ backgroundColor: colors.greyscale2,
480
+ color: colors.greyscale5,
481
+ contentBorder: colors.greyscale2,
482
+ },
483
+ breadcrumb: {
484
+ textTransform: "capitalize",
485
+ backgroundColor: colors.greyscale2,
486
+ color: colors.primary1,
487
+ activeColor: colors.greyscale6,
488
+ backIconColor: colors.greyscale4,
489
+ },
490
+ breadcrumbTitle: {
491
+ textTransform: "capitalize",
492
+ backgroundColor: colors.greyscale2,
493
+ color: colors.primary1,
494
+ activeColor: colors.greyscale6,
495
+ backIconColor: colors.greyscale4,
496
+ },
497
+ payment: {
498
+ selectedCardBackground: colors.primary5,
499
+ selectedCardColor: colors.greyscale5,
500
+ summary: {
501
+ listItemBackground: colors.greyscale2,
502
+ },
503
+ checkoutCards: {
504
+ borderRadius: "4px",
505
+ },
506
+ },
507
+ productPage: {
508
+ detailsBackgroundColor: colors.greyscale2,
509
+ badges: {
510
+ borderRadius: "4px",
511
+ },
512
+ priceReductionColor: colors.alert,
513
+ previouslyPurchased: {
514
+ color: colors.greyscale5,
515
+ bgColor: colors.primary5,
516
+ },
517
+ },
518
+ accountPage: {
519
+ passwordRequirements: {
520
+ backgroundColor: colors.primary5,
521
+ },
522
+ },
523
+ favorites: {
524
+ headerIconStyle: "FavSolid",
525
+ productColors: {
526
+ static: {
527
+ color: colors.greyscale3,
528
+ hoverColor: colors.alert,
529
+ },
530
+ active: {
531
+ color: colors.alert,
532
+ hoverColor: colors.alertDark,
533
+ },
534
+ },
535
+ },
536
+ promoBadges: {
537
+ backgroundColor: {
538
+ promotion: colors.promotion1,
539
+ pointsBasedPromo: colors.promotion2,
540
+ },
541
+ targetedRewardsIcon: colors.primary1,
542
+ fontWeight: exports.globalTheme.FontWeightBold,
543
+ color: {
544
+ promotion: colors.greyscale1,
545
+ pointsBasedPromo: colors.greyscale1,
546
+ },
547
+ },
548
+ loyaltyCard: {
549
+ backgroundColor: colors.primary5,
550
+ borderColor: colors.primary5,
551
+ borderRadius: "16px",
552
+ cardTextColor: colors.greyscale5,
553
+ dimensions: {
554
+ width: 325,
555
+ height: 190,
556
+ },
557
+ input: {
558
+ borderRadius: "4px",
559
+ backgroundColor: colors.greyscale1,
560
+ borderColor: colors.greyscale3,
561
+ idFields: {
562
+ staticBorder: colors.greyscale4,
563
+ hoverBorder: colors.greyscale5,
564
+ activeBorder: colors.primary1,
565
+ errorBorder: colors.alert,
566
+ },
567
+ },
568
+ infoList: {
569
+ color: colors.greyscale4,
570
+ borderColor: colors.greyscale2,
571
+ },
572
+ },
573
+ typography: {
574
+ webFonts: [
575
+ "https://fonts.googleapis.com/css?family=Cabin:400,400i,700,700i&display=swap",
576
+ ],
577
+ embeddedFonts: [],
578
+ weights: {
579
+ normal: exports.globalTheme.FontWeight,
580
+ bold: exports.globalTheme.FontWeightBold,
581
+ },
582
+ text: {
583
+ body: {
584
+ color: colors.greyscale6,
585
+ fontFamily: exports.globalTheme.FontFamily,
586
+ fontSize: "1rem",
587
+ fontWeight: exports.globalTheme.FontWeight,
588
+ capitalization: "none",
589
+ lineHeight: "1.1875rem",
590
+ letterSpacing: "normal",
591
+ },
592
+ fontXS: {
593
+ fontFamily: exports.globalTheme.FontFamily,
594
+ fontSize: "0.75rem",
595
+ fontWeight: exports.globalTheme.FontWeight,
596
+ capitalization: "none",
597
+ lineHeight: "0.9375rem",
598
+ letterSpacing: "normal",
599
+ },
600
+ fontSM: {
601
+ fontFamily: exports.globalTheme.FontFamily,
602
+ fontSize: "0.875rem",
603
+ fontWeight: exports.globalTheme.FontWeightBold,
604
+ capitalization: "none",
605
+ lineHeight: "1rem",
606
+ letterSpacing: "normal",
607
+ },
608
+ fontMD: {
609
+ fontFamily: exports.globalTheme.FontFamily,
610
+ fontSize: "1rem",
611
+ fontWeight: exports.globalTheme.FontWeightBold,
612
+ capitalization: "none",
613
+ lineHeight: "1.1875rem",
614
+ letterSpacing: "normal",
615
+ },
616
+ fontLG: {
617
+ fontFamily: exports.globalTheme.HeadlineFontFamily,
618
+ fontSize: "1.5rem",
619
+ fontWeight: exports.globalTheme.HeadlineFontWeight,
620
+ capitalization: "none",
621
+ lineHeight: "1.8125rem",
622
+ letterSpacing: "normal",
623
+ },
624
+ fontXL: {
625
+ fontFamily: exports.globalTheme.HeadlineFontFamily,
626
+ fontSize: "2rem",
627
+ fontWeight: exports.globalTheme.HeadlineFontWeight,
628
+ capitalization: "none",
629
+ lineHeight: "2.4375rem",
630
+ letterSpacing: "normal",
631
+ },
632
+ },
633
+ links: {
634
+ static: {
635
+ color: colors.primary1,
636
+ textDecoration: "none",
637
+ },
638
+ hover: {
639
+ color: colors.primary1,
640
+ textDecoration: "underline",
641
+ },
642
+ clicked: {
643
+ color: colors.primary1,
644
+ textDecoration: "underline",
645
+ },
646
+ visited: {
647
+ color: colors.primary1,
648
+ textDecoration: "none",
649
+ },
650
+ },
651
+ },
652
+ buttonLinks: { color: colors.primary1 },
653
+ buttons: {
654
+ globalThemeBorderRadius: exports.globalTheme.BorderRadius,
655
+ globalThemeFontWeight: exports.globalTheme.FontWeightBold,
656
+ globalThemeFontFamily: exports.globalTheme.FontFamily,
657
+ iconPosition: "left",
658
+ miniCart: {
659
+ minicartContentPadding: {
660
+ bottom: "",
661
+ left: "",
662
+ right: "",
663
+ top: "",
664
+ icon: "",
665
+ },
666
+ textTransform: "capitalize",
667
+ backgroundColor: "none",
668
+ borderRadius: exports.globalTheme.BorderRadius,
669
+ activeBackgroundColor: colors.secondary1,
670
+ hoverBackgroundColor: colors.secondary5,
671
+ tabletSettings: {
672
+ enabled: false,
673
+ backgroundColor: "",
674
+ backgroundColorHover: "",
675
+ iconColor: "",
676
+ iconColorHover: "",
677
+ showText: false,
678
+ textColor: "",
679
+ textColorHover: "",
680
+ },
681
+ color: colors.secondary1,
682
+ activeColor: colors.greyscale1,
683
+ mobileColor: colors.secondary1,
684
+ iconColor: colors.secondary1,
685
+ activeIconColor: colors.greyscale1,
686
+ mobileIconColor: colors.secondary1,
687
+ tabletIconColor: "none",
688
+ desktopIconSize: "16px",
689
+ mobileIconSize: "24px",
690
+ },
691
+ primary: {
692
+ borderRadius: exports.globalTheme.BorderRadius,
693
+ fontWeight: exports.globalTheme.FontWeightBold,
694
+ textTransform: "none",
695
+ static: {
696
+ bgColor: colors.primary1,
697
+ borderColor: colors.primary1,
698
+ color: colors.greyscale1,
699
+ iconColor: colors.greyscale1,
700
+ },
701
+ hover: {
702
+ bgColor: colors.primary2,
703
+ borderColor: colors.primary2,
704
+ color: colors.greyscale1,
705
+ iconColor: colors.greyscale1,
706
+ },
707
+ clicked: {
708
+ bgColor: colors.primary3,
709
+ borderColor: colors.primary3,
710
+ color: colors.greyscale1,
711
+ iconColor: colors.greyscale1,
712
+ },
713
+ disabled: {
714
+ bgColor: colors.primary4,
715
+ borderColor: colors.primary4,
716
+ color: colors.greyscale1,
717
+ iconColor: colors.greyscale3,
718
+ },
719
+ },
720
+ primaryLight: {
721
+ borderRadius: exports.globalTheme.BorderRadius,
722
+ fontWeight: exports.globalTheme.FontWeightBold,
723
+ textTransform: "none",
724
+ static: {
725
+ bgColor: colors.greyscale1,
726
+ borderColor: colors.greyscale1,
727
+ color: colors.primary1,
728
+ iconColor: colors.primary1,
729
+ },
730
+ hover: {
731
+ bgColor: colors.greyscale1,
732
+ borderColor: colors.greyscale1,
733
+ color: colors.primary2,
734
+ iconColor: colors.primary2,
735
+ },
736
+ clicked: {
737
+ bgColor: colors.greyscale1,
738
+ borderColor: colors.greyscale1,
739
+ color: colors.primary3,
740
+ iconColor: colors.primary3,
741
+ },
742
+ disabled: {
743
+ bgColor: colors.greyscale1,
744
+ borderColor: colors.greyscale1,
745
+ color: colors.greyscale3,
746
+ iconColor: colors.greyscale3,
747
+ },
748
+ },
749
+ secondary: {
750
+ borderRadius: exports.globalTheme.BorderRadius,
751
+ fontWeight: exports.globalTheme.FontWeightBold,
752
+ textTransform: "none",
753
+ static: {
754
+ bgColor: colors.greyscale1,
755
+ borderColor: colors.primary1,
756
+ color: colors.primary1,
757
+ iconColor: colors.primary1,
758
+ },
759
+ hover: {
760
+ bgColor: colors.primary1,
761
+ borderColor: colors.primary1,
762
+ color: colors.greyscale1,
763
+ iconColor: colors.greyscale1,
764
+ },
765
+ clicked: {
766
+ bgColor: colors.primary2,
767
+ borderColor: colors.primary2,
768
+ color: colors.greyscale1,
769
+ iconColor: colors.greyscale1,
770
+ },
771
+ disabled: {
772
+ bgColor: colors.greyscale1,
773
+ borderColor: colors.greyscale3,
774
+ color: colors.greyscale3,
775
+ iconColor: colors.greyscale3,
776
+ },
777
+ },
778
+ secondaryLight: {
779
+ borderRadius: exports.globalTheme.BorderRadius,
780
+ fontWeight: exports.globalTheme.FontWeightBold,
781
+ textTransform: "none",
782
+ static: {
783
+ bgColor: "transparent",
784
+ borderColor: colors.greyscale1,
785
+ color: colors.greyscale1,
786
+ iconColor: colors.greyscale1,
787
+ },
788
+ hover: {
789
+ bgColor: colors.greyscale1,
790
+ borderColor: colors.greyscale1,
791
+ color: colors.primary1,
792
+ iconColor: colors.primary1,
793
+ },
794
+ clicked: {
795
+ bgColor: colors.primary2,
796
+ borderColor: colors.greyscale1,
797
+ color: colors.greyscale1,
798
+ iconColor: colors.greyscale1,
799
+ },
800
+ disabled: {
801
+ bgColor: "transparent",
802
+ borderColor: colors.greyscale3,
803
+ color: colors.greyscale3,
804
+ iconColor: colors.greyscale3,
805
+ },
806
+ },
807
+ tertiary: {
808
+ borderRadius: exports.globalTheme.BorderRadius,
809
+ fontWeight: exports.globalTheme.FontWeightBold,
810
+ textTransform: "none",
811
+ static: {
812
+ bgColor: colors.tertiary1,
813
+ borderColor: colors.tertiary1,
814
+ color: colors.greyscale5,
815
+ iconColor: colors.greyscale5,
816
+ },
817
+ hover: {
818
+ bgColor: colors.tertiary1,
819
+ borderColor: colors.tertiary1,
820
+ color: colors.primary1,
821
+ iconColor: colors.primary1,
822
+ },
823
+ clicked: {
824
+ bgColor: colors.tertiary1,
825
+ borderColor: colors.primary1,
826
+ color: colors.primary1,
827
+ iconColor: colors.primary1,
828
+ },
829
+ disabled: {
830
+ bgColor: colors.greyscale2,
831
+ borderColor: colors.greyscale2,
832
+ color: colors.greyscale3,
833
+ iconColor: colors.greyscale1,
834
+ },
835
+ },
836
+ checkout: {
837
+ borderRadius: exports.globalTheme.BorderRadius,
838
+ fontWeight: exports.globalTheme.FontWeightBold,
839
+ iconColor: colors.greyscale5,
840
+ textTransform: "none",
841
+ static: {
842
+ bgColor: colors.secondary1,
843
+ borderColor: colors.secondary1,
844
+ color: colors.greyscale1,
845
+ },
846
+ hover: {
847
+ bgColor: colors.secondary2,
848
+ borderColor: colors.secondary2,
849
+ color: colors.greyscale1,
850
+ },
851
+ clicked: {
852
+ bgColor: colors.secondary3,
853
+ borderColor: colors.secondary3,
854
+ color: colors.greyscale1,
855
+ },
856
+ disabled: {
857
+ bgColor: colors.secondary4,
858
+ borderColor: colors.secondary4,
859
+ color: colors.greyscale1,
860
+ },
861
+ },
862
+ quantityStepper: {
863
+ borderColor: colors.greyscale3,
864
+ borderRadius: exports.globalTheme.BorderRadius,
865
+ textTransform: "none",
866
+ numericInput: {
867
+ fontWeight: exports.globalTheme.FontWeightBold,
868
+ fontSize: "0.875rem",
869
+ letterSpacing: "normal",
870
+ lineHeight: "1.1875rem",
871
+ static: {
872
+ bgColor: colors.greyscale1,
873
+ color: colors.greyscale5,
874
+ },
875
+ focused: {
876
+ bgColor: colors.primary5,
877
+ color: colors.greyscale5,
878
+ },
879
+ },
880
+ plusMinusButtons: {
881
+ plusMinusIconBgColor: colors.greyscale1,
882
+ plusMinusIconColor: colors.primary1,
883
+ },
884
+ },
885
+ coupon: {
886
+ borderRadius: exports.globalTheme.BorderRadius,
887
+ borderStyle: "dashed",
888
+ fontWeight: exports.globalTheme.FontWeightBold,
889
+ static: {
890
+ bgColor: colors.greyscale1,
891
+ borderColor: colors.greyscale3,
892
+ color: colors.greyscale5,
893
+ couponIconColor: colors.primary1,
894
+ },
895
+ hover: {
896
+ bgColor: colors.greyscale1,
897
+ borderColor: colors.greyscale3,
898
+ color: colors.greyscale5,
899
+ couponIconColor: colors.primary1,
900
+ },
901
+ clicked: {
902
+ bgColor: colors.greyscale1,
903
+ borderColor: colors.greyscale3,
904
+ color: colors.greyscale5,
905
+ couponIconColor: colors.primary1,
906
+ },
907
+ clipped: {
908
+ bgColor: colors.greyscale1,
909
+ borderColor: colors.greyscale3,
910
+ color: colors.greyscale5,
911
+ clippedIconColor: colors.success,
912
+ couponIconColor: colors.greyscale5,
913
+ },
914
+ },
915
+ addToCart: {
916
+ borderRadius: exports.globalTheme.BorderRadius,
917
+ fontWeight: exports.globalTheme.FontWeightBold,
918
+ textTransform: "none",
919
+ static: {
920
+ bgColor: colors.primary1,
921
+ borderColor: colors.primary1,
922
+ color: colors.greyscale1,
923
+ iconColor: colors.secondary1,
924
+ },
925
+ hover: {
926
+ bgColor: colors.primary2,
927
+ borderColor: colors.primary1,
928
+ color: colors.greyscale1,
929
+ iconColor: colors.greyscale1,
930
+ },
931
+ clicked: {
932
+ bgColor: colors.primary3,
933
+ borderColor: colors.primary2,
934
+ color: colors.greyscale1,
935
+ iconColor: colors.greyscale1,
936
+ },
937
+ disabled: {
938
+ bgColor: colors.primary4,
939
+ borderColor: colors.primary4,
940
+ color: colors.greyscale1,
941
+ iconColor: colors.greyscale3,
942
+ },
943
+ },
944
+ pills: {
945
+ borderRadius: "500px",
946
+ textTransform: "none",
947
+ active: {
948
+ fontWeight: exports.globalTheme.FontWeightBold,
949
+ fontWeightHover: exports.globalTheme.FontWeightBold,
950
+ color: colors.greyscale6,
951
+ colorHover: colors.greyscale6,
952
+ colorVisited: colors.greyscale6,
953
+ backgroundColor: colors.primary5,
954
+ borderColor: colors.primary1,
955
+ borderColorSelected: colors.primary1,
956
+ textDecoration: "none",
957
+ textDecorationHover: "underline",
958
+ padding: "4px 16px",
959
+ },
960
+ small: {
961
+ fontWeight: exports.globalTheme.FontWeightBold,
962
+ fontWeightHover: exports.globalTheme.FontWeight,
963
+ color: colors.greyscale5,
964
+ colorHover: colors.greyscale5,
965
+ colorVisited: colors.greyscale5,
966
+ backgroundColor: colors.primary5,
967
+ borderColor: colors.primary5,
968
+ borderColorSelected: colors.primary1,
969
+ textDecoration: "none",
970
+ textDecorationHover: "underline",
971
+ padding: "2px 8px",
972
+ },
973
+ regular: {
974
+ fontWeight: exports.globalTheme.FontWeight,
975
+ fontWeightHover: exports.globalTheme.FontWeight,
976
+ color: colors.primary1,
977
+ colorHover: colors.primary1,
978
+ colorVisited: colors.primary1,
979
+ backgroundColor: colors.greyscale1,
980
+ borderColor: colors.greyscale3,
981
+ borderColorSelected: colors.primary1,
982
+ textDecoration: "none",
983
+ textDecorationHover: "underline",
984
+ padding: "4px 16px",
985
+ },
986
+ },
987
+ facets: {
988
+ borderRadius: "500px",
989
+ textTransform: "none",
990
+ fontWeight: 400,
991
+ active: {
992
+ iconColor: colors.greyscale6,
993
+ fontWeight: exports.globalTheme.FontWeightBold,
994
+ fontWeightHover: exports.globalTheme.FontWeightBold,
995
+ color: colors.greyscale6,
996
+ colorHover: colors.greyscale6,
997
+ colorVisited: colors.greyscale6,
998
+ backgroundColor: colors.primary5,
999
+ borderColor: colors.primary1,
1000
+ borderColorSelected: colors.primary1,
1001
+ textDecoration: "none",
1002
+ textDecorationHover: "underline",
1003
+ padding: "4px 16px",
1004
+ },
1005
+ small: {
1006
+ iconColor: colors.greyscale6,
1007
+ fontWeight: exports.globalTheme.FontWeightBold,
1008
+ fontWeightHover: exports.globalTheme.FontWeight,
1009
+ color: colors.greyscale5,
1010
+ colorHover: colors.greyscale5,
1011
+ colorVisited: colors.greyscale5,
1012
+ backgroundColor: colors.primary5,
1013
+ borderColor: colors.primary5,
1014
+ borderColorSelected: colors.primary1,
1015
+ textDecoration: "none",
1016
+ textDecorationHover: "underline",
1017
+ padding: "2px 8px",
1018
+ },
1019
+ regular: {
1020
+ iconColor: colors.greyscale6,
1021
+ fontWeight: exports.globalTheme.FontWeight,
1022
+ fontWeightHover: exports.globalTheme.FontWeight,
1023
+ color: colors.primary1,
1024
+ colorHover: colors.greyscale5,
1025
+ colorVisited: colors.primary1,
1026
+ backgroundColor: colors.greyscale1,
1027
+ borderColor: colors.greyscale3,
1028
+ borderColorSelected: colors.primary1,
1029
+ textDecoration: "none",
1030
+ textDecorationHover: "underline",
1031
+ padding: "4px 16px",
1032
+ },
1033
+ },
1034
+ sliderArrows: {
1035
+ backgroundColor: colors.greyscale2,
1036
+ sideBorderColor: colors.greyscale3,
1037
+ iconColor: colors.greyscale4,
1038
+ },
1039
+ filterSort: {
1040
+ color: colors.primary1,
1041
+ hoverColor: colors.primary2,
1042
+ borderRadius: exports.globalTheme.BorderRadius,
1043
+ },
1044
+ activeAddress: {
1045
+ backgroundColor: colors.primary3,
1046
+ borderColor: colors.primary3,
1047
+ },
1048
+ timeSlotPaginationDay: {
1049
+ selected: {
1050
+ backgroundColor: colors.tertiary1,
1051
+ },
1052
+ },
1053
+ paginationNumber: {
1054
+ static: {
1055
+ color: colors.primary1,
1056
+ backgroundColor: "none",
1057
+ },
1058
+ hover: {
1059
+ color: colors.primary1,
1060
+ backgroundColor: colors.primary5,
1061
+ },
1062
+ disabled: {
1063
+ color: colors.greyscale1,
1064
+ backgroundColor: colors.primary1,
1065
+ },
1066
+ visited: {
1067
+ color: colors.primary1,
1068
+ backgroundColor: "none",
1069
+ },
1070
+ },
1071
+ },
1072
+ carousel: {
1073
+ bannerBackgroundColor: colors.greyscale5,
1074
+ carouselPagination: {
1075
+ dotBackground: colors.greyscale3,
1076
+ activeDotBackground: colors.primary1,
1077
+ wrapperBackground: "transparent",
1078
+ wrapperHeight: "24px",
1079
+ },
1080
+ carouselArrows: {
1081
+ borderRadius: "50%",
1082
+ backgroundColor: "rgba(146, 146, 146, 0.5)",
1083
+ activeBackgroundColor: colors.greyscale4,
1084
+ iconColor: colors.greyscale1,
1085
+ buttonDimension: 56,
1086
+ },
1087
+ },
1088
+ carouselComponent: {
1089
+ carouselPagination: {
1090
+ dotBackground: colors.greyscale3,
1091
+ activeDotBackground: colors.primary1,
1092
+ playBtnColor: colors.primary1,
1093
+ dotsWrapperBackground: colors.greyscale1,
1094
+ dotsWrapperBackgroundShadow: "".concat(colors.greyscale6, "05"),
1095
+ dotsWrapperAccentShadow: "".concat(colors.primary3, "1a"),
1096
+ },
1097
+ scrollbarBackground: colors.greyscale3,
1098
+ carouselArrows: {
1099
+ backgroundColor: colors.greyscale1,
1100
+ backgroundShadow: "".concat(colors.greyscale6, "0d"),
1101
+ accentShadow: "".concat(colors.primary3, "26"),
1102
+ iconColor: colors.primary1,
1103
+ hover: {
1104
+ backgroundColor: colors.greyscale1,
1105
+ borderColor: colors.primary1,
1106
+ iconColor: colors.primary1,
1107
+ },
1108
+ },
1109
+ viewAllProductsCard: {
1110
+ textColor: colors.primary1,
1111
+ iconColor: colors.greyscale1,
1112
+ iconBackgroundColor: colors.primary1,
1113
+ hover: {
1114
+ backgroundColor: colors.primary5,
1115
+ borderColor: colors.primary1,
1116
+ textColor: colors.primary2,
1117
+ iconColor: colors.greyscale1,
1118
+ iconBackgroundColor: colors.primary2,
1119
+ },
1120
+ },
1121
+ },
1122
+ modal: {
1123
+ header: {
1124
+ mobileBackgroundColor: colors.greyscale2,
1125
+ },
1126
+ storeIcon: {
1127
+ bgColor: colors.tertiary1,
1128
+ borderColor: colors.tertiary1,
1129
+ color: colors.greyscale5,
1130
+ hoverBGColor: colors.tertiary1,
1131
+ hoverBorderColor: colors.tertiary1,
1132
+ iconColor: colors.greyscale6,
1133
+ },
1134
+ },
1135
+ selectedOption: {
1136
+ bgColor: colors.successLight,
1137
+ },
1138
+ input: {
1139
+ borderRadius: "4px",
1140
+ static: {
1141
+ bgColor: colors.greyscale1,
1142
+ borderColor: colors.greyscale3,
1143
+ color: colors.greyscale4,
1144
+ placeholderColor: colors.greyscale4,
1145
+ },
1146
+ hover: {
1147
+ bgColor: colors.greyscale1,
1148
+ borderColor: colors.greyscale3,
1149
+ color: colors.greyscale6,
1150
+ placeholderColor: colors.greyscale4,
1151
+ },
1152
+ focus: {
1153
+ bgColor: colors.tertiary1,
1154
+ borderColor: colors.primary1,
1155
+ color: colors.greyscale5,
1156
+ placeholderColor: colors.greyscale5,
1157
+ },
1158
+ disabled: {
1159
+ bgColor: colors.greyscale2,
1160
+ borderColor: colors.greyscale3,
1161
+ color: colors.greyscale4,
1162
+ placeholderColor: colors.greyscale2,
1163
+ },
1164
+ },
1165
+ dropdown: {
1166
+ iconColor: colors.greyscale4,
1167
+ static: {
1168
+ bgColor: colors.greyscale1,
1169
+ borderColor: colors.greyscale3,
1170
+ color: colors.greyscale4,
1171
+ },
1172
+ hover: {
1173
+ bgColor: colors.greyscale1,
1174
+ borderColor: colors.greyscale3,
1175
+ color: colors.greyscale5,
1176
+ },
1177
+ open: {
1178
+ bgColor: colors.tertiary1,
1179
+ borderColor: colors.primary1,
1180
+ color: colors.greyscale4,
1181
+ },
1182
+ options: {
1183
+ static: {
1184
+ bgColor: colors.greyscale1,
1185
+ borderColor: colors.greyscale3,
1186
+ color: colors.greyscale4,
1187
+ },
1188
+ hover: {
1189
+ bgColor: colors.tertiary1,
1190
+ borderColor: colors.greyscale3,
1191
+ color: colors.greyscale4,
1192
+ },
1193
+ },
1194
+ },
1195
+ productGrid: {
1196
+ borderColor: colors.greyscale2,
1197
+ },
1198
+ cms: {
1199
+ heading: {
1200
+ color: colors.greyscale5,
1201
+ },
1202
+ subheading: {
1203
+ color: colors.greyscale4,
1204
+ },
1205
+ bodyText: {
1206
+ color: colors.greyscale5,
1207
+ },
1208
+ },
1209
+ logoHeight: {
1210
+ header: {
1211
+ desktop: "34px",
1212
+ tablet: "30px",
1213
+ mobile: "26px",
1214
+ },
1215
+ modal: {
1216
+ desktop: "34px",
1217
+ tablet: "30px",
1218
+ mobile: "30px",
1219
+ },
1220
+ content: {
1221
+ desktop: "34px",
1222
+ tablet: "30px",
1223
+ mobile: "26px",
1224
+ },
1225
+ },
1226
+ globalAnimations: {
1227
+ confettiAnimation: {
1228
+ successModals: {
1229
+ colors: [],
1230
+ },
1231
+ },
1232
+ },
1233
+ metadata: [
1234
+ { name: "msapplication-TileColor", content: "#ffffff" },
1235
+ {
1236
+ name: "msapplication-TileImage",
1237
+ content: "/favicons/ms-icon-144x144.png",
1238
+ },
1239
+ { name: "theme-color", content: "#ffffff" },
1240
+ ],
1241
+ scripts: {},
1242
+ });
1243
+ };
1244
+ exports.default = DefaultThemeSFUI;
1245
+ exports.globalTheme = {
1246
+ BorderRadius: "4px",
1247
+ FontFamily: "Cabin, sans-serif",
1248
+ baseFontSize: "16px",
1249
+ FontWeight: 400,
1250
+ FontWeightBold: 700,
1251
+ bodyFontColor: "#111111",
1252
+ HeadlineFontFamily: "Cabin, sans-serif",
1253
+ HeadlineFontWeight: 700,
1254
+ bodyBackgroundColor: "#f3f4f6",
1255
+ };
1256
+ exports.DefaultThemeColors = {
1257
+ primary1: "#016abc",
1258
+ primary2: "#004f8c",
1259
+ primary3: "#002a4b",
1260
+ primary4: "#80b4dd",
1261
+ primary5: "#e6f0f8",
1262
+ secondary1: "#d83A22",
1263
+ secondary2: "#aa2003",
1264
+ secondary3: "#5b1102",
1265
+ secondary4: "#f19582",
1266
+ secondary5: "#fceae6",
1267
+ tertiary1: "#e6f0f8",
1268
+ tertiary2: "#fcefe6",
1269
+ tertiary3: "#09448A",
1270
+ tertiary4: "",
1271
+ tertiary5: "",
1272
+ promotion1: "#bc3e31",
1273
+ promotion2: "#09448A",
1274
+ success: "#218820",
1275
+ successDark: "#2e7c49",
1276
+ successLight: "#e6f6ec",
1277
+ warn: "#fcc260",
1278
+ warnDark: "#8f7344",
1279
+ warnLight: "#fff6e6",
1280
+ alert: "#bc3e31",
1281
+ alertDark: "#8c2e24",
1282
+ alertLight: "#ffe5e2",
1283
+ greyscale1: "#ffffff",
1284
+ greyscale2: "#f3f4f6",
1285
+ greyscale3: "#ccced0",
1286
+ greyscale4: "#71777b",
1287
+ greyscale5: "#40464b",
1288
+ greyscale6: "#111111",
1289
+ greyscale7: "#31363A",
1290
+ };