@hubspot/ui-extensions 0.8.46 → 0.8.47
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/experimental/types.d.ts +0 -4
- package/dist/types.d.ts +1 -0
- package/package.json +2 -2
|
@@ -27,10 +27,6 @@ export interface TabsProps {
|
|
|
27
27
|
* @defaultValue 'default'
|
|
28
28
|
*/
|
|
29
29
|
variant?: 'default' | 'enclosed' | 'enclosed-shaded';
|
|
30
|
-
/**
|
|
31
|
-
* Whether to show a border around the tab (only applies to 'default' variant).
|
|
32
|
-
*/
|
|
33
|
-
bordered?: boolean;
|
|
34
30
|
/**
|
|
35
31
|
* Whether the tab should fill available space.
|
|
36
32
|
*/
|
package/dist/types.d.ts
CHANGED
|
@@ -1955,6 +1955,7 @@ export interface CrmActionButtonProps extends BaseActionComponent {
|
|
|
1955
1955
|
variant?: 'primary' | 'secondary' | 'destructive';
|
|
1956
1956
|
type?: 'button' | 'reset' | 'submit';
|
|
1957
1957
|
size?: TShirtSizes['xs'] | TShirtSizes['sm'] | TShirtSizes['md'];
|
|
1958
|
+
onClick?: () => void;
|
|
1958
1959
|
}
|
|
1959
1960
|
/** @ignore */
|
|
1960
1961
|
export interface CrmActionLinkProps extends BaseActionComponent {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.47",
|
|
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": "
|
|
63
|
+
"gitHead": "6aa0e60d7241a0218512617a5126df688f8fb894"
|
|
64
64
|
}
|