@churchapps/apphelper 0.0.2 → 0.0.3
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.
|
@@ -12,6 +12,7 @@ export { Notes } from "./notes/Notes";
|
|
|
12
12
|
export { PersonAdd } from "./PersonAdd";
|
|
13
13
|
export { QuestionEdit } from "./QuestionEdit";
|
|
14
14
|
export { SmallButton } from "./SmallButton";
|
|
15
|
+
export { SupportModal } from "./SupportModal";
|
|
15
16
|
export { MarkdownEditor } from "./markdownEditor/MarkdownEditor";
|
|
16
17
|
export { MarkdownPreview } from "./markdownEditor/MarkdownPreview";
|
|
17
18
|
export * from "./material";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAEnE,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAEnE,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
|
package/dist/components/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.MarkdownPreview = exports.MarkdownEditor = exports.SmallButton = exports.QuestionEdit = exports.PersonAdd = exports.Notes = exports.Loading = exports.InputBox = exports.ImageEditor = exports.HelpIcon = exports.FormSubmissionEdit = exports.FloatingSupport = exports.DisplayBox = exports.ExportLink = exports.ErrorMessages = exports.CreatePerson = void 0;
|
|
17
|
+
exports.MarkdownPreview = exports.MarkdownEditor = exports.SupportModal = exports.SmallButton = exports.QuestionEdit = exports.PersonAdd = exports.Notes = exports.Loading = exports.InputBox = exports.ImageEditor = exports.HelpIcon = exports.FormSubmissionEdit = exports.FloatingSupport = exports.DisplayBox = exports.ExportLink = exports.ErrorMessages = exports.CreatePerson = void 0;
|
|
18
18
|
var CreatePerson_1 = require("./CreatePerson");
|
|
19
19
|
Object.defineProperty(exports, "CreatePerson", { enumerable: true, get: function () { return CreatePerson_1.CreatePerson; } });
|
|
20
20
|
var ErrorMessages_1 = require("./ErrorMessages");
|
|
@@ -43,6 +43,8 @@ var QuestionEdit_1 = require("./QuestionEdit");
|
|
|
43
43
|
Object.defineProperty(exports, "QuestionEdit", { enumerable: true, get: function () { return QuestionEdit_1.QuestionEdit; } });
|
|
44
44
|
var SmallButton_1 = require("./SmallButton");
|
|
45
45
|
Object.defineProperty(exports, "SmallButton", { enumerable: true, get: function () { return SmallButton_1.SmallButton; } });
|
|
46
|
+
var SupportModal_1 = require("./SupportModal");
|
|
47
|
+
Object.defineProperty(exports, "SupportModal", { enumerable: true, get: function () { return SupportModal_1.SupportModal; } });
|
|
46
48
|
var MarkdownEditor_1 = require("./markdownEditor/MarkdownEditor");
|
|
47
49
|
Object.defineProperty(exports, "MarkdownEditor", { enumerable: true, get: function () { return MarkdownEditor_1.MarkdownEditor; } });
|
|
48
50
|
var MarkdownPreview_1 = require("./markdownEditor/MarkdownPreview");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,iDAAgD;AAAvC,8GAAA,aAAa,OAAA;AACtB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,uCAAsC;AAA7B,oGAAA,QAAQ,OAAA;AACjB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,uCAAsC;AAA7B,oGAAA,QAAQ,OAAA;AACjB,qCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,uCAAsC;AAA7B,8FAAA,KAAK,OAAA;AACd,yCAAwC;AAA/B,sGAAA,SAAS,OAAA;AAClB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,kEAAiE;AAAxD,gHAAA,cAAc,OAAA;AACvB,oEAAmE;AAA1D,kHAAA,eAAe,OAAA;AAExB,6CAA2B;AAC3B,4CAA0B;AAC1B,mDAAiC;AACjC,0CAAwB;AACxB,8CAA4B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,iDAAgD;AAAvC,8GAAA,aAAa,OAAA;AACtB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,uCAAsC;AAA7B,oGAAA,QAAQ,OAAA;AACjB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,uCAAsC;AAA7B,oGAAA,QAAQ,OAAA;AACjB,qCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,uCAAsC;AAA7B,8FAAA,KAAK,OAAA;AACd,yCAAwC;AAA/B,sGAAA,SAAS,OAAA;AAClB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,kEAAiE;AAAxD,gHAAA,cAAc,OAAA;AACvB,oEAAmE;AAA1D,kHAAA,eAAe,OAAA;AAExB,6CAA2B;AAC3B,4CAA0B;AAC1B,mDAAiC;AACjC,0CAAwB;AACxB,8CAA4B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@churchapps/apphelper",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Library of helper functions for React and NextJS ChurchApps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@mui/lab": "^5.0.0-alpha.142",
|
|
50
50
|
"@mui/material": "^5.14.7",
|
|
51
51
|
"@stripe/react-stripe-js": "^2.1.2",
|
|
52
|
-
"@stripe/stripe-js": "^2.1.
|
|
52
|
+
"@stripe/stripe-js": "^2.1.1",
|
|
53
53
|
"axios": "^1.5.0",
|
|
54
54
|
"cropperjs": "^1.6.0",
|
|
55
55
|
"date-fns": "^2.30.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"rrule": "^2.7.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@types/node": "^20.5.
|
|
71
|
+
"@types/node": "^20.5.9",
|
|
72
72
|
"@types/react": "^18.2.21",
|
|
73
73
|
"@types/react-csv": "^1.1.3",
|
|
74
74
|
"@types/react-dom": "^18.2.7",
|
package/src/components/index.tsx
CHANGED
|
@@ -12,6 +12,7 @@ export { Notes } from "./notes/Notes";
|
|
|
12
12
|
export { PersonAdd } from "./PersonAdd";
|
|
13
13
|
export { QuestionEdit } from "./QuestionEdit";
|
|
14
14
|
export { SmallButton } from "./SmallButton";
|
|
15
|
+
export { SupportModal } from "./SupportModal";
|
|
15
16
|
export { MarkdownEditor } from "./markdownEditor/MarkdownEditor";
|
|
16
17
|
export { MarkdownPreview } from "./markdownEditor/MarkdownPreview";
|
|
17
18
|
|