@thryveai/theme-interfaces 2.7.115 → 2.7.117

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 (62) hide show
  1. package/README.md +29 -29
  2. package/package.json +29 -29
  3. package/dist/index.d.ts +0 -38
  4. package/dist/index.js +0 -41
  5. package/dist/interfaces/admin-images-interfaces.d.ts +0 -11
  6. package/dist/interfaces/admin-images-interfaces.js +0 -2
  7. package/dist/interfaces/admin-settings-interfaces.d.ts +0 -73
  8. package/dist/interfaces/admin-settings-interfaces.js +0 -2
  9. package/dist/interfaces/default-settings.interfaces.d.ts +0 -92
  10. package/dist/interfaces/default-settings.interfaces.js +0 -3
  11. package/dist/interfaces/default-theme.interface.d.ts +0 -736
  12. package/dist/interfaces/default-theme.interface.js +0 -2
  13. package/dist/interfaces/icons.interfaces.d.ts +0 -7
  14. package/dist/interfaces/icons.interfaces.js +0 -2
  15. package/dist/interfaces/retailer-settings.interfaces.d.ts +0 -696
  16. package/dist/interfaces/retailer-settings.interfaces.js +0 -2
  17. package/dist/interfaces/shared-settings-interfaces.d.ts +0 -5
  18. package/dist/interfaces/shared-settings-interfaces.js +0 -2
  19. package/dist/interfaces/shared-settings.interfaces.d.ts +0 -31
  20. package/dist/interfaces/shared-settings.interfaces.js +0 -2
  21. package/dist/interfaces/sts-settings.interfaces.d.ts +0 -6
  22. package/dist/interfaces/sts-settings.interfaces.js +0 -2
  23. package/dist/interfaces/theme.interfaces.d.ts +0 -717
  24. package/dist/interfaces/theme.interfaces.js +0 -2
  25. package/dist/mobile/interfaces/mobile-admin-settings.interfaces.d.ts +0 -8
  26. package/dist/mobile/interfaces/mobile-admin-settings.interfaces.js +0 -2
  27. package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.d.ts +0 -58
  28. package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.js +0 -2
  29. package/dist/mobile/reactnative/MobileDefaultSettings.d.ts +0 -6
  30. package/dist/mobile/reactnative/MobileDefaultSettings.js +0 -21
  31. package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.d.ts +0 -2
  32. package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.js +0 -96
  33. package/dist/storefront/SFUIImagesTemplate.AdminUi.d.ts +0 -2
  34. package/dist/storefront/SFUIImagesTemplate.AdminUi.js +0 -112
  35. package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +0 -16
  36. package/dist/storefront/SFUISettingsTemplate.AdminUi.js +0 -1110
  37. package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.d.ts +0 -4
  38. package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.js +0 -132
  39. package/dist/storefront/SFUIThemesTemplate.AdminUi.d.ts +0 -3
  40. package/dist/storefront/SFUIThemesTemplate.AdminUi.js +0 -113
  41. package/dist/storefront/contentEngineComponents.d.ts +0 -25
  42. package/dist/storefront/contentEngineComponents.js +0 -27
  43. package/dist/storefront/defaultIconsStorefront.d.ts +0 -3
  44. package/dist/storefront/defaultIconsStorefront.js +0 -160
  45. package/dist/storefront/defaultImagesStorefront.d.ts +0 -3
  46. package/dist/storefront/defaultImagesStorefront.js +0 -100
  47. package/dist/storefront/defaultSettingsStorefront.d.ts +0 -3
  48. package/dist/storefront/defaultSettingsStorefront.js +0 -395
  49. package/dist/storefront/defaultSharedSettings.d.ts +0 -3
  50. package/dist/storefront/defaultSharedSettings.js +0 -29
  51. package/dist/storefront/defaultThemeStorefront.d.ts +0 -5
  52. package/dist/storefront/defaultThemeStorefront.js +0 -1207
  53. package/dist/storefront/productBadgeAttributes.d.ts +0 -6
  54. package/dist/storefront/productBadgeAttributes.js +0 -31
  55. package/dist/sts/STSImagesTemplate.AdminUi.d.ts +0 -2
  56. package/dist/sts/STSImagesTemplate.AdminUi.js +0 -72
  57. package/dist/sts/STSSettingsTemplate.AdminUi.d.ts +0 -2
  58. package/dist/sts/STSSettingsTemplate.AdminUi.js +0 -30
  59. package/dist/sts/defaultSettingsSts.d.ts +0 -3
  60. package/dist/sts/defaultSettingsSts.js +0 -9
  61. package/dist/theme-templates/index.d.ts +0 -3
  62. package/dist/theme-templates/index.js +0 -8
@@ -1,736 +0,0 @@
1
- import { IconNames } from "./icons.interfaces";
2
- export interface IDefaultTheme extends IInitializedEmptyDefaultTheme {
3
- theme: IDefaultThemeInterface;
4
- images: IDefaultThemeImages;
5
- }
6
- export declare type IDefaultThemeMetadata = IDefaultThemeMetadataItem[];
7
- export declare type IDefaultThemeFavicons = IDefaultThemeFavicon[];
8
- export declare type IDefaultThemeLogoPosition = "header" | "modal" | "content";
9
- export declare type IIconPosition = "left" | "right";
10
- export interface IDefaultThemeLogoHeightsProps {
11
- desktop: string;
12
- tablet: string;
13
- mobile: string;
14
- }
15
- export declare type IDefaultThemeLogoHeights = {
16
- [key in IDefaultThemeLogoPosition]: IDefaultThemeLogoHeightsProps;
17
- };
18
- export interface ISTSDefaultThemeInterface {
19
- headerHeight: string;
20
- }
21
- export interface IDefaultThemeFavicon {
22
- rel: string;
23
- sizes: string;
24
- href: string;
25
- }
26
- export interface IDefaultThemeMetadataItem {
27
- name: string;
28
- content: string;
29
- }
30
- export interface IDefaultThemeImages {
31
- favicon: string;
32
- stsFavicon: string;
33
- icons: string;
34
- logos: {
35
- primary: string;
36
- primaryMobile: string;
37
- secondary?: string;
38
- loyaltyCard?: string;
39
- sts: string;
40
- stsMobile: string;
41
- };
42
- stsCheckBox: {
43
- empty: string;
44
- primary: string;
45
- success: string;
46
- };
47
- confirmationPageImage: string;
48
- rewards?: string;
49
- missingImg: {
50
- recipes: string;
51
- x2: string;
52
- x3: string;
53
- square: string;
54
- };
55
- verifySiteImage: string;
56
- favicons: IDefaultThemeFavicons;
57
- banner: {
58
- src: string;
59
- alt: string;
60
- };
61
- }
62
- export interface IDefaultThemeInterface {
63
- colors: {
64
- brandColors: IBrandColors;
65
- uiColors: IUiColors;
66
- };
67
- header: {
68
- topMenu: INavStyles;
69
- mainMenu: INavStyles;
70
- bottomMenu: INavBottom;
71
- mobileMenu: INavStyles;
72
- accountPopover: {
73
- backgroundColor: string;
74
- borderColor: string;
75
- borderRadius: string;
76
- color: string;
77
- links: {
78
- color: {
79
- static: string;
80
- hover: string;
81
- visited: string;
82
- };
83
- };
84
- };
85
- storePopover: {
86
- backgroundColor: string;
87
- activeBackgroundColor: string;
88
- color: string;
89
- activeColor: string;
90
- borderColor: string;
91
- borderRadius: string;
92
- reserveTimeIconPosition: ITextPosition;
93
- };
94
- search: {
95
- borderColor: string;
96
- borderRadius: string;
97
- clearBtnColor: string;
98
- searchButton: {
99
- desktop: {
100
- static: {
101
- color: string;
102
- backgroundColor: string;
103
- };
104
- hover: {
105
- color: string;
106
- backgroundColor: string;
107
- };
108
- clicked: {
109
- color: string;
110
- backgroundColor: string;
111
- };
112
- };
113
- tablet: {
114
- static: {
115
- color: string;
116
- };
117
- clicked: {
118
- color: string;
119
- };
120
- };
121
- mobile: {
122
- static: {
123
- color: string;
124
- };
125
- };
126
- };
127
- suggestions: {
128
- links: {
129
- color: {
130
- static: string;
131
- hover: string;
132
- visited: string;
133
- };
134
- };
135
- };
136
- multisearchBtn: {
137
- static: {
138
- color: string;
139
- backgroundColor: string;
140
- };
141
- hover: {
142
- color: string;
143
- backgroundColor: string;
144
- };
145
- };
146
- };
147
- headerActionLinks: IHeaderActionLinksProps;
148
- headerLinks: IHeaderLinksProps;
149
- departments: IHeaderDepartments;
150
- badge: {
151
- cart: {
152
- color: string;
153
- bgColor: string;
154
- };
155
- cartCurrency: {
156
- color: string;
157
- bgColor: string;
158
- };
159
- };
160
- notifications: {
161
- counter: {
162
- backgroundColor: string;
163
- };
164
- text: {
165
- color: string;
166
- hoverColor: string;
167
- };
168
- seeAllNotifications: {
169
- color: string;
170
- };
171
- };
172
- };
173
- body: {
174
- fontSize: string;
175
- color: string;
176
- backgroundColor: string;
177
- };
178
- footer: {
179
- mainFooter: INavStyles;
180
- bottomFooter: INavStyles;
181
- bottomFooterNavHeaderLink: INavStyles;
182
- mediaIcons: {
183
- color: string;
184
- };
185
- };
186
- minimalHeader: {
187
- desktop: IMinimalHeaderProps;
188
- mobile: IMinimalHeaderProps;
189
- };
190
- subHeaderBoxes: {
191
- backgroundColor: string;
192
- color: string;
193
- contentBorder: string;
194
- };
195
- breadcrumb: {
196
- textTransform: ITextTransform;
197
- backgroundColor: string;
198
- color: string;
199
- activeColor: string;
200
- backIconColor: string;
201
- };
202
- breadcrumbTitle: {
203
- textTransform: ITextTransform;
204
- backgroundColor: string;
205
- color: string;
206
- activeColor: string;
207
- backIconColor: string;
208
- };
209
- payment: {
210
- selectedCardBackground: string;
211
- selectedCardColor: string;
212
- summary: {
213
- listItemBackground: string;
214
- };
215
- checkoutCards: ICheckoutCards;
216
- };
217
- productPage: {
218
- detailsBackgroundColor: string;
219
- badges: IProductBadges;
220
- priceReductionColor: string;
221
- previouslyPurchased: {
222
- color: string;
223
- bgColor: string;
224
- };
225
- };
226
- accountPage: {
227
- passwordRequirements: {
228
- backgroundColor: string;
229
- };
230
- };
231
- orderConfirmation: {
232
- iconColor: string;
233
- backgroundColor: string;
234
- };
235
- favorites: {
236
- headerIconStyle: IconNames;
237
- productColors: {
238
- static: ICommonColors;
239
- active: ICommonColors;
240
- };
241
- };
242
- loyaltyCard: {
243
- backgroundColor: string;
244
- borderColor: string;
245
- borderRadius: string;
246
- cardTextColor: string;
247
- dimensions: ILoyaltyCardDimensions;
248
- input: ILoyaltyCardInput;
249
- infoList: ILoyaltyCardInfoList;
250
- };
251
- promoBadges: {
252
- backgroundColor: {
253
- promotion: string;
254
- pointsBasedPromo: string;
255
- };
256
- fontWeight: IFontWeights;
257
- color: {
258
- promotion: string;
259
- pointsBasedPromo: string;
260
- };
261
- };
262
- typography: {
263
- webFonts: string[];
264
- embeddedFonts: IDefaultEmbeddedFont[];
265
- weights: {
266
- normal: IFontWeights;
267
- bold: IFontWeights;
268
- };
269
- text: {
270
- body: ITextType;
271
- fontXS: ITextType;
272
- fontSM: ITextType;
273
- fontMD: ITextType;
274
- fontLG: ITextType;
275
- fontXL: ITextType;
276
- };
277
- links: {
278
- static: ILinkType;
279
- hover: ILinkType;
280
- clicked: ILinkType;
281
- visited: ILinkType;
282
- };
283
- };
284
- buttonLinks: {
285
- color: string;
286
- };
287
- buttons: {
288
- globalThemeBorderRadius: string;
289
- globalThemeFontWeight: IFontWeights;
290
- globalThemeFontFamily: string;
291
- primary: IButtonType;
292
- primaryLight: IButtonType;
293
- secondary: IButtonType;
294
- secondaryLight: IButtonType;
295
- tertiary: IButtonType;
296
- iconPosition: IIconPosition;
297
- checkout: {
298
- borderRadius: string;
299
- fontWeight: IFontWeights;
300
- iconColor: string;
301
- textTransform: ITextTransform;
302
- static: ICheckoutButtonColorType;
303
- hover: ICheckoutButtonColorType;
304
- clicked: ICheckoutButtonColorType;
305
- disabled: ICheckoutButtonColorType;
306
- };
307
- filterSort: IFilterSort;
308
- quantityStepper: {
309
- borderColor: string;
310
- borderRadius: string;
311
- textTransform: ITextTransform;
312
- numericInput: {
313
- fontWeight: IFontWeights;
314
- fontSize: string;
315
- lineHeight: string;
316
- letterSpacing: string;
317
- static: {
318
- bgColor: string;
319
- color: string;
320
- };
321
- focused: {
322
- bgColor: string;
323
- color: string;
324
- };
325
- };
326
- plusMinusButtons: {
327
- plusMinusIconBgColor: string;
328
- plusMinusIconColor: string;
329
- };
330
- };
331
- coupon: {
332
- borderRadius: string;
333
- borderStyle: "dashed" | "solid";
334
- fontWeight: IFontWeights;
335
- static: IQSButtonColorType;
336
- hover: IQSButtonColorType;
337
- clicked: IQSButtonColorType;
338
- clipped: ICouponClippedBtnColorType;
339
- };
340
- miniCart: {
341
- minicartContentPadding: IMiniCartPadding;
342
- textTransform: ITextTransform;
343
- backgroundColor: string;
344
- borderRadius: string;
345
- activeBackgroundColor: string;
346
- hoverBackgroundColor: string;
347
- tabletSettings: IMiniCartTabletSettings;
348
- color: string;
349
- activeColor: string;
350
- mobileColor: string;
351
- iconColor: string;
352
- activeIconColor: string;
353
- mobileIconColor: string;
354
- tabletIconColor: string;
355
- desktopIconSize: string;
356
- mobileIconSize: string;
357
- };
358
- addToCart: {
359
- borderRadius: string;
360
- fontWeight: IFontWeights;
361
- textTransform: ITextTransform;
362
- static: IAddToCartButton;
363
- hover: IAddToCartButton;
364
- clicked: IAddToCartButton;
365
- disabled: IAddToCartButton;
366
- };
367
- pills: {
368
- borderRadius: string;
369
- textTransform: ITextTransform;
370
- active: IPillButtons;
371
- small: IPillButtons;
372
- regular: IPillButtons;
373
- };
374
- facets: {
375
- borderRadius: string;
376
- textTransform: ITextTransform;
377
- fontWeight: IFontWeights;
378
- active: IFacets;
379
- small: IFacets;
380
- regular: IFacets;
381
- };
382
- sliderArrows: {
383
- backgroundColor: string;
384
- sideBorderColor: string;
385
- iconColor: string;
386
- };
387
- activeAddress: {
388
- backgroundColor: string;
389
- borderColor: string;
390
- };
391
- timeSlotPaginationDay: {
392
- selected: {
393
- backgroundColor: string;
394
- };
395
- };
396
- paginationNumber: {
397
- static: {
398
- color: string;
399
- backgroundColor: string;
400
- };
401
- hover: {
402
- color: string;
403
- backgroundColor: string;
404
- };
405
- disabled: {
406
- color: string;
407
- backgroundColor: string;
408
- };
409
- visited: {
410
- color: string;
411
- backgroundColor: string;
412
- };
413
- };
414
- };
415
- carousel: {
416
- bannerBackgroundColor: string;
417
- carouselPagination: {
418
- dotBackground: string;
419
- activeDotBackground: string;
420
- wrapperBackground: string;
421
- wrapperHeight: string;
422
- };
423
- carouselArrows: {
424
- borderRadius: string;
425
- backgroundColor: string;
426
- activeBackgroundColor: string;
427
- iconColor: string;
428
- buttonDimension: number;
429
- };
430
- };
431
- modal: {
432
- header: {
433
- mobileBackgroundColor: string;
434
- };
435
- storeIcon: {
436
- bgColor: string;
437
- borderColor: string;
438
- color: string;
439
- hoverBGColor: string;
440
- hoverBorderColor: string;
441
- iconColor: string;
442
- };
443
- };
444
- selectedOption: {
445
- bgColor: string;
446
- };
447
- input: {
448
- borderRadius: string;
449
- static: IInputFields;
450
- hover: IInputFields;
451
- focus: IInputFields;
452
- disabled: IInputFields;
453
- };
454
- dropdown: {
455
- iconColor: string;
456
- static: IDropdownFields;
457
- hover: IDropdownFields;
458
- open: IDropdownFields;
459
- options: {
460
- static: IDropdownFields;
461
- hover: IDropdownFields;
462
- };
463
- };
464
- productGrid: {
465
- borderColor: string;
466
- };
467
- checkoutStepColors?: {
468
- active?: string;
469
- default?: string;
470
- disabled?: string;
471
- };
472
- cms: {
473
- heading: {
474
- color: string;
475
- };
476
- subheading: {
477
- color: string;
478
- };
479
- bodyText: {
480
- color: string;
481
- };
482
- };
483
- logoHeight: IDefaultThemeLogoHeights;
484
- stsThemeStyles?: ISTSDefaultThemeInterface;
485
- stsLogoWidth?: string;
486
- globalAnimations: IDefaultThemeGlobalAnimations;
487
- metadata: IDefaultThemeMetadata;
488
- scripts: IDefaultThemeScripts;
489
- }
490
- export interface IDefaultThemeScripts {
491
- [key: string]: string;
492
- }
493
- interface IMiniCartPadding {
494
- top: string;
495
- bottom: string;
496
- left: string;
497
- right: string;
498
- icon: string;
499
- }
500
- interface IMiniCartTabletSettings {
501
- enabled: boolean;
502
- iconColor: string;
503
- textColor: string;
504
- backgroundColor: string;
505
- iconColorHover: string;
506
- textColorHover: string;
507
- backgroundColorHover: string;
508
- showText: boolean;
509
- }
510
- interface IInputFields {
511
- bgColor: string;
512
- borderColor: string;
513
- color: string;
514
- placeholderColor: string;
515
- }
516
- interface IDropdownFields {
517
- bgColor: string;
518
- borderColor: string;
519
- color: string;
520
- }
521
- interface ICouponClippedBtnColorType extends IQSButtonColorType {
522
- clippedIconColor: string;
523
- }
524
- interface IButtonType {
525
- borderRadius: string;
526
- clicked: IButtonColorType;
527
- disabled: IButtonColorType;
528
- fontWeight: IFontWeights;
529
- hover: IButtonColorType;
530
- static: IButtonColorType;
531
- textTransform: ITextTransform;
532
- }
533
- declare type ITextTransform = "none" | "capitalize" | "uppercase" | "lowercase" | "initial" | "inherit";
534
- declare type ITextPosition = "left" | "center" | "right";
535
- interface IFilterSort extends ICommonColors {
536
- borderRadius: string;
537
- }
538
- interface ICommonColors {
539
- color: string;
540
- hoverColor: string;
541
- }
542
- interface IQSButtonColorType {
543
- bgColor: string;
544
- borderColor: string;
545
- color: string;
546
- couponIconColor: string;
547
- }
548
- interface ICheckoutButtonColorType {
549
- bgColor: string;
550
- borderColor: string;
551
- color: string;
552
- }
553
- interface IButtonColorType {
554
- bgColor: string;
555
- borderColor: string;
556
- color: string;
557
- iconColor: string;
558
- }
559
- interface ITextType {
560
- color?: string;
561
- fontFamily: string;
562
- fontSize: string;
563
- fontWeight: IFontWeights;
564
- capitalization: ITextTransform;
565
- lineHeight: string;
566
- letterSpacing: string;
567
- }
568
- interface ILinkType {
569
- color: string;
570
- textDecoration: "none" | "underline";
571
- }
572
- export interface IGlobalDefaultTheme {
573
- BorderRadius: string;
574
- FontFamily: string;
575
- FontWeight: IFontWeights;
576
- FontWeightBold: IFontWeights;
577
- HeadlineFontFamily: string;
578
- HeadlineFontWeight: IFontWeights;
579
- baseFontSize: string;
580
- bodyFontColor: string;
581
- bodyBackgroundColor: string;
582
- }
583
- export declare type IDefaultColors = IBrandColors & IUiColors;
584
- export interface IBrandColors {
585
- primary1: string;
586
- primary2: string;
587
- primary3: string;
588
- primary4: string;
589
- primary5: string;
590
- secondary1: string;
591
- secondary2: string;
592
- secondary3: string;
593
- secondary4: string;
594
- secondary5: string;
595
- tertiary1: string;
596
- tertiary2: string;
597
- tertiary3: string;
598
- tertiary4: string;
599
- tertiary5: string;
600
- }
601
- export interface IUiColors {
602
- success: string;
603
- successDark: string;
604
- successLight: string;
605
- warn: string;
606
- warnDark: string;
607
- warnLight: string;
608
- alert: string;
609
- alertDark: string;
610
- alertLight: string;
611
- promotion1: string;
612
- promotion2: string;
613
- greyscale1: string;
614
- greyscale2: string;
615
- greyscale3: string;
616
- greyscale4: string;
617
- greyscale5: string;
618
- greyscale6: string;
619
- greyscale7: string;
620
- }
621
- export interface IInitializedEmptyDefaultTheme {
622
- exports?: any;
623
- }
624
- declare type IFontWeights = "normal" | "bold" | "bolder" | "lighter" | number | "initial" | "inherit";
625
- interface INavBottom extends INavStyles {
626
- hoverColor: string;
627
- textTransform: ITextTransform;
628
- fontWeight: IFontWeights;
629
- }
630
- interface INavStyles {
631
- color: string;
632
- hoverColor: string;
633
- backgroundColor: string;
634
- links: {
635
- static: ILinkType;
636
- hover: ILinkType;
637
- clicked: ILinkType;
638
- visited: ILinkType;
639
- };
640
- }
641
- interface INavActiveColors {
642
- activeColor: string;
643
- activeBackgroundColor: string;
644
- }
645
- interface IHeaderLinksProps extends INavStyles, INavActiveColors {
646
- fontWeight: IFontWeights;
647
- borderRadius: string;
648
- }
649
- interface IHeaderActionLinksProps extends IHeaderLinksProps {
650
- fontFamily: string;
651
- }
652
- interface IHeaderDepartments {
653
- wrapCategoryTitle: boolean;
654
- backgroundColor: {
655
- active: string;
656
- static: string;
657
- };
658
- color: {
659
- static: string;
660
- hover: string;
661
- };
662
- iconColor: {
663
- static: string;
664
- hover: string;
665
- };
666
- }
667
- interface IMinimalHeaderProps extends INavStyles {
668
- iconColor: string;
669
- }
670
- interface IAddToCartButton {
671
- bgColor: string;
672
- borderColor: string;
673
- color: string;
674
- iconColor: string;
675
- }
676
- interface IFacets extends IPillButtons {
677
- iconColor: string;
678
- }
679
- interface IPillButtons {
680
- fontWeight: IFontWeights;
681
- fontWeightHover: IFontWeights;
682
- color: string;
683
- colorHover: string;
684
- colorVisited: string;
685
- backgroundColor: string;
686
- borderColor: string;
687
- borderColorSelected: string;
688
- textDecoration: "none" | "underline";
689
- textDecorationHover: "none" | "underline";
690
- padding: string;
691
- }
692
- interface IProductBadges {
693
- borderRadius: string;
694
- }
695
- interface ICheckoutCards {
696
- borderRadius: string;
697
- }
698
- interface ILoyaltyCardDimensions {
699
- width: number;
700
- height: number;
701
- }
702
- interface ILoyaltyCardIdFields {
703
- staticBorder: string;
704
- hoverBorder: string;
705
- activeBorder: string;
706
- errorBorder: string;
707
- }
708
- interface ILoyaltyCardInput {
709
- borderRadius: string;
710
- backgroundColor: string;
711
- borderColor: string;
712
- idFields: ILoyaltyCardIdFields;
713
- }
714
- interface ILoyaltyCardInfoList {
715
- color: string;
716
- borderColor: string;
717
- }
718
- export declare type IDefaultThemeAnimationsConfettiPlacesTypes = "successModals";
719
- export interface IDefaultThemeGlobalAnimations {
720
- confettiAnimation: IDefaultThemeAnimationConfettiPlaces;
721
- }
722
- export declare type IDefaultThemeAnimationConfettiPlaces = {
723
- [key in IDefaultThemeAnimationsConfettiPlacesTypes]: IDefaultThemeAnimationsConfettiProps;
724
- };
725
- export interface IDefaultThemeAnimationsConfettiProps {
726
- colors: string[];
727
- }
728
- export interface IDefaultEmbeddedFont {
729
- fontFamily: string;
730
- sourceSet: IDefaultEmbeddedFontSource[];
731
- }
732
- export interface IDefaultEmbeddedFontSource {
733
- url: string;
734
- format: string;
735
- }
736
- export {};