@churchapps/apphelper 0.4.50 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/FormCardPayment.d.ts +1 -1
- package/dist/components/FormCardPayment.d.ts.map +1 -1
- package/dist/components/FormCardPayment.js +27 -10
- package/dist/components/FormCardPayment.js.map +1 -1
- package/dist/components/Loading.js +36 -36
- package/dist/components/notes/Notes.js +27 -27
- package/dist/helpers/UserHelper.d.ts.map +1 -1
- package/dist/helpers/UserHelper.js +4 -1
- package/dist/helpers/UserHelper.js.map +1 -1
- package/dist/helpers/index.d.ts +1 -1
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js +1 -1
- package/dist/helpers/index.js.map +1 -1
- package/dist/public/css/cropper.css +309 -309
- package/dist/public/css/styles.css +111 -111
- package/package.json +72 -73
- package/public/css/cropper.css +309 -309
- package/public/css/styles.css +111 -111
- package/public/locales/de.json +269 -269
- package/public/locales/en.json +276 -276
- package/public/locales/es.json +272 -272
- package/public/locales/fr.json +269 -269
- package/public/locales/hi.json +269 -269
- package/public/locales/it.json +269 -269
- package/public/locales/ko.json +269 -269
- package/public/locales/no.json +269 -269
- package/public/locales/pt.json +269 -269
- package/public/locales/ru.json +269 -269
- package/public/locales/tl.json +269 -269
- package/public/locales/zh.json +269 -269
- package/src/components/DisplayBox.tsx +83 -83
- package/src/components/ErrorMessages.tsx +28 -28
- package/src/components/ExportLink.tsx +81 -81
- package/src/components/FloatingSupport.tsx +18 -18
- package/src/components/FormCardPayment.tsx +184 -169
- package/src/components/FormSubmissionEdit.tsx +168 -168
- package/src/components/HelpIcon.tsx +12 -12
- package/src/components/ImageEditor.tsx +161 -161
- package/src/components/InputBox.tsx +96 -96
- package/src/components/Loading.tsx +77 -77
- package/src/components/PageHeader.tsx +110 -110
- package/src/components/PersonAvatar.tsx +77 -77
- package/src/components/QuestionEdit.tsx +99 -99
- package/src/components/SmallButton.tsx +42 -42
- package/src/components/SupportModal.tsx +32 -32
- package/src/components/TabPanel.tsx +28 -28
- package/src/components/gallery/GalleryModal.tsx +173 -173
- package/src/components/gallery/StockPhotos.tsx +95 -95
- package/src/components/gallery/index.ts +1 -1
- package/src/components/header/Banner.tsx +11 -11
- package/src/components/header/PrimaryMenu.tsx +100 -100
- package/src/components/header/SecondaryMenu.tsx +23 -23
- package/src/components/header/SecondaryMenuAlt.tsx +40 -40
- package/src/components/header/SiteHeader.tsx +207 -207
- package/src/components/header/SupportDrawer.tsx +111 -111
- package/src/components/header/index.tsx +2 -2
- package/src/components/index.tsx +20 -20
- package/src/components/notes/AddNote.tsx +180 -180
- package/src/components/notes/Note.tsx +68 -68
- package/src/components/notes/Notes.tsx +208 -208
- package/src/components/notes/index.ts +3 -3
- package/src/components/wrapper/AppList.tsx +19 -19
- package/src/components/wrapper/ChurchList.tsx +154 -154
- package/src/components/wrapper/NavItem.tsx +47 -47
- package/src/components/wrapper/NewPrivateMessage.tsx +253 -253
- package/src/components/wrapper/Notifications.tsx +223 -223
- package/src/components/wrapper/PrivateMessageDetails.tsx +112 -112
- package/src/components/wrapper/PrivateMessages.tsx +576 -576
- package/src/components/wrapper/UserMenu.tsx +383 -383
- package/src/components/wrapper/index.tsx +8 -8
- package/src/helpers/AnalyticsHelper.ts +32 -32
- package/src/helpers/AppearanceHelper.ts +73 -73
- package/src/helpers/ArrayHelper.ts +87 -87
- package/src/helpers/CurrencyHelper.ts +10 -10
- package/src/helpers/DateHelper.ts +104 -104
- package/src/helpers/ErrorHelper.ts +43 -43
- package/src/helpers/EventHelper.ts +49 -49
- package/src/helpers/FileHelper.ts +31 -31
- package/src/helpers/Locale.ts +457 -457
- package/src/helpers/NotificationService.ts +296 -296
- package/src/helpers/PersonHelper.ts +62 -62
- package/src/helpers/SlugHelper.ts +37 -37
- package/src/helpers/SocketHelper.ts +296 -296
- package/src/helpers/UniqueIdHelper.ts +36 -36
- package/src/helpers/UserHelper.ts +107 -104
- package/src/helpers/createEmotionCache.ts +17 -17
- package/src/helpers/index.ts +58 -50
- package/src/hooks/index.ts +3 -3
- package/src/hooks/useMountedState.ts +16 -16
- package/src/hooks/useNotifications.ts +93 -93
- package/src/index.ts +2 -2
- package/src/types/interface-extensions.d.ts +12 -0
- package/tsconfig.json +31 -31
- package/dist/public/locales/de.json +0 -270
- package/dist/public/locales/en.json +0 -277
- package/dist/public/locales/es.json +0 -272
- package/dist/public/locales/fr.json +0 -270
- package/dist/public/locales/hi.json +0 -270
- package/dist/public/locales/it.json +0 -270
- package/dist/public/locales/ko.json +0 -270
- package/dist/public/locales/no.json +0 -270
- package/dist/public/locales/pt.json +0 -270
- package/dist/public/locales/ru.json +0 -270
- package/dist/public/locales/tl.json +0 -270
- package/dist/public/locales/zh.json +0 -270
package/public/css/styles.css
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--c1: #1565C0;
|
|
3
|
-
--c1l1: #3578CC;
|
|
4
|
-
--c1l2: #568BDA;
|
|
5
|
-
--c1l3: #77A0E5;
|
|
6
|
-
--c1l4: #99B5F0;
|
|
7
|
-
--c1l5: #BBCBF8;
|
|
8
|
-
--c1l6: #DDE1FC;
|
|
9
|
-
--c1l7: #F0F4FF;
|
|
10
|
-
--c1d1: #1358AD;
|
|
11
|
-
--c1d2: #114A99;
|
|
12
|
-
--c1d3: #0E3D86;
|
|
13
|
-
--c1d4: #0C3172;
|
|
14
|
-
--c1d5: #09245F;
|
|
15
|
-
--c1d6: #07184B;
|
|
16
|
-
--c1d7: #050C37;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
.sideNav ul {
|
|
21
|
-
padding-left: 0px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.sideNav li {
|
|
25
|
-
list-style-type: none;
|
|
26
|
-
border-bottom: 1px solid #ccc;
|
|
27
|
-
padding:8px 10px;
|
|
28
|
-
}
|
|
29
|
-
.sideNav li a {
|
|
30
|
-
color:#333;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.sideNav li.active {
|
|
34
|
-
list-style-type: none;
|
|
35
|
-
border-bottom: 1px solid var(--c1l2);
|
|
36
|
-
padding:8px 10px;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.sideNav li.active a, .sideNav li a:hover {
|
|
40
|
-
color:var(--c1l2);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.sideNav .subhead {
|
|
44
|
-
margin-top:30px;
|
|
45
|
-
background-color:var(--c1l6);
|
|
46
|
-
padding-left:12px;
|
|
47
|
-
padding-top:5px;
|
|
48
|
-
padding-bottom: 5px;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.sideNav li span {
|
|
52
|
-
padding-top:5px;
|
|
53
|
-
overflow:visible;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
#appBarSpacer {
|
|
57
|
-
height: 64px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
#primaryNavButton {
|
|
61
|
-
margin-right:15px;
|
|
62
|
-
text-transform: "none";
|
|
63
|
-
height: 48px !important;
|
|
64
|
-
min-height: 48px !important;
|
|
65
|
-
max-height: 48px !important;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
#primaryNavButton img {
|
|
69
|
-
height:35px !important;
|
|
70
|
-
margin-right:15px;
|
|
71
|
-
max-height:35px !important;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
#primaryNavButton h2 {
|
|
75
|
-
text-wrap: nowrap;
|
|
76
|
-
line-height: 1;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
#banner {
|
|
80
|
-
background-color:var(--c1l2);
|
|
81
|
-
color: #FFF;
|
|
82
|
-
padding: 12px 24px;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
#banner h1 {
|
|
86
|
-
border-bottom: none;
|
|
87
|
-
line-height: 30px;
|
|
88
|
-
margin-top:10px;
|
|
89
|
-
margin-bottom: 0px;
|
|
90
|
-
font-size:30px;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
#mainContent {
|
|
94
|
-
padding:24px;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
#primaryMenu span, #primaryMenu a {
|
|
98
|
-
color:#FFF;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
@media (max-width: 740px) {
|
|
103
|
-
#primaryNavButton h2 { display:none; }
|
|
104
|
-
#primaryNavButton>img {margin-right:0px;}
|
|
105
|
-
#primaryNavButton>span {margin-left:0px;}
|
|
106
|
-
#appBarSpacer { height:60px;}
|
|
107
|
-
#secondaryMenu { display:none; }
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@media (min-width: 741px) {
|
|
111
|
-
#secondaryMenuAlt { display:none; width:100%; text-align: center;}
|
|
1
|
+
:root {
|
|
2
|
+
--c1: #1565C0;
|
|
3
|
+
--c1l1: #3578CC;
|
|
4
|
+
--c1l2: #568BDA;
|
|
5
|
+
--c1l3: #77A0E5;
|
|
6
|
+
--c1l4: #99B5F0;
|
|
7
|
+
--c1l5: #BBCBF8;
|
|
8
|
+
--c1l6: #DDE1FC;
|
|
9
|
+
--c1l7: #F0F4FF;
|
|
10
|
+
--c1d1: #1358AD;
|
|
11
|
+
--c1d2: #114A99;
|
|
12
|
+
--c1d3: #0E3D86;
|
|
13
|
+
--c1d4: #0C3172;
|
|
14
|
+
--c1d5: #09245F;
|
|
15
|
+
--c1d6: #07184B;
|
|
16
|
+
--c1d7: #050C37;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
.sideNav ul {
|
|
21
|
+
padding-left: 0px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sideNav li {
|
|
25
|
+
list-style-type: none;
|
|
26
|
+
border-bottom: 1px solid #ccc;
|
|
27
|
+
padding:8px 10px;
|
|
28
|
+
}
|
|
29
|
+
.sideNav li a {
|
|
30
|
+
color:#333;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sideNav li.active {
|
|
34
|
+
list-style-type: none;
|
|
35
|
+
border-bottom: 1px solid var(--c1l2);
|
|
36
|
+
padding:8px 10px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sideNav li.active a, .sideNav li a:hover {
|
|
40
|
+
color:var(--c1l2);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sideNav .subhead {
|
|
44
|
+
margin-top:30px;
|
|
45
|
+
background-color:var(--c1l6);
|
|
46
|
+
padding-left:12px;
|
|
47
|
+
padding-top:5px;
|
|
48
|
+
padding-bottom: 5px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sideNav li span {
|
|
52
|
+
padding-top:5px;
|
|
53
|
+
overflow:visible;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
#appBarSpacer {
|
|
57
|
+
height: 64px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
#primaryNavButton {
|
|
61
|
+
margin-right:15px;
|
|
62
|
+
text-transform: "none";
|
|
63
|
+
height: 48px !important;
|
|
64
|
+
min-height: 48px !important;
|
|
65
|
+
max-height: 48px !important;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
#primaryNavButton img {
|
|
69
|
+
height:35px !important;
|
|
70
|
+
margin-right:15px;
|
|
71
|
+
max-height:35px !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
#primaryNavButton h2 {
|
|
75
|
+
text-wrap: nowrap;
|
|
76
|
+
line-height: 1;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
#banner {
|
|
80
|
+
background-color:var(--c1l2);
|
|
81
|
+
color: #FFF;
|
|
82
|
+
padding: 12px 24px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
#banner h1 {
|
|
86
|
+
border-bottom: none;
|
|
87
|
+
line-height: 30px;
|
|
88
|
+
margin-top:10px;
|
|
89
|
+
margin-bottom: 0px;
|
|
90
|
+
font-size:30px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
#mainContent {
|
|
94
|
+
padding:24px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
#primaryMenu span, #primaryMenu a {
|
|
98
|
+
color:#FFF;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
@media (max-width: 740px) {
|
|
103
|
+
#primaryNavButton h2 { display:none; }
|
|
104
|
+
#primaryNavButton>img {margin-right:0px;}
|
|
105
|
+
#primaryNavButton>span {margin-left:0px;}
|
|
106
|
+
#appBarSpacer { height:60px;}
|
|
107
|
+
#secondaryMenu { display:none; }
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@media (min-width: 741px) {
|
|
111
|
+
#secondaryMenuAlt { display:none; width:100%; text-align: center;}
|
|
112
112
|
}
|