infinity-forge 0.30.8 → 0.31.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.
Files changed (168) hide show
  1. package/README.md +20 -42
  2. package/dist/sites/components/brands-carousel/styles.d.ts +1 -0
  3. package/dist/sites/components/counter/versions/version-01/box/styles.d.ts +1 -0
  4. package/dist/sites/components/counter/versions/version-01/styles.d.ts +1 -0
  5. package/dist/sites/components/header-link/versions/version-01/styles.d.ts +1 -0
  6. package/dist/sites/components/mvv/versions/version-01/styles.d.ts +1 -0
  7. package/dist/sites/context/configs/interfaces.d.ts +1 -0
  8. package/dist/sites/context/configs/scripts/acept-cookies/styles.d.ts +1 -0
  9. package/dist/sites/context/configs/scripts/acept-ratedr/styles.d.ts +1 -0
  10. package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.d.ts +1 -0
  11. package/dist/system/container/index.d.ts +4 -3
  12. package/dist/system/container/index.js +1 -0
  13. package/dist/system/container/index.js.map +1 -1
  14. package/dist/system/container/main.d.ts +1 -1
  15. package/dist/system/container/main.js +3 -2
  16. package/dist/system/container/main.js.map +1 -1
  17. package/dist/system/container/notifications/container.d.ts +3 -0
  18. package/dist/system/container/notifications/container.js +12 -0
  19. package/dist/system/container/notifications/container.js.map +1 -0
  20. package/dist/system/container/notifications/index.d.ts +2 -0
  21. package/dist/system/container/notifications/index.js +19 -0
  22. package/dist/system/container/notifications/index.js.map +1 -0
  23. package/dist/system/container/notifications/types.d.ts +3 -0
  24. package/dist/system/container/notifications/types.js +7 -0
  25. package/dist/system/container/notifications/types.js.map +1 -0
  26. package/dist/system/container/types.d.ts +1 -0
  27. package/dist/system/container/types.js +2 -1
  28. package/dist/system/container/types.js.map +1 -1
  29. package/dist/system/data/use-cases/index.d.ts +2 -1
  30. package/dist/system/data/use-cases/index.js +1 -0
  31. package/dist/system/data/use-cases/index.js.map +1 -1
  32. package/dist/system/data/use-cases/notifications/index.d.ts +1 -0
  33. package/dist/system/data/use-cases/notifications/index.js +18 -0
  34. package/dist/system/data/use-cases/notifications/index.js.map +1 -0
  35. package/dist/system/data/use-cases/notifications/remote-notifications.d.ts +11 -0
  36. package/dist/system/data/use-cases/notifications/remote-notifications.js +158 -0
  37. package/dist/system/data/use-cases/notifications/remote-notifications.js.map +1 -0
  38. package/dist/system/domain/index.d.ts +1 -1
  39. package/dist/system/domain/use-cases/index.d.ts +2 -1
  40. package/dist/system/domain/use-cases/index.js +1 -0
  41. package/dist/system/domain/use-cases/index.js.map +1 -1
  42. package/dist/system/domain/use-cases/notifications/create.d.ts +11 -0
  43. package/dist/system/{presentation/components/layout/header/components/menu-right/notifications/interfaces.js → domain/use-cases/notifications/create.js} +1 -1
  44. package/dist/system/domain/use-cases/notifications/create.js.map +1 -0
  45. package/dist/system/domain/use-cases/notifications/index.d.ts +4 -0
  46. package/dist/system/domain/use-cases/notifications/index.js +21 -0
  47. package/dist/system/domain/use-cases/notifications/index.js.map +1 -0
  48. package/dist/system/domain/use-cases/notifications/load-all.d.ts +18 -0
  49. package/dist/system/domain/use-cases/notifications/load-all.js +3 -0
  50. package/dist/system/domain/use-cases/notifications/load-all.js.map +1 -0
  51. package/dist/system/domain/use-cases/notifications/load-no-read.d.ts +8 -0
  52. package/dist/system/domain/use-cases/notifications/load-no-read.js +3 -0
  53. package/dist/system/domain/use-cases/notifications/load-no-read.js.map +1 -0
  54. package/dist/system/domain/use-cases/notifications/read.d.ts +9 -0
  55. package/dist/system/domain/use-cases/notifications/read.js +3 -0
  56. package/dist/system/domain/use-cases/notifications/read.js.map +1 -0
  57. package/dist/system/presentation/components/data/chat/card-message/styles.d.ts +1 -0
  58. package/dist/system/presentation/components/data/chat/loader/styles.d.ts +1 -0
  59. package/dist/system/presentation/components/data/chat/styles.d.ts +1 -0
  60. package/dist/system/presentation/components/data/highlight-text/styles.d.ts +1 -0
  61. package/dist/system/presentation/components/data/input-search/styles.d.ts +1 -0
  62. package/dist/system/presentation/components/data/logo/styles.d.ts +1 -0
  63. package/dist/system/presentation/components/data/overlay/styles.d.ts +1 -0
  64. package/dist/system/presentation/components/data/page-wrapper/styles.d.ts +1 -0
  65. package/dist/system/presentation/components/data/sign-up/styles.d.ts +1 -0
  66. package/dist/system/presentation/components/layout/component.d.ts +1 -3
  67. package/dist/system/presentation/components/layout/component.js +2 -2
  68. package/dist/system/presentation/components/layout/component.js.map +1 -1
  69. package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +1 -1
  70. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +2 -2
  71. package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +1 -1
  72. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.d.ts +1 -0
  73. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.d.ts +1 -0
  74. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/card/index.d.ts +2 -0
  75. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/card/index.js +35 -0
  76. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/card/index.js.map +1 -0
  77. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/card/styles.d.ts +5 -0
  78. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/card/styles.js +14 -0
  79. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/card/styles.js.map +1 -0
  80. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.d.ts +1 -4
  81. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js +77 -8
  82. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js.map +1 -1
  83. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.d.ts +7 -1
  84. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.js +4 -3
  85. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.js.map +1 -1
  86. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.d.ts +1 -0
  87. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.d.ts +1 -0
  88. package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.d.ts +1 -0
  89. package/dist/system/presentation/components/layout/header/components/menu-right/styles.d.ts +1 -0
  90. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.d.ts +1 -0
  91. package/dist/system/presentation/components/layout/header/components/search-modal/styles.d.ts +1 -0
  92. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.d.ts +1 -0
  93. package/dist/system/presentation/components/layout/header/index.d.ts +1 -2
  94. package/dist/system/presentation/components/layout/header/index.js +3 -3
  95. package/dist/system/presentation/components/layout/header/index.js.map +1 -1
  96. package/dist/system/presentation/components/layout/header/version-01/index.d.ts +1 -2
  97. package/dist/system/presentation/components/layout/header/version-01/index.js +2 -2
  98. package/dist/system/presentation/components/layout/header/version-01/index.js.map +1 -1
  99. package/dist/system/presentation/components/layout/header/version-01/styles.d.ts +1 -0
  100. package/dist/system/presentation/components/layout/menu/components/menu/styles.d.ts +1 -0
  101. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.d.ts +1 -0
  102. package/dist/system/presentation/components/layout/menu/version-01/styles.d.ts +1 -0
  103. package/dist/system/presentation/components/layout/styles.d.ts +1 -0
  104. package/dist/system/presentation/components/pages/menus/table/icon/style.d.ts +1 -0
  105. package/dist/system/presentation/context/auth/context.js +1 -1
  106. package/dist/system/presentation/context/auth/context.js.map +1 -1
  107. package/dist/system/presentation/context/auth/login/styles.d.ts +1 -0
  108. package/dist/system/presentation/hooks/index.d.ts +1 -0
  109. package/dist/system/presentation/hooks/index.js +1 -0
  110. package/dist/system/presentation/hooks/index.js.map +1 -1
  111. package/dist/system/presentation/hooks/menu/use-load-menu.d.ts +1 -1
  112. package/dist/system/presentation/hooks/notifications/index.d.ts +2 -0
  113. package/dist/system/presentation/hooks/notifications/index.js +19 -0
  114. package/dist/system/presentation/hooks/notifications/index.js.map +1 -0
  115. package/dist/system/presentation/hooks/notifications/use-load-all/index.d.ts +4 -0
  116. package/dist/system/presentation/hooks/notifications/use-load-all/index.js +67 -0
  117. package/dist/system/presentation/hooks/notifications/use-load-all/index.js.map +1 -0
  118. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.d.ts +2 -0
  119. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js +62 -0
  120. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js.map +1 -0
  121. package/dist/system/presentation/hooks/ui/use-table/components/table/create/styles.d.ts +1 -0
  122. package/dist/system/presentation/hooks/ui/use-table/components/table/export/styles.d.ts +1 -0
  123. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/styles.d.ts +1 -0
  124. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.d.ts +1 -0
  125. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/styles.d.ts +1 -0
  126. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.d.ts +1 -0
  127. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js +1 -1
  128. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js.map +1 -1
  129. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.d.ts +1 -0
  130. package/dist/ui/components/accordion/styles.d.ts +1 -0
  131. package/dist/ui/components/breadcrumb/styles.d.ts +1 -0
  132. package/dist/ui/components/button/styles.d.ts +1 -0
  133. package/dist/ui/components/form/checkbox/index.js +1 -1
  134. package/dist/ui/components/form/checkbox/index.js.map +1 -1
  135. package/dist/ui/components/form/checkbox/styles.d.ts +1 -0
  136. package/dist/ui/components/form/handler/dynamic_form_handler/component.js +1 -1
  137. package/dist/ui/components/form/handler/dynamic_form_handler/styles.d.ts +1 -0
  138. package/dist/ui/components/form/handler/styles.d.ts +1 -0
  139. package/dist/ui/components/form/input-control/error/styles.d.ts +1 -0
  140. package/dist/ui/components/form/input-control/index.d.ts +1 -1
  141. package/dist/ui/components/form/input-control/index.js +2 -2
  142. package/dist/ui/components/form/input-control/index.js.map +1 -1
  143. package/dist/ui/components/form/input-control/label/styles.d.ts +1 -0
  144. package/dist/ui/components/form/input-control/loader-input/styles.d.ts +1 -0
  145. package/dist/ui/components/form/input-control/styles.d.ts +4 -1
  146. package/dist/ui/components/form/input-control/styles.js +1 -1
  147. package/dist/ui/components/form/input-control/styles.js.map +1 -1
  148. package/dist/ui/components/form/input-date/styles.d.ts +1 -0
  149. package/dist/ui/components/form/input-file/file-card/styles.d.ts +1 -0
  150. package/dist/ui/components/form/input-file/styles.d.ts +1 -0
  151. package/dist/ui/components/form/input-password/styles.d.ts +1 -0
  152. package/dist/ui/components/form/interfaces.d.ts +1 -0
  153. package/dist/ui/components/form/radio/styles.d.ts +1 -0
  154. package/dist/ui/components/form/select/styles.d.ts +1 -0
  155. package/dist/ui/components/loading-screen/styles.d.ts +1 -0
  156. package/dist/ui/components/menu-mobile/components/nav-links/styles.d.ts +1 -0
  157. package/dist/ui/components/menu-mobile/styles.d.ts +1 -0
  158. package/dist/ui/components/menu-mobile/top/styles.d.ts +1 -0
  159. package/dist/ui/components/next-image/styles.d.ts +1 -0
  160. package/dist/ui/components/sidebar/styles.d.ts +1 -0
  161. package/dist/ui/contexts/toast/styles.d.ts +1 -0
  162. package/dist/ui/contexts/toast/toast-item/styles.d.ts +1 -0
  163. package/dist/ui/utils/file/load-file.js +1 -1
  164. package/dist/ui/utils/file/upload-file.js +5 -5
  165. package/dist/ui/utils/file/upload-file.js.map +1 -1
  166. package/package.json +5 -6
  167. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/interfaces.d.ts +0 -4
  168. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/interfaces.js.map +0 -1
@@ -0,0 +1,9 @@
1
+ export type ReadNotifications = {
2
+ readAll: (params: ReadNotifications.Params) => Promise<ReadNotifications.Model>;
3
+ };
4
+ export declare namespace ReadNotifications {
5
+ type Params = {
6
+ ids: number[];
7
+ };
8
+ type Model = {};
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=read.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.js","sourceRoot":"","sources":["../../../../../src/system/domain/use-cases/notifications/read.ts"],"names":[],"mappings":""}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const CardMessage: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Skeleton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Chat: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Highlight: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, {
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const SearchInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Logo: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  interface IOverlayStyleProps {
3
4
  $state: boolean;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const PageWrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLElement>;
4
5
  }, never>>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const SignUp: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -1,10 +1,8 @@
1
1
  /// <reference types="react" />
2
- import { INotification } from './header/components/menu-right/notifications/interfaces.js';
3
2
  import { WorkSpace } from './menu/components/index.js';
4
3
  interface ILayout {
5
4
  workspaces?: WorkSpace;
6
5
  children: React.ReactNode;
7
- notifications?: INotification;
8
6
  }
9
- export declare function Layout({ children, workspaces, notifications }: ILayout): import("react/jsx-runtime").JSX.Element;
7
+ export declare function Layout({ children, workspaces }: ILayout): import("react/jsx-runtime").JSX.Element;
10
8
  export {};
@@ -28,8 +28,8 @@ var jsx_runtime_1 = require("react/jsx-runtime");
28
28
  var header_1 = require("./header/index.js");
29
29
  var S = __importStar(require("./styles.js"));
30
30
  function Layout(_a) {
31
- var children = _a.children, workspaces = _a.workspaces, notifications = _a.notifications;
32
- return ((0, jsx_runtime_1.jsxs)(S.Layout, { children: [(0, jsx_runtime_1.jsx)(header_1.Header, { workspaces: workspaces, notifications: notifications }), (0, jsx_runtime_1.jsx)("div", { className: 'content_layout', children: (0, jsx_runtime_1.jsx)("main", { children: children }) })] }));
31
+ var children = _a.children, workspaces = _a.workspaces;
32
+ return ((0, jsx_runtime_1.jsxs)(S.Layout, { children: [(0, jsx_runtime_1.jsx)(header_1.Header, { workspaces: workspaces }), (0, jsx_runtime_1.jsx)("div", { className: 'content_layout', children: (0, jsx_runtime_1.jsx)("main", { children: children }) })] }));
33
33
  }
34
34
  exports.Layout = Layout;
35
35
  //# sourceMappingURL=component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../../src/system/presentation/components/layout/component.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mCAAiC;AAIjC,0CAA6B;AAQ7B,SAAgB,MAAM,CAAC,EAAgD;QAA9C,QAAQ,cAAA,EAAE,UAAU,gBAAA,EAAE,aAAa,mBAAA;IAC1D,OAAO,CACL,wBAAC,CAAC,CAAC,MAAM,eACP,uBAAC,eAAM,IAAC,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,GAAI,EAEhE,gCAAK,SAAS,EAAC,gBAAgB,YAC7B,2CAAO,QAAQ,GAAQ,GACnB,IACG,CACZ,CAAA;AACH,CAAC;AAVD,wBAUC"}
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../../src/system/presentation/components/layout/component.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mCAAiC;AAGjC,0CAA6B;AAO7B,SAAgB,MAAM,CAAC,EAAiC;QAA/B,QAAQ,cAAA,EAAE,UAAU,gBAAA;IAC3C,OAAO,CACL,wBAAC,CAAC,CAAC,MAAM,eACP,uBAAC,eAAM,IAAC,UAAU,EAAE,UAAU,GAAI,EAElC,gCAAK,SAAS,EAAC,gBAAgB,YAC7B,2CAAO,QAAQ,GAAQ,GACnB,IACG,CACZ,CAAA;AACH,CAAC;AAVD,wBAUC"}
@@ -1 +1 @@
1
- export declare function MenuRight(props: any): import("react/jsx-runtime").JSX.Element;
1
+ export declare function MenuRight(): import("react/jsx-runtime").JSX.Element;
@@ -31,8 +31,8 @@ var settings_1 = require("./settings/index.js");
31
31
  var messages_1 = require("./messages/index.js");
32
32
  var notifications_1 = require("./notifications/index.js");
33
33
  var S = __importStar(require("./styles.js"));
34
- function MenuRight(props) {
35
- return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MenuRight', children: (0, jsx_runtime_1.jsxs)(S.MenuRight, { children: [props.notifications && (0, jsx_runtime_1.jsx)(notifications_1.Notifications, { notifications: props === null || props === void 0 ? void 0 : props.notifications }), (0, jsx_runtime_1.jsx)(messages_1.Messages, {}), (0, jsx_runtime_1.jsx)(settings_1.Settings, {}), (0, jsx_runtime_1.jsx)(profile_1.Profile, {})] }) }));
34
+ function MenuRight() {
35
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'MenuRight', children: (0, jsx_runtime_1.jsxs)(S.MenuRight, { children: [(0, jsx_runtime_1.jsx)(notifications_1.Notifications, {}), (0, jsx_runtime_1.jsx)(messages_1.Messages, {}), (0, jsx_runtime_1.jsx)(settings_1.Settings, {}), (0, jsx_runtime_1.jsx)(profile_1.Profile, {})] }) }));
36
36
  }
37
37
  exports.MenuRight = MenuRight;
38
38
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAC5B,qCAAmC;AACnC,uCAAqC;AACrC,uCAAqC;AACrC,iDAA+C;AAE/C,0CAA6B;AAE7B,SAAgB,SAAS,CAAC,KAAK;IAC7B,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,wBAAC,CAAC,CAAC,SAAS,eACT,KAAK,CAAC,aAAa,IAAI,uBAAC,6BAAa,IAAC,aAAa,EAAE,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,aAAa,GAAI,EAE9E,uBAAC,mBAAQ,KAAG,EAEZ,uBAAC,mBAAQ,KAAG,EAEZ,uBAAC,iBAAO,KAAG,IACC,GACR,CACT,CAAA;AACH,CAAC;AAdD,8BAcC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAC5B,qCAAmC;AACnC,uCAAqC;AACrC,uCAAqC;AACrC,iDAA+C;AAE/C,0CAA6B;AAE7B,SAAgB,SAAS;IACvB,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,wBAAC,CAAC,CAAC,SAAS,eACV,uBAAC,6BAAa,KAAG,EAEjB,uBAAC,mBAAQ,KAAG,EAEZ,uBAAC,mBAAQ,KAAG,EAEZ,uBAAC,iBAAO,KAAG,IACC,GACR,CACT,CAAA;AACH,CAAC;AAdD,8BAcC"}
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Content: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Messages: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -0,0 +1,2 @@
1
+ import { INotification } from '../../../../../../../../../system/domain/index.js';
2
+ export declare function NotificationCard({ title, createdAtText, message }: INotification): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.NotificationCard = void 0;
27
+ var jsx_runtime_1 = require("react/jsx-runtime");
28
+ var ui_1 = require("../../../../../../../../../ui/index.js");
29
+ var S = __importStar(require("./styles.js"));
30
+ function NotificationCard(_a) {
31
+ var title = _a.title, createdAtText = _a.createdAtText, message = _a.message;
32
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'NotificationCard', children: (0, jsx_runtime_1.jsxs)(S.NotificationCard, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'top', children: [title && (0, jsx_runtime_1.jsx)("h4", { className: 'font-16-bold', children: title }), createdAtText && (0, jsx_runtime_1.jsx)("span", { className: 'font-12-regular', children: createdAtText })] }), message && (0, jsx_runtime_1.jsx)("div", { className: 'description font-16-regular', dangerouslySetInnerHTML: { __html: message } })] }) }));
33
+ }
34
+ exports.NotificationCard = NotificationCard;
35
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/notifications/card/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAI5B,0CAA6B;AAE7B,SAAgB,gBAAgB,CAAC,EAAgD;QAA9C,KAAK,WAAA,EAAE,aAAa,mBAAA,EAAE,OAAO,aAAA;IAC9D,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,kBAAkB,YAC5B,wBAAC,CAAC,CAAC,gBAAgB,eACjB,iCAAK,SAAS,EAAC,KAAK,aACjB,KAAK,IAAI,+BAAI,SAAS,EAAC,cAAc,YAAE,KAAK,GAAM,EAClD,aAAa,IAAI,iCAAM,SAAS,EAAC,iBAAiB,YAAE,aAAa,GAAQ,IACtE,EAEL,OAAO,IAAI,gCAAK,SAAS,EAAC,6BAA6B,EAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,GAAI,IACtF,GACf,CACT,CAAA;AACH,CAAC;AAbD,4CAaC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
3
+ export declare const NotificationCard: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
+ ref?: import("react").Ref<HTMLDivElement>;
5
+ }, never>>;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.NotificationCard = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.NotificationCard = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n\n * {\n margin: 0;\n }\n\n .top {\n margin-bottom: 10px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n\n > span {\n color: #828282;\n }\n }\n\n .description {\n color: #828282;\n }\n\n & + & {\n margin-top: 20px;\n border-top: 1px solid #e1e1e1;\n padding-top: 20px;\n }\n"], ["\n width: 100%;\n\n * {\n margin: 0;\n }\n\n .top {\n margin-bottom: 10px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n\n > span {\n color: #828282;\n }\n }\n\n .description {\n color: #828282;\n }\n\n & + & {\n margin-top: 20px;\n border-top: 1px solid #e1e1e1;\n padding-top: 20px;\n }\n"])));
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/notifications/card/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,gBAAgB,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,scAAA,mYA4B5C,KAAA"}
@@ -1,4 +1 @@
1
- import { INotification } from './interfaces.js';
2
- export declare function Notifications({ notifications }: {
3
- notifications: INotification;
4
- }): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Notifications(): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,15 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
14
  if (k2 === undefined) k2 = k;
4
15
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -22,20 +33,78 @@ var __importStar = (this && this.__importStar) || function (mod) {
22
33
  __setModuleDefault(result, mod);
23
34
  return result;
24
35
  };
36
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
37
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
38
+ return new (P || (P = Promise))(function (resolve, reject) {
39
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
40
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
41
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
42
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
43
+ });
44
+ };
45
+ var __generator = (this && this.__generator) || function (thisArg, body) {
46
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
47
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
48
+ function verb(n) { return function (v) { return step([n, v]); }; }
49
+ function step(op) {
50
+ if (f) throw new TypeError("Generator is already executing.");
51
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
52
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
53
+ if (y = 0, t) op = [op[0] & 2, t.value];
54
+ switch (op[0]) {
55
+ case 0: case 1: t = op; break;
56
+ case 4: _.label++; return { value: op[1], done: false };
57
+ case 5: _.label++; y = op[1]; op = [0]; continue;
58
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
59
+ default:
60
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
61
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
62
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
63
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
64
+ if (t[2]) _.ops.pop();
65
+ _.trys.pop(); continue;
66
+ }
67
+ op = body.call(thisArg, _);
68
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
69
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
70
+ }
71
+ };
25
72
  Object.defineProperty(exports, "__esModule", { value: true });
26
73
  exports.Notifications = void 0;
27
74
  var jsx_runtime_1 = require("react/jsx-runtime");
75
+ var swr_1 = require("swr");
76
+ var semantic_ui_react_1 = require("semantic-ui-react");
28
77
  var ui_1 = require("../../../../../../../../ui/index.js");
78
+ var system_1 = require("../../../../../../../../system/index.js");
79
+ var card_1 = require("./card/index.js");
29
80
  var S = __importStar(require("./styles.js"));
30
81
  var styles_1 = require("../styles.js");
31
- function Notifications(_a) {
32
- var _b;
33
- var notifications = _a.notifications;
34
- var timezone = (_b = new Date()) === null || _b === void 0 ? void 0 : _b.toISOString();
35
- console.log(timezone);
36
- var result = notifications === null || notifications === void 0 ? void 0 : notifications.loadNotifications(timezone).then(function (r) { return r.json(); });
37
- console.log(result);
38
- return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Notifications', children: (0, jsx_runtime_1.jsx)(S.Notifications, { children: (0, jsx_runtime_1.jsxs)(styles_1.ActionBox, { type: 'button', children: [(notifications === null || notifications === void 0 ? void 0 : notifications.noRead) > 0 && (0, jsx_runtime_1.jsx)("div", { className: 'circle' }), (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconFullFieldBell' })] }) }) }));
82
+ function Notifications() {
83
+ var data = (0, system_1.useLoadNoReadNotifications)().data;
84
+ var notifications = (0, system_1.useLoadAllNotifications)().notifications;
85
+ if (!data) {
86
+ return;
87
+ }
88
+ function handleOnOpen() {
89
+ return __awaiter(this, void 0, void 0, function () {
90
+ var noReadNotifications;
91
+ return __generator(this, function (_a) {
92
+ switch (_a.label) {
93
+ case 0:
94
+ noReadNotifications = notifications.filter(function (notification) { return !notification.isRead; }).map(function (noRead) { return noRead.id; });
95
+ return [4 /*yield*/, system_1.container.get(system_1.Types.RemoteNotifications).readAll({ ids: noReadNotifications })];
96
+ case 1:
97
+ _a.sent();
98
+ (0, swr_1.mutate)('LoadAllNotifications');
99
+ (0, swr_1.mutate)('LoadNoReadNotifications');
100
+ return [2 /*return*/];
101
+ }
102
+ });
103
+ });
104
+ }
105
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Notifications', children: (0, jsx_runtime_1.jsx)(S.Notifications, { children: (0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { trigger: (0, jsx_runtime_1.jsxs)(styles_1.ActionBox, { type: 'button', children: [(data === null || data === void 0 ? void 0 : data.number) > 0 && (0, jsx_runtime_1.jsx)("div", { className: 'circle' }), (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconFullFieldBell' })] }), position: 'bottom right', on: 'click', style: { padding: '0', borderRadius: 5 }, onOpen: handleOnOpen, content: (0, jsx_runtime_1.jsx)(S.Content, { children: notifications &&
106
+ notifications.length > 0 &&
107
+ notifications.map(function (notification) { return (0, jsx_runtime_1.jsx)(card_1.NotificationCard, __assign({}, notification)); }) }) }) }) }));
39
108
  }
40
109
  exports.Notifications = Notifications;
41
110
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/notifications/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAAkC;AAIlC,0CAA6B;AAC7B,oCAAqC;AACrC,SAAgB,aAAa,CAAC,EAAmD;;QAAjD,aAAa,mBAAA;IAC3C,IAAM,QAAQ,GAAG,MAAA,IAAI,IAAI,EAAE,0CAAE,WAAW,EAAE,CAAA;IAC1C,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;IAErB,IAAM,MAAM,GAAG,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,iBAAiB,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAC,CAAC,IAAK,OAAA,CAAC,CAAC,IAAI,EAAE,EAAR,CAAQ,CAAC,CAAA;IAE/E,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;IAEnB,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,eAAe,YACzB,uBAAC,CAAC,CAAC,aAAa,cACd,wBAAC,kBAAS,IAAC,IAAI,EAAC,QAAQ,aACrB,CAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAE,MAAM,IAAG,CAAC,IAAI,gCAAK,SAAS,EAAC,QAAQ,GAAG,EAExD,uBAAC,SAAI,IAAC,IAAI,EAAC,mBAAmB,GAAG,IACvB,GACI,GACZ,CACT,CAAA;AACH,CAAC;AAnBD,sCAmBC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/notifications/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAC5B,uDAAyC;AAEzC,2BAAkC;AAClC,mCAAqH;AAErH,+BAAyC;AAEzC,0CAA6B;AAC7B,oCAAqC;AACrC,SAAgB,aAAa;IACnB,IAAA,IAAI,GAAK,IAAA,mCAA0B,GAAE,KAAjC,CAAiC;IACrC,IAAA,aAAa,GAAK,IAAA,gCAAuB,GAAE,cAA9B,CAA8B;IAEnD,IAAI,CAAC,IAAI,EAAE,CAAC;QACV,OAAM;IACR,CAAC;IAED,SAAe,YAAY;;;;;;wBACnB,mBAAmB,GAAG,aAAa,CAAC,MAAM,CAAC,UAAC,YAAY,IAAK,OAAA,CAAC,YAAY,CAAC,MAAM,EAApB,CAAoB,CAAC,CAAC,GAAG,CAAC,UAAC,MAAM,IAAK,OAAA,MAAM,CAAC,EAAE,EAAT,CAAS,CAAC,CAAA;wBAEnH,qBAAM,kBAAS,CAAC,GAAG,CAAsB,cAAK,CAAC,mBAAmB,CAAC,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,mBAAmB,EAAE,CAAC,EAAA;;wBAAzG,SAAyG,CAAA;wBACzG,IAAA,YAAM,EAAC,sBAAsB,CAAC,CAAA;wBAC9B,IAAA,YAAM,EAAC,yBAAyB,CAAC,CAAA;wBACjC,sBAAM;;;;KACP;IAED,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,eAAe,YACzB,uBAAC,CAAC,CAAC,aAAa,cACd,uBAAC,yBAAK,IACJ,OAAO,EACL,wBAAC,kBAAS,IAAC,IAAI,EAAC,QAAQ,aACrB,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,MAAM,IAAG,CAAC,IAAI,gCAAK,SAAS,EAAC,QAAQ,GAAG,EAE/C,uBAAC,SAAI,IAAC,IAAI,EAAC,mBAAmB,GAAG,IACvB,EAEd,QAAQ,EAAC,cAAc,EACvB,EAAE,EAAC,OAAO,EACV,KAAK,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC,EAAE,EACxC,MAAM,EAAE,YAAY,EACpB,OAAO,EACL,uBAAC,CAAC,CAAC,OAAO,cACP,aAAa;wBACZ,aAAa,CAAC,MAAM,GAAG,CAAC;wBACxB,aAAa,CAAC,GAAG,CAAC,UAAC,YAAY,IAAK,OAAA,uBAAC,uBAAgB,eAAK,YAAY,EAAI,EAAtC,CAAsC,CAAC,GACnE,GAEd,GACc,GACZ,CACT,CAAA;AACH,CAAC;AA3CD,sCA2CC"}
@@ -1,2 +1,8 @@
1
1
  /// <reference types="react" />
2
- export declare const Notifications: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
2
+ /// <reference types="react/experimental" />
3
+ export declare const Notifications: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
+ ref?: import("react").Ref<HTMLDivElement>;
5
+ }, never>>;
6
+ export declare const Content: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
7
+ ref?: import("react").Ref<HTMLDivElement>;
8
+ }, never>>;
@@ -7,8 +7,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
7
7
  return (mod && mod.__esModule) ? mod : { "default": mod };
8
8
  };
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.Notifications = void 0;
10
+ exports.Content = exports.Notifications = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
- exports.Notifications = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n .circle {\n width: 10px;\n height: 10px;\n border-radius: 100rem;\n background: #f5a623;\n position: absolute;\n top: 15%;\n right: 20%;\n border: 2px solid #fff;\n }\n"], ["\n .circle {\n width: 10px;\n height: 10px;\n border-radius: 100rem;\n background: #f5a623;\n position: absolute;\n top: 15%;\n right: 20%;\n border: 2px solid #fff;\n }\n"])));
13
- var templateObject_1;
12
+ exports.Notifications = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n\n .circle {\n width: 10px;\n height: 10px;\n border-radius: 100rem;\n background: #f5a623;\n position: absolute;\n top: 15%;\n right: 20%;\n border: 1px solid transparent;\n }\n"], ["\n position: relative;\n\n .circle {\n width: 10px;\n height: 10px;\n border-radius: 100rem;\n background: #f5a623;\n position: absolute;\n top: 15%;\n right: 20%;\n border: 1px solid transparent;\n }\n"])));
13
+ exports.Content = (0, styled_components_1.default)('div')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n max-height: 400px;\n overflow-y: auto;\n width: 100%;\n min-width: 400px;\n text-align: left;\n padding: 20px;\n\n &::-webkit-scrollbar {\n width: 5px;\n border-radius: 10px;\n }\n\n &::-webkit-scrollbar-track {\n background: #ccc;\n border-radius: 10px;\n }\n\n &::-webkit-scrollbar-thumb {\n background: #000;\n border-radius: 10px;\n }\n"], ["\n max-height: 400px;\n overflow-y: auto;\n width: 100%;\n min-width: 400px;\n text-align: left;\n padding: 20px;\n\n &::-webkit-scrollbar {\n width: 5px;\n border-radius: 10px;\n }\n\n &::-webkit-scrollbar-track {\n background: #ccc;\n border-radius: 10px;\n }\n\n &::-webkit-scrollbar-thumb {\n background: #000;\n border-radius: 10px;\n }\n"])));
14
+ var templateObject_1, templateObject_2;
14
15
  //# sourceMappingURL=styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/notifications/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,aAAa,GAAG,2BAAM,CAAC,GAAG,0QAAA,uMAWtC,KAAA"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/components/layout/header/components/menu-right/notifications/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,aAAa,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,0SAAA,uOAazC,KAAA;AACY,QAAA,OAAO,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,0bAAA,uXAsBnC,KAAA"}
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Content: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Profile: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Settings: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const MenuRight: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
4
  export declare const ActionBox: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>>;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const SearchList: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const SearchModal: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const SearchTrigger: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -1,4 +1,3 @@
1
- export declare function Header({ workspaces, notifications }: {
1
+ export declare function Header({ workspaces }: {
2
2
  workspaces: any;
3
- notifications: any;
4
3
  }): import("react/jsx-runtime").JSX.Element;
@@ -4,14 +4,14 @@ exports.Header = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  var version_01_1 = require("./version-01/index.js");
6
6
  function Header(_a) {
7
- var workspaces = _a.workspaces, notifications = _a.notifications;
7
+ var workspaces = _a.workspaces;
8
8
  var type = 'version01';
9
9
  switch (type) {
10
10
  case 'version01':
11
- return (0, jsx_runtime_1.jsx)(version_01_1.HeaderVersion01, { workspaces: workspaces, notifications: notifications });
11
+ return (0, jsx_runtime_1.jsx)(version_01_1.HeaderVersion01, { workspaces: workspaces });
12
12
  default:
13
13
  ;
14
- (0, jsx_runtime_1.jsx)(version_01_1.HeaderVersion01, { workspaces: workspaces, notifications: notifications });
14
+ (0, jsx_runtime_1.jsx)(version_01_1.HeaderVersion01, { workspaces: workspaces });
15
15
  }
16
16
  }
17
17
  exports.Header = Header;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/layout/header/index.tsx"],"names":[],"mappings":";;;;AAAA,2CAA8C;AAE9C,SAAgB,MAAM,CAAC,EAA6B;QAA3B,UAAU,gBAAA,EAAE,aAAa,mBAAA;IAChD,IAAM,IAAI,GAAG,WAAW,CAAA;IAExB,QAAQ,IAAI,EAAE,CAAC;QACb,KAAK,WAAW;YACd,OAAO,uBAAC,4BAAe,IAAC,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,GAAI,CAAA;QAElF;YACE,CAAC;YAAA,uBAAC,4BAAe,IAAC,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,GAAI,CAAA;IAC9E,CAAC;AACH,CAAC;AAVD,wBAUC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/layout/header/index.tsx"],"names":[],"mappings":";;;;AAAA,2CAA8C;AAE9C,SAAgB,MAAM,CAAC,EAAc;QAAZ,UAAU,gBAAA;IACjC,IAAM,IAAI,GAAG,WAAW,CAAA;IAExB,QAAQ,IAAI,EAAE,CAAC;QACb,KAAK,WAAW;YACd,OAAO,uBAAC,4BAAe,IAAC,UAAU,EAAE,UAAU,GAAI,CAAA;QAEpD;YACE,CAAC;YAAA,uBAAC,4BAAe,IAAC,UAAU,EAAE,UAAU,GAAI,CAAA;IAChD,CAAC;AACH,CAAC;AAVD,wBAUC"}
@@ -1,4 +1,3 @@
1
- export declare function HeaderVersion01({ workspaces, notifications }: {
1
+ export declare function HeaderVersion01({ workspaces }: {
2
2
  workspaces: any;
3
- notifications: any;
4
3
  }): import("react/jsx-runtime").JSX.Element;
@@ -34,8 +34,8 @@ var menu_1 = require("../../menu/index.js");
34
34
  var components_1 = require("../components/index.js");
35
35
  var S = __importStar(require("./styles.js"));
36
36
  function HeaderVersion01(_a) {
37
- var workspaces = _a.workspaces, notifications = _a.notifications;
38
- return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'HeaderCarbon', children: (0, jsx_runtime_1.jsx)(S.HeaderVersion01, { id: 'header', children: (0, jsx_runtime_1.jsxs)(ui_1.Container, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'left', children: [(0, jsx_runtime_1.jsx)("div", { className: 'logo-wrapper', children: (0, jsx_runtime_1.jsx)(link_1.default, { className: 'logo', href: '/', children: (0, jsx_runtime_1.jsx)("img", { src: '/images/logo.png', alt: 'header-logo' }) }) }), (0, jsx_runtime_1.jsx)(menu_1.SideBarMenu, { workspaces: workspaces })] }), (0, jsx_runtime_1.jsxs)("div", { className: 'right', children: [(0, jsx_runtime_1.jsx)(components_1.SearchModal, {}), (0, jsx_runtime_1.jsx)(components_1.MenuRight, { notifications: notifications })] })] }) }) }));
37
+ var workspaces = _a.workspaces;
38
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'HeaderCarbon', children: (0, jsx_runtime_1.jsx)(S.HeaderVersion01, { id: 'header', children: (0, jsx_runtime_1.jsxs)(ui_1.Container, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'left', children: [(0, jsx_runtime_1.jsx)("div", { className: 'logo-wrapper', children: (0, jsx_runtime_1.jsx)(link_1.default, { className: 'logo', href: '/', children: (0, jsx_runtime_1.jsx)("img", { src: '/images/logo.png', alt: 'header-logo' }) }) }), (0, jsx_runtime_1.jsx)(menu_1.SideBarMenu, { workspaces: workspaces })] }), (0, jsx_runtime_1.jsxs)("div", { className: 'right', children: [(0, jsx_runtime_1.jsx)(components_1.SearchModal, {}), (0, jsx_runtime_1.jsx)(components_1.MenuRight, {})] })] }) }) }));
39
39
  }
40
40
  exports.HeaderVersion01 = HeaderVersion01;
41
41
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/layout/header/version-01/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mDAA4B;AAE5B,2BAAuC;AAEvC,mCAAwC;AACxC,4CAAsD;AAEtD,0CAA6B;AAE7B,SAAgB,eAAe,CAAC,EAA6B;QAA3B,UAAU,gBAAA,EAAE,aAAa,mBAAA;IACzD,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,cAAc,YACxB,uBAAC,CAAC,CAAC,eAAe,IAAC,EAAE,EAAC,QAAQ,YAC5B,wBAAC,cAAS,eACR,iCAAK,SAAS,EAAC,MAAM,aACnB,gCAAK,SAAS,EAAC,cAAc,YAC3B,uBAAC,cAAI,IAAC,SAAS,EAAC,MAAM,EAAC,IAAI,EAAC,GAAG,YAC7B,gCAAK,GAAG,EAAC,kBAAkB,EAAC,GAAG,EAAC,aAAa,GAAG,GAC3C,GACH,EAEN,uBAAC,kBAAW,IAAC,UAAU,EAAE,UAAU,GAAI,IACnC,EAEN,iCAAK,SAAS,EAAC,OAAO,aACpB,uBAAC,wBAAW,KAAG,EAEf,uBAAC,sBAAS,IAAC,aAAa,EAAE,aAAa,GAAI,IACvC,IACI,GACM,GACd,CACT,CAAA;AACH,CAAC;AAxBD,0CAwBC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/layout/header/version-01/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mDAA4B;AAE5B,2BAAuC;AAEvC,mCAAwC;AACxC,4CAAsD;AAEtD,0CAA6B;AAE7B,SAAgB,eAAe,CAAC,EAAc;QAAZ,UAAU,gBAAA;IAC1C,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,cAAc,YACxB,uBAAC,CAAC,CAAC,eAAe,IAAC,EAAE,EAAC,QAAQ,YAC5B,wBAAC,cAAS,eACR,iCAAK,SAAS,EAAC,MAAM,aACnB,gCAAK,SAAS,EAAC,cAAc,YAC3B,uBAAC,cAAI,IAAC,SAAS,EAAC,MAAM,EAAC,IAAI,EAAC,GAAG,YAC7B,gCAAK,GAAG,EAAC,kBAAkB,EAAC,GAAG,EAAC,aAAa,GAAG,GAC3C,GACH,EAEN,uBAAC,kBAAW,IAAC,UAAU,EAAE,UAAU,GAAI,IACnC,EAEN,iCAAK,SAAS,EAAC,OAAO,aACpB,uBAAC,wBAAW,KAAG,EAEf,uBAAC,sBAAS,KAAG,IACT,IACI,GACM,GACd,CACT,CAAA;AACH,CAAC;AAxBD,0CAwBC"}
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const HeaderVersion01: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>>;
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Menu: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
4
  export declare const SubMenu: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>>;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const SelectWorkSpace: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
@@ -1,2 +1,3 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const SideBarMenuVersion01: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Layout: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const IconMenu: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -131,7 +131,7 @@ function AuthAdminProvider(_a) {
131
131
  throw err;
132
132
  });
133
133
  }, []);
134
- return ((0, jsx_runtime_1.jsx)(AuthContext.Provider, { value: { user: user, signIn: signIn, signOut: signOut, GetUser: GetUser }, children: children }));
134
+ return (0, jsx_runtime_1.jsx)(AuthContext.Provider, { value: { user: user, signIn: signIn, signOut: signOut, GetUser: GetUser }, children: children });
135
135
  }
136
136
  exports.AuthAdminProvider = AuthAdminProvider;
137
137
  function useAuthAdmin() {
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../../../../src/system/presentation/context/auth/context.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../../../../src/system/presentation/context/auth/context.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
2
3
  export declare const Login: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
4
  ref?: import("react").Ref<HTMLDivElement>;
4
5
  }, never>>;
@@ -1,2 +1,3 @@
1
1
  export * from './ui/index.js';
2
2
  export * from './menu/index.js';
3
+ export * from './notifications/index.js';
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./ui/index.js"), exports);
18
18
  __exportStar(require("./menu/index.js"), exports);
19
+ __exportStar(require("./notifications/index.js"), exports);
19
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/presentation/hooks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uCAAoB;AACpB,yCAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/presentation/hooks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uCAAoB;AACpB,yCAAsB;AACtB,kDAA+B"}