hds-web 1.8.9 → 1.9.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.
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/HDS/components/Cards/index.js +2 -1
- package/src/HDS/components/Carousels/index.js +1 -1
- package/src/HDS/components/index.js +1 -1
- /package/src/HDS/components/Carousels/{homepageCarousel.js → carouselB.js} +0 -0
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
export {default as Carousel} from './carousel';
|
2
2
|
export {default as CarouselCard} from './carouselCard';
|
3
|
-
export {default as
|
3
|
+
export {default as CarouselB} from './carouselB';
|
4
4
|
export {default as HomepageCarouselPrimary} from './homeCarousel';
|
5
5
|
export {default as CustomCarousel} from './customCarousel';
|
File without changes
|