mod-build 3.4.10-beta.1 → 3.4.12

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/data/common.js +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.4.10-beta.1",
3
+ "version": "3.4.12",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -306,9 +306,9 @@
306
306
  ],
307
307
  hvacSystemTypes: [
308
308
  {
309
- id: 'centralac',
310
- name: 'Air Conditioner',
311
- value: 'Central AC'
309
+ id: 'centralheating',
310
+ name: 'Central Heating / Furnace',
311
+ value: 'Central Heating'
312
312
  },
313
313
  {
314
314
  id: 'heatpump',
@@ -321,16 +321,16 @@
321
321
  value: 'Boiler'
322
322
  },
323
323
  {
324
- id: 'centralheating',
325
- name: 'Central Heating / Furnace',
326
- value: 'Central Heating'
324
+ id: 'centralac',
325
+ name: 'Air Conditioner',
326
+ value: 'Central AC'
327
327
  }
328
328
  ],
329
329
  hvacSystemTypesv2: [
330
330
  {
331
- id: 'centralac',
332
- name: 'I need an air conditioner.',
333
- value: 'Central AC'
331
+ id: 'centralheating',
332
+ name: 'I need a furnace or central heating.',
333
+ value: 'Central Heating'
334
334
  },
335
335
  {
336
336
  id: 'heatpump',
@@ -343,16 +343,16 @@
343
343
  value: 'Boiler'
344
344
  },
345
345
  {
346
- id: 'centralheating',
347
- name: 'I need a furnace or central heating.',
348
- value: 'Central Heating'
346
+ id: 'centralac',
347
+ name: 'I need an air conditioner.',
348
+ value: 'Central AC'
349
349
  }
350
350
  ],
351
351
  hvacSystemTypesv3: [
352
352
  {
353
- id: 'centralac',
354
- name: 'Air Conditioner',
355
- value: 'Central AC'
353
+ id: 'centralheating',
354
+ name: 'Furnace / Central Heating',
355
+ value: 'Central Heating'
356
356
  },
357
357
  {
358
358
  id: 'heatpump',
@@ -365,16 +365,16 @@
365
365
  value: 'Boiler'
366
366
  },
367
367
  {
368
- id: 'centralheating',
369
- name: 'Furnace / Central Heating',
370
- value: 'Central Heating'
368
+ id: 'centralac',
369
+ name: 'Air Conditioner',
370
+ value: 'Central AC'
371
371
  }
372
372
  ],
373
373
  hvacSystemTypesv4: [
374
374
  {
375
- id: 'centralac',
376
- name: 'I need an air conditioner.',
377
- value: 'Central AC'
375
+ id: 'centralheating',
376
+ name: 'I need a furnace or central heating.',
377
+ value: 'Central Heating'
378
378
  },
379
379
  {
380
380
  id: 'heatpump',
@@ -387,17 +387,12 @@
387
387
  value: 'Boiler'
388
388
  },
389
389
  {
390
- id: 'centralheating',
391
- name: 'I need a furnace or central heating.',
392
- value: 'Central Heating'
390
+ id: 'centralac',
391
+ name: 'I need an air conditioner.',
392
+ value: 'Central AC'
393
393
  }
394
394
  ],
395
395
  hvacSystemFuelTypes: [
396
- {
397
- id: 'centralac',
398
- name: 'Air Conditioner',
399
- value: 'Central AC'
400
- },
401
396
  {
402
397
  id: 'heatpump',
403
398
  name: 'Heat Pump',
@@ -412,6 +407,11 @@
412
407
  id: 'boiler',
413
408
  name: 'Boiler / Radiator',
414
409
  value: 'Boiler Natural Gas Fired'
410
+ },
411
+ {
412
+ id: 'centralac',
413
+ name: 'Air Conditioner',
414
+ value: 'Central AC'
415
415
  }
416
416
  ],
417
417
  hvacFuelTypes: [