@htmlbricks/hb-site-paragraph-with-image 0.68.1 → 0.68.3
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 +53 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -205,6 +205,58 @@
|
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "textRight",
|
|
211
|
+
"description": "Image on the left, copy on the right.",
|
|
212
|
+
"data": {
|
|
213
|
+
"text_side": "right",
|
|
214
|
+
"half_space": true,
|
|
215
|
+
"img": {
|
|
216
|
+
"src": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/JavaScript-logo.png/240px-JavaScript-logo.png",
|
|
217
|
+
"alt": "Decorative"
|
|
218
|
+
},
|
|
219
|
+
"text": {
|
|
220
|
+
"title": "Right-aligned story",
|
|
221
|
+
"body": "Use text_side together with half_space to balance image and copy on wide screens.",
|
|
222
|
+
"link": {
|
|
223
|
+
"label": "Docs",
|
|
224
|
+
"src": "https://developer.mozilla.org/"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "textLeft",
|
|
231
|
+
"description": "Copy leads, image follows.",
|
|
232
|
+
"data": {
|
|
233
|
+
"text_side": "left",
|
|
234
|
+
"img": {
|
|
235
|
+
"src": "https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/240px-Commons-logo.svg.png"
|
|
236
|
+
},
|
|
237
|
+
"text": {
|
|
238
|
+
"title": "Left text column",
|
|
239
|
+
"body": "Marketing blurbs and feature lists often read more naturally with text first."
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "withLinkKey",
|
|
245
|
+
"description": "CTA with key for elClick handling.",
|
|
246
|
+
"data": {
|
|
247
|
+
"half_space": false,
|
|
248
|
+
"img": {
|
|
249
|
+
"src": "https://placehold.co/400x280/00d1b2/ffffff?text=Hero"
|
|
250
|
+
},
|
|
251
|
+
"text": {
|
|
252
|
+
"title": "Keyed CTA",
|
|
253
|
+
"body": "The link key is forwarded when the button is activated.",
|
|
254
|
+
"link": {
|
|
255
|
+
"label": "Continue",
|
|
256
|
+
"key": "cta-continue"
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
208
260
|
}
|
|
209
261
|
],
|
|
210
262
|
"iifeIntegrity": "sha384-B0/bvjoX31EARZSt8L2uuz+FqN+cEk1IG1DIBk+8OqE6Dy9YYJIXDuwAXVBn14kx",
|
|
@@ -227,5 +279,5 @@
|
|
|
227
279
|
"size": {},
|
|
228
280
|
"iifePath": "main.iife.js",
|
|
229
281
|
"repoName": "@htmlbricks/hb-site-paragraph-with-image",
|
|
230
|
-
"version": "0.68.
|
|
282
|
+
"version": "0.68.3"
|
|
231
283
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-site-paragraph-with-image",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.3",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Marketing block pairing an image (`img`) with rich text (`text`: title, body, optional link). Use `text_side` (`left` / `right`) and `half_space` for layout; responsive parts cover mobile and desktop. CTA is a Bulma `button is-primary` (optional inline colors on the link). Fires `elClick` when the link area is used.",
|
|
6
6
|
"licenses": [
|