@htmlbricks/hb-editor-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/main.iife.js +6 -6
- package/main.iife.js.map +1 -1
- package/manifest.json +7 -36
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"description": "",
|
|
110
|
+
"description": "Video trimmer UI: plays `src` with an `hb-range-slider` synced to the playhead and in/out bounds (`track` min/max seconds). Numeric time fields, cue-to-current-time buttons, and optional `hb-form` gate final submission. Emits `changeTrackValues`, `dispatchTrack` when no form is used, and form-driven submit when metadata is valid.",
|
|
111
111
|
"storybookArgs": {
|
|
112
112
|
"src": {
|
|
113
113
|
"control": {
|
|
@@ -134,40 +134,9 @@
|
|
|
134
134
|
"styleSetup": {
|
|
135
135
|
"vars": [
|
|
136
136
|
{
|
|
137
|
-
"name": "--
|
|
137
|
+
"name": "--hb-slider-background-color",
|
|
138
138
|
"valueType": "color",
|
|
139
|
-
"
|
|
140
|
-
"defaultValue": "#07689f"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "--bs-secondary",
|
|
144
|
-
"valueType": "color",
|
|
145
|
-
"theme": "bootstrap",
|
|
146
|
-
"defaultValue": "#c9d6df"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "--bs-success",
|
|
150
|
-
"valueType": "color",
|
|
151
|
-
"theme": "bootstrap",
|
|
152
|
-
"defaultValue": "#11d3bc"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "--bs-info",
|
|
156
|
-
"valueType": "color",
|
|
157
|
-
"theme": "bootstrap",
|
|
158
|
-
"defaultValue": "#a2d5f2"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "--bs-warning",
|
|
162
|
-
"valueType": "color",
|
|
163
|
-
"theme": "bootstrap",
|
|
164
|
-
"defaultValue": "#ffc107"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "--bs-danger",
|
|
168
|
-
"valueType": "color",
|
|
169
|
-
"theme": "bootstrap",
|
|
170
|
-
"defaultValue": "#f67280"
|
|
139
|
+
"defaultValue": ""
|
|
171
140
|
}
|
|
172
141
|
],
|
|
173
142
|
"parts": []
|
|
@@ -199,12 +168,14 @@
|
|
|
199
168
|
],
|
|
200
169
|
"readmePath": "README.md",
|
|
201
170
|
"name": "hb-editor-video",
|
|
202
|
-
"category": "
|
|
171
|
+
"category": "media",
|
|
203
172
|
"tags": [
|
|
173
|
+
"media",
|
|
174
|
+
"video",
|
|
204
175
|
"editor"
|
|
205
176
|
],
|
|
206
177
|
"size": {},
|
|
207
178
|
"iifePath": "main.iife.js",
|
|
208
179
|
"repoName": "@htmlbricks/hb-editor-video",
|
|
209
|
-
"version": "0.
|
|
180
|
+
"version": "0.66.0"
|
|
210
181
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-editor-video",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Video trimmer UI: plays `src` with an `hb-range-slider` synced to the playhead and in/out bounds (`track` min/max seconds). Numeric time fields, cue-to-current-time buttons, and optional `hb-form` gate final submission. Emits `changeTrackValues`, `dispatchTrack` when no form is used, and form-driven submit when metadata is valid.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|