@praxisui/rich-content 9.0.62 → 9.0.64

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-09-05T09:42:11.098Z",
3
+ "generatedAt": "2026-09-05T22:17:32.983Z",
4
4
  "packageName": "@praxisui/rich-content",
5
- "packageVersion": "9.0.62",
5
+ "packageVersion": "9.0.64",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
@@ -96,6 +96,28 @@
96
96
  "minRows": 1
97
97
  },
98
98
  "ports": [
99
+ {
100
+ "id": "document",
101
+ "label": "Rich Content Document",
102
+ "direction": "input",
103
+ "semanticKind": "config-fragment",
104
+ "description": "Documento editorial canonico materializado por composicao declarativa.",
105
+ "schema": {
106
+ "id": "RichContentDocument",
107
+ "kind": "ts-type",
108
+ "ref": "RichContentDocument"
109
+ },
110
+ "compatibility": {
111
+ "acceptsSemanticKinds": [
112
+ "config-fragment"
113
+ ],
114
+ "schemaMode": "structural"
115
+ },
116
+ "exposure": {
117
+ "public": true,
118
+ "group": "data"
119
+ }
120
+ },
99
121
  {
100
122
  "id": "context",
101
123
  "label": "View Context",
@@ -20083,6 +20083,23 @@ const RICH_CONTENT_INSERTION_PRESETS = [
20083
20083
  },
20084
20084
  ];
20085
20085
  const PRAXIS_RICH_CONTENT_PORTS = [
20086
+ {
20087
+ id: 'document',
20088
+ label: 'Rich Content Document',
20089
+ direction: 'input',
20090
+ semanticKind: 'config-fragment',
20091
+ description: 'Documento editorial canonico materializado por composicao declarativa.',
20092
+ schema: {
20093
+ id: 'RichContentDocument',
20094
+ kind: 'ts-type',
20095
+ ref: 'RichContentDocument',
20096
+ },
20097
+ compatibility: {
20098
+ acceptsSemanticKinds: ['config-fragment'],
20099
+ schemaMode: 'structural',
20100
+ },
20101
+ exposure: { public: true, group: 'data' },
20102
+ },
20086
20103
  {
20087
20104
  id: 'context',
20088
20105
  label: 'View Context',
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/rich-content",
3
- "version": "9.0.62",
3
+ "version": "9.0.64",
4
4
  "description": "Rich content rendering and authoring primitives for Praxis UI surfaces, including semantic blocks and page-builder integration.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^9.0.62",
8
+ "@praxisui/core": "^9.0.64",
9
9
  "@angular/forms": "^21.0.0",
10
10
  "rxjs": "~7.8.0"
11
11
  },