@thryveai/theme-interfaces 2.8.46 → 2.8.48

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.
@@ -840,6 +840,7 @@ export interface ITimeSlotWrapper {
840
840
  color: ITimeSlotStateMap<ITimeSlotVarType<string>>;
841
841
  backgroundColor: ITimeSlotStateMap<ITimeSlotVarType<string>>;
842
842
  iconColor: ITimeSlotStateMap<ITimeSlotVarType<string>>;
843
+ iconSize: ITimeSlotStateMap<ITimeSlotVarType<string>>;
843
844
  fontSize: ITimeSlotStateMap<ITimeSlotVarType<string>>;
844
845
  fontWeight: ITimeSlotStateMap<ITimeSlotVarType<IFontWeights>>;
845
846
  }
@@ -92,6 +92,7 @@ export interface IRetailerSettings {
92
92
  smsNotifications?: ISMSConfig;
93
93
  sodiumWarning?: ISodiumWarning;
94
94
  specialRequestItems?: boolean;
95
+ pillsShowAllLessButton?: boolean;
95
96
  subHeaderHeight?: number;
96
97
  TimeslotModalSettings?: ITimeslotModalSettings;
97
98
  useAddressValidation?: boolean;
@@ -419,6 +420,7 @@ export interface IFeaturesV2 {
419
420
  showRewardPromoChangeTimeslotMsg: boolean;
420
421
  smsNotifications: ISMSConfig;
421
422
  specialRequestItems: boolean;
423
+ pillsShowAllLessButton: boolean;
422
424
  couponGallery: ICouponGalleryLayout;
423
425
  gsaSupportedBrowser: boolean;
424
426
  acquiaAuthService: boolean;
@@ -736,6 +736,7 @@ export interface ITimeSlotWrapper {
736
736
  color?: ITimeSlotStateMap<ITimeSlotVarType<string>>;
737
737
  backgroundColor?: ITimeSlotStateMap<ITimeSlotVarType<string>>;
738
738
  iconColor?: ITimeSlotStateMap<ITimeSlotVarType<string>>;
739
+ iconSize?: ITimeSlotStateMap<ITimeSlotVarType<string>>;
739
740
  fontSize?: ITimeSlotStateMap<ITimeSlotVarType<string>>;
740
741
  fontWeight?: ITimeSlotStateMap<ITimeSlotVarType<IFontWeights>>;
741
742
  }
@@ -206,6 +206,7 @@ var CommonConfigSFUI = {
206
206
  reCaptcha: false,
207
207
  manualVouchers: true,
208
208
  },
209
+ pillsShowAllLessButton: false,
209
210
  promotionDetailsPage: {
210
211
  bundlePromotionCalculator: true,
211
212
  nonBundlePromotionCalculator: true,