@imj_media/tareas 1.5.37 → 1.5.38

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,5 +1,5 @@
1
1
  import { ITemplateField } from '../infraestructure/interfaces/templates';
2
- import { DropdownOption } from '@imj_media/ui';
2
+ import { DropdownOption } from 'ui-ds';
3
3
  import { FieldValues, UseFormSetValue } from 'react-hook-form';
4
4
  /**
5
5
  * Hook personalizado para manejar el formulario de templates
@@ -21,7 +21,7 @@
21
21
  * @dependencies
22
22
  * - React: useCallback para optimización de rendimiento
23
23
  * - @xyflow/react: Gestión del canvas y nodos
24
- * - @imj_media/ui: Sistema de notificaciones toast
24
+ * - ui-ds: Sistema de notificaciones toast
25
25
  *
26
26
  * @stores
27
27
  * - useTemplateGridStore: Estado del clipboard y viewMode
@@ -1,4 +1,4 @@
1
- import { Filter } from '@imj_media/ui';
1
+ import { Filter } from 'ui-ds';
2
2
  export type TemplateFiltersConfig = {
3
3
  estatus: Filter;
4
4
  publication_date: Filter;
@@ -1,3 +1,3 @@
1
- import { Filter } from '@imj_media/ui';
1
+ import { Filter } from 'ui-ds';
2
2
  export declare const isDatePickerProps: (inputData: any) => inputData is Filter;
3
3
  export declare const isDropdownProps: (inputData: any) => inputData is Filter;