@weareconceptstudio/account 0.4.7 → 0.4.9

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 (73) hide show
  1. package/dist/components/CustomCheckbox/index.js +1 -1
  2. package/dist/components/Sequence/index.js +12 -12
  3. package/dist/components/TotalCheckout/BalanceComp/index.js +3 -3
  4. package/dist/components/TotalCheckout/BalanceComp/utils.js +2 -2
  5. package/dist/components/TotalCheckout/CommentComp/index.js +1 -1
  6. package/dist/components/TotalCheckout/FreeShippingComp/index.js +3 -3
  7. package/dist/components/TotalCheckout/PromoCodeComp/AppliedPromotion/index.d.ts +5 -0
  8. package/dist/components/TotalCheckout/PromoCodeComp/AppliedPromotion/index.js +11 -0
  9. package/dist/components/TotalCheckout/PromoCodeComp/index.d.ts +2 -1
  10. package/dist/components/TotalCheckout/PromoCodeComp/index.js +14 -11
  11. package/dist/components/TotalCheckout/PromoCodeComp/utils.js +1 -3
  12. package/dist/components/TotalCheckout/Skeleton/index.js +0 -1
  13. package/dist/components/TotalCheckout/index.js +11 -11
  14. package/dist/components/WarningMessageForPopup/index.js +4 -4
  15. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/index.js +8 -8
  16. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/index.js +3 -3
  17. package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/ItemHistory/index.js +4 -4
  18. package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/index.js +3 -3
  19. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/ItemStatus/index.js +5 -5
  20. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/index.js +1 -1
  21. package/dist/modules/account/AccountBalanceTemplate/index.js +1 -1
  22. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/index.js +5 -5
  23. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/utils.js +10 -10
  24. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/index.js +6 -6
  25. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/utils.js +4 -4
  26. package/dist/modules/account/AccountTemplate/index.js +3 -3
  27. package/dist/modules/address/AddressForm/index.js +3 -3
  28. package/dist/modules/address/AddressItem/index.js +8 -8
  29. package/dist/modules/address/AddressWrap/index.js +2 -2
  30. package/dist/modules/address/AddressesTemplate/index.js +2 -2
  31. package/dist/modules/address/EmptyAddress/index.js +1 -1
  32. package/dist/modules/address/SelectAddress/index.js +6 -6
  33. package/dist/modules/address/SelectAddressPopup/index.js +4 -4
  34. package/dist/modules/address/ShippingBillingInfo/index.js +6 -3
  35. package/dist/modules/auth/ForgotPasswordTemplate/index.js +9 -9
  36. package/dist/modules/auth/ResetPasswordTemplate/ExpiredLink/index.js +3 -3
  37. package/dist/modules/auth/ResetPasswordTemplate/index.js +6 -8
  38. package/dist/modules/auth/ResetPasswordTemplate/utils.js +2 -2
  39. package/dist/modules/auth/SignInTemplate/index.js +6 -8
  40. package/dist/modules/auth/SignInTemplate/utils.js +4 -4
  41. package/dist/modules/auth/SignUpTemplate/index.js +8 -8
  42. package/dist/modules/auth/SignUpTemplate/utils.js +9 -9
  43. package/dist/modules/auth/VerifyEmailAddressTemplate/index.js +11 -11
  44. package/dist/modules/cart/CartTemplate/index.js +5 -5
  45. package/dist/modules/cart/EmptyCart/index.js +3 -3
  46. package/dist/modules/cart/SimpleItems/Item/index.js +1 -1
  47. package/dist/modules/cart/SimpleItems/ItemMobile/index.js +2 -2
  48. package/dist/modules/cart/SimpleItems/index.js +5 -5
  49. package/dist/modules/checkout/CheckoutTemplate/StepReview/index.js +2 -2
  50. package/dist/modules/checkout/CheckoutTemplate/StepShipping/index.js +1 -1
  51. package/dist/modules/checkout/CheckoutTemplate/index.js +1 -1
  52. package/dist/modules/checkout/ThankYouTemplate/index.js +5 -5
  53. package/dist/modules/order/EmptyOrders/index.js +3 -3
  54. package/dist/modules/order/OrderDetails/index.js +9 -9
  55. package/dist/modules/order/OrderIndividualTemplate/index.js +1 -1
  56. package/dist/modules/order/OrderStatus/index.js +1 -1
  57. package/dist/modules/order/OrderedItems/index.js +13 -13
  58. package/dist/modules/order/OrdersList/OrderItem/index.js +1 -1
  59. package/dist/modules/order/OrdersList/index.js +19 -11
  60. package/dist/modules/payment/AddNewCard/index.js +1 -1
  61. package/dist/modules/payment/Card/index.js +3 -3
  62. package/dist/modules/payment/Payment/index.js +1 -1
  63. package/dist/modules/payment/PaymentMethodItem/index.js +1 -1
  64. package/dist/modules/payment/PaymentMethodsTemplate/index.js +1 -1
  65. package/dist/modules/payment/SelectPaymentMethodPopup/index.js +3 -3
  66. package/dist/translations/en.d.ts +237 -214
  67. package/dist/translations/en.js +237 -214
  68. package/dist/translations/hy.d.ts +237 -214
  69. package/dist/translations/hy.js +237 -214
  70. package/dist/translations/index.d.ts +711 -642
  71. package/dist/translations/ru.d.ts +237 -214
  72. package/dist/translations/ru.js +237 -214
  73. package/package.json +1 -1
@@ -1,217 +1,240 @@
1
1
  declare const _default: {
2
- editCart: string;
3
- shopNow: string;
4
- privacyPolicy: string;
5
- welcomeBack: string;
6
- login: string;
7
- doNotHaveAccount: string;
8
- joinNow: string;
9
- forgotPassword: string;
10
- forgotPasswordDescription: string;
11
- thankYou: string;
12
- recoveryText: string;
13
- resendNewLink: string;
14
- successfullyMessage: string;
15
- registration: string;
16
- alreadyHaveAnAccount: string;
17
- signUp: string;
18
- checkedText1: string;
19
- checkedText2: string;
20
- verifyYourEmail: string;
21
- verifyText1: string;
22
- verifyText2: string;
23
- verify: string;
24
- haveNotReceivedIt: string;
25
- resendNewCode: string;
26
- deleteAccountTextPart1: string;
27
- deleteAccountTextPart2: string;
28
- deleteAccountTextPart3: string;
29
- codeResendSuccessTitle: string;
30
- codeResendSuccessSubtitle: string;
31
- myAccount: string;
32
- accountInformation: string;
33
- accountSettings: string;
34
- orderHistory: string;
35
- signOut: string;
36
- name: string;
37
- namePlaceholder: string;
38
- firstName: string;
39
- firstNamePlaceholder: string;
40
- lastName: string;
41
- lastNamePlaceholder: string;
42
- email: string;
43
- emailPlaceholder: string;
44
- phone: string;
45
- phonePlaceholder: string;
46
- entrance: string;
47
- entrancePlaceholder: string;
48
- floor: string;
49
- floorPlaceholder: string;
50
- apartment: string;
51
- apartmentPlaceholder: string;
52
- doorBell: string;
53
- doorBellPlaceholder: string;
54
- noteForCourier: string;
55
- noteForCourierPlaceholder: string;
56
- password: string;
57
- passwordPlaceholder: string;
58
- enterCurrentPassword: string;
59
- enterCurrentPasswordPlaceholder: string;
60
- enterNewPassword: string;
61
- enterNewPasswordPlaceholder: string;
62
- newPasswordPlaceholder: string;
63
- confirmNewPasswordPlaceholder: string;
64
- newPassword: string;
65
- confirmNewPassword: string;
66
- resetPassword: string;
67
- emptyTitle: string;
68
- emptyDesc: string;
69
- cancel: string;
70
- backToList: string;
71
- saveChanges: string;
72
- continueToShop: string;
73
- saveAndApply: string;
74
- remove: string;
75
- goHome: string;
76
- change: string;
77
- edit: string;
78
- submit: string;
79
- save: string;
80
- orderItems: string;
81
- orderDate: string;
82
- totalItems: string;
83
- orderNumber: string;
84
- orderStatus: string;
85
- totalPrice: string;
86
- viewOrder: string;
87
- inProgress: string;
88
- orderDetails: string;
89
- deliverDate: string;
90
- usedBalance: string;
91
- addresses: string;
92
- address: string;
93
- shippingAndBillingInfo: string;
94
- shippingInfo: string;
95
- shippedTo: string;
96
- addNewAdd: string;
97
- shippingAddress: string;
98
- billingAddress: string;
99
- emptyAddress: string;
100
- deleteAddressMessage: string;
101
- confirmDeleteAddress: string;
102
- addNewAddress: string;
103
- addNewShippingAddress: string;
104
- addNewBillingAddress: string;
105
- updateYourAddress: string;
106
- updateYourShippingAddress: string;
107
- updateYourBillingAddress: string;
108
- thisYourDefaultAddress: string;
109
- thisYourDefaultShippingAddress: string;
110
- thisYourDefaultBillingAddress: string;
111
- makeYourDefaultShippingAddress: string;
112
- makeYourDefaultBillingAddress: string;
113
- makeYourDefaultAddress: string;
114
- defaultAddress: string;
115
- defaultShippingAddress: string;
116
- defaultBillingAddress: string;
117
- addToCart: string;
118
- addedToCart: string;
119
- quantity: string;
120
- free: string;
121
- shippingCost: string;
122
- cartEmpty: string;
123
- cartEmptyDesc: string;
124
- orderSummary: string;
125
- subtotal: string;
126
- shipping: string;
127
- myCart: string;
128
- proceedToCheckout: string;
129
- continueShopping: string;
130
- proceedToPayment: string;
131
- checkoutCommentPlaceholder: string;
132
- item: string;
133
- price: string;
134
- total: string;
135
- yourSettingsHaveBeenSaved: string;
136
- yourPasswordHaveBeenChanged: string;
137
- removeAccount: string;
138
- deleteYourAccount: string;
139
- deleteYourAccountDesc: string;
140
- billedTo: string;
141
- default: string;
142
- country: string;
143
- countryPlaceholder: string;
144
- addressPlaceholder: string;
145
- address_1: string;
146
- address_1Placeholder: string;
147
- address_2: string;
148
- address_2Placeholder: string;
149
- zipCode: string;
150
- zipCodePlaceholder: string;
151
- city: string;
152
- cityPlaceholder: string;
153
- done: string;
154
- useAlsoBillingAddress: string;
155
- shippingInformation: string;
156
- payment: string;
157
- confirmation: string;
158
- billing: string;
159
- selectShippingAddress: string;
160
- selectBillingAddress: string;
161
- selectPaymentMethod: string;
162
- paymentMethods: string;
163
- myCards: string;
164
- addNewCard: string;
165
- cardExpired: string;
166
- deleteCardMessage: string;
167
- confirmDeleteCard: string;
168
- all: string;
169
- by: string;
170
- view: string;
171
- confirmMessageTitle: string;
172
- confirmMessageDesc: string;
173
- review: string;
174
- reorder: string;
175
- backToShop: string;
176
- forgotErrorDescription: string;
177
- gotPromotionCode: string;
178
- balanceStatus: string;
179
- balanceCashback: string;
180
- balanceTotalSpent: string;
181
- balance: string;
182
- balanceNextStatusDescription1: string;
183
- balanceNextStatusDescription2: string;
184
- balanceFirstOrderStatus: string;
185
- balanceStarting: string;
186
- balanceRecentActivity: string;
187
- balanceCategoryDate: string;
188
- balanceCategoryActivity: string;
189
- balanceCategoryAmount: string;
190
- balanceHowToEarn: string;
191
- promoCodePlaceholder: string;
192
- titleExpired: string;
193
- descriptionExpired: string;
194
- linkTextResentExpired: string;
195
- useYourMoney: string;
196
- comment: string;
197
- discount: string;
198
- canceled: string;
199
- accepted: string;
200
- processing: string;
201
- delivered: string;
202
- payment_failed: string;
203
- pending: string;
204
- completed: string;
205
- note: string;
206
- tourist: string;
207
- touristDesc1: string;
208
- touristDesc2: string;
209
- resident: string;
210
- residentDesc1: string;
211
- residentDesc2: string;
212
- citizen: string;
213
- citizenDesc1: string;
214
- citizenDesc2: string;
215
- continueWidth: string;
2
+ account: {
3
+ auth_account_management: {
4
+ login: string;
5
+ signUp: string;
6
+ registration: string;
7
+ joinNow: string;
8
+ signOut: string;
9
+ doNotHaveAccount: string;
10
+ alreadyHaveAnAccount: string;
11
+ deleteYourAccount: string;
12
+ deleteYourAccountDesc: string;
13
+ welcomeBack: string;
14
+ continueWidth: string;
15
+ };
16
+ password_management: {
17
+ password: string;
18
+ passwordPlaceholder: string;
19
+ resetPassword: string;
20
+ forgotPassword: string;
21
+ forgotPasswordWithSymbol: string;
22
+ forgotPasswordDescription: string;
23
+ successfullyMessage: string;
24
+ yourPasswordHaveBeenChanged: string;
25
+ enterCurrentPassword: string;
26
+ enterCurrentPasswordPlaceholder: string;
27
+ enterNewPassword: string;
28
+ enterNewPasswordPlaceholder: string;
29
+ newPassword: string;
30
+ newPasswordPlaceholder: string;
31
+ confirmNewPassword: string;
32
+ confirmNewPasswordPlaceholder: string;
33
+ };
34
+ email_verification: {
35
+ verifyYourEmail: string;
36
+ verifyText1: string;
37
+ verifyText2: string;
38
+ verify: string;
39
+ haveNotReceivedIt: string;
40
+ resendNewCode: string;
41
+ codeResendSuccessTitle: string;
42
+ codeResendSuccessSubtitle: string;
43
+ recoveryText: string;
44
+ resendNewLink: string;
45
+ };
46
+ account_info: {
47
+ myAccount: string;
48
+ accountInformation: string;
49
+ accountSettings: string;
50
+ orderHistory: string;
51
+ name: string;
52
+ namePlaceholder: string;
53
+ firstName: string;
54
+ firstNamePlaceholder: string;
55
+ lastName: string;
56
+ lastNamePlaceholder: string;
57
+ email: string;
58
+ emailPlaceholder: string;
59
+ phone: string;
60
+ phonePlaceholder: string;
61
+ };
62
+ cart_checkout: {
63
+ editCart: string;
64
+ cartEmpty: string;
65
+ cartEmptyDesc: string;
66
+ myCart: string;
67
+ orderSummary: string;
68
+ subtotal: string;
69
+ proceedToCheckout: string;
70
+ proceedToPayment: string;
71
+ checkoutCommentPlaceholder: string;
72
+ };
73
+ order_management: {
74
+ orderItems: string;
75
+ orderDate: string;
76
+ totalItems: string;
77
+ orderNumber: string;
78
+ orderStatus: string;
79
+ totalPrice: string;
80
+ viewOrder: string;
81
+ orderDetails: string;
82
+ inProgress: string;
83
+ processing: string;
84
+ completed: string;
85
+ delivered: string;
86
+ canceled: string;
87
+ accepted: string;
88
+ payment_failed: string;
89
+ pending: string;
90
+ confirmMessageTitle: string;
91
+ confirmMessageDesc: string;
92
+ };
93
+ address_management: {
94
+ addresses: string;
95
+ address: string;
96
+ addressPlaceholder: string;
97
+ shipping: string;
98
+ billing: string;
99
+ shippingAddress: string;
100
+ billingAddress: string;
101
+ addNewAddress: string;
102
+ addNewShippingAddress: string;
103
+ addNewBillingAddress: string;
104
+ updateYourAddress: string;
105
+ updateYourShippingAddress: string;
106
+ updateYourBillingAddress: string;
107
+ thisYourDefaultAddress: string;
108
+ thisYourDefaultShippingAddress: string;
109
+ thisYourDefaultBillingAddress: string;
110
+ makeYourDefaultShippingAddress: string;
111
+ makeYourDefaultBillingAddress: string;
112
+ makeYourDefaultAddress: string;
113
+ defaultAddress: string;
114
+ defaultShippingAddress: string;
115
+ defaultBillingAddress: string;
116
+ deleteAddressMessage: string;
117
+ confirmDeleteAddress: string;
118
+ emptyAddress: string;
119
+ };
120
+ payment_management: {
121
+ payment: string;
122
+ selectPaymentMethod: string;
123
+ myCards: string;
124
+ addNewCard: string;
125
+ cardExpired: string;
126
+ deleteCardMessage: string;
127
+ confirmDeleteCard: string;
128
+ };
129
+ general_actions: {
130
+ cancel: string;
131
+ backToList: string;
132
+ saveChanges: string;
133
+ continueToShop: string;
134
+ saveAndApply: string;
135
+ remove: string;
136
+ change: string;
137
+ edit: string;
138
+ submit: string;
139
+ save: string;
140
+ done: string;
141
+ shopNow: string;
142
+ add: string;
143
+ backToShop: string;
144
+ backToLoginPAge: string;
145
+ continueShopping: string;
146
+ color: string;
147
+ size: string;
148
+ };
149
+ user_status: {
150
+ tourist: string;
151
+ touristDesc1: string;
152
+ touristDesc2: string;
153
+ resident: string;
154
+ residentDesc1: string;
155
+ residentDesc2: string;
156
+ citizen: string;
157
+ citizenDesc1: string;
158
+ citizenDesc2: string;
159
+ };
160
+ legal_policies: {
161
+ privacyPolicy: string;
162
+ checkedText1: string;
163
+ checkedText2: string;
164
+ };
165
+ notifications_messages: {
166
+ thankYou: string;
167
+ titleExpired: string;
168
+ descriptionExpired: string;
169
+ youHaveReachedFreeShipping: string;
170
+ freeShippingText1: string;
171
+ freeShippingText2: string;
172
+ };
173
+ account_deletion: {
174
+ deleteAccountTextPart1: string;
175
+ deleteAccountTextPart2: string;
176
+ deleteAccountTextPart3: string;
177
+ };
178
+ address_details: {
179
+ city: string;
180
+ cityPlaceholder: string;
181
+ entrance: string;
182
+ entrancePlaceholder: string;
183
+ floor: string;
184
+ floorPlaceholder: string;
185
+ apartment: string;
186
+ apartmentPlaceholder: string;
187
+ doorBell: string;
188
+ doorBellPlaceholder: string;
189
+ noteForCourier: string;
190
+ noteForCourierPlaceholder: string;
191
+ };
192
+ order_balance: {
193
+ emptyTitle: string;
194
+ emptyDesc: string;
195
+ useAlsoBillingAddress: string;
196
+ shippingAndBillingInfo: string;
197
+ shippingInfo: string;
198
+ shippedTo: string;
199
+ addNewAdd: string;
200
+ quantity: string;
201
+ free: string;
202
+ shippingCost: string;
203
+ item: string;
204
+ price: string;
205
+ total: string;
206
+ yourSettingsHaveBeenSaved: string;
207
+ billedTo: string;
208
+ confirmation: string;
209
+ selectShippingAddress: string;
210
+ selectBillingAddress: string;
211
+ review: string;
212
+ reorder: string;
213
+ comment: string;
214
+ discount: string;
215
+ note: string;
216
+ };
217
+ balance_promotions: {
218
+ balance: string;
219
+ balancePlaceholder: string;
220
+ balanceCashback: string;
221
+ balanceTotalSpent: string;
222
+ balanceNextStatusDescription1: string;
223
+ balanceNextStatusDescription2: string;
224
+ balanceHowToEarn: string;
225
+ gotPromotionCode: string;
226
+ promoCodePlaceholder: string;
227
+ usedBalance: string;
228
+ balanceStatus: string;
229
+ balanceFirstOrderStatus: string;
230
+ balanceStarting: string;
231
+ balanceRecentActivity: string;
232
+ balanceCategoryDate: string;
233
+ balanceCategoryActivity: string;
234
+ balanceCategoryAmount: string;
235
+ useYourMoney: string;
236
+ muramoney: string;
237
+ };
238
+ };
216
239
  };
217
240
  export default _default;