@qhealth-design-system/core 1.20.0 → 1.20.1
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -191,6 +191,9 @@
|
|
|
191
191
|
{{#each listMetadata.assetLineage}}
|
|
192
192
|
{{#each (split this "+")}}
|
|
193
193
|
<li>{{this}}</li>
|
|
194
|
+
{{#unless @last}}
|
|
195
|
+
<svg class="qld__icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><use href="{{@root.site.metadata.coreSiteIcons.value}}#chevron-right"></use></svg>
|
|
196
|
+
{{/unless}}
|
|
194
197
|
{{/each}}
|
|
195
198
|
{{/each}}
|
|
196
199
|
</ul>
|
|
@@ -200,7 +203,9 @@
|
|
|
200
203
|
<div class="qld__breadcrumbs qld__search__result-breadcrumbs" aria-label="breadcrumb">
|
|
201
204
|
<ul class="qld__link-list qld__link-list--inline">
|
|
202
205
|
<li>Services</li>
|
|
206
|
+
<svg class="qld__icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><use href="{{@root.site.metadata.coreSiteIcons.value}}#chevron-right"></use></svg>
|
|
203
207
|
<li>{{itemAt (split title '-') '0' }}</li>
|
|
208
|
+
<svg class="qld__icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><use href="{{@root.site.metadata.coreSiteIcons.value}}#chevron-right"></use></svg>
|
|
204
209
|
<li>{{{title}}}</li>
|
|
205
210
|
</ul>
|
|
206
211
|
</div>
|
|
@@ -209,7 +214,9 @@
|
|
|
209
214
|
<div class="qld__breadcrumbs qld__search__result-breadcrumbs" aria-label="breadcrumb">
|
|
210
215
|
<ul class="qld__link-list qld__link-list--inline">
|
|
211
216
|
<li>Services</li>
|
|
217
|
+
<svg class="qld__icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><use href="{{@root.site.metadata.coreSiteIcons.value}}#chevron-right"></use></svg>
|
|
212
218
|
<li>Locations</li>
|
|
219
|
+
<svg class="qld__icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><use href="{{@root.site.metadata.coreSiteIcons.value}}#chevron-right"></use></svg>
|
|
213
220
|
<li>{{{title}}}</li>
|
|
214
221
|
</ul>
|
|
215
222
|
</div>
|
|
@@ -218,6 +225,7 @@
|
|
|
218
225
|
<div class="qld__breadcrumbs qld__search__result-breadcrumbs" aria-label="breadcrumb">
|
|
219
226
|
<ul class="qld__link-list qld__link-list--inline">
|
|
220
227
|
<li>Services</li>
|
|
228
|
+
<svg class="qld__icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><use href="{{@root.site.metadata.coreSiteIcons.value}}#chevron-right"></use></svg>
|
|
221
229
|
<li>{{{title}}}</li>
|
|
222
230
|
</ul>
|
|
223
231
|
</div>
|