@product7/feedback-sdk 1.7.7 → 1.7.8
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/feedback-sdk.js
CHANGED
|
@@ -7354,11 +7354,11 @@
|
|
|
7354
7354
|
title: this.surveyOptions.title || '',
|
|
7355
7355
|
description: cesPrompt,
|
|
7356
7356
|
html: `
|
|
7357
|
-
<div class="feedback-survey-ces">
|
|
7357
|
+
<div class="feedback-survey-ces-list">
|
|
7358
7358
|
${['Very Difficult', 'Difficult', 'Neutral', 'Easy', 'Very Easy']
|
|
7359
7359
|
.map(
|
|
7360
7360
|
(label, i) => `
|
|
7361
|
-
<button class="feedback-survey-ces-btn" data-score="${i + 1}">${label}</button>
|
|
7361
|
+
<button class="feedback-survey-ces-btn feedback-survey-ces-list-btn" data-score="${i + 1}">${label}</button>
|
|
7362
7362
|
`
|
|
7363
7363
|
)
|
|
7364
7364
|
.join('')}
|