@kando-env/kando-ui 1.2.412-alpha.11 → 1.2.412-alpha.12

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.
@@ -3132,7 +3132,7 @@
3132
3132
  "show-more": "Show More",
3133
3133
  "sector2": "Type ",
3134
3134
  "show-less": "Show less",
3135
- "factories": "Main sewer",
3135
+ "factories": "Traders",
3136
3136
  "most-polluting": "Most Contaminating",
3137
3137
  "most-clean": "Most Clean",
3138
3138
  "order-by-improvements": "Sorted by improvement",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.412-alpha.11";
3
+ var packageJsonVersion = "1.2.412-alpha.12";
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.412-alpha.11",
3
+ "version": "1.2.412-alpha.12",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {