@aigamo/hydrangean-diva 0.0.1-alpha.28 → 0.0.1-alpha.31

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 (38) hide show
  1. package/dist/features/common/stores/ObservableStateProvider.d.ts +1 -1
  2. package/dist/features/media-player.play-queue/components/AddVideoButton.d.ts +2 -2
  3. package/dist/features/media-player.play-queue/components/DeveloperToolsButton.d.ts +2 -2
  4. package/dist/features/media-player.play-queue/components/PlayQueue.d.ts +2 -2
  5. package/dist/features/media-player.play-queue/components/PlayQueueProvider.d.ts +6 -0
  6. package/dist/features/media-player.play-queue/components/PlayQueueTable.d.ts +2 -2
  7. package/dist/features/media-player.play-queue.abstractions/contexts/PlayQueueContext.d.ts +3 -0
  8. package/dist/features/media-player.play-queue.abstractions/contexts/index.d.ts +1 -1
  9. package/dist/features/media-player.player/components/PlayerProvider.d.ts +6 -0
  10. package/dist/features/media-player.player/components/bottom-bar/BottomBarCenterControls.d.ts +1 -6
  11. package/dist/features/media-player.player/components/bottom-bar/BottomBarLeftControls.d.ts +1 -6
  12. package/dist/features/media-player.player/components/bottom-bar/BottomBarProvider.d.ts +6 -0
  13. package/dist/features/media-player.player/components/bottom-bar/BottomBarRightControls.d.ts +1 -3
  14. package/dist/features/media-player.player/components/bottom-bar/SeekBar.d.ts +1 -6
  15. package/dist/features/media-player.player/components/mini-player/MiniPlayerProvider.d.ts +6 -0
  16. package/dist/features/media-player.player/contexts/BottomBarContext.d.ts +3 -0
  17. package/dist/features/media-player.player/contexts/MiniPlayerContext.d.ts +3 -0
  18. package/dist/features/media-player.player/contexts/PlayerContext.d.ts +3 -0
  19. package/dist/features/media-player.player/interfaces/IBottomBarStore.d.ts +1 -1
  20. package/dist/features/media-player.player/stores/BottomBarStore.d.ts +2 -1
  21. package/dist/features/media-player.playlists/components/PlaylistTable.d.ts +2 -2
  22. package/dist/features/media-player.playlists/pages/PlaylistDetailsPage.d.ts +2 -4
  23. package/dist/features/media-player.playlists/stores/PlaylistItemStore.d.ts +3 -3
  24. package/dist/features/media-player.playlists/stores/PlaylistListStore.d.ts +3 -3
  25. package/dist/features/media-player.playlists/stores/PlaylistStore.d.ts +5 -5
  26. package/dist/index.cjs.js +8 -8
  27. package/dist/index.cjs.js.map +1 -1
  28. package/dist/index.es.js +1109 -1140
  29. package/dist/index.es.js.map +1 -1
  30. package/package.json +7 -7
  31. package/dist/features/media-player.play-queue/components/PlayQueueStoreProvider.d.ts +0 -6
  32. package/dist/features/media-player.play-queue.abstractions/contexts/PlayQueueStoreContext.d.ts +0 -3
  33. package/dist/features/media-player.player/components/PlayerStoreProvider.d.ts +0 -6
  34. package/dist/features/media-player.player/components/bottom-bar/BottomBarStoreProvider.d.ts +0 -6
  35. package/dist/features/media-player.player/components/mini-player/MiniPlayerStoreProvider.d.ts +0 -6
  36. package/dist/features/media-player.player/contexts/BottomBarStoreContext.d.ts +0 -3
  37. package/dist/features/media-player.player/contexts/MiniPlayerStoreContext.d.ts +0 -3
  38. package/dist/features/media-player.player/contexts/PlayerStoreContext.d.ts +0 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aigamo/hydrangean-diva",
3
- "version": "0.0.1-alpha.28",
3
+ "version": "0.0.1-alpha.31",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@aigamo/nostalgic-diva": "^1.15.2",
7
- "@aigamo/route-sphere": "^2.0.4",
6
+ "@aigamo/nostalgic-diva": "^1.16.1",
7
+ "@aigamo/route-sphere": "^2.0.6",
8
8
  "@elastic/datemath": "^5.0.3",
9
9
  "@elastic/eui": "^109.1.0",
10
10
  "@emotion/cache": "^11.14.0",
@@ -32,7 +32,6 @@
32
32
  "@eslint/eslintrc": "^3.3.1",
33
33
  "@openapitools/openapi-generator-cli": "^2.25.2",
34
34
  "@tanstack/router-plugin": "^1.139.7",
35
- "@testing-library/jest-dom": "^6.9.1",
36
35
  "@trivago/prettier-plugin-sort-imports": "^6.0.0",
37
36
  "@types/lodash-es": "^4.17.12",
38
37
  "@types/node": "^24.10.1",
@@ -42,6 +41,7 @@
42
41
  "@types/react-dom": "^18.3.7",
43
42
  "@typescript-eslint/eslint-plugin": "^8.48.0",
44
43
  "@typescript-eslint/parser": "^8.48.0",
44
+ "@typescript/native-preview": "7.0.0-dev.20251212.1",
45
45
  "@vite-pwa/assets-generator": "^1.0.2",
46
46
  "@vitejs/plugin-react": "^5.1.1",
47
47
  "eslint": "^9.39.1",
@@ -57,7 +57,6 @@
57
57
  "eslint-plugin-react-hooks": "^7.0.1",
58
58
  "jsdom": "^26.1.0",
59
59
  "prettier": "^3.6.2",
60
- "typescript": "^5.9.3",
61
60
  "vite": "^7.2.4",
62
61
  "vite-plugin-dts": "^4.5.4",
63
62
  "vite-plugin-pwa": "^1.1.0",
@@ -120,8 +119,9 @@
120
119
  },
121
120
  "scripts": {
122
121
  "dev": "vite",
123
- "build": "tsc && vite build",
124
- "build:lib": "tsc && vite build --config vite.config.lib.ts",
122
+ "build": "tsgo -b && vite build",
123
+ "build:lib": "tsgo -b && vite build --config vite.config.lib.ts",
124
+ "lint": "eslint .",
125
125
  "preview": "vite preview",
126
126
  "test": "vitest --environment=jsdom",
127
127
  "generate-clients": "pnpm openapi-generator-cli generate -g typescript-fetch --additional-properties=legacyDiscriminatorBehavior=false -i /local/src/api/v1.json -o /local/src/api"
@@ -1,6 +0,0 @@
1
- import { ReactElement, ReactNode } from 'react';
2
- interface PlayQueueStoreProviderProps {
3
- children?: ReactNode;
4
- }
5
- export declare const PlayQueueStoreProvider: ({ children, }: PlayQueueStoreProviderProps) => ReactElement;
6
- export {};
@@ -1,3 +0,0 @@
1
- import { IPlayQueueStore } from '../interfaces';
2
- export declare const PlayQueueStoreContext: import('react').Context<IPlayQueueStore>;
3
- export declare const usePlayQueueStore: () => IPlayQueueStore;
@@ -1,6 +0,0 @@
1
- import { ReactElement, ReactNode } from 'react';
2
- interface PlayerStoreProviderProps {
3
- children?: ReactNode;
4
- }
5
- export declare const PlayerStoreProvider: ({ children, }: PlayerStoreProviderProps) => ReactElement;
6
- export {};
@@ -1,6 +0,0 @@
1
- import { ReactElement, ReactNode } from 'react';
2
- interface BottomBarStoreProviderProps {
3
- children?: ReactNode;
4
- }
5
- export declare const BottomBarStoreProvider: ({ children, }: BottomBarStoreProviderProps) => ReactElement;
6
- export {};
@@ -1,6 +0,0 @@
1
- import { ReactElement, ReactNode } from 'react';
2
- interface MiniPlayerStoreProviderProps {
3
- children?: ReactNode;
4
- }
5
- export declare const MiniPlayerStoreProvider: ({ children, }: MiniPlayerStoreProviderProps) => ReactElement;
6
- export {};
@@ -1,3 +0,0 @@
1
- import { IBottomBarStore } from '../interfaces/IBottomBarStore';
2
- export declare const BottomBarStoreContext: import('react').Context<IBottomBarStore>;
3
- export declare const useBottomBarStore: () => IBottomBarStore;
@@ -1,3 +0,0 @@
1
- import { IMiniPlayerStore } from '../interfaces/IMiniPlayerStore';
2
- export declare const MiniPlayerStoreContext: import('react').Context<IMiniPlayerStore>;
3
- export declare const useMiniPlayerStore: () => IMiniPlayerStore;
@@ -1,3 +0,0 @@
1
- import { IPlayerStore } from '../interfaces/IPlayerStore';
2
- export declare const PlayerStoreContext: import('react').Context<IPlayerStore>;
3
- export declare const usePlayerStore: () => IPlayerStore;