jaml-ui 1.0.0 → 1.0.1

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
@@ -14,7 +14,6 @@ export { DeckSprite, DECK_SPRITE_POS, STAKE_SPRITE_POS, type DeckSpriteProps, }
14
14
  export { MotelyVersionBadge, type MotelyVersionBadgeProps, type MotelyCapabilities, } from './components/MotelyVersionBadge.js';
15
15
  export { MotelyHello, type MotelyHelloProps } from './components/MotelyHello.js';
16
16
  export { JamlSpeedometer, type JamlSpeedometerProps, type JamlSpeedometerStatus, } from './components/JamlSpeedometer.js';
17
- export { Showcase, type ShowcaseFilter, type ShowcaseLiveStats, type ShowcaseProps, type ShowcaseRecentFind, } from './ui/showcase.js';
18
17
  export { extractVisualJamlItems, type JamlPreviewGroups, type JamlPreviewItem, type JamlPreviewSection, type JamlPreviewVisualType, } from './utils/jamlMapPreview.js';
19
18
  export { useMotelyStream, type StreamItem, type StreamState } from './hooks/useShopStream.js';
20
19
  export { useSearch, type SearchResult, type SearchMode, type SearchStatus, type UseSearchState, } from './hooks/useSearch.js';