@htmlbricks/hb-page-checkout 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 +5 -1
- package/main.iife.js +178 -59
- package/main.iife.js.map +1 -1
- package/manifest.json +286 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,9 +27,13 @@ Checkout page layout that embeds the payment flow and shopping cart: left column
|
|
|
27
27
|
|
|
28
28
|
### Usage notes
|
|
29
29
|
|
|
30
|
-
- **CSS variables:** `--hb-checkout-border`,
|
|
30
|
+
- **CSS variables:** `--hb-checkout-border`, Bulma `--bulma-*` (see `extra/docs.ts`).
|
|
31
31
|
- Compose gateways and payment objects like Storybook `extra/docs.ts`; shared types live under `hb-checkout` / `hb-checkout-shopping-cart`.
|
|
32
32
|
|
|
33
|
+
### Styling (Bulma)
|
|
34
|
+
|
|
35
|
+
Layout uses **Bulma** `container`, `columns`, and fractional `column` widths (`is-7` / `is-5`). Theme tokens apply on `:host`; child web components inherit public **`--bulma-*`** variables.
|
|
36
|
+
|
|
33
37
|
### Minimal HTML example
|
|
34
38
|
|
|
35
39
|
```html
|