@bitovi/vybit 0.11.0 → 0.11.1

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.
@@ -16,7 +16,7 @@
16
16
  font-size: 12px;
17
17
  }
18
18
  </style>
19
- <script type="module" crossorigin src="/panel/assets/index-aBt_Tt69.js"></script>
19
+ <script type="module" crossorigin src="/panel/assets/index-CGc6ZuTL.js"></script>
20
20
  <link rel="stylesheet" crossorigin href="/panel/assets/index-BdUOBofL.css">
21
21
  </head>
22
22
  <body>
package/shared/types.ts CHANGED
@@ -128,6 +128,8 @@ export interface ElementSelectedMessage {
128
128
  export interface ClearHighlightsMessage {
129
129
  type: 'CLEAR_HIGHLIGHTS';
130
130
  to: 'overlay';
131
+ /** When true, also clears the selected element context (currentTargetEl, currentBoundary, etc). */
132
+ deselect?: boolean;
131
133
  }
132
134
 
133
135
  export interface SwitchContainerMessage {