@trii/components 2.0.65 → 2.0.66

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/dist/esm/index.js CHANGED
@@ -10432,7 +10432,7 @@ const ModalEvents = ({ open, onClose, mode, type: initialType, showTypeTabs = fa
10432
10432
  setContactSearchValue('');
10433
10433
  contactSearchRef.current = '';
10434
10434
  setSearchResults([]);
10435
- }, children: [jsxRuntimeExports.jsx(ListItemIcon, { children: jsxRuntimeExports.jsx(Person, { sx: { color: 'text.disabled' } }) }), jsxRuntimeExports.jsx(ListItemText, { primary: contact.name, secondary: contact.email })] }, contact.id)))) : (jsxRuntimeExports.jsx(Box, { sx: { p: 2, textAlign: 'center' }, children: jsxRuntimeExports.jsx(Typography, { variant: "body2", color: "text.secondary", children: "No se encontraron contactos" }) })) }))] })), isEvent && config.showLocation && (slots.location ? slots.location({
10435
+ }, children: [jsxRuntimeExports.jsx(ListItemIcon, { children: jsxRuntimeExports.jsx(Person, { sx: { color: 'text.disabled' } }) }), jsxRuntimeExports.jsx(ListItemText, { primary: contact.name, secondary: contact.email })] }, contact.id)))) : (jsxRuntimeExports.jsx(Box, { sx: { p: 2, textAlign: 'center' }, children: jsxRuntimeExports.jsx(Typography, { variant: "body2", color: "text.secondary", children: "No se encontraron contactos" }) })) }))] })), isEvent && config.showLocation && ((slots.location && !isViewMode) ? slots.location({
10436
10436
  disabled: isViewMode,
10437
10437
  mode,
10438
10438
  type: currentType,