@htmlbricks/hb-contact-card 0.71.35 → 0.71.36

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/manifest.json CHANGED
@@ -759,81 +759,122 @@
759
759
  "styleSetup": {
760
760
  "vars": [
761
761
  {
762
- "name": "--hb--contact-card-border-radius",
762
+ "name": "--bulma-border",
763
763
  "valueType": "color",
764
- "defaultValue": ""
764
+ "defaultValue": "(theme)",
765
+ "description": "Card outer border and row separators."
765
766
  },
766
767
  {
767
- "name": "--hb--contact-card-box-shadow",
768
- "valueType": "string",
769
- "defaultValue": ""
768
+ "name": "--bulma-radius",
769
+ "valueType": "number",
770
+ "defaultValue": "0.375rem",
771
+ "description": "Card corner radius and interactive row radius."
770
772
  },
771
773
  {
772
- "name": "--hb--contact-card-box-shadow-hover",
773
- "valueType": "string",
774
- "defaultValue": ""
774
+ "name": "--bulma-shadow",
775
+ "valueType": "other",
776
+ "defaultValue": "(theme)",
777
+ "description": "Default card elevation; hover uses `--bulma-card-shadow` when set."
775
778
  },
776
779
  {
777
- "name": "--hb--contact-card-danger",
778
- "valueType": "string",
779
- "defaultValue": ""
780
+ "name": "--bulma-card-background-color",
781
+ "valueType": "color",
782
+ "defaultValue": "(theme)",
783
+ "description": "Card surface color (falls back to `--bulma-body-background`)."
780
784
  },
781
785
  {
782
- "name": "--hb--contact-card-dark",
783
- "valueType": "string",
784
- "defaultValue": ""
786
+ "name": "--bulma-card-shadow",
787
+ "valueType": "other",
788
+ "defaultValue": "(theme)",
789
+ "description": "Stronger shadow on hover for clickable cards."
785
790
  },
786
791
  {
787
- "name": "--hb--contact-card-info",
788
- "valueType": "string",
789
- "defaultValue": ""
792
+ "name": "--bulma-body-background",
793
+ "valueType": "color",
794
+ "defaultValue": "(theme)",
795
+ "description": "Fallback card background when `--bulma-card-background-color` is unset."
790
796
  },
791
797
  {
792
- "name": "--hb--contact-card-light",
793
- "valueType": "string",
794
- "defaultValue": ""
798
+ "name": "--bulma-link",
799
+ "valueType": "color",
800
+ "defaultValue": "(theme)",
801
+ "description": "Focus ring, inline links, and social pill hover states."
795
802
  },
796
803
  {
797
- "name": "--hb--contact-card-primary",
798
- "valueType": "string",
799
- "defaultValue": ""
804
+ "name": "--bulma-link-invert",
805
+ "valueType": "color",
806
+ "defaultValue": "(theme)",
807
+ "description": "Text on social pills when background is `--bulma-link`."
800
808
  },
801
809
  {
802
- "name": "--hb--contact-card-secondary",
803
- "valueType": "string",
804
- "defaultValue": ""
810
+ "name": "--bulma-info",
811
+ "valueType": "color",
812
+ "defaultValue": "(theme)",
813
+ "description": "Fallback for avatar placeholder gradient (with `--bulma-link`)."
814
+ },
815
+ {
816
+ "name": "--bulma-scheme-main-bis",
817
+ "valueType": "color",
818
+ "defaultValue": "(theme)",
819
+ "description": "Header strip and muted social pill backgrounds."
820
+ },
821
+ {
822
+ "name": "--bulma-white",
823
+ "valueType": "color",
824
+ "defaultValue": "(theme)",
825
+ "description": "Avatar placeholder text on top of the gradient."
805
826
  },
806
827
  {
807
- "name": "--hb--contact-card-success",
808
- "valueType": "string",
809
- "defaultValue": ""
828
+ "name": "--bulma-text",
829
+ "valueType": "color",
830
+ "defaultValue": "(theme)",
831
+ "description": "Default body and row text."
832
+ },
833
+ {
834
+ "name": "--bulma-text-strong",
835
+ "valueType": "color",
836
+ "defaultValue": "(theme)",
837
+ "description": "Name and section headings inside the card."
838
+ },
839
+ {
840
+ "name": "--bulma-text-weak",
841
+ "valueType": "color",
842
+ "defaultValue": "(theme)",
843
+ "description": "Muted labels (e.g. field type hints)."
844
+ },
845
+ {
846
+ "name": "--bulma-background-lighter",
847
+ "valueType": "color",
848
+ "defaultValue": "(theme)",
849
+ "description": "Hover background for clickable contact rows."
810
850
  },
811
851
  {
812
- "name": "--hb--contact-card-warning",
813
- "valueType": "string",
814
- "defaultValue": ""
852
+ "name": "--bulma-radius-rounded",
853
+ "valueType": "number",
854
+ "defaultValue": "9999px",
855
+ "description": "Circular avatar and pill-shaped social buttons."
815
856
  }
816
857
  ],
817
858
  "parts": [
818
859
  {
819
860
  "name": "card",
820
- "description": "The main card container"
861
+ "description": "Root Bulma card element; use for overall border, radius, shadow, or background from the host."
821
862
  },
822
863
  {
823
864
  "name": "header",
824
- "description": "The card header containing avatar and name"
865
+ "description": "Header strip with avatar, name, and collapse control; target for layout and typography tweaks."
825
866
  },
826
867
  {
827
868
  "name": "body",
828
- "description": "The card body containing contact information"
869
+ "description": "Scrollable body listing phones, emails, addresses, social links, and notes."
829
870
  },
830
871
  {
831
872
  "name": "avatar",
832
- "description": "The avatar image or placeholder"
873
+ "description": "Avatar `<img>` or placeholder circle; size and border are exposed for host styling."
833
874
  },
834
875
  {
835
876
  "name": "actions",
836
- "description": "The action buttons dropdown"
877
+ "description": "Wrapper around the actions dropdown trigger (`hb-dropdown-simple`); style the menu affordance."
837
878
  }
838
879
  ]
839
880
  },
@@ -1379,7 +1420,7 @@
1379
1420
  }
1380
1421
  }
1381
1422
  ],
1382
- "iifeIntegrity": "sha384-oKlsI63xQjnMNw9ncz92GRlqEomAdVH6P4e3oQKntecM14IARFeAzusf7mXey2I6",
1423
+ "iifeIntegrity": "sha384-UOpt53LUOJNFq4cR0XmfQZw0PN/n88eAEjs51S/P9f1OHr18L0MGWF90wcFgQRRk",
1383
1424
  "dependencies": [
1384
1425
  {
1385
1426
  "name": "hb-dropdown-simple",
@@ -1405,5 +1446,5 @@
1405
1446
  "size": {},
1406
1447
  "iifePath": "main.iife.js",
1407
1448
  "repoName": "@htmlbricks/hb-contact-card",
1408
- "version": "0.71.35"
1449
+ "version": "0.71.36"
1409
1450
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-contact-card",
3
- "version": "0.71.35",
3
+ "version": "0.71.36",
4
4
  "contributors": [],
5
5
  "description": "A comprehensive contact card component that displays personal, contact, company, and social media information in a Bulma-styled card layout. Uses a single data object with structured arrays for phone numbers, addresses, and social media profiles. Features include avatar support with placeholder, clickable contact information, social media links, collapsible sections, and customizable action buttons with grouping, badges, and links support.",
6
6
  "licenses": [