@salesforcedevs/dx-components 1.3.350 → 1.3.352

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": "@salesforcedevs/dx-components",
3
- "version": "1.3.350",
3
+ "version": "1.3.352",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -46,5 +46,5 @@
46
46
  "volta": {
47
47
  "node": "18.18.0"
48
48
  },
49
- "gitHead": "8beff43737cd06aa58927593e2774825d1872da1"
49
+ "gitHead": "336de44c52a7dca8b05119cfb36a94273b222f80"
50
50
  }
@@ -62,13 +62,13 @@ export default html`
62
62
  <% } %>
63
63
  </div>
64
64
  <a
65
- href="<%= raw.uri %>"
65
+ href="<%- raw.uri %>"
66
66
  class="dx-result-title CoveoResultLink"
67
67
  <% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
68
68
  target="_blank"
69
69
  <% } %>
70
70
  >
71
- <%= title %>
71
+ <%- title %>
72
72
  <% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
73
73
  <svg xmlns="http://www.w3.org/2000/svg" style="display: inline; vertical-align: baseline;" fill="var(--dx-g-blue-vibrant-20)" width="20" height="20" part="svg" aria-hidden="true"><use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#new_window"></use></svg>
74
74
  <% } %>
@@ -109,16 +109,16 @@ export default html`
109
109
  <% } %>
110
110
  </div>
111
111
  <a
112
- href="<%= raw.uri %>"
112
+ href="<%- raw.uri %>"
113
113
  class="dx-result-title CoveoResultLink"
114
114
  <% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
115
115
  target="_blank"
116
116
  <% } %>
117
117
  >
118
118
  <% if (title) { %>
119
- <%= title %>
119
+ <%- title %>
120
120
  <% } else { %>
121
- <%= uri %>
121
+ <%- uri %>
122
122
  <% } %>
123
123
  <% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
124
124
  <svg xmlns="http://www.w3.org/2000/svg" style="display: inline; vertical-align: baseline;" fill="var(--dx-g-blue-vibrant-20)" width="20" height="20" part="svg" aria-hidden="true"><use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#new_window"></use></svg>