@htmlbricks/hb-page-invoice 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
@@ -24,9 +24,13 @@ None declared.
24
24
 
25
25
  ### Usage notes
26
26
 
27
- - **CSS variables:** Bootstrap `--bs-primary` through `--bs-danger`.
27
+ - **CSS variables:** Bulma `--bulma-*` (see `extra/docs.ts`).
28
28
  - Align `headers` / `items` with `builder/src/wc/page-invoice/types/webcomponent.type.d.ts`.
29
29
 
30
+ ### Styling (Bulma)
31
+
32
+ Layout uses **Bulma** `container`, `columns` / `column`, and `button is-light` for toolbar actions. **Bootstrap Icons** load from `<svelte:head>` for print / fullscreen icons (`bi-*`).
33
+
30
34
  ### Minimal HTML example
31
35
 
32
36
  ```html