@hubspot/ui-extensions 0.8.5 → 0.8.6

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -1305,7 +1305,8 @@ export interface CrmSidebarExtensionPoint extends ExtensionPointContract {
1305
1305
  };
1306
1306
  context: CrmContext;
1307
1307
  customComponents: {
1308
- [k: string]: never;
1308
+ CrmActionButton?: ComponentType<CrmActionButtonProps>;
1309
+ CrmActionLink?: ComponentType<CrmActionLinkProps>;
1309
1310
  };
1310
1311
  }
1311
1312
  /** @ignore */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/ui-extensions",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
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": "c9d6a64b37208e4387fa09655c3ada9733dd8602"
54
+ "gitHead": "621bee406c8dfa9ca133f1d76f4bde725a2b9f43"
55
55
  }