@htmlbricks/hb-paragraps-around-image-cell 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 +4 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -79,7 +79,7 @@
79
79
  }
80
80
  }
81
81
  },
82
- "description": "",
82
+ "description": "One paragraph tile with Bootstrap icon, optional title as external link or key-triggered control (dispatches paragraphPressed with key), and body text clamped to max_lines for consistent height inside paragraps-around-image layouts.",
83
83
  "storybookArgs": {
84
84
  "paragraph": {
85
85
  "control": {
@@ -136,12 +136,12 @@
136
136
  ],
137
137
  "readmePath": "README.md",
138
138
  "name": "hb-paragraps-around-image-cell",
139
- "category": "site",
139
+ "category": "content",
140
140
  "tags": [
141
- "site"
141
+ "content"
142
142
  ],
143
143
  "size": {},
144
144
  "iifePath": "main.iife.js",
145
145
  "repoName": "@htmlbricks/hb-paragraps-around-image-cell",
146
- "version": "0.65.20"
146
+ "version": "0.65.23"
147
147
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-paragraps-around-image-cell",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "One paragraph tile with Bootstrap icon, optional title as external link or key-triggered control (dispatches paragraphPressed with key), and body text clamped to max_lines for consistent height inside paragraps-around-image layouts.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",