@product7/feedback-sdk 1.7.0 → 1.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@product7/feedback-sdk",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "JavaScript SDK for integrating Product7 feedback widgets into any website",
5
5
  "main": "dist/feedback-sdk.js",
6
6
  "module": "src/index.js",
@@ -387,6 +387,7 @@ export class FeedbackSDK {
387
387
  type: page.type || 'rating',
388
388
  title: page.title || '',
389
389
  description: page.description || '',
390
+ placeholder: page.placeholder || '',
390
391
  required: page.required !== false,
391
392
  position: page.position ?? index,
392
393
  ratingConfig: page.ratingConfig || page.rating_config || null,