@htmlbricks/hb-gallery-video 0.71.35 → 0.71.36

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/manifest.json CHANGED
@@ -158,11 +158,24 @@
158
158
  }
159
159
  },
160
160
  "styleSetup": {
161
- "vars": [],
161
+ "vars": [
162
+ {
163
+ "name": "--hb-gallery-video-date-input-max-width",
164
+ "valueType": "number",
165
+ "defaultValue": "12.5rem",
166
+ "description": "Max width for date filter inputs in the toolbar row."
167
+ },
168
+ {
169
+ "name": "--bulma-column-gap",
170
+ "valueType": "number",
171
+ "defaultValue": "0.75rem",
172
+ "description": "Typical gutters between filter fields and the card grid."
173
+ }
174
+ ],
162
175
  "parts": [
163
176
  {
164
177
  "name": "container",
165
- "description": ""
178
+ "description": "Root `container is-fluid` around filters and paginated video cards; use for max-width or horizontal padding."
166
179
  }
167
180
  ]
168
181
  },
@@ -292,7 +305,7 @@
292
305
  }
293
306
  }
294
307
  ],
295
- "iifeIntegrity": "sha384-1jW4uB3lH547nHtGR/pUasdypcnTHV3JPopi7kH+2mCDmm4Fu2HWqN9Qm4qeuNmr",
308
+ "iifeIntegrity": "sha384-t/n3AbTHeWtkz4uU231VCuQfKeozKxkCjMXmHsTTnFGq42Ds8m2qlHZdnDtTu/iz",
296
309
  "dependencies": [
297
310
  {
298
311
  "name": "hb-paginate",
@@ -332,5 +345,5 @@
332
345
  "size": {},
333
346
  "iifePath": "main.iife.js",
334
347
  "repoName": "@htmlbricks/hb-gallery-video",
335
- "version": "0.71.35"
348
+ "version": "0.71.36"
336
349
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-gallery-video",
3
- "version": "0.71.35",
3
+ "version": "0.71.36",
4
4
  "contributors": [],
5
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": [