@htmlbricks/hb-matrix-video 0.65.23 → 0.66.1
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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +9 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -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": [],
|
|
@@ -1110,5 +1117,5 @@
|
|
|
1110
1117
|
"size": {},
|
|
1111
1118
|
"iifePath": "main.iife.js",
|
|
1112
1119
|
"repoName": "@htmlbricks/hb-matrix-video",
|
|
1113
|
-
"version": "0.
|
|
1120
|
+
"version": "0.66.1"
|
|
1114
1121
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-matrix-video",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.1",
|
|
4
4
|
"contributors": [],
|
|
5
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": [
|