wickes-css2 2.109.0-develop.5 → 2.109.0-develop.7

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 (48) hide show
  1. package/Readme.md +0 -1
  2. package/build/css/components/card-product-banner.css +1 -1
  3. package/build/css/components/special-opening-schedule-v2.css +1 -1
  4. package/build/css/components/special-opening-schedule.css +1 -1
  5. package/build/css/emulation.css +1 -1
  6. package/build/css/main.css +1 -1
  7. package/build/css/my-account-main-v2.css +1 -1
  8. package/build/css/my-account-main.css +1 -1
  9. package/build/css/pages/checkout-new.css +1 -1
  10. package/build/css/pages/page_merged-basket.css +1 -1
  11. package/build/css/pages/page_store-locator-details.css +1 -1
  12. package/build/css/pages/page_store-locator.css +1 -1
  13. package/build/css/plp-main.css +1 -1
  14. package/build/css/store-locator-main.css +1 -1
  15. package/build/js/basket.min.js +1 -1
  16. package/build/js/bundle.min.js +1 -1
  17. package/build/js/checkout.min.js +1 -1
  18. package/build/js/emulation.min.js +340 -110
  19. package/build/js/general.bundle.min.js +1 -1
  20. package/build/js/merged-checkout.min.js +1 -1
  21. package/build/js/page/components/store-locator-cards.js +76 -0
  22. package/build/js/pdp.bundle.min.js +1 -1
  23. package/build/js/plp.bundle.min.js +1 -1
  24. package/build/js/project-list.min.js +1 -1
  25. package/build/js/store-locator-cards.min.js +1 -0
  26. package/package.json +1 -1
  27. package/src/components/card-store-locator.hbs +70 -33
  28. package/src/components/card_bloomreach_media_banner.hbs +10 -0
  29. package/src/components/card_sponsor_banner.hbs +1 -1
  30. package/src/data/data_locators.json +441 -135
  31. package/src/data/data_search-results_v2.json +11 -0
  32. package/src/js/components/general/accordion.js +25 -2
  33. package/src/js/emulation/banner-placement-manager.js +235 -34
  34. package/src/js/emulation/gift-cards.js +1 -1
  35. package/src/js/emulation/store-locator-load-more.js +69 -0
  36. package/src/js/page/components/store-locator-cards.js +76 -0
  37. package/src/page_plp_bloomreach.html +81 -0
  38. package/src/page_plp_v2.html +5 -0
  39. package/src/page_store-locator-list.html +18 -28
  40. package/src/scss/components/_card-store-locator.scss +139 -32
  41. package/src/scss/components/card-product-banner.scss +35 -35
  42. package/src/scss/components/special-opening-schedule-v2.scss +2 -6
  43. package/src/scss/components/special-opening-schedule.scss +17 -4
  44. package/src/scss/emulation.scss +0 -6
  45. package/src/scss/pages/page_store-locator.scss +48 -26
  46. package/src/scss/store-locator-main.scss +15 -1
  47. package/src/sitemap.html +1 -0
  48. package/src/js/emulation/store-locator-list.js +0 -19
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
 
@@ -1 +1 @@
1
- .card-product-banner{flex:0 0 33.33333%;max-width:33.33333%;margin-bottom:30px}@media (max-width:991.98px){.card-product-banner{flex:0 0 50%;max-width:50%}}@media (max-width:767.98px){.card-product-banner{position:relative;padding:0 5px;margin-bottom:20px}.card-product-banner:after{content:"";position:absolute;bottom:0;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}}.card-product-banner__link{display:inline-block;width:100%;height:100%;padding:0 15px}@media (max-width:767.98px){.card-product-banner__link{display:inline-block;padding:0;width:100%}}.card-product-banner__picture{display:flex}.card-product-banner__image{display:inline-block;width:100%}.products-list .card-sponsor-banner,.products-list .card-sponsor-product{flex:0 0 33.33333%;max-width:33.33333%;margin-bottom:0}.products-list .card-sponsor-banner__link{display:inline-block;width:100%;height:100%;padding:0 15px}.products-list .card-sponsor-banner__picture{display:flex}.products-list .card-sponsor-banner__image{display:inline-block;width:100%}.products-list .card-sponsor-product .product-card{max-width:100%}.products-list .product-card__sponsored{font-size:.75rem;line-height:1rem;color:#666;font-weight:400;margin-top:-3px;margin-bottom:15px;padding:2px 4px}.products-list .product-card__sponsored:not(.product-card__sponsored--empty){width:max-content;background:#eee}@media (max-width:991.98px){.products-list .card-sponsor-banner,.products-list .card-sponsor-product{flex:0 0 50%;max-width:50%}.products-list .card-sponsor-banner .card,.products-list .card-sponsor-product .card{max-width:100%}.products-list-v2 .card-sponsor-product:nth-of-type(n+3) .card:before{content:none}}@media (max-width:767.98px){.products-list .product-card__sponsored{margin-right:auto;margin-left:auto}.products-list .card-sponsor-banner{position:relative}.products-list .card-sponsor-banner:after{content:"";position:absolute;bottom:20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}}
1
+ .card-bloomreach-media-banner{padding:0 15px}.card-bloomreach-media-banner,.card-product-banner{flex:0 0 33.33333%;max-width:33.33333%;margin-bottom:30px}.card-bloomreach-media-banner__link,.card-product-banner__link{display:inline-block;width:100%;height:100%;padding:0 15px}.card-bloomreach-media-banner__image,.card-bloomreach-media-banner img,.card-product-banner__image,.card-product-banner img{display:inline-block;width:100%}.products-list .card-sponsor-banner,.products-list .card-sponsor-product{flex:0 0 33.33333%;max-width:33.33333%;margin-bottom:0}.products-list .card-sponsor-banner__link{display:inline-block;width:100%;height:100%;padding:0 15px}.products-list .card-sponsor-banner__image{display:inline-block;width:100%}.products-list .card-sponsor-product .product-card{max-width:100%}.products-list .product-card__sponsored{font-size:.75rem;line-height:1rem;color:#666;font-weight:400;margin-top:-3px;margin-bottom:15px;padding:2px 4px}.products-list .product-card__sponsored:not(.product-card__sponsored--empty){width:max-content;background:#eee}@media (max-width:991.98px){.card-bloomreach-media-banner,.card-product-banner,.products-list .card-sponsor-banner,.products-list .card-sponsor-product{flex:0 0 50%;max-width:50%}.products-list .card-sponsor-banner .card,.products-list .card-sponsor-product .card{max-width:100%}.products-list-v2 .card-sponsor-product:nth-of-type(n+3) .card:before{content:none}}@media (max-width:767.98px){.card-bloomreach-media-banner,.card-product-banner{position:relative;padding:0 5px;margin-bottom:20px}.card-bloomreach-media-banner:after,.card-product-banner:after{content:"";position:absolute;bottom:0;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}.card-bloomreach-media-banner__link,.card-product-banner__link{display:inline-block;width:100%;padding:0}.products-list .product-card__sponsored{margin-right:auto;margin-left:auto}.products-list .card-sponsor-banner{position:relative}.products-list .card-sponsor-banner:after{content:"";position:absolute;bottom:20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}}
@@ -1 +1 @@
1
- .special-opening-schedule-item.schedule-item{flex-direction:row}.special-opening-schedule-item.schedule-item__reason{flex:0 0 33.33333%;max-width:33.33333%;font-weight:400;padding:0 15px}.special-opening-schedule-item.schedule-item__data-time{flex:0 0 66.66667%;max-width:66.66667%;display:flex;justify-content:space-between}.special-opening-schedule-item.schedule-item__day{white-space:nowrap}.special-opening-schedule-item.schedule-item__time{text-align:left;white-space:nowrap}.special-opening-schedule-item.schedule-item__addition-info{font-weight:500;padding:0 15px;margin:5px 0;line-height:16px;font-size:12px}.store-locator .special-opening-schedule-item.schedule-item__reason{display:none}.store-locator .special-opening-schedule-item.schedule-item__data-time{flex:0 0 100%;max-width:100%}.store-locator .special-opening-schedule-item.schedule-item__time{text-align:left}@media (min-width:768px){.special-opening-schedule-item.schedule-item__time{text-align:center}}@media (min-width:992px){.special-opening-schedule-item.schedule-item__time{text-align:right}}
1
+ .special-opening-schedule-item.schedule-item{flex-direction:row}.special-opening-schedule-item.schedule-item__reason{flex:0 0 33.33333%;max-width:33.33333%;font-weight:400;padding:0 15px}.special-opening-schedule-item.schedule-item__data-time{flex:0 0 66.66667%;max-width:66.66667%;display:flex;justify-content:space-between}.special-opening-schedule-item.schedule-item__day{white-space:nowrap}.special-opening-schedule-item.schedule-item__time{text-align:left;white-space:nowrap}.special-opening-schedule-item.schedule-item__addition-info{font-weight:500;padding:0 15px;margin:5px 0;line-height:16px;font-size:12px}.store-locator .special-opening-schedule-item.schedule-item__data-time{flex:0 0 100%;max-width:100%}.store-locator .special-opening-schedule-item.schedule-item__time{text-align:left}@media (min-width:768px){.special-opening-schedule-item.schedule-item__time{text-align:center}}@media (min-width:992px){.special-opening-schedule-item.schedule-item__time{text-align:right}}
@@ -1 +1 @@
1
- .special-opening-schedule-item.schedule-item{display:flex;flex-direction:column;line-height:2;padding:5px 0}.special-opening-schedule-item.schedule-item__reason{font-weight:700;padding:0 15px}.special-opening-schedule-item.schedule-item__data-time{display:flex;justify-content:space-between}.special-opening-schedule-item.schedule-item__time{text-transform:uppercase}@media (min-width:576px){.special-opening-schedule-item.schedule-item__time{white-space:nowrap}}.special-opening-schedule-item.schedule-item__time span:last-child{white-space:nowrap}.special-opening-schedule-item.schedule-item__addition-info{font-weight:500;padding:0 15px;margin:5px 0;line-height:16px;font-size:12px}
1
+ .special-opening-schedule-item.schedule-item{display:flex;flex-direction:column;line-height:2;padding:5px 0;position:relative}.special-opening-schedule-item.schedule-item__reason{font-weight:700;padding:0 0 0 15px;line-height:24px}.special-opening-schedule-item.schedule-item__data-time{display:flex;justify-content:space-between}.special-opening-schedule-item.schedule-item__time{position:absolute;top:50%;transform:translateY(-50%);right:0}@media (min-width:576px){.special-opening-schedule-item.schedule-item__time{white-space:nowrap}}.special-opening-schedule-item.schedule-item__time span:last-child{white-space:nowrap}.special-opening-schedule-item.schedule-item__addition-info{font-weight:500;padding:0 15px;margin:5px 0;line-height:16px;font-size:12px}@media (min-width:1200px){.special-opening-schedule-item.schedule-item__reason{min-width:106px}}
@@ -1 +1 @@
1
- .header-minicart__counter{display:none}.header-minicart__counter._is-visible{display:block}[data-logged-in=false]{display:none}.klarna-logo-img{height:30px;width:48px}.checkout-order .order-block__time-head .iconHead{max-width:1.3rem}.checkout-order .order-block__address .fa-map-marker-alt{max-width:.75rem}.page_checkout-confirmation-new .confirmation-result__action .btn .fa-map-marked-alt{max-width:1.125rem}.page_checkout-confirmation-new .right-aside .checkout-widget .heading-3 .fa-info-circle{max-width:1.88rem}.offer-banner__link-arrow{max-width:.625rem}@media (max-width:767.98px){.cards-store-list:not(:nth-child(-n+4)){display:none}}.calculator-hub-wrapper,.pdp-price__quantity-calculator{min-height:38px;background:#fff;border:1px solid #ccc;border-radius:3px;text-align:center;display:flex;justify-content:center;align-items:center}.calculator-hub-wrapper{min-height:700px}.checkout-payment-details .google__button button{background-origin:content-box;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;cursor:pointer;height:40px;min-height:40px;box-shadow:none;padding:9px 24px;background-image:url(https://gstatic.com/instantbuy/svg/dark/pay/en.svg);min-width:150px}.chat-bot{position:fixed;bottom:20px;right:16px;display:inline;width:48px;height:48px}.chat-bot img{width:100%;height:auto}@media (min-width:992px){.chat-bot{bottom:24px;right:48px;width:72px;height:72px}}.clearpay-widget__image{width:100%;max-width:360px;height:auto}@media (max-width:991.98px){.header-shop-list .installer-icon{display:inline-block;height:24px;line-height:24px;width:24px;text-align:center}}
1
+ .header-minicart__counter{display:none}.header-minicart__counter._is-visible{display:block}[data-logged-in=false]{display:none}.klarna-logo-img{height:30px;width:48px}.checkout-order .order-block__time-head .iconHead{max-width:1.3rem}.checkout-order .order-block__address .fa-map-marker-alt{max-width:.75rem}.page_checkout-confirmation-new .confirmation-result__action .btn .fa-map-marked-alt{max-width:1.125rem}.page_checkout-confirmation-new .right-aside .checkout-widget .heading-3 .fa-info-circle{max-width:1.88rem}.offer-banner__link-arrow{max-width:.625rem}.calculator-hub-wrapper,.pdp-price__quantity-calculator{min-height:38px;background:#fff;border:1px solid #ccc;border-radius:3px;text-align:center;display:flex;justify-content:center;align-items:center}.calculator-hub-wrapper{min-height:700px}.checkout-payment-details .google__button button{background-origin:content-box;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;cursor:pointer;height:40px;min-height:40px;box-shadow:none;padding:9px 24px;background-image:url(https://gstatic.com/instantbuy/svg/dark/pay/en.svg);min-width:150px}.chat-bot{position:fixed;bottom:20px;right:16px;display:inline;width:48px;height:48px}.chat-bot img{width:100%;height:auto}@media (min-width:992px){.chat-bot{bottom:24px;right:48px;width:72px;height:72px}}.clearpay-widget__image{width:100%;max-width:360px;height:auto}@media (max-width:991.98px){.header-shop-list .installer-icon{display:inline-block;height:24px;line-height:24px;width:24px;text-align:center}}