@aurodesignsystem/auro-dropdown
Advanced tools
Comparing version 2.10.4 to 2.10.5
# Semantic Release Automated Changelog | ||
## [2.10.5](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.10.4...v2.10.5) (2024-02-26) | ||
### Performance Improvements | ||
* **custom:** improve custom registration example ([816447e](https://github.com/AlaskaAirlines/auro-dropdown/commit/816447ec0eaf96f411e386d7b5f5aeb535d1fe6c)) | ||
## [2.10.4](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.10.3...v2.10.4) (2024-02-23) | ||
@@ -4,0 +11,0 @@ |
@@ -319,4 +319,13 @@ <!-- | ||
<!-- The below content is automatically added from ./../../apiExamples/custom.html --> | ||
<custom-dropdown aria-label="custom label"> | ||
Lorem ipsum solar | ||
<custom-dropdown id="common" common aria-label="Label content for screen reader"> | ||
<div style="padding: var(--ds-size-150);"> | ||
Lorem ipsum solar | ||
<br /> | ||
<auro-button onclick="document.querySelector('#common').hide()"> | ||
Dismiss Dropdown | ||
</auro-button> | ||
</div> | ||
<span slot="helpText"> | ||
Help text | ||
</span> | ||
<div slot="trigger"> | ||
@@ -334,4 +343,13 @@ Trigger | ||
```html | ||
<custom-dropdown aria-label="custom label"> | ||
Lorem ipsum solar | ||
<custom-dropdown id="common" common aria-label="Label content for screen reader"> | ||
<div style="padding: var(--ds-size-150);"> | ||
Lorem ipsum solar | ||
<br /> | ||
<auro-button onclick="document.querySelector('#common').hide()"> | ||
Dismiss Dropdown | ||
</auro-button> | ||
</div> | ||
<span slot="helpText"> | ||
Help text | ||
</span> | ||
<div slot="trigger"> | ||
@@ -338,0 +356,0 @@ Trigger |
@@ -10,3 +10,3 @@ { | ||
"name": "@aurodesignsystem/auro-dropdown", | ||
"version": "2.10.4", | ||
"version": "2.10.5", | ||
"description": "auro-dropdown HTML custom element", | ||
@@ -13,0 +13,0 @@ "repository": { |
@@ -114,3 +114,3 @@ <!-- | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.3/dist/bundled/essentials.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dropdown@2.10.4/dist/auro-dropdown__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dropdown@2.10.5/dist/auro-dropdown__bundled.js" type="module"></script> | ||
``` | ||
@@ -117,0 +117,0 @@ |
217982