@nnc-digital/nnc-design-system 0.4.18 → 0.4.19

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.
@@ -4427,41 +4427,41 @@ var BinCollection = function (_a) {
4427
4427
  setNoResultsFound(false);
4428
4428
  };
4429
4429
  var formatTitle = function (apiTitle) {
4430
- console.log(apiTitle);
4430
+ // console.log(apiTitle);
4431
4431
  var mappings = [
4432
4432
  {
4433
4433
  keyword: 'Refuse',
4434
4434
  replacement: 'General refuse bin',
4435
4435
  allowedValues: [
4436
- 'Refuse bin 1100l', 'Refuse bin 140l', 'Refuse bin 180l',
4437
- 'Refuse bin 240l', 'Refuse bin 360l', 'Refuse bin 660l',
4438
- 'Refuse Chamberlain', 'Refuse Palladin', 'Authorised bin (larger h/hold) 120l',
4439
- 'Authorised bin (larger h/hold) 140l', 'Authorised bin (larger h/hold) 180l',
4440
- 'Authorised bin (offensive) 140l', 'Authorised bin (offensive) 180l', 'Authorised bin (offensive) 240l',
4436
+ 'Refuse bin 1100', 'Refuse bin 140', 'Refuse bin 180',
4437
+ 'Refuse bin 240', 'Refuse bin 360', 'Refuse bin 660',
4438
+ 'Refuse Chamberlain', 'Refuse Palladin', 'Authorised bin (larger h/hold) 120',
4439
+ 'Authorised bin (larger h/hold) 140', 'Authorised bin (larger h/hold) 180',
4440
+ 'Authorised bin (offensive) 140', 'Authorised bin (offensive) 180', 'Authorised bin (offensive) 240',
4441
4441
  ]
4442
4442
  },
4443
4443
  {
4444
4444
  keyword: 'Recycling',
4445
4445
  replacement: 'Recycling bin',
4446
4446
  allowedValues: [
4447
- 'Recycling 1100l', 'Recycling 140l', 'Recycling 180l',
4448
- 'Recycling 240l', 'Recycling bin 1100l'
4447
+ 'Recycling 1100', 'Recycling 140', 'Recycling 180',
4448
+ 'Recycling 240', 'Recycling bin 1100'
4449
4449
  ]
4450
4450
  },
4451
4451
  {
4452
4452
  keyword: 'Garden',
4453
4453
  replacement: 'Garden bin',
4454
4454
  allowedValues: [
4455
- 'Garden 140l', 'Garden 180l', 'Garden 240l'
4455
+ 'Garden 140', 'Garden 180', 'Garden 240'
4456
4456
  ]
4457
4457
  },
4458
4458
  {
4459
4459
  keyword: 'Food',
4460
4460
  replacement: 'Food caddy',
4461
4461
  allowedValues: [
4462
- 'Communal food bin (exterior) 180L',
4463
- 'Food Caddy (exterior) 23l',
4464
- 'Food Caddy (indoor) 5l'
4462
+ 'Communal food bin (exterior) 180',
4463
+ 'Food Caddy (exterior) 23',
4464
+ 'Food Caddy (indoor) 5'
4465
4465
  ]
4466
4466
  },
4467
4467
  ];