@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.
Files changed (156) hide show
  1. package/dist/index.js +27 -27
  2. package/dist/stories/Community/Community.js +27 -29
  3. package/dist/stories/Forms/AddPhoto/AddPhoto.js +8 -7
  4. package/dist/stories/Forms/CreateEvent/CreateEvent.js +115 -0
  5. package/dist/stories/Forms/CreateFolder/CreateFolder.js +87 -0
  6. package/dist/stories/Forms/CreateSong/CreateSong.js +98 -0
  7. package/dist/stories/Modals/AddPhotoAlbum/AddPhotoAlbum.js +38 -0
  8. package/dist/stories/Modals/AddPhotoModal/AddPhotoModal.js +40 -0
  9. package/dist/stories/Modals/AddSongModal/AddSongModal.js +41 -0
  10. package/dist/stories/Modals/AddVideoAlbumModal/AddVideoAlbumModal.js +41 -0
  11. package/dist/stories/Modals/AddVideoModal/AddVideoModal.js +39 -0
  12. package/dist/stories/Modals/ChatConfigModal/ChatContifgModal.js +93 -0
  13. package/dist/stories/Modals/CreateEventModal/CreateEventModal.js +42 -0
  14. package/dist/stories/Modals/CreateFolderModal/CreateFolderModal.js +36 -0
  15. package/dist/stories/Modals/CreateMusicAlbumModal/CreateMusicAlbumModal.js +41 -0
  16. package/dist/stories/Modals/CreateNoteModal/CreateNoteModal.js +42 -0
  17. package/dist/stories/Modals/EventConfigModal/EventConfigModal.js +99 -0
  18. package/dist/stories/Modals/EventsConfigModal/EventsConfigModal.js +87 -0
  19. package/dist/stories/Modals/FoldersConfigModal/FoldersConfigModal.js +87 -0
  20. package/dist/stories/Modals/MusicAlbumConfigModal/MusicAlbumConfigModal.js +88 -0
  21. package/dist/stories/Modals/MusicAlbumsConfigModal/MusicAlbumsConfigModal.js +87 -0
  22. package/dist/stories/Modals/NotesConfigModal/NotesConfigModal.js +87 -0
  23. package/dist/stories/Modals/PhotoAlbumConfigModal/PhotoAlbumConfigModal.js +88 -0
  24. package/dist/stories/Modals/PhotoAlbumsConfigModal/PhotoAlbumsConfigModal.js +88 -0
  25. package/dist/stories/Modals/ShowImgModal/ShowImgModal.js +62 -0
  26. package/dist/stories/Modals/VideoAlbumConfigModal/VideoAlbumConfigModal.js +88 -0
  27. package/dist/stories/Modals/VideoAlbumsConfigModal/VideoAlbumsConfigModal.js +89 -0
  28. package/dist/stories/Modals/VideoConfigModal/VideoConfigModal.js +99 -0
  29. package/dist/stories/Pages/Chat/Chat.js +1 -1
  30. package/dist/stories/Pages/Events/Event/Event.js +1 -1
  31. package/dist/stories/Pages/Events/Events/Events.js +1 -1
  32. package/dist/stories/Pages/Library/Folders/Library.js +2 -2
  33. package/dist/stories/Pages/Library/Notes/Notes.js +2 -2
  34. package/dist/stories/Pages/Music/MusicAlbum/Music.js +2 -2
  35. package/dist/stories/Pages/Music/MusicAlbums/MusicAlbums.js +2 -2
  36. package/dist/stories/Pages/Photos/Album/Album.js +2 -2
  37. package/dist/stories/Pages/Photos/Albums/Albums.js +2 -2
  38. package/dist/stories/Pages/Video/DetailedVideo/DetailedVideo.js +2 -2
  39. package/dist/stories/Pages/Video/VideoAlbum/Video.js +2 -2
  40. package/dist/stories/PreviewComponents/ChatPreview/ChatPreview.js +6 -4
  41. package/dist/stories/PreviewComponents/EventPreview/EventPreview.js +6 -4
  42. package/dist/stories/PreviewComponents/EventsPreview/EventsPreview.js +6 -4
  43. package/dist/stories/PreviewComponents/FoldersPreview/FoldersPreview.js +6 -4
  44. package/dist/stories/PreviewComponents/MusicAlbumPreview/MusicAlbumPreview.js +6 -4
  45. package/dist/stories/PreviewComponents/MusicAlbumsPreview/MusicAlbumsPreview.js +7 -6
  46. package/dist/stories/PreviewComponents/MusicPlayerPreview/MusicPlayerPreview.js +6 -4
  47. package/dist/stories/PreviewComponents/NavbarPreview/NavbarPreview.js +6 -4
  48. package/dist/stories/PreviewComponents/NotesPreview/NotesPreview.js +6 -4
  49. package/dist/stories/PreviewComponents/PhotoAlbumPreview/PhotoAlbumPreview.js +6 -4
  50. package/dist/stories/PreviewComponents/PhotoAlbumsPreview/PhotoAlbumsPreview.js +6 -4
  51. package/dist/stories/PreviewComponents/SpacesListPreview/SpacesListPreview.js +6 -4
  52. package/dist/stories/PreviewComponents/VideoAlbumPreview/VideoAlbumPreview.js +6 -4
  53. package/dist/stories/PreviewComponents/VideoAlbumsPreview/VideoAlbumsPreview.js +6 -4
  54. package/dist/stories/PreviewComponents/VideoPreview/VideoPreview.js +6 -4
  55. package/dist/stories/Reusable Components/Comments/Comments.js +58 -0
  56. package/dist/stories/Reusable Components/Sections/Sections.js +67 -0
  57. package/dist/stories/Spaces/Chat/Chat.js +103 -0
  58. package/dist/stories/Spaces/EventsList/EventsList.js +140 -0
  59. package/dist/stories/Spaces/NotesList/NotesList.js +144 -0
  60. package/dist/stories/Spaces/ViewDetailedPhoto/ViewDetailedPhoto.js +24 -0
  61. package/dist/stories/Spaces/ViewEvent/Event.js +146 -0
  62. package/dist/stories/Spaces/ViewFolders/ViewFolders.js +136 -0
  63. package/dist/stories/Spaces/ViewMusicAlbumList/ViewMusicAlbumList.js +136 -0
  64. package/dist/stories/Spaces/ViewMusicAlbums/ViewMusicAlbums.js +130 -0
  65. package/dist/stories/Spaces/ViewNote/ViewNote.js +27 -0
  66. package/dist/stories/Spaces/ViewPhotoAlbumList/ViewPhotoAlbumList.js +231 -0
  67. package/dist/stories/Spaces/ViewPhotoAlbums/ViewPhotoAlbums.js +131 -0
  68. package/dist/stories/Spaces/ViewVideo/ViewVideo.js +169 -0
  69. package/dist/stories/Spaces/ViewVideoAlbumList/ViewVideoAlbumList.js +157 -0
  70. package/dist/stories/Spaces/ViewVideoAlbums/ViewVideoAlbums.js +164 -0
  71. package/dist/stories/Widgets/VideoPlayer/VideoPlayer.js +235 -0
  72. package/dist/stories/helpers/util.js +24 -24
  73. package/dist/stories/store/actions/actions.js +16 -0
  74. package/dist/stories/store/community.js +941 -0
  75. package/dist/stories/store/store.js +9 -4
  76. package/package.json +1 -1
  77. package/src/index.js +16 -16
  78. package/src/stories/Community/Community.jsx +19 -19
  79. package/src/stories/Forms/AddPhoto/AddPhoto.jsx +72 -72
  80. package/src/stories/{Events → Forms}/CreateEvent/CreateEvent.jsx +5 -1
  81. package/src/stories/{Library → Forms}/CreateFolder/CreateFolder.jsx +0 -0
  82. package/src/stories/Forms/{AddSong/AddSong.jsx → CreateSong/CreateSong.jsx} +0 -0
  83. package/src/stories/Modals/AddPhotoAlbum/AddPhotoAlbum.jsx +27 -0
  84. package/src/stories/Modals/AddPhotoModal/AddPhotoModal.jsx +29 -0
  85. package/src/stories/Modals/AddSongModal/AddSongModal.jsx +37 -0
  86. package/src/stories/Modals/AddVideoAlbumModal/AddVideoAlbumModal.jsx +38 -0
  87. package/src/stories/Modals/AddVideoModal/AddVideoModal.jsx +35 -0
  88. package/src/stories/Modals/ChatConfigModal/ChatContifgModal.jsx +77 -0
  89. package/src/stories/Modals/CreateEventModal/CreateEventModal.jsx +30 -0
  90. package/src/stories/Modals/CreateFolderModal/CreateFolderModal.jsx +39 -0
  91. package/src/stories/Modals/CreateMusicAlbumModal/CreateMusicAlbumModal.jsx +37 -0
  92. package/src/stories/Modals/CreateNoteModal/CreateNoteModal.jsx +43 -0
  93. package/src/stories/Modals/EventConfigModal/EventConfigModal.jsx +74 -0
  94. package/src/stories/Modals/EventsConfigModal/EventsConfigModal.jsx +67 -0
  95. package/src/stories/Modals/FoldersConfigModal/FoldersConfigModal.jsx +66 -0
  96. package/src/stories/Modals/MusicAlbumConfigModal/MusicAlbumConfigModal.jsx +69 -0
  97. package/src/stories/Modals/MusicAlbumsConfigModal/MusicAlbumsConfigModal.jsx +73 -0
  98. package/src/stories/Modals/NotesConfigModal/NotesConfigModal.jsx +65 -0
  99. package/src/stories/Modals/PhotoAlbumConfigModal/PhotoAlbumConfigModal.jsx +71 -0
  100. package/src/stories/Modals/PhotoAlbumsConfigModal/PhotoAlbumsConfigModal.jsx +69 -0
  101. package/src/stories/Modals/ShowImgModal/ShowImgModal.jsx +87 -0
  102. package/src/stories/Modals/VideoAlbumConfigModal/VideoAlbumConfigModal.jsx +67 -0
  103. package/src/stories/Modals/VideoAlbumsConfigModal/VideoAlbumsConfigModal.jsx +67 -0
  104. package/src/stories/Modals/VideoConfigModal/VideoConfigModal.jsx +78 -0
  105. package/src/stories/Pages/Chat/Chat.jsx +1 -1
  106. package/src/stories/Pages/Events/Event/Event.jsx +1 -1
  107. package/src/stories/Pages/Events/Events/Events.jsx +1 -1
  108. package/src/stories/Pages/Library/Folders/Library.jsx +1 -1
  109. package/src/stories/Pages/Library/Notes/Notes.jsx +1 -1
  110. package/src/stories/Pages/Music/MusicAlbum/Music.jsx +1 -1
  111. package/src/stories/Pages/Music/MusicAlbums/MusicAlbums.jsx +1 -1
  112. package/src/stories/Pages/Photos/Album/Album.jsx +1 -1
  113. package/src/stories/Pages/Photos/Albums/Albums.jsx +1 -1
  114. package/src/stories/Pages/Video/DetailedVideo/DetailedVideo.jsx +1 -1
  115. package/src/stories/Pages/Video/VideoAlbum/Video.jsx +1 -1
  116. package/src/stories/PreviewComponents/ChatPreview/ChatPreview.jsx +106 -104
  117. package/src/stories/PreviewComponents/EventPreview/EventPreview.jsx +6 -4
  118. package/src/stories/PreviewComponents/EventsPreview/EventsPreview.jsx +106 -104
  119. package/src/stories/PreviewComponents/FoldersPreview/FoldersPreview.jsx +7 -5
  120. package/src/stories/PreviewComponents/MusicAlbumPreview/MusicAlbumPreview.jsx +6 -4
  121. package/src/stories/PreviewComponents/MusicAlbumsPreview/MusicAlbumsPreview.jsx +13 -11
  122. package/src/stories/PreviewComponents/MusicPlayerPreview/MusicPlayerPreview.jsx +35 -33
  123. package/src/stories/PreviewComponents/NavbarPreview/NavbarPreview.jsx +17 -15
  124. package/src/stories/PreviewComponents/NotesPreview/NotesPreview.jsx +6 -4
  125. package/src/stories/PreviewComponents/PhotoAlbumPreview/PhotoAlbumPreview.jsx +105 -103
  126. package/src/stories/PreviewComponents/PhotoAlbumsPreview/PhotoAlbumsPreview.jsx +7 -5
  127. package/src/stories/PreviewComponents/SpacesListPreview/SpacesListPreview.jsx +9 -7
  128. package/src/stories/PreviewComponents/VideoAlbumPreview/VideoAlbumPreview.jsx +6 -4
  129. package/src/stories/PreviewComponents/VideoAlbumsPreview/VideoAlbumsPreview.jsx +6 -4
  130. package/src/stories/PreviewComponents/VideoPreview/VideoPreview.jsx +6 -4
  131. package/src/stories/{VideoAlbum → Reusable Components}/Comments/Comments.jsx +0 -0
  132. package/src/stories/{Sections/Sections.jsx → Reusable Components/Sections/Sections.jsx } +1 -1
  133. package/src/stories/Spaces/Chat/Chat.jsx +77 -0
  134. package/src/stories/Spaces/EventsList/EventsList.jsx +118 -0
  135. package/src/stories/{Library/Notes/Notes.jsx → Spaces/NotesList/NotesList.jsx} +20 -66
  136. package/src/stories/{Photo Album/DetailedPhoto/DetailedPhoto.jsx → Spaces/ViewDetailedPhoto/ViewDetailedPhoto.jsx} +1 -1
  137. package/src/stories/{Events/Event → Spaces/ViewEvent}/Event.jsx +10 -74
  138. package/src/stories/Spaces/ViewFolders/ViewFolders.jsx +122 -0
  139. package/src/stories/Spaces/ViewMusicAlbumList/ViewMusicAlbumList.jsx +118 -0
  140. package/src/stories/Spaces/ViewMusicAlbums/ViewMusicAlbums.jsx +108 -0
  141. package/src/stories/{Library → Spaces}/ViewNote/ViewNote.jsx +0 -0
  142. package/src/stories/{Photo Album/ViewAlbum/ViewAlbum.jsx → Spaces/ViewPhotoAlbumList/ViewPhotoAlbumList.jsx} +42 -137
  143. package/src/stories/{Photo Album/ViewAlbums/ViewAlbums.jsx → Spaces/ViewPhotoAlbums/ViewPhotoAlbums.jsx} +16 -55
  144. package/src/stories/{VideoAlbum/VideoSpace/VideoSpace.jsx → Spaces/ViewVideo/ViewVideo.jsx} +15 -48
  145. package/src/stories/{VideoAlbum/ViewAlbum/ViewAlbum.jsx → Spaces/ViewVideoAlbumList/ViewVideoAlbumList.jsx} +14 -57
  146. package/src/stories/{VideoAlbum/AlbumsGallery/AlbumsGallery.jsx → Spaces/ViewVideoAlbums/ViewVideoAlbums.jsx} +14 -52
  147. package/src/stories/{VideoAlbum → Widgets}/VideoPlayer/VideoPlayer.jsx +0 -0
  148. package/src/stories/helpers/util.js +13 -13
  149. package/src/stories/store/actions/actions.js +7 -0
  150. package/src/stories/store/{communities.js → community.js} +0 -0
  151. package/src/stories/store/store.js +3 -4
  152. package/src/stories/Chat/Chat.jsx +0 -154
  153. package/src/stories/Events/EventsList/EventsList.jsx +0 -187
  154. package/src/stories/Library/Folders/Folders.jsx +0 -196
  155. package/src/stories/Music Album/ViewAlbum/ViewAlbum.jsx +0 -172
  156. package/src/stories/Music Album/ViewAlbums/ViewAlbums.jsx +0 -166
@@ -8,118 +8,120 @@ import Picker from '../../Common Inputs/Picker/Picker';
8
8
  import TextField from '../../Common Inputs/TextField/TextField';
9
9
 
10
10
  const EventsPreview = (props) => {
11
- const [eventsStyles, setEventsStyles] = useState({});
12
- const initialValues = JSON.parse(localStorage.getItem('formStyles')) || {
13
- headerStyles: {
14
- headerBackground: '',
15
- padding: 0,
16
- titleColor: '',
17
- titleFontSize: '',
18
- titleFontWeight: '',
19
- controlsStyles: {
20
- iconSize: '',
21
- iconColor: ''
22
- }
23
- },
24
- customCardStyles: {
25
- cardBackgroundColor: '',
26
- onHoverBackgroundColor: '',
27
- cardRadius: '',
28
- cardTitleFontSize: '',
29
- cardTitleFontWeight: '',
30
- cardTitleColor: '',
31
- cardImageRadius: '',
32
- iconColor: '',
33
- cardPadding: 0,
34
- imgSize: 0,
35
- cardBorderSize: 0,
36
- cardBorderColor: '',
37
- dateColor: '',
38
- controlsStyles: ''
39
- }
11
+ const [eventsStyles, setEventsStyles] = useState({});
12
+ const initialValues = JSON.parse(localStorage.getItem('formStyles')) || {
13
+ headerStyles: {
14
+ headerBackground: '',
15
+ padding: 0,
16
+ titleColor: '',
17
+ titleFontSize: '',
18
+ titleFontWeight: '',
19
+ controlsStyles: {
20
+ iconSize: '',
21
+ iconColor: ''
40
22
  }
23
+ },
24
+ customCardStyles: {
25
+ cardBackgroundColor: '',
26
+ onHoverBackgroundColor: '',
27
+ cardRadius: '',
28
+ cardTitleFontSize: '',
29
+ cardTitleFontWeight: '',
30
+ cardTitleColor: '',
31
+ cardImageRadius: '',
32
+ iconColor: '',
33
+ cardPadding: 0,
34
+ imgSize: 0,
35
+ cardBorderSize: 0,
36
+ cardBorderColor: '',
37
+ dateColor: '',
38
+ controlsStyles: ''
39
+ }
40
+ }
41
41
 
42
- const sections = [
43
- {
44
- title: "Header Styles",
45
- body: [
46
- (<Picker label="Header Background" name="headerStyles.headerBackground" />),
47
- (<TextField type="number" label="Padding" name="headerStyles.padding" />),
48
- (<Picker label="Title Color" name="headerStyles.titleColor" />),
49
- (<TextField type="number" label="Title Font Size" name="headerStyles.titleFontSize" />),
50
- (<TextField type="number" label="Title Font Weight" name="headerStyles.titleFontWeight" />),
51
- (<TextField type="number" label="Controls Size" name="headerStyles.controlsStyles.iconSize" />),
52
- (<Picker label="Controls Color" name="headerStyles.controlsStyles.iconColor" />),
53
- ]
54
- },
55
- {
56
- title: "Card Styles",
57
- body: [
58
- (<Picker label="Card Background" name="customCardStyles.cardBackgroundColor" />),
59
- (<Picker label="Hover Color" name="customCardStyles.onHoverBackgroundColor" />),
60
- (<TextField type="number" label="Card Radius" name="customCardStyles.cardRadius" />),
61
- (<TextField type="number" label="Title Font Size" name="customCardStyles.cardTitleFontSize" />),
62
- (<TextField type="number" label="Title Font Weight" name="customCardStyles.cardTitleFontWeight" />),
63
- (<Picker label="Title Color" name="customCardStyles.cardTitleColor" />),
64
- (<TextField type="number" label="Card Image Radius" name="customCardStyles.cardImageRadius" />),
65
- (<TextField type="number" label="Card Padding" name="customCardStyles.cardPadding" />),
66
- (<TextField type="number" label="Image Size" name="customCardStyles.imgSize" />),
67
- (<TextField type="number" label="Border Size" name="customCardStyles.cardBorderSize" />),
68
- (<Picker label="Border Color" name="customCardStyles.cardBorderColor" />),
69
- (<Picker label="Icons Color" name="customCardStyles.iconColor" />),
70
- (<Picker label="Date Color" name="customCardStyles.dateColor" />),
71
- (<Picker label="Card Icon Color" name="customCardStyles.controlsStyles.iconColor" />),
72
- ]
73
- },
42
+ const sections = [
43
+ {
44
+ title: "Header Styles",
45
+ body: [
46
+ (<Picker label="Header Background" name="headerStyles.headerBackground" />),
47
+ (<TextField type="number" label="Padding" name="headerStyles.padding" />),
48
+ (<Picker label="Title Color" name="headerStyles.titleColor" />),
49
+ (<TextField type="number" label="Title Font Size" name="headerStyles.titleFontSize" />),
50
+ (<TextField type="number" label="Title Font Weight" name="headerStyles.titleFontWeight" />),
51
+ (<TextField type="number" label="Controls Size" name="headerStyles.controlsStyles.iconSize" />),
52
+ (<Picker label="Controls Color" name="headerStyles.controlsStyles.iconColor" />),
74
53
  ]
54
+ },
55
+ {
56
+ title: "Card Styles",
57
+ body: [
58
+ (<Picker label="Card Background" name="customCardStyles.cardBackgroundColor" />),
59
+ (<Picker label="Hover Color" name="customCardStyles.onHoverBackgroundColor" />),
60
+ (<TextField type="number" label="Card Radius" name="customCardStyles.cardRadius" />),
61
+ (<TextField type="number" label="Title Font Size" name="customCardStyles.cardTitleFontSize" />),
62
+ (<TextField type="number" label="Title Font Weight" name="customCardStyles.cardTitleFontWeight" />),
63
+ (<Picker label="Title Color" name="customCardStyles.cardTitleColor" />),
64
+ (<TextField type="number" label="Card Image Radius" name="customCardStyles.cardImageRadius" />),
65
+ (<TextField type="number" label="Card Padding" name="customCardStyles.cardPadding" />),
66
+ (<TextField type="number" label="Image Size" name="customCardStyles.imgSize" />),
67
+ (<TextField type="number" label="Border Size" name="customCardStyles.cardBorderSize" />),
68
+ (<Picker label="Border Color" name="customCardStyles.cardBorderColor" />),
69
+ (<Picker label="Icons Color" name="customCardStyles.iconColor" />),
70
+ (<Picker label="Date Color" name="customCardStyles.dateColor" />),
71
+ (<Picker label="Card Icon Color" name="customCardStyles.controlsStyles.iconColor" />),
72
+ ]
73
+ },
74
+ ]
75
75
 
76
- const handleChange = (values) => {
77
- if(values){
78
- props.formChanged(values)
79
- setEventsStyles(values)
80
- localStorage.setItem('formStyles', JSON.stringify(values))
81
- }
82
- }
83
-
84
- const submitHandler = (values) => {
85
- console.log(values);
86
- }
87
-
88
- const cancelHandler = () => {
89
- console.log('Canceled')
76
+ const handleChange = (values) => {
77
+ if (props.formChanged) {
78
+ if (values) {
79
+ props.formChanged(values)
80
+ setEventsStyles(values)
81
+ localStorage.setItem('formStyles', JSON.stringify(values))
90
82
  }
83
+ }
84
+ }
85
+
86
+ const submitHandler = (values) => {
87
+ console.log(values);
88
+ }
89
+
90
+ const cancelHandler = () => {
91
+ console.log('Canceled')
92
+ }
91
93
 
92
94
  return (
93
95
  <Container>
94
- <Left>
95
- <ReusableForm
96
- formTitle="Events Styles"
97
- initialValues={initialValues}
98
- sections={sections}
99
- headerStyles={{
100
- padding: 10,
101
- headerBackground: 'black',
102
- titleColor: '#ffff',
103
- }}
104
- sectionHeaderStyles={{
105
- padding: 6,
106
- headerBackground: '#FE1744',
107
- titleColor: '#ffff',
108
- }}
109
- bodyPadding={10}
110
- saveBtnText="Save"
111
- cancelBtnText="Cancel"
112
- saveBtnHandle={submitHandler}
113
- cancelHandler={cancelHandler}
114
- handleChange={handleChange}
115
- bodyRowGap={20}
116
- bodyColumnGap={10}
117
- />
118
- </Left>
119
- <Right>
120
- <Preview type={'Events'} componentProps={props.componentProps} stylingProps={eventsStyles} />
121
- </Right>
122
- </Container>
96
+ <Left>
97
+ <ReusableForm
98
+ formTitle="Events Styles"
99
+ initialValues={initialValues}
100
+ sections={sections}
101
+ headerStyles={{
102
+ padding: 10,
103
+ headerBackground: 'black',
104
+ titleColor: '#ffff',
105
+ }}
106
+ sectionHeaderStyles={{
107
+ padding: 6,
108
+ headerBackground: '#FE1744',
109
+ titleColor: '#ffff',
110
+ }}
111
+ bodyPadding={10}
112
+ saveBtnText="Save"
113
+ cancelBtnText="Cancel"
114
+ saveBtnHandle={submitHandler}
115
+ cancelHandler={cancelHandler}
116
+ handleChange={handleChange}
117
+ bodyRowGap={20}
118
+ bodyColumnGap={10}
119
+ />
120
+ </Left>
121
+ <Right>
122
+ <Preview type={'Events'} componentProps={props.componentProps} stylingProps={eventsStyles} />
123
+ </Right>
124
+ </Container>
123
125
  );
124
126
  };
125
127
 
@@ -69,11 +69,13 @@ const FoldersPreview = (props) => {
69
69
  ]
70
70
 
71
71
  const handleChange = (values) => {
72
- if(values){
73
- props.formChanged(values)
74
- setFoldersStyles(values)
75
- localStorage.setItem('formStyles', JSON.stringify(values))
76
- }
72
+ if (props.formChanged) {
73
+ if (values) {
74
+ props.formChanged(values)
75
+ setFoldersStyles(values)
76
+ localStorage.setItem('formStyles', JSON.stringify(values))
77
+ }
78
+ }
77
79
  }
78
80
 
79
81
  const submitHandler = (values) => {
@@ -66,10 +66,12 @@ const MusicAlbum = (props) => {
66
66
  ]
67
67
 
68
68
  const handleChange = (values) => {
69
- if(values){
70
- props.formChanged(values)
71
- setMusicAlbumStyles(values)
72
- localStorage.setItem('formStyles', JSON.stringify(values))
69
+ if (props.formChanged) {
70
+ if (values) {
71
+ props.formChanged(values)
72
+ setMusicAlbumStyles(values)
73
+ localStorage.setItem('formStyles', JSON.stringify(values))
74
+ }
73
75
  }
74
76
  }
75
77
 
@@ -12,7 +12,7 @@ import TextField from '../../Common Inputs/TextField/TextField';
12
12
  const MusicAlbumsPreview = (props) => {
13
13
  const [musicAlbumsStyles, setMusicAlbumsStyles] = useState({})
14
14
 
15
- const initialValues = JSON.parse(localStorage.getItem('formStyles')) || {
15
+ const initialValues = JSON.parse(localStorage.getItem('formStyles')) || {
16
16
  headerStyles: {
17
17
  headerBackground: '',
18
18
  padding: 0,
@@ -43,7 +43,7 @@ const MusicAlbumsPreview = (props) => {
43
43
  body: [
44
44
  (<Picker label="Header Background" name="headerStyles.headerBackground" />),
45
45
  (<TextField type="number" label="Padding" name="headerStyles.padding" />),
46
- (<Picker label="Title Color" name="headerStyles.titleColor" />),
46
+ (<Picker label="Title Color" name="headerStyles.titleColor" />),
47
47
  (<TextField type="number" label="Title Font Size" name="headerStyles.titleFontSize" />),
48
48
  (<TextField type="number" label="Title Font Weight" name="headerStyles.titleFontWeight" />)
49
49
  ]
@@ -52,27 +52,29 @@ const MusicAlbumsPreview = (props) => {
52
52
  title: "Card Styles",
53
53
  body: [
54
54
  (<Picker label="Card Background" name="customCardStyles.cardBackgroundColor" />),
55
- (<Picker label="Hover Color" name="customCardStyles.onHoverBackgroundColor" />),
55
+ (<Picker label="Hover Color" name="customCardStyles.onHoverBackgroundColor" />),
56
56
  (<TextField type="number" label="Card Radius" name="customCardStyles.cardRadius" />),
57
57
  (<TextField type="number" label="Title Font Size" name="customCardStyles.cardTitleFontSize" />),
58
58
  (<TextField type="number" label="Title Font Weight" name="customCardStyles.cardTitleFontWeight" />),
59
- (<Picker label="Title Color" name="customCardStyles.cardTitleColor" />),
59
+ (<Picker label="Title Color" name="customCardStyles.cardTitleColor" />),
60
60
  (<TextField type="number" label="Card Image Radius" name="customCardStyles.cardImageRadius" />),
61
61
  (<TextField type="number" label="Artist Font Size" name="customCardStyles.cardDescriptionFontSize" />),
62
- (<Picker label="Artist Font Color" name="customCardStyles.cardDescriptionColor" />),
62
+ (<Picker label="Artist Font Color" name="customCardStyles.cardDescriptionColor" />),
63
63
  (<TextField type="number" label="Card Padding" name="customCardStyles.cardPadding" />),
64
64
  (<TextField type="number" label="Image Size" name="customCardStyles.imgSize" />),
65
65
  (<TextField type="number" label="Border Size" name="customCardStyles.cardBorderSize" />),
66
- (<Picker label="Border Color" name="customCardStyles.cardBorderColor" />),
66
+ (<Picker label="Border Color" name="customCardStyles.cardBorderColor" />),
67
67
  ]
68
68
  },
69
69
  ]
70
70
 
71
71
  const handleChange = (values) => {
72
- if(values){
73
- props.formChanged(values)
74
- setMusicAlbumsStyles(values)
75
- localStorage.setItem('formStyles', JSON.stringify(values))
72
+ if (props.formChanged) {
73
+ if (values) {
74
+ props.formChanged(values)
75
+ setMusicAlbumsStyles(values)
76
+ localStorage.setItem('formStyles', JSON.stringify(values))
77
+ }
76
78
  }
77
79
  }
78
80
 
@@ -111,7 +113,7 @@ const MusicAlbumsPreview = (props) => {
111
113
  />
112
114
  </Left>
113
115
  <Right>
114
- <Preview type={'MusicAlbums'} componentProps={props.componentProps} stylingProps={musicAlbumsStyles} da />
116
+ <Preview type={'MusicAlbums'} componentProps={props.componentProps} stylingProps={musicAlbumsStyles} />
115
117
  </Right>
116
118
  </Container>
117
119
  );
@@ -56,10 +56,12 @@ const MusicPlayerPreview = (props) => {
56
56
  ]
57
57
 
58
58
  const handleChange = (values) => {
59
- if(values){
60
- props.formChanged(values)
61
- setMusicPlayerStyles(values)
62
- localStorage.setItem('formStyles', JSON.stringify(values))
59
+ if (props.formChanged) {
60
+ if (values) {
61
+ props.formChanged(values)
62
+ setMusicPlayerStyles(values)
63
+ localStorage.setItem('formStyles', JSON.stringify(values))
64
+ }
63
65
  }
64
66
  }
65
67
 
@@ -72,35 +74,35 @@ const MusicPlayerPreview = (props) => {
72
74
  }
73
75
  return (
74
76
  <Container>
75
- <Left>
76
- <ReusableForm
77
- formTitle="Music Albums Styles"
78
- initialValues={initialValues}
79
- sections={sections}
80
- headerStyles={{
81
- padding: 10,
82
- headerBackground: 'black',
83
- titleColor: '#ffff',
84
- }}
85
- sectionHeaderStyles={{
86
- padding: 6,
87
- headerBackground: '#FE1744',
88
- titleColor: '#ffff',
89
- }}
90
- bodyPadding={10}
91
- saveBtnText="Save"
92
- cancelBtnText="Cancel"
93
- saveBtnHandle={submitHandler}
94
- cancelHandler={cancelHandler}
95
- handleChange={handleChange}
96
- bodyRowGap={20}
97
- bodyColumnGap={10}
98
- />
99
- </Left>
100
- <Right>
101
- <Preview type={'MusicPlayer'} componentProps={props.componentProps} stylingProps={musicPlayerStyles} da />
102
- </Right>
103
- </Container>
77
+ <Left>
78
+ <ReusableForm
79
+ formTitle="Music Albums Styles"
80
+ initialValues={initialValues}
81
+ sections={sections}
82
+ headerStyles={{
83
+ padding: 10,
84
+ headerBackground: 'black',
85
+ titleColor: '#ffff',
86
+ }}
87
+ sectionHeaderStyles={{
88
+ padding: 6,
89
+ headerBackground: '#FE1744',
90
+ titleColor: '#ffff',
91
+ }}
92
+ bodyPadding={10}
93
+ saveBtnText="Save"
94
+ cancelBtnText="Cancel"
95
+ saveBtnHandle={submitHandler}
96
+ cancelHandler={cancelHandler}
97
+ handleChange={handleChange}
98
+ bodyRowGap={20}
99
+ bodyColumnGap={10}
100
+ />
101
+ </Left>
102
+ <Right>
103
+ <Preview type={'MusicPlayer'} componentProps={props.componentProps} stylingProps={musicPlayerStyles} da />
104
+ </Right>
105
+ </Container>
104
106
  );
105
107
  };
106
108
 
@@ -21,24 +21,26 @@ const NavbarPreview = (props) => {
21
21
  title: "Navbar Styles",
22
22
  body: [
23
23
  (
24
- <CustomSelect label="Icon Size" options={[
25
- { label: 'select an option', value: '' },
26
- { label: 'small', value: 'sm' },
27
- { label: 'medium', value: 'md' },
28
- { label: 'large', value: 'lg' },
29
- ]} name="iconSize" />
30
- ),
31
- (<Picker label="Icon Color" name="iconBackgroundColor" />),
32
- (<Picker label="Background Color" name="navbarColor" />)
33
- ]
24
+ <CustomSelect label="Icon Size" options={[
25
+ { label: 'select an option', value: '' },
26
+ { label: 'small', value: 'sm' },
27
+ { label: 'medium', value: 'md' },
28
+ { label: 'large', value: 'lg' },
29
+ ]} name="iconSize" />
30
+ ),
31
+ (<Picker label="Icon Color" name="iconBackgroundColor" />),
32
+ (<Picker label="Background Color" name="navbarColor" />)
33
+ ]
34
34
  },
35
35
  ]
36
36
 
37
37
  const handleChange = (values) => {
38
- if(values){
39
- props.formChanged(values)
40
- setNavbarStyles(values)
41
- localStorage.setItem('formStyles', JSON.stringify(values))
38
+ if (props.formChanged) {
39
+ if (values) {
40
+ props.formChanged(values)
41
+ setNavbarStyles(values)
42
+ localStorage.setItem('formStyles', JSON.stringify(values))
43
+ }
42
44
  }
43
45
  }
44
46
 
@@ -75,7 +77,7 @@ const NavbarPreview = (props) => {
75
77
  handleChange={handleChange}
76
78
  bodyRowGap={20}
77
79
  bodyColumnGap={10}
78
- />
80
+ />
79
81
  </Left>
80
82
  <Right>
81
83
  <Preview type={'Navbar'} stylingProps={navbarStyles} />
@@ -65,10 +65,12 @@ const NotesPreview = (props) => {
65
65
  ]
66
66
 
67
67
  const handleChange = (values) => {
68
- if(values){
69
- props.formChanged(values)
70
- setNotesStyles(values)
71
- localStorage.setItem('formStyles', JSON.stringify(values))
68
+ if (props.formChanged) {
69
+ if (values) {
70
+ props.formChanged(values)
71
+ setNotesStyles(values)
72
+ localStorage.setItem('formStyles', JSON.stringify(values))
73
+ }
72
74
  }
73
75
  }
74
76