@htmlbricks/hb-paragraps-around-image-cell 0.71.33 → 0.71.35
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 +1 -1
- package/manifest.json +2 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ One paragraph tile with Bootstrap icon, optional title as external link or key-t
|
|
|
23
23
|
|
|
24
24
|
### Usage notes
|
|
25
25
|
|
|
26
|
-
- **Slots:**
|
|
26
|
+
- **Slots:** none.
|
|
27
27
|
- **CSS parts:** `testpart`.
|
|
28
28
|
- Typically embedded by `hb-paragraps-around-image`; usable alone for Storybook-style tiles (no separate image prop on this cell).
|
|
29
29
|
|
package/manifest.json
CHANGED
|
@@ -116,12 +116,7 @@
|
|
|
116
116
|
]
|
|
117
117
|
},
|
|
118
118
|
"contributors": [],
|
|
119
|
-
"htmlSlots": [
|
|
120
|
-
{
|
|
121
|
-
"name": "skelcontent",
|
|
122
|
-
"description": "test slot"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
119
|
+
"htmlSlots": [],
|
|
125
120
|
"i18n": [],
|
|
126
121
|
"examples": [
|
|
127
122
|
{
|
|
@@ -204,5 +199,5 @@
|
|
|
204
199
|
"size": {},
|
|
205
200
|
"iifePath": "main.iife.js",
|
|
206
201
|
"repoName": "@htmlbricks/hb-paragraps-around-image-cell",
|
|
207
|
-
"version": "0.71.
|
|
202
|
+
"version": "0.71.35"
|
|
208
203
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-paragraps-around-image-cell",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.35",
|
|
4
4
|
"contributors": [],
|
|
5
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": [
|