Skip to content

Commit

Permalink
Release v1.0.7 (#1183)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Jan 20, 2025
1 parent c3e70a4 commit 061aa0c
Show file tree
Hide file tree
Showing 14 changed files with 27,729 additions and 27,676 deletions.
27,097 changes: 13,555 additions & 13,542 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 @@ -20,15 +20,17 @@ export interface ApplicationLogoProps {
| "missioncontrol"
| "globalconsole"
| "minio"
| "enterprise";
| "enterprise"
| "aistor";
subVariant?:
| "simple"
| "AGPL"
| "standard"
| "enterprise"
| "new"
| "enterpriseos"
| "enterpriseosvertical";
| "enterpriseosvertical"
| "horizontal";
inverse?: boolean;
onClick?: React.MouseEventHandler<any> | undefined;
}
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 AIStor: FC<SVGProps<any> & LogoBaseProps>;
export default AIStor;
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 AIStorHorizontal: FC<SVGProps<any> & LogoBaseProps>;
export default AIStorHorizontal;
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 AIStorTag: FC<SVGProps<any> & LogoBaseProps>;
export default AIStorTag;
Loading

0 comments on commit 061aa0c

Please sign in to comment.