@streamlayer/web-os 0.4.4 → 0.5.2

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 (37) hide show
  1. package/lib/cjs/index.js +80 -1
  2. package/lib/cjs/index2.js +5 -80
  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 -1
  6. package/lib/classic/cjs/index3.js +1 -0
  7. package/lib/classic/classic.d.ts +3 -2
  8. package/lib/classic/es/classic.js +8 -11
  9. package/lib/classic/es/index.js +14 -17
  10. package/lib/classic/es/index2.js +9602 -9772
  11. package/lib/classic/es/index3.js +4484 -0
  12. package/lib/classic/index.d.ts +3 -2
  13. package/lib/classic/style.css +1 -1
  14. package/lib/classic.d.ts +3 -2
  15. package/lib/es/index.js +17785 -13
  16. package/lib/es/index2.js +3664 -17999
  17. package/lib/index.d.ts +3 -2
  18. package/lib/style.css +1 -1
  19. package/package.json +15 -51
  20. package/lib/cjs/gamification-feature.js +0 -1
  21. package/lib/cjs/index-l-eyvmpL.js +0 -5
  22. package/lib/classic/cjs/gamification-feature.js +0 -1
  23. package/lib/classic/cjs/index-l-eyvmpL.js +0 -1
  24. package/lib/classic/core/app/app.d.ts +0 -16
  25. package/lib/classic/core/app/event.d.ts +0 -6
  26. package/lib/classic/core/app/provider.d.ts +0 -49
  27. package/lib/classic/core/app/useStreamLayerApp.d.ts +0 -23
  28. package/lib/classic/core/index.d.ts +0 -4
  29. package/lib/classic/es/gamification-feature.js +0 -640
  30. package/lib/classic/es/index-l-eyvmpL.js +0 -3758
  31. package/lib/core/app/app.d.ts +0 -16
  32. package/lib/core/app/event.d.ts +0 -6
  33. package/lib/core/app/provider.d.ts +0 -49
  34. package/lib/core/app/useStreamLayerApp.d.ts +0 -23
  35. package/lib/core/index.d.ts +0 -4
  36. package/lib/es/gamification-feature.js +0 -608
  37. package/lib/es/index-l-eyvmpL.js +0 -3758
package/lib/classic.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  import { StreamLayerSDKTvOptions } from '@streamlayer/react-ui/webos';
2
- import { StreamLayerProvider as DefaultStreamLayerProvider, VideoPlayerCallback } from './core';
2
+ import { StreamLayerProvider as DefaultStreamLayerProvider, VideoPlayerCallback } from '@streamlayer/react-ui/core/provider';
3
3
  import '@streamlayer/react-ui/style.css';
4
- export { useStreamLayer, useStreamLayerUI, type VideoPlayerCallback, type VideoPlayerData } from './core';
4
+ export { useStreamLayer, useStreamLayerTheme, useStreamLayerUI } from '@streamlayer/react-ui/core/hooks';
5
+ export { VideoPlayerCallback };
5
6
  type StreamLayerProviderProps = Omit<Parameters<typeof DefaultStreamLayerProvider>[0], 'themeMode' | 'withAd' | 'withAdNotification' | 'autoEnable' | 'plugins' | 'webOS' | 'friendsTab' | 'hideFriends' | 'onDeepLinkHandled' | 'videoPlayerController' | 'skipOnboarding'>;
6
7
  export declare const StreamLayerProvider: React.FC<StreamLayerProviderProps>;
7
8
  export type StreamLayerSDKTvProps = {