@bottlebooks/valid-values 4.0.0 → 4.0.2

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 (128) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.js +2 -2
  3. package/dist/main.js +3 -3
  4. package/dist/validValues/award/award.js +30 -30
  5. package/dist/validValues/award.js +30 -30
  6. package/dist/validValues/awardMedal/awardMedal.js +2 -2
  7. package/dist/validValues/awardMedal.js +2 -2
  8. package/dist/validValues/beerStyle/beerStyle.js +3 -3
  9. package/dist/validValues/beerStyle.js +3 -3
  10. package/dist/validValues/certification/certification.js +2 -2
  11. package/dist/validValues/certification.js +2 -2
  12. package/dist/validValues/containerColor/containerColor.js +2 -2
  13. package/dist/validValues/containerColor.js +2 -2
  14. package/dist/validValues/containerType/containerType.js +2 -2
  15. package/dist/validValues/containerType.js +2 -2
  16. package/dist/validValues/country/country.js +4 -4
  17. package/dist/validValues/country.js +4 -4
  18. package/dist/validValues/designation/designation.js +2 -2
  19. package/dist/validValues/designation/locales/bg.d.ts.map +1 -1
  20. package/dist/validValues/designation/locales/bg.js +1 -1
  21. package/dist/validValues/designation/locales/cs.d.ts.map +1 -1
  22. package/dist/validValues/designation/locales/cs.js +2 -2
  23. package/dist/validValues/designation/locales/fi.d.ts.map +1 -1
  24. package/dist/validValues/designation/locales/fi.js +1 -1
  25. package/dist/validValues/designation/locales/hu.d.ts.map +1 -1
  26. package/dist/validValues/designation/locales/hu.js +1 -1
  27. package/dist/validValues/designation/locales/lt.d.ts.map +1 -1
  28. package/dist/validValues/designation/locales/lt.js +1 -1
  29. package/dist/validValues/designation/locales/lv.d.ts.map +1 -1
  30. package/dist/validValues/designation/locales/lv.js +1 -1
  31. package/dist/validValues/designation/locales/nl.d.ts.map +1 -1
  32. package/dist/validValues/designation/locales/nl.js +1 -1
  33. package/dist/validValues/designation/locales/pl.d.ts.map +1 -1
  34. package/dist/validValues/designation/locales/pl.js +1 -1
  35. package/dist/validValues/designation/locales/pt.d.ts.map +1 -1
  36. package/dist/validValues/designation/locales/pt.js +1 -1
  37. package/dist/validValues/designation/locales/ro.d.ts.map +1 -1
  38. package/dist/validValues/designation/locales/ro.js +1 -1
  39. package/dist/validValues/designation/locales/se.d.ts.map +1 -1
  40. package/dist/validValues/designation/locales/se.js +1 -1
  41. package/dist/validValues/designation/locales/si.d.ts.map +1 -1
  42. package/dist/validValues/designation/locales/si.js +1 -1
  43. package/dist/validValues/designation/locales/sk.d.ts.map +1 -1
  44. package/dist/validValues/designation/locales/sk.js +2 -2
  45. package/dist/validValues/designation.js +2 -2
  46. package/dist/validValues/ingredient/ingredient.js +36 -36
  47. package/dist/validValues/ingredient/locales/cs.d.ts.map +1 -1
  48. package/dist/validValues/ingredient/locales/cs.js +1 -1
  49. package/dist/validValues/ingredient.js +36 -36
  50. package/dist/validValues/json/appelation.d.ts +2 -0
  51. package/dist/validValues/json/appelation.d.ts.map +1 -0
  52. package/dist/validValues/packagingCertification/packagingCertification.js +2 -2
  53. package/dist/validValues/packagingCertification.js +2 -2
  54. package/dist/validValues/packagingMaterialType/packagingMaterialType.js +2 -2
  55. package/dist/validValues/packagingMaterialType.js +2 -2
  56. package/dist/validValues/productType/locales/sk.d.ts.map +1 -1
  57. package/dist/validValues/productType/locales/sk.js +5 -5
  58. package/dist/validValues/productType/productType.js +2 -2
  59. package/dist/validValues/productType.js +2 -2
  60. package/dist/validValues/productionMethod/productionMethod.js +2 -2
  61. package/dist/validValues/productionMethod.js +2 -2
  62. package/dist/validValues/region/region.js +4 -4
  63. package/dist/validValues/region.js +4 -4
  64. package/dist/validValues/responsibleConsumptionLogo/responsibleConsumptionLogo.js +2 -2
  65. package/dist/validValues/responsibleConsumptionLogo.js +2 -2
  66. package/dist/validValues/subregion/subregion.js +4 -4
  67. package/dist/validValues/subregion.js +4 -4
  68. package/dist/validValues/types/Award.d.ts +35 -0
  69. package/dist/validValues/types/Award.d.ts.map +1 -0
  70. package/dist/validValues/types/Award.js +5 -0
  71. package/dist/validValues/types/Country.d.ts +35 -0
  72. package/dist/validValues/types/Country.d.ts.map +1 -0
  73. package/dist/validValues/types/Country.js +5 -0
  74. package/dist/validValues/types/award_p85_100.js +2 -2
  75. package/dist/validValues/types/productTypesSpirit.js +2 -2
  76. package/dist/validValues/types/productTypesWine.js +2 -2
  77. package/dist/validValues/utils/createValidValues.d.ts +3 -4
  78. package/dist/validValues/utils/createValidValues.d.ts.map +1 -1
  79. package/dist/validValues/utils/createValidValues.js +1 -1
  80. package/dist/validValues/utils/loadLocalizedData.js +1 -1
  81. package/dist/validValues/varietyName/varietyName.js +2 -2
  82. package/dist/validValues/varietyName.js +2 -2
  83. package/dist/validValues/wineColor/wineColor.js +2 -2
  84. package/dist/validValues/wineColor.js +2 -2
  85. package/dist/validValues/wineType/locales/sk.d.ts.map +1 -1
  86. package/dist/validValues/wineType/locales/sk.js +2 -2
  87. package/dist/validValues/wineType/wineType.js +2 -2
  88. package/dist/validValues/wineType.js +2 -2
  89. package/dist/validValues.js +20 -20
  90. package/package.json +2 -2
  91. package/src/locales/backupTranslation/bg.po +1 -1
  92. package/src/locales/backupTranslation/cs.po +1 -1
  93. package/src/validValues/designation/locales/bg.po +1 -1
  94. package/src/validValues/designation/locales/bg.ts +1 -1
  95. package/src/validValues/designation/locales/cs.po +2 -2
  96. package/src/validValues/designation/locales/cs.ts +1 -1
  97. package/src/validValues/designation/locales/fi.po +1 -1
  98. package/src/validValues/designation/locales/fi.ts +1 -1
  99. package/src/validValues/designation/locales/ga.po +1 -1
  100. package/src/validValues/designation/locales/hu.po +1 -1
  101. package/src/validValues/designation/locales/hu.ts +1 -1
  102. package/src/validValues/designation/locales/lt.po +1 -1
  103. package/src/validValues/designation/locales/lt.ts +1 -1
  104. package/src/validValues/designation/locales/lv.po +1 -1
  105. package/src/validValues/designation/locales/lv.ts +1 -1
  106. package/src/validValues/designation/locales/mt.po +1 -1
  107. package/src/validValues/designation/locales/nl.po +1 -1
  108. package/src/validValues/designation/locales/nl.ts +1 -1
  109. package/src/validValues/designation/locales/pl.po +1 -1
  110. package/src/validValues/designation/locales/pl.ts +1 -1
  111. package/src/validValues/designation/locales/pt.po +1 -1
  112. package/src/validValues/designation/locales/pt.ts +1 -1
  113. package/src/validValues/designation/locales/ro.po +1 -1
  114. package/src/validValues/designation/locales/ro.ts +1 -1
  115. package/src/validValues/designation/locales/se.po +1 -1
  116. package/src/validValues/designation/locales/se.ts +1 -1
  117. package/src/validValues/designation/locales/si.po +1 -1
  118. package/src/validValues/designation/locales/si.ts +1 -1
  119. package/src/validValues/designation/locales/sk.po +2 -2
  120. package/src/validValues/designation/locales/sk.ts +1 -1
  121. package/src/validValues/ingredient/locales/cs.po +1 -1
  122. package/src/validValues/ingredient/locales/cs.ts +1 -1
  123. package/src/validValues/productType/locales/sk.po +5 -5
  124. package/src/validValues/productType/locales/sk.ts +1 -1
  125. package/src/validValues/wineType/locales/sk.po +2 -2
  126. package/src/validValues/wineType/locales/sk.ts +1 -1
  127. package/dist/__tests__/translate.test.d.ts +0 -2
  128. package/dist/__tests__/translate.test.d.ts.map +0 -1
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.byProductType = void 0;
6
+ exports.default = exports.byProductType = void 0;
7
7
 
8
8
  var _core = require("@lingui/core");
9
9
 
@@ -11,7 +11,7 @@ var _productTypesSpirit = _interopRequireDefault(require("../types/productTypesS
11
11
 
12
12
  var _productTypesWine = _interopRequireDefault(require("../types/productTypesWine"));
13
13
 
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
16
  /** Makes sure errors are displayed where the error is introduced. */
17
17
  var ingredient = function ingredient(value) {
@@ -29,7 +29,7 @@ var allIngredients = {
29
29
  },
30
30
  metadata: {
31
31
  tags: ['OTHER_INGREDIENT'],
32
- productType: _productTypesWine["default"]
32
+ productType: _productTypesWine.default
33
33
  }
34
34
  }),
35
35
  ammoniaCaramel: ingredient({
@@ -55,7 +55,7 @@ var allIngredients = {
55
55
  },
56
56
  metadata: {
57
57
  tags: ['PROCESSING_AID', 'ALLERGEN'],
58
- productType: _productTypesWine["default"]
58
+ productType: _productTypesWine.default
59
59
  }
60
60
  }),
61
61
  argon: ingredient({
@@ -68,7 +68,7 @@ var allIngredients = {
68
68
  },
69
69
  metadata: {
70
70
  tags: ['ANTIOXIDANT'],
71
- productType: _productTypesWine["default"]
71
+ productType: _productTypesWine.default
72
72
  }
73
73
  }),
74
74
  ascorbicAcid: ingredient({
@@ -81,7 +81,7 @@ var allIngredients = {
81
81
  },
82
82
  metadata: {
83
83
  tags: ['ANTIOXIDANT'],
84
- productType: _productTypesWine["default"]
84
+ productType: _productTypesWine.default
85
85
  }
86
86
  }),
87
87
  burnedSugar: ingredient({
@@ -107,7 +107,7 @@ var allIngredients = {
107
107
  },
108
108
  metadata: {
109
109
  tags: ['ACIDITY_REGULATOR', 'ALLERGEN'],
110
- productType: _productTypesWine["default"]
110
+ productType: _productTypesWine.default
111
111
  }
112
112
  }),
113
113
  carbonDioxide: ingredient({
@@ -120,7 +120,7 @@ var allIngredients = {
120
120
  },
121
121
  metadata: {
122
122
  tags: ['ANTIOXIDANT', 'OTHER_INGREDIENT'],
123
- productType: _productTypesWine["default"]
123
+ productType: _productTypesWine.default
124
124
  }
125
125
  }),
126
126
  carboxymethylcellulose: ingredient({
@@ -133,7 +133,7 @@ var allIngredients = {
133
133
  },
134
134
  metadata: {
135
135
  tags: ['STABILISER'],
136
- productType: _productTypesWine["default"]
136
+ productType: _productTypesWine.default
137
137
  }
138
138
  }),
139
139
  carobSyrup: ingredient({
@@ -172,7 +172,7 @@ var allIngredients = {
172
172
  },
173
173
  metadata: {
174
174
  tags: ['RAW_MATERIAL'],
175
- productType: _productTypesSpirit["default"]
175
+ productType: _productTypesSpirit.default
176
176
  }
177
177
  }),
178
178
  citricAcid: ingredient({
@@ -185,7 +185,7 @@ var allIngredients = {
185
185
  },
186
186
  metadata: {
187
187
  tags: ['NATURALLY_ADDED_ACID'],
188
- productType: _productTypesWine["default"]
188
+ productType: _productTypesWine.default
189
189
  }
190
190
  }),
191
191
  concentratedGrapeMust: ingredient({
@@ -198,7 +198,7 @@ var allIngredients = {
198
198
  },
199
199
  metadata: {
200
200
  tags: ['ENRICHMENT_SUBSTANCE', 'SWEETENER'],
201
- productType: _productTypesWine["default"]
201
+ productType: _productTypesWine.default
202
202
  }
203
203
  }),
204
204
  dimethyldicarbonate: ingredient({
@@ -211,7 +211,7 @@ var allIngredients = {
211
211
  },
212
212
  metadata: {
213
213
  tags: ['PRESERVATIVE'],
214
- productType: _productTypesWine["default"]
214
+ productType: _productTypesWine.default
215
215
  }
216
216
  }),
217
217
  distillateOfAgriculturalOrigin: ingredient({
@@ -263,7 +263,7 @@ var allIngredients = {
263
263
  },
264
264
  metadata: {
265
265
  tags: ['PROCESSING_AID', 'ALLERGEN'],
266
- productType: _productTypesWine["default"]
266
+ productType: _productTypesWine.default
267
267
  }
268
268
  }),
269
269
  eggLysozyme: ingredient({
@@ -276,7 +276,7 @@ var allIngredients = {
276
276
  },
277
277
  metadata: {
278
278
  tags: ['PRESERVATIVE'],
279
- productType: _productTypesWine["default"]
279
+ productType: _productTypesWine.default
280
280
  }
281
281
  }),
282
282
  ethylAlcoholOfAgriculturalOrigin: ingredient({
@@ -341,7 +341,7 @@ var allIngredients = {
341
341
  },
342
342
  metadata: {
343
343
  tags: ['RAW_MATERIAL'],
344
- productType: _productTypesSpirit["default"]
344
+ productType: _productTypesSpirit.default
345
345
  }
346
346
  }),
347
347
  grape: ingredient({
@@ -354,7 +354,7 @@ var allIngredients = {
354
354
  },
355
355
  metadata: {
356
356
  tags: ['RAW_MATERIAL'],
357
- productType: _productTypesWine["default"]
357
+ productType: _productTypesWine.default
358
358
  }
359
359
  }),
360
360
  grapeMarcSpirit: ingredient({
@@ -380,7 +380,7 @@ var allIngredients = {
380
380
  },
381
381
  metadata: {
382
382
  tags: ['STABILISER'],
383
- productType: _productTypesWine["default"]
383
+ productType: _productTypesWine.default
384
384
  }
385
385
  }),
386
386
  honey: ingredient({
@@ -406,7 +406,7 @@ var allIngredients = {
406
406
  },
407
407
  metadata: {
408
408
  tags: ['ACIDITY_REGULATOR'],
409
- productType: _productTypesWine["default"]
409
+ productType: _productTypesWine.default
410
410
  }
411
411
  }),
412
412
  malicAcid: ingredient({
@@ -419,7 +419,7 @@ var allIngredients = {
419
419
  },
420
420
  metadata: {
421
421
  tags: ['ACIDITY_REGULATOR'],
422
- productType: _productTypesWine["default"]
422
+ productType: _productTypesWine.default
423
423
  }
424
424
  }),
425
425
  maltDistillateAndWater: ingredient({
@@ -432,7 +432,7 @@ var allIngredients = {
432
432
  },
433
433
  metadata: {
434
434
  tags: ['RAW_MATERIAL'],
435
- productType: _productTypesSpirit["default"]
435
+ productType: _productTypesSpirit.default
436
436
  }
437
437
  }),
438
438
  metatartaricAcid: ingredient({
@@ -445,7 +445,7 @@ var allIngredients = {
445
445
  },
446
446
  metadata: {
447
447
  tags: ['STABILISER'],
448
- productType: _productTypesWine["default"]
448
+ productType: _productTypesWine.default
449
449
  }
450
450
  }),
451
451
  milkCasein: ingredient({
@@ -458,7 +458,7 @@ var allIngredients = {
458
458
  },
459
459
  metadata: {
460
460
  tags: ['PROCESSING_AID', 'ALLERGEN'],
461
- productType: _productTypesWine["default"]
461
+ productType: _productTypesWine.default
462
462
  }
463
463
  }),
464
464
  nitrogen: ingredient({
@@ -471,7 +471,7 @@ var allIngredients = {
471
471
  },
472
472
  metadata: {
473
473
  tags: ['ANTIOXIDANT'],
474
- productType: _productTypesWine["default"]
474
+ productType: _productTypesWine.default
475
475
  }
476
476
  }),
477
477
  plainCaramel: ingredient({
@@ -497,7 +497,7 @@ var allIngredients = {
497
497
  },
498
498
  metadata: {
499
499
  tags: ['PRESERVATIVE', 'ALLERGEN'],
500
- productType: _productTypesWine["default"]
500
+ productType: _productTypesWine.default
501
501
  }
502
502
  }),
503
503
  potassiumMetabisulphite: ingredient({
@@ -510,7 +510,7 @@ var allIngredients = {
510
510
  },
511
511
  metadata: {
512
512
  tags: ['PRESERVATIVE', 'ALLERGEN'],
513
- productType: _productTypesWine["default"]
513
+ productType: _productTypesWine.default
514
514
  }
515
515
  }),
516
516
  potassiumPolyaspartate: ingredient({
@@ -523,7 +523,7 @@ var allIngredients = {
523
523
  },
524
524
  metadata: {
525
525
  tags: ['STABILISER'],
526
- productType: _productTypesWine["default"]
526
+ productType: _productTypesWine.default
527
527
  }
528
528
  }),
529
529
  potassiumSorbate: ingredient({
@@ -536,7 +536,7 @@ var allIngredients = {
536
536
  },
537
537
  metadata: {
538
538
  tags: ['PRESERVATIVE'],
539
- productType: _productTypesWine["default"]
539
+ productType: _productTypesWine.default
540
540
  }
541
541
  }),
542
542
  ryeDistillateAndWater: ingredient({
@@ -549,7 +549,7 @@ var allIngredients = {
549
549
  },
550
550
  metadata: {
551
551
  tags: ['RAW_MATERIAL'],
552
- productType: _productTypesSpirit["default"]
552
+ productType: _productTypesSpirit.default
553
553
  }
554
554
  }),
555
555
  sucrose: ingredient({
@@ -562,7 +562,7 @@ var allIngredients = {
562
562
  },
563
563
  metadata: {
564
564
  tags: ['ENRICHMENT_SUBSTANCE'],
565
- productType: _productTypesWine["default"]
565
+ productType: _productTypesWine.default
566
566
  }
567
567
  }),
568
568
  sugar: ingredient({
@@ -601,7 +601,7 @@ var allIngredients = {
601
601
  },
602
602
  metadata: {
603
603
  tags: ['PRESERVATIVE', 'ALLERGEN'],
604
- productType: _productTypesWine["default"]
604
+ productType: _productTypesWine.default
605
605
  }
606
606
  }),
607
607
  sulphurDioxide: ingredient({
@@ -614,7 +614,7 @@ var allIngredients = {
614
614
  },
615
615
  metadata: {
616
616
  tags: ['PRESERVATIVE', 'ALLERGEN'],
617
- productType: _productTypesWine["default"]
617
+ productType: _productTypesWine.default
618
618
  }
619
619
  }),
620
620
  tartaricAcid: ingredient({
@@ -627,7 +627,7 @@ var allIngredients = {
627
627
  },
628
628
  metadata: {
629
629
  tags: ['ACIDITY_REGULATOR'],
630
- productType: _productTypesWine["default"]
630
+ productType: _productTypesWine.default
631
631
  }
632
632
  }),
633
633
  water: ingredient({
@@ -653,7 +653,7 @@ var allIngredients = {
653
653
  },
654
654
  metadata: {
655
655
  tags: ['PROCESSING_AID'],
656
- productType: _productTypesWine["default"]
656
+ productType: _productTypesWine.default
657
657
  }
658
658
  }),
659
659
  wine: ingredient({
@@ -718,7 +718,7 @@ var allIngredients = {
718
718
  },
719
719
  metadata: {
720
720
  tags: ['STABILISER'],
721
- productType: _productTypesWine["default"]
721
+ productType: _productTypesWine.default
722
722
  }
723
723
  })
724
724
  };
@@ -734,4 +734,4 @@ var byProductType = Object.values(allIngredients).reduce(function (acc, ingredie
734
734
  }, {});
735
735
  exports.byProductType = byProductType;
736
736
  var _default = allIngredients;
737
- exports["default"] = _default;
737
+ exports.default = _default;
@@ -1 +1 @@
1
- {"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/cs.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuuG,CAAC"}
1
+ {"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/cs.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAquG,CAAC"}
@@ -32,7 +32,7 @@ var messages = {
32
32
  "validValues.ingredient.freshBeerDistillateAndWater": "Fresh beer distillate and Water",
33
33
  "validValues.ingredient.fumaricAcid": "kyselina fumarová",
34
34
  "validValues.ingredient.grainDistillateAndWater": "Grain distillate and water",
35
- "validValues.ingredient.grape": "Hroznový",
35
+ "validValues.ingredient.grape": "Hrozno",
36
36
  "validValues.ingredient.grapeMarcSpirit": "matolinová pálenka",
37
37
  "validValues.ingredient.gumArabic": "arabská guma",
38
38
  "validValues.ingredient.honey": "med",
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.byProductType = void 0;
6
+ exports.default = exports.byProductType = void 0;
7
7
 
8
8
  var _core = require("@lingui/core");
9
9
 
@@ -11,7 +11,7 @@ var _productTypesWine = _interopRequireDefault(require("./types/productTypesWine
11
11
 
12
12
  var _productTypesSpirit = _interopRequireDefault(require("./types/productTypesSpirit.js"));
13
13
 
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
16
  /** Makes sure errors are displayed where the error is introduced. */
17
17
  var ingredient = function ingredient(value) {
@@ -29,7 +29,7 @@ var allIngredients = {
29
29
  },
30
30
  metadata: {
31
31
  tags: ['OTHER_INGREDIENT'],
32
- productType: _productTypesWine["default"]
32
+ productType: _productTypesWine.default
33
33
  }
34
34
  }),
35
35
  ammoniaCaramel: ingredient({
@@ -55,7 +55,7 @@ var allIngredients = {
55
55
  },
56
56
  metadata: {
57
57
  tags: ['PROCESSING_AID', 'ALLERGEN'],
58
- productType: _productTypesWine["default"]
58
+ productType: _productTypesWine.default
59
59
  }
60
60
  }),
61
61
  argon: ingredient({
@@ -68,7 +68,7 @@ var allIngredients = {
68
68
  },
69
69
  metadata: {
70
70
  tags: ['ANTIOXIDANT'],
71
- productType: _productTypesWine["default"]
71
+ productType: _productTypesWine.default
72
72
  }
73
73
  }),
74
74
  ascorbicAcid: ingredient({
@@ -81,7 +81,7 @@ var allIngredients = {
81
81
  },
82
82
  metadata: {
83
83
  tags: ['ANTIOXIDANT'],
84
- productType: _productTypesWine["default"]
84
+ productType: _productTypesWine.default
85
85
  }
86
86
  }),
87
87
  burnedSugar: ingredient({
@@ -107,7 +107,7 @@ var allIngredients = {
107
107
  },
108
108
  metadata: {
109
109
  tags: ['ACIDITY_REGULATOR', 'ALLERGEN'],
110
- productType: _productTypesWine["default"]
110
+ productType: _productTypesWine.default
111
111
  }
112
112
  }),
113
113
  carbonDioxide: ingredient({
@@ -120,7 +120,7 @@ var allIngredients = {
120
120
  },
121
121
  metadata: {
122
122
  tags: ['ANTIOXIDANT', 'OTHER_INGREDIENT'],
123
- productType: _productTypesWine["default"]
123
+ productType: _productTypesWine.default
124
124
  }
125
125
  }),
126
126
  carboxymethylcellulose: ingredient({
@@ -133,7 +133,7 @@ var allIngredients = {
133
133
  },
134
134
  metadata: {
135
135
  tags: ['STABILISER'],
136
- productType: _productTypesWine["default"]
136
+ productType: _productTypesWine.default
137
137
  }
138
138
  }),
139
139
  carobSyrup: ingredient({
@@ -172,7 +172,7 @@ var allIngredients = {
172
172
  },
173
173
  metadata: {
174
174
  tags: ['RAW_MATERIAL'],
175
- productType: _productTypesSpirit["default"]
175
+ productType: _productTypesSpirit.default
176
176
  }
177
177
  }),
178
178
  citricAcid: ingredient({
@@ -185,7 +185,7 @@ var allIngredients = {
185
185
  },
186
186
  metadata: {
187
187
  tags: ['NATURALLY_ADDED_ACID'],
188
- productType: _productTypesWine["default"]
188
+ productType: _productTypesWine.default
189
189
  }
190
190
  }),
191
191
  concentratedGrapeMust: ingredient({
@@ -198,7 +198,7 @@ var allIngredients = {
198
198
  },
199
199
  metadata: {
200
200
  tags: ['ENRICHMENT_SUBSTANCE', 'SWEETENER'],
201
- productType: _productTypesWine["default"]
201
+ productType: _productTypesWine.default
202
202
  }
203
203
  }),
204
204
  dimethyldicarbonate: ingredient({
@@ -211,7 +211,7 @@ var allIngredients = {
211
211
  },
212
212
  metadata: {
213
213
  tags: ['PRESERVATIVE'],
214
- productType: _productTypesWine["default"]
214
+ productType: _productTypesWine.default
215
215
  }
216
216
  }),
217
217
  distillateOfAgriculturalOrigin: ingredient({
@@ -263,7 +263,7 @@ var allIngredients = {
263
263
  },
264
264
  metadata: {
265
265
  tags: ['PROCESSING_AID', 'ALLERGEN'],
266
- productType: _productTypesWine["default"]
266
+ productType: _productTypesWine.default
267
267
  }
268
268
  }),
269
269
  eggLysozyme: ingredient({
@@ -276,7 +276,7 @@ var allIngredients = {
276
276
  },
277
277
  metadata: {
278
278
  tags: ['PRESERVATIVE'],
279
- productType: _productTypesWine["default"]
279
+ productType: _productTypesWine.default
280
280
  }
281
281
  }),
282
282
  ethylAlcoholOfAgriculturalOrigin: ingredient({
@@ -341,7 +341,7 @@ var allIngredients = {
341
341
  },
342
342
  metadata: {
343
343
  tags: ['RAW_MATERIAL'],
344
- productType: _productTypesSpirit["default"]
344
+ productType: _productTypesSpirit.default
345
345
  }
346
346
  }),
347
347
  grape: ingredient({
@@ -354,7 +354,7 @@ var allIngredients = {
354
354
  },
355
355
  metadata: {
356
356
  tags: ['RAW_MATERIAL'],
357
- productType: _productTypesWine["default"]
357
+ productType: _productTypesWine.default
358
358
  }
359
359
  }),
360
360
  grapeMarcSpirit: ingredient({
@@ -380,7 +380,7 @@ var allIngredients = {
380
380
  },
381
381
  metadata: {
382
382
  tags: ['STABILISER'],
383
- productType: _productTypesWine["default"]
383
+ productType: _productTypesWine.default
384
384
  }
385
385
  }),
386
386
  honey: ingredient({
@@ -406,7 +406,7 @@ var allIngredients = {
406
406
  },
407
407
  metadata: {
408
408
  tags: ['ACIDITY_REGULATOR'],
409
- productType: _productTypesWine["default"]
409
+ productType: _productTypesWine.default
410
410
  }
411
411
  }),
412
412
  malicAcid: ingredient({
@@ -419,7 +419,7 @@ var allIngredients = {
419
419
  },
420
420
  metadata: {
421
421
  tags: ['ACIDITY_REGULATOR'],
422
- productType: _productTypesWine["default"]
422
+ productType: _productTypesWine.default
423
423
  }
424
424
  }),
425
425
  maltDistillateAndWater: ingredient({
@@ -432,7 +432,7 @@ var allIngredients = {
432
432
  },
433
433
  metadata: {
434
434
  tags: ['RAW_MATERIAL'],
435
- productType: _productTypesSpirit["default"]
435
+ productType: _productTypesSpirit.default
436
436
  }
437
437
  }),
438
438
  metatartaricAcid: ingredient({
@@ -445,7 +445,7 @@ var allIngredients = {
445
445
  },
446
446
  metadata: {
447
447
  tags: ['STABILISER'],
448
- productType: _productTypesWine["default"]
448
+ productType: _productTypesWine.default
449
449
  }
450
450
  }),
451
451
  milkCasein: ingredient({
@@ -458,7 +458,7 @@ var allIngredients = {
458
458
  },
459
459
  metadata: {
460
460
  tags: ['PROCESSING_AID', 'ALLERGEN'],
461
- productType: _productTypesWine["default"]
461
+ productType: _productTypesWine.default
462
462
  }
463
463
  }),
464
464
  nitrogen: ingredient({
@@ -471,7 +471,7 @@ var allIngredients = {
471
471
  },
472
472
  metadata: {
473
473
  tags: ['ANTIOXIDANT'],
474
- productType: _productTypesWine["default"]
474
+ productType: _productTypesWine.default
475
475
  }
476
476
  }),
477
477
  plainCaramel: ingredient({
@@ -497,7 +497,7 @@ var allIngredients = {
497
497
  },
498
498
  metadata: {
499
499
  tags: ['PRESERVATIVE', 'ALLERGEN'],
500
- productType: _productTypesWine["default"]
500
+ productType: _productTypesWine.default
501
501
  }
502
502
  }),
503
503
  potassiumMetabisulphite: ingredient({
@@ -510,7 +510,7 @@ var allIngredients = {
510
510
  },
511
511
  metadata: {
512
512
  tags: ['PRESERVATIVE', 'ALLERGEN'],
513
- productType: _productTypesWine["default"]
513
+ productType: _productTypesWine.default
514
514
  }
515
515
  }),
516
516
  potassiumPolyaspartate: ingredient({
@@ -523,7 +523,7 @@ var allIngredients = {
523
523
  },
524
524
  metadata: {
525
525
  tags: ['STABILISER'],
526
- productType: _productTypesWine["default"]
526
+ productType: _productTypesWine.default
527
527
  }
528
528
  }),
529
529
  potassiumSorbate: ingredient({
@@ -536,7 +536,7 @@ var allIngredients = {
536
536
  },
537
537
  metadata: {
538
538
  tags: ['PRESERVATIVE'],
539
- productType: _productTypesWine["default"]
539
+ productType: _productTypesWine.default
540
540
  }
541
541
  }),
542
542
  ryeDistillateAndWater: ingredient({
@@ -549,7 +549,7 @@ var allIngredients = {
549
549
  },
550
550
  metadata: {
551
551
  tags: ['RAW_MATERIAL'],
552
- productType: _productTypesSpirit["default"]
552
+ productType: _productTypesSpirit.default
553
553
  }
554
554
  }),
555
555
  sucrose: ingredient({
@@ -562,7 +562,7 @@ var allIngredients = {
562
562
  },
563
563
  metadata: {
564
564
  tags: ['ENRICHMENT_SUBSTANCE'],
565
- productType: _productTypesWine["default"]
565
+ productType: _productTypesWine.default
566
566
  }
567
567
  }),
568
568
  sugar: ingredient({
@@ -601,7 +601,7 @@ var allIngredients = {
601
601
  },
602
602
  metadata: {
603
603
  tags: ['PRESERVATIVE', 'ALLERGEN'],
604
- productType: _productTypesWine["default"]
604
+ productType: _productTypesWine.default
605
605
  }
606
606
  }),
607
607
  sulphurDioxide: ingredient({
@@ -614,7 +614,7 @@ var allIngredients = {
614
614
  },
615
615
  metadata: {
616
616
  tags: ['PRESERVATIVE', 'ALLERGEN'],
617
- productType: _productTypesWine["default"]
617
+ productType: _productTypesWine.default
618
618
  }
619
619
  }),
620
620
  tartaricAcid: ingredient({
@@ -627,7 +627,7 @@ var allIngredients = {
627
627
  },
628
628
  metadata: {
629
629
  tags: ['ACIDITY_REGULATOR'],
630
- productType: _productTypesWine["default"]
630
+ productType: _productTypesWine.default
631
631
  }
632
632
  }),
633
633
  water: ingredient({
@@ -653,7 +653,7 @@ var allIngredients = {
653
653
  },
654
654
  metadata: {
655
655
  tags: ['PROCESSING_AID'],
656
- productType: _productTypesWine["default"]
656
+ productType: _productTypesWine.default
657
657
  }
658
658
  }),
659
659
  wine: ingredient({
@@ -718,7 +718,7 @@ var allIngredients = {
718
718
  },
719
719
  metadata: {
720
720
  tags: ['STABILISER'],
721
- productType: _productTypesWine["default"]
721
+ productType: _productTypesWine.default
722
722
  }
723
723
  })
724
724
  };
@@ -734,4 +734,4 @@ var byProductType = Object.values(allIngredients).reduce(function (acc, ingredie
734
734
  }, {});
735
735
  exports.byProductType = byProductType;
736
736
  var _default = allIngredients;
737
- exports["default"] = _default;
737
+ exports.default = _default;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=appelation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appelation.d.ts","sourceRoot":"","sources":["../../../src/validValues/json/appelation.js"],"names":[],"mappings":""}
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = void 0;
6
+ exports.default = void 0;
7
7
 
8
8
  /** Makes sure errors are displayed where the error is introduced. */
9
9
  var packagingCertification = function packagingCertification(value) {
@@ -53,4 +53,4 @@ var allPackagingCertifications = {
53
53
  })
54
54
  };
55
55
  var _default = allPackagingCertifications;
56
- exports["default"] = _default;
56
+ exports.default = _default;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = void 0;
6
+ exports.default = void 0;
7
7
 
8
8
  /** Makes sure errors are displayed where the error is introduced. */
9
9
  var packagingCertification = function packagingCertification(value) {
@@ -53,4 +53,4 @@ var allPackagingCertifications = {
53
53
  })
54
54
  };
55
55
  var _default = allPackagingCertifications;
56
- exports["default"] = _default;
56
+ exports.default = _default;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = void 0;
6
+ exports.default = void 0;
7
7
 
8
8
  var _core = require("@lingui/core");
9
9
 
@@ -703,4 +703,4 @@ var allPackagingMaterialTypes = {
703
703
  })
704
704
  };
705
705
  var _default = allPackagingMaterialTypes;
706
- exports["default"] = _default;
706
+ exports.default = _default;