@imj_media/ui 1.6.17 → 1.6.18

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.
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Iconos outline usados en tarjetas de medios (Implementación campaña).
3
+ * Reexportación acotada para consumidores sin importar el barrel completo de outline.
4
+ */
5
+ export { OutlineEspectacularIcon as IconMedioEspectacular } from './componentes/outline/OutlineEspectacularIcon';
6
+ export { OutlineVallasMovilesIcon as IconMedioVallas } from './componentes/outline/OutlineVallasMovilesIcon';
7
+ export { OutlineUrbanosIcon as IconMedioUrbanos } from './componentes/outline/OutlineUrbanosIcon';
8
+ export { OutlineIndoorIcon as IconMedioIndoor } from './componentes/outline/OutlineIndoorIcon';
9
+ //# sourceMappingURL=implementacionCampaniaMedios.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"implementacionCampaniaMedios.d.ts","sourceRoot":"","sources":["../../../../src/shared/modules/Icons/implementacionCampaniaMedios.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,uBAAuB,IAAI,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AACjH,OAAO,EAAE,wBAAwB,IAAI,eAAe,EAAE,MAAM,gDAAgD,CAAC;AAC7G,OAAO,EAAE,kBAAkB,IAAI,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,iBAAiB,IAAI,eAAe,EAAE,MAAM,yCAAyC,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  "name": "@imj_media/ui",
4
4
 
5
- "version": "1.6.17",
5
+ "version": "1.6.18",
6
6
 
7
7
  "description": "Componentes UI",
8
8