easy-forms-core 1.2.5 → 1.2.7

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.
@@ -369,7 +369,7 @@ interface Step {
369
369
  /**
370
370
  * Tipos de temas disponibles
371
371
  */
372
- type FormTheme = 'plano' | 'tradicional' | 'material' | 'rounded-shadow' | 'lines' | 'shadcn' | 'chakra' | 'mantine' | 'glass' | 'bordered' | 'minimal';
372
+ type FormTheme = 'plano' | 'tradicional' | 'material' | 'rounded-shadow' | 'lines' | 'shadcn' | 'chakra' | 'mantine' | 'glass' | 'bordered' | 'minimal' | 'efc';
373
373
  /**
374
374
  * Colores personalizados del formulario
375
375
  */