@flemo/react 2.2.3 → 2.3.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.
@@ -0,0 +1 @@
1
+ export {};
package/dist/index.d.ts CHANGED
@@ -24,5 +24,5 @@ export { default as RouterScopeProvider } from './stores/RouterScopeProvider';
24
24
  export { type FlemoStores } from './stores/StoreContext';
25
25
  export { type SharedBarId, type SharedBarMetadata, type SharedBarPresence, type SharedBarsMetadata } from './screen/store';
26
26
  export { default as useViewportScrollHeight } from './screen/useViewportScrollHeight';
27
- export { createTransition, createRawTransition, createDecorator, createRawDecorator, createPartTransition, createRawPartTransition, partTransitionMap, createMorphTransition, createRawMorphTransition, morphTransitionMap, createBrowserHistoryDriver } from '@flemo/core';
28
- export type { TransitionName, RegisterTransition, DecoratorName, RegisterDecorator, PartTransitionName, RegisterPartTransition, PartTransitionOptions, MorphTransitionName, RegisterMorphTransition, MorphTransitionOptions, HistoryDriver, HistoryNavEvent } from '@flemo/core';
27
+ export { createTransition, createRawTransition, createDecorator, createRawDecorator, createPartTransition, createRawPartTransition, partTransitionMap, createMorphTransition, createRawMorphTransition, morphTransitionMap, createBrowserHistoryDriver, DEFAULT_COMMIT_FRACTION, DEFAULT_COMMIT_VELOCITY } from '@flemo/core';
28
+ export type { TransitionName, RegisterTransition, DecoratorName, RegisterDecorator, PartTransitionName, RegisterPartTransition, PartTransitionOptions, MorphTransitionName, RegisterMorphTransition, MorphTransitionOptions, HistoryDriver, HistoryNavEvent, SwipeInfo, SwipeOptions, SwipeStop } from '@flemo/core';