@hubspot/ui-extensions 0.8.49 → 0.8.50

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.
@@ -57,6 +57,11 @@ export interface TabProps {
57
57
  * The tooltip text of the tab.
58
58
  */
59
59
  tooltip?: string;
60
+ /**
61
+ * The tab's tooltip placement
62
+ * @defaultValue 'top'
63
+ */
64
+ tooltipPlacement?: 'top' | 'bottom' | 'left' | 'right';
60
65
  }
61
66
  /**
62
67
  * @ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/ui-extensions",
3
- "version": "0.8.49",
3
+ "version": "0.8.50",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -60,5 +60,5 @@
60
60
  "react-reconciler": "^0.29.0",
61
61
  "typescript": "5.0.4"
62
62
  },
63
- "gitHead": "ee36a117079765cfe5c2ed27d1de509fe4e31b80"
63
+ "gitHead": "0274315aed3fa8709f2ba403335e98316ceb7d2a"
64
64
  }