@kando-env/kando-ui 1.2.437-alpha.14 → 1.2.437-alpha.15

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
@@ -3232,7 +3232,7 @@
3232
3232
  "pollution": "Pollution",
3233
3233
  "pollution-breakdown": "Pollution Breakdown",
3234
3234
  "pollution-score": "Pollution score",
3235
- "potential-impact": "Potential Impact",
3235
+ "potential-impact": "Projected Impact",
3236
3236
  "low": "Low",
3237
3237
  "extreme": "Extreme",
3238
3238
  "high": "High",
@@ -3241,9 +3241,9 @@
3241
3241
  "unmonitored": "Not Monitored"
3242
3242
  },
3243
3243
  "potential-impact-summary": {
3244
- "title": "Potential Impact",
3244
+ "title": "Projected Impact",
3245
3245
  "coming-soon": "Coming soon",
3246
- "no-data": "Currently, it is not feasible to determine the potential impact."
3246
+ "no-data": "Currently, it is not feasible to determine the projected impact."
3247
3247
  }
3248
3248
  },
3249
3249
  "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-alpha.14";
3
+ var packageJsonVersion = "1.2.437-alpha.15";
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-alpha.14",
3
+ "version": "1.2.437-alpha.15",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {