-
Notifications
You must be signed in to change notification settings - Fork 25
/
cosmos.imports.ts
137 lines (130 loc) · 9.25 KB
/
cosmos.imports.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
// This file is automatically generated by Cosmos. Add it to .gitignore and
// only edit if you know what you're doing.
import { RendererConfig, UserModuleWrappers } from 'react-cosmos-core';
import * as fixture0 from './packages/app/fixtures/ViewReactionsSheet.fixture';
import * as fixture1 from './packages/app/fixtures/VideoEmbed.fixture';
import * as fixture2 from './packages/app/fixtures/UserProfileScreen.fixture';
import * as fixture3 from './packages/app/fixtures/Text.fixture';
import * as fixture4 from './packages/app/fixtures/SearchBar.fixture';
import * as fixture5 from './packages/app/fixtures/ScreenHeader.fixture';
import * as fixture6 from './packages/app/fixtures/ReferenceSkeleton.fixture';
import * as fixture7 from './packages/app/fixtures/ProfileSheet.fixture';
import * as fixture8 from './packages/app/fixtures/ProfileBlock.fixture';
import * as fixture9 from './packages/app/fixtures/PostScreen.fixture';
import * as fixture10 from './packages/app/fixtures/PostReference.fixture';
import * as fixture11 from './packages/app/fixtures/ParentAgnosticKeyboardAvoidingView.fixture';
import * as fixture12 from './packages/app/fixtures/OutsideEmbed.fixture';
import * as fixture13 from './packages/app/fixtures/MetaEditorScreen.fixture';
import * as fixture14 from './packages/app/fixtures/MessageInput.fixture';
import * as fixture15 from './packages/app/fixtures/MessageActions.fixture';
import * as fixture16 from './packages/app/fixtures/InviteUsersSheet.fixture';
import * as fixture17 from './packages/app/fixtures/Input.fixture';
import * as fixture18 from './packages/app/fixtures/ImageViewer.fixture';
import * as fixture19 from './packages/app/fixtures/GroupListItem.fixture';
import * as fixture20 from './packages/app/fixtures/GroupList.fixture';
import * as fixture21 from './packages/app/fixtures/GalleryPost.fixture';
import * as fixture22 from './packages/app/fixtures/Form.fixture';
import * as fixture23 from './packages/app/fixtures/FindGroups.fixture';
import * as fixture24 from './packages/app/fixtures/CreateGroup.fixture';
import * as fixture25 from './packages/app/fixtures/ContactList.fixture';
import * as fixture26 from './packages/app/fixtures/ChatMessage.fixture';
import * as fixture27 from './packages/app/fixtures/ChannelSwitcherSheet.fixture';
import * as fixture28 from './packages/app/fixtures/ChannelHeader.fixture';
import * as fixture29 from './packages/app/fixtures/ChannelDivider.fixture';
import * as fixture30 from './packages/app/fixtures/Channel.fixture';
import * as fixture31 from './packages/app/fixtures/Button.fixture';
import * as fixture32 from './packages/app/fixtures/BlockSectionList.fixture';
import * as fixture33 from './packages/app/fixtures/Avatar.fixture';
import * as fixture34 from './packages/app/fixtures/AudioEmbed.fixture';
import * as fixture35 from './packages/app/fixtures/AttachmentPreviewList.fixture';
import * as fixture36 from './packages/app/fixtures/AddGroupSheet.fixture';
import * as fixture37 from './packages/app/fixtures/Activity.fixture';
import * as fixture38 from './apps/tlon-mobile/src/App.fixture';
import * as fixture39 from './packages/app/fixtures/DetailView/NotebookDetailView.fixture';
import * as fixture40 from './packages/app/fixtures/DetailView/GalleryDetailView.fixture';
import * as fixture41 from './packages/app/fixtures/DetailView/ChatDetailView.fixture';
import * as fixture42 from './packages/app/fixtures/ActionSheet/SendPostRetrySheet.fixture';
import * as fixture43 from './packages/app/fixtures/ActionSheet/ProfileSheet.fixture';
import * as fixture44 from './packages/app/fixtures/ActionSheet/GroupPreviewSheet.fixture';
import * as fixture45 from './packages/app/fixtures/ActionSheet/GroupJoinRequestSheet.fixture';
import * as fixture46 from './packages/app/fixtures/ActionSheet/GenericActionSheet.fixture';
import * as fixture47 from './packages/app/fixtures/ActionSheet/EditSectionNameSheet.fixture';
import * as fixture48 from './packages/app/fixtures/ActionSheet/DeleteSheet.fixture';
import * as fixture49 from './packages/app/fixtures/ActionSheet/CreateChannelSheet.fixture';
import * as fixture50 from './packages/app/fixtures/ActionSheet/AttachmentSheet.fixture';
import * as fixture51 from './packages/app/fixtures/ActionSheet/AddGalleryPostSheet.fixture';
import * as fixture52 from './apps/tlon-mobile/src/fixtures/SetNicknameScreen.fixture';
import * as fixture53 from './apps/tlon-mobile/src/fixtures/Onboarding.fixture';
import * as fixture54 from './apps/tlon-mobile/src/fixtures/InputToolbar.fixture';
import * as decorator0 from './packages/app/fixtures/cosmos.decorator';
import * as decorator1 from './apps/tlon-mobile/src/fixtures/cosmos.decorator';
export const rendererConfig: RendererConfig = {
"playgroundUrl": "http://localhost:5000",
"rendererUrl": null
};
const fixtures = {
'packages/app/fixtures/ViewReactionsSheet.fixture.tsx': { module: fixture0 },
'packages/app/fixtures/VideoEmbed.fixture.tsx': { module: fixture1 },
'packages/app/fixtures/UserProfileScreen.fixture.tsx': { module: fixture2 },
'packages/app/fixtures/Text.fixture.tsx': { module: fixture3 },
'packages/app/fixtures/SearchBar.fixture.tsx': { module: fixture4 },
'packages/app/fixtures/ScreenHeader.fixture.tsx': { module: fixture5 },
'packages/app/fixtures/ReferenceSkeleton.fixture.tsx': { module: fixture6 },
'packages/app/fixtures/ProfileSheet.fixture.tsx': { module: fixture7 },
'packages/app/fixtures/ProfileBlock.fixture.tsx': { module: fixture8 },
'packages/app/fixtures/PostScreen.fixture.tsx': { module: fixture9 },
'packages/app/fixtures/PostReference.fixture.tsx': { module: fixture10 },
'packages/app/fixtures/ParentAgnosticKeyboardAvoidingView.fixture.tsx': { module: fixture11 },
'packages/app/fixtures/OutsideEmbed.fixture.tsx': { module: fixture12 },
'packages/app/fixtures/MetaEditorScreen.fixture.tsx': { module: fixture13 },
'packages/app/fixtures/MessageInput.fixture.tsx': { module: fixture14 },
'packages/app/fixtures/MessageActions.fixture.tsx': { module: fixture15 },
'packages/app/fixtures/InviteUsersSheet.fixture.tsx': { module: fixture16 },
'packages/app/fixtures/Input.fixture.tsx': { module: fixture17 },
'packages/app/fixtures/ImageViewer.fixture.tsx': { module: fixture18 },
'packages/app/fixtures/GroupListItem.fixture.tsx': { module: fixture19 },
'packages/app/fixtures/GroupList.fixture.tsx': { module: fixture20 },
'packages/app/fixtures/GalleryPost.fixture.tsx': { module: fixture21 },
'packages/app/fixtures/Form.fixture.tsx': { module: fixture22 },
'packages/app/fixtures/FindGroups.fixture.tsx': { module: fixture23 },
'packages/app/fixtures/CreateGroup.fixture.tsx': { module: fixture24 },
'packages/app/fixtures/ContactList.fixture.tsx': { module: fixture25 },
'packages/app/fixtures/ChatMessage.fixture.tsx': { module: fixture26 },
'packages/app/fixtures/ChannelSwitcherSheet.fixture.tsx': { module: fixture27 },
'packages/app/fixtures/ChannelHeader.fixture.tsx': { module: fixture28 },
'packages/app/fixtures/ChannelDivider.fixture.tsx': { module: fixture29 },
'packages/app/fixtures/Channel.fixture.tsx': { module: fixture30 },
'packages/app/fixtures/Button.fixture.tsx': { module: fixture31 },
'packages/app/fixtures/BlockSectionList.fixture.tsx': { module: fixture32 },
'packages/app/fixtures/Avatar.fixture.tsx': { module: fixture33 },
'packages/app/fixtures/AudioEmbed.fixture.tsx': { module: fixture34 },
'packages/app/fixtures/AttachmentPreviewList.fixture.tsx': { module: fixture35 },
'packages/app/fixtures/AddGroupSheet.fixture.tsx': { module: fixture36 },
'packages/app/fixtures/Activity.fixture.tsx': { module: fixture37 },
'apps/tlon-mobile/src/App.fixture.tsx': { module: fixture38 },
'packages/app/fixtures/DetailView/NotebookDetailView.fixture.tsx': { module: fixture39 },
'packages/app/fixtures/DetailView/GalleryDetailView.fixture.tsx': { module: fixture40 },
'packages/app/fixtures/DetailView/ChatDetailView.fixture.tsx': { module: fixture41 },
'packages/app/fixtures/ActionSheet/SendPostRetrySheet.fixture.tsx': { module: fixture42 },
'packages/app/fixtures/ActionSheet/ProfileSheet.fixture.tsx': { module: fixture43 },
'packages/app/fixtures/ActionSheet/GroupPreviewSheet.fixture.tsx': { module: fixture44 },
'packages/app/fixtures/ActionSheet/GroupJoinRequestSheet.fixture.tsx': { module: fixture45 },
'packages/app/fixtures/ActionSheet/GenericActionSheet.fixture.tsx': { module: fixture46 },
'packages/app/fixtures/ActionSheet/EditSectionNameSheet.fixture.tsx': { module: fixture47 },
'packages/app/fixtures/ActionSheet/DeleteSheet.fixture.tsx': { module: fixture48 },
'packages/app/fixtures/ActionSheet/CreateChannelSheet.fixture.tsx': { module: fixture49 },
'packages/app/fixtures/ActionSheet/AttachmentSheet.fixture.tsx': { module: fixture50 },
'packages/app/fixtures/ActionSheet/AddGalleryPostSheet.fixture.tsx': { module: fixture51 },
'apps/tlon-mobile/src/fixtures/SetNicknameScreen.fixture.tsx': { module: fixture52 },
'apps/tlon-mobile/src/fixtures/Onboarding.fixture.tsx': { module: fixture53 },
'apps/tlon-mobile/src/fixtures/InputToolbar.fixture.tsx': { module: fixture54 }
};
const decorators = {
'packages/app/fixtures/cosmos.decorator.tsx': { module: decorator0 },
'apps/tlon-mobile/src/fixtures/cosmos.decorator.tsx': { module: decorator1 }
};
export const moduleWrappers: UserModuleWrappers = {
lazy: false,
fixtures,
decorators
};