fluent-svelte-extra 1.5.7 → 1.5.8

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.
@@ -108,6 +108,7 @@ function handleMouseLeave() {
108
108
  on:mouseenter={handleMouseEnter}
109
109
  on:mouseleave={handleMouseLeave}
110
110
  on:keydown={handleKeyDown}
111
+ on:click
111
112
  {...$$restProps}
112
113
  >
113
114
  <slot name="icon" />
@@ -22,6 +22,7 @@ declare const __propDef: {
22
22
  subMenuElement?: HTMLUListElement;
23
23
  };
24
24
  events: {
25
+ click: MouseEvent;
25
26
  change: Event;
26
27
  input: Event;
27
28
  beforeinput: InputEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluent-svelte-extra",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "A faithful implementation of Microsoft's Fluent Design System in Svelte.",
5
5
  "homepage": "https://github.com/OpenAnime/fluent-svelte-extra",
6
6
  "license": "MIT",