@ldelia/react-media 0.2.8 → 0.4.0

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 (106) hide show
  1. package/.storybook/main.js +25 -2
  2. package/README.md +1 -4
  3. package/config/env.js +104 -0
  4. package/config/getHttpsConfig.js +66 -0
  5. package/config/jest/babelTransform.js +29 -0
  6. package/config/jest/cssTransform.js +14 -0
  7. package/config/jest/fileTransform.js +40 -0
  8. package/config/modules.js +134 -0
  9. package/config/paths.js +77 -0
  10. package/config/webpack/persistentCache/createEnvironmentHash.js +9 -0
  11. package/config/webpack.config.js +755 -0
  12. package/config/webpackDevServer.config.js +127 -0
  13. package/dist/stories/timeline.stories.d.ts +6 -6
  14. package/package.json +127 -18
  15. package/scripts/build.js +217 -0
  16. package/scripts/start.js +154 -0
  17. package/scripts/test.js +52 -0
  18. package/src/components/__tests__/timeline/timeline.test.js +22 -0
  19. package/src/components/index.js +1 -0
  20. package/src/components/reproduction-widget/README.md +27 -0
  21. package/src/components/reproduction-widget/ReproductionWidget.js +29 -0
  22. package/src/components/reproduction-widget/ReproductionWidget.tsx +68 -0
  23. package/src/components/reproduction-widget/index.js +1 -0
  24. package/src/components/reproduction-widget/index.tsx +1 -0
  25. package/src/components/reproduction-widget/inner-players/PlayAlongInnerPlayer.js +5 -0
  26. package/src/components/reproduction-widget/inner-players/PlayAlongInnerPlayer.tsx +10 -0
  27. package/src/components/reproduction-widget/inner-players/YouTubeInnerPlayer.js +21 -0
  28. package/src/components/reproduction-widget/inner-players/YouTubeInnerPlayer.tsx +36 -0
  29. package/src/components/reproduction-widget/models/Player/PlayAlongPlayer.js +97 -0
  30. package/src/components/reproduction-widget/models/Player/PlayAlongPlayer.ts +129 -0
  31. package/src/components/reproduction-widget/models/Player/PlayerEvents.js +4 -0
  32. package/src/components/reproduction-widget/models/Player/PlayerEvents.ts +4 -0
  33. package/src/components/reproduction-widget/models/Player/YouTubePlayer.js +126 -0
  34. package/src/components/reproduction-widget/models/Player/YouTubePlayer.ts +171 -0
  35. package/src/components/reproduction-widget/models/Reproduction.js +214 -0
  36. package/src/components/reproduction-widget/models/Reproduction.ts +272 -0
  37. package/src/components/reproduction-widget/models/ReproductionBuilder.js +51 -0
  38. package/src/components/reproduction-widget/models/ReproductionBuilder.ts +70 -0
  39. package/{dist/components/timeline → src/components/timeline/RangeSelectorCanvas}/RangeSelectorCanvas.js +16 -22
  40. package/src/components/timeline/Timeline.js +77 -0
  41. package/src/components/timeline/TimelineCanvas/TickTime.js +26 -0
  42. package/src/components/timeline/TimelineCanvas/TickTimeCollectionDisplay.js +19 -0
  43. package/src/components/timeline/TimelineCanvas/TimelineCanvas.js +44 -0
  44. package/src/components/timeline/TimelineCanvas/drawTimeBlocksOnCanvas.js +28 -0
  45. package/src/components/timeline/TimelineValue/TimelineValue.js +50 -0
  46. package/src/components/timeline/ZoomContext/ZoomContext.js +2 -0
  47. package/src/components/timeline/constants.js +13 -0
  48. package/src/components/timeline/index.js +1 -0
  49. package/src/components/timeline/utils/utils.js +28 -0
  50. package/src/index.js +1 -0
  51. package/src/react-app-env.d.ts +71 -1
  52. package/src/react-docgen-types.d.ts +37 -0
  53. package/src/setupTests.js +5 -0
  54. package/src/stories/reproduction-widget.stories.js +16 -0
  55. package/src/stories/reproduction-widget.stories.tsx +23 -0
  56. package/src/stories/timeline.stories.js +54 -0
  57. package/storybook-static/favicon.svg +1 -0
  58. package/storybook-static/index.html +173 -0
  59. package/storybook-static/index.json +1 -0
  60. package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  61. package/storybook-static/nunito-sans-bold.woff2 +0 -0
  62. package/storybook-static/nunito-sans-italic.woff2 +0 -0
  63. package/storybook-static/nunito-sans-regular.woff2 +0 -0
  64. package/storybook-static/project.json +1 -0
  65. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +3 -0
  66. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
  67. package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +12 -0
  68. package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js.LEGAL.txt +0 -0
  69. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +412 -0
  70. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +0 -0
  71. package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +3 -0
  72. package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js.LEGAL.txt +0 -0
  73. package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +3 -0
  74. package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js.LEGAL.txt +0 -0
  75. package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +3 -0
  76. package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js.LEGAL.txt +0 -0
  77. package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +3 -0
  78. package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js.LEGAL.txt +0 -0
  79. package/storybook-static/sb-addons/links-1/manager-bundle.js +3 -0
  80. package/storybook-static/sb-addons/links-1/manager-bundle.js.LEGAL.txt +0 -0
  81. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
  82. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
  83. package/storybook-static/sb-common-assets/favicon.svg +1 -0
  84. package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  85. package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  86. package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  87. package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  88. package/storybook-static/sb-manager/globals-module-info.js +995 -0
  89. package/storybook-static/sb-manager/globals-runtime.js +53527 -0
  90. package/storybook-static/sb-manager/globals.js +48 -0
  91. package/storybook-static/sb-manager/runtime.js +11885 -0
  92. package/storybook-static/sb-preview/globals.js +33 -0
  93. package/storybook-static/sb-preview/runtime.js +9483 -0
  94. package/tsconfig.json +8 -7
  95. package/.storybook/main.ts +0 -18
  96. package/.storybook/preview.ts +0 -14
  97. package/dist/components/timeline/RangeSelectorCanvas.d.ts +0 -8
  98. package/dist/components/timeline/TickTime.d.ts +0 -7
  99. package/dist/components/timeline/TickTime.js +0 -31
  100. package/dist/components/timeline/TickTimeCollectionDisplay.d.ts +0 -6
  101. package/dist/components/timeline/TickTimeCollectionDisplay.js +0 -24
  102. package/dist/components/timeline/VaLueLineCanvas.d.ts +0 -7
  103. package/dist/components/timeline/VaLueLineCanvas.js +0 -111
  104. package/dist/reportWebVitals.d.ts +0 -3
  105. package/dist/reportWebVitals.js +0 -37
  106. package/src/reportWebVitals.ts +0 -15

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.