@htmlbricks/hb-searchbar 0.66.27 → 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 -2
- package/main.iife.js +641 -500
- package/main.iife.js.map +1 -1
- package/manifest.json +8 -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",
|
|
@@ -244,6 +237,10 @@
|
|
|
244
237
|
{
|
|
245
238
|
"name": "search-input",
|
|
246
239
|
"description": "The search input"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "search-submit",
|
|
243
|
+
"description": "The clickable search (magnifier) control"
|
|
247
244
|
}
|
|
248
245
|
]
|
|
249
246
|
},
|
|
@@ -747,7 +744,8 @@
|
|
|
747
744
|
}
|
|
748
745
|
}
|
|
749
746
|
],
|
|
750
|
-
"iifeIntegrity": "sha384
|
|
747
|
+
"iifeIntegrity": "sha384-9xpQXrd+O/hkOUCdYCdKHcEGdr5F4qnxeXpMwpEyLiWYYCMhBZnTcqTiSwbHXUVK",
|
|
748
|
+
"dependencies": [],
|
|
751
749
|
"screenshots": [],
|
|
752
750
|
"licenses": [
|
|
753
751
|
{
|
|
@@ -767,5 +765,5 @@
|
|
|
767
765
|
"size": {},
|
|
768
766
|
"iifePath": "main.iife.js",
|
|
769
767
|
"repoName": "@htmlbricks/hb-searchbar",
|
|
770
|
-
"version": "0.
|
|
768
|
+
"version": "0.67.1"
|
|
771
769
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-searchbar",
|
|
3
|
-
"version": "0.
|
|
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": [
|