@kando-env/kando-ui 1.2.311-alpha.7 → 1.2.311-alpha.8
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 +3 -1
- package/lib/macros/getVersion.js +1 -1
- package/package.json +1 -1
- package/lib/ui-kit/TimeLineChart/test.json +0 -25656
package/lib/i18n/en.json
CHANGED
|
@@ -3973,7 +3973,9 @@
|
|
|
3973
3973
|
"energy": "Energy",
|
|
3974
3974
|
"energy_unit": "$/year",
|
|
3975
3975
|
"organic_load_unit": "kgCOD/year",
|
|
3976
|
-
"empty_state": "There is not enough data to display this insight"
|
|
3976
|
+
"empty_state": "There is not enough data to display this insight",
|
|
3977
|
+
"no_result_1": "Your sewer network is not fully configured yet to show more insights.",
|
|
3978
|
+
"no_result_2": "Contact your support representative to learn more."
|
|
3977
3979
|
}
|
|
3978
3980
|
}
|
|
3979
3981
|
}
|
package/lib/macros/getVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var packageJsonVersion = "1.2.311-alpha.
|
|
3
|
+
var packageJsonVersion = "1.2.311-alpha.8";
|
|
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));
|