@hubspot/ui-extensions 0.8.18 → 0.8.20
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/dist/types.d.ts +1 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1356,7 +1356,7 @@ export type ReloadPageAction = () => void;
|
|
|
1356
1356
|
/** @ignore */
|
|
1357
1357
|
export type FetchCrmObjectPropertiesAction = (properties: string[] | '*') => Promise<Record<string, string>>;
|
|
1358
1358
|
/** @ignore */
|
|
1359
|
-
export type OpenIframeModalAction = (action: OpenIframeActionPayload) => void;
|
|
1359
|
+
export type OpenIframeModalAction = (action: OpenIframeActionPayload, onClose?: () => void) => void;
|
|
1360
1360
|
/** @ignore */
|
|
1361
1361
|
export type refreshObjectPropertiesAction = () => void;
|
|
1362
1362
|
/** @ignore */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"typescript": "5.0.4"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "6aee5b2b08bb56a07bbafbcaafe455f491d47233"
|
|
55
55
|
}
|