dap-design-system 0.53.13 → 0.53.16
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/components/button/button.component.d.ts +2 -0
- package/dist/{components-D8DCdApW.js → components-DYlTX6Hs.js} +272 -268
- package/dist/components-DYlTX6Hs.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/components.native.css +117 -34
- package/dist/components.native.css.map +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +364 -364
- package/dist/manifest/vscode.html-custom-data.json +333 -333
- package/dist/manifest/web-types.json +896 -896
- package/dist/react/index.d.ts +9 -9
- package/dist/react-types.ts +9 -9
- package/dist/react.js +118 -118
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-D8DCdApW.js.map +0 -1
|
@@ -283,6 +283,8 @@ export default class DapDSButton extends GenericFormElement {
|
|
|
283
283
|
private loadingTimer?;
|
|
284
284
|
/** Persisted aria-label for the inner button; host attribute is removed so we keep the value here */
|
|
285
285
|
private _ariaLabelForButton;
|
|
286
|
+
/** Internal flag to ignore the aria-label change triggered by our own attribute cleanup */
|
|
287
|
+
private _ignoreNextAriaLabelChange;
|
|
286
288
|
private getSecureRel;
|
|
287
289
|
private validateAriaPressed;
|
|
288
290
|
private getAriaExpanded;
|