@kando-env/kando-ui 1.2.341-alpha.5 → 1.2.341-alpha.6

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/lib/i18n/fr.json CHANGED
@@ -3764,7 +3764,8 @@
3764
3764
  "kando_rep": "Le nom du rapporteur est requis, saisissez votre nom",
3765
3765
  "collection_time": "Veuillez sélectionner la date"
3766
3766
  }
3767
- }
3767
+ },
3768
+ "partially_full": "Partiellement plein"
3768
3769
  },
3769
3770
  "importGisPage": {
3770
3771
  "page_title": "Plannings pour {{waterAuthorityName}}",
package/lib/i18n/he.json CHANGED
@@ -3827,7 +3827,8 @@
3827
3827
  "collection_time": "נא לבחור תאריך",
3828
3828
  "canceled_by": "יש לבחור מי ביטל את הדיגום"
3829
3829
  }
3830
- }
3830
+ },
3831
+ "partially_full": "מלא חלקית"
3831
3832
  },
3832
3833
  "wwtpPage": {
3833
3834
  "view_sub_areas": "הצג אזורי משנה",
package/lib/i18n/it.json CHANGED
@@ -3764,7 +3764,8 @@
3764
3764
  "kando_rep": "Il nome del reporter è obbligatorio, inserire il nome",
3765
3765
  "collection_time": "Seleziona la data"
3766
3766
  }
3767
- }
3767
+ },
3768
+ "partially_full": "Parzialmente pieno"
3768
3769
  },
3769
3770
  "importGisPage": {
3770
3771
  "page_title": "Pianificazioni per {{waterAuthorityName}}",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- const packageJsonVersion = "1.2.341-alpha.5";
3
+ const packageJsonVersion = "1.2.341-alpha.6";
4
4
  if (typeof packageJsonVersion === 'string') {
5
5
  // eslint-disable-next-line no-console
6
6
  console.log("%c Kando UI %c v".concat(packageJsonVersion, " "), 'font-size: 15px; background-color: #fff; color: #e20f53;', 'font-weight: bold; font-size: 15px; background-color: #e20f53; color: #fff;', "with NODE_ENV=".concat(process.env.NODE_ENV));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.341-alpha.5",
3
+ "version": "1.2.341-alpha.6",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {