@htmlbricks/hb-modal-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
@@ -65,7 +65,7 @@
65
65
  }
66
66
  }
67
67
  },
68
- "description": "",
68
+ "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.",
69
69
  "storybookArgs": {
70
70
  "uri": {
71
71
  "control": {
@@ -89,44 +89,7 @@
89
89
  }
90
90
  },
91
91
  "styleSetup": {
92
- "vars": [
93
- {
94
- "name": "--bs-primary",
95
- "valueType": "color",
96
- "theme": "bootstrap",
97
- "defaultValue": "#07689f"
98
- },
99
- {
100
- "name": "--bs-secondary",
101
- "valueType": "color",
102
- "theme": "bootstrap",
103
- "defaultValue": "#c9d6df"
104
- },
105
- {
106
- "name": "--bs-success",
107
- "valueType": "color",
108
- "theme": "bootstrap",
109
- "defaultValue": "#11d3bc"
110
- },
111
- {
112
- "name": "--bs-info",
113
- "valueType": "color",
114
- "theme": "bootstrap",
115
- "defaultValue": "#a2d5f2"
116
- },
117
- {
118
- "name": "--bs-warning",
119
- "valueType": "color",
120
- "theme": "bootstrap",
121
- "defaultValue": "#ffc107"
122
- },
123
- {
124
- "name": "--bs-danger",
125
- "valueType": "color",
126
- "theme": "bootstrap",
127
- "defaultValue": "#f67280"
128
- }
129
- ],
92
+ "vars": [],
130
93
  "parts": []
131
94
  },
132
95
  "contributors": [],
@@ -156,12 +119,14 @@
156
119
  ],
157
120
  "readmePath": "README.md",
158
121
  "name": "hb-modal-video",
159
- "category": "basic",
122
+ "category": "media",
160
123
  "tags": [
161
- "basic"
124
+ "media",
125
+ "video",
126
+ "overlays"
162
127
  ],
163
128
  "size": {},
164
129
  "iifePath": "main.iife.js",
165
130
  "repoName": "@htmlbricks/hb-modal-video",
166
- "version": "0.65.22"
131
+ "version": "0.66.0"
167
132
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-modal-video",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",