@likec4/language-server 1.39.5 → 1.40.0

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/dist/ast.d.ts CHANGED
@@ -141,6 +141,7 @@ export interface ParsedAstDynamicView {
141
141
  links: c4.NonEmptyArray<c4.Link> | null;
142
142
  steps: c4.DynamicViewStepOrParallel[];
143
143
  rules: Array<c4.DynamicViewRule>;
144
+ variant: c4.DynamicViewDisplayVariant | undefined;
144
145
  manualLayout?: c4.ViewManualLayout;
145
146
  }
146
147
  export interface ParsedAstDeploymentView {