@htmlbricks/hb-searchbar 0.62.11 → 0.62.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/manifest.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "Events": {
8
8
  "additionalProperties": false,
9
9
  "properties": {
10
- "cancel": {
10
+ "clear": {
11
11
  "additionalProperties": false,
12
12
  "properties": {
13
13
  "id": {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "required": [
45
45
  "search",
46
- "cancel"
46
+ "clear"
47
47
  ],
48
48
  "type": "object"
49
49
  }
@@ -206,8 +206,8 @@
206
206
  "search": {
207
207
  "action": "search"
208
208
  },
209
- "cancel": {
210
- "action": "cancel"
209
+ "clear": {
210
+ "action": "clear"
211
211
  }
212
212
  },
213
213
  "styleSetup": {
@@ -719,5 +719,5 @@
719
719
  "size": {},
720
720
  "iifePath": "main.iife.js",
721
721
  "repoName": "@htmlbricks/hb-searchbar",
722
- "version": "0.62.11"
722
+ "version": "0.62.14"
723
723
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-searchbar",
3
- "version": "0.62.11",
3
+ "version": "0.62.14",
4
4
  "contributors": [],
5
5
  "description": "",
6
6
  "licenses": [
@@ -24,5 +24,5 @@ export type Component = {
24
24
 
25
25
  export type Events = {
26
26
  search: { input: string; by: "button" | "input" | "searchlist" };
27
- cancel: { id: string };
27
+ clear: { id: string };
28
28
  };
@@ -5,7 +5,7 @@
5
5
  "Events": {
6
6
  "additionalProperties": false,
7
7
  "properties": {
8
- "cancel": {
8
+ "clear": {
9
9
  "additionalProperties": false,
10
10
  "properties": {
11
11
  "id": {
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "required": [
43
43
  "search",
44
- "cancel"
44
+ "clear"
45
45
  ],
46
46
  "type": "object"
47
47
  }