@fluid-topics/ft-reader-feedback 1.0.35 → 1.0.37
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.
|
@@ -165,7 +165,11 @@ class FtReaderTopicFeedback extends withI18n(FtReaderTopicComponent) {
|
|
|
165
165
|
}
|
|
166
166
|
onMailerFeedbackSent() {
|
|
167
167
|
const topic = this.tocNode;
|
|
168
|
-
this.dispatchEvent(new CustomEvent("ft-reader-mailer-topic-feedback", {
|
|
168
|
+
this.dispatchEvent(new CustomEvent("ft-reader-mailer-topic-feedback", {
|
|
169
|
+
detail: { topic },
|
|
170
|
+
composed: true,
|
|
171
|
+
bubbles: true
|
|
172
|
+
}));
|
|
169
173
|
}
|
|
170
174
|
}
|
|
171
175
|
FtReaderTopicFeedback.elementDefinitions = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-feedback",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"description": "Feedback forms for a map and its topics in an integrated reader",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-app-context": "1.0.
|
|
23
|
-
"@fluid-topics/ft-reader-context": "1.0.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-app-context": "1.0.37",
|
|
23
|
+
"@fluid-topics/ft-reader-context": "1.0.37",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "1.0.37",
|
|
25
25
|
"lit": "2.7.2"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "abb2109b58b81de01332c9f036f5ff1df0861f8f"
|
|
28
28
|
}
|