valtech-components 4.0.75 → 4.0.76

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.
@@ -56,7 +56,7 @@ import { BrowserMultiFormatReader } from '@zxing/browser';
56
56
  * Current version of valtech-components.
57
57
  * This is automatically updated during the publish process.
58
58
  */
59
- const VERSION = '4.0.75';
59
+ const VERSION = '4.0.76';
60
60
 
61
61
  // Control de estado de refresco (singleton a nivel de módulo)
62
62
  let isRefreshing = false;
@@ -52527,7 +52527,7 @@ const ORGANIZATION_VIEW_I18N = {
52527
52527
  inviteSuccess: 'Invitación enviada.',
52528
52528
  inviteError: 'No se pudo enviar la invitación.',
52529
52529
  membersError: 'No se pudieron cargar los miembros.',
52530
- leaveTitle: '⚠️ Salir de la organización',
52530
+ leaveTitle: 'Salir de la organización',
52531
52531
  leaveHint: 'Dejarás de tener acceso a esta organización.',
52532
52532
  leaveCta: 'Salir',
52533
52533
  leaveOwnerHint: 'Eres el propietario. Transfiere la propiedad antes de salir.',
@@ -52543,7 +52543,7 @@ const ORGANIZATION_VIEW_I18N = {
52543
52543
  retry: 'Reintentar',
52544
52544
  saveError: 'No se pudo guardar. Intenta de nuevo.',
52545
52545
  leaveError: 'No se pudo salir. Intenta de nuevo.',
52546
- transferTitle: '⚠️ Transferir propiedad',
52546
+ transferTitle: 'Transferir propiedad',
52547
52547
  transferHint: 'Elige un miembro para transferirle la propiedad de la organización.',
52548
52548
  transferSelect: 'Seleccionar nuevo propietario',
52549
52549
  transferCta: 'Transferir',
@@ -52597,7 +52597,7 @@ const ORGANIZATION_VIEW_I18N = {
52597
52597
  orgsNewQuestion: '¿Necesitas otra organización?',
52598
52598
  orgsNewHint: 'Crea un espacio separado para otro equipo, empresa o proyecto.',
52599
52599
  orgsNewCta: 'Nueva organización',
52600
- deleteTitle: '⚠️ Eliminar organización',
52600
+ deleteTitle: 'Eliminar organización',
52601
52601
  deleteHint: 'Esta acción es permanente e irreversible. Todos los miembros perderán el acceso.',
52602
52602
  deleteCta: 'Eliminar organización',
52603
52603
  deleteConfirm: '¿Estás seguro? Esta acción eliminará permanentemente la organización y no se puede deshacer.',
@@ -52641,7 +52641,7 @@ const ORGANIZATION_VIEW_I18N = {
52641
52641
  retry: 'Retry',
52642
52642
  saveError: 'Could not save. Please try again.',
52643
52643
  leaveError: 'Could not leave. Please try again.',
52644
- transferTitle: '⚠️ Transfer ownership',
52644
+ transferTitle: 'Transfer ownership',
52645
52645
  transferHint: 'Choose a member to transfer ownership of this organization.',
52646
52646
  transferSelect: 'Select new owner',
52647
52647
  transferCta: 'Transfer',
@@ -52695,7 +52695,7 @@ const ORGANIZATION_VIEW_I18N = {
52695
52695
  orgsNewQuestion: 'Need another organization?',
52696
52696
  orgsNewHint: 'Create a separate space for another team, company or project.',
52697
52697
  orgsNewCta: 'New organization',
52698
- deleteTitle: '⚠️ Delete organization',
52698
+ deleteTitle: 'Delete organization',
52699
52699
  deleteHint: 'This action is permanent and irreversible. All members will lose access.',
52700
52700
  deleteCta: 'Delete organization',
52701
52701
  deleteConfirm: 'Are you sure? This action will permanently delete the organization and cannot be undone.',
@@ -52761,7 +52761,7 @@ class OrganizationViewComponent {
52761
52761
  showMembers: merged.showMembers ?? true,
52762
52762
  showRoles: merged.showRoles ?? true,
52763
52763
  showInvite: merged.showInvite ?? true,
52764
- showNewOrgCta: merged.showNewOrgCta ?? false,
52764
+ showNewOrgCta: merged.showNewOrgCta ?? true,
52765
52765
  showTransferOwnership: merged.showTransferOwnership ?? true,
52766
52766
  showLeave: merged.showLeave ?? true,
52767
52767
  showDeleteOrg: merged.showDeleteOrg ?? true,