Skip to content

Commit

Permalink
Release v2.4.6 (#994)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Sep 24, 2024
1 parent 56b6269 commit 69fd55d
Show file tree
Hide file tree
Showing 6 changed files with 10,686 additions and 10,610 deletions.
21,282 changes: 10,676 additions & 10,606 deletions dist/esm/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export interface ApplicationLogoProps {
| "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 AIStorHorizontal: FC<SVGProps<any> & LogoBaseProps>;
export default AIStorHorizontal;
3 changes: 2 additions & 1 deletion dist/mds.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,8 @@ interface ApplicationLogoProps {
| "enterprise"
| "new"
| "enterpriseos"
| "enterpriseosvertical";
| "enterpriseosvertical"
| "horizontal";
inverse?: boolean;
onClick?: React__default.MouseEventHandler<any> | undefined;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mds",
"version": "2.4.5",
"version": "2.4.6",
"description": "A MinIO Components Library",
"homepage": ".",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 69fd55d

Please sign in to comment.