@htmlbricks/hb-searchbar 0.65.22 → 0.65.23
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 +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
|
-
"description": "",
|
|
178
|
+
"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`.",
|
|
179
179
|
"storybookArgs": {
|
|
180
180
|
"initial_value": {
|
|
181
181
|
"control": {
|
|
@@ -751,12 +751,13 @@
|
|
|
751
751
|
],
|
|
752
752
|
"readmePath": "README.md",
|
|
753
753
|
"name": "hb-searchbar",
|
|
754
|
-
"category": "
|
|
754
|
+
"category": "utilities",
|
|
755
755
|
"tags": [
|
|
756
|
-
"
|
|
756
|
+
"utilities",
|
|
757
|
+
"search"
|
|
757
758
|
],
|
|
758
759
|
"size": {},
|
|
759
760
|
"iifePath": "main.iife.js",
|
|
760
761
|
"repoName": "@htmlbricks/hb-searchbar",
|
|
761
|
-
"version": "0.65.
|
|
762
|
+
"version": "0.65.23"
|
|
762
763
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-searchbar",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|