@htmlbricks/hb-shop-item-row 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 +4 -0
- package/main.iife.js +417 -56
- package/main.iife.js.map +1 -1
- package/manifest.json +35 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,10 @@ Horizontal shop product card: image with optional badge, linked title and metada
|
|
|
21
21
|
|
|
22
22
|
None declared.
|
|
23
23
|
|
|
24
|
+
### Styling (Bulma)
|
|
25
|
+
|
|
26
|
+
The component bundles cherry-picked Bulma 1 Sass modules scoped to `:host` (see `styles/bulma.scss`). Theme defaults are applied via Bulma’s light theme and `setup-theme`. Override appearance from the light DOM by setting public `--bulma-*` custom properties on `body` or `:root`; they inherit into the shadow root. Documented tokens include `--bulma-primary`, `--bulma-text`, `--bulma-card-background-color`, `--bulma-border`, and `--bulma-shadow` (see `extra/docs.ts`).
|
|
27
|
+
|
|
24
28
|
### Usage notes
|
|
25
29
|
|
|
26
30
|
- **Slots:** `badge`, `title`, `subtitle`, `text`, `reviews`, `price`, `footer`, `regularprice`.
|