@ludo.ninja/components 1.2.9 → 1.3.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/package.json
CHANGED
|
@@ -3,6 +3,7 @@ export { default as CardContent } from './CardContent';
|
|
|
3
3
|
export { default as CardCategory } from './CardContent/CardCategory';
|
|
4
4
|
export { default as CardLikes } from './CardContent/CardLikes';
|
|
5
5
|
export { default as CardShowMore } from './CardContent/CardShowMore';
|
|
6
|
+
export { StyledCardShowMore } from './CardContent/CardShowMore';
|
|
6
7
|
export { default as CardHeadIcons } from './CardHeadIcons';
|
|
7
8
|
export { default as CardRank } from './CardRank';
|
|
8
9
|
export { default as CardsGrid } from './CardsGrid';
|