@4alldigital/foundation-ui--gamma 1.62.2 → 1.62.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.
|
@@ -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";
|
|
@@ -705,6 +705,27 @@ declare const strings: {
|
|
|
705
705
|
CART_EMPTY_CONTINUE: string;
|
|
706
706
|
CART_EMPTY_TITLE: string;
|
|
707
707
|
LOGIN_TO_PURCHASE: string;
|
|
708
|
+
HOME_LABEL: string;
|
|
709
|
+
SEARCH_LABEL: string;
|
|
710
|
+
LOGIN_REGISTER_LABEL: string;
|
|
711
|
+
LOGIN_LABEL: string;
|
|
712
|
+
LOGOUT_LABEL: string;
|
|
713
|
+
REGISTER_LABEL: string;
|
|
714
|
+
PROFILE_LABEL: string;
|
|
715
|
+
ACCOUNT_SETTINGS_LABEL: string;
|
|
716
|
+
HELP_LABEL: string;
|
|
717
|
+
FAQS_LABEL: string;
|
|
718
|
+
HELP_AND_FAQS_LABEL: string;
|
|
719
|
+
CONTACT_LABEL: string;
|
|
720
|
+
COOKIES_LABEL: string;
|
|
721
|
+
TERMS_LABEL: string;
|
|
722
|
+
SUPPLEMENTAL_TERMS_LABEL: string;
|
|
723
|
+
PRIVACY_LABEL: string;
|
|
724
|
+
INSTAGRAM_LABEL: string;
|
|
725
|
+
FACEBOOK_LABEL: string;
|
|
726
|
+
TWITTER_LABEL: string;
|
|
727
|
+
ALREADY_HAVE_ACCOUNT: string;
|
|
728
|
+
FORGOT_PASSWORD_LABEL: string;
|
|
708
729
|
};
|
|
709
730
|
ERRORS: {
|
|
710
731
|
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.3",
|
|
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": "efbc1318a625aade880784cfbe3d14ac1d6519dd",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|