@weareconceptstudio/account 0.0.0 → 0.0.2
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/dist/AccountConfig.d.ts +5 -0
- package/dist/AccountConfig.js +21 -0
- package/dist/components/AccountButton/index.d.ts +3 -0
- package/dist/components/AccountButton/index.js +22 -0
- package/dist/components/AccountButton/style.d.ts +2 -0
- package/dist/components/AccountButton/style.js +249 -0
- package/dist/components/AddressForm/index.d.ts +3 -0
- package/dist/components/AddressForm/index.js +100 -0
- package/dist/components/AddressForm/style.d.ts +2 -0
- package/dist/components/AddressForm/style.js +180 -0
- package/dist/components/AddressItem/index.d.ts +3 -0
- package/dist/components/AddressItem/index.js +41 -0
- package/dist/components/AddressItem/style.d.ts +2 -0
- package/dist/components/AddressItem/style.js +191 -0
- package/dist/components/CustomCheckbox/index.d.ts +7 -0
- package/dist/components/CustomCheckbox/index.js +15 -0
- package/dist/components/CustomCheckbox/style.d.ts +2 -0
- package/dist/components/CustomCheckbox/style.js +85 -0
- package/dist/components/EmptyCart/index.d.ts +5 -0
- package/dist/components/EmptyCart/index.js +14 -0
- package/dist/components/EmptyCart/style.d.ts +2 -0
- package/dist/components/EmptyCart/style.js +62 -0
- package/dist/components/EmptyOrders/index.d.ts +3 -0
- package/dist/components/EmptyOrders/index.js +12 -0
- package/dist/components/EmptyOrders/style.d.ts +2 -0
- package/dist/components/EmptyOrders/style.js +46 -0
- package/dist/components/FormInputCode/index.d.ts +24 -0
- package/dist/components/FormInputCode/index.js +145 -0
- package/dist/components/FormInputCode/style.d.ts +2 -0
- package/dist/components/FormInputCode/style.js +109 -0
- package/dist/components/OrderDetails/index.d.ts +3 -0
- package/dist/components/OrderDetails/index.js +48 -0
- package/dist/components/OrderDetails/style.d.ts +2 -0
- package/dist/components/OrderDetails/style.js +90 -0
- package/dist/components/OrderedItems/ReviewPopup/index.d.ts +0 -0
- package/dist/components/OrderedItems/ReviewPopup/index.js +202 -0
- package/dist/components/OrderedItems/ReviewPopup/style.d.ts +2 -0
- package/dist/components/OrderedItems/ReviewPopup/style.js +329 -0
- package/dist/components/OrderedItems/index.d.ts +7 -0
- package/dist/components/OrderedItems/index.js +108 -0
- package/dist/components/OrderedItems/style.d.ts +2 -0
- package/dist/components/OrderedItems/style.js +783 -0
- package/dist/components/OrdersList/OrderItem/index.d.ts +3 -0
- package/dist/components/OrdersList/OrderItem/index.js +21 -0
- package/dist/components/OrdersList/index.d.ts +10 -0
- package/dist/components/OrdersList/index.js +68 -0
- package/dist/components/OrdersList/style.d.ts +2 -0
- package/dist/components/OrdersList/style.js +373 -0
- package/dist/components/Pagination/index.d.ts +3 -0
- package/dist/components/Pagination/index.js +18 -0
- package/dist/components/Pagination/style.d.ts +2 -0
- package/dist/components/Pagination/style.js +72 -0
- package/dist/components/SelectShippingBilling/index.d.ts +3 -0
- package/dist/components/SelectShippingBilling/index.js +31 -0
- package/dist/components/SelectShippingBilling/style.d.ts +2 -0
- package/dist/components/SelectShippingBilling/style.js +112 -0
- package/dist/components/Sequence/index.d.ts +5 -0
- package/dist/components/Sequence/index.js +65 -0
- package/dist/components/Sequence/style.d.ts +2 -0
- package/dist/components/Sequence/style.js +317 -0
- package/dist/components/ShippingBillingForm/index.d.ts +3 -0
- package/dist/components/ShippingBillingForm/index.js +96 -0
- package/dist/components/ShippingBillingForm/style.d.ts +2 -0
- package/dist/components/ShippingBillingForm/style.js +77 -0
- package/dist/components/ShippingBillingInfo/index.d.ts +3 -0
- package/dist/components/ShippingBillingInfo/index.js +22 -0
- package/dist/components/ShippingBillingInfo/style.d.ts +2 -0
- package/dist/components/ShippingBillingInfo/style.js +98 -0
- package/dist/components/TotalCheckout/index.d.ts +3 -0
- package/dist/components/TotalCheckout/index.js +49 -0
- package/dist/components/TotalCheckout/style.d.ts +2 -0
- package/dist/components/TotalCheckout/style.js +211 -0
- package/dist/components/WarningMessage/index.d.ts +3 -0
- package/dist/components/WarningMessage/index.js +10 -0
- package/dist/components/WarningMessage/style.d.ts +2 -0
- package/dist/components/WarningMessage/style.js +34 -0
- package/dist/components/WarningMessageForPopup/index.d.ts +3 -0
- package/dist/components/WarningMessageForPopup/index.js +31 -0
- package/dist/components/WarningMessageForPopup/style.d.ts +2 -0
- package/dist/components/WarningMessageForPopup/style.js +82 -0
- package/dist/components/index.d.ts +18 -0
- package/dist/components/index.js +18 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/styles/helperClass.d.ts +2 -0
- package/dist/styles/helperClass.js +278 -0
- package/dist/styles/theme.d.ts +2 -0
- package/dist/styles/theme.js +63 -0
- package/dist/styles/typography.d.ts +2 -0
- package/dist/styles/typography.js +129 -0
- package/dist/styles/variables.d.ts +2 -0
- package/dist/styles/variables.js +401 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/index.d.ts +38 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/index.js +37 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/style.d.ts +2 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/style.js +165 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/utils.d.ts +32 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/utils.js +45 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/index.d.ts +15 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/index.js +36 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/style.d.ts +2 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/style.js +141 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/utils.d.ts +10 -0
- package/dist/templates/AccountSettingsTemplate/AccountPassword/utils.js +22 -0
- package/dist/templates/AccountSettingsTemplate/index.d.ts +11 -0
- package/dist/templates/AccountSettingsTemplate/index.js +10 -0
- package/dist/templates/AccountSettingsTemplate/style.d.ts +2 -0
- package/dist/templates/AccountSettingsTemplate/style.js +37 -0
- package/dist/templates/AccountTemplate/index.d.ts +8 -0
- package/dist/templates/AccountTemplate/index.js +32 -0
- package/dist/templates/AccountTemplate/style.d.ts +2 -0
- package/dist/templates/AccountTemplate/style.js +293 -0
- package/dist/templates/AddressesTemplate/index.d.ts +3 -0
- package/dist/templates/AddressesTemplate/index.js +21 -0
- package/dist/templates/AddressesTemplate/style.d.ts +2 -0
- package/dist/templates/AddressesTemplate/style.js +89 -0
- package/dist/templates/CartTemplate/index.d.ts +3 -0
- package/dist/templates/CartTemplate/index.js +23 -0
- package/dist/templates/CartTemplate/style.d.ts +2 -0
- package/dist/templates/CartTemplate/style.js +37 -0
- package/dist/templates/CheckoutTemplate/index.d.ts +9 -0
- package/dist/templates/CheckoutTemplate/index.js +155 -0
- package/dist/templates/CheckoutTemplate/style.d.ts +2 -0
- package/dist/templates/CheckoutTemplate/style.js +173 -0
- package/dist/templates/ForgotPasswordTemplate/index.d.ts +5 -2
- package/dist/templates/ForgotPasswordTemplate/index.js +86 -3
- package/dist/templates/ForgotPasswordTemplate/style.d.ts +2 -0
- package/dist/templates/ForgotPasswordTemplate/style.js +186 -0
- package/dist/templates/OrderHistoryTemplate/index.d.ts +7 -0
- package/dist/templates/OrderHistoryTemplate/index.js +9 -0
- package/dist/templates/OrderHistoryTemplate/style.d.ts +2 -0
- package/dist/templates/OrderHistoryTemplate/style.js +3 -0
- package/dist/templates/OrderIndividualTemplate/index.d.ts +5 -0
- package/dist/templates/OrderIndividualTemplate/index.js +21 -0
- package/dist/templates/OrderIndividualTemplate/style.d.ts +2 -0
- package/dist/templates/OrderIndividualTemplate/style.js +3 -0
- package/dist/templates/ResetPasswordTemplate/index.d.ts +7 -2
- package/dist/templates/ResetPasswordTemplate/index.js +35 -2
- package/dist/templates/ResetPasswordTemplate/style.d.ts +2 -0
- package/dist/templates/ResetPasswordTemplate/style.js +163 -0
- package/dist/templates/SignInTemplate/index.d.ts +5 -2
- package/dist/templates/SignInTemplate/index.js +27 -2
- package/dist/templates/SignInTemplate/style.d.ts +2 -0
- package/dist/templates/SignInTemplate/style.js +168 -0
- package/dist/templates/SignUpTemplate/defaultFormFields.d.ts +11 -0
- package/dist/templates/SignUpTemplate/defaultFormFields.js +42 -0
- package/dist/templates/SignUpTemplate/index.d.ts +6 -2
- package/dist/templates/SignUpTemplate/index.js +33 -3
- package/dist/templates/SignUpTemplate/style.d.ts +2 -0
- package/dist/templates/SignUpTemplate/style.js +175 -0
- package/dist/templates/VerifyEmailAddressTemplate/index.d.ts +3 -0
- package/dist/templates/VerifyEmailAddressTemplate/index.js +105 -0
- package/dist/templates/VerifyEmailAddressTemplate/style.d.ts +2 -0
- package/dist/templates/VerifyEmailAddressTemplate/style.js +165 -0
- package/dist/templates/index.d.ts +8 -0
- package/dist/templates/index.js +11 -0
- package/dist/translations/en.d.ts +257 -0
- package/dist/translations/en.js +256 -0
- package/dist/translations/index.d.ts +259 -0
- package/dist/translations/index.js +2 -0
- package/dist/utils/_functions.d.ts +5 -0
- package/dist/utils/_functions.js +28 -0
- package/dist/utils/icons.d.ts +3 -0
- package/dist/utils/icons.js +27 -0
- package/package.json +5 -6
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
const VerifyEmailAddressTemplateStyle = styled.section `
|
|
3
|
+
--account_verifyEmailAddressPadT: var(--sp24x);
|
|
4
|
+
--account_verifyEmailAddressPadB: var(--sp53x);
|
|
5
|
+
--account_verifyEmailAddressWrapperMaxWidth: var(--sp94x);
|
|
6
|
+
--account_verifyText1Wrap: var(--sp3x);
|
|
7
|
+
--account_inputCodeWrapMTop: var(--sp7x);
|
|
8
|
+
--account_btnMTop: var(--sp7x);
|
|
9
|
+
--account_receiveYourCodeTextMTop: var(--sp3x);
|
|
10
|
+
|
|
11
|
+
display: flex;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
padding-top: var(--account_verifyEmailAddressPadT);
|
|
14
|
+
padding-bottom: var(--account_verifyEmailAddressPadB);
|
|
15
|
+
|
|
16
|
+
.verify-email-address-wrapper {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
max-width: var(--account_verifyEmailAddressWrapperMaxWidth);
|
|
20
|
+
width: 100%;
|
|
21
|
+
|
|
22
|
+
.title {
|
|
23
|
+
text-align: center;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.verify-text1-wrap {
|
|
27
|
+
text-align: center;
|
|
28
|
+
color: var(--account_primaryColor1);
|
|
29
|
+
font-family: var(--account_Font);
|
|
30
|
+
font-weight: 500;
|
|
31
|
+
line-height: var(--account_lineHeight);
|
|
32
|
+
font-size: var(--account_p2);
|
|
33
|
+
margin-top: var(--account_verifyText1Wrap);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.verify-text2 {
|
|
37
|
+
text-align: center;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.input-code-wrap {
|
|
41
|
+
margin-top: var(--account_inputCodeWrapMTop);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.btn-wrap {
|
|
45
|
+
margin-top: var(--account_btnMTop);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.receive-your-code-wrap {
|
|
49
|
+
text-align: center;
|
|
50
|
+
color: var(--account_primaryColor1);
|
|
51
|
+
margin-top: var(--account_receiveYourCodeTextMTop);
|
|
52
|
+
|
|
53
|
+
.resend-new-code-text {
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
transition: color var(--account_trTime) ease;
|
|
56
|
+
|
|
57
|
+
@media (hover: hover) {
|
|
58
|
+
&:hover {
|
|
59
|
+
color: var(--account_primaryColor3);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&.disabled {
|
|
64
|
+
color: var(--account_primaryColor3);
|
|
65
|
+
pointer-events: none;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media only screen and (max-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeXLMin}) and (min-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeL}) {
|
|
72
|
+
--account_verifyEmailAddressPadT: var(--sp17x);
|
|
73
|
+
--account_verifyEmailAddressPadB: var(--sp39x);
|
|
74
|
+
--account_verifyEmailAddressWrapperMaxWidth: var(--sp70x);
|
|
75
|
+
--account_verifyText1Wrap: var(--sp2x);
|
|
76
|
+
--account_inputCodeWrapMTop: var(--sp5x);
|
|
77
|
+
--account_btnMTop: var(--sp5x);
|
|
78
|
+
--account_receiveYourCodeTextMTop: var(--sp2x);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@media only screen and (max-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeLMin}) and (min-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeM}) {
|
|
82
|
+
--account_verifyEmailAddressPadT: var(--sp11x);
|
|
83
|
+
--account_verifyEmailAddressPadB: var(--sp39x);
|
|
84
|
+
--account_verifyEmailAddressWrapperMaxWidth: var(--sp55x);
|
|
85
|
+
--account_verifyText1Wrap: var(--sp2x);
|
|
86
|
+
--account_inputCodeWrapMTop: var(--sp4x);
|
|
87
|
+
--account_btnMTop: var(--sp4x);
|
|
88
|
+
--account_receiveYourCodeTextMTop: var(--sp2x);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@media only screen and (max-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeMMin}) and (min-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeS}) {
|
|
92
|
+
--account_verifyEmailAddressPadT: var(--sp8x);
|
|
93
|
+
--account_verifyEmailAddressPadB: var(--sp32x);
|
|
94
|
+
--account_verifyEmailAddressWrapperMaxWidth: var(--sp54x);
|
|
95
|
+
--account_verifyText1Wrap: var(--sp2x);
|
|
96
|
+
--account_inputCodeWrapMTop: var(--sp4x);
|
|
97
|
+
--account_btnMTop: var(--sp4x);
|
|
98
|
+
--account_receiveYourCodeTextMTop: var(--sp2x);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@media only screen and (max-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeSMin}) and (min-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeXS}) {
|
|
102
|
+
--account_verifyEmailAddressPadT: var(--sp12x);
|
|
103
|
+
--account_verifyEmailAddressPadB: var(--sp36x);
|
|
104
|
+
--account_verifyEmailAddressWrapperMaxWidth: var(--sp48x);
|
|
105
|
+
--account_verifyText1Wrap: var(--sp2x);
|
|
106
|
+
--account_inputCodeWrapMTop: var(--sp3x);
|
|
107
|
+
--account_btnMTop: var(--sp3x);
|
|
108
|
+
--account_receiveYourCodeTextMTop: var(--sp1-5x);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
@media only screen and (max-width: ${(props) => props.theme.account.mediaQuery.account_DesktopSizeXSMin}) and (min-width: ${(props) => props.theme.account.mediaQuery.account_TabletSize}) {
|
|
112
|
+
--account_verifyEmailAddressPadT: var(--sp10x);
|
|
113
|
+
--account_verifyEmailAddressPadB: var(--sp41x);
|
|
114
|
+
--account_verifyEmailAddressWrapperMaxWidth: var(--sp50x);
|
|
115
|
+
--account_verifyText1Wrap: var(--sp1-5x);
|
|
116
|
+
--account_inputCodeWrapMTop: var(--sp3x);
|
|
117
|
+
--account_btnMTop: var(--sp3x);
|
|
118
|
+
--account_receiveYourCodeTextMTop: var(--sp1x);
|
|
119
|
+
|
|
120
|
+
.verify-email-address-wrapper {
|
|
121
|
+
display: flex;
|
|
122
|
+
align-items: center;
|
|
123
|
+
|
|
124
|
+
.btn-wrap {
|
|
125
|
+
max-width: var(--sp38x);
|
|
126
|
+
width: 100%;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
@media only screen and (max-width: ${(props) => props.theme.account.mediaQuery.account_TabletSizeMin}) and (min-width: ${(props) => props.theme.account.mediaQuery.account_TabletSizeS}) {
|
|
132
|
+
--account_verifyEmailAddressPadT: var(--sp21x);
|
|
133
|
+
--account_verifyEmailAddressPadB: var(--sp62x);
|
|
134
|
+
--account_verifyEmailAddressWrapperMaxWidth: var(--sp50x);
|
|
135
|
+
--account_verifyText1Wrap: var(--sp1-5x);
|
|
136
|
+
--account_inputCodeWrapMTop: var(--sp3x);
|
|
137
|
+
--account_btnMTop: var(--sp3x);
|
|
138
|
+
--account_receiveYourCodeTextMTop: var(--sp1x);
|
|
139
|
+
|
|
140
|
+
.verify-email-address-wrapper {
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
|
|
144
|
+
.btn-wrap {
|
|
145
|
+
max-width: var(--sp43x);
|
|
146
|
+
width: 100%;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@media only screen and (max-width: ${(props) => props.theme.account.mediaQuery.account_TabletSizeSMin}) {
|
|
152
|
+
--account_verifyEmailAddressPadT: var(--sp10x);
|
|
153
|
+
--account_verifyEmailAddressPadB: var(--sp53x);
|
|
154
|
+
--account_verifyEmailAddressWrapperMaxWidth: 100%;
|
|
155
|
+
--account_verifyText1Wrap: var(--sp1-5x);
|
|
156
|
+
--account_inputCodeWrapMTop: var(--sp3x);
|
|
157
|
+
--account_btnMTop: var(--sp3x);
|
|
158
|
+
--account_receiveYourCodeTextMTop: var(--sp1x);
|
|
159
|
+
|
|
160
|
+
.verify-email-address-wrapper {
|
|
161
|
+
padding: 0 var(--sp2x);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
`;
|
|
165
|
+
export default VerifyEmailAddressTemplateStyle;
|
|
@@ -2,3 +2,11 @@ export { default as SignInTemplate } from './SignInTemplate';
|
|
|
2
2
|
export { default as SignUpTemplate } from './SignUpTemplate';
|
|
3
3
|
export { default as ForgotPasswordTemplate } from './ForgotPasswordTemplate';
|
|
4
4
|
export { default as ResetPasswordTemplate } from './ResetPasswordTemplate';
|
|
5
|
+
export { default as VerifyEmailAddressTemplate } from './VerifyEmailAddressTemplate';
|
|
6
|
+
export { default as AccountTemplate } from './AccountTemplate';
|
|
7
|
+
export { default as AccountSettingsTemplate } from './AccountSettingsTemplate';
|
|
8
|
+
export { default as OrderHistoryTemplate } from './OrderHistoryTemplate';
|
|
9
|
+
export { default as OrderIndividualTemplate } from './OrderIndividualTemplate';
|
|
10
|
+
export { default as AddressesTemplate } from './AddressesTemplate';
|
|
11
|
+
export { default as CartTemplate } from './CartTemplate';
|
|
12
|
+
export { default as CheckoutTemplate } from './CheckoutTemplate';
|
package/dist/templates/index.js
CHANGED
|
@@ -3,3 +3,14 @@ export { default as SignInTemplate } from './SignInTemplate';
|
|
|
3
3
|
export { default as SignUpTemplate } from './SignUpTemplate';
|
|
4
4
|
export { default as ForgotPasswordTemplate } from './ForgotPasswordTemplate';
|
|
5
5
|
export { default as ResetPasswordTemplate } from './ResetPasswordTemplate';
|
|
6
|
+
export { default as VerifyEmailAddressTemplate } from './VerifyEmailAddressTemplate';
|
|
7
|
+
// ======================== Account ======================== //
|
|
8
|
+
export { default as AccountTemplate } from './AccountTemplate';
|
|
9
|
+
export { default as AccountSettingsTemplate } from './AccountSettingsTemplate';
|
|
10
|
+
export { default as OrderHistoryTemplate } from './OrderHistoryTemplate';
|
|
11
|
+
export { default as OrderIndividualTemplate } from './OrderIndividualTemplate';
|
|
12
|
+
export { default as AddressesTemplate } from './AddressesTemplate';
|
|
13
|
+
// ======================== Cart ======================== //
|
|
14
|
+
export { default as CartTemplate } from './CartTemplate';
|
|
15
|
+
// ======================== Cart ======================== //
|
|
16
|
+
export { default as CheckoutTemplate } from './CheckoutTemplate';
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
login: string;
|
|
3
|
+
saveAndApply: string;
|
|
4
|
+
addNewAdd: string;
|
|
5
|
+
editCart: string;
|
|
6
|
+
shopNow: string;
|
|
7
|
+
firstName: string;
|
|
8
|
+
first_nameIsRequired: string;
|
|
9
|
+
lastName: string;
|
|
10
|
+
last_nameIsRequired: string;
|
|
11
|
+
email: string;
|
|
12
|
+
emailIsRequired: string;
|
|
13
|
+
invalidEmailAddress: string;
|
|
14
|
+
phone: string;
|
|
15
|
+
phoneIsRequired: string;
|
|
16
|
+
invalidPhoneNumber: string;
|
|
17
|
+
password: string;
|
|
18
|
+
passwordIsRequired: string;
|
|
19
|
+
invalidPassword: string;
|
|
20
|
+
invalidConfirmPassword: string;
|
|
21
|
+
password_confirmationIsRequired: string;
|
|
22
|
+
region: string;
|
|
23
|
+
regionPlaceholder: string;
|
|
24
|
+
regionIsRequired: string;
|
|
25
|
+
noData: string;
|
|
26
|
+
contactUs: string;
|
|
27
|
+
privacyPolicy: string;
|
|
28
|
+
welcomeBack: string;
|
|
29
|
+
forgotPasswordLink: string;
|
|
30
|
+
accountText: string;
|
|
31
|
+
joinNow: string;
|
|
32
|
+
forgotPassword: string;
|
|
33
|
+
forgotPasswordDescription: string;
|
|
34
|
+
submit: string;
|
|
35
|
+
thankYou: string;
|
|
36
|
+
recoveryText: string;
|
|
37
|
+
tryAgainText: string;
|
|
38
|
+
tryAgain: string;
|
|
39
|
+
newPassword: string;
|
|
40
|
+
confirmNewPassword: string;
|
|
41
|
+
resetPassword: string;
|
|
42
|
+
successfullyMessage: string;
|
|
43
|
+
registration: string;
|
|
44
|
+
alreadyHaveAnAccount: string;
|
|
45
|
+
signUp: string;
|
|
46
|
+
checkedText1: string;
|
|
47
|
+
checkedText2: string;
|
|
48
|
+
verifyYourEmail: string;
|
|
49
|
+
verifyText1: string;
|
|
50
|
+
verifyText2: string;
|
|
51
|
+
verify: string;
|
|
52
|
+
haveNotReceivedIt: string;
|
|
53
|
+
resendNewCode: string;
|
|
54
|
+
deleteAccountTextPart1: string;
|
|
55
|
+
deleteAccountTextPart2: string;
|
|
56
|
+
deleteAccountTextPart3: string;
|
|
57
|
+
codeResendSuccessTitle: string;
|
|
58
|
+
codeResendSuccessSubtitle: string;
|
|
59
|
+
myAccount: string;
|
|
60
|
+
accountSettings: string;
|
|
61
|
+
orderHistory: string;
|
|
62
|
+
addresses: string;
|
|
63
|
+
signOut: string;
|
|
64
|
+
accountInformation: string;
|
|
65
|
+
edit: string;
|
|
66
|
+
first_name: string;
|
|
67
|
+
last_name: string;
|
|
68
|
+
phone_: string;
|
|
69
|
+
email_: string;
|
|
70
|
+
password_: string;
|
|
71
|
+
password_title: string;
|
|
72
|
+
cancel: string;
|
|
73
|
+
phone_input: string;
|
|
74
|
+
current_passwordIsRequired: string;
|
|
75
|
+
new_passwordIsRequired: string;
|
|
76
|
+
enterCurrentPassword: string;
|
|
77
|
+
enterNewPassword: string;
|
|
78
|
+
products: string;
|
|
79
|
+
firstNamePlaceholder: string;
|
|
80
|
+
lastNamePlaceholder: string;
|
|
81
|
+
emailPlaceholder: string;
|
|
82
|
+
passwordPlaceholder: string;
|
|
83
|
+
phonePlaceholder: string;
|
|
84
|
+
enterCurrentPasswordPlaceholder: string;
|
|
85
|
+
enterNewPasswordPlaceholder: string;
|
|
86
|
+
newPasswordPlaceholder: string;
|
|
87
|
+
confirmNewPasswordPlaceholder: string;
|
|
88
|
+
emptyTitle: string;
|
|
89
|
+
emptyDesc: string;
|
|
90
|
+
orderDate: string;
|
|
91
|
+
totalItems: string;
|
|
92
|
+
orderNumber: string;
|
|
93
|
+
orderStatus: string;
|
|
94
|
+
totalPrice: string;
|
|
95
|
+
viewOrder: string;
|
|
96
|
+
sortBy: string;
|
|
97
|
+
sortByWithSymbol: string;
|
|
98
|
+
delivered: string;
|
|
99
|
+
canceled: string;
|
|
100
|
+
inProgress: string;
|
|
101
|
+
orderDetails: string;
|
|
102
|
+
deliverDate: string;
|
|
103
|
+
shippingAndBillingInfo: string;
|
|
104
|
+
shippedTo: string;
|
|
105
|
+
backToList: string;
|
|
106
|
+
item: string;
|
|
107
|
+
quantity: string;
|
|
108
|
+
price: string;
|
|
109
|
+
total: string;
|
|
110
|
+
orderItems: string;
|
|
111
|
+
billedTo: string;
|
|
112
|
+
color: string;
|
|
113
|
+
size: string;
|
|
114
|
+
clearAll: string;
|
|
115
|
+
shippingAddress: string;
|
|
116
|
+
billingAddress: string;
|
|
117
|
+
emptyAddress: string;
|
|
118
|
+
default: string;
|
|
119
|
+
remove: string;
|
|
120
|
+
deleteAddressMessage: string;
|
|
121
|
+
confirmDeleteAddress: string;
|
|
122
|
+
addNewShippingAddress: string;
|
|
123
|
+
addNewBillingAddress: string;
|
|
124
|
+
updateYourShippingAddress: string;
|
|
125
|
+
updateYourBillingAddress: string;
|
|
126
|
+
thisYourDefaultShippingAddress: string;
|
|
127
|
+
thisYourDefaultBillingAddress: string;
|
|
128
|
+
makeYourDefaultShippingAddress: string;
|
|
129
|
+
makeYourDefaultBillingAddress: string;
|
|
130
|
+
defaultShippingAddress: string;
|
|
131
|
+
defaultBillingAddress: string;
|
|
132
|
+
country: string;
|
|
133
|
+
countryPlaceholder: string;
|
|
134
|
+
address_1: string;
|
|
135
|
+
address_1Placeholder: string;
|
|
136
|
+
address_2: string;
|
|
137
|
+
address_2Placeholder: string;
|
|
138
|
+
zipCode: string;
|
|
139
|
+
zipCodePlaceholder: string;
|
|
140
|
+
city: string;
|
|
141
|
+
cityPlaceholder: string;
|
|
142
|
+
address_1IsRequired: string;
|
|
143
|
+
cityIsRequired: string;
|
|
144
|
+
zip_codeIsRequired: string;
|
|
145
|
+
done: string;
|
|
146
|
+
outOfStock: string;
|
|
147
|
+
cartEmpty: string;
|
|
148
|
+
cartEmptyDesc: string;
|
|
149
|
+
orderSummary: string;
|
|
150
|
+
subtotal: string;
|
|
151
|
+
shipping: string;
|
|
152
|
+
proceedToCheckout: string;
|
|
153
|
+
continueShopping: string;
|
|
154
|
+
myCart: string;
|
|
155
|
+
addToWishlist: string;
|
|
156
|
+
productDetails: string;
|
|
157
|
+
shippingInformation: string;
|
|
158
|
+
productSku: string;
|
|
159
|
+
colorCode: string;
|
|
160
|
+
message404Title: string;
|
|
161
|
+
message404Desc: string;
|
|
162
|
+
goHome: string;
|
|
163
|
+
useAlsoBillingAddress: string;
|
|
164
|
+
review: string;
|
|
165
|
+
payment: string;
|
|
166
|
+
confirmation: string;
|
|
167
|
+
change: string;
|
|
168
|
+
billing: string;
|
|
169
|
+
selectShippingAddress: string;
|
|
170
|
+
selectBillingAddress: string;
|
|
171
|
+
confirmMessageTitle: string;
|
|
172
|
+
confirmMessageDesc: string;
|
|
173
|
+
mostPopular: string;
|
|
174
|
+
trendingProducts: string;
|
|
175
|
+
youMayAlsoLike: string;
|
|
176
|
+
mostWanted: string;
|
|
177
|
+
all: string;
|
|
178
|
+
by: string;
|
|
179
|
+
read: string;
|
|
180
|
+
blogIndSendEmailText: string;
|
|
181
|
+
frequentlyAskedQuestions: string;
|
|
182
|
+
followUsDesc: string;
|
|
183
|
+
view: string;
|
|
184
|
+
addToCart: string;
|
|
185
|
+
addedToCart: string;
|
|
186
|
+
resetAllFilters: string;
|
|
187
|
+
readingMaterial: string;
|
|
188
|
+
subscribeSectionPlaceholder: string;
|
|
189
|
+
subscribeSectionBtnText: string;
|
|
190
|
+
partnership: string;
|
|
191
|
+
quantityWithSymbol: string;
|
|
192
|
+
saveChanges: string;
|
|
193
|
+
phone_numberIsRequired: string;
|
|
194
|
+
region_idIsRequired: string;
|
|
195
|
+
yourSettingsHaveBeenSaved: string;
|
|
196
|
+
yourPasswordHaveBeenChanged: string;
|
|
197
|
+
oopsNoResults: string;
|
|
198
|
+
searchEmptyMessage: string;
|
|
199
|
+
removeAccount: string;
|
|
200
|
+
recoverPassword: string;
|
|
201
|
+
recoverPasswordDesc: string;
|
|
202
|
+
deleteYourAccount: string;
|
|
203
|
+
deleteYourAccountDesc: string;
|
|
204
|
+
zeroItems: string;
|
|
205
|
+
zeroItemsDesc: string;
|
|
206
|
+
myWishlist: string;
|
|
207
|
+
removeFromList: string;
|
|
208
|
+
city_idIsRequired: string;
|
|
209
|
+
warningMessageFirstPart: string;
|
|
210
|
+
warningMessageSecondPart: string;
|
|
211
|
+
proceedToPayment: string;
|
|
212
|
+
checkoutCommentPlaceholder: string;
|
|
213
|
+
footerEmailIsRequired: string;
|
|
214
|
+
free: string;
|
|
215
|
+
shippingCost: string;
|
|
216
|
+
addToTheRegistry: string;
|
|
217
|
+
addedToTheRegistry: string;
|
|
218
|
+
recommended: string;
|
|
219
|
+
writeReview: string;
|
|
220
|
+
editReview: string;
|
|
221
|
+
writeReviewDesc: string;
|
|
222
|
+
writeYourReview: string;
|
|
223
|
+
writeYourReviewDesc1: string;
|
|
224
|
+
reviewGuidelinesWithSymbol: string;
|
|
225
|
+
writeYourReviewDesc2: string;
|
|
226
|
+
contactUsWithSymbol: string;
|
|
227
|
+
yourOverallRating: string;
|
|
228
|
+
wouldYouRecommend: string;
|
|
229
|
+
yes: string;
|
|
230
|
+
no: string;
|
|
231
|
+
reviewTitle: string;
|
|
232
|
+
type: string;
|
|
233
|
+
yourReview: string;
|
|
234
|
+
upload: string;
|
|
235
|
+
submitReview: string;
|
|
236
|
+
ratingIsRequired: string;
|
|
237
|
+
titleIsRequired: string;
|
|
238
|
+
contentIsRequired: string;
|
|
239
|
+
is_recommendedIsRequired: string;
|
|
240
|
+
username: string;
|
|
241
|
+
usernamePlaceholder: string;
|
|
242
|
+
usernameIsRequired: string;
|
|
243
|
+
userName: string;
|
|
244
|
+
emptyFilterTitle: string;
|
|
245
|
+
emptyFilterDesc: string;
|
|
246
|
+
productReviewGuidelines: string;
|
|
247
|
+
archiveRegistry: string;
|
|
248
|
+
noteMessage: string;
|
|
249
|
+
addItemsToRegistry: string;
|
|
250
|
+
iRecommendThisProduct: string;
|
|
251
|
+
removeRegistryPopupTitle: string;
|
|
252
|
+
removeRegistryPopupDesc: string;
|
|
253
|
+
thankYouPopupTitle: string;
|
|
254
|
+
thankYouPopupDesc: string;
|
|
255
|
+
continueToShop: string;
|
|
256
|
+
};
|
|
257
|
+
export default _default;
|