infinity-forge 2.2.5 → 2.2.6

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.
@@ -32,4 +32,4 @@ function SideBarButton() {
32
32
  return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: '', children: (0, jsx_runtime_1.jsx)(S.SideBarButton, { onClick: utils_1.openSidebar, type: 'button', children: (0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 24', strokeWidth: '2', stroke: 'currentColor', children: (0, jsx_runtime_1.jsx)("path", { strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5' }) }) }) }));
33
33
  }
34
34
  exports.SideBarButton = SideBarButton;
35
- /
35
+ //# sourceMappingURL=index.js.map
@@ -33,4 +33,4 @@ function Profile(_a) {
33
33
  return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Profile', children: (0, jsx_runtime_1.jsxs)(S.Profile, { children: [(0, jsx_runtime_1.jsx)("div", { className: 'avatar', children: (0, jsx_runtime_1.jsx)(ui_1.NextImage, { src: image || '/images/profile-default.png' }) }), (0, jsx_runtime_1.jsxs)("div", { children: [name && (0, jsx_runtime_1.jsx)("h1", { children: name }), status && ((0, jsx_runtime_1.jsx)("span", { className: 'status', children: (0, jsx_runtime_1.jsx)(highlight_text_1.HighlightText, { text: status === null || status === void 0 ? void 0 : status.text, color: status === null || status === void 0 ? void 0 : status.color }) })), (0, jsx_runtime_1.jsxs)("div", { className: 'infos', children: [tag && (0, jsx_runtime_1.jsxs)("span", { children: ["RG ", tag] }), tags && (0, jsx_runtime_1.jsx)("div", { dangerouslySetInnerHTML: { __html: tags } })] })] })] }) }));
34
34
  }
35
35
  exports.Profile = Profile;
36
- //# sourceMapping
36
+ //# sourceMappingURL=index.js.map
@@ -138,4 +138,4 @@ function LoginControl(_a) {
138
138
  var noHaveUser = !user && router.isReady && interceptorIsReady && !loading;
139
139
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [Loading && (0, jsx_runtime_1.jsx)(ui_1.LoadingScreen, { size: 30, color: '#000' }), noHaveUser && (0, jsx_runtime_1.jsx)(LoginComponent, {})] }));
140
140
  }
141
- //# sourceMapping
141
+ //# sourceMappingURL=index.js.map
@@ -15,9 +15,9 @@ export interface InfraInjectionContextType {
15
15
  remote?: RemoteMenu;
16
16
  menu?: LoadAllMenu.Model;
17
17
  };
18
- notifications: {
19
- remote: RemoteNotifications;
20
- notification: LoadAllNotifications.Model;
18
+ notifications?: {
19
+ remote?: RemoteNotifications;
20
+ notification?: LoadAllNotifications.Model;
21
21
  };
22
22
  };
23
23
  Configurations?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",