@htmlbricks/hb-editor-video 0.71.34 → 0.71.36

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
@@ -136,7 +136,26 @@
136
136
  {
137
137
  "name": "--hb-slider-background-color",
138
138
  "valueType": "color",
139
- "defaultValue": ""
139
+ "defaultValue": "",
140
+ "description": "Range track / thumb accent for `hb-range-slider` (the component sets it from `--bulma-primary` by default; override on `hb-editor-video` to retint the trim bar)."
141
+ },
142
+ {
143
+ "name": "--bulma-primary",
144
+ "valueType": "color",
145
+ "defaultValue": "#00d1b2",
146
+ "description": "Primary button and default slider accent when mapped in markup."
147
+ },
148
+ {
149
+ "name": "--bulma-control-height",
150
+ "valueType": "number",
151
+ "defaultValue": "",
152
+ "description": "Line box for the duration row and width of small time inputs."
153
+ },
154
+ {
155
+ "name": "--bulma-link",
156
+ "valueType": "color",
157
+ "defaultValue": "#485fc7",
158
+ "description": "Link-styled controls where Bulma `link` tokens apply."
140
159
  }
141
160
  ],
142
161
  "parts": []
@@ -193,7 +212,7 @@
193
212
  }
194
213
  }
195
214
  ],
196
- "iifeIntegrity": "sha384-HOOvZbwI6kYJ+gmmGpwvjJuWyMmdsGQUwboj7l9AJq/6sxTj4j1UIzILfwsUqz88",
215
+ "iifeIntegrity": "sha384-DzTE3wHC4G33KAdgEJ6pl/kRkb5hI4nYUtFB/54Qm0p4+F5PIk/Rbv8PVOSeyU8t",
197
216
  "dependencies": [
198
217
  {
199
218
  "name": "hb-range-slider",
@@ -347,5 +366,5 @@
347
366
  "size": {},
348
367
  "iifePath": "main.iife.js",
349
368
  "repoName": "@htmlbricks/hb-editor-video",
350
- "version": "0.71.34"
369
+ "version": "0.71.36"
351
370
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-editor-video",
3
- "version": "0.71.34",
3
+ "version": "0.71.36",
4
4
  "contributors": [],
5
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. Bulma `card`, `image is-16by9`, `button`, and `input` for chrome (Bootstrap Icons for play/pause).",
6
6
  "licenses": [