@htmlbricks/hb-matrix-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/manifest.json CHANGED
@@ -97,7 +97,7 @@
97
97
  }
98
98
  }
99
99
  },
100
- "description": "",
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.",
101
101
  "storybookArgs": {
102
102
  "items": {
103
103
  "control": {
@@ -112,7 +112,14 @@
112
112
  }
113
113
  },
114
114
  "styleSetup": {
115
- "vars": [],
115
+ "vars": [
116
+ {
117
+ "name": "--bs-gutter-x",
118
+ "valueType": "string",
119
+ "theme": "bootstrap",
120
+ "defaultValue": ""
121
+ }
122
+ ],
116
123
  "parts": []
117
124
  },
118
125
  "contributors": [],
@@ -1101,12 +1108,14 @@
1101
1108
  ],
1102
1109
  "readmePath": "README.md",
1103
1110
  "name": "hb-matrix-video",
1104
- "category": "components",
1111
+ "category": "media",
1105
1112
  "tags": [
1106
- "components"
1113
+ "media",
1114
+ "video",
1115
+ "grid"
1107
1116
  ],
1108
1117
  "size": {},
1109
1118
  "iifePath": "main.iife.js",
1110
1119
  "repoName": "@htmlbricks/hb-matrix-video",
1111
- "version": "0.65.22"
1120
+ "version": "0.66.0"
1112
1121
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-matrix-video",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",