@htmlbricks/hb-contact-card 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 +2 -2
- package/main.iife.js +105 -149
- package/main.iife.js.map +1 -1
- package/manifest.json +9 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### What it does
|
|
6
6
|
|
|
7
|
-
A comprehensive contact card: personal, contact, company, and social information in a
|
|
7
|
+
A comprehensive contact card: personal, contact, company, and social information in a Bulma-styled card. Uses one `data` object with structured arrays for phones, addresses, and social profiles. Features include avatar placeholder, clickable contact rows, social links, collapsible sections, and an actions dropdown with grouping, badges, and links.
|
|
8
8
|
|
|
9
9
|
### Custom element
|
|
10
10
|
|
|
@@ -38,7 +38,7 @@ A comprehensive contact card: personal, contact, company, and social information
|
|
|
38
38
|
|
|
39
39
|
### Usage notes
|
|
40
40
|
|
|
41
|
-
- Colors
|
|
41
|
+
- Colors use custom properties aligned with the card skin; Bulma theme variables apply on `:host`.
|
|
42
42
|
- Icons use bootstrap-icons for contact and social affordances.
|
|
43
43
|
- Shadow DOM exposes `::part()` hooks for card regions.
|
|
44
44
|
- Set `i18nlang` for English or Italian strings.
|