@htmlbricks/hb-gallery-video 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/README.md +1 -1
- package/main.iife.js +361 -71
- package/main.iife.js.map +1 -1
- package/manifest.json +22 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"description": "Paginated grid of `hb-card-video` tiles built from JSON `cards`, with `hb-paginate` for page/size and optional text or date-range filtering (`initialdate`/`lastdate`, `filter`, `externalfilter`). Passes date format, link label, and primary color into each card; listens to paginator events to sync `page`/`pages`.",
|
|
111
|
+
"description": "Paginated grid of `hb-card-video` tiles built from JSON `cards`, with `hb-paginate` for page/size and optional text or date-range filtering (`initialdate`/`lastdate`, `filter`, `externalfilter`). Passes date format, link label, and primary color into each card; listens to paginator events to sync `page`/`pages`. Uses Bulma (`container`, `columns`, `field` / `input`, visibility helpers) for layout and filters.",
|
|
112
112
|
"storybookArgs": {
|
|
113
113
|
"size": {
|
|
114
114
|
"control": {
|
|
@@ -199,7 +199,26 @@
|
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
],
|
|
202
|
-
"iifeIntegrity": "sha384-
|
|
202
|
+
"iifeIntegrity": "sha384-4nAqIDMOilOK5TfiWhu3pHsP0aFyXjedG3O7kAdw0MxTE1GjExapsg4sriQpOPvB",
|
|
203
|
+
"dependencies": [
|
|
204
|
+
{
|
|
205
|
+
"name": "hb-paginate",
|
|
206
|
+
"dependencies": [
|
|
207
|
+
{
|
|
208
|
+
"name": "hb-input-number",
|
|
209
|
+
"dependencies": []
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "hb-input-select",
|
|
213
|
+
"dependencies": []
|
|
214
|
+
}
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "hb-card-video",
|
|
219
|
+
"dependencies": []
|
|
220
|
+
}
|
|
221
|
+
],
|
|
203
222
|
"screenshots": [],
|
|
204
223
|
"licenses": [
|
|
205
224
|
{
|
|
@@ -220,5 +239,5 @@
|
|
|
220
239
|
"size": {},
|
|
221
240
|
"iifePath": "main.iife.js",
|
|
222
241
|
"repoName": "@htmlbricks/hb-gallery-video",
|
|
223
|
-
"version": "0.
|
|
242
|
+
"version": "0.67.0"
|
|
224
243
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-gallery-video",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "Paginated grid of `hb-card-video` tiles built from JSON `cards`, with `hb-paginate` for page/size and optional text or date-range filtering (`initialdate`/`lastdate`, `filter`, `externalfilter`). Passes date format, link label, and primary color into each card; listens to paginator events to sync `page`/`pages`.",
|
|
5
|
+
"description": "Paginated grid of `hb-card-video` tiles built from JSON `cards`, with `hb-paginate` for page/size and optional text or date-range filtering (`initialdate`/`lastdate`, `filter`, `externalfilter`). Passes date format, link label, and primary color into each card; listens to paginator events to sync `page`/`pages`. Uses Bulma (`container`, `columns`, `field` / `input`, visibility helpers) for layout and filters.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|