Skip to content

Commit

Permalink
Release v0.6.5 (#387)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft committed Jun 22, 2023
1 parent caccbbd commit adc779d
Show file tree
Hide file tree
Showing 12 changed files with 440 additions and 318 deletions.
267 changes: 154 additions & 113 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.

6 changes: 6 additions & 0 deletions dist/cjs/types/components/Icons/ThumbsDownIcon.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const ThumbsDownIcon: (
props: SVGProps<SVGSVGElement>
) => React.JSX.Element;
export default ThumbsDownIcon;
6 changes: 6 additions & 0 deletions dist/cjs/types/components/Icons/ThumbsUpIcon.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import * as React from "react";
import { SVGProps } from "react";
declare const ThumbsUpIcon: (
props: SVGProps<SVGSVGElement>
) => React.JSX.Element;
export default ThumbsUpIcon;
2 changes: 2 additions & 0 deletions dist/cjs/types/components/Icons/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,5 @@ export { default as AudioIconMute } from "./AudioIconMute";
export { default as ChatIcon } from "./ChatIcon";
export { default as SendMessageIcon } from "./SendMessageIcon";
export { default as CancelledAudioIcon } from "./CancelledAudioIcon";
export { default as ThumbsUpIcon } from "./ThumbsUpIcon";
export { default as ThumbsDownIcon } from "./ThumbsDownIcon";
Loading

0 comments on commit adc779d

Please sign in to comment.