@team_yumi/ramen 0.4.0-next.20240131-2272142-f71c879315d91f54d45663e680695422 → 0.4.0-next.20240205-616b5f6-ef10862f1d87e83cf2883a3ca8c7f3f7

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.
@@ -1,4 +1,5 @@
1
1
  import * as Mdh from './mdh';
2
2
  import * as Neutral from './neutral';
3
3
  import * as Sm from './sm';
4
- export { Mdh, Neutral, Sm };
4
+ import * as TxD from './txd';
5
+ export { Mdh, Neutral, Sm, TxD };
@@ -0,0 +1,7 @@
1
+ import { ReactComponent as Accesories } from './accesorios.svg';
2
+ import { ReactComponent as Shoes } from './calzado.svg';
3
+ import { ReactComponent as Sports } from './deportes.svg';
4
+ import { ReactComponent as Man } from './hombre.svg';
5
+ import { ReactComponent as Woman } from './mujer.svg';
6
+ import { ReactComponent as Childish } from './infantil.svg';
7
+ export { Accesories, Shoes, Sports, Man, Woman, Childish };