@htmlbricks/hb-editor-video 0.65.23 → 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
@@ -134,40 +134,9 @@
134
134
  "styleSetup": {
135
135
  "vars": [
136
136
  {
137
- "name": "--bs-primary",
137
+ "name": "--hb-slider-background-color",
138
138
  "valueType": "color",
139
- "theme": "bootstrap",
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": []
@@ -208,5 +177,5 @@
208
177
  "size": {},
209
178
  "iifePath": "main.iife.js",
210
179
  "repoName": "@htmlbricks/hb-editor-video",
211
- "version": "0.65.23"
180
+ "version": "0.66.0"
212
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-editor-video",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
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.",
6
6
  "licenses": [