@bottlebooks/valid-values 10.21.0 → 10.22.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [10.22.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.21.1...@bottlebooks/valid-values@10.22.0) (2024-04-10)
7
+
8
+ ### Features
9
+
10
+ - add "Nachhaltig Austria" certification ([cb9336c](https://github.com/bottlebooks/bottlebooks/commit/cb9336ce81c0f6b206cbee005b7590034ee92a32))
11
+
12
+ ## [10.21.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.21.0...@bottlebooks/valid-values@10.21.1) (2024-04-05)
13
+
14
+ ### Bug Fixes
15
+
16
+ - all ingredients can be marked organic ([cf4b5d7](https://github.com/bottlebooks/bottlebooks/commit/cf4b5d7556ff3d2d7797025a074b3a431bf50e99))
17
+
6
18
  # [10.21.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.20.0...@bottlebooks/valid-values@10.21.0) (2024-04-05)
7
19
 
8
20
  ### Bug Fixes
@@ -12,6 +12,7 @@ declare const allCertifications: {
12
12
  readonly it_green_experience_plus: Certification;
13
13
  readonly it_green_experience: Certification;
14
14
  readonly es_wineriesForClimateProtection: Certification;
15
+ readonly nachhaltig_austria: Certification;
15
16
  readonly de_bioland: Certification;
16
17
  readonly za_wwf_bwi_champion: Certification;
17
18
  readonly us_newyork_lisw: Certification;
@@ -1 +1 @@
1
- {"version":3,"file":"certification.d.ts","sourceRoot":"","sources":["../../../src/validValues/certification/certification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,MAAM,WAAW,aACf,SAAQ,oBAAoB,EAC1B,wBAAwB,EACxB,4BAA4B;CAAG;AAKnC,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyRb,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"certification.d.ts","sourceRoot":"","sources":["../../../src/validValues/certification/certification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,MAAM,WAAW,aACf,SAAQ,oBAAoB,EAC1B,wBAAwB,EACxB,4BAA4B;CAAG;AAKnC,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSb,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
@@ -111,6 +111,16 @@ var allCertifications = {
111
111
  tags: ['internationalCertification']
112
112
  }
113
113
  }),
114
+ nachhaltig_austria: certification({
115
+ key: 'nachhaltig_austria',
116
+ label: 'Nachhaltig Austria',
117
+ data: {
118
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/nachhaltig_austria.jpg'
119
+ },
120
+ metadata: {
121
+ tags: ['internationalCertification']
122
+ }
123
+ }),
114
124
  de_bioland: certification({
115
125
  key: 'de_bioland',
116
126
  label: 'Bioland',
@@ -314,7 +314,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
314
314
  metadata: {
315
315
  tags: ['ANTIOXIDANT'],
316
316
  productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
317
- canBeMarkedOrganic: false
317
+ canBeMarkedOrganic: true
318
318
  }
319
319
  }),
320
320
  burnedSugar: ingredient({
@@ -742,7 +742,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
742
742
  metadata: {
743
743
  tags: ['STABILISER'],
744
744
  productType: ['wine_stillwine', 'wine_fortified', 'wine_pearlwine', 'wine_sparkling'].concat(_toConsumableArray(_productTypesAromatisedWine["default"])),
745
- canBeMarkedOrganic: false
745
+ canBeMarkedOrganic: true
746
746
  }
747
747
  }),
748
748
  grainDistillateAndWater: ingredient({
@@ -872,7 +872,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
872
872
  metadata: {
873
873
  tags: ['ACIDITY_REGULATOR'],
874
874
  productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
875
- canBeMarkedOrganic: false
875
+ canBeMarkedOrganic: true
876
876
  }
877
877
  }),
878
878
  metatartaricAcid: ingredient({
@@ -886,7 +886,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
886
886
  metadata: {
887
887
  tags: ['STABILISER'],
888
888
  productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
889
- canBeMarkedOrganic: false
889
+ canBeMarkedOrganic: true
890
890
  }
891
891
  }),
892
892
  plainCaramel: ingredient({
@@ -1014,7 +1014,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
1014
1014
  metadata: {
1015
1015
  tags: ['RAW_MATERIAL'],
1016
1016
  productType: ['wine_sparkling', 'wine_qualitysparkling', 'wine_qualityaromaticsparkling'],
1017
- canBeMarkedOrganic: false
1017
+ canBeMarkedOrganic: true
1018
1018
  }
1019
1019
  }),
1020
1020
  water: ingredient({
@@ -1408,7 +1408,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
1408
1408
  metadata: {
1409
1409
  tags: ['ANTIOXIDANT'],
1410
1410
  productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
1411
- canBeMarkedOrganic: false,
1411
+ canBeMarkedOrganic: true,
1412
1412
  isHiddenInMainList: true,
1413
1413
  synonymDescription:
1414
1414
  /*i18n*/
@@ -1456,7 +1456,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
1456
1456
  metadata: {
1457
1457
  tags: ['STABILISER'],
1458
1458
  productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
1459
- canBeMarkedOrganic: false,
1459
+ canBeMarkedOrganic: true,
1460
1460
  isHiddenInMainList: true,
1461
1461
  synonymDescription:
1462
1462
  /*i18n*/
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@bottlebooks/valid-values",
3
3
  "description": "The Bottlebooks lookup values, defined globally.",
4
4
  "private": false,
5
- "version": "10.21.0",
5
+ "version": "10.22.0",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -34,5 +34,5 @@
34
34
  "dependencies": {
35
35
  "@lingui/core": "3.14.0"
36
36
  },
37
- "gitHead": "88bcfb91484b0cc4896b77ac125ffa785ad1ff4e"
37
+ "gitHead": "fc0b4402fdd8dd3f4d67c3d5d22e3a9a280266a4"
38
38
  }
@@ -113,6 +113,16 @@ const allCertifications = {
113
113
  tags: ['internationalCertification'],
114
114
  },
115
115
  }),
116
+ nachhaltig_austria: certification({
117
+ key: 'nachhaltig_austria',
118
+ label: 'Nachhaltig Austria',
119
+ data: {
120
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/nachhaltig_austria.jpg',
121
+ },
122
+ metadata: {
123
+ tags: ['internationalCertification'],
124
+ },
125
+ }),
116
126
  de_bioland: certification({
117
127
  key: 'de_bioland',
118
128
  label: 'Bioland',
@@ -242,7 +242,7 @@ const allIngredients = {
242
242
  metadata: {
243
243
  tags: ['ANTIOXIDANT'],
244
244
  productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
245
- canBeMarkedOrganic: false,
245
+ canBeMarkedOrganic: true,
246
246
  },
247
247
  }),
248
248
  burnedSugar: ingredient({
@@ -622,7 +622,7 @@ const allIngredients = {
622
622
  'wine_sparkling',
623
623
  ...PRODUCT_TYPE_AROMATISED_WINE,
624
624
  ],
625
- canBeMarkedOrganic: false,
625
+ canBeMarkedOrganic: true,
626
626
  },
627
627
  }),
628
628
  grainDistillateAndWater: ingredient({
@@ -732,7 +732,7 @@ const allIngredients = {
732
732
  metadata: {
733
733
  tags: ['ACIDITY_REGULATOR'],
734
734
  productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
735
- canBeMarkedOrganic: false,
735
+ canBeMarkedOrganic: true,
736
736
  },
737
737
  }),
738
738
  metatartaricAcid: ingredient({
@@ -744,7 +744,7 @@ const allIngredients = {
744
744
  metadata: {
745
745
  tags: ['STABILISER'],
746
746
  productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
747
- canBeMarkedOrganic: false,
747
+ canBeMarkedOrganic: true,
748
748
  },
749
749
  }),
750
750
  plainCaramel: ingredient({
@@ -857,7 +857,7 @@ const allIngredients = {
857
857
  'wine_qualitysparkling',
858
858
  'wine_qualityaromaticsparkling',
859
859
  ],
860
- canBeMarkedOrganic: false,
860
+ canBeMarkedOrganic: true,
861
861
  },
862
862
  }),
863
863
  water: ingredient({
@@ -1211,7 +1211,7 @@ const allIngredients = {
1211
1211
  metadata: {
1212
1212
  tags: ['ANTIOXIDANT'],
1213
1213
  productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
1214
- canBeMarkedOrganic: false,
1214
+ canBeMarkedOrganic: true,
1215
1215
  isHiddenInMainList: true,
1216
1216
  synonymDescription: defineMessage({
1217
1217
  id: 'validValues.ingredient.ascorbicAcid.synonymDescription',
@@ -1253,7 +1253,7 @@ const allIngredients = {
1253
1253
  metadata: {
1254
1254
  tags: ['STABILISER'],
1255
1255
  productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
1256
- canBeMarkedOrganic: false,
1256
+ canBeMarkedOrganic: true,
1257
1257
  isHiddenInMainList: true,
1258
1258
  synonymDescription: defineMessage({
1259
1259
  id: 'validValues.ingredient.metatartaricAcid.synonymDescription',