feature/ux-improvements #26

Merged
ilia merged 73 commits from feature/ux-improvements into main 2026-02-18 14:43:05 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit a5b9238306 - Show all commits

View File

@@ -24,7 +24,14 @@ export {
type VirtualizerOptions,
} from './helpers';
export { splitArray } from './utils';
export {
buildQueryString,
clampNumber,
getDecimalPlaces,
roundToStepPrecision,
smoothScroll,
splitArray,
} from './utils';
export { springySlideFade } from './transitions';

View File

@@ -11,4 +11,5 @@ export { clampNumber } from './clampNumber/clampNumber';
export { debounce } from './debounce/debounce';
export { getDecimalPlaces } from './getDecimalPlaces/getDecimalPlaces';
export { roundToStepPrecision } from './roundToStepPrecision/roundToStepPrecision';
export { smoothScroll } from './smoothScroll/smoothScroll';
export { splitArray } from './splitArray/splitArray';