@rarui/components 1.24.2-rc.5 → 1.24.2-rc.6

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.24.2-rc.5",
2
+ "version": "1.24.2-rc.6",
3
3
  "tags": [
4
4
  {
5
5
  "name": "rarui-avatar",
package/dist/index.js CHANGED
@@ -388,6 +388,11 @@ const bo=Symbol.for(""),xo=r=>{if(r?.r===bo)return r?._$litStatic$},go=r=>({_$li
388
388
  name=${gr(this.name)}
389
389
  value=${gr(this.value)}
390
390
  form=${gr(this.form)}
391
+ aria-label=${gr(this.getAttribute("aria-label"))}
392
+ aria-labelledby=${gr(this.getAttribute("aria-labelledby"))}
393
+ aria-describedby=${gr(this.getAttribute("aria-describedby"))}
394
+ aria-pressed=${gr(this.getAttribute("aria-pressed"))}
395
+ aria-expanded=${gr(this.getAttribute("aria-expanded"))}
391
396
  @click=${this._handleClick}
392
397
  >
393
398
  <slot></slot>
@@ -564,7 +569,6 @@ const bo=Symbol.for(""),xo=r=>{if(r?.r===bo)return r?._$litStatic$},go=r=>({_$li
564
569
  <input
565
570
  type="${gr(this.type)}"
566
571
  name="${gr(this.name)}"
567
- id="${gr(this.id)}"
568
572
  form="${gr(this.form)}"
569
573
  class="${ni.classnames.input({size:this.size,divider:!(!r&&!i)&&this.divider})}"
570
574
  .value="${this.value}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rarui/components",
3
- "version": "1.24.2-rc.5",
3
+ "version": "1.24.2-rc.6",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",