@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@api-components/api-navigation",
3
3
  "description": "An element to display the response body",
4
- "version": "4.3.5",
4
+ "version": "4.3.6",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.js",
7
7
  "module": "index.js",
@@ -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
- >{keyboardArrowDown}</span
2131
+ >${keyboardArrowDown}</span
2132
2132
  >
2133
2133
  </anypoint-icon-button>
2134
2134
  </div>