@aigamo/hydrangean-diva 0.0.1-alpha.70 → 0.0.1-alpha.71

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.
Files changed (102) hide show
  1. package/dist/index.cjs.js +1 -1
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.es.js +1347 -1347
  4. package/dist/index.es.js.map +1 -1
  5. package/dist/src/features/{media-player.play-queue → media-player}/components/AddVideoButton.d.ts +1 -1
  6. package/dist/src/features/{media-player.play-queue → media-player}/components/AddVideoModal.d.ts +1 -1
  7. package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBarCenterControls.d.ts +1 -1
  8. package/dist/src/features/{media-player.playlists → media-player}/components/DeletePlaylistConfirmModal.d.ts +1 -1
  9. package/dist/src/features/{media-player.play-queue → media-player}/components/PlayQueueCommandBar.d.ts +1 -1
  10. package/dist/src/features/{media-player.play-queue → media-player}/components/PlayQueueSection.d.ts +1 -1
  11. package/dist/src/features/{media-player.play-queue → media-player}/components/PlayQueueTable.d.ts +1 -1
  12. package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistCommandBar.d.ts +1 -1
  13. package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistListTable.d.ts +1 -1
  14. package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistSection.d.ts +1 -1
  15. package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistTable.d.ts +1 -1
  16. package/dist/src/features/{media-player.playlists → media-player}/components/RenamePlaylistModal.d.ts +1 -1
  17. package/dist/src/features/media-player/helpers/findVideoService.d.ts +1 -0
  18. package/dist/src/features/media-player/index.d.ts +19 -1
  19. package/dist/src/features/{media-player.bottom-bar.abstractions → media-player}/interfaces/IBottomBarStore.d.ts +2 -2
  20. package/dist/src/features/{media-player.mini-player.abstractions → media-player}/interfaces/IMiniPlayerStore.d.ts +1 -1
  21. package/dist/src/features/{media-player.playlists.abstractions → media-player}/interfaces/IPlaylistItemStore.d.ts +1 -1
  22. package/dist/src/features/{media-player.playlists.abstractions → media-player}/interfaces/IPlaylistStore.d.ts +1 -1
  23. package/dist/src/features/{media-player.playlists → media-player}/pages/PlaylistDetailsPage.d.ts +1 -1
  24. package/dist/src/features/{media-player.bottom-bar → media-player}/stores/BottomBarStore.d.ts +5 -5
  25. package/dist/src/features/{media-player.mini-player → media-player}/stores/MiniPlayerStore.d.ts +5 -5
  26. package/dist/src/features/{media-player.play-queue → media-player}/stores/PlayQueueItemStore.d.ts +3 -3
  27. package/dist/src/features/{media-player.play-queue → media-player}/stores/PlayQueueStore.d.ts +4 -4
  28. package/dist/src/features/{media-player.player → media-player}/stores/PlayerStore.d.ts +1 -1
  29. package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistItemStore.d.ts +4 -4
  30. package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistListItemStore.d.ts +2 -2
  31. package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistListStore.d.ts +2 -2
  32. package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistStore.d.ts +4 -4
  33. package/dist/src/index.d.ts +1 -1
  34. package/package.json +4 -4
  35. package/dist/src/features/common/helpers/index.d.ts +0 -2
  36. package/dist/src/features/common/index.d.ts +0 -1
  37. package/dist/src/features/index.d.ts +0 -11
  38. package/dist/src/features/media-player/components/index.d.ts +0 -2
  39. package/dist/src/features/media-player.bottom-bar/components/index.d.ts +0 -1
  40. package/dist/src/features/media-player.bottom-bar/index.d.ts +0 -1
  41. package/dist/src/features/media-player.bottom-bar.abstractions/index.d.ts +0 -1
  42. package/dist/src/features/media-player.bottom-bar.abstractions/interfaces/index.d.ts +0 -1
  43. package/dist/src/features/media-player.mini-player/components/index.d.ts +0 -1
  44. package/dist/src/features/media-player.mini-player/index.d.ts +0 -1
  45. package/dist/src/features/media-player.mini-player.abstractions/index.d.ts +0 -1
  46. package/dist/src/features/media-player.mini-player.abstractions/interfaces/index.d.ts +0 -1
  47. package/dist/src/features/media-player.play-queue/components/index.d.ts +0 -1
  48. package/dist/src/features/media-player.play-queue/index.d.ts +0 -2
  49. package/dist/src/features/media-player.play-queue/pages/index.d.ts +0 -1
  50. package/dist/src/features/media-player.play-queue.abstractions/contexts/index.d.ts +0 -1
  51. package/dist/src/features/media-player.play-queue.abstractions/index.d.ts +0 -2
  52. package/dist/src/features/media-player.play-queue.abstractions/interfaces/index.d.ts +0 -3
  53. package/dist/src/features/media-player.player.abstractions/index.d.ts +0 -1
  54. package/dist/src/features/media-player.player.abstractions/interfaces/index.d.ts +0 -1
  55. package/dist/src/features/media-player.playlists/index.d.ts +0 -1
  56. package/dist/src/features/media-player.playlists/pages/index.d.ts +0 -2
  57. package/dist/src/features/media-player.playlists.abstractions/contexts/index.d.ts +0 -1
  58. package/dist/src/features/media-player.playlists.abstractions/index.d.ts +0 -1
  59. /package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBar.d.ts +0 -0
  60. /package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBarLeftControls.d.ts +0 -0
  61. /package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBarRightControls.d.ts +0 -0
  62. /package/dist/src/features/{media-player.mini-player → media-player}/components/CookieConsentPanel.d.ts +0 -0
  63. /package/dist/src/features/{media-player.playlists → media-player}/components/CreatePlaylistButton.d.ts +0 -0
  64. /package/dist/src/features/{media-player.playlists → media-player}/components/CreatePlaylistModal.d.ts +0 -0
  65. /package/dist/src/features/{media-player.play-queue → media-player}/components/DeveloperToolsButton.d.ts +0 -0
  66. /package/dist/src/features/{media-player.mini-player → media-player}/components/MiniPlayer.d.ts +0 -0
  67. /package/dist/src/features/{media-player.bottom-bar → media-player}/components/SeekBar.d.ts +0 -0
  68. /package/dist/src/features/{media-player.bottom-bar.abstractions → media-player}/contexts/BottomBarContext.d.ts +0 -0
  69. /package/dist/src/features/{media-player.mini-player.abstractions → media-player}/contexts/MiniPlayerContext.d.ts +0 -0
  70. /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/contexts/PlayQueueContext.d.ts +0 -0
  71. /package/dist/src/features/{media-player.player.abstractions → media-player}/contexts/PlayerContext.d.ts +0 -0
  72. /package/dist/src/features/{media-player.playlists.abstractions → media-player}/contexts/PlaylistListContext.d.ts +0 -0
  73. /package/dist/src/features/{common → media-player}/helpers/bottomBarHeight.d.ts +0 -0
  74. /package/dist/src/features/{common → media-player}/helpers/commandBarHeight.d.ts +0 -0
  75. /package/dist/src/features/{common → media-player}/helpers/commandBarSpacerHeight.d.ts +0 -0
  76. /package/dist/src/features/{common → media-player}/helpers/headerHeight.d.ts +0 -0
  77. /package/dist/src/features/{media-player.play-queue → media-player}/helpers/isNoembedResult.d.ts +0 -0
  78. /package/dist/src/features/{common → media-player}/helpers/miniPlayerSize.d.ts +0 -0
  79. /package/dist/src/features/{common → media-player}/helpers/videoServiceIcons.d.ts +0 -0
  80. /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/IPlayQueueItemStore.d.ts +0 -0
  81. /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/IPlayQueueStore.d.ts +0 -0
  82. /package/dist/src/features/{media-player.player.abstractions → media-player}/interfaces/IPlayerStore.d.ts +0 -0
  83. /package/dist/src/features/{media-player.playlists.abstractions → media-player}/interfaces/IPlaylistListItemStore.d.ts +0 -0
  84. /package/dist/src/features/{media-player.playlists.abstractions → media-player}/interfaces/IPlaylistListStore.d.ts +0 -0
  85. /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/PlayQueueDto.d.ts +0 -0
  86. /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/PlayQueueItemDto.d.ts +0 -0
  87. /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/RepeatMode.d.ts +0 -0
  88. /package/dist/src/features/{media-player.play-queue → media-player}/pages/PlayQueuePage.d.ts +0 -0
  89. /package/dist/src/features/{media-player.playlists → media-player}/pages/PlaylistListPage.d.ts +0 -0
  90. /package/dist/src/features/{media-player.bottom-bar/components → media-player/providers}/BottomBarProvider.d.ts +0 -0
  91. /package/dist/src/features/media-player/{components → providers}/HydrangeanDivaProvider.d.ts +0 -0
  92. /package/dist/src/features/{media-player.mini-player/components → media-player/providers}/MiniPlayerProvider.d.ts +0 -0
  93. /package/dist/src/features/{media-player.play-queue/components → media-player/providers}/PlayQueueProvider.d.ts +0 -0
  94. /package/dist/src/features/{media-player.player/components → media-player/providers}/PlayerProvider.d.ts +0 -0
  95. /package/dist/src/features/{media-player.playlists/components → media-player/providers}/PlaylistListProvider.d.ts +0 -0
  96. /package/dist/src/{features/media-player.header/components → layout}/Header.d.ts +0 -0
  97. /package/dist/src/{common → shared}/components/AppLink.d.ts +0 -0
  98. /package/dist/src/{common → shared}/components/AppPageTemplateHeader.d.ts +0 -0
  99. /package/dist/src/{features/common → shared}/components/Compose.d.ts +0 -0
  100. /package/dist/src/{features/common/helpers → shared/lib}/featureFlags.d.ts +0 -0
  101. /package/dist/src/{features/common → shared}/stores/getOrAddSchema.d.ts +0 -0
  102. /package/dist/src/{features/common → shared}/stores/localStorageStateKeys.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
1
+ import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
2
2
  import { ReactElement } from 'react';
3
3
  interface AddVideoButtonProps {
4
4
  onFulfilled: (value: PlayQueueItemDto) => Promise<void>;
@@ -1,4 +1,4 @@
1
- import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
1
+ import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
2
2
  import { InnerModalProps } from 'ez-modal-react';
3
3
  type AddVideoModalProps = InnerModalProps<PlayQueueItemDto>;
4
4
  export declare const AddVideoModal: import('ez-modal-react').EasyModalHOC<AddVideoModalProps, PlayQueueItemDto>;
@@ -1,4 +1,4 @@
1
- import { RepeatMode } from '../../media-player.play-queue.abstractions/interfaces/RepeatMode';
1
+ import { RepeatMode } from '../interfaces/RepeatMode';
2
2
  import { IconType } from '@elastic/eui';
3
3
  import { ReactElement } from 'react';
4
4
  export declare const repeatIconTypes: Record<RepeatMode, IconType>;
@@ -1,4 +1,4 @@
1
- import { IPlaylistListItemStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListItemStore';
1
+ import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
2
2
  import { InnerModalProps } from 'ez-modal-react';
3
3
  interface DeletePlaylistConfirmModalProps extends InnerModalProps {
4
4
  playlistListItem: IPlaylistListItemStore;
@@ -1,4 +1,4 @@
1
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
1
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
2
2
  import { ReactElement } from 'react';
3
3
  interface PlayQueueCommandBarProps {
4
4
  playQueue: IPlayQueueStore;
@@ -1,4 +1,4 @@
1
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
1
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
2
2
  import { ReactElement } from 'react';
3
3
  interface PlayQueueSectionProps {
4
4
  playQueue: IPlayQueueStore;
@@ -1,4 +1,4 @@
1
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
1
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
2
2
  import { ReactElement } from 'react';
3
3
  interface PlayQueueTableProps {
4
4
  playQueue: IPlayQueueStore;
@@ -1,4 +1,4 @@
1
- import { IPlaylistStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistStore';
1
+ import { IPlaylistStore } from '../interfaces/IPlaylistStore';
2
2
  import { ReactElement } from 'react';
3
3
  interface PlaylistCommandBarProps {
4
4
  playlist: IPlaylistStore;
@@ -1,4 +1,4 @@
1
- import { IPlaylistListStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListStore';
1
+ import { IPlaylistListStore } from '../interfaces/IPlaylistListStore';
2
2
  import { ReactElement } from 'react';
3
3
  interface PlaylistListTableProps {
4
4
  playlistList: IPlaylistListStore;
@@ -1,4 +1,4 @@
1
- import { IPlaylistStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistStore';
1
+ import { IPlaylistStore } from '../interfaces/IPlaylistStore';
2
2
  import { ReactElement } from 'react';
3
3
  interface PlaylistSectionProps {
4
4
  playlist: IPlaylistStore;
@@ -1,4 +1,4 @@
1
- import { IPlaylistStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistStore';
1
+ import { IPlaylistStore } from '../interfaces/IPlaylistStore';
2
2
  import { ReactElement } from 'react';
3
3
  interface PlaylistTableProps {
4
4
  playlist: IPlaylistStore;
@@ -1,4 +1,4 @@
1
- import { IPlaylistListItemStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListItemStore';
1
+ import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
2
2
  import { InnerModalProps } from 'ez-modal-react';
3
3
  interface RenamePlaylistModalProps extends InnerModalProps<string> {
4
4
  playlistListItem: IPlaylistListItemStore;
@@ -0,0 +1 @@
1
+ export { findVideoService } from '@aigamo/nostalgic-diva';
@@ -1 +1,19 @@
1
- export * from './components';
1
+ export * from './components/BottomBar';
2
+ export * from './components/MediaPlayerLayout';
3
+ export * from './components/MiniPlayer';
4
+ export * from './components/PlayQueueSection';
5
+ export * from './contexts/PlayQueueContext';
6
+ export * from './contexts/PlaylistListContext';
7
+ export * from './helpers/bottomBarHeight';
8
+ export * from './helpers/findVideoService';
9
+ export * from './helpers/videoServiceIcons';
10
+ export * from './interfaces/IBottomBarStore';
11
+ export * from './interfaces/IMiniPlayerStore';
12
+ export * from './interfaces/IPlayQueueItemStore';
13
+ export * from './interfaces/IPlayQueueStore';
14
+ export * from './interfaces/IPlayerStore';
15
+ export * from './interfaces/RepeatMode';
16
+ export * from './pages/PlayQueuePage';
17
+ export * from './pages/PlaylistDetailsPage';
18
+ export * from './pages/PlaylistListPage';
19
+ export * from './providers/HydrangeanDivaProvider';
@@ -1,5 +1,5 @@
1
- import { IPlayQueueItemStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueItemStore';
2
- import { RepeatMode } from '../../media-player.play-queue.abstractions/interfaces/RepeatMode';
1
+ import { IPlayQueueItemStore } from './IPlayQueueItemStore';
2
+ import { RepeatMode } from './RepeatMode';
3
3
  import { IPlayerController } from '@aigamo/nostalgic-diva';
4
4
  export interface IBottomBarStore {
5
5
  readonly controller: IPlayerController;
@@ -1,4 +1,4 @@
1
- import { IPlayQueueItemStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueItemStore';
1
+ import { IPlayQueueItemStore } from './IPlayQueueItemStore';
2
2
  import { IPlayerController, TimeEvent } from '@aigamo/nostalgic-diva';
3
3
  export interface IMiniPlayerStore {
4
4
  readonly controller: IPlayerController;
@@ -1,4 +1,4 @@
1
- import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
1
+ import { PlayQueueItemDto } from './PlayQueueItemDto';
2
2
  import { PlayerType } from '@aigamo/nostalgic-diva';
3
3
  export interface IPlaylistItemStore {
4
4
  readonly id: number;
@@ -1,5 +1,5 @@
1
- import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
2
1
  import { IPlaylistItemStore } from './IPlaylistItemStore';
2
+ import { PlayQueueItemDto } from './PlayQueueItemDto';
3
3
  export interface IPlaylistStore {
4
4
  readonly items: IPlaylistItemStore[];
5
5
  createItemFromDto(dto: PlayQueueItemDto): IPlaylistItemStore;
@@ -1,4 +1,4 @@
1
- import { IPlaylistListItemStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListItemStore';
1
+ import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
2
2
  import { ReactElement } from 'react';
3
3
  interface PlaylistDetailsPageProps {
4
4
  playlistListItem: IPlaylistListItemStore;
@@ -1,8 +1,8 @@
1
- import { IBottomBarStore } from '../../media-player.bottom-bar.abstractions/interfaces/IBottomBarStore';
2
- import { IPlayQueueItemStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueItemStore';
3
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
4
- import { RepeatMode } from '../../media-player.play-queue.abstractions/interfaces/RepeatMode';
5
- import { IPlayerStore } from '../../media-player.player.abstractions/interfaces/IPlayerStore';
1
+ import { IBottomBarStore } from '../interfaces/IBottomBarStore';
2
+ import { IPlayQueueItemStore } from '../interfaces/IPlayQueueItemStore';
3
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
4
+ import { IPlayerStore } from '../interfaces/IPlayerStore';
5
+ import { RepeatMode } from '../interfaces/RepeatMode';
6
6
  import { IPlayerController } from '@aigamo/nostalgic-diva';
7
7
  import { IStateStore } from '@aigamo/route-sphere';
8
8
  import { JSONSchemaType } from 'ajv';
@@ -1,8 +1,8 @@
1
- import { IBottomBarStore } from '../../media-player.bottom-bar.abstractions/interfaces/IBottomBarStore';
2
- import { IMiniPlayerStore } from '../../media-player.mini-player.abstractions/interfaces/IMiniPlayerStore';
3
- import { IPlayQueueItemStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueItemStore';
4
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
5
- import { IPlayerStore } from '../../media-player.player.abstractions/interfaces/IPlayerStore';
1
+ import { IBottomBarStore } from '../interfaces/IBottomBarStore';
2
+ import { IMiniPlayerStore } from '../interfaces/IMiniPlayerStore';
3
+ import { IPlayQueueItemStore } from '../interfaces/IPlayQueueItemStore';
4
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
5
+ import { IPlayerStore } from '../interfaces/IPlayerStore';
6
6
  import { IPlayerController, TimeEvent } from '@aigamo/nostalgic-diva';
7
7
  export declare class MiniPlayerStore implements IMiniPlayerStore {
8
8
  private readonly player;
@@ -1,6 +1,6 @@
1
- import { IPlayQueueItemStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueItemStore';
2
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
3
- import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
1
+ import { IPlayQueueItemStore } from '../interfaces/IPlayQueueItemStore';
2
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
3
+ import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
4
4
  import { PlayerType } from '@aigamo/nostalgic-diva';
5
5
  export declare class PlayQueueItemStore implements IPlayQueueItemStore {
6
6
  readonly playQueue: IPlayQueueStore;
@@ -1,7 +1,7 @@
1
- import { IPlayQueueItemStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueItemStore';
2
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
3
- import { PlayQueueDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueDto';
4
- import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
1
+ import { IPlayQueueItemStore } from '../interfaces/IPlayQueueItemStore';
2
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
3
+ import { PlayQueueDto } from '../interfaces/PlayQueueDto';
4
+ import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
5
5
  import { IStateStore } from '@aigamo/route-sphere';
6
6
  declare class PlayQueueLocalStorageStateStore implements IStateStore<PlayQueueDto> {
7
7
  private readonly playQueue;
@@ -1,4 +1,4 @@
1
- import { IPlayerStore } from '../../media-player.player.abstractions/interfaces/IPlayerStore';
1
+ import { IPlayerStore } from '../interfaces/IPlayerStore';
2
2
  import { IPlayerController, TimeEvent } from '@aigamo/nostalgic-diva';
3
3
  export declare class PlayerStore implements IPlayerStore {
4
4
  controller: IPlayerController;
@@ -1,7 +1,7 @@
1
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
2
- import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
3
- import { IPlaylistItemStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistItemStore';
4
- import { IPlaylistStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistStore';
1
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
2
+ import { IPlaylistItemStore } from '../interfaces/IPlaylistItemStore';
3
+ import { IPlaylistStore } from '../interfaces/IPlaylistStore';
4
+ import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
5
5
  import { PlayerType } from '@aigamo/nostalgic-diva';
6
6
  export declare class PlaylistItemStore implements IPlaylistItemStore {
7
7
  readonly playQueue: IPlayQueueStore;
@@ -1,5 +1,5 @@
1
- import { IPlaylistListItemStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListItemStore';
2
- import { IPlaylistListStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListStore';
1
+ import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
2
+ import { IPlaylistListStore } from '../interfaces/IPlaylistListStore';
3
3
  export declare class PlaylistListItemStore implements IPlaylistListItemStore {
4
4
  private readonly playlistList;
5
5
  id: string;
@@ -1,5 +1,5 @@
1
- import { IPlaylistListItemStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListItemStore';
2
- import { IPlaylistListStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistListStore';
1
+ import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
2
+ import { IPlaylistListStore } from '../interfaces/IPlaylistListStore';
3
3
  import { IStateStore } from '@aigamo/route-sphere';
4
4
  interface PlaylistListLocalStorageState {
5
5
  items?: {
@@ -1,7 +1,7 @@
1
- import { IPlayQueueStore } from '../../media-player.play-queue.abstractions/interfaces/IPlayQueueStore';
2
- import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
3
- import { IPlaylistItemStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistItemStore';
4
- import { IPlaylistStore } from '../../media-player.playlists.abstractions/interfaces/IPlaylistStore';
1
+ import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
2
+ import { IPlaylistItemStore } from '../interfaces/IPlaylistItemStore';
3
+ import { IPlaylistStore } from '../interfaces/IPlaylistStore';
4
+ import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
5
5
  import { IStateStore } from '@aigamo/route-sphere';
6
6
  interface PlaylistLocalStorageState {
7
7
  readonly version?: '1.0';
@@ -1 +1 @@
1
- export * from './features';
1
+ export * from './features/media-player';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigamo/hydrangean-diva",
3
- "version": "0.0.1-alpha.70",
3
+ "version": "0.0.1-alpha.71",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@elastic/datemath": "^5.0.3",
@@ -25,8 +25,8 @@
25
25
  "react-sortablejs": "^6.1.4",
26
26
  "sortablejs": "^1.15.7",
27
27
  "utility-types": "^3.11.0",
28
- "@aigamo/nostalgic-diva": "0.0.1-alpha.70",
29
- "@aigamo/route-sphere": "0.0.1-alpha.70"
28
+ "@aigamo/nostalgic-diva": "0.0.1-alpha.71",
29
+ "@aigamo/route-sphere": "0.0.1-alpha.71"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@eslint/compat": "^2.1.0",
@@ -77,7 +77,7 @@
77
77
  "@tanstack/react-router-devtools": "^1.144.0",
78
78
  "react": "^18.3.1",
79
79
  "react-dom": "^18.3.1",
80
- "@aigamo/route-sphere": "0.0.1-alpha.70"
80
+ "@aigamo/route-sphere": "0.0.1-alpha.71"
81
81
  },
82
82
  "files": [
83
83
  "dist"
@@ -1,2 +0,0 @@
1
- export * from './bottomBarHeight';
2
- export * from './videoServiceIcons';
@@ -1 +0,0 @@
1
- export * from './helpers';
@@ -1,11 +0,0 @@
1
- export * from './common';
2
- export * from './media-player';
3
- export * from './media-player.bottom-bar';
4
- export * from './media-player.bottom-bar.abstractions';
5
- export * from './media-player.mini-player';
6
- export * from './media-player.mini-player.abstractions';
7
- export * from './media-player.play-queue';
8
- export * from './media-player.play-queue.abstractions';
9
- export * from './media-player.player.abstractions';
10
- export * from './media-player.playlists';
11
- export * from './media-player.playlists.abstractions';
@@ -1,2 +0,0 @@
1
- export * from './HydrangeanDivaProvider';
2
- export * from './MediaPlayerLayout';
@@ -1 +0,0 @@
1
- export * from './BottomBar';
@@ -1 +0,0 @@
1
- export * from './components';
@@ -1 +0,0 @@
1
- export * from './interfaces';
@@ -1 +0,0 @@
1
- export * from './IBottomBarStore';
@@ -1 +0,0 @@
1
- export * from './MiniPlayer';
@@ -1 +0,0 @@
1
- export * from './components';
@@ -1 +0,0 @@
1
- export * from './interfaces';
@@ -1 +0,0 @@
1
- export * from './IMiniPlayerStore';
@@ -1 +0,0 @@
1
- export * from './PlayQueueSection';
@@ -1,2 +0,0 @@
1
- export * from './components';
2
- export * from './pages';
@@ -1 +0,0 @@
1
- export * from './PlayQueuePage';
@@ -1 +0,0 @@
1
- export * from './PlayQueueContext';
@@ -1,2 +0,0 @@
1
- export * from './contexts';
2
- export * from './interfaces';
@@ -1,3 +0,0 @@
1
- export * from './IPlayQueueItemStore';
2
- export * from './IPlayQueueStore';
3
- export * from './RepeatMode';
@@ -1 +0,0 @@
1
- export * from './interfaces';
@@ -1 +0,0 @@
1
- export * from './IPlayerStore';
@@ -1 +0,0 @@
1
- export * from './pages';
@@ -1,2 +0,0 @@
1
- export * from './PlaylistDetailsPage';
2
- export * from './PlaylistListPage';
@@ -1 +0,0 @@
1
- export * from './PlaylistListContext';
@@ -1 +0,0 @@
1
- export * from './contexts';