@fullsession.io/fs-feedback-widget 1.6.0 → 1.6.1
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/widgetPages/reactionPage.svelte +4 -4
package/package.json
CHANGED
|
@@ -267,13 +267,13 @@
|
|
|
267
267
|
|
|
268
268
|
<div class="fsFooter">
|
|
269
269
|
{#if buttonState == false}
|
|
270
|
-
<button class="fsCommentButtonContDisable"
|
|
270
|
+
<fs-button class="fsCommentButtonContDisable" >
|
|
271
271
|
<p class="fsCommentButtonTxtDisable">Send</p>
|
|
272
|
-
</button>
|
|
272
|
+
</fs-button>
|
|
273
273
|
{:else if buttonState == true}
|
|
274
|
-
<button class="fsSendButtonContCommentComp" on:click={() => openEmailCont(3)} >
|
|
274
|
+
<fs-button class="fsSendButtonContCommentComp" on:click={() => openEmailCont(3)} >
|
|
275
275
|
<p class="fsSendButtonCommentComponent">Send</p>
|
|
276
|
-
</button>
|
|
276
|
+
</fs-button>
|
|
277
277
|
{/if}
|
|
278
278
|
</div>
|
|
279
279
|
</div>
|