@pixonui/react 0.5.31 → 0.5.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +9 -9
- package/dist/index.d.ts +9 -9
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1947,7 +1947,7 @@ interface MessageBubbleProps {
|
|
|
1947
1947
|
hasAi?: boolean;
|
|
1948
1948
|
isSelected?: boolean;
|
|
1949
1949
|
}
|
|
1950
|
-
declare
|
|
1950
|
+
declare const MessageBubble: React__default.MemoExoticComponent<({ message, isOwn, showAvatar, showStatus, className, onReply, onReact, onDelete, onEdit, onForward, onCopy, onPin, onStar, onSelect, onAction, onTTS, onTranscribe, hasAi, onImageClick, isSelected }: MessageBubbleProps) => react_jsx_runtime.JSX.Element>;
|
|
1951
1951
|
|
|
1952
1952
|
interface ChatInputProps extends Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onSelect' | 'onChange'> {
|
|
1953
1953
|
value?: string;
|
|
@@ -2012,6 +2012,14 @@ interface AudioPlayerProps extends React__default.HTMLAttributes<HTMLDivElement>
|
|
|
2012
2012
|
}
|
|
2013
2013
|
declare function AudioPlayer({ src, duration, isMe, className, ...props }: AudioPlayerProps): react_jsx_runtime.JSX.Element;
|
|
2014
2014
|
|
|
2015
|
+
interface WaveformAudioProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2016
|
+
src: string;
|
|
2017
|
+
duration?: number;
|
|
2018
|
+
isMe?: boolean;
|
|
2019
|
+
bars?: number;
|
|
2020
|
+
}
|
|
2021
|
+
declare function WaveformAudio({ src, duration, isMe, bars, className, ...props }: WaveformAudioProps): react_jsx_runtime.JSX.Element;
|
|
2022
|
+
|
|
2015
2023
|
interface DateSeparatorProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2016
2024
|
date: string;
|
|
2017
2025
|
}
|
|
@@ -2091,14 +2099,6 @@ interface MessageSearchProps extends Omit<React__default.HTMLAttributes<HTMLDivE
|
|
|
2091
2099
|
}
|
|
2092
2100
|
declare function MessageSearch({ onSearch, results, onResultClick, onClose, className, ...props }: MessageSearchProps): react_jsx_runtime.JSX.Element;
|
|
2093
2101
|
|
|
2094
|
-
interface WaveformAudioProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2095
|
-
src: string;
|
|
2096
|
-
duration?: number;
|
|
2097
|
-
isMe?: boolean;
|
|
2098
|
-
bars?: number;
|
|
2099
|
-
}
|
|
2100
|
-
declare function WaveformAudio({ src, duration, isMe, bars, className, ...props }: WaveformAudioProps): react_jsx_runtime.JSX.Element;
|
|
2101
|
-
|
|
2102
2102
|
interface StickyDateHeaderProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2103
2103
|
date: string | Date;
|
|
2104
2104
|
sticky?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1947,7 +1947,7 @@ interface MessageBubbleProps {
|
|
|
1947
1947
|
hasAi?: boolean;
|
|
1948
1948
|
isSelected?: boolean;
|
|
1949
1949
|
}
|
|
1950
|
-
declare
|
|
1950
|
+
declare const MessageBubble: React__default.MemoExoticComponent<({ message, isOwn, showAvatar, showStatus, className, onReply, onReact, onDelete, onEdit, onForward, onCopy, onPin, onStar, onSelect, onAction, onTTS, onTranscribe, hasAi, onImageClick, isSelected }: MessageBubbleProps) => react_jsx_runtime.JSX.Element>;
|
|
1951
1951
|
|
|
1952
1952
|
interface ChatInputProps extends Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onSelect' | 'onChange'> {
|
|
1953
1953
|
value?: string;
|
|
@@ -2012,6 +2012,14 @@ interface AudioPlayerProps extends React__default.HTMLAttributes<HTMLDivElement>
|
|
|
2012
2012
|
}
|
|
2013
2013
|
declare function AudioPlayer({ src, duration, isMe, className, ...props }: AudioPlayerProps): react_jsx_runtime.JSX.Element;
|
|
2014
2014
|
|
|
2015
|
+
interface WaveformAudioProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2016
|
+
src: string;
|
|
2017
|
+
duration?: number;
|
|
2018
|
+
isMe?: boolean;
|
|
2019
|
+
bars?: number;
|
|
2020
|
+
}
|
|
2021
|
+
declare function WaveformAudio({ src, duration, isMe, bars, className, ...props }: WaveformAudioProps): react_jsx_runtime.JSX.Element;
|
|
2022
|
+
|
|
2015
2023
|
interface DateSeparatorProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2016
2024
|
date: string;
|
|
2017
2025
|
}
|
|
@@ -2091,14 +2099,6 @@ interface MessageSearchProps extends Omit<React__default.HTMLAttributes<HTMLDivE
|
|
|
2091
2099
|
}
|
|
2092
2100
|
declare function MessageSearch({ onSearch, results, onResultClick, onClose, className, ...props }: MessageSearchProps): react_jsx_runtime.JSX.Element;
|
|
2093
2101
|
|
|
2094
|
-
interface WaveformAudioProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2095
|
-
src: string;
|
|
2096
|
-
duration?: number;
|
|
2097
|
-
isMe?: boolean;
|
|
2098
|
-
bars?: number;
|
|
2099
|
-
}
|
|
2100
|
-
declare function WaveformAudio({ src, duration, isMe, bars, className, ...props }: WaveformAudioProps): react_jsx_runtime.JSX.Element;
|
|
2101
|
-
|
|
2102
2102
|
interface StickyDateHeaderProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
2103
2103
|
date: string | Date;
|
|
2104
2104
|
sticky?: boolean;
|