@trafilea/afrodita-components 6.59.1 → 6.60.0

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.
package/build/index.d.ts CHANGED
@@ -4506,8 +4506,10 @@ declare type TwoCtasAtCartProps = {
4506
4506
  saveLessButtonAction: () => void;
4507
4507
  bottomCopy?: string;
4508
4508
  version: TwoCtasCardVersionsTypes;
4509
+ titleBackgroundColor?: CSSProperties['backgroundColor'];
4510
+ scarcityText?: string;
4509
4511
  };
4510
- declare function TwoCtasAtCart({ title, saveLessButtonAction, saveLessButtonLabel, saveMoreButtonAction, saveMoreButtonLabel, descriptions, version, bottomCopy, }: Readonly<TwoCtasAtCartProps>): JSX.Element;
4512
+ declare function TwoCtasAtCart({ title, saveLessButtonAction, saveLessButtonLabel, saveMoreButtonAction, saveMoreButtonLabel, descriptions, version, bottomCopy, titleBackgroundColor, scarcityText, }: Readonly<TwoCtasAtCartProps>): JSX.Element;
4511
4513
 
4512
4514
  declare module '@emotion/react' {
4513
4515
  interface Theme extends Theme {