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 +1 -0
- package/dist/dds.js.map +1 -1
- package/dist/manifest/types/vue/index.d.ts +175 -175
- package/dist/manifest/vscode.html-custom-data.json +65 -65
- package/dist/manifest/web-types.json +282 -282
- package/dist/react-types.ts +3 -3
- package/dist/react.js +25 -25
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
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>`}
|