fix(shared-ui): export calculateFadeOpacity from index

This utility function was used by contacts-web skeletons but wasn't
exported from the main shared-ui package entry point.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-02 17:07:49 +01:00
parent 49c5873af1
commit 1fe498e758
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ export {
SkeletonCard,
SkeletonGrid,
AppLoadingSkeleton,
calculateFadeOpacity,
} from './molecules';
// Feedback

View file

@ -37,6 +37,7 @@ export {
SkeletonCard,
SkeletonGrid,
AppLoadingSkeleton,
calculateFadeOpacity,
} from './loaders';
// Feedback components