@up42/up-components 5.5.1 → 5.5.3

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.
@@ -13,6 +13,7 @@ export type MenuAction = {
13
13
  label: string;
14
14
  onClick: (event: React.MouseEvent<HTMLLIElement>) => void;
15
15
  sx?: SxProps;
16
+ isExternal?: boolean;
16
17
  };
17
18
  export type FeatureCardHeaderActionsProps = {
18
19
  iconActions?: IconAction[];
package/dist/index.d.ts CHANGED
@@ -5422,6 +5422,7 @@ type MenuAction = {
5422
5422
  label: string;
5423
5423
  onClick: (event: React__default.MouseEvent<HTMLLIElement>) => void;
5424
5424
  sx?: SxProps;
5425
+ isExternal?: boolean;
5425
5426
  };
5426
5427
  type FeatureCardHeaderActionsProps = {
5427
5428
  iconActions?: IconAction[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up42/up-components",
3
- "version": "5.5.1",
3
+ "version": "5.5.3",
4
4
  "description": "UP42 Component Library",
5
5
  "author": "Axel Fuhrmann axel.fuhrmann@up42.com",
6
6
  "license": "ISC",