wickes-css2 2.98.0-billie.2 → 2.98.0-develop.2

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 (81) hide show
  1. package/Readme.md +0 -1
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/checkout-payment-details-v2.css +1 -1
  4. package/build/css/components/global-search.css +1 -1
  5. package/build/css/components/loader.css +1 -1
  6. package/build/css/homepage-main.css +1 -1
  7. package/build/css/main.css +1 -1
  8. package/build/css/my-account-main-v2.css +1 -1
  9. package/build/css/my-account-main.css +1 -1
  10. package/build/css/pages/checkout-new.css +1 -1
  11. package/build/css/pages/my-account-v2.css +1 -1
  12. package/build/css/pages/page_home.css +1 -1
  13. package/build/css/pages/page_my-orders.css +1 -1
  14. package/build/css/pdp-main-before-combine.css +1 -1
  15. package/build/css/pdp-main-critical.css +1 -1
  16. package/build/css/pdp-main-non-critical.css +1 -1
  17. package/build/css/pdp-main.css +1 -1
  18. package/build/css/plp-main.css +1 -1
  19. package/build/css/store-locator-main.css +1 -1
  20. package/build/img/calm-primary-logo.png +0 -0
  21. package/build/js/basket.min.js +1 -1
  22. package/build/js/emulation.min.js +11 -23
  23. package/build/js/page/basket-v2.js +15 -8
  24. package/build/js/page/checkout-payment-details.js +0 -8
  25. package/build/js/page/components/charity.js +58 -43
  26. package/package.json +2 -2
  27. package/src/components/address-postcode-look-up.hbs +2 -2
  28. package/src/components/basket-charity-donations-new.hbs +40 -0
  29. package/src/components/checkout-edit-billing-address.hbs +6 -20
  30. package/src/components/checkout-payment-details-v2.hbs +55 -94
  31. package/src/components/checkout_payment-new.hbs +1 -10
  32. package/src/components/donation-cart-new.hbs +38 -0
  33. package/src/components/my-account/active-orders/list-orders.hbs +1 -1
  34. package/src/components/my-account/active-orders/order.hbs +0 -2
  35. package/src/components/payment-loader.hbs +21 -59
  36. package/src/components/payments-checkout-v2.hbs +6 -12
  37. package/src/components/payments-checkout.hbs +0 -6
  38. package/src/components/payments.hbs +4 -10
  39. package/src/data/data_shopping-cart-v2.json +51 -0
  40. package/src/elements/radiobutton.hbs +0 -7
  41. package/src/img/calm-primary-logo.png +0 -0
  42. package/src/js/emulation/paymentLoader.js +11 -22
  43. package/src/js/page/basket-v2.js +15 -8
  44. package/src/js/page/checkout-payment-details.js +0 -8
  45. package/src/js/page/components/charity.js +58 -43
  46. package/src/page_checkout_delivery-address-customer-journey.html +2 -2
  47. package/src/page_my-account.html +0 -1
  48. package/src/page_shopping-cart-v2.html +3 -4
  49. package/src/scss/common/_elements.scss +0 -4
  50. package/src/scss/components/_charity-donations.scss +114 -186
  51. package/src/scss/components/_donation-cart-new.scss +192 -0
  52. package/src/scss/components/_payments-v2.scss +0 -8
  53. package/src/scss/components/checkout-payment-details-v2.scss +0 -237
  54. package/src/scss/components/loader.scss +0 -8
  55. package/src/scss/components/my-account/_active-orders.scss +0 -2
  56. package/src/scss/pages/_checkout-confirmation-new.scss +3 -10
  57. package/src/scss/pages/checkout-new.scss +1 -0
  58. package/src/scss/pages/my-account-v2.scss +0 -1
  59. package/src/sitemap.html +0 -27
  60. package/build/img/billie-logo.svg +0 -4
  61. package/build/img/billie-spinner.svg +0 -5
  62. package/build/img/billie.svg +0 -4
  63. package/build/img/payment/checkout/billie.svg +0 -4
  64. package/build/img/payment/footer/billie.svg +0 -4
  65. package/build/js/page/billie-business-type.js +0 -34
  66. package/src/components/address-billie.hbs +0 -42
  67. package/src/components/checkout-payment-info-block.hbs +0 -49
  68. package/src/components/checkout-payment-option.hbs +0 -40
  69. package/src/components/my-account/active-orders/payment-status.hbs +0 -8
  70. package/src/img/billie-logo.svg +0 -4
  71. package/src/img/billie-spinner.svg +0 -5
  72. package/src/img/billie.svg +0 -4
  73. package/src/img/payment/checkout/billie.svg +0 -4
  74. package/src/img/payment/footer/billie.svg +0 -4
  75. package/src/js/page/billie-business-type.js +0 -34
  76. package/src/page_checkout_confirmation-billie.html +0 -339
  77. package/src/page_payment-details-with-billie.html +0 -67
  78. package/src/page_product-details-billie.html +0 -86
  79. package/src/page_shopping-cart-charity.html +0 -56
  80. package/src/scss/components/_tooltip.scss +0 -19
  81. package/src/scss/components/my-account/_payment-status.scss +0 -36
@@ -1,36 +0,0 @@
1
- .payment-status {
2
- display: flex;
3
- align-items: center;
4
- padding: 8px;
5
- background-color: $gray-bg;
6
- gap: 8px;
7
- margin-top: 12px;
8
- grid-area: paymentStatus;
9
-
10
- &__logo {
11
- width: 38px;
12
- height: 24px;
13
- display: flex;
14
- align-items: center;
15
- justify-content: center;
16
- flex-shrink: 0;
17
-
18
- .payments-status__image {
19
- max-width: 100%;
20
- height: auto;
21
- display: block;
22
- }
23
- }
24
-
25
- &__text {
26
- font-size: .75rem;
27
- font-weight: 400;
28
- line-height: 1rem;
29
- }
30
- }
31
-
32
- @include media-breakpoint-up(lg) {
33
- .payment-status {
34
- margin-top: 16px;
35
- }
36
- }