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 +1 -1
- package/sf-i-events.js +2 -2
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +2 -2
package/package.json
CHANGED
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> Send Feedback</span></button>');
|