@htmlbricks/hb-searchbar 0.66.3 → 0.66.4
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 +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -747,6 +747,8 @@
|
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
749
|
],
|
|
750
|
+
"iifeIntegrity": "sha384-Xm58mVXfo9+t0/uFS4pxwdhWASaolDCxWjD3GsMi0RN9oIwSz7nLN1ogOjUk+l9B",
|
|
751
|
+
"iifeIntegrityType": "sha384",
|
|
750
752
|
"screenshots": [],
|
|
751
753
|
"licenses": [
|
|
752
754
|
{
|
|
@@ -766,5 +768,5 @@
|
|
|
766
768
|
"size": {},
|
|
767
769
|
"iifePath": "main.iife.js",
|
|
768
770
|
"repoName": "@htmlbricks/hb-searchbar",
|
|
769
|
-
"version": "0.66.
|
|
771
|
+
"version": "0.66.4"
|
|
770
772
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-searchbar",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
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": [
|