@htmlbricks/hb-site-slideshow-horizontal 0.71.35 → 0.71.37
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 +144 -19
- package/main.iife.js.map +1 -1
- package/manifest.json +25 -6
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -115,19 +115,38 @@
|
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"styleSetup": {
|
|
118
|
-
"vars": [
|
|
118
|
+
"vars": [
|
|
119
|
+
{
|
|
120
|
+
"name": "--bulma-block-spacing",
|
|
121
|
+
"valueType": "number",
|
|
122
|
+
"defaultValue": "",
|
|
123
|
+
"description": "Vertical margin for the strip and arrow padding."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "--bulma-white",
|
|
127
|
+
"valueType": "color",
|
|
128
|
+
"defaultValue": "",
|
|
129
|
+
"description": "Side arrow glyph color on gradient fades."
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "--bulma-scheme-invert",
|
|
133
|
+
"valueType": "color",
|
|
134
|
+
"defaultValue": "",
|
|
135
|
+
"description": "Arrow gradient and hover chrome."
|
|
136
|
+
}
|
|
137
|
+
],
|
|
119
138
|
"parts": [
|
|
120
139
|
{
|
|
121
140
|
"name": "video_sub_title",
|
|
122
|
-
"description": "
|
|
141
|
+
"description": "Caption line under the play affordance in `videos` mode."
|
|
123
142
|
},
|
|
124
143
|
{
|
|
125
|
-
"name": "
|
|
126
|
-
"description": "
|
|
144
|
+
"name": "video_sub_time",
|
|
145
|
+
"description": "Optional duration string beside the video caption."
|
|
127
146
|
},
|
|
128
147
|
{
|
|
129
148
|
"name": "caption_content",
|
|
130
|
-
"description": "
|
|
149
|
+
"description": "Caption text overlay for image slides (non-video layout)."
|
|
131
150
|
}
|
|
132
151
|
]
|
|
133
152
|
},
|
|
@@ -309,5 +328,5 @@
|
|
|
309
328
|
"size": {},
|
|
310
329
|
"iifePath": "main.iife.js",
|
|
311
330
|
"repoName": "@htmlbricks/hb-site-slideshow-horizontal",
|
|
312
|
-
"version": "0.71.
|
|
331
|
+
"version": "0.71.37"
|
|
313
332
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-site-slideshow-horizontal",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.37",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Horizontal media strip: `data` lists slides with `href`, `caption`, and optional `link`, `externalLink`, `key`, or `duration` for video-style rows. Set `type` to `videos` for that layout; emits `slideClick` when a slide is activated.",
|
|
6
6
|
"licenses": [
|