@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.
- package/custom-elements.json +1 -1
- package/dist/index.js +5 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
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}"
|