@salesforcedevs/dx-components 1.3.254-alpha.3 → 1.3.254-dc1-alpha
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
|
@@ -61,25 +61,18 @@ const resultsTemplatesInnerHtml = `
|
|
|
61
61
|
<% } %>
|
|
62
62
|
<% } %>
|
|
63
63
|
</div>
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
>
|
|
77
|
-
<% } %>
|
|
78
|
-
<%= title %>
|
|
79
|
-
<% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
|
|
80
|
-
<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>
|
|
81
|
-
<% } %>
|
|
82
|
-
</a>
|
|
64
|
+
<a
|
|
65
|
+
href="<%= raw.uri %>"
|
|
66
|
+
class="dx-result-title CoveoResultLink"
|
|
67
|
+
<% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
|
|
68
|
+
target="_blank"
|
|
69
|
+
<% } %>
|
|
70
|
+
>
|
|
71
|
+
<%= title %>
|
|
72
|
+
<% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
|
|
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
|
+
<% } %>
|
|
75
|
+
</a>
|
|
83
76
|
<span class="CoveoFieldValue" data-field="@sflastmodifieddate" data-helper="postedDate" data-html-value="true"></span>
|
|
84
77
|
<p class="dx-result-excerpt CoveoExcerpt"></p>
|
|
85
78
|
<% if (raw.sfcommentcount || raw.sflikecount) { %>
|
|
@@ -111,20 +104,13 @@ const resultsTemplatesInnerHtml = `
|
|
|
111
104
|
<% } %>
|
|
112
105
|
<% } %>
|
|
113
106
|
</div>
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
href="<%= raw.uri %>"
|
|
122
|
-
class="dx-result-title CoveoResultLink"
|
|
123
|
-
<% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
|
|
124
|
-
target="_blank"
|
|
125
|
-
<% } %>
|
|
126
|
-
>
|
|
127
|
-
<% } %>
|
|
107
|
+
<a
|
|
108
|
+
href="<%= raw.uri %>"
|
|
109
|
+
class="dx-result-title CoveoResultLink"
|
|
110
|
+
<% if (!raw.uri.includes('developer.salesforce.com') && !raw.uri.includes('developer-website-s.herokuapp.com')) { %>
|
|
111
|
+
target="_blank"
|
|
112
|
+
<% } %>
|
|
113
|
+
>
|
|
128
114
|
<% if (title) { %>
|
|
129
115
|
<%= title %>
|
|
130
116
|
<% } else { %>
|
|
@@ -19,6 +19,7 @@ header {
|
|
|
19
19
|
flex-direction: column;
|
|
20
20
|
width: 100%;
|
|
21
21
|
position: relative;
|
|
22
|
+
background: white;
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
header > *:not(dx-skip-nav-link) {
|
|
@@ -58,7 +59,6 @@ header.state-show-mobile-nav .header_l2_group-nav_overflow {
|
|
|
58
59
|
/* Second row */
|
|
59
60
|
|
|
60
61
|
.header_l2 {
|
|
61
|
-
background: white;
|
|
62
62
|
padding: var(--dx-g-spacing-smd) var(--dx-g-spacing-lg)
|
|
63
63
|
var(--dx-g-spacing-smd) var(--dx-g-global-header-padding-horizontal);
|
|
64
64
|
}
|