@api-components/api-navigation 4.3.5 → 4.3.6
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 +1 -1
- package/src/ApiNavigation.js +1 -1
package/package.json
CHANGED
package/src/ApiNavigation.js
CHANGED
|
@@ -2128,7 +2128,7 @@ export class ApiNavigation extends AmfHelperMixin(LitElement) {
|
|
|
2128
2128
|
data-toggle="types"
|
|
2129
2129
|
>
|
|
2130
2130
|
<span class="icon" aria-label="${toggleState}"
|
|
2131
|
-
|
|
2131
|
+
>${keyboardArrowDown}</span
|
|
2132
2132
|
>
|
|
2133
2133
|
</anypoint-icon-button>
|
|
2134
2134
|
</div>
|