@htmlbricks/hb-matrix-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/manifest.json CHANGED
@@ -97,7 +97,7 @@
97
97
  }
98
98
  }
99
99
  },
100
- "description": "Responsive video wall: lays out `items` in a Bootstrap row/column grid 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.",
100
+ "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.",
101
101
  "storybookArgs": {
102
102
  "items": {
103
103
  "control": {
@@ -1097,7 +1097,13 @@
1097
1097
  }
1098
1098
  }
1099
1099
  ],
1100
- "iifeIntegrity": "sha384-ukJBzFNEoU4UYOy7Og2gcnZebF/pQeBoHAtPPEpAeAg/N6tj3xFSEnr1AkexGdKF",
1100
+ "iifeIntegrity": "sha384-xVRQ6qWhCXGArVpF7K/9jl6B6RrLtTWRHAPssDz6kXtw+eh4lFnnOZOlUE8Bpm5t",
1101
+ "dependencies": [
1102
+ {
1103
+ "name": "hb-player-live",
1104
+ "dependencies": []
1105
+ }
1106
+ ],
1101
1107
  "screenshots": [],
1102
1108
  "licenses": [
1103
1109
  {
@@ -1118,5 +1124,5 @@
1118
1124
  "size": {},
1119
1125
  "iifePath": "main.iife.js",
1120
1126
  "repoName": "@htmlbricks/hb-matrix-video",
1121
- "version": "0.66.27"
1127
+ "version": "0.67.0"
1122
1128
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-matrix-video",
3
- "version": "0.66.27",
3
+ "version": "0.67.0",
4
4
  "contributors": [],
5
- "description": "Responsive video wall: lays out `items` in a Bootstrap row/column grid 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.",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",