wickes-css2 2.106.0-develop.6 → 2.106.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 (56) hide show
  1. package/Readme.md +0 -1
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/global-search.css +1 -1
  4. package/build/css/homepage-main.css +1 -1
  5. package/build/css/kitchen-plp-main.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/page_products-list-combined.css +1 -1
  10. package/build/css/pdp-main-before-combine.css +1 -1
  11. package/build/css/pdp-main-critical.css +1 -1
  12. package/build/css/pdp-main.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 +9 -1
  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/filters/plp-filters-mobile.js +7 -4
  22. package/build/js/page/filters/plp-filters-utils.js +0 -9
  23. package/build/js/page/filters/plp-filters.js +3 -11
  24. package/build/js/page/plp-img-v2.js +25 -0
  25. package/build/js/page/share-project-list.js +33 -151
  26. package/build/js/pdp.bundle.min.js +1 -1
  27. package/build/js/plp-filters.min.js +2 -2
  28. package/build/js/plp.bundle.min.js +1 -1
  29. package/build/js/project-list.min.js +1 -1
  30. package/build/js/share-project-list.min.js +1 -1
  31. package/package.json +2 -2
  32. package/src/components/card_product_v2.hbs +6 -1
  33. package/src/components/price-block-v2.hbs +16 -15
  34. package/src/data/data_search-results_v2.json +2 -1
  35. package/src/js/components/general/switchVat.js +1 -4
  36. package/src/js/components/share-project-list.js +56 -0
  37. package/src/js/emulation/mock.js +10 -0
  38. package/src/js/emulation/plp-load-more.js +4 -1
  39. package/src/js/page/filters/plp-filters-mobile.js +7 -4
  40. package/src/js/page/filters/plp-filters-utils.js +0 -9
  41. package/src/js/page/filters/plp-filters.js +3 -11
  42. package/src/js/page/plp-img-v2.js +25 -0
  43. package/src/js/page/share-project-list.js +33 -151
  44. package/src/page_plp-with-paint.html +1 -1
  45. package/src/page_plp_v2-energy-efficiency.html +1 -1
  46. package/src/page_plp_v2-favourite-products.html +1 -1
  47. package/src/page_plp_v2-vat.html +32 -27
  48. package/src/page_plp_v2.html +1 -1
  49. package/src/page_product-details-cnc-success-notification-vat.html +3 -2
  50. package/src/page_product_search-vat.html +1 -1
  51. package/src/page_product_search.html +1 -1
  52. package/src/page_search-results.html +1 -1
  53. package/src/partials/scripts.hbs +3 -0
  54. package/src/scss/components/_custom-slider.scss +2 -2
  55. package/src/scss/helpers/_variables.scss +15 -6
  56. package/src/scss/pages/page_products-list-combined.scss +2 -34
@@ -303,7 +303,6 @@ $color-bar-radius: 3px;
303
303
  margin-right: -4px;
304
304
  padding-left: 5px;
305
305
  padding-right: 5px;
306
- width: 50%;
307
306
  }
308
307
 
309
308
  &:nth-of-type(1)::before,
@@ -339,27 +338,6 @@ $color-bar-radius: 3px;
339
338
  align-items: center;
340
339
  justify-content: center;
341
340
  border-bottom: 1px solid $gray;
342
- width: 100%;
343
-
344
- @supports (aspect-ratio: 1 / 1) {
345
- aspect-ratio: 1 / 1;
346
- }
347
-
348
- @supports not (aspect-ratio: 1 / 1) {
349
- &:before {
350
- content: '';
351
- display: block;
352
- padding-top: 100%;
353
- }
354
- }
355
-
356
- .card__img-v2 {
357
- position: absolute;
358
- inset: 0;
359
- width: 100%;
360
- height: 100%;
361
- object-fit: contain;
362
- }
363
341
 
364
342
  @include media-breakpoint-down(sm) {
365
343
  border: 1px solid $gray;
@@ -389,16 +367,6 @@ $color-bar-radius: 3px;
389
367
  }
390
368
  }
391
369
 
392
- .card-sponsor-product {
393
- @include media-breakpoint-down(sm) {
394
- width: 50%;
395
-
396
- .card {
397
- width: 100%;
398
- }
399
- }
400
- }
401
-
402
370
  .product-card {
403
371
  & .card__inner-v2:hover {
404
372
  border: 1px solid $gray-dark;
@@ -618,8 +586,8 @@ $color-bar-radius: 3px;
618
586
  .sort-products-list {
619
587
  &__section {
620
588
  @include make-col(6);
621
- color: $black;
622
- border: 0;
589
+ color: black;
590
+ border: none;
623
591
 
624
592
  > .form-row {
625
593
  margin-bottom: 0;