infinity-forge 0.4.3 → 0.4.4

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.
@@ -0,0 +1,3 @@
1
+ export declare function InfinityForgeProviders({ children }: {
2
+ children: any;
3
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InfinityForgeProviders = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ var ui_1 = require("../../../ui/index.js");
6
+ var auth_1 = require("./auth/index.js");
7
+ function InfinityForgeProviders(_a) {
8
+ var children = _a.children;
9
+ return ((0, jsx_runtime_1.jsx)(auth_1.AuthAdminProvider, { children: (0, jsx_runtime_1.jsx)(ui_1.ToastProvider, { children: children }) }));
10
+ }
11
+ exports.InfinityForgeProviders = InfinityForgeProviders;
12
+ //# sourceMappingURL=container.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"container.js","sourceRoot":"","sources":["../../../../src/system/presentation/context/container.tsx"],"names":[],"mappings":";;;;AAAA,2BAAoC;AACpC,+BAA0C;AAE1C,SAAgB,sBAAsB,CAAC,EAAY;QAAV,QAAQ,cAAA;IAC/C,OAAO,CACL,uBAAC,wBAAiB,cAChB,uBAAC,kBAAa,cAAE,QAAQ,GAAiB,GACvB,CACrB,CAAA;AACH,CAAC;AAND,wDAMC"}
@@ -1 +1,2 @@
1
1
  export * from "./auth/index.js";
2
+ export * from "./container.js";
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./auth/index.js"), exports);
18
+ __exportStar(require("./container.js"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/presentation/context/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/presentation/context/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,8CAA2B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",