@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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.6.18] - 2026-04-22
11
+
12
+ ### Added
13
+
14
+ - **Icons**: módulo `implementacionCampaniaMedios` — reexportación de iconos outline para tarjetas de medios (implementación campaña), expuesto en el entry principal del paquete.
15
+
10
16
  ## [1.6.17] - 2026-04-22
11
17
 
12
18
  ### Changed
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Biblioteca de componentes UI moderna y accesible para React, construida con TypeScript y Tailwind CSS.
6
6
 
7
- > **Versión publicada:** `1.6.17` — actualizar este número y `CHANGELOG.md` antes de cada release (orden y scripts: regla **`imj-ui-obligations-release`**; atajo `npm run publish:patch|minor|major` o pasos `bump:*` → `release:git` → `release:publish`).
7
+ > **Versión publicada:** `1.6.18` — actualizar este número y `CHANGELOG.md` antes de cada release (orden y scripts: regla **`imj-ui-obligations-release`**; atajo `npm run publish:patch|minor|major` o pasos `bump:*` → `release:git` → `release:publish`).
8
8
 
9
9
  ## 📦 Instalación
10
10
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from './modules';
2
2
  export * from './shared/utils';
3
3
  export { COLORS, type TasksModulesColors } from './shared/constants/tasksColors';
4
+ export * from './shared/modules/Icons/implementacionCampaniaMedios';
4
5
  export * from './shared/hooks';
5
6
  export * from './shared/types';
6
7
  export { ReviewProvider, useReview } from '@bitux/review-layer-react';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,2BAA2B,CAAC;AAEnC,OAAO,mDAAmD,CAAC;AAG3D,cAAc,WAAW,CAAC;AAG1B,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,MAAM,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAGjF,cAAc,gBAAgB,CAAC;AAE/B,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,2BAA2B,CAAC;AAEnC,OAAO,mDAAmD,CAAC;AAG3D,cAAc,WAAW,CAAC;AAG1B,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,MAAM,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAGjF,cAAc,qDAAqD,CAAC;AAGpE,cAAc,gBAAgB,CAAC;AAE/B,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC"}
package/dist/index.esm.js CHANGED
@@ -50027,6 +50027,10 @@ export {
50027
50027
  Oa as HelperText,
50028
50028
  Le as Icon,
50029
50029
  Xf as IconCell,
50030
+ x4 as IconMedioEspectacular,
50031
+ S3 as IconMedioIndoor,
50032
+ i2 as IconMedioUrbanos,
50033
+ B4 as IconMedioVallas,
50030
50034
  Ds as ImagePreviewCell,
50031
50035
  go as InlineTooltip,
50032
50036
  De as InnerButton,