mario-core 2.9.80-beta → 2.9.81-beta
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7945,7 +7945,7 @@ var useNotificationList = function useNotificationList() {
|
|
|
7945
7945
|
};
|
|
7946
7946
|
|
|
7947
7947
|
var viewNotification = function viewNotification(notification) {
|
|
7948
|
-
var _JSON$parse, _JSON$parse2, _extraData$replace, _extraData$replace$sp, _extraData$replace2, _extraData$replace2$s,
|
|
7948
|
+
var _JSON$parse, _JSON$parse2, _extraData$replace, _extraData$replace$sp, _extraData$replace2, _extraData$replace2$s, _JSON$parse3, _JSON$parse4, _JSON$parse5, _JSON$parse6, _JSON$parse7;
|
|
7949
7949
|
|
|
7950
7950
|
var source = notification.source,
|
|
7951
7951
|
extraData = notification.extraData;
|
|
@@ -7968,15 +7968,15 @@ var useNotificationList = function useNotificationList() {
|
|
|
7968
7968
|
break;
|
|
7969
7969
|
|
|
7970
7970
|
case "External Reflection Completed":
|
|
7971
|
-
window.open("/result-reflection/" + (
|
|
7971
|
+
window.open("/result-reflection/" + ((_JSON$parse3 = JSON.parse(extraData)) === null || _JSON$parse3 === void 0 ? void 0 : _JSON$parse3[0]) + "/external");
|
|
7972
7972
|
break;
|
|
7973
7973
|
|
|
7974
7974
|
case "NewSessionCreated":
|
|
7975
|
-
window.open("/start-question/" + ((_JSON$
|
|
7975
|
+
window.open("/start-question/" + ((_JSON$parse4 = JSON.parse(extraData)) === null || _JSON$parse4 === void 0 ? void 0 : _JSON$parse4[0]) + "/" + ((_JSON$parse5 = JSON.parse(extraData)) === null || _JSON$parse5 === void 0 ? void 0 : _JSON$parse5[1]));
|
|
7976
7976
|
break;
|
|
7977
7977
|
|
|
7978
7978
|
case "NewSessionComplete":
|
|
7979
|
-
window.open("/start-question/" + ((_JSON$
|
|
7979
|
+
window.open("/start-question/" + ((_JSON$parse6 = JSON.parse(extraData)) === null || _JSON$parse6 === void 0 ? void 0 : _JSON$parse6[0]) + "/" + ((_JSON$parse7 = JSON.parse(extraData)) === null || _JSON$parse7 === void 0 ? void 0 : _JSON$parse7[1]));
|
|
7980
7980
|
break;
|
|
7981
7981
|
|
|
7982
7982
|
case "ActionPointReminder":
|