Skip to content

Commit

Permalink
Release v0.11.2 (#564)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Nov 2, 2023
1 parent 29a5156 commit c3e9f11
Show file tree
Hide file tree
Showing 11 changed files with 12,958 additions and 12,808 deletions.
12,283 changes: 6,177 additions & 6,106 deletions dist/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export interface ApplicationLogoProps {
| "cache"
| "monitor"
| "observe"
| "missioncontrol";
| "missioncontrol"
| "globalconsole";
subVariant?: "simple" | "AGPL" | "standard" | "enterprise" | "new";
inverse?: boolean;
onClick?: React.MouseEventHandler<any> | undefined;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { FC, SVGProps } from "react";
import { LogoBaseProps } from "../LogoBase/LogoBase.types";
declare const GlobalConsole: FC<SVGProps<any> & LogoBaseProps>;
export default GlobalConsole;
Loading

0 comments on commit c3e9f11

Please sign in to comment.