@hubspot/ui-extensions 0.8.11 → 0.8.12
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 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1345,6 +1345,7 @@ export interface CrmDataHighlightProps {
|
|
|
1345
1345
|
/** @ignore */
|
|
1346
1346
|
export interface CrmReportProps {
|
|
1347
1347
|
reportId: string;
|
|
1348
|
+
use?: 'associations' | 'subject' | 'unfiltered';
|
|
1348
1349
|
}
|
|
1349
1350
|
/** @ignore */
|
|
1350
1351
|
export interface CrmPropertyListProps {
|
|
@@ -1476,6 +1477,7 @@ interface BaseActionComponent {
|
|
|
1476
1477
|
export interface CrmActionButtonProps extends BaseActionComponent {
|
|
1477
1478
|
variant?: 'primary' | 'secondary' | 'destructive';
|
|
1478
1479
|
type?: 'button' | 'reset' | 'submit';
|
|
1480
|
+
size?: TShirtSizes['xs'] | TShirtSizes['sm'] | TShirtSizes['md'];
|
|
1479
1481
|
}
|
|
1480
1482
|
/** @ignore */
|
|
1481
1483
|
export interface CrmActionLinkProps extends BaseActionComponent {
|
|
@@ -1552,6 +1554,7 @@ interface OpenIframeActionPayload {
|
|
|
1552
1554
|
height: number;
|
|
1553
1555
|
width: number;
|
|
1554
1556
|
associatedObjectProperties?: string[];
|
|
1557
|
+
title?: string;
|
|
1555
1558
|
}
|
|
1556
1559
|
/**
|
|
1557
1560
|
* 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.12",
|
|
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": "de63cea5e941c10de794210c1a095ae2468d6a9d"
|
|
55
55
|
}
|