@htmlbricks/hb-paragraps-around-image 0.71.35 → 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 +27 -7
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -100,13 +100,33 @@
|
|
|
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
132
|
"htmlSlots": [],
|
|
@@ -230,7 +250,7 @@
|
|
|
230
250
|
}
|
|
231
251
|
}
|
|
232
252
|
],
|
|
233
|
-
"iifeIntegrity": "sha384-
|
|
253
|
+
"iifeIntegrity": "sha384-tj3BNNmOwho9qf+J/GRCjipWpoxNtFF7NA5m0gCL+K0/tB7yhRrTfsknYCIimBuw",
|
|
234
254
|
"dependencies": [
|
|
235
255
|
{
|
|
236
256
|
"name": "hb-paragraps-around-image-cell",
|
|
@@ -255,5 +275,5 @@
|
|
|
255
275
|
"size": {},
|
|
256
276
|
"iifePath": "main.iife.js",
|
|
257
277
|
"repoName": "@htmlbricks/hb-paragraps-around-image",
|
|
258
|
-
"version": "0.71.
|
|
278
|
+
"version": "0.71.36"
|
|
259
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": [
|