@product7/feedback-sdk 1.6.0 → 1.6.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/README.md +5 -5
- package/dist/README.md +5 -5
- package/dist/feedback-sdk.js +323 -181
- package/dist/feedback-sdk.js.map +1 -1
- package/dist/feedback-sdk.min.js +1 -1
- package/dist/feedback-sdk.min.js.map +1 -1
- package/package.json +1 -1
- package/src/index.js +12 -4
- package/src/styles/messenger-views.js +147 -23
- package/src/styles/survey.js +0 -10
- package/src/widgets/MessengerWidget.js +7 -1
- package/src/widgets/SurveyWidget.js +14 -10
- package/src/widgets/messenger/components/NavigationTabs.js +13 -36
- package/src/widgets/messenger/views/ChangelogView.js +21 -30
- package/src/widgets/messenger/views/HelpView.js +110 -68
package/README.md
CHANGED
|
@@ -540,12 +540,12 @@ The SDK includes a powerful survey widget for collecting structured user feedbac
|
|
|
540
540
|
|
|
541
541
|
### Survey Types
|
|
542
542
|
|
|
543
|
-
| Type | Description | Scale
|
|
544
|
-
| ---------- | --------------------- |
|
|
543
|
+
| Type | Description | Scale |
|
|
544
|
+
| ---------- | --------------------- | ------------------------------------------------- |
|
|
545
545
|
| **NPS** | Net Promoter Score | 1-5 numeric scale (default; configurable to 0-10) |
|
|
546
|
-
| **CSAT** | Customer Satisfaction | 5-point emoji scale
|
|
547
|
-
| **CES** | Customer Effort Score | 5-level difficulty scale
|
|
548
|
-
| **Custom** | Multi-question forms | Flexible input types
|
|
546
|
+
| **CSAT** | Customer Satisfaction | 5-point emoji scale |
|
|
547
|
+
| **CES** | Customer Effort Score | 5-level difficulty scale |
|
|
548
|
+
| **Custom** | Multi-question forms | Flexible input types |
|
|
549
549
|
|
|
550
550
|
### Quick Start
|
|
551
551
|
|
package/dist/README.md
CHANGED
|
@@ -540,12 +540,12 @@ The SDK includes a powerful survey widget for collecting structured user feedbac
|
|
|
540
540
|
|
|
541
541
|
### Survey Types
|
|
542
542
|
|
|
543
|
-
| Type | Description | Scale
|
|
544
|
-
| ---------- | --------------------- |
|
|
543
|
+
| Type | Description | Scale |
|
|
544
|
+
| ---------- | --------------------- | ------------------------------------------------- |
|
|
545
545
|
| **NPS** | Net Promoter Score | 1-5 numeric scale (default; configurable to 0-10) |
|
|
546
|
-
| **CSAT** | Customer Satisfaction | 5-point emoji scale
|
|
547
|
-
| **CES** | Customer Effort Score | 5-level difficulty scale
|
|
548
|
-
| **Custom** | Multi-question forms | Flexible input types
|
|
546
|
+
| **CSAT** | Customer Satisfaction | 5-point emoji scale |
|
|
547
|
+
| **CES** | Customer Effort Score | 5-level difficulty scale |
|
|
548
|
+
| **Custom** | Multi-question forms | Flexible input types |
|
|
549
549
|
|
|
550
550
|
### Quick Start
|
|
551
551
|
|