@htmlbricks/hb-paragraps-around-image 0.66.26 → 0.67.0
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/main.iife.js +2 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +8 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -214,7 +214,13 @@
|
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
],
|
|
217
|
-
"iifeIntegrity": "sha384-
|
|
217
|
+
"iifeIntegrity": "sha384-Huyi8uxLDzBMn1X5FwMuDGcGimnnVuJaZd/RYhOx6KDsMRyEL16uSdpz+pMzg1dC",
|
|
218
|
+
"dependencies": [
|
|
219
|
+
{
|
|
220
|
+
"name": "hb-paragraps-around-image-cell",
|
|
221
|
+
"dependencies": []
|
|
222
|
+
}
|
|
223
|
+
],
|
|
218
224
|
"screenshots": [],
|
|
219
225
|
"licenses": [
|
|
220
226
|
{
|
|
@@ -233,5 +239,5 @@
|
|
|
233
239
|
"size": {},
|
|
234
240
|
"iifePath": "main.iife.js",
|
|
235
241
|
"repoName": "@htmlbricks/hb-paragraps-around-image",
|
|
236
|
-
"version": "0.
|
|
242
|
+
"version": "0.67.0"
|
|
237
243
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-paragraps-around-image",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Editorial block with a central image and up to six text blocks in two side columns using hb-paragraps-around-image-cell (indices 0,2,4 left; 1,3,5 right). Parses paragraphs from JSON and bubbles paragraphPressed when a cell fires it.",
|
|
6
6
|
"licenses": [
|