@weareconceptstudio/account 0.4.2 → 0.4.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.
- package/dist/components/AccountCounter/index.d.ts +6 -0
- package/dist/components/AccountCounter/index.js +38 -0
- package/dist/components/AccountCounter/style.d.ts +2 -0
- package/dist/components/AccountCounter/style.js +79 -0
- package/dist/components/index.d.ts +5 -4
- package/dist/components/index.js +5 -4
- package/dist/modules/address/AddressItem/index.d.ts +2 -1
- package/dist/modules/address/AddressItem/index.js +18 -8
- package/dist/modules/address/AddressItem/style.js +33 -6
- package/dist/modules/address/SelectAddress/index.js +1 -1
- package/dist/modules/address/SelectAddressPopup/index.js +3 -3
- package/dist/modules/address/ShippingBillingInfo/index.js +3 -3
- package/dist/modules/address/ShippingBillingInfo/style.js +24 -24
- package/dist/modules/cart/CartTemplate/index.d.ts +2 -1
- package/dist/modules/cart/CartTemplate/index.js +2 -2
- package/dist/modules/cart/EmptyCart/icons.d.ts +1 -1
- package/dist/modules/cart/EmptyCart/icons.js +1 -1
- package/dist/modules/cart/EmptyCart/index.d.ts +2 -1
- package/dist/modules/cart/EmptyCart/index.js +4 -3
- package/dist/modules/cart/SimpleItems/ItemMobile/index.js +21 -35
- package/dist/modules/cart/SimpleItems/style.js +23 -2
- package/dist/modules/checkout/ThankYouTemplate/index.d.ts +2 -1
- package/dist/modules/checkout/ThankYouTemplate/index.js +2 -2
- package/dist/modules/order/OrderedItems/style.js +2 -1
- package/dist/modules/payment/PaymentMethodItem/index.js +1 -1
- package/dist/modules/payment/PaymentMethodItem/style.js +1 -0
- package/dist/modules/payment/SelectedPayment/index.js +1 -1
- package/dist/styles/variables.js +1 -1
- package/dist/translations/en.d.ts +236 -213
- package/dist/translations/en.js +245 -230
- package/dist/translations/hy.d.ts +1 -0
- package/dist/translations/hy.js +1 -0
- package/dist/translations/index.d.ts +238 -213
- package/dist/translations/ru.d.ts +1 -0
- package/dist/translations/ru.js +1 -0
- package/package.json +1 -1
|
@@ -1,216 +1,239 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
2
|
+
account: {
|
|
3
|
+
action: {
|
|
4
|
+
cancel: string;
|
|
5
|
+
saveChanges: string;
|
|
6
|
+
saveAndApply: string;
|
|
7
|
+
remove: string;
|
|
8
|
+
change: string;
|
|
9
|
+
edit: string;
|
|
10
|
+
submit: string;
|
|
11
|
+
save: string;
|
|
12
|
+
reorder: string;
|
|
13
|
+
};
|
|
14
|
+
message: {
|
|
15
|
+
yourSettingsHaveBeenSaved: string;
|
|
16
|
+
yourPasswordHaveBeenChanged: string;
|
|
17
|
+
removeAccount: string;
|
|
18
|
+
deleteYourAccount: string;
|
|
19
|
+
deleteYourAccountDesc: string;
|
|
20
|
+
confirmMessageTitle: string;
|
|
21
|
+
confirmMessageDesc: string;
|
|
22
|
+
forgotErrorDescription: string;
|
|
23
|
+
titleExpired: string;
|
|
24
|
+
descriptionExpired: string;
|
|
25
|
+
};
|
|
26
|
+
navigation: {
|
|
27
|
+
backToList: string;
|
|
28
|
+
continueToShop: string;
|
|
29
|
+
goHome: string;
|
|
30
|
+
backToShop: string;
|
|
31
|
+
linkTextResentExpired: string;
|
|
32
|
+
};
|
|
33
|
+
auth: {
|
|
34
|
+
welcomeBack: string;
|
|
35
|
+
login: string;
|
|
36
|
+
signOut: string;
|
|
37
|
+
};
|
|
38
|
+
address: {
|
|
39
|
+
addresses: string;
|
|
40
|
+
address: string;
|
|
41
|
+
shippingAndBillingInfo: string;
|
|
42
|
+
shippingInfo: string;
|
|
43
|
+
shippedTo: string;
|
|
44
|
+
addNewAdd: string;
|
|
45
|
+
shippingAddress: string;
|
|
46
|
+
billingAddress: string;
|
|
47
|
+
emptyAddress: string;
|
|
48
|
+
deleteAddressMessage: string;
|
|
49
|
+
confirmDeleteAddress: string;
|
|
50
|
+
addNewAddress: string;
|
|
51
|
+
addNewShippingAddress: string;
|
|
52
|
+
addNewBillingAddress: string;
|
|
53
|
+
updateYourAddress: string;
|
|
54
|
+
updateYourShippingAddress: string;
|
|
55
|
+
updateYourBillingAddress: string;
|
|
56
|
+
thisYourDefaultAddress: string;
|
|
57
|
+
thisYourDefaultShippingAddress: string;
|
|
58
|
+
thisYourDefaultBillingAddress: string;
|
|
59
|
+
makeYourDefaultShippingAddress: string;
|
|
60
|
+
makeYourDefaultBillingAddress: string;
|
|
61
|
+
makeYourDefaultAddress: string;
|
|
62
|
+
defaultAddress: string;
|
|
63
|
+
defaultShippingAddress: string;
|
|
64
|
+
defaultBillingAddress: string;
|
|
65
|
+
useAlsoBillingAddress: string;
|
|
66
|
+
shippingInformation: string;
|
|
67
|
+
billing: string;
|
|
68
|
+
selectShippingAddress: string;
|
|
69
|
+
selectBillingAddress: string;
|
|
70
|
+
};
|
|
71
|
+
balance: {
|
|
72
|
+
balanceStatus: string;
|
|
73
|
+
priceValue: string;
|
|
74
|
+
balanceCashback: string;
|
|
75
|
+
balanceTotalSpent: string;
|
|
76
|
+
balance: string;
|
|
77
|
+
specialNameBalance: string;
|
|
78
|
+
progressBalanceTitle: string;
|
|
79
|
+
balanceNextStatusDescription1: string;
|
|
80
|
+
balanceNextStatusDescription2: string;
|
|
81
|
+
balanceFirstOrderStatus: string;
|
|
82
|
+
balanceStarting: string;
|
|
83
|
+
balanceRecentActivity: string;
|
|
84
|
+
balanceCategoryDate: string;
|
|
85
|
+
balanceCategoryActivity: string;
|
|
86
|
+
balanceCategoryAmount: string;
|
|
87
|
+
balanceHowToEarn: string;
|
|
88
|
+
useYourMoney: string;
|
|
89
|
+
balanceLowercase: string;
|
|
90
|
+
muramoneyPlaceholder: string;
|
|
91
|
+
};
|
|
92
|
+
cart: {
|
|
93
|
+
editCart: string;
|
|
94
|
+
cartEmpty: string;
|
|
95
|
+
cartEmptyDesc: string;
|
|
96
|
+
};
|
|
97
|
+
order: {
|
|
98
|
+
orderItems: string;
|
|
99
|
+
orderDate: string;
|
|
100
|
+
totalItems: string;
|
|
101
|
+
orderNumber: string;
|
|
102
|
+
orderStatus: string;
|
|
103
|
+
totalPrice: string;
|
|
104
|
+
viewOrder: string;
|
|
105
|
+
inProgress: string;
|
|
106
|
+
orderDetails: string;
|
|
107
|
+
deliverDate: string;
|
|
108
|
+
usedBalance: string;
|
|
109
|
+
status: {
|
|
110
|
+
canceled: string;
|
|
111
|
+
accepted: string;
|
|
112
|
+
processing: string;
|
|
113
|
+
delivered: string;
|
|
114
|
+
payment_failed: string;
|
|
115
|
+
pending: string;
|
|
116
|
+
completed: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
payment: {
|
|
120
|
+
payment: string;
|
|
121
|
+
selectPaymentMethod: string;
|
|
122
|
+
paymentMethods: string;
|
|
123
|
+
myCards: string;
|
|
124
|
+
addNewCard: string;
|
|
125
|
+
cardExpired: string;
|
|
126
|
+
deleteCardMessage: string;
|
|
127
|
+
confirmDeleteCard: string;
|
|
128
|
+
};
|
|
129
|
+
shopNow: string;
|
|
130
|
+
noData: string;
|
|
131
|
+
privacyPolicy: string;
|
|
132
|
+
accountText: string;
|
|
133
|
+
joinNow: string;
|
|
134
|
+
forgotPasswordLink: string;
|
|
135
|
+
forgotPassword: string;
|
|
136
|
+
forgotPasswordDescription: string;
|
|
137
|
+
thankYou: string;
|
|
138
|
+
recoveryText: string;
|
|
139
|
+
tryAgainText: string;
|
|
140
|
+
tryAgain: string;
|
|
141
|
+
resendNewLink: string;
|
|
142
|
+
successfullyMessage: string;
|
|
143
|
+
registration: string;
|
|
144
|
+
alreadyHaveAnAccount: string;
|
|
145
|
+
signUp: string;
|
|
146
|
+
checkedText1: string;
|
|
147
|
+
checkedText2: string;
|
|
148
|
+
verifyYourEmail: string;
|
|
149
|
+
verifyText1: string;
|
|
150
|
+
verifyText2: string;
|
|
151
|
+
verify: string;
|
|
152
|
+
haveNotReceivedIt: string;
|
|
153
|
+
resendNewCode: string;
|
|
154
|
+
deleteAccountTextPart1: string;
|
|
155
|
+
deleteAccountTextPart2: string;
|
|
156
|
+
deleteAccountTextPart3: string;
|
|
157
|
+
codeResendSuccessTitle: string;
|
|
158
|
+
codeResendSuccessSubtitle: string;
|
|
159
|
+
myAccount: string;
|
|
160
|
+
accountInformation: string;
|
|
161
|
+
accountSettings: string;
|
|
162
|
+
orderHistory: string;
|
|
163
|
+
name: string;
|
|
164
|
+
namePlaceholder: string;
|
|
165
|
+
firstName: string;
|
|
166
|
+
first_name: string;
|
|
167
|
+
firstNamePlaceholder: string;
|
|
168
|
+
last_name: string;
|
|
169
|
+
lastName: string;
|
|
170
|
+
lastNamePlaceholder: string;
|
|
171
|
+
email_: string;
|
|
172
|
+
emailPlaceholder: string;
|
|
173
|
+
email: string;
|
|
174
|
+
phone: string;
|
|
175
|
+
phone_: string;
|
|
176
|
+
phone_input: string;
|
|
177
|
+
phonePlaceholder: string;
|
|
178
|
+
password: string;
|
|
179
|
+
password_: string;
|
|
180
|
+
password_title: string;
|
|
181
|
+
passwordPlaceholder: string;
|
|
182
|
+
enterCurrentPassword: string;
|
|
183
|
+
enterCurrentPasswordPlaceholder: string;
|
|
184
|
+
enterNewPassword: string;
|
|
185
|
+
enterNewPasswordPlaceholder: string;
|
|
186
|
+
newPasswordPlaceholder: string;
|
|
187
|
+
confirmNewPasswordPlaceholder: string;
|
|
188
|
+
recoverPassword: string;
|
|
189
|
+
recoverPasswordDesc: string;
|
|
190
|
+
newPassword: string;
|
|
191
|
+
confirmNewPassword: string;
|
|
192
|
+
resetPassword: string;
|
|
193
|
+
emptyTitle: string;
|
|
194
|
+
emptyDesc: string;
|
|
195
|
+
sortBy: string;
|
|
196
|
+
sortByWithSymbol: string;
|
|
197
|
+
addToCart: string;
|
|
198
|
+
addedToCart: string;
|
|
199
|
+
quantityWithSymbol: string;
|
|
200
|
+
free: string;
|
|
201
|
+
shippingCost: string;
|
|
202
|
+
orderSummary: string;
|
|
203
|
+
subtotal: string;
|
|
204
|
+
shipping: string;
|
|
205
|
+
myCart: string;
|
|
206
|
+
proceedToCheckout: string;
|
|
207
|
+
continueShopping: string;
|
|
208
|
+
proceedToPayment: string;
|
|
209
|
+
checkoutCommentPlaceholder: string;
|
|
210
|
+
item: string;
|
|
211
|
+
quantity: string;
|
|
212
|
+
price: string;
|
|
213
|
+
total: string;
|
|
214
|
+
billedTo: string;
|
|
215
|
+
default: string;
|
|
216
|
+
country: string;
|
|
217
|
+
countryPlaceholder: string;
|
|
218
|
+
address_1: string;
|
|
219
|
+
address_1Placeholder: string;
|
|
220
|
+
address_2: string;
|
|
221
|
+
address_2Placeholder: string;
|
|
222
|
+
zipCode: string;
|
|
223
|
+
zipCodePlaceholder: string;
|
|
224
|
+
city: string;
|
|
225
|
+
cityPlaceholder: string;
|
|
226
|
+
done: string;
|
|
227
|
+
confirmation: string;
|
|
228
|
+
all: string;
|
|
229
|
+
by: string;
|
|
230
|
+
view: string;
|
|
231
|
+
review: string;
|
|
232
|
+
gotPromotionCode: string;
|
|
233
|
+
promoCodePlaceholder: string;
|
|
234
|
+
comment: string;
|
|
235
|
+
discount: string;
|
|
236
|
+
note: string;
|
|
237
|
+
};
|
|
215
238
|
};
|
|
216
239
|
export default _default;
|