ed-widget 1.51.1-alpha.2 → 1.51.1-alpha.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/dist/ed-widget.js CHANGED
@@ -898,7 +898,21 @@ If anything else comes up, I'm just one message away. 👋`,channelConnecting:"P
898
898
  <ul style="margin: 8px 0; padding-left: 20px; list-style-type: disc;">
899
899
  {{#each articles}}
900
900
  <li style="margin-bottom: 8px; display: list-item;">
901
- <a href="{{slug}}" target="_blank" rel="noopener noreferrer" style="color: #2563eb; text-decoration: underline; font-size: 14px;">
901
+ <a href="{{url}}" target="_blank" rel="noopener noreferrer" style="color: #2563eb; text-decoration: underline; font-size: 14px;">
902
+ {{title}}
903
+ </a>
904
+ </li>
905
+ {{/each}}
906
+ {{#each faqs}}
907
+ <li style="margin-bottom: 8px; display: list-item;">
908
+ <a href="{{url}}" target="_blank" rel="noopener noreferrer" style="color: #2563eb; text-decoration: underline; font-size: 14px;">
909
+ {{title}}
910
+ </a>
911
+ </li>
912
+ {{/each}}
913
+ {{#each feedbacks}}
914
+ <li style="margin-bottom: 8px; display: list-item;">
915
+ <a href="{{url}}" target="_blank" rel="noopener noreferrer" style="color: #2563eb; text-decoration: underline; font-size: 14px;">
902
916
  {{title}}
903
917
  </a>
904
918
  </li>
package/npm/ed-widget.js CHANGED
@@ -697,7 +697,21 @@ If anything else comes up, I'm just one message away. 👋`,channelConnecting:"P
697
697
  <ul style="margin: 8px 0; padding-left: 20px; list-style-type: disc;">
698
698
  {{#each articles}}
699
699
  <li style="margin-bottom: 8px; display: list-item;">
700
- <a href="{{slug}}" target="_blank" rel="noopener noreferrer" style="color: #2563eb; text-decoration: underline; font-size: 14px;">
700
+ <a href="{{url}}" target="_blank" rel="noopener noreferrer" style="color: #2563eb; text-decoration: underline; font-size: 14px;">
701
+ {{title}}
702
+ </a>
703
+ </li>
704
+ {{/each}}
705
+ {{#each faqs}}
706
+ <li style="margin-bottom: 8px; display: list-item;">
707
+ <a href="{{url}}" target="_blank" rel="noopener noreferrer" style="color: #2563eb; text-decoration: underline; font-size: 14px;">
708
+ {{title}}
709
+ </a>
710
+ </li>
711
+ {{/each}}
712
+ {{#each feedbacks}}
713
+ <li style="margin-bottom: 8px; display: list-item;">
714
+ <a href="{{url}}" target="_blank" rel="noopener noreferrer" style="color: #2563eb; text-decoration: underline; font-size: 14px;">
701
715
  {{title}}
702
716
  </a>
703
717
  </li>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ed-widget",
3
3
  "description": "A flexible and lightweight EasyDesk chat widget for React apps and websites. Supports both React integration and CDN-based embedding for fast, real-time customer support.",
4
- "version": "1.51.1-alpha.2",
4
+ "version": "1.51.1-alpha.3",
5
5
  "private": false,
6
6
  "author": "Gain Solutions AS",
7
7
  "license": "MIT",