sf-i-events 1.0.550 → 1.0.552

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.550",
4
+ "version": "1.0.552",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -5948,8 +5948,8 @@ let SfIEvents = class SfIEvents extends LitElement {
5948
5948
  }
5949
5949
  html += '</div>';
5950
5950
  html += '<div class="d-flex justify-end flex-wrap">';
5951
- html += '<div class="d-flex justify-end w-100">';
5952
- html += '<textarea part="input" id="feedback-message" class="w-100 mb-10 hide"></textarea>';
5951
+ html += '<div class="d-flex justify-end w-100 mb-10">';
5952
+ html += '<textarea part="input" id="feedback-message" class="w-100 mt-10 mb-10 hide" placeholder="Type your feedback message here..."></textarea>';
5953
5953
  html += '</div>';
5954
5954
  html += '<div class="d-flex justify-end w-100">';
5955
5955
  html += ('<button part="button-lg-short" id="button-feedback" class="d-flex justify-center align-center"><span class="material-symbols-outlined">comment</span><span>&nbsp;&nbsp;Send Feedback</span></button>');