@mohamed-karawia/library 0.1.22 → 0.1.23
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +27 -27
- package/dist/stories/Community/Community.js +27 -29
- package/dist/stories/Forms/AddPhoto/AddPhoto.js +8 -7
- package/dist/stories/Forms/CreateEvent/CreateEvent.js +115 -0
- package/dist/stories/Forms/CreateFolder/CreateFolder.js +87 -0
- package/dist/stories/Forms/CreateSong/CreateSong.js +98 -0
- package/dist/stories/Modals/AddPhotoAlbum/AddPhotoAlbum.js +38 -0
- package/dist/stories/Modals/AddPhotoModal/AddPhotoModal.js +40 -0
- package/dist/stories/Modals/AddSongModal/AddSongModal.js +41 -0
- package/dist/stories/Modals/AddVideoAlbumModal/AddVideoAlbumModal.js +41 -0
- package/dist/stories/Modals/AddVideoModal/AddVideoModal.js +39 -0
- package/dist/stories/Modals/ChatConfigModal/ChatContifgModal.js +93 -0
- package/dist/stories/Modals/CreateEventModal/CreateEventModal.js +42 -0
- package/dist/stories/Modals/CreateFolderModal/CreateFolderModal.js +36 -0
- package/dist/stories/Modals/CreateMusicAlbumModal/CreateMusicAlbumModal.js +41 -0
- package/dist/stories/Modals/CreateNoteModal/CreateNoteModal.js +42 -0
- package/dist/stories/Modals/EventConfigModal/EventConfigModal.js +99 -0
- package/dist/stories/Modals/EventsConfigModal/EventsConfigModal.js +87 -0
- package/dist/stories/Modals/FoldersConfigModal/FoldersConfigModal.js +87 -0
- package/dist/stories/Modals/MusicAlbumConfigModal/MusicAlbumConfigModal.js +88 -0
- package/dist/stories/Modals/MusicAlbumsConfigModal/MusicAlbumsConfigModal.js +87 -0
- package/dist/stories/Modals/NotesConfigModal/NotesConfigModal.js +87 -0
- package/dist/stories/Modals/PhotoAlbumConfigModal/PhotoAlbumConfigModal.js +88 -0
- package/dist/stories/Modals/PhotoAlbumsConfigModal/PhotoAlbumsConfigModal.js +88 -0
- package/dist/stories/Modals/ShowImgModal/ShowImgModal.js +62 -0
- package/dist/stories/Modals/VideoAlbumConfigModal/VideoAlbumConfigModal.js +88 -0
- package/dist/stories/Modals/VideoAlbumsConfigModal/VideoAlbumsConfigModal.js +89 -0
- package/dist/stories/Modals/VideoConfigModal/VideoConfigModal.js +99 -0
- package/dist/stories/Pages/Chat/Chat.js +1 -1
- package/dist/stories/Pages/Events/Event/Event.js +1 -1
- package/dist/stories/Pages/Events/Events/Events.js +1 -1
- package/dist/stories/Pages/Library/Folders/Library.js +2 -2
- package/dist/stories/Pages/Library/Notes/Notes.js +2 -2
- package/dist/stories/Pages/Music/MusicAlbum/Music.js +2 -2
- package/dist/stories/Pages/Music/MusicAlbums/MusicAlbums.js +2 -2
- package/dist/stories/Pages/Photos/Album/Album.js +2 -2
- package/dist/stories/Pages/Photos/Albums/Albums.js +2 -2
- package/dist/stories/Pages/Video/DetailedVideo/DetailedVideo.js +2 -2
- package/dist/stories/Pages/Video/VideoAlbum/Video.js +2 -2
- package/dist/stories/PreviewComponents/ChatPreview/ChatPreview.js +6 -4
- package/dist/stories/PreviewComponents/EventPreview/EventPreview.js +6 -4
- package/dist/stories/PreviewComponents/EventsPreview/EventsPreview.js +6 -4
- package/dist/stories/PreviewComponents/FoldersPreview/FoldersPreview.js +6 -4
- package/dist/stories/PreviewComponents/MusicAlbumPreview/MusicAlbumPreview.js +6 -4
- package/dist/stories/PreviewComponents/MusicAlbumsPreview/MusicAlbumsPreview.js +7 -6
- package/dist/stories/PreviewComponents/MusicPlayerPreview/MusicPlayerPreview.js +6 -4
- package/dist/stories/PreviewComponents/NavbarPreview/NavbarPreview.js +6 -4
- package/dist/stories/PreviewComponents/NotesPreview/NotesPreview.js +6 -4
- package/dist/stories/PreviewComponents/PhotoAlbumPreview/PhotoAlbumPreview.js +6 -4
- package/dist/stories/PreviewComponents/PhotoAlbumsPreview/PhotoAlbumsPreview.js +6 -4
- package/dist/stories/PreviewComponents/SpacesListPreview/SpacesListPreview.js +6 -4
- package/dist/stories/PreviewComponents/VideoAlbumPreview/VideoAlbumPreview.js +6 -4
- package/dist/stories/PreviewComponents/VideoAlbumsPreview/VideoAlbumsPreview.js +6 -4
- package/dist/stories/PreviewComponents/VideoPreview/VideoPreview.js +6 -4
- package/dist/stories/Reusable Components/Comments/Comments.js +58 -0
- package/dist/stories/Reusable Components/Sections/Sections.js +67 -0
- package/dist/stories/Spaces/Chat/Chat.js +103 -0
- package/dist/stories/Spaces/EventsList/EventsList.js +140 -0
- package/dist/stories/Spaces/NotesList/NotesList.js +144 -0
- package/dist/stories/Spaces/ViewDetailedPhoto/ViewDetailedPhoto.js +24 -0
- package/dist/stories/Spaces/ViewEvent/Event.js +146 -0
- package/dist/stories/Spaces/ViewFolders/ViewFolders.js +136 -0
- package/dist/stories/Spaces/ViewMusicAlbumList/ViewMusicAlbumList.js +136 -0
- package/dist/stories/Spaces/ViewMusicAlbums/ViewMusicAlbums.js +130 -0
- package/dist/stories/Spaces/ViewNote/ViewNote.js +27 -0
- package/dist/stories/Spaces/ViewPhotoAlbumList/ViewPhotoAlbumList.js +231 -0
- package/dist/stories/Spaces/ViewPhotoAlbums/ViewPhotoAlbums.js +131 -0
- package/dist/stories/Spaces/ViewVideo/ViewVideo.js +169 -0
- package/dist/stories/Spaces/ViewVideoAlbumList/ViewVideoAlbumList.js +157 -0
- package/dist/stories/Spaces/ViewVideoAlbums/ViewVideoAlbums.js +164 -0
- package/dist/stories/Widgets/VideoPlayer/VideoPlayer.js +235 -0
- package/dist/stories/helpers/util.js +24 -24
- package/dist/stories/store/actions/actions.js +16 -0
- package/dist/stories/store/community.js +941 -0
- package/dist/stories/store/store.js +9 -4
- package/package.json +1 -1
- package/src/index.js +16 -16
- package/src/stories/Community/Community.jsx +19 -19
- package/src/stories/Forms/AddPhoto/AddPhoto.jsx +72 -72
- package/src/stories/{Events → Forms}/CreateEvent/CreateEvent.jsx +5 -1
- package/src/stories/{Library → Forms}/CreateFolder/CreateFolder.jsx +0 -0
- package/src/stories/Forms/{AddSong/AddSong.jsx → CreateSong/CreateSong.jsx} +0 -0
- package/src/stories/Modals/AddPhotoAlbum/AddPhotoAlbum.jsx +27 -0
- package/src/stories/Modals/AddPhotoModal/AddPhotoModal.jsx +29 -0
- package/src/stories/Modals/AddSongModal/AddSongModal.jsx +37 -0
- package/src/stories/Modals/AddVideoAlbumModal/AddVideoAlbumModal.jsx +38 -0
- package/src/stories/Modals/AddVideoModal/AddVideoModal.jsx +35 -0
- package/src/stories/Modals/ChatConfigModal/ChatContifgModal.jsx +77 -0
- package/src/stories/Modals/CreateEventModal/CreateEventModal.jsx +30 -0
- package/src/stories/Modals/CreateFolderModal/CreateFolderModal.jsx +39 -0
- package/src/stories/Modals/CreateMusicAlbumModal/CreateMusicAlbumModal.jsx +37 -0
- package/src/stories/Modals/CreateNoteModal/CreateNoteModal.jsx +43 -0
- package/src/stories/Modals/EventConfigModal/EventConfigModal.jsx +74 -0
- package/src/stories/Modals/EventsConfigModal/EventsConfigModal.jsx +67 -0
- package/src/stories/Modals/FoldersConfigModal/FoldersConfigModal.jsx +66 -0
- package/src/stories/Modals/MusicAlbumConfigModal/MusicAlbumConfigModal.jsx +69 -0
- package/src/stories/Modals/MusicAlbumsConfigModal/MusicAlbumsConfigModal.jsx +73 -0
- package/src/stories/Modals/NotesConfigModal/NotesConfigModal.jsx +65 -0
- package/src/stories/Modals/PhotoAlbumConfigModal/PhotoAlbumConfigModal.jsx +71 -0
- package/src/stories/Modals/PhotoAlbumsConfigModal/PhotoAlbumsConfigModal.jsx +69 -0
- package/src/stories/Modals/ShowImgModal/ShowImgModal.jsx +87 -0
- package/src/stories/Modals/VideoAlbumConfigModal/VideoAlbumConfigModal.jsx +67 -0
- package/src/stories/Modals/VideoAlbumsConfigModal/VideoAlbumsConfigModal.jsx +67 -0
- package/src/stories/Modals/VideoConfigModal/VideoConfigModal.jsx +78 -0
- package/src/stories/Pages/Chat/Chat.jsx +1 -1
- package/src/stories/Pages/Events/Event/Event.jsx +1 -1
- package/src/stories/Pages/Events/Events/Events.jsx +1 -1
- package/src/stories/Pages/Library/Folders/Library.jsx +1 -1
- package/src/stories/Pages/Library/Notes/Notes.jsx +1 -1
- package/src/stories/Pages/Music/MusicAlbum/Music.jsx +1 -1
- package/src/stories/Pages/Music/MusicAlbums/MusicAlbums.jsx +1 -1
- package/src/stories/Pages/Photos/Album/Album.jsx +1 -1
- package/src/stories/Pages/Photos/Albums/Albums.jsx +1 -1
- package/src/stories/Pages/Video/DetailedVideo/DetailedVideo.jsx +1 -1
- package/src/stories/Pages/Video/VideoAlbum/Video.jsx +1 -1
- package/src/stories/PreviewComponents/ChatPreview/ChatPreview.jsx +106 -104
- package/src/stories/PreviewComponents/EventPreview/EventPreview.jsx +6 -4
- package/src/stories/PreviewComponents/EventsPreview/EventsPreview.jsx +106 -104
- package/src/stories/PreviewComponents/FoldersPreview/FoldersPreview.jsx +7 -5
- package/src/stories/PreviewComponents/MusicAlbumPreview/MusicAlbumPreview.jsx +6 -4
- package/src/stories/PreviewComponents/MusicAlbumsPreview/MusicAlbumsPreview.jsx +13 -11
- package/src/stories/PreviewComponents/MusicPlayerPreview/MusicPlayerPreview.jsx +35 -33
- package/src/stories/PreviewComponents/NavbarPreview/NavbarPreview.jsx +17 -15
- package/src/stories/PreviewComponents/NotesPreview/NotesPreview.jsx +6 -4
- package/src/stories/PreviewComponents/PhotoAlbumPreview/PhotoAlbumPreview.jsx +105 -103
- package/src/stories/PreviewComponents/PhotoAlbumsPreview/PhotoAlbumsPreview.jsx +7 -5
- package/src/stories/PreviewComponents/SpacesListPreview/SpacesListPreview.jsx +9 -7
- package/src/stories/PreviewComponents/VideoAlbumPreview/VideoAlbumPreview.jsx +6 -4
- package/src/stories/PreviewComponents/VideoAlbumsPreview/VideoAlbumsPreview.jsx +6 -4
- package/src/stories/PreviewComponents/VideoPreview/VideoPreview.jsx +6 -4
- package/src/stories/{VideoAlbum → Reusable Components}/Comments/Comments.jsx +0 -0
- package/src/stories/{Sections/Sections.jsx → Reusable Components/Sections/Sections.jsx } +1 -1
- package/src/stories/Spaces/Chat/Chat.jsx +77 -0
- package/src/stories/Spaces/EventsList/EventsList.jsx +118 -0
- package/src/stories/{Library/Notes/Notes.jsx → Spaces/NotesList/NotesList.jsx} +20 -66
- package/src/stories/{Photo Album/DetailedPhoto/DetailedPhoto.jsx → Spaces/ViewDetailedPhoto/ViewDetailedPhoto.jsx} +1 -1
- package/src/stories/{Events/Event → Spaces/ViewEvent}/Event.jsx +10 -74
- package/src/stories/Spaces/ViewFolders/ViewFolders.jsx +122 -0
- package/src/stories/Spaces/ViewMusicAlbumList/ViewMusicAlbumList.jsx +118 -0
- package/src/stories/Spaces/ViewMusicAlbums/ViewMusicAlbums.jsx +108 -0
- package/src/stories/{Library → Spaces}/ViewNote/ViewNote.jsx +0 -0
- package/src/stories/{Photo Album/ViewAlbum/ViewAlbum.jsx → Spaces/ViewPhotoAlbumList/ViewPhotoAlbumList.jsx} +42 -137
- package/src/stories/{Photo Album/ViewAlbums/ViewAlbums.jsx → Spaces/ViewPhotoAlbums/ViewPhotoAlbums.jsx} +16 -55
- package/src/stories/{VideoAlbum/VideoSpace/VideoSpace.jsx → Spaces/ViewVideo/ViewVideo.jsx} +15 -48
- package/src/stories/{VideoAlbum/ViewAlbum/ViewAlbum.jsx → Spaces/ViewVideoAlbumList/ViewVideoAlbumList.jsx} +14 -57
- package/src/stories/{VideoAlbum/AlbumsGallery/AlbumsGallery.jsx → Spaces/ViewVideoAlbums/ViewVideoAlbums.jsx} +14 -52
- package/src/stories/{VideoAlbum → Widgets}/VideoPlayer/VideoPlayer.jsx +0 -0
- package/src/stories/helpers/util.js +13 -13
- package/src/stories/store/actions/actions.js +7 -0
- package/src/stories/store/{communities.js → community.js} +0 -0
- package/src/stories/store/store.js +3 -4
- package/src/stories/Chat/Chat.jsx +0 -154
- package/src/stories/Events/EventsList/EventsList.jsx +0 -187
- package/src/stories/Library/Folders/Folders.jsx +0 -196
- package/src/stories/Music Album/ViewAlbum/ViewAlbum.jsx +0 -172
- package/src/stories/Music Album/ViewAlbums/ViewAlbums.jsx +0 -166
@@ -0,0 +1,941 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.community = void 0;
|
7
|
+
var community = {
|
8
|
+
name: 'test',
|
9
|
+
private: false,
|
10
|
+
communityMembers: [],
|
11
|
+
communityRoles: [],
|
12
|
+
joining_guards: ['everyone', 'enrollment-based'],
|
13
|
+
visibility_guards: ['invite-only', 'public', 'discoverable'],
|
14
|
+
invites: [],
|
15
|
+
styles: {
|
16
|
+
backgroundColor: 'white'
|
17
|
+
},
|
18
|
+
navbarStyles: {
|
19
|
+
iconSize: "md",
|
20
|
+
iconBackgroundColor: "#00ADC4"
|
21
|
+
},
|
22
|
+
spacesListWidget: {
|
23
|
+
widgetId: '',
|
24
|
+
widgetType: 'spaces-list',
|
25
|
+
widgetTypeId: '',
|
26
|
+
widgetSpacesList: {
|
27
|
+
listTitle: 'My Spaces',
|
28
|
+
spaces: [{
|
29
|
+
title: 'Chat',
|
30
|
+
data: [{
|
31
|
+
title: 'Chat',
|
32
|
+
id: 'chat'
|
33
|
+
}]
|
34
|
+
}, {
|
35
|
+
title: 'Events',
|
36
|
+
data: [{
|
37
|
+
title: 'Event',
|
38
|
+
id: 'event'
|
39
|
+
}, {
|
40
|
+
title: 'Events List',
|
41
|
+
id: 'events_list'
|
42
|
+
}]
|
43
|
+
}, {
|
44
|
+
title: 'Library',
|
45
|
+
data: [{
|
46
|
+
title: 'Folders',
|
47
|
+
id: 'folders'
|
48
|
+
}, {
|
49
|
+
title: 'Notes',
|
50
|
+
id: 'notes'
|
51
|
+
}]
|
52
|
+
}, {
|
53
|
+
title: 'Music',
|
54
|
+
data: [{
|
55
|
+
title: 'Music Album',
|
56
|
+
id: 'music_album'
|
57
|
+
}, {
|
58
|
+
title: 'Music Albums',
|
59
|
+
id: 'music_albums'
|
60
|
+
}]
|
61
|
+
}, {
|
62
|
+
title: 'Photos',
|
63
|
+
data: [{
|
64
|
+
title: 'Photo Album',
|
65
|
+
id: 'photo_album'
|
66
|
+
}, {
|
67
|
+
title: 'Photo Albums',
|
68
|
+
id: 'photo_albums'
|
69
|
+
}]
|
70
|
+
}, {
|
71
|
+
title: 'Videos',
|
72
|
+
data: [{
|
73
|
+
title: 'Video Albums',
|
74
|
+
id: 'video_albums'
|
75
|
+
}, {
|
76
|
+
title: 'Video Album',
|
77
|
+
id: 'video_album'
|
78
|
+
}, {
|
79
|
+
title: 'Video Space',
|
80
|
+
id: 'video_space'
|
81
|
+
}]
|
82
|
+
}],
|
83
|
+
styles: {
|
84
|
+
headerStyles: {},
|
85
|
+
sectionHeaderStyles: {
|
86
|
+
padding: 2,
|
87
|
+
headerBackground: "#00ADC4",
|
88
|
+
titleColor: "white"
|
89
|
+
},
|
90
|
+
customCardStyles: {
|
91
|
+
cardPadding: 6,
|
92
|
+
cardTitleFontSize: 15,
|
93
|
+
cardBackgroundColor: "white",
|
94
|
+
cardTitleColor: "#00ADC4",
|
95
|
+
cardBorderSize: 1,
|
96
|
+
cardBorderColor: "#00ADC4",
|
97
|
+
onHoverBackgroundColor: "#d3d3d3",
|
98
|
+
controlsStyles: {
|
99
|
+
showOnHover: true,
|
100
|
+
iconColor: "#00ADC4"
|
101
|
+
}
|
102
|
+
},
|
103
|
+
borderRadius: 10,
|
104
|
+
primaryColor: "#00ADC4",
|
105
|
+
iconsColor: "#00ADC4",
|
106
|
+
backgroundColor: "white",
|
107
|
+
discColor: "gray",
|
108
|
+
dateColor: "gray",
|
109
|
+
iconColor: "#00ADC4",
|
110
|
+
cardTitleFontSize: 15
|
111
|
+
}
|
112
|
+
}
|
113
|
+
},
|
114
|
+
spaces: [{
|
115
|
+
// space level settings
|
116
|
+
spaceId: '',
|
117
|
+
spaceType: 'chat',
|
118
|
+
spaceTypeId: '',
|
119
|
+
spaceInvites: [],
|
120
|
+
spaceMembers: [],
|
121
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
122
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
123
|
+
spaceProps: {
|
124
|
+
users: [{
|
125
|
+
id: 'walter',
|
126
|
+
display: 'Walter White'
|
127
|
+
}, {
|
128
|
+
id: 'jesse',
|
129
|
+
display: 'Jesse Pinkman'
|
130
|
+
}, {
|
131
|
+
id: 'gus',
|
132
|
+
display: 'Gustavo "Gus" Fring'
|
133
|
+
}, {
|
134
|
+
id: 'saul',
|
135
|
+
display: 'Saul Goodman'
|
136
|
+
}, {
|
137
|
+
id: 'hank',
|
138
|
+
display: 'Hank Schrader'
|
139
|
+
}, {
|
140
|
+
id: 'skyler',
|
141
|
+
display: 'Skyler White'
|
142
|
+
}, {
|
143
|
+
id: 'mike',
|
144
|
+
display: 'Mike Ehrmantraut'
|
145
|
+
}, {
|
146
|
+
id: 'lydia',
|
147
|
+
display: 'Lydìã Rôdarté-Qüayle'
|
148
|
+
}],
|
149
|
+
data: [{
|
150
|
+
username: 'Adam',
|
151
|
+
img: "https://cdn3.iconfinder.com/data/icons/avatars-9/145/Avatar_Cat-512.png",
|
152
|
+
date: '5/11/2021',
|
153
|
+
text: 'Welcome to Zoo community !'
|
154
|
+
}, {
|
155
|
+
username: 'Roze',
|
156
|
+
img: "https://w7.pngwing.com/pngs/867/134/png-transparent-giant-panda-dog-cat-avatar-fox-animal-tag-mammal-animals-carnivoran-thumbnail.png",
|
157
|
+
date: '5/11/2021',
|
158
|
+
text: 'This is fake chat test This is fake chat test This is fake chat test This is fake chat test This is fake chat test ',
|
159
|
+
media: /*#__PURE__*/React.createElement("img", {
|
160
|
+
src: "https://cdn4.vectorstock.com/i/1000x1000/73/93/cute-lion-cartoon-on-white-background-vector-26837393.jpg"
|
161
|
+
})
|
162
|
+
}, {
|
163
|
+
username: 'Saif',
|
164
|
+
img: "https://img.favpng.com/5/2/3/computer-icons-scalable-vector-graphics-avatar-emoticon-png-favpng-209NAXaV1ZBQdYGrU7nNbMxpX.jpg",
|
165
|
+
date: '5/11/2021',
|
166
|
+
text: 'This is fake chat test This is fake chat test This is fake chat test This is fake chat test This is fake chat test '
|
167
|
+
}, {
|
168
|
+
username: 'Noor',
|
169
|
+
img: "https://cdn3.iconfinder.com/data/icons/avatars-9/145/Avatar_Panda-512.png",
|
170
|
+
date: '5/11/2021',
|
171
|
+
text: 'This is fake chat test This is fake chat test This is fake chat test This is fake chat test This is fake chat test '
|
172
|
+
}]
|
173
|
+
},
|
174
|
+
styles: {
|
175
|
+
headerStyles: {
|
176
|
+
padding: 10,
|
177
|
+
headerBackground: "#00ADC4",
|
178
|
+
titleColor: "#ffff",
|
179
|
+
controlsStyles: {
|
180
|
+
iconSize: 25
|
181
|
+
}
|
182
|
+
},
|
183
|
+
backgroundColor: 'transparent',
|
184
|
+
customCardStyles: {
|
185
|
+
cardPadding: 6,
|
186
|
+
cardTitleFontSize: 15,
|
187
|
+
cardBackgroundColor: "white",
|
188
|
+
cardTitleColor: "#00ADC4",
|
189
|
+
cardBorderColor: "#00ADC4",
|
190
|
+
onHoverBackgroundColor: "#d3d3d3",
|
191
|
+
iconColor: "#00ADC4",
|
192
|
+
onHoverColor: 'gray',
|
193
|
+
controlsStyles: {
|
194
|
+
iconColor: "#00ADC4"
|
195
|
+
}
|
196
|
+
}
|
197
|
+
}
|
198
|
+
}, {
|
199
|
+
spaceId: '',
|
200
|
+
spaceType: 'events_list',
|
201
|
+
spaceTypeId: '',
|
202
|
+
spaceInvites: [],
|
203
|
+
spaceMembers: [],
|
204
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
205
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
206
|
+
spaceProps: {
|
207
|
+
events: [{
|
208
|
+
title: 'Event one',
|
209
|
+
date: '15-11-2020 : 5-8-2021'
|
210
|
+
}, {
|
211
|
+
title: 'Event two',
|
212
|
+
date: '14-12-2020 : 14-4-2023'
|
213
|
+
}, {
|
214
|
+
title: 'Event three',
|
215
|
+
date: '5-6-2021 : 5-8-2021'
|
216
|
+
}, {
|
217
|
+
title: 'Event four',
|
218
|
+
date: '14-4-2023'
|
219
|
+
}, {
|
220
|
+
title: 'Event five',
|
221
|
+
date: '5-6-2021 : 14-4-2023'
|
222
|
+
}]
|
223
|
+
},
|
224
|
+
styles: {
|
225
|
+
headerStyles: {
|
226
|
+
padding: 10,
|
227
|
+
headerBackground: "#00ADC4",
|
228
|
+
titleColor: "#ffff",
|
229
|
+
controlsStyles: {
|
230
|
+
iconSize: 25
|
231
|
+
}
|
232
|
+
},
|
233
|
+
customCardStyles: {
|
234
|
+
cardPadding: 6,
|
235
|
+
cardTitleFontSize: 15,
|
236
|
+
cardBackgroundColor: "white",
|
237
|
+
cardTitleColor: "#00ADC4",
|
238
|
+
cardBorderColor: "#00ADC4",
|
239
|
+
onHoverBackgroundColor: "#d3d3d3",
|
240
|
+
iconColor: "#00ADC4",
|
241
|
+
controlsStyles: {
|
242
|
+
iconColor: "#00ADC4"
|
243
|
+
}
|
244
|
+
}
|
245
|
+
}
|
246
|
+
}, {
|
247
|
+
spaceId: '',
|
248
|
+
spaceType: 'event',
|
249
|
+
spaceTypeId: '',
|
250
|
+
spaceInvites: [],
|
251
|
+
spaceMembers: [],
|
252
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
253
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
254
|
+
spaceProps: {
|
255
|
+
cover: 'https://image.freepik.com/free-vector/zoo-animals-wild-nature-background_1308-44197.jpg',
|
256
|
+
title: "Zoo trip",
|
257
|
+
date: "15/11/1976 : 16/11/1976",
|
258
|
+
disc: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia impedit fugiat reprehenderit adipisci eos atque ullam error quia amet nihil, exercitationem beatae distinctio eligendi neque, consequuntur odit commodi id porro."
|
259
|
+
},
|
260
|
+
styles: {
|
261
|
+
headerStyles: {
|
262
|
+
padding: 10,
|
263
|
+
headerBackground: "#00ADC4",
|
264
|
+
titleColor: "#ffff",
|
265
|
+
controlsStyles: {
|
266
|
+
iconSize: 25
|
267
|
+
}
|
268
|
+
},
|
269
|
+
backgroundColor: 'white',
|
270
|
+
titleColor: '#00ADC4',
|
271
|
+
titleSize: 20,
|
272
|
+
dateColor: '#00ADC4',
|
273
|
+
dateSize: 10,
|
274
|
+
discColor: 'black',
|
275
|
+
discSize: 15
|
276
|
+
}
|
277
|
+
}, {
|
278
|
+
spaceId: '',
|
279
|
+
spaceType: 'folders',
|
280
|
+
spaceTypeId: '',
|
281
|
+
spaceInvites: [],
|
282
|
+
spaceMembers: [],
|
283
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
284
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
285
|
+
spaceProps: {
|
286
|
+
folders: [{
|
287
|
+
title: 'Folder one',
|
288
|
+
description: 'Discription for folder one'
|
289
|
+
}, {
|
290
|
+
title: 'Folder two',
|
291
|
+
description: 'Discription for folder two'
|
292
|
+
}, {
|
293
|
+
title: 'Folder three',
|
294
|
+
description: 'Discription for folder three'
|
295
|
+
}, {
|
296
|
+
title: 'Folder four',
|
297
|
+
description: 'Discription for folder four'
|
298
|
+
}, {
|
299
|
+
title: 'Folder five',
|
300
|
+
description: 'Discription for folder five'
|
301
|
+
}, {
|
302
|
+
title: 'Folder six',
|
303
|
+
description: 'Discription for folder six'
|
304
|
+
}],
|
305
|
+
folderTitle: 'My Folders'
|
306
|
+
},
|
307
|
+
styles: {
|
308
|
+
headerStyles: {
|
309
|
+
padding: 10,
|
310
|
+
headerBackground: "#00ADC4",
|
311
|
+
titleColor: "#ffff",
|
312
|
+
controlsStyles: {
|
313
|
+
iconSize: 25
|
314
|
+
}
|
315
|
+
},
|
316
|
+
customCardStyles: {
|
317
|
+
iconColor: '#00ADC4',
|
318
|
+
cardTitleColor: '#00ADC4',
|
319
|
+
cardDescriptionColor: 'gray'
|
320
|
+
}
|
321
|
+
}
|
322
|
+
}, {
|
323
|
+
spaceId: '',
|
324
|
+
spaceType: 'notes',
|
325
|
+
spaceTypeId: '',
|
326
|
+
spaceInvites: [],
|
327
|
+
spaceMembers: [],
|
328
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
329
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
330
|
+
spaceProps: {
|
331
|
+
notes: [{
|
332
|
+
title: 'Study notes',
|
333
|
+
date: '15/11/2020'
|
334
|
+
}, {
|
335
|
+
title: 'Music notes',
|
336
|
+
date: '14/12/2020'
|
337
|
+
}, {
|
338
|
+
title: 'Workout notes',
|
339
|
+
date: '5/8/2021'
|
340
|
+
}, {
|
341
|
+
title: 'Gaming notes',
|
342
|
+
date: '14/4/2023'
|
343
|
+
}, {
|
344
|
+
title: 'Working notes',
|
345
|
+
date: '5/6/2021'
|
346
|
+
}],
|
347
|
+
title: 'My Notes'
|
348
|
+
},
|
349
|
+
styles: {
|
350
|
+
headerStyles: {
|
351
|
+
padding: 10,
|
352
|
+
headerBackground: "#00ADC4",
|
353
|
+
titleColor: "#ffff",
|
354
|
+
controlsStyles: {
|
355
|
+
iconSize: 25
|
356
|
+
}
|
357
|
+
},
|
358
|
+
backgroundColor: 'white',
|
359
|
+
titleColor: '#00ADC4',
|
360
|
+
titleSize: 20,
|
361
|
+
dateColor: 'black',
|
362
|
+
dateSize: 10,
|
363
|
+
discColor: 'black',
|
364
|
+
discSize: 15
|
365
|
+
}
|
366
|
+
}, {
|
367
|
+
spaceId: '',
|
368
|
+
spaceType: 'music_album',
|
369
|
+
spaceTypeId: '',
|
370
|
+
spaceInvites: [],
|
371
|
+
spaceMembers: [],
|
372
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
373
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
374
|
+
spaceProps: {
|
375
|
+
album: [{
|
376
|
+
index: 0,
|
377
|
+
cover: 'https://f4.bcbits.com/img/a2465881007_10.jpg',
|
378
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
379
|
+
title: 'Plans We Made',
|
380
|
+
description: 'Son Lux',
|
381
|
+
time: '5:20'
|
382
|
+
}, {
|
383
|
+
index: 2,
|
384
|
+
cover: 'https://miro.medium.com/max/807/1*o4O4SdRfLDAbX2Z41mtUbQ.png',
|
385
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
386
|
+
title: 'Still Loving You',
|
387
|
+
description: 'Scorpions',
|
388
|
+
time: '4:20'
|
389
|
+
}, {
|
390
|
+
index: 1,
|
391
|
+
cover: 'https://angartwork.akamaized.net/?id=197381&size=640',
|
392
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
393
|
+
title: 'Night',
|
394
|
+
description: 'Frank Ocean',
|
395
|
+
time: '5:20'
|
396
|
+
}, {
|
397
|
+
index: 3,
|
398
|
+
cover: 'https://www.mobiusrecordshop.com/uploads/1/3/1/4/131426346/s264159977788795342_p633_i1_w520.jpeg',
|
399
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
400
|
+
title: 'Somebody Else',
|
401
|
+
description: '1975',
|
402
|
+
time: '5:20'
|
403
|
+
}, {
|
404
|
+
index: 4,
|
405
|
+
cover: 'https://sleazeroxx.com/wp-content/uploads/Metallica-album-cover-1-e1479325121582.jpg',
|
406
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
407
|
+
title: 'Enter Sandman',
|
408
|
+
description: 'Metallica',
|
409
|
+
time: '5:20'
|
410
|
+
}, {
|
411
|
+
index: 5,
|
412
|
+
cover: 'https://cdn.mos.cms.futurecdn.net/9fbSfj65deYmueBHHqNvD7.jpg',
|
413
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
414
|
+
title: 'November Rain',
|
415
|
+
description: "Guns N' Roses",
|
416
|
+
time: '5:20'
|
417
|
+
}],
|
418
|
+
title: 'My Album'
|
419
|
+
},
|
420
|
+
styles: {
|
421
|
+
headerStyles: {
|
422
|
+
padding: 10,
|
423
|
+
headerBackground: "#00ADC4",
|
424
|
+
titleColor: "#ffff",
|
425
|
+
controlsStyles: {
|
426
|
+
iconSize: 25
|
427
|
+
}
|
428
|
+
},
|
429
|
+
backgroundColor: 'white',
|
430
|
+
titleColor: '#00ADC4',
|
431
|
+
titleSize: 20,
|
432
|
+
dateColor: 'black',
|
433
|
+
dateSize: 10,
|
434
|
+
discColor: 'black',
|
435
|
+
discSize: 15
|
436
|
+
},
|
437
|
+
widgets: [{
|
438
|
+
// widget level settings
|
439
|
+
widgetId: '',
|
440
|
+
widgetType: ['music player'],
|
441
|
+
widgetTypeId: '',
|
442
|
+
widgetMusicPlayerId: '',
|
443
|
+
widgetVideoPlayerId: '',
|
444
|
+
widgetProps: {
|
445
|
+
// widget music player level settings
|
446
|
+
playlist: [{
|
447
|
+
index: 0,
|
448
|
+
cover: 'https://f4.bcbits.com/img/a2465881007_10.jpg',
|
449
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
450
|
+
title: 'Plans We Made',
|
451
|
+
description: 'Son Lux',
|
452
|
+
time: '5:20'
|
453
|
+
}, {
|
454
|
+
index: 2,
|
455
|
+
cover: 'https://miro.medium.com/max/807/1*o4O4SdRfLDAbX2Z41mtUbQ.png',
|
456
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
457
|
+
title: 'Still Loving You',
|
458
|
+
description: 'Scorpions',
|
459
|
+
time: '4:20'
|
460
|
+
}, {
|
461
|
+
index: 1,
|
462
|
+
cover: 'https://angartwork.akamaized.net/?id=197381&size=640',
|
463
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
464
|
+
title: 'Night',
|
465
|
+
description: 'Frank Ocean',
|
466
|
+
time: '5:20'
|
467
|
+
}, {
|
468
|
+
index: 3,
|
469
|
+
cover: 'https://www.mobiusrecordshop.com/uploads/1/3/1/4/131426346/s264159977788795342_p633_i1_w520.jpeg',
|
470
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
471
|
+
title: 'Somebody Else',
|
472
|
+
description: '1975',
|
473
|
+
time: '5:20'
|
474
|
+
}, {
|
475
|
+
index: 4,
|
476
|
+
cover: 'https://sleazeroxx.com/wp-content/uploads/Metallica-album-cover-1-e1479325121582.jpg',
|
477
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
478
|
+
title: 'Enter Sandman',
|
479
|
+
description: 'Metallica',
|
480
|
+
time: '5:20'
|
481
|
+
}, {
|
482
|
+
index: 5,
|
483
|
+
cover: 'https://cdn.mos.cms.futurecdn.net/9fbSfj65deYmueBHHqNvD7.jpg',
|
484
|
+
musicSrc: 'https://www.pacdv.com/sounds/free-music/kickstarter.mp3',
|
485
|
+
title: 'November Rain',
|
486
|
+
description: "Guns N' Roses",
|
487
|
+
time: '5:20'
|
488
|
+
}],
|
489
|
+
currentSong: 0
|
490
|
+
},
|
491
|
+
styles: {
|
492
|
+
headerStyles: {
|
493
|
+
padding: 10,
|
494
|
+
headerBackground: "#00ADC4",
|
495
|
+
titleColor: "#ffff",
|
496
|
+
controlsStyles: {
|
497
|
+
iconSize: 25
|
498
|
+
}
|
499
|
+
},
|
500
|
+
borderRadius: 10,
|
501
|
+
primaryColor: "#00ADC4",
|
502
|
+
iconsColor: "#00ADC4",
|
503
|
+
backgroundColor: "white",
|
504
|
+
discColor: "gray",
|
505
|
+
dateColor: "gray",
|
506
|
+
iconColor: "#00ADC4",
|
507
|
+
cardTitleFontSize: 15
|
508
|
+
}
|
509
|
+
}]
|
510
|
+
}, {
|
511
|
+
spaceId: '',
|
512
|
+
spaceType: 'music_albums',
|
513
|
+
spaceTypeId: '',
|
514
|
+
spaceInvites: [],
|
515
|
+
spaceMembers: [],
|
516
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
517
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
518
|
+
spaceProps: {
|
519
|
+
albums: [{
|
520
|
+
index: 0,
|
521
|
+
img: 'https://f4.bcbits.com/img/a2465881007_10.jpg',
|
522
|
+
title: 'Tomorrows |',
|
523
|
+
description: 'Son Lux'
|
524
|
+
}, {
|
525
|
+
index: 1,
|
526
|
+
img: 'https://miro.medium.com/max/807/1*o4O4SdRfLDAbX2Z41mtUbQ.png',
|
527
|
+
title: 'Blond',
|
528
|
+
description: 'Frank Ocean'
|
529
|
+
}, {
|
530
|
+
index: 2,
|
531
|
+
img: 'https://angartwork.akamaized.net/?id=197381&size=640',
|
532
|
+
title: 'Love At First Sting',
|
533
|
+
description: 'Scorpions'
|
534
|
+
}, {
|
535
|
+
index: 3,
|
536
|
+
img: 'https://www.mobiusrecordshop.com/uploads/1/3/1/4/131426346/s264159977788795342_p633_i1_w520.jpeg',
|
537
|
+
title: 'The 1975',
|
538
|
+
description: '1975'
|
539
|
+
}, {
|
540
|
+
index: 4,
|
541
|
+
img: 'https://sleazeroxx.com/wp-content/uploads/Metallica-album-cover-1-e1479325121582.jpg',
|
542
|
+
title: 'Hardwired...To Self-Destruct',
|
543
|
+
description: 'Metallica'
|
544
|
+
}, {
|
545
|
+
index: 5,
|
546
|
+
img: 'https://cdn.mos.cms.futurecdn.net/9fbSfj65deYmueBHHqNvD7.jpg',
|
547
|
+
title: 'Use Your IIIlusion |',
|
548
|
+
description: "Guns N' Roses"
|
549
|
+
}],
|
550
|
+
title: 'My Albums'
|
551
|
+
},
|
552
|
+
styles: {
|
553
|
+
headerStyles: {
|
554
|
+
padding: 10,
|
555
|
+
headerBackground: "#00ADC4",
|
556
|
+
titleColor: "#ffff",
|
557
|
+
controlsStyles: {
|
558
|
+
iconSize: 25
|
559
|
+
}
|
560
|
+
},
|
561
|
+
rowsHeight: 400,
|
562
|
+
customCardStyles: {
|
563
|
+
cardTitleColor: "#00ADC4",
|
564
|
+
cardDiscriptionColor: 'gray'
|
565
|
+
}
|
566
|
+
}
|
567
|
+
}, {
|
568
|
+
spaceId: '',
|
569
|
+
spaceType: 'photo_album',
|
570
|
+
spaceTypeId: '',
|
571
|
+
spaceInvites: [],
|
572
|
+
spaceMembers: [],
|
573
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
574
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
575
|
+
spaceProps: {
|
576
|
+
album: [{
|
577
|
+
index: 0,
|
578
|
+
img: 'https://images.unsplash.com/photo-1527118732049-c88155f2107c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80',
|
579
|
+
title: 'Image 1',
|
580
|
+
description: 'This is description test',
|
581
|
+
date: '2021-11-30'
|
582
|
+
}, {
|
583
|
+
index: 1,
|
584
|
+
img: 'https://images.unsplash.com/photo-1503919005314-30d93d07d823?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8em9vfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60',
|
585
|
+
title: 'Image 2',
|
586
|
+
description: 'This is description test',
|
587
|
+
date: '2021-11-30'
|
588
|
+
}, {
|
589
|
+
index: 2,
|
590
|
+
img: 'https://images.unsplash.com/photo-1612738331950-40abbddce9aa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80',
|
591
|
+
title: 'Image 3',
|
592
|
+
description: 'This is description test',
|
593
|
+
date: '2021-11-30'
|
594
|
+
}, {
|
595
|
+
index: 3,
|
596
|
+
img: 'https://images.unsplash.com/photo-1574031493536-05e45f214ab6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8em9vfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60',
|
597
|
+
title: 'Image 4',
|
598
|
+
description: 'This is description test',
|
599
|
+
date: '2021-11-30'
|
600
|
+
}, {
|
601
|
+
index: 4,
|
602
|
+
img: 'https://images.unsplash.com/photo-1610655012457-9cbd66fe510b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTZ8fHpvb3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60',
|
603
|
+
title: 'Image 5',
|
604
|
+
description: 'This is description test',
|
605
|
+
date: '2021-11-30'
|
606
|
+
}, {
|
607
|
+
index: 5,
|
608
|
+
img: 'https://images.unsplash.com/photo-1458832463097-ab73e7b4fc4f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTV8fHpvb3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60',
|
609
|
+
title: 'Image 6',
|
610
|
+
description: 'This is description test',
|
611
|
+
date: '2021-11-30'
|
612
|
+
}],
|
613
|
+
title: 'My Album'
|
614
|
+
},
|
615
|
+
styles: {
|
616
|
+
headerStyles: {
|
617
|
+
padding: 10,
|
618
|
+
headerBackground: "#00ADC4",
|
619
|
+
titleColor: "#ffff",
|
620
|
+
controlsStyles: {
|
621
|
+
iconSize: 25
|
622
|
+
}
|
623
|
+
},
|
624
|
+
columnsNumber: 2,
|
625
|
+
rowsHeight: 400,
|
626
|
+
customCardStyles: {
|
627
|
+
cardTitleColor: "#00ADC4",
|
628
|
+
cardDiscriptionColor: 'gray'
|
629
|
+
}
|
630
|
+
}
|
631
|
+
}, {
|
632
|
+
spaceId: '',
|
633
|
+
spaceType: 'photo_albums',
|
634
|
+
spaceTypeId: '',
|
635
|
+
spaceInvites: [],
|
636
|
+
spaceMembers: [],
|
637
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
638
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
639
|
+
spaceProps: {
|
640
|
+
albums: [{
|
641
|
+
img: 'https://images.unsplash.com/photo-1527118732049-c88155f2107c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80',
|
642
|
+
title: 'Album 1',
|
643
|
+
count: '24'
|
644
|
+
}, {
|
645
|
+
img: 'https://images.unsplash.com/photo-1612738331950-40abbddce9aa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80',
|
646
|
+
title: 'Album 2',
|
647
|
+
count: '24'
|
648
|
+
}, {
|
649
|
+
img: 'https://images.unsplash.com/photo-1503919005314-30d93d07d823?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8em9vfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60',
|
650
|
+
title: 'Album 3',
|
651
|
+
count: '24'
|
652
|
+
}, {
|
653
|
+
img: 'https://images.unsplash.com/photo-1574031493536-05e45f214ab6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8em9vfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60',
|
654
|
+
title: 'Album 4',
|
655
|
+
count: '24'
|
656
|
+
}, {
|
657
|
+
img: 'https://images.unsplash.com/photo-1458832463097-ab73e7b4fc4f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTV8fHpvb3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60',
|
658
|
+
title: 'Album 5',
|
659
|
+
count: '24'
|
660
|
+
}, {
|
661
|
+
img: 'https://images.unsplash.com/photo-1610655012457-9cbd66fe510b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTZ8fHpvb3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60',
|
662
|
+
title: 'Album 6',
|
663
|
+
count: '24'
|
664
|
+
}],
|
665
|
+
title: 'My Albums'
|
666
|
+
},
|
667
|
+
styles: {
|
668
|
+
headerStyles: {
|
669
|
+
padding: 10,
|
670
|
+
headerBackground: "#00ADC4",
|
671
|
+
titleColor: "#ffff",
|
672
|
+
controlsStyles: {
|
673
|
+
iconSize: 25
|
674
|
+
}
|
675
|
+
},
|
676
|
+
columnsNumber: 2,
|
677
|
+
rowsHeight: 400,
|
678
|
+
customCardStyles: {
|
679
|
+
cardTitleColor: "#00ADC4",
|
680
|
+
cardDiscriptionColor: 'gray',
|
681
|
+
countColor: 'gray'
|
682
|
+
}
|
683
|
+
}
|
684
|
+
}, {
|
685
|
+
spaceId: '',
|
686
|
+
spaceType: 'photo_albums',
|
687
|
+
spaceTypeId: '',
|
688
|
+
spaceInvites: [],
|
689
|
+
spaceMembers: [],
|
690
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
691
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
692
|
+
spaceProps: {
|
693
|
+
albums: [{
|
694
|
+
img: 'https://images.unsplash.com/photo-1527118732049-c88155f2107c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80',
|
695
|
+
title: 'Album 1',
|
696
|
+
count: '24'
|
697
|
+
}, {
|
698
|
+
img: 'https://images.unsplash.com/photo-1612738331950-40abbddce9aa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80',
|
699
|
+
title: 'Album 2',
|
700
|
+
count: '24'
|
701
|
+
}, {
|
702
|
+
img: 'https://images.unsplash.com/photo-1503919005314-30d93d07d823?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8em9vfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60',
|
703
|
+
title: 'Album 3',
|
704
|
+
count: '24'
|
705
|
+
}, {
|
706
|
+
img: 'https://images.unsplash.com/photo-1574031493536-05e45f214ab6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8em9vfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60',
|
707
|
+
title: 'Album 4',
|
708
|
+
count: '24'
|
709
|
+
}, {
|
710
|
+
img: 'https://images.unsplash.com/photo-1458832463097-ab73e7b4fc4f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTV8fHpvb3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60',
|
711
|
+
title: 'Album 5',
|
712
|
+
count: '24'
|
713
|
+
}, {
|
714
|
+
img: 'https://images.unsplash.com/photo-1610655012457-9cbd66fe510b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTZ8fHpvb3xlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60',
|
715
|
+
title: 'Album 6',
|
716
|
+
count: '24'
|
717
|
+
}],
|
718
|
+
title: 'My Albums'
|
719
|
+
},
|
720
|
+
styles: {
|
721
|
+
headerStyles: {
|
722
|
+
padding: 10,
|
723
|
+
headerBackground: "#00ADC4",
|
724
|
+
titleColor: "#ffff",
|
725
|
+
controlsStyles: {
|
726
|
+
iconSize: 25
|
727
|
+
}
|
728
|
+
},
|
729
|
+
columnsNumber: 2,
|
730
|
+
rowsHeight: 400,
|
731
|
+
customCardStyles: {
|
732
|
+
cardTitleColor: "#00ADC4",
|
733
|
+
cardDiscriptionColor: 'gray',
|
734
|
+
countColor: 'gray'
|
735
|
+
}
|
736
|
+
}
|
737
|
+
}, {
|
738
|
+
spaceId: '',
|
739
|
+
spaceType: 'video_albums',
|
740
|
+
spaceTypeId: '',
|
741
|
+
spaceInvites: [],
|
742
|
+
spaceMembers: [],
|
743
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
744
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
745
|
+
spaceProps: {
|
746
|
+
videoAlbums: [{
|
747
|
+
img: 'https://i.ytimg.com/an_webp/RKU6x1n9Hak/mqdefault_6s.webp?du=3000&sqp=COuu_I4G&rs=AOn4CLDdV5RkE-jzkcJ8KSwk9K4cKlV2bA',
|
748
|
+
title: 'Album 1',
|
749
|
+
count: '24'
|
750
|
+
}, {
|
751
|
+
img: 'https://i.ytimg.com/an_webp/RKU6x1n9Hak/mqdefault_6s.webp?du=3000&sqp=COuu_I4G&rs=AOn4CLDdV5RkE-jzkcJ8KSwk9K4cKlV2bA',
|
752
|
+
title: 'Album 2',
|
753
|
+
count: '24'
|
754
|
+
}, {
|
755
|
+
img: 'https://i.ytimg.com/an_webp/RKU6x1n9Hak/mqdefault_6s.webp?du=3000&sqp=COuu_I4G&rs=AOn4CLDdV5RkE-jzkcJ8KSwk9K4cKlV2bA',
|
756
|
+
title: 'Album 3',
|
757
|
+
count: '24'
|
758
|
+
}, {
|
759
|
+
img: 'https://i.ytimg.com/an_webp/RKU6x1n9Hak/mqdefault_6s.webp?du=3000&sqp=COuu_I4G&rs=AOn4CLDdV5RkE-jzkcJ8KSwk9K4cKlV2bA',
|
760
|
+
title: 'Album 4',
|
761
|
+
count: '24'
|
762
|
+
}, {
|
763
|
+
img: 'https://i.ytimg.com/an_webp/RKU6x1n9Hak/mqdefault_6s.webp?du=3000&sqp=COuu_I4G&rs=AOn4CLDdV5RkE-jzkcJ8KSwk9K4cKlV2bA',
|
764
|
+
title: 'Album 5',
|
765
|
+
count: '24'
|
766
|
+
}, {
|
767
|
+
img: 'https://i.ytimg.com/an_webp/RKU6x1n9Hak/mqdefault_6s.webp?du=3000&sqp=COuu_I4G&rs=AOn4CLDdV5RkE-jzkcJ8KSwk9K4cKlV2bA',
|
768
|
+
title: 'Album 6',
|
769
|
+
count: '24'
|
770
|
+
}],
|
771
|
+
title: 'My Albums'
|
772
|
+
},
|
773
|
+
styles: {
|
774
|
+
headerStyles: {
|
775
|
+
padding: 10,
|
776
|
+
headerBackground: "#00ADC4",
|
777
|
+
titleColor: "#ffff",
|
778
|
+
controlsStyles: {
|
779
|
+
iconSize: 25
|
780
|
+
}
|
781
|
+
},
|
782
|
+
rowsHeight: 400,
|
783
|
+
customCardStyles: {
|
784
|
+
cardTitleColor: "#00ADC4",
|
785
|
+
cardDiscriptionColor: 'gray',
|
786
|
+
countColor: 'gray'
|
787
|
+
}
|
788
|
+
}
|
789
|
+
}, {
|
790
|
+
spaceId: '',
|
791
|
+
spaceType: 'video_album',
|
792
|
+
spaceTypeId: '',
|
793
|
+
spaceInvites: [],
|
794
|
+
spaceMembers: [],
|
795
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
796
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
797
|
+
spaceProps: {
|
798
|
+
album: [{
|
799
|
+
index: 0,
|
800
|
+
img: 'https://i.ytimg.com/an_webp/RKU6x1n9Hak/mqdefault_6s.webp?du=3000&sqp=COuu_I4G&rs=AOn4CLDdV5RkE-jzkcJ8KSwk9K4cKlV2bA',
|
801
|
+
src: 'https://www.youtube.com/watch?v=RKU6x1n9Hak',
|
802
|
+
title: 'FORGET CATS! Funny KIDS vs ZOO ANIMALS are WAY FUNNIER! - TRY NOT TO LAUGH',
|
803
|
+
time: '5:20'
|
804
|
+
}, {
|
805
|
+
index: 2,
|
806
|
+
img: 'https://i.ytimg.com/an_webp/snUGqgAmz-c/mqdefault_6s.webp?du=3000&sqp=CNKi_I4G&rs=AOn4CLDtuRYq6oM6uvSRaMaLgtxG_EctdQ',
|
807
|
+
src: 'https://www.youtube.com/watch?v=snUGqgAmz-c',
|
808
|
+
title: 'Learn to Count to 20 with Number Zoo | Toddler Fun Learning Collection',
|
809
|
+
time: '4:20'
|
810
|
+
}, {
|
811
|
+
index: 1,
|
812
|
+
img: 'https://i.ytimg.com/an_webp/MuB7HHeuNbc/mqdefault_6s.webp?du=3000&sqp=CPiZ_I4G&rs=AOn4CLBYh_0QPB_V-UG-XJlN7W1DlAydAQ',
|
813
|
+
src: 'https://www.youtube.com/watch?v=Smgjxn8hKfk',
|
814
|
+
title: 'Vlad and Nikita Family trip to the Zoo',
|
815
|
+
time: '5:20'
|
816
|
+
}, {
|
817
|
+
index: 3,
|
818
|
+
img: 'https://i.ytimg.com/an_webp/AcL0MeVZIxM/mqdefault_6s.webp?du=3000&sqp=CL6z_I4G&rs=AOn4CLAZ0PoH6LaOUeD8SknGhSMtSI1yug',
|
819
|
+
src: 'https://www.youtube.com/watch?v=MuB7HHeuNbc',
|
820
|
+
title: 'Try Not To Laugh At This Ultimate Funny Dog Video Compilation | Funny Pet Videos',
|
821
|
+
time: '5:20'
|
822
|
+
}, {
|
823
|
+
index: 4,
|
824
|
+
img: 'https://i.ytimg.com/an_webp/sbTcwlAGTgg/mqdefault_6s.webp?du=3000&sqp=CIib_I4G&rs=AOn4CLC4AzNRtNp3DjTne3yIEvfHP7bWXQ',
|
825
|
+
src: 'https://www.youtube.com/watch?v=AcL0MeVZIxM',
|
826
|
+
title: 'Playing at The Zoo With Blippi! - Blippi Feeds Animals | Animals For Kids | Educational Videos',
|
827
|
+
time: '5:20'
|
828
|
+
}, {
|
829
|
+
index: 5,
|
830
|
+
img: 'https://i.ytimg.com/an_webp/57goIrbj_l0/mqdefault_6s.webp?du=3000&sqp=CMe6_I4G&rs=AOn4CLDrlNjHeJnbCSoXmZwW7CG5wLtxdA',
|
831
|
+
src: 'https://www.youtube.com/watch?v=sbTcwlAGTgg',
|
832
|
+
title: 'Learn Zoo Animals for Kids with Blippi | A Day at the Zoo',
|
833
|
+
time: '5:20'
|
834
|
+
}],
|
835
|
+
title: 'My Album'
|
836
|
+
},
|
837
|
+
styles: {
|
838
|
+
headerStyles: {
|
839
|
+
padding: 10,
|
840
|
+
headerBackground: "#00ADC4",
|
841
|
+
titleColor: "#ffff",
|
842
|
+
controlsStyles: {
|
843
|
+
iconSize: 25
|
844
|
+
}
|
845
|
+
},
|
846
|
+
backgroundColor: 'white',
|
847
|
+
titleColor: '#00ADC4',
|
848
|
+
titleSize: 20,
|
849
|
+
dateColor: 'black',
|
850
|
+
dateSize: 10,
|
851
|
+
discColor: 'black',
|
852
|
+
discSize: 15
|
853
|
+
},
|
854
|
+
widgets: [{
|
855
|
+
// widget level settings
|
856
|
+
widgetId: '',
|
857
|
+
widgetType: ['video player'],
|
858
|
+
widgetTypeId: '',
|
859
|
+
widgetMusicPlayerId: '',
|
860
|
+
widgetVideoPlayerId: '',
|
861
|
+
widgetProps: {// widget music player level settings
|
862
|
+
},
|
863
|
+
styles: {
|
864
|
+
headerStyles: {
|
865
|
+
padding: 10,
|
866
|
+
headerBackground: "#00ADC4",
|
867
|
+
titleColor: "#ffff",
|
868
|
+
controlsStyles: {
|
869
|
+
iconSize: 25
|
870
|
+
}
|
871
|
+
},
|
872
|
+
borderRadius: 10,
|
873
|
+
primaryColor: "#00ADC4",
|
874
|
+
iconsColor: "#00ADC4",
|
875
|
+
backgroundColor: "white",
|
876
|
+
discColor: "gray",
|
877
|
+
dateColor: "gray",
|
878
|
+
iconColor: "#00ADC4",
|
879
|
+
cardTitleFontSize: 15
|
880
|
+
}
|
881
|
+
}]
|
882
|
+
}, {
|
883
|
+
spaceId: '',
|
884
|
+
spaceType: 'video_space',
|
885
|
+
spaceTypeId: '',
|
886
|
+
spaceInvites: [],
|
887
|
+
spaceMembers: [],
|
888
|
+
joining_guards: ['invite-only', 'enrollment-based', 'role-based', 'community-only', 'discoverable'],
|
889
|
+
visibility_guards: ['everyone', 'locked', 'role-based', 'user-based'],
|
890
|
+
spaceProps: {
|
891
|
+
comments: [{
|
892
|
+
img: 'https://www.kindpng.com/picc/m/163-1636340_user-avatar-icon-avatar-transparent-user-icon-png.png',
|
893
|
+
title: 'User Name',
|
894
|
+
description: 'This is A test for comments on videos.'
|
895
|
+
}, {
|
896
|
+
img: 'https://www.kindpng.com/picc/m/163-1636340_user-avatar-icon-avatar-transparent-user-icon-png.png',
|
897
|
+
title: 'User Name',
|
898
|
+
description: 'This is A test for comments on videos.'
|
899
|
+
}, {
|
900
|
+
img: 'https://www.kindpng.com/picc/m/163-1636340_user-avatar-icon-avatar-transparent-user-icon-png.png',
|
901
|
+
title: 'User Name',
|
902
|
+
description: 'This is A test for comments on videos.'
|
903
|
+
}, {
|
904
|
+
img: 'https://www.kindpng.com/picc/m/163-1636340_user-avatar-icon-avatar-transparent-user-icon-png.png',
|
905
|
+
title: 'User Name',
|
906
|
+
description: 'This is A test for comments on videos.'
|
907
|
+
}, {
|
908
|
+
img: 'https://www.kindpng.com/picc/m/163-1636340_user-avatar-icon-avatar-transparent-user-icon-png.png',
|
909
|
+
title: 'User Name',
|
910
|
+
description: 'This is A test for comments on videos.'
|
911
|
+
}],
|
912
|
+
videoSrc: 'https://www.youtube.com/watch?v:snUGqgAmz-c',
|
913
|
+
title: 'Video',
|
914
|
+
discription: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium placeat nostrum tempora suscipit laborum quibusdam.",
|
915
|
+
date: "10/11/2022"
|
916
|
+
},
|
917
|
+
styles: {
|
918
|
+
headerStyles: {
|
919
|
+
padding: 10,
|
920
|
+
headerBackground: "#00ADC4",
|
921
|
+
titleColor: "#ffff",
|
922
|
+
controlsStyles: {
|
923
|
+
iconSize: 25
|
924
|
+
}
|
925
|
+
},
|
926
|
+
iconsColor: '#00ADC4',
|
927
|
+
backgroundColor: 'white',
|
928
|
+
detailsPadding: 3,
|
929
|
+
titleFontSize: 20,
|
930
|
+
titleColor: '#00ADC4',
|
931
|
+
dateFontSize: 10,
|
932
|
+
dateColor: 'gray',
|
933
|
+
discFontSize: 15,
|
934
|
+
discColor: 'black',
|
935
|
+
commentBackgroundColor: '#00ADC4',
|
936
|
+
commentTitleColor: 'white',
|
937
|
+
commentTitleFontSize: 15
|
938
|
+
}
|
939
|
+
}]
|
940
|
+
};
|
941
|
+
exports.community = community;
|