@htmlbricks/hb-gallery-video 0.65.22 → 0.66.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 +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +6 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"description": "",
|
|
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`.",
|
|
112
112
|
"storybookArgs": {
|
|
113
113
|
"size": {
|
|
114
114
|
"control": {
|
|
@@ -210,12 +210,14 @@
|
|
|
210
210
|
],
|
|
211
211
|
"readmePath": "README.md",
|
|
212
212
|
"name": "hb-gallery-video",
|
|
213
|
-
"category": "
|
|
213
|
+
"category": "media",
|
|
214
214
|
"tags": [
|
|
215
|
-
"
|
|
215
|
+
"media",
|
|
216
|
+
"video",
|
|
217
|
+
"gallery"
|
|
216
218
|
],
|
|
217
219
|
"size": {},
|
|
218
220
|
"iifePath": "main.iife.js",
|
|
219
221
|
"repoName": "@htmlbricks/hb-gallery-video",
|
|
220
|
-
"version": "0.
|
|
222
|
+
"version": "0.66.0"
|
|
221
223
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-gallery-video",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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`.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|