@htmlbricks/hb-matrix-video 0.71.35 → 0.71.37

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,11 +1109,15 @@
1097
1109
  }
1098
1110
  }
1099
1111
  ],
1100
- "iifeIntegrity": "sha384-0RCfoheLAcYghuYPAaI87l0Obh19p03Fol+F9Bw3poZBBCvR8oaDsd7NbjTeHI8V",
1112
+ "iifeIntegrity": "sha384-8dWFQd/5ohbBtVSvXsSe0MYnlKCWPXOQvxYell6GA4sKBJczhtu+lV6QCBqPL2ON",
1101
1113
  "dependencies": [
1102
1114
  {
1103
1115
  "name": "hb-player-live",
1104
1116
  "dependencies": []
1117
+ },
1118
+ {
1119
+ "name": "hb-player-live-camera-ptz",
1120
+ "dependencies": []
1105
1121
  }
1106
1122
  ],
1107
1123
  "screenshots": [],
@@ -1124,5 +1140,5 @@
1124
1140
  "size": {},
1125
1141
  "iifePath": "main.iife.js",
1126
1142
  "repoName": "@htmlbricks/hb-matrix-video",
1127
- "version": "0.71.35"
1143
+ "version": "0.71.37"
1128
1144
  }
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.37",
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": [