@praxisui/core 9.0.5-rc.3 → 9.0.5-rc.4

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.5-rc.3",
3
+ "version": "9.0.5-rc.4",
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",
@@ -11718,7 +11718,7 @@ interface LinkMetadata {
11718
11718
  description?: string;
11719
11719
  tags?: string[];
11720
11720
  deprecated?: boolean;
11721
- source?: 'legacy-widget-connection' | 'persisted-composition-link' | 'native-composition-link';
11721
+ source?: 'legacy-widget-connection' | 'persisted-composition-link' | 'native-composition-link' | 'ui-composition-plan';
11722
11722
  traceKey?: string;
11723
11723
  }
11724
11724
  interface CompositionLink {