wickes-css2 2.109.0-develop.1 → 2.109.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.
Files changed (84) hide show
  1. package/build/css/category-main.css +1 -1
  2. package/build/css/components/card-product-banner.css +1 -1
  3. package/build/css/homepage-main.css +1 -1
  4. package/build/css/kitchen-plp-main.css +1 -1
  5. package/build/css/main.css +1 -1
  6. package/build/css/my-account-main-v2.css +1 -1
  7. package/build/css/my-account-main.css +1 -1
  8. package/build/css/pages/page_checkout_delivery-new.css +1 -1
  9. package/build/css/pages/page_products-list-combined.css +1 -1
  10. package/build/css/pages/page_products-list.css +1 -1
  11. package/build/css/pages/page_shopping-cart-v2.css +1 -1
  12. package/build/css/pdp-main-before-combine.css +1 -1
  13. package/build/css/pdp-main-critical.css +1 -1
  14. package/build/css/pdp-main-non-critical.css +1 -1
  15. package/build/css/pdp-main.css +1 -1
  16. package/build/css/plp-main.css +1 -1
  17. package/build/css/store-locator-main.css +1 -1
  18. package/build/js/basket.min.js +1 -1
  19. package/build/js/checkout.min.js +1 -1
  20. package/build/js/emulation.min.js +178 -56
  21. package/build/js/gift-cards.min.js +1 -1
  22. package/build/js/merged-checkout.min.js +1 -1
  23. package/build/js/mini-basket-slider.min.js +1 -1
  24. package/build/js/page/basket/mini-basket-total.js +17 -2
  25. package/build/js/page/components/notify-me.js +99 -0
  26. package/build/js/page/components/order-summary.js +35 -0
  27. package/build/js/pdp.bundle.min.js +2 -1
  28. package/build/js/wickes-dc.js +1 -0
  29. package/package.json +1 -3
  30. package/src/components/base/button.hbs +1 -1
  31. package/src/components/card_product_banner_v2.hbs +4 -1
  32. package/src/components/card_sponsor_banner.hbs +4 -1
  33. package/src/components/checkout_order-summary-new.hbs +10 -1
  34. package/src/components/click-and-collect-modal.hbs +0 -14
  35. package/src/components/date-selection.hbs +1 -1
  36. package/src/components/delivery-types.hbs +11 -3
  37. package/src/components/injected-content.hbs +6 -1
  38. package/src/components/modal.hbs +1 -1
  39. package/src/components/modals/notify-me-modal.hbs +76 -0
  40. package/src/components/order-summary.hbs +2 -2
  41. package/src/components/price-block-v2.hbs +211 -214
  42. package/src/components/sponsor-top-banner.hbs +10 -0
  43. package/src/data/data_delivery-address-v2.json +1 -1
  44. package/src/data/data_search-results_v2.json +9 -2
  45. package/src/data/data_spr_injected_content.json +4 -0
  46. package/src/js/emulation/checkout-delivery-details.js +28 -25
  47. package/src/js/emulation/custom-slider-emulation.js +1 -1
  48. package/src/js/emulation/date-selection.js +136 -24
  49. package/src/js/emulation/forms.js +12 -0
  50. package/src/js/emulation/mini-basket-data.js +3 -3
  51. package/src/js/emulation/notify-me.js +9 -0
  52. package/src/js/emulation/switchCalendar.js +12 -8
  53. package/src/js/page/basket/mini-basket-total.js +17 -2
  54. package/src/js/page/components/notify-me.js +99 -0
  55. package/src/js/page/components/order-summary.js +35 -0
  56. package/src/page_checkout_next-day-delivery-details.html +2 -2
  57. package/src/page_checkout_payment-details-v2-asm.html +1 -1
  58. package/src/page_checkout_payment-details-v2.html +1 -1
  59. package/src/page_checkout_payment-details_with-card-loader.html +1 -1
  60. package/src/page_checkout_payment-details_with-klarna-loader.html +1 -1
  61. package/src/page_checkout_payment-details_with-loader-v2.html +1 -1
  62. package/src/page_checkout_rapid-delivery-details.html +7 -5
  63. package/src/page_klarna_payment-details_with-klarna.html +1 -1
  64. package/src/page_payment-details-with-billie.html +1 -1
  65. package/src/page_payment-details-with-clearpay.html +1 -1
  66. package/src/page_payment-details-with-gift-card.html +1 -1
  67. package/src/page_payment-details_with_apple-pay.html +1 -1
  68. package/src/page_payment-details_with_google-pay.html +1 -1
  69. package/src/page_plp_v2.html +1 -0
  70. package/src/page_product-details-mfe-calculator.html +9 -3
  71. package/src/scss/common/_CTAs.scss +7 -3
  72. package/src/scss/components/_custom-slider.scss +18 -0
  73. package/src/scss/components/_date-selection-add-new-styles.scss +43 -1
  74. package/src/scss/components/_notify-me-modal.scss +139 -0
  75. package/src/scss/components/_order-summary.scss +25 -12
  76. package/src/scss/components/_price-block-critical.scss +2 -2
  77. package/src/scss/components/_price-block.scss +14 -4
  78. package/src/scss/components/card-product-banner.scss +8 -0
  79. package/src/scss/helpers/_CTAs.scss +15 -5
  80. package/src/scss/pages/page_checkout_delivery-new.scss +36 -0
  81. package/src/scss/pages/page_products-list-combined.scss +8 -1
  82. package/src/scss/pages/page_products-list.scss +8 -1
  83. package/src/scss/pages/page_shopping-cart-v2.scss +34 -10
  84. package/src/scss/pdp-main.scss +1 -0
@@ -5027,7 +5027,7 @@ function simulateHybrisSendingHtml() {
5027
5027
  html: htmlFromHybris
5028
5028
  }
5029
5029
  });
5030
- document.dispatchEvent(event);
5030
+ window.dispatchEvent(event);
5031
5031
  }
5032
5032
  function bindResolveEvent(events) {
5033
5033
  $(window).on(events.join(' '), function (_ref) {
@@ -5045,33 +5045,133 @@ $(document).ready(function () {
5045
5045
  },{}],45:[function(require,module,exports){
5046
5046
  "use strict";
5047
5047
 
5048
- var Wick = Wick || {};
5049
- Wick.DateSelection = function () {
5050
- var $self = $('.date-selection'),
5051
- cell = '.calendar__cell_cnt',
5052
- selectedCell = 'calendar__cell_selected',
5053
- isSelected = 'date-selection_selected',
5054
- _isDateSelected = false;
5055
- var selectTimeSlot = function selectTimeSlot(e) {
5056
- $(cell).removeClass(selectedCell);
5057
- $(e.target).addClass(selectedCell);
5058
- $self.addClass(isSelected);
5059
- $self.trigger('selected');
5060
- _isDateSelected = true;
5061
- };
5062
- var init = function init() {
5063
- if (!$self.length) {
5048
+ var DS_EL = {
5049
+ cell: '.calendar__cell_cnt',
5050
+ dateSelection: '.date-selection',
5051
+ loader: '.rapid-loader',
5052
+ title: '.delivery-btn .title',
5053
+ subtitle: '.delivery-btn .subtitle',
5054
+ infoIcon: '.rapid-info-icon',
5055
+ image: '.delivery-btn__image'
5056
+ };
5057
+ var DS_CLASSES = {
5058
+ selectedCell: 'calendar__cell_selected',
5059
+ isSelected: 'date-selection_selected',
5060
+ rapidCell: 'calendar__cell_rapid',
5061
+ hidden: 'd-none'
5062
+ };
5063
+ var rapidLoaderShown = false;
5064
+ var _isDateSelected = false;
5065
+ function generateRapidEstimate() {
5066
+ var scenario = Math.floor(Math.random() * 4);
5067
+ switch (scenario) {
5068
+ case 0:
5069
+ {
5070
+ var mins = Math.floor(Math.random() * 59) + 1;
5071
+ var padded = String(mins).padStart(2, '0');
5072
+ var word = mins === 1 ? 'minute' : 'minutes';
5073
+ return "Delivered in as little as <br>".concat(padded, " ").concat(word, " for &pound;10.00");
5074
+ }
5075
+ case 1:
5076
+ {
5077
+ var _mins = Math.floor(Math.random() * 60);
5078
+ var _padded = String(_mins).padStart(2, '0');
5079
+ var _word = _mins === 1 ? 'minute' : 'minutes';
5080
+ var minutePart = _mins === 0 ? '00 minutes' : "".concat(_padded, " ").concat(_word);
5081
+ return "Delivered in as little as <br>1 hour ".concat(minutePart, " for &pound;10.00");
5082
+ }
5083
+ case 2:
5084
+ {
5085
+ var _mins2 = Math.floor(Math.random() * 60);
5086
+ var _padded2 = String(_mins2).padStart(2, '0');
5087
+ var _word2 = _mins2 === 1 ? 'minute' : 'minutes';
5088
+ var _minutePart = _mins2 === 0 ? '00 minutes' : "".concat(_padded2, " ").concat(_word2);
5089
+ return "Delivered in as little as <br>2 hours ".concat(_minutePart, " for &pound;10.00");
5090
+ }
5091
+ default:
5092
+ return null;
5093
+ }
5094
+ }
5095
+ function updateDeliveryInfo() {
5096
+ var $subtitle = $(DS_EL.subtitle);
5097
+ var $infoIcon = $subtitle.find(DS_EL.infoIcon).detach();
5098
+ var estimate = generateRapidEstimate();
5099
+ if (estimate) {
5100
+ $subtitle.html(estimate);
5101
+ $infoIcon.removeClass(DS_CLASSES.hidden);
5102
+ } else {
5103
+ $subtitle.html('Delivery within 3 hours for <b>&pound;10.00');
5104
+ $infoIcon.addClass(DS_CLASSES.hidden);
5105
+ }
5106
+ $subtitle.append($infoIcon);
5107
+ $infoIcon.filter('[data-toggle="tooltip"]').tooltip();
5108
+ }
5109
+ function showRapidLoader() {
5110
+ var $self = $(DS_EL.dateSelection);
5111
+ var $loader = $(DS_EL.loader);
5112
+ $loader.removeClass(DS_CLASSES.hidden);
5113
+ setTimeout(function () {
5114
+ $loader.addClass(DS_CLASSES.hidden);
5115
+ $self.addClass(DS_CLASSES.isSelected);
5116
+ updateRapidInfo();
5117
+ }, 3000);
5118
+ }
5119
+ function updateNonRapidInfo() {
5120
+ var $title = $(DS_EL.title);
5121
+ var $subtitle = $(DS_EL.subtitle);
5122
+ var $infoIcon = $subtitle.find(DS_EL.infoIcon).detach();
5123
+ var $image = $(DS_EL.image);
5124
+ $title.text('Next or Named day delivery');
5125
+ $subtitle.html('Delivery between 7am - 7pm for &pound;12.00');
5126
+ $infoIcon.addClass(DS_CLASSES.hidden);
5127
+ $subtitle.append($infoIcon);
5128
+ $image.addClass(DS_CLASSES.hidden);
5129
+ }
5130
+ function updateRapidInfo() {
5131
+ var $title = $(DS_EL.title);
5132
+ var $image = $(DS_EL.image);
5133
+ $title.text('Rapid delivery');
5134
+ $image.removeClass(DS_CLASSES.hidden);
5135
+ updateDeliveryInfo();
5136
+ }
5137
+ function selectTimeSlot(e) {
5138
+ var $self = $(DS_EL.dateSelection);
5139
+ var $cell = $(e.target).closest(DS_EL.cell);
5140
+ var isRapid = $cell.hasClass(DS_CLASSES.rapidCell);
5141
+ $(DS_EL.cell).removeClass(DS_CLASSES.selectedCell);
5142
+ $cell.addClass(DS_CLASSES.selectedCell);
5143
+ $self.trigger('selected');
5144
+ _isDateSelected = true;
5145
+ if (isRapid) {
5146
+ if (!rapidLoaderShown) {
5147
+ rapidLoaderShown = true;
5148
+ showRapidLoader();
5064
5149
  return;
5150
+ } else {
5151
+ $self.addClass(DS_CLASSES.isSelected);
5152
+ updateRapidInfo();
5065
5153
  }
5066
- $self.on('click', cell, selectTimeSlot);
5067
- };
5068
- init();
5069
- return {
5070
- isDateSelected: function isDateSelected() {
5071
- return _isDateSelected;
5072
- }
5073
- };
5074
- }();
5154
+ } else {
5155
+ $self.addClass(DS_CLASSES.isSelected);
5156
+ updateNonRapidInfo();
5157
+ }
5158
+ }
5159
+ function initDateSelection() {
5160
+ var $self = $(DS_EL.dateSelection);
5161
+ if (!$self.length) {
5162
+ return;
5163
+ }
5164
+ $self.on('click', DS_EL.cell, selectTimeSlot);
5165
+ }
5166
+ var Wick = window.Wick || {};
5167
+ Wick.DateSelection = {
5168
+ isDateSelected: function isDateSelected() {
5169
+ return _isDateSelected;
5170
+ }
5171
+ };
5172
+ $(document).ready(function () {
5173
+ initDateSelection();
5174
+ });
5075
5175
 
5076
5176
  },{}],46:[function(require,module,exports){
5077
5177
  "use strict";
@@ -5332,7 +5432,7 @@ function waitFor(getter, cb, opts) {
5332
5432
  });
5333
5433
  })();
5334
5434
 
5335
- },{"../page/utils/show-more-less":91}],49:[function(require,module,exports){
5435
+ },{"../page/utils/show-more-less":92}],49:[function(require,module,exports){
5336
5436
  "use strict";
5337
5437
 
5338
5438
  var Wick = Wick || {};
@@ -5637,6 +5737,16 @@ Wick.Forms = function () {
5637
5737
  return false;
5638
5738
  }
5639
5739
  }
5740
+ if ($(form).is('.notify-me-form')) {
5741
+ if ($(form).find('#notify-me-email').val().length) {
5742
+ return false;
5743
+ }
5744
+ }
5745
+ if ($(form).is('.add-list-id__form')) {
5746
+ if ($(form).find('#project-id').val().length) {
5747
+ return false;
5748
+ }
5749
+ }
5640
5750
  if ($(form).is('.header-search')) {
5641
5751
  window.location.href = './page_search-results.html';
5642
5752
  }
@@ -11352,7 +11462,7 @@ Wick.MainNavData = function () {
11352
11462
  },{}],61:[function(require,module,exports){
11353
11463
  "use strict";
11354
11464
 
11355
- var Wick = Wick || {};
11465
+ window.Wick = window.Wick || {};
11356
11466
  Wick.MiniBasketData = function () {
11357
11467
  return {
11358
11468
  updateQuantity: {
@@ -12175,14 +12285,14 @@ Wick.MiniBasketData = function () {
12175
12285
  clickAndCollectOnly: false,
12176
12286
  deliveryItemsQuantity: 1,
12177
12287
  pickupItemsQuantity: 2,
12178
- freeDelivery: true,
12288
+ freeDelivery: false,
12179
12289
  subtotalWithoutCharity: {
12180
12290
  value: 19.0,
12181
12291
  formattedValue: '£19.00',
12182
12292
  currencyIso: 'GBP',
12183
12293
  formattedPriceWithoutCurrencySymbol: '19.00'
12184
12294
  },
12185
- messageForFreeDelivery: 'Free delivery<i class="icon fas fa-check"></i>',
12295
+ messageForFreeDelivery: null,
12186
12296
  pickupOrderGroups: [{
12187
12297
  entries: [{
12188
12298
  entryNumber: 1,
@@ -12524,6 +12634,18 @@ $(document).ready(function () {
12524
12634
  },{}],66:[function(require,module,exports){
12525
12635
  "use strict";
12526
12636
 
12637
+ function initNotifyMeEmulation() {
12638
+ $(document).on('submit', Wick.NotifyMeSubscription.el.form, function () {
12639
+ return Wick.NotifyMeSubscription.showSuccessState();
12640
+ });
12641
+ }
12642
+ $(document).ready(function () {
12643
+ initNotifyMeEmulation();
12644
+ });
12645
+
12646
+ },{}],67:[function(require,module,exports){
12647
+ "use strict";
12648
+
12527
12649
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
12528
12650
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12529
12651
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
@@ -12558,7 +12680,7 @@ Object.entries(paymentTypeSelectors).forEach(function (_ref) {
12558
12680
  });
12559
12681
  });
12560
12682
 
12561
- },{}],67:[function(require,module,exports){
12683
+ },{}],68:[function(require,module,exports){
12562
12684
  "use strict";
12563
12685
 
12564
12686
  var Wick = window.Wick = window.Wick || {};
@@ -12652,7 +12774,7 @@ $(document).ready(function () {
12652
12774
  }
12653
12775
  });
12654
12776
 
12655
- },{}],68:[function(require,module,exports){
12777
+ },{}],69:[function(require,module,exports){
12656
12778
  "use strict";
12657
12779
 
12658
12780
  function handleClickAndScroll(cta, elementToScroll) {
@@ -12672,7 +12794,7 @@ $(document).ready(function () {
12672
12794
  handleClickAndScroll('.pdp-price-sale__value .pdp-price__excluding-delivery', '.pdp__fulfilment');
12673
12795
  });
12674
12796
 
12675
- },{}],69:[function(require,module,exports){
12797
+ },{}],70:[function(require,module,exports){
12676
12798
  "use strict";
12677
12799
 
12678
12800
  var Wick = Wick || {};
@@ -12758,7 +12880,7 @@ $(document).ready(function () {
12758
12880
  initPersonalDetails();
12759
12881
  });
12760
12882
 
12761
- },{}],70:[function(require,module,exports){
12883
+ },{}],71:[function(require,module,exports){
12762
12884
  "use strict";
12763
12885
 
12764
12886
  function getHtmlByCurrentPage(_ref) {
@@ -12787,7 +12909,7 @@ $(document).ready(function () {
12787
12909
  initPLPLoadMoreFunctionality();
12788
12910
  });
12789
12911
 
12790
- },{}],71:[function(require,module,exports){
12912
+ },{}],72:[function(require,module,exports){
12791
12913
  "use strict";
12792
12914
 
12793
12915
  var Wick = window.Wick = window.Wick || {};
@@ -13005,7 +13127,7 @@ Wick.MiniBasket = function () {
13005
13127
  };
13006
13128
  }();
13007
13129
 
13008
- },{}],72:[function(require,module,exports){
13130
+ },{}],73:[function(require,module,exports){
13009
13131
  "use strict";
13010
13132
 
13011
13133
  var Wick = Wick || {};
@@ -13046,7 +13168,7 @@ $(document).ready(function () {
13046
13168
  Wick.ProductCounter.bind();
13047
13169
  });
13048
13170
 
13049
- },{}],73:[function(require,module,exports){
13171
+ },{}],74:[function(require,module,exports){
13050
13172
  "use strict";
13051
13173
 
13052
13174
  var Wick = Wick || {};
@@ -13081,7 +13203,7 @@ $(document).ready(function () {
13081
13203
  Wick.ProjectListMultiple.bindAll();
13082
13204
  });
13083
13205
 
13084
- },{}],74:[function(require,module,exports){
13206
+ },{}],75:[function(require,module,exports){
13085
13207
  "use strict";
13086
13208
 
13087
13209
  var Wick = window.Wick = window.Wick || {};
@@ -13368,7 +13490,7 @@ $(document).ready(function () {
13368
13490
  init();
13369
13491
  });
13370
13492
 
13371
- },{}],75:[function(require,module,exports){
13493
+ },{}],76:[function(require,module,exports){
13372
13494
  "use strict";
13373
13495
 
13374
13496
  function initProjectShadowList() {
@@ -13430,7 +13552,7 @@ $(document).ready(function () {
13430
13552
  initProjectShadowList();
13431
13553
  });
13432
13554
 
13433
- },{}],76:[function(require,module,exports){
13555
+ },{}],77:[function(require,module,exports){
13434
13556
  "use strict";
13435
13557
 
13436
13558
  function initQuizEmail() {
@@ -13450,7 +13572,7 @@ $(document).ready(function () {
13450
13572
  initQuizEmail();
13451
13573
  });
13452
13574
 
13453
- },{}],77:[function(require,module,exports){
13575
+ },{}],78:[function(require,module,exports){
13454
13576
  "use strict";
13455
13577
 
13456
13578
  var Wick = Wick || {};
@@ -13550,7 +13672,7 @@ Wick.ReferenceField = function () {
13550
13672
  init();
13551
13673
  }();
13552
13674
 
13553
- },{}],78:[function(require,module,exports){
13675
+ },{}],79:[function(require,module,exports){
13554
13676
  "use strict";
13555
13677
 
13556
13678
  var Wick = Wick || {};
@@ -13580,7 +13702,7 @@ Wick.RepaymentToggle = function () {
13580
13702
  bindEvents();
13581
13703
  }();
13582
13704
 
13583
- },{}],79:[function(require,module,exports){
13705
+ },{}],80:[function(require,module,exports){
13584
13706
  "use strict";
13585
13707
 
13586
13708
  $(document).on('click', '.filter-results__clear', function () {
@@ -13589,7 +13711,7 @@ $(document).on('click', '.filter-results__clear', function () {
13589
13711
  form.submit();
13590
13712
  });
13591
13713
 
13592
- },{}],80:[function(require,module,exports){
13714
+ },{}],81:[function(require,module,exports){
13593
13715
  "use strict";
13594
13716
 
13595
13717
  var Wick = Wick || {};
@@ -13615,7 +13737,7 @@ Wick.Selectable = function () {
13615
13737
  bindEvents();
13616
13738
  }();
13617
13739
 
13618
- },{}],81:[function(require,module,exports){
13740
+ },{}],82:[function(require,module,exports){
13619
13741
  "use strict";
13620
13742
 
13621
13743
  var Wick = Wick || {};
@@ -13698,7 +13820,7 @@ $(document).ready(function () {
13698
13820
  Wick.ShoppingList.bindAll();
13699
13821
  });
13700
13822
 
13701
- },{}],82:[function(require,module,exports){
13823
+ },{}],83:[function(require,module,exports){
13702
13824
  "use strict";
13703
13825
 
13704
13826
  var Wick = Wick || {};
@@ -13723,7 +13845,7 @@ Wick.SignUp = function () {
13723
13845
  });
13724
13846
  }();
13725
13847
 
13726
- },{}],83:[function(require,module,exports){
13848
+ },{}],84:[function(require,module,exports){
13727
13849
  "use strict";
13728
13850
 
13729
13851
  //TODO: needs refactoring in future, gather tother with range-type.js for common script
@@ -13742,7 +13864,7 @@ Wick.StoreLocator = function () {
13742
13864
  });
13743
13865
  }();
13744
13866
 
13745
- },{}],84:[function(require,module,exports){
13867
+ },{}],85:[function(require,module,exports){
13746
13868
  "use strict";
13747
13869
 
13748
13870
  var Wick = window.Wick || {};
@@ -13783,7 +13905,7 @@ $(document).ready(function () {
13783
13905
  }, 250));
13784
13906
  });
13785
13907
 
13786
- },{}],85:[function(require,module,exports){
13908
+ },{}],86:[function(require,module,exports){
13787
13909
  "use strict";
13788
13910
 
13789
13911
  var Wick = Wick || {};
@@ -13805,7 +13927,7 @@ $(document).ready(function () {
13805
13927
  Wick.addListToBasket.addAllProjectList();
13806
13928
  });
13807
13929
 
13808
- },{}],86:[function(require,module,exports){
13930
+ },{}],87:[function(require,module,exports){
13809
13931
  "use strict";
13810
13932
 
13811
13933
  var Wick = Wick || {};
@@ -13843,7 +13965,7 @@ Wick.User = function () {
13843
13965
  };
13844
13966
  }();
13845
13967
 
13846
- },{}],87:[function(require,module,exports){
13968
+ },{}],88:[function(require,module,exports){
13847
13969
  "use strict";
13848
13970
 
13849
13971
  var suppressQuantityReportValidityOnBlur = false;
@@ -13870,14 +13992,14 @@ $(document).off('keydown.quantityValidation', '#quantity-field').on('keydown.qua
13870
13992
  }, 150);
13871
13993
  });
13872
13994
 
13873
- },{}],88:[function(require,module,exports){
13995
+ },{}],89:[function(require,module,exports){
13874
13996
  "use strict";
13875
13997
 
13876
13998
  window.ACC = window.ACC || {};
13877
13999
  window.ACC.app = window.ACC.app || {};
13878
14000
  window.ACC.app.isVatToggleAvailable = !!$('.switch-vat input').length;
13879
14001
 
13880
- },{}],89:[function(require,module,exports){
14002
+ },{}],90:[function(require,module,exports){
13881
14003
  "use strict";
13882
14004
 
13883
14005
  var Wick = window.Wick = window.Wick || {};
@@ -13909,7 +14031,7 @@ Wick.Wismo = function () {
13909
14031
  });
13910
14032
  }();
13911
14033
 
13912
- },{}],90:[function(require,module,exports){
14034
+ },{}],91:[function(require,module,exports){
13913
14035
  "use strict";
13914
14036
 
13915
14037
  var Wick = Wick || {};
@@ -13988,7 +14110,7 @@ Wick.YourDetails = function () {
13988
14110
  });
13989
14111
  }();
13990
14112
 
13991
- },{}],91:[function(require,module,exports){
14113
+ },{}],92:[function(require,module,exports){
13992
14114
  "use strict";
13993
14115
 
13994
14116
  Object.defineProperty(exports, "__esModule", {
@@ -14225,4 +14347,4 @@ function createShowMoreLess() {
14225
14347
  };
14226
14348
  }
14227
14349
 
14228
- },{"../../../elements/btn.hbs":24}]},{},[25,26,27,28,29,30,31,32,33,34,35,36,41,37,38,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90]);
14350
+ },{"../../../elements/btn.hbs":24}]},{},[25,26,27,28,29,30,31,32,33,34,35,36,41,37,38,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91]);