@htmlbricks/hb-contact-item 0.65.20 → 0.65.23
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 +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
-
"description": "",
|
|
177
|
+
"description": "Single contact line (mutually exclusive props): phone, postal address, email, website, or social network. Renders a Bootstrap Icon and optional visible text; JSON `config` toggles icons (filled/outline), label text, and whether clicks dispatch `contactClick` with `{ action, options }` vs opening a window (maps URL, `mailto`, external site, or social page).",
|
|
178
178
|
"storybookArgs": {
|
|
179
179
|
"id": {
|
|
180
180
|
"control": {
|
|
@@ -238,12 +238,13 @@
|
|
|
238
238
|
],
|
|
239
239
|
"readmePath": "README.md",
|
|
240
240
|
"name": "hb-contact-item",
|
|
241
|
-
"category": "
|
|
241
|
+
"category": "content",
|
|
242
242
|
"tags": [
|
|
243
|
-
"
|
|
243
|
+
"content",
|
|
244
|
+
"contact"
|
|
244
245
|
],
|
|
245
246
|
"size": {},
|
|
246
247
|
"iifePath": "main.iife.js",
|
|
247
248
|
"repoName": "@htmlbricks/hb-contact-item",
|
|
248
|
-
"version": "0.65.
|
|
249
|
+
"version": "0.65.23"
|
|
249
250
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-contact-item",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Single contact line (mutually exclusive props): phone, postal address, email, website, or social network. Renders a Bootstrap Icon and optional visible text; JSON `config` toggles icons (filled/outline), label text, and whether clicks dispatch `contactClick` with `{ action, options }` vs opening a window (maps URL, `mailto`, external site, or social page).",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|