@htmlbricks/hb-contact-card 0.65.22 → 0.66.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/manifest.json CHANGED
@@ -759,59 +759,59 @@
759
759
  "styleSetup": {
760
760
  "vars": [
761
761
  {
762
- "name": "--hb--contact-card-primary",
763
- "defaultValue": "#0d6efd",
764
- "valueType": "color"
762
+ "name": "--hb--contact-card-border-radius",
763
+ "valueType": "color",
764
+ "defaultValue": ""
765
765
  },
766
766
  {
767
- "name": "--hb--contact-card-secondary",
768
- "defaultValue": "#6c757d",
769
- "valueType": "color"
767
+ "name": "--hb--contact-card-box-shadow",
768
+ "valueType": "string",
769
+ "defaultValue": ""
770
770
  },
771
771
  {
772
- "name": "--hb--contact-card-success",
773
- "defaultValue": "#198754",
774
- "valueType": "color"
772
+ "name": "--hb--contact-card-box-shadow-hover",
773
+ "valueType": "string",
774
+ "defaultValue": ""
775
775
  },
776
776
  {
777
777
  "name": "--hb--contact-card-danger",
778
- "defaultValue": "#dc3545",
779
- "valueType": "color"
778
+ "valueType": "string",
779
+ "defaultValue": ""
780
780
  },
781
781
  {
782
- "name": "--hb--contact-card-warning",
783
- "defaultValue": "#ffc107",
784
- "valueType": "color"
782
+ "name": "--hb--contact-card-dark",
783
+ "valueType": "string",
784
+ "defaultValue": ""
785
785
  },
786
786
  {
787
787
  "name": "--hb--contact-card-info",
788
- "defaultValue": "#0dcaf0",
789
- "valueType": "color"
788
+ "valueType": "string",
789
+ "defaultValue": ""
790
790
  },
791
791
  {
792
792
  "name": "--hb--contact-card-light",
793
- "defaultValue": "#f8f9fa",
794
- "valueType": "color"
793
+ "valueType": "string",
794
+ "defaultValue": ""
795
795
  },
796
796
  {
797
- "name": "--hb--contact-card-dark",
798
- "defaultValue": "#212529",
799
- "valueType": "color"
797
+ "name": "--hb--contact-card-primary",
798
+ "valueType": "string",
799
+ "defaultValue": ""
800
800
  },
801
801
  {
802
- "name": "--hb--contact-card-border-radius",
803
- "defaultValue": "0.375rem",
804
- "valueType": "string"
802
+ "name": "--hb--contact-card-secondary",
803
+ "valueType": "string",
804
+ "defaultValue": ""
805
805
  },
806
806
  {
807
- "name": "--hb--contact-card-box-shadow",
808
- "defaultValue": "0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)",
809
- "valueType": "string"
807
+ "name": "--hb--contact-card-success",
808
+ "valueType": "string",
809
+ "defaultValue": ""
810
810
  },
811
811
  {
812
- "name": "--hb--contact-card-box-shadow-hover",
813
- "defaultValue": "0 0.5rem 1rem rgba(0, 0, 0, 0.15)",
814
- "valueType": "string"
812
+ "name": "--hb--contact-card-warning",
813
+ "valueType": "string",
814
+ "defaultValue": ""
815
815
  }
816
816
  ],
817
817
  "parts": [
@@ -1390,17 +1390,13 @@
1390
1390
  ],
1391
1391
  "readmePath": "README.md",
1392
1392
  "name": "hb-contact-card",
1393
- "category": "contact",
1393
+ "category": "content",
1394
1394
  "tags": [
1395
- "contact",
1396
- "card",
1397
- "bootstrap",
1398
- "avatar",
1399
- "social",
1400
- "business"
1395
+ "content",
1396
+ "contact"
1401
1397
  ],
1402
1398
  "size": {},
1403
1399
  "iifePath": "main.iife.js",
1404
1400
  "repoName": "@htmlbricks/hb-contact-card",
1405
- "version": "0.65.22"
1401
+ "version": "0.66.0"
1406
1402
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-contact-card",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
5
  "description": "A comprehensive contact card component that displays personal, contact, company, and social media information in a clean, Bootstrap-styled card format. 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": [