@salina-app/media-editor 0.0.75 → 0.0.76

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.
@@ -1,5 +1,6 @@
1
- export declare const checkFileType: (filename: string, identifier: any) => boolean;
1
+ export declare const isAudioVideo: (filename: string, identifier: any) => boolean;
2
2
  export declare const videLabelFormatting: (label: string) => string;
3
3
  export declare const timeSorting: (formattedTime: any) => any;
4
4
  export declare const getCurrentDateTime: () => string;
5
5
  export declare const getFilePath: (filePath: string) => string[];
6
+ export declare const videoLabelFormatting: (label: string) => string;
package/dist/main.d.ts CHANGED
@@ -23,9 +23,10 @@ import { default as AlertDialog } from './components/customs/Dialog/AlertDialog'
23
23
  import { default as Button, buttonVariants } from './components/ui/button';
24
24
  import { default as Player } from './components/customs/Player/Player';
25
25
  import { default as Timeline } from './components/customs/Timeline/Timeline';
26
- import { default as DirectoryList } from './components/customs/DirectoryList/DirectoryList';
26
+ import { default as DirectoryList } from './components/customs/Source/DirectoryList';
27
+ import { default as SubDirectory } from './components/customs/Source/SubDirectory';
27
28
  import { default as CCLine } from './components/customs/ClosedCaption/CCLine';
28
29
  import { default as TranscriptSingle } from './components/customs/Transcription/TranscriptSingle';
29
30
  import { default as TranscriptMultiple } from './components/customs/Transcription/TranscriptMultiple';
30
31
  import { default as HighlightSelection } from './components/customs/Highlight/HighlightSelection';
31
- export { useKeyboardShortcuts, useRefresh, useTimelineDataInitializer, useTrimmedService, useAlertDialogStore, useFilePathStore, useFocusTrimmedClipStore, useMergeStore, useOutputFilesStore, useReactVirtualizedStore, useSelectedHighlightOption, useTimelineStore, useTimelineDataStore, useToMergeStore, useTranscriptStore, useTrimmedClipsStore, useTrimmerStampStore, useVideoMetadataStore, videoMetadataInitialState, useVideoPlayerStore, Toaster, SonnerToaster, AlertDialog, Button, buttonVariants, Player, Timeline, DirectoryList, CCLine, TranscriptSingle, TranscriptMultiple, HighlightSelection, };
32
+ export { useKeyboardShortcuts, useRefresh, useTimelineDataInitializer, useTrimmedService, useAlertDialogStore, useFilePathStore, useFocusTrimmedClipStore, useMergeStore, useOutputFilesStore, useReactVirtualizedStore, useSelectedHighlightOption, useTimelineStore, useTimelineDataStore, useToMergeStore, useTranscriptStore, useTrimmedClipsStore, useTrimmerStampStore, useVideoMetadataStore, videoMetadataInitialState, useVideoPlayerStore, Toaster, SonnerToaster, AlertDialog, Button, buttonVariants, Player, Timeline, DirectoryList, CCLine, TranscriptSingle, TranscriptMultiple, HighlightSelection, SubDirectory, };
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import { default as DirectoryList } from '../components/customs/DirectoryList/DirectoryList';
2
+ import { default as DirectoryList } from '../components/customs/Source/DirectoryList';
3
3
  declare const meta: Meta<typeof DirectoryList>;
4
4
  export default meta;
5
5
  type Story = StoryObj<StoryProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",