···8import {atoms as a, useTheme} from '#/alf'
9import * as TextField from '#/components/forms/TextField'
10import {StarterPack} from '#/components/icons/StarterPack'
11-import {ScreenTransition} from '#/components/StarterPack/Wizard/ScreenTransition'
12import {Text} from '#/components/Typography'
1314export function StepDetails() {
···23 })
2425 return (
26- <ScreenTransition direction={state.transitionDirection}>
27 <View style={[a.px_xl, a.gap_xl, a.mt_4xl]}>
28 <View style={[a.gap_md, a.align_center, a.px_md, a.mb_md]}>
29 <StarterPack width={90} gradient="sky" />
···8import {atoms as a, useTheme} from '#/alf'
9import * as TextField from '#/components/forms/TextField'
10import {StarterPack} from '#/components/icons/StarterPack'
11+import {ScreenTransition} from '#/components/ScreenTransition'
12import {Text} from '#/components/Typography'
1314export function StepDetails() {
···23 })
2425 return (
26+ <ScreenTransition direction={state.transitionDirection} enabledWeb>
27 <View style={[a.px_xl, a.gap_xl, a.mt_4xl]}>
28 <View style={[a.gap_md, a.align_center, a.px_md, a.mb_md]}>
29 <StarterPack width={90} gradient="sky" />
+5-2
src/screens/StarterPack/Wizard/StepFeeds.tsx
···17import {SearchInput} from '#/components/forms/SearchInput'
18import {useThrottledValue} from '#/components/hooks/useThrottledValue'
19import {Loader} from '#/components/Loader'
20-import {ScreenTransition} from '#/components/StarterPack/Wizard/ScreenTransition'
21import {WizardFeedCard} from '#/components/StarterPack/Wizard/WizardListCard'
22import {Text} from '#/components/Typography'
23···79 }
8081 return (
82- <ScreenTransition style={[a.flex_1]} direction={state.transitionDirection}>
00083 <View style={[a.border_b, t.atoms.border_contrast_medium]}>
84 <View style={[a.py_sm, a.px_md, {height: 60}]}>
85 <SearchInput
···17import {SearchInput} from '#/components/forms/SearchInput'
18import {useThrottledValue} from '#/components/hooks/useThrottledValue'
19import {Loader} from '#/components/Loader'
20+import {ScreenTransition} from '#/components/ScreenTransition'
21import {WizardFeedCard} from '#/components/StarterPack/Wizard/WizardListCard'
22import {Text} from '#/components/Typography'
23···79 }
8081 return (
82+ <ScreenTransition
83+ style={[a.flex_1]}
84+ direction={state.transitionDirection}
85+ enabledWeb>
86 <View style={[a.border_b, t.atoms.border_contrast_medium]}>
87 <View style={[a.py_sm, a.px_md, {height: 60}]}>
88 <SearchInput
+5-2
src/screens/StarterPack/Wizard/StepProfiles.tsx
···13import {atoms as a, useTheme} from '#/alf'
14import {SearchInput} from '#/components/forms/SearchInput'
15import {Loader} from '#/components/Loader'
16-import {ScreenTransition} from '#/components/StarterPack/Wizard/ScreenTransition'
17import {WizardProfileCard} from '#/components/StarterPack/Wizard/WizardListCard'
18import {Text} from '#/components/Typography'
19import type * as bsky from '#/types/bsky'
···64 }
6566 return (
67- <ScreenTransition style={[a.flex_1]} direction={state.transitionDirection}>
00068 <View style={[a.border_b, t.atoms.border_contrast_medium]}>
69 <View style={[a.py_sm, a.px_md, {height: 60}]}>
70 <SearchInput
···13import {atoms as a, useTheme} from '#/alf'
14import {SearchInput} from '#/components/forms/SearchInput'
15import {Loader} from '#/components/Loader'
16+import {ScreenTransition} from '#/components/ScreenTransition'
17import {WizardProfileCard} from '#/components/StarterPack/Wizard/WizardListCard'
18import {Text} from '#/components/Typography'
19import type * as bsky from '#/types/bsky'
···64 }
6566 return (
67+ <ScreenTransition
68+ style={[a.flex_1]}
69+ direction={state.transitionDirection}
70+ enabledWeb>
71 <View style={[a.border_b, t.atoms.border_contrast_medium]}>
72 <View style={[a.py_sm, a.px_md, {height: 60}]}>
73 <SearchInput