@htmlbricks/hb-modal-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/README.md +120 -11
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +11 -4
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -89,14 +89,21 @@
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"styleSetup": {
|
|
92
|
-
"vars": [
|
|
92
|
+
"vars": [
|
|
93
|
+
{
|
|
94
|
+
"name": "--bulma-scheme-invert",
|
|
95
|
+
"valueType": "color",
|
|
96
|
+
"defaultValue": "#000000",
|
|
97
|
+
"description": "Backdrop fill behind HTML5 video inside the dialog."
|
|
98
|
+
}
|
|
99
|
+
],
|
|
93
100
|
"parts": []
|
|
94
101
|
},
|
|
95
102
|
"contributors": [],
|
|
96
103
|
"htmlSlots": [
|
|
97
104
|
{
|
|
98
105
|
"name": "title",
|
|
99
|
-
"description": ""
|
|
106
|
+
"description": "Optional heading row above the player (dialog title area)."
|
|
100
107
|
}
|
|
101
108
|
],
|
|
102
109
|
"i18n": [],
|
|
@@ -133,7 +140,7 @@
|
|
|
133
140
|
}
|
|
134
141
|
}
|
|
135
142
|
],
|
|
136
|
-
"iifeIntegrity": "sha384-
|
|
143
|
+
"iifeIntegrity": "sha384-ELkPn0Zq25Ylc6RjsEoTRJq7IEB6YsZqnINcx5FVvfqnyhnpY0bjh11jJ67AtFUU",
|
|
137
144
|
"dependencies": [
|
|
138
145
|
{
|
|
139
146
|
"name": "hb-dialog",
|
|
@@ -160,5 +167,5 @@
|
|
|
160
167
|
"size": {},
|
|
161
168
|
"iifePath": "main.iife.js",
|
|
162
169
|
"repoName": "@htmlbricks/hb-modal-video",
|
|
163
|
-
"version": "0.71.
|
|
170
|
+
"version": "0.71.37"
|
|
164
171
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-modal-video",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.37",
|
|
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": [
|