@florid-kit/components 0.8.53 → 0.8.54

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.
Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -848,6 +848,7 @@
848
848
  @click=${this.handleClosePanel}
849
849
  @keydown=${this.handleClosePanel}
850
850
  aria-label="${this.closeButtonLabel}"
851
+ aria-describedby="panel-title"
851
852
  ></o-icon-button>
852
853
  </div>
853
854
  `:null;return l`
package/index.mjs CHANGED
@@ -2107,6 +2107,7 @@ let u = class extends v {
2107
2107
  @click=${this.handleClosePanel}
2108
2108
  @keydown=${this.handleClosePanel}
2109
2109
  aria-label="${this.closeButtonLabel}"
2110
+ aria-describedby="panel-title"
2110
2111
  ></o-icon-button>
2111
2112
  </div>
2112
2113
  ` : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.53",
3
+ "version": "0.8.54",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",