@terraware/web-components 5.0.11 → 5.0.13

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 (57) hide show
  1. package/components/PhotosCarousel/PhotoSlide.d.ts +10 -0
  2. package/components/PhotosCarousel/PhotoSlide.d.ts.map +1 -0
  3. package/components/PhotosCarousel/PhotoSlide.js +36 -0
  4. package/components/PhotosCarousel/index.d.ts +2 -2
  5. package/components/PhotosCarousel/index.d.ts.map +1 -1
  6. package/components/PhotosCarousel/index.js +72 -83
  7. package/components/PhotosCarousel/styles.scss +100 -13
  8. package/components/PhotosCarousel/usePhotosCarousel.d.ts +15 -0
  9. package/components/PhotosCarousel/usePhotosCarousel.d.ts.map +1 -0
  10. package/components/PhotosCarousel/usePhotosCarousel.js +79 -0
  11. package/components/TimelineSliderV2/layout.d.ts +16 -0
  12. package/components/TimelineSliderV2/layout.d.ts.map +1 -0
  13. package/components/TimelineSliderV2/layout.js +168 -0
  14. package/components/TimelineSliderV2/types.d.ts +43 -0
  15. package/components/TimelineSliderV2/types.d.ts.map +1 -0
  16. package/components/TimelineSliderV2/types.js +1 -0
  17. package/components/ViewPhotosDialog/index.d.ts +0 -2
  18. package/components/ViewPhotosDialog/index.d.ts.map +1 -1
  19. package/components/ViewPhotosDialog/index.js +2 -18
  20. package/components/VirtualWalkthrough/AnnotationPanel.js +2 -2
  21. package/license-report.html +1 -1
  22. package/package.json +2 -2
  23. package/_vendor/react-multi-carousel/index.js +0 -13
  24. package/_vendor/react-multi-carousel/lib/Arrows.js +0 -13
  25. package/_vendor/react-multi-carousel/lib/Carousel.js +0 -19
  26. package/_vendor/react-multi-carousel/lib/CarouselItems.js +0 -14
  27. package/_vendor/react-multi-carousel/lib/Dots.js +0 -16
  28. package/_vendor/react-multi-carousel/lib/index.js +0 -13
  29. package/_vendor/react-multi-carousel/lib/types.js +0 -13
  30. package/_vendor/react-multi-carousel/lib/utils/clones.js +0 -14
  31. package/_vendor/react-multi-carousel/lib/utils/common.js +0 -13
  32. package/_vendor/react-multi-carousel/lib/utils/dots.js +0 -14
  33. package/_vendor/react-multi-carousel/lib/utils/elementWidth.js +0 -12
  34. package/_vendor/react-multi-carousel/lib/utils/index.js +0 -20
  35. package/_vendor/react-multi-carousel/lib/utils/mouseOrTouchMove.js +0 -14
  36. package/_vendor/react-multi-carousel/lib/utils/next.js +0 -13
  37. package/_vendor/react-multi-carousel/lib/utils/previous.js +0 -14
  38. package/_vendor/react-multi-carousel/lib/utils/throttle.js +0 -12
  39. package/_vendor/react-multi-carousel/lib/utils/throwError.js +0 -14
  40. package/_virtual/Arrows.js +0 -3
  41. package/_virtual/Carousel.js +0 -3
  42. package/_virtual/CarouselItems.js +0 -3
  43. package/_virtual/Dots.js +0 -3
  44. package/_virtual/_commonjsHelpers.js +0 -5
  45. package/_virtual/clones.js +0 -3
  46. package/_virtual/common.js +0 -3
  47. package/_virtual/dots2.js +0 -3
  48. package/_virtual/elementWidth.js +0 -3
  49. package/_virtual/index.js +0 -7
  50. package/_virtual/index2.js +0 -3
  51. package/_virtual/index3.js +0 -3
  52. package/_virtual/mouseOrTouchMove.js +0 -3
  53. package/_virtual/next.js +0 -3
  54. package/_virtual/previous.js +0 -3
  55. package/_virtual/throttle.js +0 -3
  56. package/_virtual/throwError.js +0 -3
  57. package/_virtual/types.js +0 -3
@@ -1,5 +0,0 @@
1
- function getDefaultExportFromCjs (x) {
2
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
3
- }
4
-
5
- export { getDefaultExportFromCjs };
@@ -1,3 +0,0 @@
1
- var clones = {};
2
-
3
- export { clones as __exports };
@@ -1,3 +0,0 @@
1
- var common = {};
2
-
3
- export { common as __exports };
package/_virtual/dots2.js DELETED
@@ -1,3 +0,0 @@
1
- var dots = {};
2
-
3
- export { dots as __exports };
@@ -1,3 +0,0 @@
1
- var elementWidth = {};
2
-
3
- export { elementWidth as __exports };
package/_virtual/index.js DELETED
@@ -1,7 +0,0 @@
1
- import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
2
- import { __require as requireReactMultiCarousel } from '../_vendor/react-multi-carousel/index.js';
3
-
4
- var reactMultiCarouselExports = requireReactMultiCarousel();
5
- var CarouselImport = /*@__PURE__*/getDefaultExportFromCjs(reactMultiCarouselExports);
6
-
7
- export { CarouselImport as default };
@@ -1,3 +0,0 @@
1
- var lib = {};
2
-
3
- export { lib as __exports };
@@ -1,3 +0,0 @@
1
- var utils = {};
2
-
3
- export { utils as __exports };
@@ -1,3 +0,0 @@
1
- var mouseOrTouchMove = {};
2
-
3
- export { mouseOrTouchMove as __exports };
package/_virtual/next.js DELETED
@@ -1,3 +0,0 @@
1
- var next = {};
2
-
3
- export { next as __exports };
@@ -1,3 +0,0 @@
1
- var previous = {};
2
-
3
- export { previous as __exports };
@@ -1,3 +0,0 @@
1
- var throttle = {};
2
-
3
- export { throttle as __exports };
@@ -1,3 +0,0 @@
1
- var throwError = {};
2
-
3
- export { throwError as __exports };
package/_virtual/types.js DELETED
@@ -1,3 +0,0 @@
1
- var types = {};
2
-
3
- export { types as __exports };