stream-chat-react-native-core 6.4.0-beta.1 → 6.4.0-beta.3
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/lib/commonjs/components/Attachment/AudioAttachment.js +255 -216
- package/lib/commonjs/components/Attachment/AudioAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js +11 -11
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/commonjs/components/Attachment/Gallery.js +9 -0
- package/lib/commonjs/components/Attachment/Gallery.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js +2 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +24 -13
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js +35 -23
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/ProgressControl.js +57 -54
- package/lib/commonjs/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js +52 -52
- package/lib/commonjs/components/ProgressControl/WaveProgressBar.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +1 -0
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/hooks/useAudioPlayer.js +158 -0
- package/lib/commonjs/hooks/useAudioPlayer.js.map +1 -0
- package/lib/commonjs/icons/{Archieve.js → Archive.js} +5 -5
- package/lib/commonjs/icons/Archive.js.map +1 -0
- package/lib/commonjs/icons/Pause.js +2 -2
- package/lib/commonjs/icons/Pause.js.map +1 -1
- package/lib/commonjs/icons/Play.js +2 -2
- package/lib/commonjs/icons/Play.js.map +1 -1
- package/lib/commonjs/icons/index.js +4 -4
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/native.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Attachment/AudioAttachment.js +255 -216
- package/lib/module/components/Attachment/AudioAttachment.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachmentGroup.js +11 -11
- package/lib/module/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/module/components/Attachment/Gallery.js +9 -0
- package/lib/module/components/Attachment/Gallery.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js +2 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +24 -13
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/MessageInput/FileUploadPreview.js +35 -23
- package/lib/module/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/module/components/ProgressControl/ProgressControl.js +57 -54
- package/lib/module/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/module/components/ProgressControl/WaveProgressBar.js +52 -52
- package/lib/module/components/ProgressControl/WaveProgressBar.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +1 -0
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/hooks/useAudioPlayer.js +158 -0
- package/lib/module/hooks/useAudioPlayer.js.map +1 -0
- package/lib/module/icons/{Archieve.js → Archive.js} +5 -5
- package/lib/module/icons/Archive.js.map +1 -0
- package/lib/module/icons/Pause.js +2 -2
- package/lib/module/icons/Pause.js.map +1 -1
- package/lib/module/icons/Play.js +2 -2
- package/lib/module/icons/Play.js.map +1 -1
- package/lib/module/icons/index.js +4 -4
- package/lib/module/icons/index.js.map +1 -1
- package/lib/module/native.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts +2 -2
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/FileAttachmentGroup.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/Gallery.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMessenger.d.ts.map +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryVideoControl.d.ts.map +1 -1
- package/lib/typescript/components/Message/Message.d.ts +22 -11
- package/lib/typescript/components/Message/Message.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts.map +1 -1
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts +35 -2
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts.map +1 -1
- package/lib/typescript/components/ProgressControl/WaveProgressBar.d.ts +27 -0
- package/lib/typescript/components/ProgressControl/WaveProgressBar.d.ts.map +1 -1
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +1 -0
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -1
- package/lib/typescript/hooks/useAudioPlayer.d.ts +16 -0
- package/lib/typescript/hooks/useAudioPlayer.d.ts.map +1 -0
- package/lib/typescript/icons/Archive.d.ts +4 -0
- package/lib/typescript/icons/Archive.d.ts.map +1 -0
- package/lib/typescript/icons/Pause.d.ts.map +1 -1
- package/lib/typescript/icons/index.d.ts +1 -1
- package/lib/typescript/icons/index.d.ts.map +1 -1
- package/lib/typescript/native.d.ts +10 -3
- package/lib/typescript/native.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/Attachment/AudioAttachment.tsx +173 -137
- package/src/components/Attachment/FileAttachmentGroup.tsx +9 -16
- package/src/components/Attachment/Gallery.tsx +3 -0
- package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx +2 -1
- package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +23 -13
- package/src/components/Message/Message.tsx +26 -4
- package/src/components/MessageInput/FileUploadPreview.tsx +29 -28
- package/src/components/ProgressControl/ProgressControl.tsx +115 -92
- package/src/components/ProgressControl/WaveProgressBar.tsx +96 -59
- package/src/contexts/themeContext/utils/theme.ts +2 -0
- package/src/hooks/useAudioPlayer.ts +59 -0
- package/src/icons/{Archieve.tsx → Archive.tsx} +1 -1
- package/src/icons/Pause.tsx +2 -5
- package/src/icons/Play.tsx +2 -2
- package/src/icons/index.ts +1 -1
- package/src/native.ts +11 -3
- package/src/version.json +1 -1
- package/lib/commonjs/icons/Archieve.js.map +0 -1
- package/lib/module/icons/Archieve.js.map +0 -1
- package/lib/typescript/icons/Archieve.d.ts +0 -4
- package/lib/typescript/icons/Archieve.d.ts.map +0 -1
|
@@ -236,6 +236,7 @@ export type Theme = {
|
|
|
236
236
|
};
|
|
237
237
|
videoControl: {
|
|
238
238
|
durationTextStyle: TextStyle;
|
|
239
|
+
progressDurationText: TextStyle;
|
|
239
240
|
roundedView: ViewStyle;
|
|
240
241
|
videoContainer: ViewStyle;
|
|
241
242
|
};
|
|
@@ -1007,6 +1008,7 @@ export const defaultTheme: Theme = {
|
|
|
1007
1008
|
},
|
|
1008
1009
|
videoControl: {
|
|
1009
1010
|
durationTextStyle: {},
|
|
1011
|
+
progressDurationText: {},
|
|
1010
1012
|
roundedView: {},
|
|
1011
1013
|
videoContainer: {},
|
|
1012
1014
|
},
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { SDK, SoundReturnType } from '../native';
|
|
2
|
+
|
|
3
|
+
export type UseSoundPlayerProps = {
|
|
4
|
+
soundRef: React.MutableRefObject<SoundReturnType | null>;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* This hook is used to play, pause, seek and change audio speed.
|
|
9
|
+
* It handles both Expo CLI and Native CLI.
|
|
10
|
+
*/
|
|
11
|
+
export const useAudioPlayer = (props: UseSoundPlayerProps) => {
|
|
12
|
+
const { soundRef } = props;
|
|
13
|
+
|
|
14
|
+
const isExpoCLI = SDK === 'stream-chat-expo';
|
|
15
|
+
|
|
16
|
+
const playAudio = async () => {
|
|
17
|
+
if (isExpoCLI) {
|
|
18
|
+
if (soundRef.current?.playAsync) await soundRef.current.playAsync();
|
|
19
|
+
} else {
|
|
20
|
+
if (soundRef.current?.resume) soundRef.current.resume();
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
const pauseAudio = async () => {
|
|
25
|
+
if (isExpoCLI) {
|
|
26
|
+
if (soundRef.current?.pauseAsync) await soundRef.current.pauseAsync();
|
|
27
|
+
} else {
|
|
28
|
+
if (soundRef.current?.pause) soundRef.current.pause();
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
const seekAudio = async (currentTime: number) => {
|
|
33
|
+
if (isExpoCLI) {
|
|
34
|
+
if (currentTime === 0) {
|
|
35
|
+
// If currentTime is 0, we should replay the video from 0th position.
|
|
36
|
+
if (soundRef.current?.replayAsync) {
|
|
37
|
+
await soundRef.current.replayAsync({
|
|
38
|
+
positionMillis: 0,
|
|
39
|
+
shouldPlay: false,
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
} else {
|
|
43
|
+
if (soundRef.current?.setPositionAsync) {
|
|
44
|
+
await soundRef.current.setPositionAsync(currentTime * 1000);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
if (soundRef.current?.seek) soundRef.current.seek(currentTime);
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const changeAudioSpeed = async (speed: number) => {
|
|
53
|
+
// Handled through prop `rate` in `Sound.Player`
|
|
54
|
+
if (!isExpoCLI) return;
|
|
55
|
+
if (soundRef.current?.setRateAsync) await soundRef.current.setRateAsync(speed);
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
return { changeAudioSpeed, pauseAudio, playAudio, seekAudio };
|
|
59
|
+
};
|
|
@@ -3,7 +3,7 @@ import Svg, { Path } from 'react-native-svg';
|
|
|
3
3
|
|
|
4
4
|
import { IconProps } from './utils/base';
|
|
5
5
|
|
|
6
|
-
export const
|
|
6
|
+
export const Archive: React.FC<IconProps> = ({ height = 512, width = 512, ...rest }) => (
|
|
7
7
|
<Svg height={height} viewBox={'0 0 512 512'} width={width} {...rest}>
|
|
8
8
|
<Path d='M32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64C0 46.3 14.3 32 32 32zm0 128l448 0 0 256c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-256zm128 80c0 8.8 7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0c-8.8 0-16 7.2-16 16z' />
|
|
9
9
|
</Svg>
|
package/src/icons/Pause.tsx
CHANGED
|
@@ -6,10 +6,7 @@ import { IconProps } from './utils/base';
|
|
|
6
6
|
type Props = IconProps;
|
|
7
7
|
|
|
8
8
|
export const Pause = ({ height, width, ...rest }: Props) => (
|
|
9
|
-
<Svg height={height} viewBox={`0 0
|
|
10
|
-
<Path
|
|
11
|
-
d='M8 25.3333H13.3333V6.66663H8V25.3333ZM18.6667 6.66663V25.3333H24V6.66663H18.6667Z'
|
|
12
|
-
{...rest}
|
|
13
|
-
/>
|
|
9
|
+
<Svg height={height} viewBox={`0 0 24 24`} width={width} {...rest}>
|
|
10
|
+
<Path d='M6 19H10V5H6V19ZM14 5V19H18V5H14Z' {...rest} />
|
|
14
11
|
</Svg>
|
|
15
12
|
);
|
package/src/icons/Play.tsx
CHANGED
|
@@ -7,7 +7,7 @@ import { IconProps } from './utils/base';
|
|
|
7
7
|
type Props = IconProps;
|
|
8
8
|
|
|
9
9
|
export const Play = ({ height, width, ...rest }: Props) => (
|
|
10
|
-
<Svg height={height} viewBox={`0 0
|
|
11
|
-
<Path d='
|
|
10
|
+
<Svg height={height} viewBox={`0 0 24 24`} width={width} {...rest}>
|
|
11
|
+
<Path d='M6.5 5V19L17.5 12L6.5 5Z' {...rest} />
|
|
12
12
|
</Svg>
|
|
13
13
|
);
|
package/src/icons/index.ts
CHANGED
package/src/native.ts
CHANGED
|
@@ -114,6 +114,7 @@ export type PlaybackStatus = {
|
|
|
114
114
|
isLooping: boolean;
|
|
115
115
|
isMuted: boolean;
|
|
116
116
|
isPlaying: boolean;
|
|
117
|
+
isSeeking: boolean;
|
|
117
118
|
positionMillis: number;
|
|
118
119
|
shouldPlay: boolean;
|
|
119
120
|
};
|
|
@@ -141,7 +142,6 @@ export type SoundOptions = {
|
|
|
141
142
|
};
|
|
142
143
|
|
|
143
144
|
export type SoundReturnType = {
|
|
144
|
-
paused: boolean;
|
|
145
145
|
testID: string;
|
|
146
146
|
getDuration?: () => number;
|
|
147
147
|
isPlaying?: () => boolean;
|
|
@@ -149,18 +149,21 @@ export type SoundReturnType = {
|
|
|
149
149
|
onEnd?: () => void;
|
|
150
150
|
onLoad?: (payload: VideoPayloadData) => void;
|
|
151
151
|
onLoadStart?: () => void;
|
|
152
|
+
onPlaybackStateChanged?: (playbackState: PlaybackStatus) => void;
|
|
152
153
|
onPlaybackStatusUpdate?: (playbackStatus: PlaybackStatus) => void;
|
|
153
154
|
onProgress?: (data: VideoProgressData) => void;
|
|
154
155
|
onReadyForDisplay?: () => void;
|
|
156
|
+
onSeek?: (seekResponse: VideoSeekResponse) => void;
|
|
155
157
|
pause?: () => void;
|
|
156
158
|
pauseAsync?: () => void;
|
|
159
|
+
paused?: boolean;
|
|
157
160
|
play?: () => void;
|
|
158
161
|
playAsync?: () => void;
|
|
159
162
|
rate?: number;
|
|
160
|
-
replayAsync?: () => void;
|
|
163
|
+
replayAsync?: (status: Partial<AVPlaybackStatusToSet>) => void;
|
|
161
164
|
resizeMode?: string;
|
|
162
165
|
resume?: () => void;
|
|
163
|
-
seek?: (progress: number) => void;
|
|
166
|
+
seek?: (progress: number, tolerance?: number) => void;
|
|
164
167
|
setPositionAsync?: (millis: number) => void;
|
|
165
168
|
setProgressUpdateIntervalAsync?: (progressUpdateIntervalMillis: number) => void;
|
|
166
169
|
setRateAsync?: (rate: number) => void;
|
|
@@ -241,6 +244,11 @@ export let Audio: AudioType | undefined;
|
|
|
241
244
|
|
|
242
245
|
export let Sound: SoundType;
|
|
243
246
|
|
|
247
|
+
export type VideoSeekResponse = {
|
|
248
|
+
currentTime: number;
|
|
249
|
+
seekTime: number;
|
|
250
|
+
};
|
|
251
|
+
|
|
244
252
|
export type VideoProgressData = {
|
|
245
253
|
currentTime: number;
|
|
246
254
|
seekableDuration: number;
|
package/src/version.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_excluded","_this","_jsxFileName","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Archieve","_ref","_ref$height","height","_ref$width","width","rest","_objectWithoutProperties2","jsx","assign","viewBox","children","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/Archieve.tsx"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA6C,IAAAG,WAAA,GAAAH,OAAA;AAAA,IAAAI,SAAA;AAAA,IAAAC,KAAA;EAAAC,YAAA;AAAA,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,yBAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAN,wBAAAM,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,gBAAAK,OAAA,CAAAL,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,cAAAR,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAItC,IAAMW,QAA6B,GAAG,SAAhCA,QAA6BA,CAAAC,IAAA;EAAA,IAAAC,WAAA,GAAAD,IAAA,CAAME,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAG,GAAG,GAAAA,WAAA;IAAAE,UAAA,GAAAH,IAAA,CAAEI,KAAK;IAALA,KAAK,GAAAD,UAAA,cAAG,GAAG,GAAAA,UAAA;IAAKE,IAAI,OAAAC,yBAAA,aAAAN,IAAA,EAAAxB,SAAA;EAAA,OAChF,IAAAD,WAAA,CAAAgC,GAAA,EAAClC,eAAA,WAAG,EAAAkB,MAAA,CAAAiB,MAAA;IAACN,MAAM,EAAEA,MAAO;IAACO,OAAO,EAAE,aAAc;IAACL,KAAK,EAAEA;EAAM,GAAKC,IAAI;IAAAK,QAAA,EACjE,IAAAnC,WAAA,CAAAgC,GAAA,EAAClC,eAAA,CAAAsC,IAAI;MAACC,CAAC,EAAC;IAA6R,CAAE;EAAC,EACrS,CAAC;AAAA,CACP;AAACC,OAAA,CAAAd,QAAA,GAAAA,QAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_interopRequireWildcard","_jsxRuntime","_excluded","_this","_jsxFileName","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","Archieve","_ref","_ref$height","height","_ref$width","width","rest","_objectWithoutProperties2","jsx","assign","viewBox","children","Path","d","exports"],"sourceRoot":"../../../src","sources":["icons/Archieve.tsx"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAC,uBAAA,CAAAF,OAAA;AAA6C,IAAAG,WAAA,GAAAH,OAAA;AAAA,IAAAI,SAAA;AAAA,IAAAC,KAAA;EAAAC,YAAA;AAAA,SAAAC,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,yBAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAN,wBAAAM,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,gBAAAK,OAAA,CAAAL,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,cAAAR,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAItC,IAAMW,QAA6B,GAAG,SAAhCA,QAA6BA,CAAAC,IAAA;EAAA,IAAAC,WAAA,GAAAD,IAAA,CAAME,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAG,GAAG,GAAAA,WAAA;IAAAE,UAAA,GAAAH,IAAA,CAAEI,KAAK;IAALA,KAAK,GAAAD,UAAA,cAAG,GAAG,GAAAA,UAAA;IAAKE,IAAI,OAAAC,yBAAA,aAAAN,IAAA,EAAAxB,SAAA;EAAA,OAChF,IAAAD,WAAA,CAAAgC,GAAA,EAAClC,eAAA,WAAG,EAAAkB,MAAA,CAAAiB,MAAA;IAACN,MAAM,EAAEA,MAAO;IAACO,OAAO,EAAE,aAAc;IAACL,KAAK,EAAEA;EAAM,GAAKC,IAAI;IAAAK,QAAA,EACjE,IAAAnC,WAAA,CAAAgC,GAAA,EAAClC,eAAA,CAAAsC,IAAI;MAACC,CAAC,EAAC;IAA6R,CAAE;EAAC,EACrS,CAAC;AAAA,CACP;AAACC,OAAA,CAAAd,QAAA,GAAAA,QAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Archieve.d.ts","sourceRoot":"","sources":["../../../src/icons/Archieve.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAIxC,CAAC"}
|