@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 +3 -3
- package/main.iife.js +424 -62
- package/main.iife.js.map +1 -1
- package/manifest.json +23 -3
- package/package.json +1 -1
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
|
|
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
|
|
32
|
-
-
|
|
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
|
|