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