@weareconceptstudio/account 0.3.7 → 0.3.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 (54) hide show
  1. package/dist/components/Loader/index.d.ts +2 -1
  2. package/dist/components/Loader/index.js +17 -6
  3. package/dist/components/Loader/style.js +32 -9
  4. package/dist/components/TotalCheckout/BalanceComp/index.js +1 -3
  5. package/dist/components/TotalCheckout/PromoCodeComp/index.js +1 -1
  6. package/dist/components/TotalCheckout/index.js +5 -5
  7. package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/ItemHistory/index.js +1 -6
  8. package/dist/modules/account/AccountSettingsTemplate/AccountInfo/index.js +1 -1
  9. package/dist/modules/account/AccountSettingsTemplate/AccountPassword/index.js +1 -1
  10. package/dist/modules/account/AccountTemplate/index.js +4 -1
  11. package/dist/modules/account/AccountTemplate/style.js +5 -3
  12. package/dist/modules/address/AddressForm/index.js +10 -5
  13. package/dist/modules/address/AddressItem/index.js +1 -1
  14. package/dist/modules/address/AddressProvider.js +3 -3
  15. package/dist/modules/address/SelectAddressPopup/index.js +1 -1
  16. package/dist/modules/cart/CartTemplate/Skeleton/index.d.ts +1 -2
  17. package/dist/modules/cart/CartTemplate/Skeleton/index.js +6 -4
  18. package/dist/modules/cart/CartTemplate/index.d.ts +1 -2
  19. package/dist/modules/cart/CartTemplate/index.js +1 -2
  20. package/dist/modules/checkout/CheckoutProvider.js +29 -5
  21. package/dist/modules/checkout/CheckoutTemplate/index.js +8 -7
  22. package/dist/modules/order/OrderDetails/index.js +2 -2
  23. package/dist/modules/order/OrderIndividualTemplate/index.js +1 -2
  24. package/dist/modules/order/OrderStatus/index.js +3 -20
  25. package/dist/modules/order/OrderStatus/style.d.ts +2 -0
  26. package/dist/modules/order/OrderStatus/style.js +44 -0
  27. package/dist/modules/order/OrdersList/OrderItem/index.js +1 -3
  28. package/dist/modules/order/OrdersList/index.js +4 -2
  29. package/dist/modules/payment/AddNewCard/index.d.ts +1 -2
  30. package/dist/modules/payment/AddNewCard/index.js +4 -2
  31. package/dist/modules/payment/Card/index.d.ts +1 -2
  32. package/dist/modules/payment/Card/index.js +4 -2
  33. package/dist/modules/payment/Payment/index.js +1 -11
  34. package/dist/modules/payment/PaymentMethodItem/index.d.ts +1 -1
  35. package/dist/modules/payment/PaymentMethodItem/index.js +5 -6
  36. package/dist/modules/payment/PaymentMethodItem/style.js +25 -14
  37. package/dist/modules/payment/PaymentMethods/index.js +1 -1
  38. package/dist/modules/payment/PaymentMethods/style.js +8 -8
  39. package/dist/modules/payment/PaymentMethodsTemplate/index.js +1 -2
  40. package/dist/modules/payment/PaymentWrap/index.d.ts +1 -2
  41. package/dist/modules/payment/PaymentWrap/index.js +3 -3
  42. package/dist/modules/payment/PaymentWrap/style.js +2 -15
  43. package/dist/modules/payment/SelectPaymentMethodPopup/index.js +1 -1
  44. package/dist/modules/payment/SelectedPayment/index.js +2 -19
  45. package/dist/styles/theme.js +16 -1
  46. package/dist/styles/variables.js +22 -0
  47. package/dist/translations/en.d.ts +8 -2
  48. package/dist/translations/en.js +9 -2
  49. package/dist/translations/hy.d.ts +8 -2
  50. package/dist/translations/hy.js +9 -2
  51. package/dist/translations/index.d.ts +24 -6
  52. package/dist/translations/ru.d.ts +8 -2
  53. package/dist/translations/ru.js +9 -2
  54. package/package.json +1 -1
@@ -78,7 +78,6 @@ export default {
78
78
  emptyDesc: 'You haven’t placed any orders yet.',
79
79
  //! Btn
80
80
  cancel: 'Cancel',
81
- canceled: 'Canceled',
82
81
  backToList: 'Back to list',
83
82
  saveChanges: 'Save changes',
84
83
  continueToShop: 'Continue to shop',
@@ -88,6 +87,7 @@ export default {
88
87
  change: 'Change',
89
88
  edit: 'Edit',
90
89
  submit: 'Submit',
90
+ save: 'Save',
91
91
  //! Order
92
92
  orderItems: 'Order items',
93
93
  orderDate: 'Order date',
@@ -102,7 +102,6 @@ export default {
102
102
  usedBalance: 'Used Balance',
103
103
  sortBy: 'Sort by',
104
104
  sortByWithSymbol: 'Sort by:',
105
- delivered: 'Delivered',
106
105
  //! Address
107
106
  addresses: 'Addresses',
108
107
  address: 'Address',
@@ -222,4 +221,12 @@ export default {
222
221
  comment: 'Comment',
223
222
  muramoneyPlaceholder: 'Type amount',
224
223
  discount: 'Discount',
224
+ //! Order Status
225
+ canceled: 'Canceled',
226
+ accepted: 'Accepted',
227
+ processing: 'Processing',
228
+ delivered: 'Delivered',
229
+ payment_failed: 'Payment failed',
230
+ pending: 'In progress',
231
+ completed: 'Completed',
225
232
  };
@@ -70,7 +70,6 @@ declare const _default: {
70
70
  emptyTitle: string;
71
71
  emptyDesc: string;
72
72
  cancel: string;
73
- canceled: string;
74
73
  backToList: string;
75
74
  saveChanges: string;
76
75
  continueToShop: string;
@@ -80,6 +79,7 @@ declare const _default: {
80
79
  change: string;
81
80
  edit: string;
82
81
  submit: string;
82
+ save: string;
83
83
  orderItems: string;
84
84
  orderDate: string;
85
85
  totalItems: string;
@@ -93,7 +93,6 @@ declare const _default: {
93
93
  usedBalance: string;
94
94
  sortBy: string;
95
95
  sortByWithSymbol: string;
96
- delivered: string;
97
96
  addresses: string;
98
97
  address: string;
99
98
  shippingAndBillingInfo: string;
@@ -206,5 +205,12 @@ declare const _default: {
206
205
  comment: string;
207
206
  muramoneyPlaceholder: string;
208
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;
209
215
  };
210
216
  export default _default;
@@ -78,7 +78,6 @@ export default {
78
78
  emptyDesc: 'You haven’t placed any orders yet.',
79
79
  //! Btn
80
80
  cancel: 'Cancel',
81
- canceled: 'Canceled',
82
81
  backToList: 'Back to list',
83
82
  saveChanges: 'Save changes',
84
83
  continueToShop: 'Continue to shop',
@@ -88,6 +87,7 @@ export default {
88
87
  change: 'Change',
89
88
  edit: 'Edit',
90
89
  submit: 'Submit',
90
+ save: 'Save',
91
91
  //! Order
92
92
  orderItems: 'Order items',
93
93
  orderDate: 'Order date',
@@ -102,7 +102,6 @@ export default {
102
102
  usedBalance: 'Used Balance',
103
103
  sortBy: 'Sort by',
104
104
  sortByWithSymbol: 'Sort by:',
105
- delivered: 'Delivered',
106
105
  //! Address
107
106
  addresses: 'Addresses',
108
107
  address: 'Address',
@@ -222,4 +221,12 @@ export default {
222
221
  comment: 'Comment',
223
222
  muramoneyPlaceholder: 'Type amount',
224
223
  discount: 'Discount',
224
+ //! Order Status
225
+ canceled: 'Canceled',
226
+ accepted: 'Accepted',
227
+ processing: 'Processing',
228
+ delivered: 'Delivered',
229
+ payment_failed: 'Payment failed',
230
+ pending: 'In progress',
231
+ completed: 'Completed',
225
232
  };
@@ -71,7 +71,6 @@ declare const _default: {
71
71
  emptyTitle: string;
72
72
  emptyDesc: string;
73
73
  cancel: string;
74
- canceled: string;
75
74
  backToList: string;
76
75
  saveChanges: string;
77
76
  continueToShop: string;
@@ -81,6 +80,7 @@ declare const _default: {
81
80
  change: string;
82
81
  edit: string;
83
82
  submit: string;
83
+ save: string;
84
84
  orderItems: string;
85
85
  orderDate: string;
86
86
  totalItems: string;
@@ -94,7 +94,6 @@ declare const _default: {
94
94
  usedBalance: string;
95
95
  sortBy: string;
96
96
  sortByWithSymbol: string;
97
- delivered: string;
98
97
  addresses: string;
99
98
  address: string;
100
99
  shippingAndBillingInfo: string;
@@ -207,6 +206,13 @@ declare const _default: {
207
206
  comment: string;
208
207
  muramoneyPlaceholder: string;
209
208
  discount: string;
209
+ canceled: string;
210
+ accepted: string;
211
+ processing: string;
212
+ delivered: string;
213
+ payment_failed: string;
214
+ pending: string;
215
+ completed: string;
210
216
  };
211
217
  hy: {
212
218
  editCart: string;
@@ -280,7 +286,6 @@ declare const _default: {
280
286
  emptyTitle: string;
281
287
  emptyDesc: string;
282
288
  cancel: string;
283
- canceled: string;
284
289
  backToList: string;
285
290
  saveChanges: string;
286
291
  continueToShop: string;
@@ -290,6 +295,7 @@ declare const _default: {
290
295
  change: string;
291
296
  edit: string;
292
297
  submit: string;
298
+ save: string;
293
299
  orderItems: string;
294
300
  orderDate: string;
295
301
  totalItems: string;
@@ -303,7 +309,6 @@ declare const _default: {
303
309
  usedBalance: string;
304
310
  sortBy: string;
305
311
  sortByWithSymbol: string;
306
- delivered: string;
307
312
  addresses: string;
308
313
  address: string;
309
314
  shippingAndBillingInfo: string;
@@ -416,6 +421,13 @@ declare const _default: {
416
421
  comment: string;
417
422
  muramoneyPlaceholder: string;
418
423
  discount: string;
424
+ canceled: string;
425
+ accepted: string;
426
+ processing: string;
427
+ delivered: string;
428
+ payment_failed: string;
429
+ pending: string;
430
+ completed: string;
419
431
  };
420
432
  ru: {
421
433
  editCart: string;
@@ -489,7 +501,6 @@ declare const _default: {
489
501
  emptyTitle: string;
490
502
  emptyDesc: string;
491
503
  cancel: string;
492
- canceled: string;
493
504
  backToList: string;
494
505
  saveChanges: string;
495
506
  continueToShop: string;
@@ -499,6 +510,7 @@ declare const _default: {
499
510
  change: string;
500
511
  edit: string;
501
512
  submit: string;
513
+ save: string;
502
514
  orderItems: string;
503
515
  orderDate: string;
504
516
  totalItems: string;
@@ -512,7 +524,6 @@ declare const _default: {
512
524
  usedBalance: string;
513
525
  sortBy: string;
514
526
  sortByWithSymbol: string;
515
- delivered: string;
516
527
  addresses: string;
517
528
  address: string;
518
529
  shippingAndBillingInfo: string;
@@ -625,6 +636,13 @@ declare const _default: {
625
636
  comment: string;
626
637
  muramoneyPlaceholder: string;
627
638
  discount: string;
639
+ canceled: string;
640
+ accepted: string;
641
+ processing: string;
642
+ delivered: string;
643
+ payment_failed: string;
644
+ pending: string;
645
+ completed: string;
628
646
  };
629
647
  };
630
648
  export default _default;
@@ -70,7 +70,6 @@ declare const _default: {
70
70
  emptyTitle: string;
71
71
  emptyDesc: string;
72
72
  cancel: string;
73
- canceled: string;
74
73
  backToList: string;
75
74
  saveChanges: string;
76
75
  continueToShop: string;
@@ -80,6 +79,7 @@ declare const _default: {
80
79
  change: string;
81
80
  edit: string;
82
81
  submit: string;
82
+ save: string;
83
83
  orderItems: string;
84
84
  orderDate: string;
85
85
  totalItems: string;
@@ -93,7 +93,6 @@ declare const _default: {
93
93
  usedBalance: string;
94
94
  sortBy: string;
95
95
  sortByWithSymbol: string;
96
- delivered: string;
97
96
  addresses: string;
98
97
  address: string;
99
98
  shippingAndBillingInfo: string;
@@ -206,5 +205,12 @@ declare const _default: {
206
205
  comment: string;
207
206
  muramoneyPlaceholder: string;
208
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;
209
215
  };
210
216
  export default _default;
@@ -78,7 +78,6 @@ export default {
78
78
  emptyDesc: 'You haven’t placed any orders yet.',
79
79
  //! Btn
80
80
  cancel: 'Cancel',
81
- canceled: 'Canceled',
82
81
  backToList: 'Back to list',
83
82
  saveChanges: 'Save changes',
84
83
  continueToShop: 'Continue to shop',
@@ -88,6 +87,7 @@ export default {
88
87
  change: 'Change',
89
88
  edit: 'Edit',
90
89
  submit: 'Submit',
90
+ save: 'Save',
91
91
  //! Order
92
92
  orderItems: 'Order items',
93
93
  orderDate: 'Order date',
@@ -102,7 +102,6 @@ export default {
102
102
  usedBalance: 'Used Balance',
103
103
  sortBy: 'Sort by',
104
104
  sortByWithSymbol: 'Sort by:',
105
- delivered: 'Delivered',
106
105
  //! Address
107
106
  addresses: 'Addresses',
108
107
  address: 'Address',
@@ -222,4 +221,12 @@ export default {
222
221
  comment: 'Comment',
223
222
  muramoneyPlaceholder: 'Type amount',
224
223
  discount: 'Discount',
224
+ //! Order Status
225
+ canceled: 'Canceled',
226
+ accepted: 'Accepted',
227
+ processing: 'Processing',
228
+ delivered: 'Delivered',
229
+ payment_failed: 'Payment failed',
230
+ pending: 'In progress',
231
+ completed: 'Completed',
225
232
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weareconceptstudio/account",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "Concept Studio Account",
5
5
  "author": "Concept Studio",
6
6
  "license": "ISC",