mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:21:08 +02:00
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:
parent
49c5873af1
commit
1fe498e758
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ export {
|
|||
SkeletonCard,
|
||||
SkeletonGrid,
|
||||
AppLoadingSkeleton,
|
||||
calculateFadeOpacity,
|
||||
} from './molecules';
|
||||
|
||||
// Feedback
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ export {
|
|||
SkeletonCard,
|
||||
SkeletonGrid,
|
||||
AppLoadingSkeleton,
|
||||
calculateFadeOpacity,
|
||||
} from './loaders';
|
||||
|
||||
// Feedback components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue