med-viewer-sdk 0.1.23 → 0.1.25

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.
@@ -7,5 +7,6 @@ import { MagnificationPlugin, MagnificationPosition, MagnificationType, type Mag
7
7
  import { ScalebarLocation, ScalebarType, type ScalebarOptions } from './core/Scalebar';
8
8
  import { SelectionPlugin, type SelectionOptions } from './core/SelectionPlugin';
9
9
  import { MedToolbar, ToolbarPosition, type ToolbarOptions, type ToolbarButton } from './core/Toolbar';
10
+ import { ThemeManager, PRESET_THEMES, type ThemeConfig, type ThemeColors, type ThemeDefinition, type PresetThemeName, cssVar } from './core/Theme';
10
11
  import MedViewer from './adapters/vue/index';
11
- export { AnnoAnnotator, ColorAdjustPlugin, MagnificationPlugin, MagnificationPosition, MagnificationType, MedToolbar, MedViewer, MedViewerEngine, ScalebarLocation, ScalebarType, SelectionPlugin, ToolbarPosition, OpenSeadragon, type OpenSeadragonType, type ColorAdjustOptions, type MagnificationOptions, type MedEngineOptions, type ScalebarOptions, type SelectionOptions, type ToolbarButton, type ToolbarOptions };
12
+ export { AnnoAnnotator, ColorAdjustPlugin, MagnificationPlugin, MagnificationPosition, MagnificationType, MedToolbar, MedViewer, MedViewerEngine, ScalebarLocation, ScalebarType, SelectionPlugin, ThemeManager, ToolbarPosition, OpenSeadragon, PRESET_THEMES, cssVar, type OpenSeadragonType, type ColorAdjustOptions, type MagnificationOptions, type MedEngineOptions, type ScalebarOptions, type SelectionOptions, type ThemeConfig, type ThemeColors, type ThemeDefinition, type PresetThemeName, type ToolbarButton, type ToolbarOptions };