@htmlbricks/hb-site-slideshow 0.66.27 → 0.67.0
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/main.iife.js +32 -16
- package/main.iife.js.map +1 -1
- package/manifest.json +6 -5
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -167,15 +167,15 @@
|
|
|
167
167
|
"data": {
|
|
168
168
|
"data": [
|
|
169
169
|
{
|
|
170
|
-
"href": "https://
|
|
170
|
+
"href": "https://placehold.co/1920x1080/000000/FFF",
|
|
171
171
|
"caption": "Street"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
"href": "https://
|
|
174
|
+
"href": "https://placehold.co/1920x1080/orange/white",
|
|
175
175
|
"caption": "Earth"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
|
-
"href": "https://
|
|
178
|
+
"href": "https://placehold.co/1920x1080/transparent/F00",
|
|
179
179
|
"caption": "Bee"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -183,7 +183,8 @@
|
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
],
|
|
186
|
-
"iifeIntegrity": "sha384-
|
|
186
|
+
"iifeIntegrity": "sha384-95mzZ9DkuXSyiR6Lemka83mRbc8BihXcjj/OgbNpA1ZxoKKj1BU+LngfoAAbymXW",
|
|
187
|
+
"dependencies": [],
|
|
187
188
|
"screenshots": [],
|
|
188
189
|
"licenses": [
|
|
189
190
|
{
|
|
@@ -205,5 +206,5 @@
|
|
|
205
206
|
},
|
|
206
207
|
"iifePath": "main.iife.js",
|
|
207
208
|
"repoName": "@htmlbricks/hb-site-slideshow",
|
|
208
|
-
"version": "0.
|
|
209
|
+
"version": "0.67.0"
|
|
209
210
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-site-slideshow",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
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": [
|