mario-core 2.9.208-release → 2.9.209-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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +101 -101
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 = ["
|
|
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"
|