@churchapps/apphelper 0.2.47 → 0.2.48
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/helpers/index.d.ts +0 -1
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js +1 -3
- package/dist/helpers/index.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers/index.ts +0 -1
- package/dist/helpers/Themes.d.ts +0 -9
- package/dist/helpers/Themes.d.ts.map +0 -1
- package/dist/helpers/Themes.js +0 -16
- package/dist/helpers/Themes.js.map +0 -1
- package/src/helpers/Themes.ts +0 -14
package/dist/helpers/index.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ export { FileHelper } from "./FileHelper";
|
|
|
11
11
|
export { Locale } from "./Locale";
|
|
12
12
|
export { PersonHelper } from "./PersonHelper";
|
|
13
13
|
export { SocketHelper } from "./SocketHelper";
|
|
14
|
-
export { Themes } from "./Themes";
|
|
15
14
|
export { UserHelper } from "./UserHelper";
|
|
16
15
|
export { UniqueIdHelper } from "./UniqueIdHelper";
|
|
17
16
|
export { createEmotionCache } from "./createEmotionCache";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
package/dist/helpers/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.SlugHelper = exports.AppearanceHelper = exports.DonationHelper = exports.createEmotionCache = exports.UniqueIdHelper = exports.UserHelper = exports.
|
|
17
|
+
exports.SlugHelper = exports.AppearanceHelper = exports.DonationHelper = exports.createEmotionCache = exports.UniqueIdHelper = exports.UserHelper = exports.SocketHelper = exports.PersonHelper = exports.Locale = exports.FileHelper = exports.EventHelper = exports.ErrorHelper = exports.DateHelper = exports.CurrencyHelper = exports.CommonEnvironmentHelper = exports.ArrayHelper = exports.ApiHelper = exports.AnalyticsHelper = void 0;
|
|
18
18
|
__exportStar(require("@churchapps/helpers"), exports);
|
|
19
19
|
var AnalyticsHelper_1 = require("./AnalyticsHelper");
|
|
20
20
|
Object.defineProperty(exports, "AnalyticsHelper", { enumerable: true, get: function () { return AnalyticsHelper_1.AnalyticsHelper; } });
|
|
@@ -40,8 +40,6 @@ var PersonHelper_1 = require("./PersonHelper");
|
|
|
40
40
|
Object.defineProperty(exports, "PersonHelper", { enumerable: true, get: function () { return PersonHelper_1.PersonHelper; } });
|
|
41
41
|
var SocketHelper_1 = require("./SocketHelper");
|
|
42
42
|
Object.defineProperty(exports, "SocketHelper", { enumerable: true, get: function () { return SocketHelper_1.SocketHelper; } });
|
|
43
|
-
var Themes_1 = require("./Themes");
|
|
44
|
-
Object.defineProperty(exports, "Themes", { enumerable: true, get: function () { return Themes_1.Themes; } });
|
|
45
43
|
var UserHelper_1 = require("./UserHelper");
|
|
46
44
|
Object.defineProperty(exports, "UserHelper", { enumerable: true, get: function () { return UserHelper_1.UserHelper; } });
|
|
47
45
|
var UniqueIdHelper_1 = require("./UniqueIdHelper");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,yCAAwC;AAA/B,sGAAA,SAAS,OAAA;AAClB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,mDAAiD;AAAxC,gHAAA,cAAc,OAAA;AACvB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,+CAA6C;AAApC,4GAAA,YAAY,OAAA;AACrB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,yCAAwC;AAA/B,sGAAA,SAAS,OAAA;AAClB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,mDAAiD;AAAxC,gHAAA,cAAc,OAAA;AACvB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,+CAA6C;AAApC,4GAAA,YAAY,OAAA;AACrB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,uDAA2E;AAA7C,oHAAA,gBAAgB,OAAA;AAC9C,2CAA0C;AAAjC,wGAAA,UAAU,OAAA"}
|
package/package.json
CHANGED
package/src/helpers/index.ts
CHANGED
|
@@ -11,7 +11,6 @@ export { FileHelper } from "./FileHelper";
|
|
|
11
11
|
export { Locale } from "./Locale";
|
|
12
12
|
export { PersonHelper } from "./PersonHelper"
|
|
13
13
|
export { SocketHelper } from "./SocketHelper";
|
|
14
|
-
export { Themes } from "./Themes"
|
|
15
14
|
export { UserHelper } from "./UserHelper";
|
|
16
15
|
export { UniqueIdHelper } from "./UniqueIdHelper";
|
|
17
16
|
export { createEmotionCache } from "./createEmotionCache";
|
package/dist/helpers/Themes.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Themes.d.ts","sourceRoot":"","sources":["../../src/helpers/Themes.ts"],"names":[],"mappings":"AAEA,qBAAa,MAAM;IACjB,MAAM,CAAC,SAAS,gCAMb;IAEH,MAAM,CAAC,WAAW;;;;MAA4E;CAE/F"}
|
package/dist/helpers/Themes.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Themes = void 0;
|
|
4
|
-
const material_1 = require("@mui/material");
|
|
5
|
-
class Themes {
|
|
6
|
-
}
|
|
7
|
-
exports.Themes = Themes;
|
|
8
|
-
Themes.BaseTheme = (0, material_1.createTheme)({
|
|
9
|
-
palette: { secondary: { main: "#444444" } },
|
|
10
|
-
components: {
|
|
11
|
-
MuiTextField: { defaultProps: { margin: "normal" } },
|
|
12
|
-
MuiFormControl: { defaultProps: { margin: "normal" } }
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
Themes.NavBarStyle = { "& .selected .MuiListItemButton-root": { backgroundColor: "#333333" } };
|
|
16
|
-
//# sourceMappingURL=Themes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Themes.js","sourceRoot":"","sources":["../../src/helpers/Themes.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;AAE5C,MAAa,MAAM;;AAAnB,wBAWC;AAVQ,gBAAS,GAAG,IAAA,sBAAW,EAAC;IAC7B,OAAO,EAAE,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE;IAC3C,UAAU,EAAE;QACV,YAAY,EAAE,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE;QACpD,cAAc,EAAE,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE;KACvD;CACF,CAAC,CAAC;AAEI,kBAAW,GAAG,EAAE,qCAAqC,EAAE,EAAE,eAAe,EAAE,SAAS,EAAE,EAAE,CAAA"}
|
package/src/helpers/Themes.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { createTheme } from "@mui/material";
|
|
2
|
-
|
|
3
|
-
export class Themes {
|
|
4
|
-
static BaseTheme = createTheme({
|
|
5
|
-
palette: { secondary: { main: "#444444" } },
|
|
6
|
-
components: {
|
|
7
|
-
MuiTextField: { defaultProps: { margin: "normal" } },
|
|
8
|
-
MuiFormControl: { defaultProps: { margin: "normal" } }
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
static NavBarStyle = { "& .selected .MuiListItemButton-root": { backgroundColor: "#333333" } }
|
|
13
|
-
|
|
14
|
-
}
|