@almadar/ui 5.85.0 → 5.87.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.
@@ -34,8 +34,6 @@ export { GameHud, type GameHudProps, type GameHudStat, type GameHudElement } fro
34
34
  export { GameMenu, type GameMenuProps, type MenuOption } from './GameMenu';
35
35
  export { Canvas2D, type Canvas2DProps, type Projection, type CameraMode, type Platform, type SidePlayer, type TileCoord, } from './Canvas2D';
36
36
  export { useUnitSpriteAtlas } from '../../shared/hooks/useUnitSpriteAtlas';
37
- export { CanvasEffect, type CanvasEffectProps } from '../organisms/CanvasEffect';
38
- export * from '../../shared/hooks/useCanvasEffects';
39
37
  export { GameAudioProvider, GameAudioContext, useGameAudioContext, type GameAudioProviderProps, type GameAudioContextValue, } from '../../shared/providers/GameAudioProvider';
40
38
  export { GameAudioToggle, type GameAudioToggleProps, } from '../atoms/GameAudioToggle';
41
39
  export { useGameAudio, type AudioManifest, type SoundEntry, type GameAudioControls, type UseGameAudioOptions, } from '../../shared/hooks/useGameAudio';
@@ -17,5 +17,3 @@ export { isoToScreen, screenToIso, TILE_WIDTH, TILE_HEIGHT, FLOOR_HEIGHT, DIAMON
17
17
  export type { TileLayout } from './isometric';
18
18
  export { inferDirection, resolveSheetDirection, getCurrentFrame, resolveFrame, createUnitAnimationState, transitionAnimation, tickAnimationState, } from './spriteAnimation';
19
19
  export { SPRITE_SHEET_LAYOUT, SHEET_COLUMNS } from './spriteSheetConstants';
20
- export * from './combatPresets';
21
- export * from './canvasEffects';