@htmlbricks/hb-player-live-camera-ptz 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
@@ -571,40 +571,9 @@
571
571
  "styleSetup": {
572
572
  "vars": [
573
573
  {
574
- "name": "--bs-primary",
575
- "valueType": "color",
576
- "theme": "bootstrap",
577
- "defaultValue": "#07689f"
578
- },
579
- {
580
- "name": "--bs-secondary",
581
- "valueType": "color",
582
- "theme": "bootstrap",
583
- "defaultValue": "#c9d6df"
584
- },
585
- {
586
- "name": "--bs-success",
587
- "valueType": "color",
588
- "theme": "bootstrap",
589
- "defaultValue": "#11d3bc"
590
- },
591
- {
592
- "name": "--bs-info",
593
- "valueType": "color",
594
- "theme": "bootstrap",
595
- "defaultValue": "#a2d5f2"
596
- },
597
- {
598
- "name": "--bs-warning",
599
- "valueType": "color",
600
- "theme": "bootstrap",
601
- "defaultValue": "#ffc107"
602
- },
603
- {
604
- "name": "--bs-danger",
605
- "valueType": "color",
606
- "theme": "bootstrap",
607
- "defaultValue": "#f67280"
574
+ "name": "--hb-pad-joystick-size",
575
+ "valueType": "number",
576
+ "defaultValue": ""
608
577
  }
609
578
  ],
610
579
  "parts": []
@@ -729,5 +698,5 @@
729
698
  "size": {},
730
699
  "iifePath": "main.iife.js",
731
700
  "repoName": "@htmlbricks/hb-player-live-camera-ptz",
732
- "version": "0.65.23"
701
+ "version": "0.66.0"
733
702
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-player-live-camera-ptz",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
5
  "description": "Live camera view built on `hb-player-live` with a configurable PTZ panel: D-pad or analog joystick, zoom in/out, go home, click-to-center region on the video, optional grid overlay, fullscreen, mute, and play/pause. Manages camera presets in dialogs with `hb-table` (add, go to, delete). Feature flags live in `configuration`; PTZ and UI state are driven by `is_ptz_connected`, `is_ptz_panel_opened`, and `is_home`. Dispatches movement, preset, and video-init events for the host app to wire to your backend.",
6
6
  "licenses": [