@fullsession.io/fs-feedback-widget 1.4.1 → 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.1",
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);
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  .fsReactionText {
33
- font-size: 19px;
33
+ font-size: 12px;
34
34
  display: none;
35
35
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
36
36
  margin-top: 0px;
@@ -80,7 +80,7 @@
80
80
  color: #ffff;
81
81
  font-size: 12px;
82
82
  text-align: center;
83
- margin-top: 7px;
83
+ margin-top: 6px;
84
84
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
85
85
 
86
86
  }
@@ -118,7 +118,7 @@
118
118
  color: black;
119
119
  font-size: 12px;
120
120
  text-align: center;
121
- margin-top: 7px;
121
+ margin-top: 6px;
122
122
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
123
123
 
124
124
  }