@thryveai/theme-interfaces 2.7.155-3.zod → 2.7.155-4.schemas

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