wickes-css2 2.107.0-add-toggle-password-visibility-to-gulp.1 → 2.107.0-develop.3
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 +1 -2
- package/build/css/category-main.css +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/kitchen-plp-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/checkout.css +1 -1
- package/build/css/pages/my-account-v2.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-critical.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/js/emulation.min.js +1 -21
- package/build/js/gift-cards.min.js +1 -1
- package/build/js/page/checkout-payment-details.js +79 -251
- package/build/js/page/components/gift-cards.js +357 -701
- package/build/js/page/kitchen/card-carousel.js +22 -22
- package/package.json +1 -1
- package/src/components/cart-voucher.hbs +10 -1
- package/src/components/checkout-payment-details-v2.hbs +4 -4
- package/src/components/checkout-payment-info-block.hbs +1 -1
- package/src/components/checkout_order-summary-new.hbs +1 -1
- package/src/components/gift-cards.hbs +14 -7
- package/src/components/order-item.hbs +18 -5
- package/src/components/order-summary.hbs +1 -1
- package/src/components/payments.hbs +5 -6
- package/src/components/potential-promotion.hbs +12 -3
- package/src/components/price-block-v2.hbs +1 -0
- package/src/data/data_delivery-address-v2.json +0 -4
- package/src/data/data_payments-checkout.json +0 -4
- package/src/data/data_shopping-cart-v2.json +23 -5
- package/src/data/footer_menu.json +0 -4
- package/src/js/emulation/checkout-payment-details.js +1 -26
- package/src/js/page/checkout-payment-details.js +79 -251
- package/src/js/page/components/gift-cards.js +357 -701
- package/src/js/page/kitchen/card-carousel.js +22 -22
- package/src/page_my-account-installer-carousel.html +131 -0
- package/src/page_payment-details-with-gift-card.html +1 -1
- package/src/page_product-details-billie.html +0 -2
- package/src/page_product-details-clearpay.html +0 -1
- package/src/page_shopping-cart-v2-vat.html +2 -1
- package/src/scss/components/_gift-cards.scss +3 -32
- package/src/scss/components/_payments-checkout.scss +2 -2
- package/src/scss/components/_payments-v2.scss +1 -1
- package/src/scss/components/_price-block-critical.scss +8 -1
- package/src/scss/components/my-account/_clipboard-code.scss +4 -0
- package/src/scss/helpers/_variables.scss +0 -2
- package/src/sitemap.html +1 -0
- package/build/img/payment/checkout/giftcard.svg +0 -28
- package/build/img/payment/footer/giftcard.svg +0 -28
- package/build/js/toggle-password-visibility.min.js +0 -1
- package/src/img/payment/checkout/giftcard.svg +0 -28
- package/src/img/payment/footer/giftcard.svg +0 -28
package/Readme.md
CHANGED
|
@@ -234,7 +234,6 @@ While using breakpoints we should use right order of its placement:
|
|
|
234
234
|
```
|
|
235
235
|
|
|
236
236
|
* Preferable way is to use one way of breakpoints direction: -up or -down, and to use them both only in exceptional cases"
|
|
237
|
-
|
|
238
237
|
* -only breakpoints should be placed only after group of -up or -down
|
|
239
238
|
|
|
240
239
|
|
|
@@ -285,4 +284,4 @@ For activation sticky functionality in checkout-right-aside, please do next step
|
|
|
285
284
|
To configure pre-commit lint run:
|
|
286
285
|
```
|
|
287
286
|
yarn setup:husky
|
|
288
|
-
```
|
|
287
|
+
```
|