@4alldigital/foundation-ui--gamma 1.62.2 → 1.62.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.
|
@@ -12,3 +12,4 @@ export type { Props as ResetPasswordAuthFormProps } from './ResetPasswordAuthFor
|
|
|
12
12
|
export type { Props as ForgotPasswordFormProps } from './ForgotPasswordForm/ForgotPasswordForm.types';
|
|
13
13
|
export type { Props as ProfileFormProps } from './ProfileForm/ProfileForm.types';
|
|
14
14
|
export type { Props as PromoCodeFormProps } from './PromoCodeForm/PromoCodeForm.types';
|
|
15
|
+
export * from "./validations";
|
|
@@ -28,6 +28,9 @@ declare const strings: {
|
|
|
28
28
|
REGISTER: {
|
|
29
29
|
TITLE: string;
|
|
30
30
|
};
|
|
31
|
+
REGISTER_LONGFORM: {
|
|
32
|
+
TITLE: string;
|
|
33
|
+
};
|
|
31
34
|
PROFILE: {
|
|
32
35
|
TITLE: string;
|
|
33
36
|
};
|
|
@@ -705,6 +708,27 @@ declare const strings: {
|
|
|
705
708
|
CART_EMPTY_CONTINUE: string;
|
|
706
709
|
CART_EMPTY_TITLE: string;
|
|
707
710
|
LOGIN_TO_PURCHASE: string;
|
|
711
|
+
HOME_LABEL: string;
|
|
712
|
+
SEARCH_LABEL: string;
|
|
713
|
+
LOGIN_REGISTER_LABEL: string;
|
|
714
|
+
LOGIN_LABEL: string;
|
|
715
|
+
LOGOUT_LABEL: string;
|
|
716
|
+
REGISTER_LABEL: string;
|
|
717
|
+
PROFILE_LABEL: string;
|
|
718
|
+
ACCOUNT_SETTINGS_LABEL: string;
|
|
719
|
+
HELP_LABEL: string;
|
|
720
|
+
FAQS_LABEL: string;
|
|
721
|
+
HELP_AND_FAQS_LABEL: string;
|
|
722
|
+
CONTACT_LABEL: string;
|
|
723
|
+
COOKIES_LABEL: string;
|
|
724
|
+
TERMS_LABEL: string;
|
|
725
|
+
SUPPLEMENTAL_TERMS_LABEL: string;
|
|
726
|
+
PRIVACY_LABEL: string;
|
|
727
|
+
INSTAGRAM_LABEL: string;
|
|
728
|
+
FACEBOOK_LABEL: string;
|
|
729
|
+
TWITTER_LABEL: string;
|
|
730
|
+
ALREADY_HAVE_ACCOUNT: string;
|
|
731
|
+
FORGOT_PASSWORD_LABEL: string;
|
|
708
732
|
};
|
|
709
733
|
ERRORS: {
|
|
710
734
|
GENERIC_ERROR: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.4",
|
|
4
4
|
"description": "Foundation UI Component library with GAMMA theme. ",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "5210552a5877ae122a50bab5f498936c42fda6a3",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|