@htmlbricks/hb-contact-card 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 +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/manifest.json
CHANGED
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
686
|
},
|
|
687
|
-
"description": "A comprehensive contact card component that displays personal, contact, company, and social media information in a
|
|
687
|
+
"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.",
|
|
688
688
|
"storybookArgs": {
|
|
689
689
|
"data": {
|
|
690
690
|
"control": {
|
|
@@ -1379,7 +1379,13 @@
|
|
|
1379
1379
|
}
|
|
1380
1380
|
}
|
|
1381
1381
|
],
|
|
1382
|
-
"iifeIntegrity": "sha384-
|
|
1382
|
+
"iifeIntegrity": "sha384-NihXfPzPHLXySVvEynOl0jx0Uo+tSucldYnhDQkrxgCi/FGTIAHLX53Y8sTf1QDm",
|
|
1383
|
+
"dependencies": [
|
|
1384
|
+
{
|
|
1385
|
+
"name": "hb-dropdown-simple",
|
|
1386
|
+
"dependencies": []
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1383
1389
|
"screenshots": [],
|
|
1384
1390
|
"licenses": [
|
|
1385
1391
|
{
|
|
@@ -1399,5 +1405,5 @@
|
|
|
1399
1405
|
"size": {},
|
|
1400
1406
|
"iifePath": "main.iife.js",
|
|
1401
1407
|
"repoName": "@htmlbricks/hb-contact-card",
|
|
1402
|
-
"version": "0.
|
|
1408
|
+
"version": "0.67.0"
|
|
1403
1409
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-contact-card",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "A comprehensive contact card component that displays personal, contact, company, and social media information in a
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "MIT",
|