@htmlbricks/hb-site-slideshow 0.68.1 → 0.68.2

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.
Files changed (2) hide show
  1. package/manifest.json +60 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -181,6 +181,65 @@
181
181
  ],
182
182
  "index": 0
183
183
  }
184
+ },
185
+ {
186
+ "name": "startOnSecond",
187
+ "description": "Initial slide index and autoplay timer.",
188
+ "data": {
189
+ "data": [
190
+ {
191
+ "href": "https://placehold.co/1200x800/333/fff?text=1"
192
+ },
193
+ {
194
+ "href": "https://placehold.co/1200x800/666/fff?text=2",
195
+ "caption": "Second slide"
196
+ },
197
+ {
198
+ "href": "https://placehold.co/1200x800/999/000?text=3"
199
+ }
200
+ ],
201
+ "index": 1,
202
+ "timer": 6
203
+ }
204
+ },
205
+ {
206
+ "name": "singleSlide",
207
+ "description": "One image (no rotation).",
208
+ "data": {
209
+ "data": [
210
+ {
211
+ "href": "https://placehold.co/1600x900/1a1a2e/eee?text=Hero",
212
+ "caption": "Hero only"
213
+ }
214
+ ],
215
+ "index": 0
216
+ }
217
+ },
218
+ {
219
+ "name": "manySlides",
220
+ "description": "Longer list for dot navigation.",
221
+ "data": {
222
+ "data": [
223
+ {
224
+ "href": "https://placehold.co/1280x720/2d3436/ffffff?text=A",
225
+ "caption": "A"
226
+ },
227
+ {
228
+ "href": "https://placehold.co/1280x720/636e72/ffffff?text=B",
229
+ "caption": "B"
230
+ },
231
+ {
232
+ "href": "https://placehold.co/1280x720/b2bec3/000000?text=C",
233
+ "caption": "C"
234
+ },
235
+ {
236
+ "href": "https://placehold.co/1280x720/dfe6e9/000000?text=D",
237
+ "caption": "D"
238
+ }
239
+ ],
240
+ "index": 0,
241
+ "timer": 0
242
+ }
184
243
  }
185
244
  ],
186
245
  "iifeIntegrity": "sha384-95mzZ9DkuXSyiR6Lemka83mRbc8BihXcjj/OgbNpA1ZxoKKj1BU+LngfoAAbymXW",
@@ -206,5 +265,5 @@
206
265
  },
207
266
  "iifePath": "main.iife.js",
208
267
  "repoName": "@htmlbricks/hb-site-slideshow",
209
- "version": "0.68.1"
268
+ "version": "0.68.2"
210
269
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-site-slideshow",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
5
  "description": "Full-viewport image slideshow: pass `data` as an array of slides (`href`, optional `caption`). Supports optional `index` and `timer`, dots and captions via CSS parts, overlay/prev/next/cover slots, and dispatches slide change and hover events.",
6
6
  "licenses": [