@htmlbricks/hb-searchbar 0.67.0 → 0.67.1
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/README.md +3 -3
- package/main.iife.js +13 -18
- package/main.iife.js.map +1 -1
- package/manifest.json +6 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -237,6 +237,10 @@
|
|
|
237
237
|
{
|
|
238
238
|
"name": "search-input",
|
|
239
239
|
"description": "The search input"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "search-submit",
|
|
243
|
+
"description": "The clickable search (magnifier) control"
|
|
240
244
|
}
|
|
241
245
|
]
|
|
242
246
|
},
|
|
@@ -740,7 +744,7 @@
|
|
|
740
744
|
}
|
|
741
745
|
}
|
|
742
746
|
],
|
|
743
|
-
"iifeIntegrity": "sha384-
|
|
747
|
+
"iifeIntegrity": "sha384-9xpQXrd+O/hkOUCdYCdKHcEGdr5F4qnxeXpMwpEyLiWYYCMhBZnTcqTiSwbHXUVK",
|
|
744
748
|
"dependencies": [],
|
|
745
749
|
"screenshots": [],
|
|
746
750
|
"licenses": [
|
|
@@ -761,5 +765,5 @@
|
|
|
761
765
|
"size": {},
|
|
762
766
|
"iifePath": "main.iife.js",
|
|
763
767
|
"repoName": "@htmlbricks/hb-searchbar",
|
|
764
|
-
"version": "0.67.
|
|
768
|
+
"version": "0.67.1"
|
|
765
769
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-searchbar",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Search field with optional dropdown `searchlist` (id, text, icons, badges, tags, URLs). Configure `value`, `initial_value`, `searchlabel`, `textarea`, `minlength`, `disable_preview`, and CSS parts for the input and menu. Dispatches `search` and `clear`.",
|
|
6
6
|
"licenses": [
|