flowbite-svelte 0.24.17 → 0.24.18

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.24.18](https://github.com/themesberg/flowbite-svelte/compare/v0.24.17...v0.24.18) (2022-08-16)
6
+
7
+
8
+ ### Features
9
+
10
+ * add Iconinput click handler example ([d815212](https://github.com/themesberg/flowbite-svelte/commit/d8152126236e839d3d7bc6e035d0afa432d96856))
11
+
5
12
  ### [0.24.17](https://github.com/themesberg/flowbite-svelte/compare/v0.24.16...v0.24.17) (2022-08-16)
6
13
 
7
14
 
@@ -25,6 +25,7 @@ const setType = (node) => {
25
25
  >
26
26
  <svelte:component
27
27
  this={icon}
28
+ on:click
28
29
  size={classNames({
29
30
  16: size === 'sm',
30
31
  18: size === 'md',
@@ -53,6 +54,7 @@ const setType = (node) => {
53
54
  <span class={spanClass}>
54
55
  <svelte:component
55
56
  this={icon}
57
+ on:click
56
58
  size={classNames({
57
59
  16: size === 'sm',
58
60
  18: size === 'md',
@@ -16,6 +16,8 @@ declare const __propDef: {
16
16
  iconClass?: string;
17
17
  };
18
18
  events: {
19
+ click: any;
20
+ } & {
19
21
  [evt: string]: CustomEvent<any>;
20
22
  };
21
23
  slots: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-svelte",
3
- "version": "0.24.17",
3
+ "version": "0.24.18",
4
4
  "description": "Flowbite components for Svelte",
5
5
  "main": "index.js",
6
6
  "author": {