@htmlbricks/hb-contact-card 0.61.50 → 0.61.51
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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +22 -2
- package/package.json +1 -1
- package/types/webcomponent.type.d.ts +1 -0
- package/types/webcomponent_events.type.d.json +18 -1
package/manifest.json
CHANGED
|
@@ -195,6 +195,22 @@
|
|
|
195
195
|
],
|
|
196
196
|
"type": "object"
|
|
197
197
|
},
|
|
198
|
+
"collapseChange": {
|
|
199
|
+
"additionalProperties": false,
|
|
200
|
+
"properties": {
|
|
201
|
+
"collapsed": {
|
|
202
|
+
"type": "boolean"
|
|
203
|
+
},
|
|
204
|
+
"id": {
|
|
205
|
+
"type": "string"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"required": [
|
|
209
|
+
"id",
|
|
210
|
+
"collapsed"
|
|
211
|
+
],
|
|
212
|
+
"type": "object"
|
|
213
|
+
},
|
|
198
214
|
"contactClick": {
|
|
199
215
|
"additionalProperties": false,
|
|
200
216
|
"properties": {
|
|
@@ -316,7 +332,8 @@
|
|
|
316
332
|
"emailClick",
|
|
317
333
|
"websiteClick",
|
|
318
334
|
"socialClick",
|
|
319
|
-
"addressClick"
|
|
335
|
+
"addressClick",
|
|
336
|
+
"collapseChange"
|
|
320
337
|
],
|
|
321
338
|
"type": "object"
|
|
322
339
|
},
|
|
@@ -734,6 +751,9 @@
|
|
|
734
751
|
},
|
|
735
752
|
"addressClick": {
|
|
736
753
|
"action": "addressClickEvent"
|
|
754
|
+
},
|
|
755
|
+
"collapseChange": {
|
|
756
|
+
"action": "collapseChangeEvent"
|
|
737
757
|
}
|
|
738
758
|
},
|
|
739
759
|
"styleSetup": {
|
|
@@ -1382,5 +1402,5 @@
|
|
|
1382
1402
|
"size": {},
|
|
1383
1403
|
"iifePath": "main.iife.js",
|
|
1384
1404
|
"repoName": "@htmlbricks/hb-contact-card",
|
|
1385
|
-
"version": "0.61.
|
|
1405
|
+
"version": "0.61.51"
|
|
1386
1406
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-contact-card",
|
|
3
|
-
"version": "0.61.
|
|
3
|
+
"version": "0.61.51",
|
|
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": [
|
|
@@ -193,6 +193,22 @@
|
|
|
193
193
|
],
|
|
194
194
|
"type": "object"
|
|
195
195
|
},
|
|
196
|
+
"collapseChange": {
|
|
197
|
+
"additionalProperties": false,
|
|
198
|
+
"properties": {
|
|
199
|
+
"collapsed": {
|
|
200
|
+
"type": "boolean"
|
|
201
|
+
},
|
|
202
|
+
"id": {
|
|
203
|
+
"type": "string"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"required": [
|
|
207
|
+
"id",
|
|
208
|
+
"collapsed"
|
|
209
|
+
],
|
|
210
|
+
"type": "object"
|
|
211
|
+
},
|
|
196
212
|
"contactClick": {
|
|
197
213
|
"additionalProperties": false,
|
|
198
214
|
"properties": {
|
|
@@ -314,7 +330,8 @@
|
|
|
314
330
|
"emailClick",
|
|
315
331
|
"websiteClick",
|
|
316
332
|
"socialClick",
|
|
317
|
-
"addressClick"
|
|
333
|
+
"addressClick",
|
|
334
|
+
"collapseChange"
|
|
318
335
|
],
|
|
319
336
|
"type": "object"
|
|
320
337
|
},
|