@fullsession.io/fs-feedback-widget 1.4.2 → 1.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullsession.io/fs-feedback-widget",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "scripts": {
5
5
  "build": "rollup -c",
6
6
  "dev": "rollup -c -w",
package/src/main.js CHANGED
@@ -11,35 +11,35 @@ export function feedbackCreator(response) {
11
11
  });
12
12
  }
13
13
 
14
- let widget ={id: 1,
15
- wgStatus: 1,
16
- wgName: "ask",
17
- wgDescription: "test",
18
- wgCrtDt: "2021-12-05 10:49:14",
19
- wgResponses: null,
20
- wgUpdTime: null,
21
- SiteId: 98,
22
- UserId: 262,
23
- wgLanguage: "en",
24
- wgPosition: "0",
25
- wgAccentColor: "#51797b",
26
- wgAlternateColor: true,
27
- wgQuestion: "How would you rate your experience?" ,
28
- wgUserScreenshot: 1,
29
- wgEmailReqMsg: "We may wish to follow up. Enter your email if you're happy for us to contact you." ,
30
- wgEmailReqActivation: 1,
31
- wgAdditionalMsg: "Heads up! This is for feedback only. Need help? Contact us via our [link to Help Center].",
32
- wgAdditionalMsgActivation: 1,
33
- wgThanksMsg: "Thank you for sharing your feedback with us",
34
- wgThanksMsgActivation: 1,
35
- wgDesktop: 1,
36
- wgPhone: 1,
37
- wgTablet:1,
38
- wgPages: [{"id":0,"name":"*"}],
39
- wgWidgetToUsers: 0,
40
- wgPercentage:100,
41
- wgEmail: "abd@gmail.com",
42
- wgWidgetToAllPages: 1,
43
- wgReactionStyle: 0,
44
- wgResponseViaEmail: 1}
45
- feedbackCreator(widget);
14
+ // let widget ={id: 1,
15
+ // wgStatus: 1,
16
+ // wgName: "ask",
17
+ // wgDescription: "test",
18
+ // wgCrtDt: "2021-12-05 10:49:14",
19
+ // wgResponses: null,
20
+ // wgUpdTime: null,
21
+ // SiteId: 98,
22
+ // UserId: 262,
23
+ // wgLanguage: "en",
24
+ // wgPosition: "0",
25
+ // wgAccentColor: "#51797b",
26
+ // wgAlternateColor: true,
27
+ // wgQuestion: "How would you rate your experience?" ,
28
+ // wgUserScreenshot: 1,
29
+ // wgEmailReqMsg: "We may wish to follow up. Enter your email if you're happy for us to contact you." ,
30
+ // wgEmailReqActivation: 1,
31
+ // wgAdditionalMsg: "Heads up! This is for feedback only. Need help? Contact us via our [link to Help Center].",
32
+ // wgAdditionalMsgActivation: 1,
33
+ // wgThanksMsg: "Thank you for sharing your feedback with us",
34
+ // wgThanksMsgActivation: 1,
35
+ // wgDesktop: 1,
36
+ // wgPhone: 1,
37
+ // wgTablet:1,
38
+ // wgPages: [{"id":0,"name":"*"}],
39
+ // wgWidgetToUsers: 0,
40
+ // wgPercentage:100,
41
+ // wgEmail: "abd@gmail.com",
42
+ // wgWidgetToAllPages: 1,
43
+ // wgReactionStyle: 0,
44
+ // wgResponseViaEmail: 1}
45
+ // feedbackCreator(widget);