@florid-kit/components 0.9.13 → 0.9.14
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/index.js +3 -0
- package/index.mjs +3 -0
- package/package.json +1 -1
package/index.js
CHANGED
package/index.mjs
CHANGED
|
@@ -915,6 +915,9 @@ let b = class extends wo {
|
|
|
915
915
|
target=${this.target || d}
|
|
916
916
|
class="button"
|
|
917
917
|
?disabled=${this.disabled}
|
|
918
|
+
role="button"
|
|
919
|
+
@click=${this.handleClick}
|
|
920
|
+
@keydown=${this.handleClick}
|
|
918
921
|
>
|
|
919
922
|
${this.startIcon ? this.renderIcon("start") : d}
|
|
920
923
|
${o ? l`
|