Skip to content

Commit

Permalink
Release v1.0.5 (#1173)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
  • Loading branch information
bexsoft authored Jan 16, 2025
1 parent 568c4d9 commit e77a910
Show file tree
Hide file tree
Showing 10 changed files with 16,507 additions and 16,559 deletions.
16,280 changes: 8,124 additions & 8,156 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.

3 changes: 3 additions & 0 deletions dist/cjs/types/components/Menu/Common/MenuDivider.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FC } from "react";
declare const MenuDivider: FC;
export default MenuDivider;
1 change: 1 addition & 0 deletions dist/cjs/types/components/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export { default as RadioGroup } from "./RadioGroup/RadioGroup";
export { default as ReadBox } from "./ReadBox/ReadBox";
export { default as CommentBox } from "./CommentBox/CommentBox";
export { default as Menu } from "./Menu/Menu";
export { default as MenuItem } from "./Menu/Vertical/MenuItem";
export { default as ExpandOptionsButton } from "./ExpandOptionsButton/ExpandOptionsButton";
export { default as Tabs } from "./Tabs/Tabs";
export { default as CodeEditor } from "./CodeEditor/CodeEditor";
Expand Down
Loading

0 comments on commit e77a910

Please sign in to comment.