@htmlbricks/hb-searchbar 0.71.0 → 0.71.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/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
}
|
|
821
821
|
}
|
|
822
822
|
],
|
|
823
|
-
"iifeIntegrity": "sha384-
|
|
823
|
+
"iifeIntegrity": "sha384-CpXeFN98ZfivlobcYp69NarJd3UyJyEmXTxo+cWLYKiCZhNiZICKJTqHyDrdxOyg",
|
|
824
824
|
"dependencies": [],
|
|
825
825
|
"screenshots": [],
|
|
826
826
|
"licenses": [
|
|
@@ -841,5 +841,5 @@
|
|
|
841
841
|
"size": {},
|
|
842
842
|
"iifePath": "main.iife.js",
|
|
843
843
|
"repoName": "@htmlbricks/hb-searchbar",
|
|
844
|
-
"version": "0.71.
|
|
844
|
+
"version": "0.71.1"
|
|
845
845
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-searchbar",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.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`, `disabled`, and CSS parts for the input and menu. Dispatches `search` and `clear`.",
|
|
6
6
|
"licenses": [
|