@htmlbricks/hb-gallery-video 0.66.26 → 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 +1 -1
- package/main.iife.js +361 -71
- package/main.iife.js.map +1 -1
- package/manifest.json +22 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Paginated grid of `hb-card-video` tiles built from JSON `cards`, with `hb-pagina
|
|
|
36
36
|
|
|
37
37
|
### Usage notes
|
|
38
38
|
|
|
39
|
-
CSS part: `container`. Registers `hb-paginate` and `hb-card-video`. `cards` must be valid JSON on the attribute.
|
|
39
|
+
CSS part: `container`. Registers `hb-paginate` and `hb-card-video`. `cards` must be valid JSON on the attribute. Layout and filters use **Bulma** (`container`, `columns`, `field` / `control`, `input`, visibility helpers).
|
|
40
40
|
|
|
41
41
|
### Minimal HTML example
|
|
42
42
|
|