@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.
- package/components/PhotosCarousel/PhotoSlide.d.ts +10 -0
- package/components/PhotosCarousel/PhotoSlide.d.ts.map +1 -0
- package/components/PhotosCarousel/PhotoSlide.js +36 -0
- package/components/PhotosCarousel/index.d.ts +2 -2
- package/components/PhotosCarousel/index.d.ts.map +1 -1
- package/components/PhotosCarousel/index.js +72 -83
- package/components/PhotosCarousel/styles.scss +100 -13
- package/components/PhotosCarousel/usePhotosCarousel.d.ts +15 -0
- package/components/PhotosCarousel/usePhotosCarousel.d.ts.map +1 -0
- package/components/PhotosCarousel/usePhotosCarousel.js +79 -0
- package/components/TimelineSliderV2/layout.d.ts +16 -0
- package/components/TimelineSliderV2/layout.d.ts.map +1 -0
- package/components/TimelineSliderV2/layout.js +168 -0
- package/components/TimelineSliderV2/types.d.ts +43 -0
- package/components/TimelineSliderV2/types.d.ts.map +1 -0
- package/components/TimelineSliderV2/types.js +1 -0
- package/components/ViewPhotosDialog/index.d.ts +0 -2
- package/components/ViewPhotosDialog/index.d.ts.map +1 -1
- package/components/ViewPhotosDialog/index.js +2 -18
- package/components/VirtualWalkthrough/AnnotationPanel.js +2 -2
- package/license-report.html +1 -1
- package/package.json +2 -2
- package/_vendor/react-multi-carousel/index.js +0 -13
- package/_vendor/react-multi-carousel/lib/Arrows.js +0 -13
- package/_vendor/react-multi-carousel/lib/Carousel.js +0 -19
- package/_vendor/react-multi-carousel/lib/CarouselItems.js +0 -14
- package/_vendor/react-multi-carousel/lib/Dots.js +0 -16
- package/_vendor/react-multi-carousel/lib/index.js +0 -13
- package/_vendor/react-multi-carousel/lib/types.js +0 -13
- package/_vendor/react-multi-carousel/lib/utils/clones.js +0 -14
- package/_vendor/react-multi-carousel/lib/utils/common.js +0 -13
- package/_vendor/react-multi-carousel/lib/utils/dots.js +0 -14
- package/_vendor/react-multi-carousel/lib/utils/elementWidth.js +0 -12
- package/_vendor/react-multi-carousel/lib/utils/index.js +0 -20
- package/_vendor/react-multi-carousel/lib/utils/mouseOrTouchMove.js +0 -14
- package/_vendor/react-multi-carousel/lib/utils/next.js +0 -13
- package/_vendor/react-multi-carousel/lib/utils/previous.js +0 -14
- package/_vendor/react-multi-carousel/lib/utils/throttle.js +0 -12
- package/_vendor/react-multi-carousel/lib/utils/throwError.js +0 -14
- package/_virtual/Arrows.js +0 -3
- package/_virtual/Carousel.js +0 -3
- package/_virtual/CarouselItems.js +0 -3
- package/_virtual/Dots.js +0 -3
- package/_virtual/_commonjsHelpers.js +0 -5
- package/_virtual/clones.js +0 -3
- package/_virtual/common.js +0 -3
- package/_virtual/dots2.js +0 -3
- package/_virtual/elementWidth.js +0 -3
- package/_virtual/index.js +0 -7
- package/_virtual/index2.js +0 -3
- package/_virtual/index3.js +0 -3
- package/_virtual/mouseOrTouchMove.js +0 -3
- package/_virtual/next.js +0 -3
- package/_virtual/previous.js +0 -3
- package/_virtual/throttle.js +0 -3
- package/_virtual/throwError.js +0 -3
- package/_virtual/types.js +0 -3
package/_virtual/clones.js
DELETED
package/_virtual/common.js
DELETED
package/_virtual/dots2.js
DELETED
package/_virtual/elementWidth.js
DELETED
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 };
|
package/_virtual/index2.js
DELETED
package/_virtual/index3.js
DELETED
package/_virtual/next.js
DELETED
package/_virtual/previous.js
DELETED
package/_virtual/throttle.js
DELETED
package/_virtual/throwError.js
DELETED
package/_virtual/types.js
DELETED