@htmlbricks/hb-searchbar 0.66.27 → 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 CHANGED
@@ -30,6 +30,7 @@ Search field with optional dropdown `searchlist` (id, text, icons, badges, tags,
30
30
  ### Usage notes
31
31
 
32
32
  - **CSS parts:** `dropdown-menu`, `search-input`.
33
+ - **Styling:** Bulma `field has-addons` with `control has-icons-left` (search icon in the field), primary submit button, and dropdown styles are compiled in the shadow root (`styles/bulma.scss` + `webcomponent.scss`). Theme via `--bulma-*` on the host or ancestors.
33
34
  - Storybook may list `initial_value`; runtime props follow `webcomponent.type.d.ts` (`value` is required).
34
35
 
35
36
  ### Minimal HTML example