@ons/design-system 70.0.14 → 70.0.15
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.
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
{% set listEl = 'ul' %}
|
|
22
22
|
{% endif %}
|
|
23
23
|
|
|
24
|
-
{
|
|
24
|
+
{# Remove "and not params.itemsList[0].url" in future update #}
|
|
25
|
+
{% if listLength < 2 and not params.attributes and not params.itemsList[0].url %}
|
|
25
26
|
{% set attributes = params.itemsList[0].attributes %}
|
|
26
27
|
{% else %}
|
|
27
28
|
{% set attributes = params.attributes %}
|