vrfi-design-system 1.1.94 → 1.1.95
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/main.es.js +5 -5
- package/dist/main.umd.js +1 -1
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -52506,11 +52506,11 @@ const cDe = (e = "") => {
|
|
|
52506
52506
|
day: "2-digit"
|
|
52507
52507
|
});
|
|
52508
52508
|
}, zh = {}, Fre = {
|
|
52509
|
-
[EA.NOTIFICATION]: "
|
|
52510
|
-
[EA.CHAT_INCOMING]: "
|
|
52511
|
-
//
|
|
52512
|
-
[EA.CHAT_SENT]: "
|
|
52513
|
-
//
|
|
52509
|
+
[EA.NOTIFICATION]: "/sounds/notificationSound.mp3",
|
|
52510
|
+
[EA.CHAT_INCOMING]: "/sounds/notificationSound.mp3",
|
|
52511
|
+
// replace later
|
|
52512
|
+
[EA.CHAT_SENT]: "/sounds/notificationSound.mp3"
|
|
52513
|
+
// replace later
|
|
52514
52514
|
}, dDe = ({
|
|
52515
52515
|
type: e,
|
|
52516
52516
|
onlyWhenHidden: t
|