@trafilea/afrodita-components 6.51.2 → 6.51.4
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 +1 -0
- package/build/index.esm.js +96 -95
- package/build/index.esm.js.map +1 -1
- package/build/index.js +96 -95
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -4075,6 +4075,7 @@ declare type JoinClubProps = {
|
|
|
4075
4075
|
buttonText?: string | JSX.Element;
|
|
4076
4076
|
buttonStyle?: React.CSSProperties;
|
|
4077
4077
|
termsText?: string | JSX.Element;
|
|
4078
|
+
toggleColor?: React.CSSProperties['color'];
|
|
4078
4079
|
};
|
|
4079
4080
|
|
|
4080
4081
|
declare const JoinClubCard: React.FC<JoinClubProps>;
|