@praxisui/stepper 1.0.0-beta.60 → 1.0.0-beta.61

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.
@@ -2717,7 +2717,8 @@ const CAPS = [
2717
2717
  { path: 'steps[].form.config', category: 'steps', valueKind: 'object', description: 'FormConfig for Dynamic Form.', safetyNotes: 'Use the form catalog for nested paths and FieldMetadata details.' },
2718
2718
  { path: 'steps[].form.config.editorialContext', category: 'steps', valueKind: 'object', description: 'Contexto editorial compartilhado entre blocos hospedados pelo Dynamic Form da etapa.' },
2719
2719
  { path: 'steps[].form.config.formBlocksBefore', category: 'steps', valueKind: 'array', description: 'Blocos editoriais hospedados antes do formulario da etapa.' },
2720
- { path: 'steps[].form.config.formBlocksAfter', category: 'steps', valueKind: 'array', description: 'Blocos editoriais hospedados depois do formulario da etapa.' },
2720
+ { path: 'steps[].form.config.formBlocksBeforeActions', category: 'steps', valueKind: 'array', description: 'Blocos editoriais hospedados depois das seções e antes da área principal de ações do formulario da etapa.' },
2721
+ { path: 'steps[].form.config.formBlocksAfter', category: 'steps', valueKind: 'array', description: 'Blocos editoriais hospedados depois do formulario inteiro da etapa.' },
2721
2722
  { path: 'steps[].form.schemaSource', category: 'steps', valueKind: 'enum', allowedValues: ENUMS['schemaSource'], description: 'Schema source for Dynamic Form.' },
2722
2723
  { path: 'steps[].form.formId', category: 'steps', valueKind: 'string', description: 'Form id for Dynamic Form.' },
2723
2724
  { path: 'steps[].widgets', category: 'steps', valueKind: 'array', description: 'WidgetDefinition list for step content.' },
@@ -2742,11 +2743,10 @@ const STEPPER_AI_CAPABILITIES = {
2742
2743
  notes: [
2743
2744
  'steps[] should be merged by id or label to avoid replacing all steps.',
2744
2745
  'steps[].form.config uses FormConfig (see form catalog) and may include sections/actions/fieldMetadata.',
2745
- 'steps[].form.config tambem pode usar a surface editorial do dynamic-form: formBlocksBefore, formBlocksAfter e editorialContext.',
2746
+ 'steps[].form.config tambem pode usar a surface editorial do dynamic-form: formBlocksBefore, formBlocksBeforeActions, formBlocksAfter e editorialContext.',
2746
2747
  'steps[].widgets[].id must be a ComponentMetadataRegistry id (see component-registry catalog).',
2747
2748
  'appearance.tokens is a free-form map; host may validate/sanitize.',
2748
2749
  'When editing steps[].form.config.fieldMetadata, use FieldMetadata base if no controlType catalog exists.',
2749
- 'No ciclo fundacional, blocos editoriais do wizard podem aparecer como placeholders na configuracao do form antes dos widgets definitivos DF-* existirem.',
2750
2750
  ],
2751
2751
  capabilities: CAPS,
2752
2752
  };