@kando-env/kando-ui 1.2.437 → 1.2.438

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/en.json CHANGED
@@ -3230,7 +3230,7 @@
3230
3230
  "pollution": "Pollution",
3231
3231
  "pollution-breakdown": "Pollution Breakdown",
3232
3232
  "pollution-score": "Pollution score",
3233
- "potential-impact": "Potential Impact",
3233
+ "potential-impact": "Projected Impact",
3234
3234
  "low": "Low",
3235
3235
  "extreme": "Extreme",
3236
3236
  "high": "High",
@@ -3239,9 +3239,9 @@
3239
3239
  "unmonitored": "Not Monitored"
3240
3240
  },
3241
3241
  "potential-impact-summary": {
3242
- "title": "Potential Impact",
3242
+ "title": "Projected Impact",
3243
3243
  "coming-soon": "Coming soon",
3244
- "no-data": "Currently, it is not feasible to determine the potential impact."
3244
+ "no-data": "Currently, it is not feasible to determine the projected impact."
3245
3245
  }
3246
3246
  },
3247
3247
  "use_cases": {
@@ -3107,11 +3107,13 @@
3107
3107
  "extreme": "Extreme",
3108
3108
  "high": "High",
3109
3109
  "medium": "Medium",
3110
- "undefined": "Could not be defined"
3110
+ "undefined": "Could not be defined",
3111
+ "potential-impact": "Potential Impact"
3111
3112
  },
3112
3113
  "potential-impact-summary": {
3113
3114
  "title": "Potential Impact",
3114
- "coming-soon": "Coming soon"
3115
+ "coming-soon": "Coming soon",
3116
+ "no-data": "Currently, it is not feasible to determine the potential impact."
3115
3117
  }
3116
3118
  },
3117
3119
  "most-polluting": {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.437";
3
+ var packageJsonVersion = "1.2.438";
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.437",
3
+ "version": "1.2.438",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {