@htmlbricks/hb-matrix-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
@@ -114,10 +114,22 @@
114
114
  "styleSetup": {
115
115
  "vars": [
116
116
  {
117
- "name": "--bs-gutter-x",
117
+ "name": "--bulma-column-gap",
118
118
  "valueType": "string",
119
- "theme": "bootstrap",
120
- "defaultValue": ""
119
+ "defaultValue": "0.75rem",
120
+ "description": "Horizontal gap between gapless column cells (Bulma columns)."
121
+ },
122
+ {
123
+ "name": "--bulma-scheme-invert",
124
+ "valueType": "color",
125
+ "defaultValue": "#000000",
126
+ "description": "Default full-bleed background behind tiles (`--hb-matrix-video-bg` fallback)."
127
+ },
128
+ {
129
+ "name": "--hb-matrix-video-bg",
130
+ "valueType": "color",
131
+ "defaultValue": "",
132
+ "description": "Host background behind the video grid (defaults to `--bulma-scheme-invert`)."
121
133
  }
122
134
  ],
123
135
  "parts": []
@@ -1097,7 +1109,7 @@
1097
1109
  }
1098
1110
  }
1099
1111
  ],
1100
- "iifeIntegrity": "sha384-0RCfoheLAcYghuYPAaI87l0Obh19p03Fol+F9Bw3poZBBCvR8oaDsd7NbjTeHI8V",
1112
+ "iifeIntegrity": "sha384-p3/AHC6po3W900aVlLH4QxhojIQdsKnSy755A3yJP1H8rDzt/6D+kTef6/G7gRgl",
1101
1113
  "dependencies": [
1102
1114
  {
1103
1115
  "name": "hb-player-live",
@@ -1124,5 +1136,5 @@
1124
1136
  "size": {},
1125
1137
  "iifePath": "main.iife.js",
1126
1138
  "repoName": "@htmlbricks/hb-matrix-video",
1127
- "version": "0.71.35"
1139
+ "version": "0.71.36"
1128
1140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-matrix-video",
3
- "version": "0.71.35",
3
+ "version": "0.71.36",
4
4
  "contributors": [],
5
5
  "description": "Responsive video wall: lays out `items` in Bulma `columns` / `column` rows (gapless) sized from the viewport (16:9-friendly). Each cell can be an iframe, plain MP4 `<video>`, `hb-player-live` (WHEP), or `hb-player-live-camera-ptz`. Tracks hover selection and emits `hoverItem` and `clickItem` with the focused tile id.",
6
6
  "licenses": [