@trafilea/afrodita-components 6.43.2 → 6.43.3

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.
Files changed (2) hide show
  1. package/build/index.d.ts +2 -2
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -3954,8 +3954,8 @@ declare type JoinClubProps = {
3954
3954
  isChecked: boolean;
3955
3955
  icon: JSX.Element;
3956
3956
  link: string;
3957
- bodyCopy: string;
3958
- titleCopy: string;
3957
+ bodyCopy: string | JSX.Element;
3958
+ titleCopy: string | JSX.Element;
3959
3959
  style?: React.CSSProperties;
3960
3960
  };
3961
3961
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.43.2",
6
+ "version": "6.43.3",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",