@hubspot/ui-extensions 0.8.13 → 0.8.14
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 +3 -2
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -839,7 +839,7 @@ export interface TileProps {
|
|
|
839
839
|
/**
|
|
840
840
|
* When set to `true`, reduces the default amount of padding around the contents of the Tile.
|
|
841
841
|
*
|
|
842
|
-
* @
|
|
842
|
+
* @defaultValue `false`
|
|
843
843
|
*/
|
|
844
844
|
compact?: boolean;
|
|
845
845
|
/**
|
|
@@ -1318,7 +1318,7 @@ export interface CrmMiddleExtensionPoint extends ExtensionPointContract {
|
|
|
1318
1318
|
CrmDataHighlight: ComponentType<CrmDataHighlightProps>;
|
|
1319
1319
|
CrmReport: ComponentType<CrmReportProps>;
|
|
1320
1320
|
CrmAssociationPivot: ComponentType<CrmAssociationPivotProps>;
|
|
1321
|
-
CrmObjectProperty
|
|
1321
|
+
CrmObjectProperty?: ComponentType<CrmObjectPropertyProps>;
|
|
1322
1322
|
CrmAssociationPropertyList: ComponentType<CrmAssociationPropertyListProps>;
|
|
1323
1323
|
CrmStageTracker: ComponentType<CrmStageTrackerProps>;
|
|
1324
1324
|
CrmStatistics?: ComponentType<CrmStatisticsProps>;
|
|
@@ -1562,6 +1562,7 @@ interface OpenIframeActionPayload {
|
|
|
1562
1562
|
width: number;
|
|
1563
1563
|
associatedObjectProperties?: string[];
|
|
1564
1564
|
title?: string;
|
|
1565
|
+
flush?: boolean;
|
|
1565
1566
|
}
|
|
1566
1567
|
/**
|
|
1567
1568
|
* The props type for {@link !components.LoadingSpinner}.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.14",
|
|
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": "1850d1e7967463bfec84fddaa9d5b167a76b55a7"
|
|
55
55
|
}
|