@streamlayer/web-os 0.4.3 → 0.5.1

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 (35) hide show
  1. package/lib/cjs/index.js +80 -1
  2. package/lib/cjs/index2.js +5 -95
  3. package/lib/classic/cjs/classic.js +1 -1
  4. package/lib/classic/cjs/index.js +1 -1
  5. package/lib/classic/cjs/index2.js +1 -10
  6. package/lib/classic/cjs/index3.js +1 -1
  7. package/lib/classic/classic.d.ts +2 -13
  8. package/lib/classic/es/classic.js +79 -12
  9. package/lib/classic/es/index.js +158 -14
  10. package/lib/classic/es/index2.js +19011 -12104
  11. package/lib/classic/es/index3.js +4321 -14767
  12. package/lib/classic/index.d.ts +2 -13
  13. package/lib/classic/style.css +1 -1
  14. package/lib/classic.d.ts +2 -13
  15. package/lib/es/index.js +17785 -13
  16. package/lib/es/index2.js +3654 -25004
  17. package/lib/index.d.ts +2 -13
  18. package/lib/style.css +1 -1
  19. package/package.json +18 -55
  20. package/lib/cjs/gamification-feature.js +0 -1
  21. package/lib/cjs/gamification-feature2.js +0 -1
  22. package/lib/cjs/index-l-eyvmpL.js +0 -5
  23. package/lib/classic/cjs/classic2.js +0 -10
  24. package/lib/classic/cjs/gamification-feature.js +0 -1
  25. package/lib/classic/cjs/gamification-feature2.js +0 -1
  26. package/lib/classic/cjs/gamification-feature3.js +0 -1
  27. package/lib/classic/cjs/index-l-eyvmpL.js +0 -1
  28. package/lib/classic/es/classic2.js +0 -13037
  29. package/lib/classic/es/gamification-feature.js +0 -4
  30. package/lib/classic/es/gamification-feature2.js +0 -4
  31. package/lib/classic/es/gamification-feature3.js +0 -643
  32. package/lib/classic/es/index-l-eyvmpL.js +0 -3758
  33. package/lib/es/gamification-feature.js +0 -4
  34. package/lib/es/gamification-feature2.js +0 -608
  35. package/lib/es/index-l-eyvmpL.js +0 -3758
package/lib/classic.d.ts CHANGED
@@ -1,18 +1,7 @@
1
1
  import { StreamLayerSDKTvOptions } from '@streamlayer/react-ui/webos';
2
- import { StreamLayerProvider as DefaultStreamLayerProvider, VideoPlayerCallback } from '@streamlayer/react/classic';
3
- import '@streamlayer/sdk-web-api';
4
- import '@streamlayer/sdk-web-core';
5
- import '@streamlayer/sdk-web-types';
6
- import '@streamlayer/sdk-web-logger';
7
- import '@streamlayer/sdk-web-storage';
8
- import '@streamlayer/sdk-web-features';
9
- import '@streamlayer/sdk-web-interfaces';
10
- import '@streamlayer/sdk-web-notifications';
11
- import '@streamlayer/feature-gamification';
12
- import '@streamlayer/sdk-web-anonymous-auth';
13
- import '@streamlayer/react/classic';
2
+ import { StreamLayerProvider as DefaultStreamLayerProvider, VideoPlayerCallback } from '@streamlayer/react-ui/core/provider';
14
3
  import '@streamlayer/react-ui/style.css';
15
- export { useStreamLayer, useStreamLayerUI, type VideoPlayerCallback, type VideoPlayerData, } from '@streamlayer/react/classic';
4
+ export { useStreamLayer, useStreamLayerTheme, useStreamLayerUI } from '@streamlayer/react-ui/core/hooks';
16
5
  type StreamLayerProviderProps = Omit<Parameters<typeof DefaultStreamLayerProvider>[0], 'themeMode' | 'withAd' | 'withAdNotification' | 'autoEnable' | 'plugins' | 'webOS' | 'friendsTab' | 'hideFriends' | 'onDeepLinkHandled' | 'videoPlayerController' | 'skipOnboarding'>;
17
6
  export declare const StreamLayerProvider: React.FC<StreamLayerProviderProps>;
18
7
  export type StreamLayerSDKTvProps = {