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