wickes-css2 2.98.0-billie.1 → 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 (72) 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-non-critical.css +1 -1
  16. package/build/css/pdp-main.css +1 -1
  17. package/build/css/plp-main.css +1 -1
  18. package/build/css/store-locator-main.css +1 -1
  19. package/build/img/calm-primary-logo.png +0 -0
  20. package/build/js/basket.min.js +1 -1
  21. package/build/js/emulation.min.js +0 -5
  22. package/build/js/page/basket-v2.js +15 -8
  23. package/build/js/page/checkout-payment-details.js +0 -3
  24. package/build/js/page/components/charity.js +58 -43
  25. package/package.json +2 -2
  26. package/src/components/basket-charity-donations-new.hbs +40 -0
  27. package/src/components/checkout-payment-details-v2.hbs +54 -100
  28. package/src/components/checkout_payment-new.hbs +1 -10
  29. package/src/components/donation-cart-new.hbs +38 -0
  30. package/src/components/my-account/active-orders/list-orders.hbs +1 -1
  31. package/src/components/my-account/active-orders/order.hbs +0 -2
  32. package/src/components/payment-loader.hbs +0 -4
  33. package/src/components/payments-checkout-v2.hbs +6 -12
  34. package/src/components/payments-checkout.hbs +0 -6
  35. package/src/components/payments.hbs +4 -10
  36. package/src/data/data_shopping-cart-v2.json +51 -0
  37. package/src/img/calm-primary-logo.png +0 -0
  38. package/src/js/emulation/paymentLoader.js +1 -5
  39. package/src/js/page/basket-v2.js +15 -8
  40. package/src/js/page/checkout-payment-details.js +0 -3
  41. package/src/js/page/components/charity.js +58 -43
  42. package/src/page_checkout_delivery-address-customer-journey.html +2 -2
  43. package/src/page_my-account.html +0 -1
  44. package/src/page_shopping-cart-v2.html +3 -4
  45. package/src/scss/components/_charity-donations.scss +114 -186
  46. package/src/scss/components/_donation-cart-new.scss +192 -0
  47. package/src/scss/components/_payments-v2.scss +0 -8
  48. package/src/scss/components/checkout-payment-details-v2.scss +0 -67
  49. package/src/scss/components/loader.scss +0 -8
  50. package/src/scss/components/my-account/_active-orders.scss +0 -2
  51. package/src/scss/pages/_checkout-confirmation-new.scss +3 -10
  52. package/src/scss/pages/checkout-new.scss +1 -0
  53. package/src/scss/pages/my-account-v2.scss +0 -1
  54. package/src/sitemap.html +0 -27
  55. package/build/img/billie-logo.svg +0 -4
  56. package/build/img/billie-spinner.svg +0 -5
  57. package/build/img/billie.svg +0 -4
  58. package/build/img/payment/checkout/billie.svg +0 -4
  59. package/build/img/payment/footer/billie.svg +0 -4
  60. package/src/components/checkout-payment-info-block.hbs +0 -47
  61. package/src/components/checkout-payment-option.hbs +0 -40
  62. package/src/components/my-account/active-orders/payment-status.hbs +0 -8
  63. package/src/img/billie-logo.svg +0 -4
  64. package/src/img/billie-spinner.svg +0 -5
  65. package/src/img/billie.svg +0 -4
  66. package/src/img/payment/checkout/billie.svg +0 -4
  67. package/src/img/payment/footer/billie.svg +0 -4
  68. package/src/page_checkout_confirmation-billie.html +0 -339
  69. package/src/page_payment-details-with-billie.html +0 -66
  70. package/src/page_product-details-billie.html +0 -86
  71. package/src/page_shopping-cart-charity.html +0 -56
  72. package/src/scss/components/my-account/_payment-status.scss +0 -36
Binary file