@htmlbricks/hb-banner 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 CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### What it does
6
6
 
7
- Marketing-style hero strip: logo image beside a title and subtitle, using Bootstrap grid. Layout switches from side-by-side on large screens to stacked, centered content on smaller breakpoints.
7
+ Marketing-style hero strip: logo image beside a title and subtitle, using **Bulma** `container is-fluid`, `columns`, and `title` / `subtitle`. Desktop layout uses `is-hidden-touch`; compact layout uses `is-hidden-desktop`.
8
8
 
9
9
  ### Custom element
10
10
 
@@ -28,8 +28,8 @@ None declared in types (`Events` is an empty object).
28
28
 
29
29
  ### Usage notes
30
30
 
31
- - Relies on Bootstrap 5 grid and responsive display utilities (`d-none`, `d-lg-block`, etc.).
32
- - Use bootstrap-icons only if you extend the component; this banner is primarily image + text.
31
+ - Relies on Bulma grid, visibility helpers (`is-hidden-touch`, `is-hidden-desktop`), and typography helpers (`has-text-right`, `has-text-centered`).
32
+ - Icons are not bundled; extend the markup if you need icon fonts.
33
33
  - Shadow DOM keeps typography/spacing internal unless slotted content is added in implementation.
34
34
  - No i18n in `docs.ts`.
35
35