@frontegg/types
Advanced tools
Comparing version 4.37.0 to 4.38.0
@@ -42,4 +42,11 @@ export interface SubscriptionsLocalization { | ||
emailIsRequired: string; | ||
/** | ||
* Edit Address 1 input label | ||
*/ | ||
address1InputLabel: string; | ||
/** | ||
* Edit Address 1 input placeholder | ||
*/ | ||
address1InputPlaceholder: string; | ||
/** | ||
* Error displayed if Address 1 input is empty | ||
@@ -53,2 +60,6 @@ */ | ||
/** | ||
* Edit Address 2 input placeholder | ||
*/ | ||
address2InputPlaceholder: string; | ||
/** | ||
* Error displayed if Address 2 input is empty | ||
@@ -62,2 +73,6 @@ */ | ||
/** | ||
* Edit City input placeholder | ||
*/ | ||
cityInputPlaceholder: string; | ||
/** | ||
* Error displayed if City input is empty | ||
@@ -71,2 +86,6 @@ */ | ||
/** | ||
* Edit State input placeholder | ||
*/ | ||
stateInputPlaceholder: string; | ||
/** | ||
* Error displayed if State input is empty | ||
@@ -80,2 +99,6 @@ */ | ||
/** | ||
* Edit Postcode input label | ||
*/ | ||
postCodeInputPlaceholder: string; | ||
/** | ||
* Error displayed if post code is invalid | ||
@@ -82,0 +105,0 @@ */ |
{ | ||
"name": "@frontegg/types", | ||
"version": "4.37.0", | ||
"version": "4.38.0", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180699
5258