infinity-forge 0.38.5 → 0.39.0
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.
|
@@ -13,13 +13,14 @@ var __assign = (this && this.__assign) || function () {
|
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.InfinityForgeProviders = void 0;
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var react_1 = require("@nextui-org/react");
|
|
16
17
|
var ui_1 = require("../../../ui/index.js");
|
|
17
18
|
var auth_1 = require("./auth/index.js");
|
|
18
19
|
var infra_injection_1 = require("./infra-injection/index.js");
|
|
19
20
|
var theme_1 = require("./theme/index.js");
|
|
20
21
|
function InfinityForgeProviders(_a) {
|
|
21
22
|
var auth = _a.auth, toast = _a.toast, theme = _a.theme, children = _a.children, InjectedRemotes = _a.InjectedRemotes, Configurations = _a.Configurations;
|
|
22
|
-
return ((0, jsx_runtime_1.jsx)(infra_injection_1.InfraInjectionProvider, { InjectedRemotes: InjectedRemotes, Configurations: Configurations, children: (0, jsx_runtime_1.jsx)(auth_1.AuthAdminProvider, __assign({}, auth, { children: (0, jsx_runtime_1.jsx)(theme_1.ThemeProvider, { theme: theme, children: (0, jsx_runtime_1.jsx)(ui_1.ToastProvider, { toast: toast, children: children }) }) })) }));
|
|
23
|
+
return ((0, jsx_runtime_1.jsx)(react_1.NextUIProvider, { children: (0, jsx_runtime_1.jsx)(infra_injection_1.InfraInjectionProvider, { InjectedRemotes: InjectedRemotes, Configurations: Configurations, children: (0, jsx_runtime_1.jsx)(auth_1.AuthAdminProvider, __assign({}, auth, { children: (0, jsx_runtime_1.jsx)(theme_1.ThemeProvider, { theme: theme, children: (0, jsx_runtime_1.jsx)(ui_1.ToastProvider, { toast: toast, children: children }) }) })) }) }));
|
|
23
24
|
}
|
|
24
25
|
exports.InfinityForgeProviders = InfinityForgeProviders;
|
|
25
26
|
//# sourceMappingURL=container.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.js","sourceRoot":"","sources":["../../../../src/system/presentation/context/container.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"container.js","sourceRoot":"","sources":["../../../../src/system/presentation/context/container.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAmD;AAEnD,2BAAoC;AACpC,+BAAkE;AAClE,qDAAqF;AACrF,iCAAkE;AAElE,SAAgB,sBAAsB,CAAC,EAYwB;QAX7D,IAAI,UAAA,EACJ,KAAK,WAAA,EACL,KAAK,WAAA,EACL,QAAQ,cAAA,EACR,eAAe,qBAAA,EACf,cAAc,oBAAA;IAOd,OAAO,CACL,uBAAC,sBAAc,cACb,uBAAC,wCAAsB,IAAC,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,cAAc,YACtF,uBAAC,wBAAiB,eAAK,IAAI,cACzB,uBAAC,qBAAa,IAAC,KAAK,EAAE,KAAK,YACzB,uBAAC,kBAAa,IAAC,KAAK,EAAE,KAAK,YAAG,QAAQ,GAAiB,GACzC,IACE,GACG,GACV,CAElB,CAAA;AACH,CAAC;AAzBD,wDAyBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infinity-forge",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "codie Library",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@ckeditor/ckeditor5-react": "^6.3.0",
|
|
47
47
|
"@internationalized/date": "^3.5.3",
|
|
48
|
+
"@nextui-org/react": "^2.3.6",
|
|
48
49
|
"@react-aria/i18n": "^3.11.0",
|
|
49
50
|
"aos": "^2.3.4",
|
|
50
51
|
"axios": "^1.4.0",
|