@ldelia/react-media 0.4.2 → 0.4.4

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 (140) hide show
  1. package/dist/components/__tests__/timeline/timeline.test.d.ts +1 -0
  2. package/dist/components/reproduction-widget/ReproductionWidget.d.ts +17 -0
  3. package/dist/components/reproduction-widget/index.js +1 -0
  4. package/dist/components/reproduction-widget/inner-players/PlayAlongInnerPlayer.d.ts +8 -0
  5. package/dist/components/reproduction-widget/inner-players/YouTubeInnerPlayer.d.ts +10 -0
  6. package/dist/components/reproduction-widget/models/Player/PlayAlongPlayer.d.ts +30 -0
  7. package/dist/components/reproduction-widget/models/Player/PlayerEvents.d.ts +4 -0
  8. package/dist/components/reproduction-widget/models/Player/YouTubePlayer.d.ts +30 -0
  9. package/dist/components/reproduction-widget/models/Reproduction.d.ts +66 -0
  10. package/dist/components/reproduction-widget/models/ReproductionBuilder.d.ts +16 -0
  11. package/dist/components/timeline/RangeSelectorCanvas/RangeSelectorCanvas.d.ts +8 -0
  12. package/dist/components/timeline/Timeline.d.ts +12 -0
  13. package/dist/components/timeline/TimelineCanvas/TickTime.d.ts +7 -0
  14. package/dist/components/timeline/TimelineCanvas/TickTimeCollectionDisplay.d.ts +6 -0
  15. package/dist/components/timeline/TimelineCanvas/TimelineCanvas.d.ts +7 -0
  16. package/dist/components/timeline/TimelineCanvas/drawTimeBlocksOnCanvas.d.ts +2 -0
  17. package/dist/components/timeline/TimelineValue/TimelineValue.d.ts +7 -0
  18. package/dist/components/timeline/ZoomContext/ZoomContext.d.ts +7 -0
  19. package/dist/components/timeline/constants.d.ts +1 -0
  20. package/dist/components/timeline/utils/utils.d.ts +7 -0
  21. package/dist/setupTests.d.ts +1 -0
  22. package/dist/stories/reproduction-widget.stories.d.ts +4 -0
  23. package/dist/stories/timeline.stories.d.ts +9 -0
  24. package/package.json +45 -35
  25. package/.bitmap +0 -48
  26. package/.eslintcache +0 -1
  27. package/.prettierignore +0 -3
  28. package/.prettierrc +0 -7
  29. package/.storybook/main.js +0 -38
  30. package/.storybook/preview.js +0 -4
  31. package/config/env.js +0 -104
  32. package/config/getHttpsConfig.js +0 -66
  33. package/config/jest/babelTransform.js +0 -29
  34. package/config/jest/cssTransform.js +0 -14
  35. package/config/jest/fileTransform.js +0 -40
  36. package/config/modules.js +0 -134
  37. package/config/paths.js +0 -77
  38. package/config/webpack/persistentCache/createEnvironmentHash.js +0 -9
  39. package/config/webpack.config.js +0 -755
  40. package/config/webpackDevServer.config.js +0 -127
  41. package/scripts/build.js +0 -217
  42. package/scripts/start.js +0 -154
  43. package/scripts/test.js +0 -52
  44. package/src/components/__tests__/timeline/timeline.test.tsx +0 -26
  45. package/src/components/reproduction-widget/README.md +0 -27
  46. package/src/components/reproduction-widget/ReproductionWidget.tsx +0 -68
  47. package/src/components/reproduction-widget/index.tsx +0 -1
  48. package/src/components/reproduction-widget/inner-players/PlayAlongInnerPlayer.tsx +0 -10
  49. package/src/components/reproduction-widget/inner-players/YouTubeInnerPlayer.tsx +0 -36
  50. package/src/components/reproduction-widget/models/Player/PlayAlongPlayer.ts +0 -129
  51. package/src/components/reproduction-widget/models/Player/PlayerEvents.ts +0 -4
  52. package/src/components/reproduction-widget/models/Player/YouTubePlayer.ts +0 -171
  53. package/src/components/reproduction-widget/models/Reproduction.ts +0 -272
  54. package/src/components/reproduction-widget/models/ReproductionBuilder.ts +0 -70
  55. package/src/components/timeline/README.md +0 -111
  56. package/src/components/timeline/RangeSelectorCanvas/RangeSelectorCanvas.tsx +0 -166
  57. package/src/components/timeline/Timeline.tsx +0 -139
  58. package/src/components/timeline/TimelineCanvas/TickTime.tsx +0 -45
  59. package/src/components/timeline/TimelineCanvas/TickTimeCollectionDisplay.tsx +0 -42
  60. package/src/components/timeline/TimelineCanvas/TimelineCanvas.tsx +0 -79
  61. package/src/components/timeline/TimelineCanvas/drawTimeBlocksOnCanvas.ts +0 -43
  62. package/src/components/timeline/TimelineValue/TimelineValue.tsx +0 -87
  63. package/src/components/timeline/ZoomContext/ZoomContext.ts +0 -10
  64. package/src/components/timeline/constants.ts +0 -13
  65. package/src/components/timeline/utils/utils.ts +0 -49
  66. package/src/modules.d.ts +0 -1
  67. package/src/react-app-env.d.ts +0 -71
  68. package/src/react-docgen-types.d.ts +0 -37
  69. package/src/setupTests.ts +0 -5
  70. package/src/stories/Configure.mdx +0 -364
  71. package/src/stories/reproduction-widget.stories.tsx +0 -23
  72. package/src/stories/timeline.stories.custom.css +0 -29
  73. package/src/stories/timeline.stories.tsx +0 -66
  74. package/storybook-static/favicon.svg +0 -1
  75. package/storybook-static/index.html +0 -173
  76. package/storybook-static/index.json +0 -1
  77. package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  78. package/storybook-static/nunito-sans-bold.woff2 +0 -0
  79. package/storybook-static/nunito-sans-italic.woff2 +0 -0
  80. package/storybook-static/nunito-sans-regular.woff2 +0 -0
  81. package/storybook-static/project.json +0 -1
  82. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
  83. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
  84. package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +0 -12
  85. package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js.LEGAL.txt +0 -0
  86. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -412
  87. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +0 -0
  88. package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +0 -3
  89. package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js.LEGAL.txt +0 -0
  90. package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +0 -3
  91. package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js.LEGAL.txt +0 -0
  92. package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +0 -3
  93. package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js.LEGAL.txt +0 -0
  94. package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +0 -3
  95. package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js.LEGAL.txt +0 -0
  96. package/storybook-static/sb-addons/links-1/manager-bundle.js +0 -3
  97. package/storybook-static/sb-addons/links-1/manager-bundle.js.LEGAL.txt +0 -0
  98. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
  99. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
  100. package/storybook-static/sb-common-assets/favicon.svg +0 -1
  101. package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  102. package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  103. package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  104. package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  105. package/storybook-static/sb-manager/globals-module-info.js +0 -995
  106. package/storybook-static/sb-manager/globals-runtime.js +0 -53527
  107. package/storybook-static/sb-manager/globals.js +0 -48
  108. package/storybook-static/sb-manager/runtime.js +0 -11885
  109. package/storybook-static/sb-preview/globals.js +0 -33
  110. package/storybook-static/sb-preview/runtime.js +0 -9483
  111. package/tsconfig.json +0 -14
  112. /package/{src → dist}/components/__tests__/timeline/timeline.test.js +0 -0
  113. /package/{src/components/index.js → dist/components/index.d.ts} +0 -0
  114. /package/{src/components/index.ts → dist/components/index.js} +0 -0
  115. /package/{src → dist}/components/reproduction-widget/ReproductionWidget.js +0 -0
  116. /package/{src/components/reproduction-widget/index.js → dist/components/reproduction-widget/index.d.ts} +0 -0
  117. /package/{src → dist}/components/reproduction-widget/inner-players/PlayAlongInnerPlayer.js +0 -0
  118. /package/{src → dist}/components/reproduction-widget/inner-players/YouTubeInnerPlayer.js +0 -0
  119. /package/{src → dist}/components/reproduction-widget/models/Player/PlayAlongPlayer.js +0 -0
  120. /package/{src → dist}/components/reproduction-widget/models/Player/PlayerEvents.js +0 -0
  121. /package/{src → dist}/components/reproduction-widget/models/Player/YouTubePlayer.js +0 -0
  122. /package/{src → dist}/components/reproduction-widget/models/Reproduction.js +0 -0
  123. /package/{src → dist}/components/reproduction-widget/models/ReproductionBuilder.js +0 -0
  124. /package/{src → dist}/components/timeline/RangeSelectorCanvas/RangeSelectorCanvas.js +0 -0
  125. /package/{src → dist}/components/timeline/Timeline.js +0 -0
  126. /package/{src → dist}/components/timeline/TimelineCanvas/TickTime.js +0 -0
  127. /package/{src → dist}/components/timeline/TimelineCanvas/TickTimeCollectionDisplay.js +0 -0
  128. /package/{src → dist}/components/timeline/TimelineCanvas/TimelineCanvas.js +0 -0
  129. /package/{src → dist}/components/timeline/TimelineCanvas/drawTimeBlocksOnCanvas.js +0 -0
  130. /package/{src → dist}/components/timeline/TimelineValue/TimelineValue.js +0 -0
  131. /package/{src → dist}/components/timeline/ZoomContext/ZoomContext.js +0 -0
  132. /package/{src → dist}/components/timeline/constants.js +0 -0
  133. /package/{src/components/timeline/index.js → dist/components/timeline/index.d.ts} +0 -0
  134. /package/{src/components/timeline/index.tsx → dist/components/timeline/index.js} +0 -0
  135. /package/{src → dist}/components/timeline/utils/utils.js +0 -0
  136. /package/{src/index.js → dist/index.d.ts} +0 -0
  137. /package/{src/index.ts → dist/index.js} +0 -0
  138. /package/{src → dist}/setupTests.js +0 -0
  139. /package/{src → dist}/stories/reproduction-widget.stories.js +0 -0
  140. /package/{src → dist}/stories/timeline.stories.js +0 -0
package/tsconfig.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES6",
4
- "module": "ESNext",
5
- "jsx": "react",
6
- "strict": true,
7
- "moduleResolution": "node",
8
- "esModuleInterop": true,
9
- "skipLibCheck": true,
10
- "forceConsistentCasingInFileNames": true,
11
- "allowSyntheticDefaultImports": true
12
- },
13
- "include": ["src", ".storybook", "src/react-docgen-types.d.ts"]
14
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes