@htmlbricks/hb-site-paragraph-with-image 0.66.27 → 0.67.1
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/main.iife.js +106 -36
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"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. Fires `elClick` when the link area is used.",
|
|
114
|
+
"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.",
|
|
115
115
|
"storybookArgs": {
|
|
116
116
|
"img": {
|
|
117
117
|
"control": {
|
|
@@ -207,7 +207,8 @@
|
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
],
|
|
210
|
-
"iifeIntegrity": "sha384-
|
|
210
|
+
"iifeIntegrity": "sha384-B0/bvjoX31EARZSt8L2uuz+FqN+cEk1IG1DIBk+8OqE6Dy9YYJIXDuwAXVBn14kx",
|
|
211
|
+
"dependencies": [],
|
|
211
212
|
"screenshots": [],
|
|
212
213
|
"licenses": [
|
|
213
214
|
{
|
|
@@ -226,5 +227,5 @@
|
|
|
226
227
|
"size": {},
|
|
227
228
|
"iifePath": "main.iife.js",
|
|
228
229
|
"repoName": "@htmlbricks/hb-site-paragraph-with-image",
|
|
229
|
-
"version": "0.
|
|
230
|
+
"version": "0.67.1"
|
|
230
231
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-site-paragraph-with-image",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"contributors": [],
|
|
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. Fires `elClick` when the link area is used.",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|