@praxisui/core 9.0.0-beta.17 → 9.0.0-beta.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/core",
3
- "version": "9.0.0-beta.17",
3
+ "version": "9.0.0-beta.18",
4
4
  "description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -12857,7 +12857,7 @@ interface ComponentAuthoringManifest {
12857
12857
  examples: ManifestExample[];
12858
12858
  /**
12859
12859
  * Perfis opcionais para familias de componentes que compartilham um manifesto
12860
- * base, mas precisam expor semantica granular por componente/controlType.
12860
+ * base, mas precisam expor semântica granular por componente/controlType.
12861
12861
  */
12862
12862
  controlProfiles?: ManifestControlProfile[];
12863
12863
  }
@@ -13016,13 +13016,13 @@ interface ManifestControlProfile {
13016
13016
  profileId: string;
13017
13017
  /** Nome curto usado por ferramentas de authoring. */
13018
13018
  title: string;
13019
- /** Explica a semantica que este perfil adiciona sobre o manifesto base. */
13019
+ /** Explica a semântica que este perfil adiciona sobre o manifesto base. */
13020
13020
  description: string;
13021
13021
  /** Regras deterministicas para projetar o perfil em componentes do registry. */
13022
13022
  appliesTo: ManifestControlProfileApplicability;
13023
13023
  /** Alvos adicionais ou refinados que este perfil torna editaveis. */
13024
13024
  editableTargets?: ManifestTarget[];
13025
- /** Operacoes especificas do perfil/controlType. */
13025
+ /** Operações específicas do perfil/controlType. */
13026
13026
  operations: ManifestOperation[];
13027
13027
  /** Validadores especificos do perfil/controlType. */
13028
13028
  validators: ManifestValidator[];