@htmlbricks/hb-site-contacts-row 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.
Files changed (2) hide show
  1. package/manifest.json +5 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -236,7 +236,7 @@
236
236
  }
237
237
  }
238
238
  },
239
- "description": "",
239
+ "description": "Contact strip for addresses (with optional `latLng`), phones, emails, websites, and `availability` (times, appointment flag). `model` `big` / `small` or omit for auto layouts that adapt to which fields you pass.",
240
240
  "storybookArgs": {
241
241
  "addresses": {
242
242
  "control": {
@@ -682,12 +682,13 @@
682
682
  ],
683
683
  "readmePath": "README.md",
684
684
  "name": "hb-site-contacts-row",
685
- "category": "site",
685
+ "category": "content",
686
686
  "tags": [
687
- "site"
687
+ "content",
688
+ "contact"
688
689
  ],
689
690
  "size": {},
690
691
  "iifePath": "main.iife.js",
691
692
  "repoName": "@htmlbricks/hb-site-contacts-row",
692
- "version": "0.65.20"
693
+ "version": "0.65.23"
693
694
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-site-contacts-row",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Contact strip for addresses (with optional `latLng`), phones, emails, websites, and `availability` (times, appointment flag). `model` `big` / `small` or omit for auto layouts that adapt to which fields you pass.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",