@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 +3 -1
- package/build/index.esm.js +209 -196
- package/build/index.esm.js.map +1 -1
- package/build/index.js +209 -196
- package/build/index.js.map +1 -1
- package/package.json +1 -1
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 {
|