dap-design-system 0.35.10 → 0.35.11

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/dist/dds.js CHANGED
@@ -10451,6 +10451,7 @@ let bt = class extends le {
10451
10451
  "indicator-icon--loading": this.loading
10452
10452
  })}">
10453
10453
  ${this.loading ? g`<dap-ds-icon-loading-spinner></dap-ds-icon-loading-spinner>` : g`<dap-ds-icon-calendar-line
10454
+ aria-hidden="true"
10454
10455
  part="calendar-button"
10455
10456
  class=${f("calendar-icon")}
10456
10457
  @click=${this.handleClick}></dap-ds-icon-calendar-line>`}