@kando-env/kando-ui 1.2.327-alpha.5 → 1.2.327-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/he.json CHANGED
@@ -3042,6 +3042,10 @@
3042
3042
  "potential_sources": "מקורות חשודים",
3043
3043
  "potential_sources_plural": "({{count}}) מקורות חשודים",
3044
3044
  "unknown_sources": "מקור"
3045
+ },
3046
+ "contaminants_tooltip": "בהתבסס על האלגוריתם שלנו שמשתמש באותות מהחיישנים, האירוע עשוי להכיל את המזהמים האלה.\nעם זאת, זה לא אומר שהוא לא מכיל מזהמים אחרים.",
3047
+ "contaminants_options": {
3048
+ "organic": "אורגני"
3045
3049
  }
3046
3050
  },
3047
3051
  "discharge": {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.327-alpha.5";
3
+ var packageJsonVersion = "1.2.327-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.327-alpha.5",
3
+ "version": "1.2.327-alpha.6",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {