@kando-env/kando-ui 1.2.135-alpha.11 → 1.2.135-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.
package/lib/i18n/en.json CHANGED
@@ -388,6 +388,7 @@
388
388
  "edit_account": "Manage Notifications",
389
389
  "exit_water_authority": "Exit client %{water_authority_name}",
390
390
  "dashbord": {
391
+ "run_slideshow": "Run Presentation Mode",
391
392
  "dashbord": "Dashboard",
392
393
  "water_authority_overview": "Overview",
393
394
  "water_authority": "Client",
package/lib/i18n/he.json CHANGED
@@ -377,6 +377,7 @@
377
377
  "edit_account": "ניהול התראות",
378
378
  "exit_water_authority": "יציאה מתאגיד %{water_authority_name}",
379
379
  "dashbord": {
380
+ "run_slideshow": "התחל מצב מצגת",
380
381
  "dashbord": "דשבורד",
381
382
  "water_authority_overview": "סקירה",
382
383
  "water_authority": "לקוח",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.135-alpha.11";
3
+ var packageJsonVersion = "1.2.135-alpha.12";
4
4
 
5
5
  if (typeof packageJsonVersion === 'string') {
6
6
  // eslint-disable-next-line no-console
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.135-alpha.11",
3
+ "version": "1.2.135-alpha.12",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {