@htmlbricks/hb-searchbar 0.65.22 → 0.66.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/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": {
@@ -228,7 +228,14 @@
228
228
  }
229
229
  },
230
230
  "styleSetup": {
231
- "vars": [],
231
+ "vars": [
232
+ {
233
+ "name": "--bs-secondary-color",
234
+ "valueType": "color",
235
+ "theme": "bootstrap",
236
+ "defaultValue": ""
237
+ }
238
+ ],
232
239
  "parts": [
233
240
  {
234
241
  "name": "dropdown-menu",
@@ -751,12 +758,13 @@
751
758
  ],
752
759
  "readmePath": "README.md",
753
760
  "name": "hb-searchbar",
754
- "category": "basic",
761
+ "category": "utilities",
755
762
  "tags": [
756
- "basic"
763
+ "utilities",
764
+ "search"
757
765
  ],
758
766
  "size": {},
759
767
  "iifePath": "main.iife.js",
760
768
  "repoName": "@htmlbricks/hb-searchbar",
761
- "version": "0.65.22"
769
+ "version": "0.66.0"
762
770
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-searchbar",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
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",