@htmlbricks/hb-modal-video 0.68.1 → 0.68.3

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
@@ -106,9 +106,34 @@
106
106
  "data": {
107
107
  "uri": "https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4"
108
108
  }
109
+ },
110
+ {
111
+ "name": "youtube",
112
+ "description": "YouTube embed via provider flag and watch URL.",
113
+ "data": {
114
+ "uri": "https://www.youtube.com/embed/tgbNymZ7vqY",
115
+ "provider": "youtube",
116
+ "title": "Sample YouTube clip"
117
+ }
118
+ },
119
+ {
120
+ "name": "withTitle",
121
+ "description": "HTML5 video with a dialog title for context.",
122
+ "data": {
123
+ "uri": "https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4",
124
+ "title": "Flower sample (MDN)"
125
+ }
126
+ },
127
+ {
128
+ "name": "withItemId",
129
+ "description": "Optional item identifier for analytics or host routing.",
130
+ "data": {
131
+ "uri": "https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4",
132
+ "item": "demo-flower-001"
133
+ }
109
134
  }
110
135
  ],
111
- "iifeIntegrity": "sha384-AZs3uCwVAbxq3zVbsly6PXos/aDXO72hzXDBbMu5Zzt5VYRs1i2nNi3NSgPc0Zut",
136
+ "iifeIntegrity": "sha384-M5eNM8B8Qis7+xCyFM0EJEv9S7FnMY6js6b8yv+TVVGEPZ+n9q1TaCMcavIum4U2",
112
137
  "dependencies": [
113
138
  {
114
139
  "name": "hb-dialog",
@@ -135,5 +160,5 @@
135
160
  "size": {},
136
161
  "iifePath": "main.iife.js",
137
162
  "repoName": "@htmlbricks/hb-modal-video",
138
- "version": "0.68.1"
163
+ "version": "0.68.3"
139
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-modal-video",
3
- "version": "0.68.1",
3
+ "version": "0.68.3",
4
4
  "contributors": [],
5
5
  "description": "Video modal built on hb-dialog: when uri is set the dialog opens with either a YouTube iframe (provider youtube) or an HTML5 video element, optional title slot, and videoModalEvent when visibility changes.",
6
6
  "licenses": [