@htmlbricks/hb-paragraps-around-image 0.71.34 → 0.71.36
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 +102 -18
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +28 -13
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -100,21 +100,36 @@
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"styleSetup": {
|
|
103
|
-
"vars": [
|
|
104
|
-
"parts": [
|
|
103
|
+
"vars": [
|
|
105
104
|
{
|
|
106
|
-
"name": "
|
|
107
|
-
"
|
|
105
|
+
"name": "--bulma-block-spacing",
|
|
106
|
+
"valueType": "number",
|
|
107
|
+
"defaultValue": "1.5rem",
|
|
108
|
+
"description": "Horizontal padding for left/right columns (`.col`)."
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "--bulma-text",
|
|
112
|
+
"valueType": "color",
|
|
113
|
+
"defaultValue": "#363636",
|
|
114
|
+
"description": "Default body text (inherited by nested `hb-paragraps-around-image-cell`)."
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "--bulma-link",
|
|
118
|
+
"valueType": "color",
|
|
119
|
+
"defaultValue": "#485fc7",
|
|
120
|
+
"description": "Title links and interactive affordances inside child cells."
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "--bulma-text-strong",
|
|
124
|
+
"valueType": "color",
|
|
125
|
+
"defaultValue": "#363636",
|
|
126
|
+
"description": "Strong / title weight copy where the theme distinguishes it."
|
|
108
127
|
}
|
|
109
|
-
]
|
|
128
|
+
],
|
|
129
|
+
"parts": []
|
|
110
130
|
},
|
|
111
131
|
"contributors": [],
|
|
112
|
-
"htmlSlots": [
|
|
113
|
-
{
|
|
114
|
-
"name": "skelcontent",
|
|
115
|
-
"description": "test slot"
|
|
116
|
-
}
|
|
117
|
-
],
|
|
132
|
+
"htmlSlots": [],
|
|
118
133
|
"i18n": [],
|
|
119
134
|
"examples": [
|
|
120
135
|
{
|
|
@@ -235,7 +250,7 @@
|
|
|
235
250
|
}
|
|
236
251
|
}
|
|
237
252
|
],
|
|
238
|
-
"iifeIntegrity": "sha384-
|
|
253
|
+
"iifeIntegrity": "sha384-tj3BNNmOwho9qf+J/GRCjipWpoxNtFF7NA5m0gCL+K0/tB7yhRrTfsknYCIimBuw",
|
|
239
254
|
"dependencies": [
|
|
240
255
|
{
|
|
241
256
|
"name": "hb-paragraps-around-image-cell",
|
|
@@ -260,5 +275,5 @@
|
|
|
260
275
|
"size": {},
|
|
261
276
|
"iifePath": "main.iife.js",
|
|
262
277
|
"repoName": "@htmlbricks/hb-paragraps-around-image",
|
|
263
|
-
"version": "0.71.
|
|
278
|
+
"version": "0.71.36"
|
|
264
279
|
}
|
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.36",
|
|
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": [
|