@frontegg/types 5.53.2 → 5.53.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.
@@ -88,7 +88,12 @@ export interface SignupLocalizationOptions {
88
88
  */
89
89
  disclaimerText: string;
90
90
  /**
91
- * error message displayed if disclaimer is ot acceppted
91
+ * Signup disclaimer checkbox label
92
+ * this text is optional
93
+ */
94
+ disclaimerCheckboxLabel: string;
95
+ /**
96
+ * error message displayed if disclaimer is not acceppted
92
97
  */
93
98
  disclaimerTextRequired: string;
94
99
  /**
@@ -17,7 +17,7 @@ export interface ResendOTCProps {
17
17
  resendOTCMessage: string;
18
18
  resendOTC: () => void;
19
19
  }
20
- interface LoginDisclaimerOptions {
20
+ export interface LoginDisclaimerOptions {
21
21
  textStyle: ExtendedCSSProperties;
22
22
  terms: {
23
23
  enabled?: boolean;
@@ -9,7 +9,7 @@ export interface GoToLoginMessageProps {
9
9
  goToLoginMessage: string;
10
10
  goToLoginButtonText: string;
11
11
  }
12
- interface SignUpDisclaimerOptions {
12
+ export interface SignUpDisclaimerOptions {
13
13
  hasCheckbox: boolean;
14
14
  textStyle?: ExtendedCSSProperties;
15
15
  checkBoxStyle?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "5.53.2",
3
+ "version": "5.53.3",
4
4
  "main": "./node/index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",