@alekstar79/draggable-resizable-container 1.0.3 → 1.0.5

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/index.d.ts CHANGED
@@ -2,9 +2,9 @@
2
2
  * Main library entry point
3
3
  * Exports all public API for the container manager library
4
4
  */
5
- export type { ContainerConfig, ContainerManagerInterface, Plugin, ContainerEvent, ContainerState, Boundaries, MovementMode, } from './core/types';
5
+ export type { AutoAdjustConfig, Boundaries, ContainerConfig, ContainerManagerInterface, ContainerEvent, ContainerState, DirectionMode, Plugin, ResizeConfig, MovementMode } from './core/types';
6
6
  export type { StateInterface } from './utils';
7
7
  export type { TemplateConfig } from './utils/TemplateLoader';
8
8
  export { ContainerManager } from './core/ContainerManager';
9
- export { ContainerInitializer, ContentCreator, TemplateLoader, NotificationSystem, getTemplateLoader, initializeTemplateSystem } from './utils';
9
+ export { ContainerInitializer, ContentCreator, TemplateLoader, NotificationSystem, StatsManager, getState, getTemplateLoader, initializeTemplateSystem } from './utils';
10
10
  export { LoggingPlugin, EdgeDockingPlugin, SnappingPlugin, StatePersistencePlugin } from './plugins';