File tree Expand file tree Collapse file tree 4 files changed +802
-6
lines changed
Expand file tree Collapse file tree 4 files changed +802
-6
lines changed Original file line number Diff line number Diff line change 2525 - run : npm run tsc
2626 - run : npm run test
2727 - run : npm run build
28+ - run : npm run size
2829 - run : npm run storybook:test
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "name" : " useAnimation" ,
4+ "path" : " lib/index.mjs" ,
5+ "import" : " { useAnimation }" ,
6+ "limit" : " 1.5 kB"
7+ },
8+ {
9+ "name" : " useAnimationFunction" ,
10+ "path" : " lib/index.mjs" ,
11+ "import" : " { useAnimationFunction }" ,
12+ "limit" : " 1.5 kB"
13+ },
14+ {
15+ "name" : " useTransitionAnimation" ,
16+ "path" : " lib/index.mjs" ,
17+ "import" : " { useTransitionAnimation }" ,
18+ "limit" : " 1.5 kB"
19+ },
20+ {
21+ "name" : " TransitionGroup" ,
22+ "path" : " lib/index.mjs" ,
23+ "import" : " { TransitionGroup }" ,
24+ "limit" : " 1.5 kB"
25+ }
26+ ]
You can’t perform that action at this time.
0 commit comments