@htmlbricks/hb-searchbar 0.66.26 → 0.67.0
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 +1 -0
- package/main.iife.js +646 -500
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -10
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -228,14 +228,7 @@
|
|
|
228
228
|
}
|
|
229
229
|
},
|
|
230
230
|
"styleSetup": {
|
|
231
|
-
"vars": [
|
|
232
|
-
{
|
|
233
|
-
"name": "--bs-secondary-color",
|
|
234
|
-
"valueType": "color",
|
|
235
|
-
"theme": "bootstrap",
|
|
236
|
-
"defaultValue": ""
|
|
237
|
-
}
|
|
238
|
-
],
|
|
231
|
+
"vars": [],
|
|
239
232
|
"parts": [
|
|
240
233
|
{
|
|
241
234
|
"name": "dropdown-menu",
|
|
@@ -747,7 +740,8 @@
|
|
|
747
740
|
}
|
|
748
741
|
}
|
|
749
742
|
],
|
|
750
|
-
"iifeIntegrity": "sha384
|
|
743
|
+
"iifeIntegrity": "sha384-k8fukIOPq3inSLWQfouX/Saq3Oze8KRXtYxcQXjXuRFeoWAwObQ9N/J8p41xAUXI",
|
|
744
|
+
"dependencies": [],
|
|
751
745
|
"screenshots": [],
|
|
752
746
|
"licenses": [
|
|
753
747
|
{
|
|
@@ -767,5 +761,5 @@
|
|
|
767
761
|
"size": {},
|
|
768
762
|
"iifePath": "main.iife.js",
|
|
769
763
|
"repoName": "@htmlbricks/hb-searchbar",
|
|
770
|
-
"version": "0.
|
|
764
|
+
"version": "0.67.0"
|
|
771
765
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-searchbar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
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": [
|