@thryveai/theme-interfaces 2.8.46 → 2.8.47

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
  }
@@ -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
  }