@fullsession.io/fs-feedback-widget 1.2.2 → 1.2.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.2.2",
3
+ "version": "1.2.3",
4
4
  "scripts": {
5
5
  "build": "rollup -c",
6
6
  "dev": "rollup -c -w",
package/src/App.svelte CHANGED
@@ -117,7 +117,7 @@
117
117
 
118
118
  {#if buttonVisible}
119
119
  <div class="widget" on:click={openWidget}>
120
- <div id="feedbackTxt">{{widgetName}}</div>
120
+ <div id="feedbackTxt">{widgetName}</div>
121
121
  <div id="mainIcon">
122
122
  <MainIcon bind:fill={iconColor}/>
123
123
  </div>
@@ -54,6 +54,7 @@ container{
54
54
  box-shadow: rgba(0, 0, 0, 0.35) 0px 6px 100px 0px;
55
55
  }
56
56
  .thanksMessageCont{
57
+ pointer-events: auto;
57
58
  width: 320px;
58
59
  height: 104px;
59
60
  background-color: rgb(255, 255, 255);
@@ -1,4 +1,5 @@
1
1
  .container {
2
+ pointer-events: auto;
2
3
  display: flex;
3
4
  flex-direction: column;
4
5
  height: 190px;
@@ -41,6 +42,7 @@
41
42
  display: flex;
42
43
  flex-direction: column;
43
44
  height: 291px;
45
+ pointer-events: auto;
44
46
  }
45
47
  .textAreaCont{
46
48
  width: 100%;
@@ -139,6 +141,7 @@
139
141
  height: 220px;
140
142
  }
141
143
  #emailInputCont{
144
+ pointer-events: auto;
142
145
  width: 100%;
143
146
  height: 46px;
144
147
  background-color: #eaeaeb;