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.modern.js
CHANGED
|
@@ -7943,7 +7943,7 @@ var useNotificationList = function useNotificationList() {
|
|
|
7943
7943
|
};
|
|
7944
7944
|
|
|
7945
7945
|
var viewNotification = function viewNotification(notification) {
|
|
7946
|
-
var _JSON$parse, _JSON$parse2, _extraData$replace, _extraData$replace$sp, _extraData$replace2, _extraData$replace2$s,
|
|
7946
|
+
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;
|
|
7947
7947
|
|
|
7948
7948
|
var source = notification.source,
|
|
7949
7949
|
extraData = notification.extraData;
|
|
@@ -7966,15 +7966,15 @@ var useNotificationList = function useNotificationList() {
|
|
|
7966
7966
|
break;
|
|
7967
7967
|
|
|
7968
7968
|
case "External Reflection Completed":
|
|
7969
|
-
window.open("/result-reflection/" + (
|
|
7969
|
+
window.open("/result-reflection/" + ((_JSON$parse3 = JSON.parse(extraData)) === null || _JSON$parse3 === void 0 ? void 0 : _JSON$parse3[0]) + "/external");
|
|
7970
7970
|
break;
|
|
7971
7971
|
|
|
7972
7972
|
case "NewSessionCreated":
|
|
7973
|
-
window.open("/start-question/" + ((_JSON$
|
|
7973
|
+
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]));
|
|
7974
7974
|
break;
|
|
7975
7975
|
|
|
7976
7976
|
case "NewSessionComplete":
|
|
7977
|
-
window.open("/start-question/" + ((_JSON$
|
|
7977
|
+
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]));
|
|
7978
7978
|
break;
|
|
7979
7979
|
|
|
7980
7980
|
case "ActionPointReminder":
|