@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.
package/build/index.js CHANGED
@@ -4442,41 +4442,41 @@ var BinCollection = function (_a) {
4442
4442
  setNoResultsFound(false);
4443
4443
  };
4444
4444
  var formatTitle = function (apiTitle) {
4445
- console.log(apiTitle);
4445
+ // console.log(apiTitle);
4446
4446
  var mappings = [
4447
4447
  {
4448
4448
  keyword: 'Refuse',
4449
4449
  replacement: 'General refuse bin',
4450
4450
  allowedValues: [
4451
- 'Refuse bin 1100l', 'Refuse bin 140l', 'Refuse bin 180l',
4452
- 'Refuse bin 240l', 'Refuse bin 360l', 'Refuse bin 660l',
4453
- 'Refuse Chamberlain', 'Refuse Palladin', 'Authorised bin (larger h/hold) 120l',
4454
- 'Authorised bin (larger h/hold) 140l', 'Authorised bin (larger h/hold) 180l',
4455
- 'Authorised bin (offensive) 140l', 'Authorised bin (offensive) 180l', 'Authorised bin (offensive) 240l',
4451
+ 'Refuse bin 1100', 'Refuse bin 140', 'Refuse bin 180',
4452
+ 'Refuse bin 240', 'Refuse bin 360', 'Refuse bin 660',
4453
+ 'Refuse Chamberlain', 'Refuse Palladin', 'Authorised bin (larger h/hold) 120',
4454
+ 'Authorised bin (larger h/hold) 140', 'Authorised bin (larger h/hold) 180',
4455
+ 'Authorised bin (offensive) 140', 'Authorised bin (offensive) 180', 'Authorised bin (offensive) 240',
4456
4456
  ]
4457
4457
  },
4458
4458
  {
4459
4459
  keyword: 'Recycling',
4460
4460
  replacement: 'Recycling bin',
4461
4461
  allowedValues: [
4462
- 'Recycling 1100l', 'Recycling 140l', 'Recycling 180l',
4463
- 'Recycling 240l', 'Recycling bin 1100l'
4462
+ 'Recycling 1100', 'Recycling 140', 'Recycling 180',
4463
+ 'Recycling 240', 'Recycling bin 1100'
4464
4464
  ]
4465
4465
  },
4466
4466
  {
4467
4467
  keyword: 'Garden',
4468
4468
  replacement: 'Garden bin',
4469
4469
  allowedValues: [
4470
- 'Garden 140l', 'Garden 180l', 'Garden 240l'
4470
+ 'Garden 140', 'Garden 180', 'Garden 240'
4471
4471
  ]
4472
4472
  },
4473
4473
  {
4474
4474
  keyword: 'Food',
4475
4475
  replacement: 'Food caddy',
4476
4476
  allowedValues: [
4477
- 'Communal food bin (exterior) 180L',
4478
- 'Food Caddy (exterior) 23l',
4479
- 'Food Caddy (indoor) 5l'
4477
+ 'Communal food bin (exterior) 180',
4478
+ 'Food Caddy (exterior) 23',
4479
+ 'Food Caddy (indoor) 5'
4480
4480
  ]
4481
4481
  },
4482
4482
  ];