fs-feedback-creator
Advanced tools
Comparing version 1.0.31 to 1.0.33
@@ -274,5 +274,2 @@ export class FeedbackCreator { | ||
const css = ` | ||
#fb-root{ | ||
position: absolute; | ||
} | ||
#feedbackButton{ | ||
@@ -320,3 +317,3 @@ height: 110px; | ||
height: 178px; width: 320px; background-color:white; box-shadow: rgb(0 0 0 / 35%) 0 6px 100px 0; text-align: -webkit-center; | ||
${this.modalViews.get(this.fb.wgPosition)}; | ||
${this.modalViews.get(this.fb.wgPosition)[0]}; | ||
animation: reactionModal .2s ease-in | ||
@@ -326,3 +323,3 @@ } | ||
0%{ | ||
transform: translate(500px); | ||
transform: translate(${this.modalViews.get(this.fb.wgPosition)[1]};px); | ||
} | ||
@@ -376,3 +373,3 @@ } | ||
width: 323px; height: 380px; background-color:white; box-shadow: rgb(149 149 149) 0px 0px 13px; text-align: center; | ||
${this.modalViews.get(this.fb.wgPosition)}; | ||
${this.modalViews.get(this.fb.wgPosition)[0]}; | ||
} | ||
@@ -407,3 +404,3 @@ #commentTextArea{ | ||
width: 323px; height: 230px; background-color: white; box-shadow: rgb(149 149 149) 0px 0px 13px; text-align: center; | ||
${this.modalViews.get(this.fb.wgPosition)}; | ||
${this.modalViews.get(this.fb.wgPosition)[0]}; | ||
} | ||
@@ -439,3 +436,3 @@ #emailModalText{ | ||
width: 323px; height: 105px; background-color: white; box-shadow: rgb(149 149 149) 0px 0px 13px; text-align: center; | ||
${this.modalViews.get(this.fb.wgPosition)}; | ||
${this.modalViews.get(this.fb.wgPosition)[0]}; | ||
} | ||
@@ -472,7 +469,7 @@ #thanksMessage{ | ||
this.style_map.set(3, "left: 0px; top:43%; border-top-right-radius: 3px; border-bottom-right-radius: 3px;"); | ||
this.modalViews.set(0, "right: 32px; top: 37%; position: fixed;"); | ||
this.modalViews.set(1, "left: 32px; top: 37%; position: fixed;"); | ||
this.modalViews.set(2, "right: 32px; top: 60%; position: fixed;"); | ||
this.modalViews.set(3, "left: 32px; top: 60%; position: fixed;"); | ||
this.modalViews.set(0, ["right: 32px; top: 37%; position: fixed;", 500]); | ||
this.modalViews.set(1, ["left: 32px; top: 37%; position: fixed;", -500]); | ||
this.modalViews.set(2, ["right: 32px; top: 60%; position: fixed;", 500]); | ||
this.modalViews.set(3, ["left: 32px; top: 60%; position: fixed;", -500]); | ||
} | ||
} |
{ | ||
"name": "fs-feedback-creator", | ||
"version": "1.0.31", | ||
"version": "1.0.33", | ||
"description": "web-based module that's responsible to inject fullsession feedback modal", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
35099
576