mario-core 2.9.208-release → 2.9.210-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 CHANGED
@@ -4646,7 +4646,7 @@ var NOTIFICATION_CHANNEL = "NOTIFICATION_CHANNEL";
4646
4646
  var NEW_NOTIFICATION = "NEW_NOTIFICATION";
4647
4647
  var SANDBOX_NOTIFICATION = "SANDBOX_NOTIFICATION";
4648
4648
  var DEFAULT_IMAGE_URL = "https://tleliteracy.com/wp-content/uploads/2017/02/default-avatar.png";
4649
- var EMOTIONS = ["Unwell", "Mad", "Stressed", "Easygoing", "Proud", "Inspired"];
4649
+ var EMOTIONS = ["/images/very-sad-icon.png", "/images/sad-icon.png", "/images/normal-icon.png", "/images/happy-icon.png", "/images/very-happy-icon.png"];
4650
4650
  var TAB_COLORS = {
4651
4651
  reflect: "#c08497",
4652
4652
  goal: "#00979b"
@@ -22810,6 +22810,12 @@ var BlockLogin = function BlockLogin(_ref) {
22810
22810
  name = _res$profileObj.name;
22811
22811
  var accessToken = res.accessToken;
22812
22812
  var googleId = res.googleId;
22813
+
22814
+ if (email.includes("@gmail")) {
22815
+ alert("Please login with your school email");
22816
+ return;
22817
+ }
22818
+
22813
22819
  var infoLogin = {
22814
22820
  firstName: givenName,
22815
22821
  lastName: familyName,