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.
- package/Readme.md +0 -1
- package/build/css/category-main.css +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/components/global-search.css +1 -1
- package/build/css/components/loader.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/checkout-new.css +1 -1
- package/build/css/pages/my-account-v2.css +1 -1
- package/build/css/pages/page_home.css +1 -1
- package/build/css/pages/page_my-orders.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/css/plp-main.css +1 -1
- package/build/css/store-locator-main.css +1 -1
- package/build/img/calm-primary-logo.png +0 -0
- package/build/js/basket.min.js +1 -1
- package/build/js/emulation.min.js +0 -5
- package/build/js/page/basket-v2.js +15 -8
- package/build/js/page/checkout-payment-details.js +0 -3
- package/build/js/page/components/charity.js +58 -43
- package/package.json +2 -2
- package/src/components/basket-charity-donations-new.hbs +40 -0
- package/src/components/checkout-payment-details-v2.hbs +54 -100
- package/src/components/checkout_payment-new.hbs +1 -10
- package/src/components/donation-cart-new.hbs +38 -0
- package/src/components/my-account/active-orders/list-orders.hbs +1 -1
- package/src/components/my-account/active-orders/order.hbs +0 -2
- package/src/components/payment-loader.hbs +0 -4
- package/src/components/payments-checkout-v2.hbs +6 -12
- package/src/components/payments-checkout.hbs +0 -6
- package/src/components/payments.hbs +4 -10
- package/src/data/data_shopping-cart-v2.json +51 -0
- package/src/img/calm-primary-logo.png +0 -0
- package/src/js/emulation/paymentLoader.js +1 -5
- package/src/js/page/basket-v2.js +15 -8
- package/src/js/page/checkout-payment-details.js +0 -3
- package/src/js/page/components/charity.js +58 -43
- package/src/page_checkout_delivery-address-customer-journey.html +2 -2
- package/src/page_my-account.html +0 -1
- package/src/page_shopping-cart-v2.html +3 -4
- package/src/scss/components/_charity-donations.scss +114 -186
- package/src/scss/components/_donation-cart-new.scss +192 -0
- package/src/scss/components/_payments-v2.scss +0 -8
- package/src/scss/components/checkout-payment-details-v2.scss +0 -67
- package/src/scss/components/loader.scss +0 -8
- package/src/scss/components/my-account/_active-orders.scss +0 -2
- package/src/scss/pages/_checkout-confirmation-new.scss +3 -10
- package/src/scss/pages/checkout-new.scss +1 -0
- package/src/scss/pages/my-account-v2.scss +0 -1
- package/src/sitemap.html +0 -27
- package/build/img/billie-logo.svg +0 -4
- package/build/img/billie-spinner.svg +0 -5
- package/build/img/billie.svg +0 -4
- package/build/img/payment/checkout/billie.svg +0 -4
- package/build/img/payment/footer/billie.svg +0 -4
- package/src/components/checkout-payment-info-block.hbs +0 -47
- package/src/components/checkout-payment-option.hbs +0 -40
- package/src/components/my-account/active-orders/payment-status.hbs +0 -8
- package/src/img/billie-logo.svg +0 -4
- package/src/img/billie-spinner.svg +0 -5
- package/src/img/billie.svg +0 -4
- package/src/img/payment/checkout/billie.svg +0 -4
- package/src/img/payment/footer/billie.svg +0 -4
- package/src/page_checkout_confirmation-billie.html +0 -339
- package/src/page_payment-details-with-billie.html +0 -66
- package/src/page_product-details-billie.html +0 -86
- package/src/page_shopping-cart-charity.html +0 -56
- package/src/scss/components/my-account/_payment-status.scss +0 -36
|
Binary file
|