lucid-extension-sdk 0.0.73 → 0.0.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucid-extension-sdk",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "description": "Utility classes for writing Lucid Software editor extensions",
5
5
  "main": "sdk/index.js",
6
6
  "types": "sdk/index.d.ts",
@@ -877,6 +877,8 @@ export declare type RegisterPanelQuery = {
877
877
  'c': string;
878
878
  /** Icon URL, preferably a base64-encoded URL */
879
879
  'i': string;
880
+ /** tooltip */
881
+ 'to'?: string;
880
882
  };
881
883
  export declare type RegisterPanelResult = undefined;
882
884
  export declare type RegisterUnfurlQuery = {