@thryveai/theme-interfaces 2.7.176 → 2.7.177

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.
@@ -429,6 +429,40 @@ export interface IDefaultThemeInterface {
429
429
  buttonDimension: number;
430
430
  };
431
431
  };
432
+ carouselComponent: {
433
+ carouselPagination: {
434
+ dotBackground: string;
435
+ activeDotBackground: string;
436
+ playBtnColor: string;
437
+ dotsWrapperBackground: string;
438
+ dotsWrapperBackgroundShadow: string;
439
+ dotsWrapperAccentShadow: string;
440
+ };
441
+ scrollbarBackground: string;
442
+ carouselArrows: {
443
+ backgroundColor: string;
444
+ backgroundShadow: string;
445
+ accentShadow: string;
446
+ iconColor: string;
447
+ hover: {
448
+ backgroundColor: string;
449
+ borderColor: string;
450
+ iconColor: string;
451
+ };
452
+ };
453
+ viewAllProductsCard: {
454
+ textColor: string;
455
+ iconColor: string;
456
+ iconBackgroundColor: string;
457
+ hover: {
458
+ backgroundColor: string;
459
+ borderColor: string;
460
+ textColor: string;
461
+ iconColor: string;
462
+ iconBackgroundColor: string;
463
+ };
464
+ };
465
+ };
432
466
  modal: {
433
467
  header: {
434
468
  mobileBackgroundColor: string;