@htmlbricks/hb-paragraps-around-image 0.71.34 → 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/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -8
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -109,12 +109,7 @@
|
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"contributors": [],
|
|
112
|
-
"htmlSlots": [
|
|
113
|
-
{
|
|
114
|
-
"name": "skelcontent",
|
|
115
|
-
"description": "test slot"
|
|
116
|
-
}
|
|
117
|
-
],
|
|
112
|
+
"htmlSlots": [],
|
|
118
113
|
"i18n": [],
|
|
119
114
|
"examples": [
|
|
120
115
|
{
|
|
@@ -235,7 +230,7 @@
|
|
|
235
230
|
}
|
|
236
231
|
}
|
|
237
232
|
],
|
|
238
|
-
"iifeIntegrity": "sha384-
|
|
233
|
+
"iifeIntegrity": "sha384-k6ZX0+6IgUm86lWSv9ClQC4oFTjYR5GUajrN1WPbJ5M0yrrI/56YOTnddNHAUwY+",
|
|
239
234
|
"dependencies": [
|
|
240
235
|
{
|
|
241
236
|
"name": "hb-paragraps-around-image-cell",
|
|
@@ -260,5 +255,5 @@
|
|
|
260
255
|
"size": {},
|
|
261
256
|
"iifePath": "main.iife.js",
|
|
262
257
|
"repoName": "@htmlbricks/hb-paragraps-around-image",
|
|
263
|
-
"version": "0.71.
|
|
258
|
+
"version": "0.71.35"
|
|
264
259
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-paragraps-around-image",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.35",
|
|
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": [
|