mario-core 2.9.196-release → 2.9.197-release
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/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +9 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +101 -101
package/dist/index.js
CHANGED
|
@@ -781,6 +781,7 @@ var start_reflection = "Start Reflection";
|
|
|
781
781
|
var customize_reflection = "Customize Reflection";
|
|
782
782
|
var include_section_you_want_to_appear = "Include section you want to appear";
|
|
783
783
|
var time_of_day = "Time of Day";
|
|
784
|
+
var last_1_1_conversation = "Last 1-1 conversation";
|
|
784
785
|
var lang_us = {
|
|
785
786
|
dashboard: dashboard,
|
|
786
787
|
user: user,
|
|
@@ -1537,7 +1538,8 @@ var lang_us = {
|
|
|
1537
1538
|
start_reflection: start_reflection,
|
|
1538
1539
|
customize_reflection: customize_reflection,
|
|
1539
1540
|
include_section_you_want_to_appear: include_section_you_want_to_appear,
|
|
1540
|
-
time_of_day: time_of_day
|
|
1541
|
+
time_of_day: time_of_day,
|
|
1542
|
+
last_1_1_conversation: last_1_1_conversation
|
|
1541
1543
|
};
|
|
1542
1544
|
|
|
1543
1545
|
var dashboard$1 = "Dashboard";
|
|
@@ -2283,6 +2285,7 @@ var start_reflection$1 = "Start Reflection";
|
|
|
2283
2285
|
var customize_reflection$1 = "Customize Reflection";
|
|
2284
2286
|
var include_section_you_want_to_appear$1 = "Include section you want to appear";
|
|
2285
2287
|
var time_of_day$1 = "Time of Day";
|
|
2288
|
+
var last_1_1_conversation$1 = "Last 1-1 conversation";
|
|
2286
2289
|
var lang_uk = {
|
|
2287
2290
|
dashboard: dashboard$1,
|
|
2288
2291
|
user: user$1,
|
|
@@ -3039,7 +3042,8 @@ var lang_uk = {
|
|
|
3039
3042
|
start_reflection: start_reflection$1,
|
|
3040
3043
|
customize_reflection: customize_reflection$1,
|
|
3041
3044
|
include_section_you_want_to_appear: include_section_you_want_to_appear$1,
|
|
3042
|
-
time_of_day: time_of_day$1
|
|
3045
|
+
time_of_day: time_of_day$1,
|
|
3046
|
+
last_1_1_conversation: last_1_1_conversation$1
|
|
3043
3047
|
};
|
|
3044
3048
|
|
|
3045
3049
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -3768,6 +3772,7 @@ var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$2 = "أشع
|
|
|
3768
3772
|
var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$2 = "مستويات الإجهاد لدي معقولة وتمكّنني من تقديم أفضل ما لديّ.";
|
|
3769
3773
|
var still_in_control_but_starting_to_feel_the_pressure$2 = "ما زلتُ أسيطر على زمام الأمور ولكني بدأتُ أشعر بالضغط.";
|
|
3770
3774
|
var too_much_pressure_and_really_struggling_to_manage_my_workload$2 = "أعاني من ضغط شديد وصعوبة كبيرة في التعامل مع أعباء العمل.";
|
|
3775
|
+
var last_1_1_conversation$2 = "آخر محادثة 1-1";
|
|
3771
3776
|
var lang_ar = {
|
|
3772
3777
|
dashboard: dashboard$2,
|
|
3773
3778
|
user: user$2,
|
|
@@ -4504,7 +4509,8 @@ var lang_ar = {
|
|
|
4504
4509
|
calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best: calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$2,
|
|
4505
4510
|
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$2,
|
|
4506
4511
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$2,
|
|
4507
|
-
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$2
|
|
4512
|
+
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$2,
|
|
4513
|
+
last_1_1_conversation: last_1_1_conversation$2
|
|
4508
4514
|
};
|
|
4509
4515
|
|
|
4510
4516
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|