Skip to content

Commit

Permalink
Fix architecture components
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite committed Aug 21, 2024
1 parent c7816e1 commit 50e5176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 0 additions & 7 deletions react-components/src/architecture/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
/*!
* Copyright 2023 Cognite AS
*/

// New architecture: components

export { ActiveToolToolbar } from '../components/Architecture/Toolbar';
export { DomainObjectPanel } from '../components/Architecture/DomainObjectPanel';
export { RevealButtons } from '../components/Architecture/RevealButtons';

// New architecture: commands
export { BaseCommand } from './base/commands/BaseCommand';
export type { CommandUpdateDelegate } from './base/commands/BaseCommand';
Expand Down
5 changes: 4 additions & 1 deletion react-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,13 @@ export { getRuleTriggerTypes } from './components/RuleBasedOutputs/utils';

export type { InstanceReference, AssetInstanceReference } from './data-providers/types';

export { ActiveToolToolbar } from './components/Architecture/Toolbar';
export { DomainObjectPanel } from './components/Architecture/DomainObjectPanel';
export { RevealButtons } from './components/Architecture/RevealButtons';

/**
* Export classes and types from architecture
* Note: This is not stable code yet and is subject to change.
* @beta
*/

export * as Architecture from './architecture/index';

0 comments on commit 50e5176

Please sign in to comment.