@weareconceptstudio/account 0.4.6 → 0.4.8

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 (84) hide show
  1. package/dist/components/AccountButton/icons.d.ts +2 -0
  2. package/dist/components/AccountButton/icons.js +3 -0
  3. package/dist/components/AccountButton/index.js +8 -4
  4. package/dist/components/AccountButton/style.js +68 -0
  5. package/dist/components/CustomCheckbox/index.js +1 -1
  6. package/dist/components/Sequence/index.js +12 -12
  7. package/dist/components/TotalCheckout/BalanceComp/index.js +3 -3
  8. package/dist/components/TotalCheckout/BalanceComp/utils.js +2 -4
  9. package/dist/components/TotalCheckout/CommentComp/index.js +1 -1
  10. package/dist/components/TotalCheckout/FreeShippingComp/index.js +3 -3
  11. package/dist/components/TotalCheckout/PromoCodeComp/index.d.ts +3 -3
  12. package/dist/components/TotalCheckout/PromoCodeComp/index.js +7 -7
  13. package/dist/components/TotalCheckout/PromoCodeComp/utils.js +1 -3
  14. package/dist/components/TotalCheckout/Skeleton/index.js +0 -1
  15. package/dist/components/TotalCheckout/index.js +13 -13
  16. package/dist/components/WarningMessageForPopup/index.js +4 -4
  17. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/index.d.ts +2 -1
  18. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/index.js +9 -9
  19. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/style.js +4 -0
  20. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/index.d.ts +2 -1
  21. package/dist/modules/account/AccountBalanceTemplate/HeroBalance/index.js +8 -8
  22. package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/ItemHistory/index.js +4 -4
  23. package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/index.js +3 -3
  24. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/ItemStatus/index.d.ts +2 -1
  25. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/ItemStatus/index.js +6 -6
  26. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/index.d.ts +2 -1
  27. package/dist/modules/account/AccountBalanceTemplate/StatusBalance/index.js +3 -3
  28. package/dist/modules/account/AccountBalanceTemplate/index.js +4 -2
  29. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/index.js +10 -7
  30. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/utils.js +10 -10
  31. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/index.js +6 -6
  32. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/utils.js +4 -4
  33. package/dist/modules/account/AccountTemplate/index.js +3 -3
  34. package/dist/modules/address/AddressForm/index.js +3 -3
  35. package/dist/modules/address/AddressItem/index.js +8 -8
  36. package/dist/modules/address/AddressWrap/index.js +5 -4
  37. package/dist/modules/address/AddressesTemplate/index.js +2 -2
  38. package/dist/modules/address/EmptyAddress/index.js +1 -1
  39. package/dist/modules/address/SelectAddress/index.js +6 -6
  40. package/dist/modules/address/SelectAddressPopup/index.js +4 -4
  41. package/dist/modules/address/ShippingBillingInfo/index.js +6 -3
  42. package/dist/modules/auth/ForgotPasswordTemplate/index.js +14 -46
  43. package/dist/modules/auth/ResetPasswordTemplate/ExpiredLink/index.js +4 -4
  44. package/dist/modules/auth/ResetPasswordTemplate/index.js +8 -10
  45. package/dist/modules/auth/ResetPasswordTemplate/utils.js +2 -2
  46. package/dist/modules/auth/SignInTemplate/index.d.ts +2 -1
  47. package/dist/modules/auth/SignInTemplate/index.js +15 -8
  48. package/dist/modules/auth/SignInTemplate/style.js +28 -0
  49. package/dist/modules/auth/SignInTemplate/utils.js +4 -4
  50. package/dist/modules/auth/SignUpTemplate/index.d.ts +2 -1
  51. package/dist/modules/auth/SignUpTemplate/index.js +13 -9
  52. package/dist/modules/auth/SignUpTemplate/style.js +28 -0
  53. package/dist/modules/auth/SignUpTemplate/utils.js +9 -9
  54. package/dist/modules/auth/VerifyEmailAddressTemplate/index.js +13 -11
  55. package/dist/modules/cart/CartTemplate/index.js +5 -5
  56. package/dist/modules/cart/EmptyCart/index.js +3 -3
  57. package/dist/modules/cart/SimpleItems/Item/index.js +1 -1
  58. package/dist/modules/cart/SimpleItems/ItemMobile/index.js +8 -3
  59. package/dist/modules/cart/SimpleItems/index.js +5 -5
  60. package/dist/modules/checkout/CheckoutTemplate/StepReview/index.js +2 -2
  61. package/dist/modules/checkout/CheckoutTemplate/StepShipping/index.js +1 -1
  62. package/dist/modules/checkout/CheckoutTemplate/index.js +1 -1
  63. package/dist/modules/checkout/ThankYouTemplate/index.js +5 -5
  64. package/dist/modules/order/EmptyOrders/index.js +3 -3
  65. package/dist/modules/order/OrderDetails/index.js +9 -9
  66. package/dist/modules/order/OrderIndividualTemplate/index.js +1 -1
  67. package/dist/modules/order/OrderStatus/index.js +1 -1
  68. package/dist/modules/order/OrderedItems/index.js +17 -14
  69. package/dist/modules/order/OrdersList/OrderItem/index.js +1 -1
  70. package/dist/modules/order/OrdersList/index.js +19 -11
  71. package/dist/modules/payment/AddNewCard/index.js +7 -4
  72. package/dist/modules/payment/Card/index.js +3 -3
  73. package/dist/modules/payment/Payment/index.js +1 -1
  74. package/dist/modules/payment/PaymentMethodItem/index.js +1 -1
  75. package/dist/modules/payment/PaymentMethodsTemplate/index.js +1 -1
  76. package/dist/modules/payment/SelectPaymentMethodPopup/index.js +3 -3
  77. package/dist/translations/en.d.ts +195 -194
  78. package/dist/translations/en.js +199 -207
  79. package/dist/translations/hy.d.ts +237 -214
  80. package/dist/translations/hy.js +237 -231
  81. package/dist/translations/index.d.ts +642 -595
  82. package/dist/translations/ru.d.ts +237 -214
  83. package/dist/translations/ru.js +237 -231
  84. package/package.json +1 -1
@@ -1,52 +1,103 @@
1
1
  declare const _default: {
2
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;
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;
18
11
  deleteYourAccount: string;
19
12
  deleteYourAccountDesc: string;
20
- confirmMessageTitle: string;
21
- confirmMessageDesc: string;
22
- forgotErrorDescription: string;
23
- titleExpired: string;
24
- descriptionExpired: string;
13
+ welcomeBack: string;
14
+ continueWidth: string;
25
15
  };
26
- navigation: {
27
- backToList: string;
28
- continueToShop: string;
29
- goHome: string;
30
- backToShop: string;
31
- linkTextResentExpired: string;
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;
32
33
  };
33
- auth: {
34
- welcomeBack: string;
35
- login: string;
36
- signOut: string;
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;
37
61
  };
38
- address: {
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: {
39
94
  addresses: string;
40
95
  address: string;
41
- shippingAndBillingInfo: string;
42
- shippingInfo: string;
43
- shippedTo: string;
44
- addNewAdd: string;
96
+ addressPlaceholder: string;
97
+ shipping: string;
98
+ billing: string;
45
99
  shippingAddress: string;
46
100
  billingAddress: string;
47
- emptyAddress: string;
48
- deleteAddressMessage: string;
49
- confirmDeleteAddress: string;
50
101
  addNewAddress: string;
51
102
  addNewShippingAddress: string;
52
103
  addNewBillingAddress: string;
@@ -62,178 +113,128 @@ declare const _default: {
62
113
  defaultAddress: string;
63
114
  defaultShippingAddress: string;
64
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;
65
195
  useAlsoBillingAddress: string;
66
- shippingInformation: string;
67
- billing: 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;
68
209
  selectShippingAddress: string;
69
210
  selectBillingAddress: string;
211
+ review: string;
212
+ reorder: string;
213
+ comment: string;
214
+ discount: string;
215
+ note: string;
70
216
  };
71
- balance: {
72
- balanceStatus: string;
73
- priceValue: string;
217
+ balance_promotions: {
218
+ balance: string;
219
+ balancePlaceholder: string;
74
220
  balanceCashback: string;
75
221
  balanceTotalSpent: string;
76
- balance: string;
77
- specialNameBalance: string;
78
- progressBalanceTitle: string;
79
222
  balanceNextStatusDescription1: string;
80
223
  balanceNextStatusDescription2: string;
224
+ balanceHowToEarn: string;
225
+ gotPromotionCode: string;
226
+ promoCodePlaceholder: string;
227
+ usedBalance: string;
228
+ balanceStatus: string;
81
229
  balanceFirstOrderStatus: string;
82
230
  balanceStarting: string;
83
231
  balanceRecentActivity: string;
84
232
  balanceCategoryDate: string;
85
233
  balanceCategoryActivity: string;
86
234
  balanceCategoryAmount: string;
87
- balanceHowToEarn: string;
88
235
  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;
236
+ muramoney: string;
128
237
  };
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
238
  };
238
239
  };
239
240
  export default _default;