athena-xai-chat 1.0.78 → 1.0.79
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.
|
@@ -2615,10 +2615,12 @@ class J7 {
|
|
|
2615
2615
|
composed: !0,
|
|
2616
2616
|
bubbles: !0
|
|
2617
2617
|
})
|
|
2618
|
-
)
|
|
2618
|
+
);
|
|
2619
|
+
const N = this._answers.find((W) => "love_language" in W);
|
|
2620
|
+
window.dispatchEvent(
|
|
2619
2621
|
new CustomEvent("love-language", {
|
|
2620
2622
|
detail: {
|
|
2621
|
-
loveLanguage:
|
|
2623
|
+
loveLanguage: N?.love_language
|
|
2622
2624
|
},
|
|
2623
2625
|
composed: !0,
|
|
2624
2626
|
bubbles: !0
|