infinity-forge 0.31.5 → 0.31.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.
Files changed (125) hide show
  1. package/dist/system/presentation/components/data/buttons/index.d.ts +1 -0
  2. package/dist/system/presentation/components/data/buttons/index.js +18 -0
  3. package/dist/system/presentation/components/data/buttons/index.js.map +1 -0
  4. package/dist/system/presentation/components/data/buttons/sidebar-button/index.d.ts +1 -0
  5. package/dist/system/presentation/components/data/buttons/sidebar-button/index.js +35 -0
  6. package/dist/system/presentation/components/data/buttons/sidebar-button/index.js.map +1 -0
  7. package/dist/system/presentation/components/data/buttons/sidebar-button/styles.d.ts +4 -0
  8. package/dist/system/presentation/components/data/buttons/sidebar-button/styles.js +14 -0
  9. package/dist/system/presentation/components/data/buttons/sidebar-button/styles.js.map +1 -0
  10. package/dist/system/presentation/components/data/detail-card/component.d.ts +2 -0
  11. package/dist/system/presentation/components/data/detail-card/component.js +43 -0
  12. package/dist/system/presentation/components/data/detail-card/component.js.map +1 -0
  13. package/dist/system/presentation/components/data/detail-card/index.d.ts +2 -0
  14. package/dist/system/presentation/components/data/detail-card/index.js +19 -0
  15. package/dist/system/presentation/components/data/detail-card/index.js.map +1 -0
  16. package/dist/system/presentation/components/data/detail-card/interfaces.d.ts +19 -0
  17. package/dist/system/presentation/components/data/detail-card/interfaces.js +3 -0
  18. package/dist/system/presentation/components/data/detail-card/interfaces.js.map +1 -0
  19. package/dist/system/presentation/components/data/detail-card/styles.d.ts +5 -0
  20. package/dist/system/presentation/components/data/detail-card/styles.js +14 -0
  21. package/dist/system/presentation/components/data/detail-card/styles.js.map +1 -0
  22. package/dist/system/presentation/components/data/highlight-icon/index.d.ts +2 -0
  23. package/dist/system/presentation/components/data/highlight-icon/index.js +40 -0
  24. package/dist/system/presentation/components/data/highlight-icon/index.js.map +1 -0
  25. package/dist/system/presentation/components/data/highlight-icon/interfaces.d.ts +8 -0
  26. package/dist/system/presentation/components/data/highlight-icon/interfaces.js +3 -0
  27. package/dist/system/presentation/components/data/highlight-icon/interfaces.js.map +1 -0
  28. package/dist/system/presentation/components/data/highlight-icon/styles.d.ts +7 -0
  29. package/dist/system/presentation/components/data/highlight-icon/styles.js +14 -0
  30. package/dist/system/presentation/components/data/highlight-icon/styles.js.map +1 -0
  31. package/dist/system/presentation/components/data/highlight-text/styles.js +1 -1
  32. package/dist/system/presentation/components/data/highlight-text/styles.js.map +1 -1
  33. package/dist/system/presentation/components/data/index.d.ts +6 -0
  34. package/dist/system/presentation/components/data/index.js +6 -0
  35. package/dist/system/presentation/components/data/index.js.map +1 -1
  36. package/dist/system/presentation/components/data/profile-infos/index.d.ts +2 -0
  37. package/dist/system/presentation/components/data/profile-infos/index.js +48 -0
  38. package/dist/system/presentation/components/data/profile-infos/index.js.map +1 -0
  39. package/dist/system/presentation/components/data/profile-infos/interfaces.d.ts +6 -0
  40. package/dist/system/presentation/components/data/profile-infos/interfaces.js +3 -0
  41. package/dist/system/presentation/components/data/profile-infos/interfaces.js.map +1 -0
  42. package/dist/system/presentation/components/data/profile-infos/profile/index.d.ts +2 -0
  43. package/dist/system/presentation/components/data/profile-infos/profile/index.js +36 -0
  44. package/dist/system/presentation/components/data/profile-infos/profile/index.js.map +1 -0
  45. package/dist/system/presentation/components/data/profile-infos/profile/interfaces.d.ts +10 -0
  46. package/dist/system/presentation/components/data/profile-infos/profile/interfaces.js +3 -0
  47. package/dist/system/presentation/components/data/profile-infos/profile/interfaces.js.map +1 -0
  48. package/dist/system/presentation/components/data/profile-infos/profile/styles.d.ts +5 -0
  49. package/dist/system/presentation/components/data/profile-infos/profile/styles.js +14 -0
  50. package/dist/system/presentation/components/data/profile-infos/profile/styles.js.map +1 -0
  51. package/dist/system/presentation/components/data/profile-infos/styles.d.ts +5 -0
  52. package/dist/system/presentation/components/data/profile-infos/styles.js +14 -0
  53. package/dist/system/presentation/components/data/profile-infos/styles.js.map +1 -0
  54. package/dist/system/presentation/components/{layout/menu/components → data}/select-workspace/custom-styles.js +6 -6
  55. package/dist/system/presentation/components/data/select-workspace/custom-styles.js.map +1 -0
  56. package/dist/system/presentation/components/data/select-workspace/index.d.ts +4 -0
  57. package/dist/system/presentation/components/{layout/menu/components → data}/select-workspace/index.js +2 -2
  58. package/dist/system/presentation/components/data/select-workspace/index.js.map +1 -0
  59. package/dist/system/presentation/components/{layout/menu/components/select-workspace/index.d.ts → data/select-workspace/interfaces.d.ts} +1 -5
  60. package/dist/system/presentation/components/data/select-workspace/interfaces.js +3 -0
  61. package/dist/system/presentation/components/data/select-workspace/interfaces.js.map +1 -0
  62. package/dist/system/presentation/components/data/select-workspace/styles.js +14 -0
  63. package/dist/system/presentation/components/data/select-workspace/styles.js.map +1 -0
  64. package/dist/system/presentation/components/data/tab/index.d.ts +2 -0
  65. package/dist/system/presentation/components/data/tab/index.js +47 -0
  66. package/dist/system/presentation/components/data/tab/index.js.map +1 -0
  67. package/dist/system/presentation/components/data/tab/interfaces.d.ts +12 -0
  68. package/dist/system/presentation/components/data/tab/interfaces.js +3 -0
  69. package/dist/system/presentation/components/data/tab/interfaces.js.map +1 -0
  70. package/dist/system/presentation/components/data/tab/styles.d.ts +5 -0
  71. package/dist/system/presentation/components/data/tab/styles.js +14 -0
  72. package/dist/system/presentation/components/data/tab/styles.js.map +1 -0
  73. package/dist/system/presentation/components/layout/component.d.ts +2 -8
  74. package/dist/system/presentation/components/layout/component.js +14 -3
  75. package/dist/system/presentation/components/layout/component.js.map +1 -1
  76. package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +6 -1
  77. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +19 -2
  78. package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +1 -1
  79. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js +1 -1
  80. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js.map +1 -1
  81. package/dist/system/presentation/components/layout/header/index.d.ts +2 -3
  82. package/dist/system/presentation/components/layout/header/index.js +14 -4
  83. package/dist/system/presentation/components/layout/header/index.js.map +1 -1
  84. package/dist/system/presentation/components/layout/header/version-01/index.d.ts +2 -3
  85. package/dist/system/presentation/components/layout/header/version-01/index.js +3 -3
  86. package/dist/system/presentation/components/layout/header/version-01/index.js.map +1 -1
  87. package/dist/system/presentation/components/layout/header/version-01/styles.d.ts +4 -1
  88. package/dist/system/presentation/components/layout/header/version-01/styles.js +4 -1
  89. package/dist/system/presentation/components/layout/header/version-01/styles.js.map +1 -1
  90. package/dist/system/presentation/components/layout/interfaces.d.ts +7 -0
  91. package/dist/system/presentation/components/layout/interfaces.js +3 -0
  92. package/dist/system/presentation/components/layout/interfaces.js.map +1 -0
  93. package/dist/system/presentation/components/layout/menu/components/index.d.ts +0 -1
  94. package/dist/system/presentation/components/layout/menu/components/index.js +0 -1
  95. package/dist/system/presentation/components/layout/menu/components/index.js.map +1 -1
  96. package/dist/system/presentation/components/layout/menu/index.d.ts +2 -1
  97. package/dist/system/presentation/components/layout/menu/index.js +3 -1
  98. package/dist/system/presentation/components/layout/menu/index.js.map +1 -1
  99. package/dist/system/presentation/components/layout/menu/interfaces.d.ts +5 -0
  100. package/dist/system/presentation/components/layout/menu/interfaces.js +3 -0
  101. package/dist/system/presentation/components/layout/menu/interfaces.js.map +1 -0
  102. package/dist/system/presentation/components/layout/menu/version-01/index.d.ts +2 -4
  103. package/dist/system/presentation/components/layout/menu/version-01/index.js +3 -4
  104. package/dist/system/presentation/components/layout/menu/version-01/index.js.map +1 -1
  105. package/dist/system/presentation/components/layout/menu/version-01/styles.d.ts +5 -1
  106. package/dist/system/presentation/components/layout/menu/version-01/styles.js +4 -1
  107. package/dist/system/presentation/components/layout/menu/version-01/styles.js.map +1 -1
  108. package/dist/system/presentation/components/layout/styles.js +1 -1
  109. package/dist/system/presentation/components/layout/styles.js.map +1 -1
  110. package/dist/system/presentation/utils/index.d.ts +1 -0
  111. package/dist/system/presentation/utils/index.js +1 -0
  112. package/dist/system/presentation/utils/index.js.map +1 -1
  113. package/dist/system/presentation/utils/sidebar/index.d.ts +2 -0
  114. package/dist/system/presentation/utils/sidebar/index.js +32 -0
  115. package/dist/system/presentation/utils/sidebar/index.js.map +1 -0
  116. package/dist/ui/utils/file/load-file.d.ts +5 -1
  117. package/dist/ui/utils/file/load-file.js +2 -2
  118. package/dist/ui/utils/file/load-file.js.map +1 -1
  119. package/package.json +77 -76
  120. package/dist/system/presentation/components/layout/menu/components/select-workspace/custom-styles.js.map +0 -1
  121. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js.map +0 -1
  122. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.js +0 -14
  123. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.js.map +0 -1
  124. /package/dist/system/presentation/components/{layout/menu/components → data}/select-workspace/custom-styles.d.ts +0 -0
  125. /package/dist/system/presentation/components/{layout/menu/components → data}/select-workspace/styles.d.ts +0 -0
@@ -0,0 +1 @@
1
+ export * from './sidebar-button/index.js';
@@ -0,0 +1,18 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./sidebar-button/index.js"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/buttons/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC"}
@@ -0,0 +1 @@
1
+ export declare function SideBarButton(): 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.SideBarButton = void 0;
27
+ var jsx_runtime_1 = require("react/jsx-runtime");
28
+ var ui_1 = require("../../../../../../ui/index.js");
29
+ var utils_1 = require("../../../../../../system/presentation/utils/index.js");
30
+ var S = __importStar(require("./styles.js"));
31
+ function SideBarButton() {
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
+ }
34
+ exports.SideBarButton = SideBarButton;
35
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/data/buttons/sidebar-button/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAE5B,qDAAyD;AAEzD,0CAA6B;AAE7B,SAAgB,aAAa;IAC3B,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,EAAE,YACZ,uBAAC,CAAC,CAAC,aAAa,IAAC,OAAO,EAAE,mBAAW,EAAE,IAAI,EAAC,QAAQ,YAClD,gCAAK,KAAK,EAAC,4BAA4B,EAAC,IAAI,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,WAAW,EAAC,GAAG,EAAC,MAAM,EAAC,cAAc,YAC3G,iCAAM,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,CAAC,EAAC,4CAA4C,GAAQ,GACrG,GACU,GACZ,CACT,CAAA;AACH,CAAC;AAVD,sCAUC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const SideBarButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3
+ ref?: import("react").Ref<HTMLButtonElement>;
4
+ }, 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.SideBarButton = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.SideBarButton = (0, styled_components_1.default)('button')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 0;\n border: none;\n background: none;\n width: 28px;\n height: 28px;\n color: #fff;\n cursor: pointer;\n display: flex;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n"], ["\n padding: 0;\n border: none;\n background: none;\n width: 28px;\n height: 28px;\n color: #fff;\n cursor: pointer;\n display: flex;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\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/data/buttons/sidebar-button/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,aAAa,GAAG,IAAA,2BAAM,EAAC,QAAQ,CAAC,iSAAA,8NAe5C,KAAA"}
@@ -0,0 +1,2 @@
1
+ import { IDetailCard } from './interfaces.js';
2
+ export declare function DetailCard({ icon, color, title, subTitle, action, warning, iconSize, highlight }: IDetailCard): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,43 @@
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.DetailCard = void 0;
27
+ var jsx_runtime_1 = require("react/jsx-runtime");
28
+ var semantic_ui_react_1 = require("semantic-ui-react");
29
+ var highlight_icon_1 = require("../highlight-icon/index.js");
30
+ var ui_1 = require("../../../../../ui/index.js");
31
+ var S = __importStar(require("./styles.js"));
32
+ function DetailCard(_a) {
33
+ var icon = _a.icon, color = _a.color, title = _a.title, subTitle = _a.subTitle, action = _a.action, warning = _a.warning, iconSize = _a.iconSize, highlight = _a.highlight;
34
+ if (!title) {
35
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
36
+ }
37
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'DetailCard', children: (0, jsx_runtime_1.jsxs)(S.DetailCard, { style: { color: color, borderColor: warning ? color : '#e1e1e1' }, className: highlight ? 'highlight' : '', children: [(0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(highlight_icon_1.HighlightIcon, { icon: {
38
+ name: icon,
39
+ size: iconSize || 'regular',
40
+ }, color: color }), (0, jsx_runtime_1.jsxs)("div", { className: 'content', children: [title && (0, jsx_runtime_1.jsx)("span", { className: 'font-18-bold detail-title', children: title }), subTitle && (0, jsx_runtime_1.jsx)("span", { className: 'font-16-regular detail-subtitle', children: subTitle })] })] }), !action && warning && ((0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { content: warning.message, trigger: (0, jsx_runtime_1.jsx)("div", { className: 'icon', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconExclamation', fill: '#E02F2F' }) }) })), (action === null || action === void 0 ? void 0 : action.type) && !warning && ((0, jsx_runtime_1.jsx)("div", { className: 'action-box', children: (0, jsx_runtime_1.jsx)("button", { className: 'action-button', type: 'button', onClick: action === null || action === void 0 ? void 0 : action.onClick, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: action.type }) }) }))] }) }));
41
+ }
42
+ exports.DetailCard = DetailCard;
43
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/detail-card/component.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uDAAyC;AAEzC,oDAAiD;AAEjD,2BAAkC;AAIlC,0CAA6B;AAE7B,SAAgB,UAAU,CAAC,EAAmF;QAAjF,IAAI,UAAA,EAAE,KAAK,WAAA,EAAE,KAAK,WAAA,EAAE,QAAQ,cAAA,EAAE,MAAM,YAAA,EAAE,OAAO,aAAA,EAAE,QAAQ,cAAA,EAAE,SAAS,eAAA;IAC7F,IAAI,CAAC,KAAK,EAAE,CAAC;QACX,OAAO,kDAAK,CAAA;IACd,CAAC;IAED,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,YAAY,YACtB,wBAAC,CAAC,CAAC,UAAU,IACX,KAAK,EAAE,EAAE,KAAK,OAAA,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,EAAE,EAC1D,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,aAEvC,4CACE,uBAAC,8BAAa,IACZ,IAAI,EAAE;gCACJ,IAAI,EAAE,IAAI;gCACV,IAAI,EAAE,QAAQ,IAAI,SAAS;6BAC5B,EACD,KAAK,EAAE,KAAK,GACZ,EAEF,iCAAK,SAAS,EAAC,SAAS,aACrB,KAAK,IAAI,iCAAM,SAAS,EAAC,2BAA2B,YAAE,KAAK,GAAQ,EAEnE,QAAQ,IAAI,iCAAM,SAAS,EAAC,iCAAiC,YAAE,QAAQ,GAAQ,IAC5E,IACF,EAEL,CAAC,MAAM,IAAI,OAAO,IAAI,CACrB,uBAAC,yBAAK,IACJ,OAAO,EAAE,OAAO,CAAC,OAAO,EACxB,OAAO,EACL,gCAAK,SAAS,EAAC,MAAM,YACnB,uBAAC,SAAI,IAAC,IAAI,EAAC,iBAAiB,EAAC,IAAI,EAAC,SAAS,GAAG,GAC1C,GAER,CACH,EAEA,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,IAAI,KAAI,CAAC,OAAO,IAAI,CAC3B,gCAAK,SAAS,EAAC,YAAY,YACzB,mCAAQ,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAE,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,OAAO,YACtE,uBAAC,SAAI,IAAC,IAAI,EAAE,MAAM,CAAC,IAAI,GAAI,GACpB,GACL,CACP,IACY,GACT,CACT,CAAA;AACH,CAAC;AAhDD,gCAgDC"}
@@ -0,0 +1,2 @@
1
+ export * from "./component.js";
2
+ export * from "./interfaces.js";
@@ -0,0 +1,19 @@
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./component.js"), exports);
18
+ __exportStar(require("./interfaces.js"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/detail-card/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B;AAC3B,+CAA4B"}
@@ -0,0 +1,19 @@
1
+ import { ReactNode } from 'react';
2
+ import { IconsNames } from '../../../../../ui/index.js';
3
+ export interface IDetailCard {
4
+ id?: number;
5
+ icon: IconsNames;
6
+ color: string;
7
+ title: string | number;
8
+ subTitle: string;
9
+ highlight?: boolean;
10
+ children?: ReactNode;
11
+ iconSize?: 'regular' | 'small';
12
+ warning?: {
13
+ message: string;
14
+ };
15
+ action?: {
16
+ type?: IconsNames;
17
+ onClick?: (param?: any) => void;
18
+ };
19
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/detail-card/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
3
+ export declare const DetailCard: 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.DetailCard = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.DetailCard = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n padding: 10px;\n border-radius: 5px;\n border: 1px solid #e1e1e1;\n display: flex;\n justify-content: space-between;\n\n &.highlight {\n background: currentColor;\n\n span {\n color: #fff;\n }\n\n > div {\n > div:first-child {\n background: rgba(255, 255, 255, 0.22) !important;\n }\n }\n\n svg {\n fill: #fff;\n }\n }\n\n > div {\n display: flex;\n width: fit-content;\n }\n\n span {\n display: block;\n line-height: 1;\n }\n\n .content {\n margin-left: 15px;\n display: flex;\n justify-content: center;\n flex-direction: column;\n gap: 6px;\n color: ", ";\n }\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n\n .icon {\n display: flex;\n width: 16px;\n height: 16px;\n }\n\n .action-box {\n display: flex;\n color: #828282;\n align-items: flex-start;\n gap: 15px;\n height: fit-content;\n margin: auto 0;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n\n .icon {\n display: flex;\n width: 11.5px;\n height: 11.5px;\n }\n\n button {\n color: #828282;\n background: none;\n padding: 0;\n border: 0;\n min-width: 40px;\n min-height: 40px;\n border-radius: 5px;\n border: 1px solid #828282;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n padding: 11px;\n\n svg {\n }\n }\n }\n\n @media only screen and (max-width: 1800px) {\n > div {\n align-items: center;\n }\n\n .content {\n margin-left: 10px;\n }\n }\n\n @media only screen and (max-width: 1600px) {\n .detail-title {\n font-size: 1.6rem;\n }\n\n .detail-subtitle {\n font-size: 1.4rem;\n }\n }\n\n @media only screen and (max-width: 1400px) {\n > div {\n > div:first-child {\n min-width: 45px;\n min-height: 45px;\n width: 45px;\n height: 45px;\n }\n }\n\n .detail-title {\n font-size: 1.4rem;\n }\n\n .detail-subtitle {\n font-size: 1.2rem;\n }\n }\n\n @media only screen and (max-width: 1200px) {\n > div {\n > div:first-child {\n min-width: 40px;\n min-height: 40px;\n width: 40px;\n height: 40px;\n padding: 10px;\n }\n }\n }\n"], ["\n width: 100%;\n padding: 10px;\n border-radius: 5px;\n border: 1px solid #e1e1e1;\n display: flex;\n justify-content: space-between;\n\n &.highlight {\n background: currentColor;\n\n span {\n color: #fff;\n }\n\n > div {\n > div:first-child {\n background: rgba(255, 255, 255, 0.22) !important;\n }\n }\n\n svg {\n fill: #fff;\n }\n }\n\n > div {\n display: flex;\n width: fit-content;\n }\n\n span {\n display: block;\n line-height: 1;\n }\n\n .content {\n margin-left: 15px;\n display: flex;\n justify-content: center;\n flex-direction: column;\n gap: 6px;\n color: ", ";\n }\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n\n .icon {\n display: flex;\n width: 16px;\n height: 16px;\n }\n\n .action-box {\n display: flex;\n color: #828282;\n align-items: flex-start;\n gap: 15px;\n height: fit-content;\n margin: auto 0;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n\n .icon {\n display: flex;\n width: 11.5px;\n height: 11.5px;\n }\n\n button {\n color: #828282;\n background: none;\n padding: 0;\n border: 0;\n min-width: 40px;\n min-height: 40px;\n border-radius: 5px;\n border: 1px solid #828282;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n padding: 11px;\n\n svg {\n }\n }\n }\n\n @media only screen and (max-width: 1800px) {\n > div {\n align-items: center;\n }\n\n .content {\n margin-left: 10px;\n }\n }\n\n @media only screen and (max-width: 1600px) {\n .detail-title {\n font-size: 1.6rem;\n }\n\n .detail-subtitle {\n font-size: 1.4rem;\n }\n }\n\n @media only screen and (max-width: 1400px) {\n > div {\n > div:first-child {\n min-width: 45px;\n min-height: 45px;\n width: 45px;\n height: 45px;\n }\n }\n\n .detail-title {\n font-size: 1.4rem;\n }\n\n .detail-subtitle {\n font-size: 1.2rem;\n }\n }\n\n @media only screen and (max-width: 1200px) {\n > div {\n > div:first-child {\n min-width: 40px;\n min-height: 40px;\n width: 40px;\n height: 40px;\n padding: 10px;\n }\n }\n }\n"])), function (props) { return props.theme.darkColor; });
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/detail-card/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,UAAU,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,+6EAAA,upBA0C1B,EAAgC,mtDAyG5C,KAzGY,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,SAAS,EAArB,CAAqB,EAyG5C"}
@@ -0,0 +1,2 @@
1
+ import { IHighlightIcon } from './interfaces.js';
2
+ export declare function HighlightIcon({ icon, color }: IHighlightIcon): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,40 @@
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
+ var __importDefault = (this && this.__importDefault) || function (mod) {
26
+ return (mod && mod.__esModule) ? mod : { "default": mod };
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.HighlightIcon = void 0;
30
+ var jsx_runtime_1 = require("react/jsx-runtime");
31
+ var chroma_js_1 = __importDefault(require("chroma-js"));
32
+ var ui_1 = require("../../../../../ui/index.js");
33
+ var S = __importStar(require("./styles.js"));
34
+ function HighlightIcon(_a) {
35
+ var icon = _a.icon, color = _a.color;
36
+ var background = (0, chroma_js_1.default)(color).alpha(0.22).css();
37
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Highlight', children: (0, jsx_runtime_1.jsx)(S.Highlight, { "$size": icon === null || icon === void 0 ? void 0 : icon.size, style: { background: background, color: color }, children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: icon.name }) }) }));
38
+ }
39
+ exports.HighlightIcon = HighlightIcon;
40
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/highlight-icon/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wDAA8B;AAE9B,2BAAkC;AAIlC,0CAA6B;AAE7B,SAAgB,aAAa,CAAC,EAA+B;QAA7B,IAAI,UAAA,EAAE,KAAK,WAAA;IACzC,IAAM,UAAU,GAAG,IAAA,mBAAM,EAAC,KAAK,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,CAAA;IAElD,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,WAAW,YACrB,uBAAC,CAAC,CAAC,SAAS,aAAQ,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,EAAE,KAAK,EAAE,EAAE,UAAU,YAAA,EAAE,KAAK,OAAA,EAAE,YAC1D,uBAAC,SAAI,IAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAI,GACb,GACR,CACT,CAAA;AACH,CAAC;AAVD,sCAUC"}
@@ -0,0 +1,8 @@
1
+ import { IconsNames } from '../../../../../ui/index.js';
2
+ export interface IHighlightIcon {
3
+ color: string;
4
+ icon: {
5
+ name: IconsNames;
6
+ size: 'small' | 'regular';
7
+ };
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/highlight-icon/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
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"> & {
4
+ ref?: import("react").Ref<HTMLDivElement>;
5
+ }, {
6
+ $size?: 'small' | 'regular';
7
+ }>>;
@@ -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.Highlight = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.Highlight = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: ", ";\n width: ", ";\n height: ", ";\n min-width: ", ";\n min-height: ", ";\n border-radius: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n"], ["\n padding: ", ";\n width: ", ";\n height: ", ";\n min-width: ", ";\n min-height: ", ";\n border-radius: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n"])), function (props) { return (props.$size === 'regular' ? '13px' : '8px'); }, function (props) { return (props.$size === 'regular' ? '50px' : '40px'); }, function (props) { return (props.$size === 'regular' ? '50px' : '40px'); }, function (props) { return (props.$size === 'regular' ? '50px' : '40px'); }, function (props) { return (props.$size === 'regular' ? '50px' : '40px'); });
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/highlight-icon/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,SAAS,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,+UAAiC,eAC1D,EAAuD,cACzD,EAAwD,eACvD,EAAwD,kBACrD,EAAwD,mBACvD,EAAwD,iLAWvE,KAfY,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,EAA5C,CAA4C,EACzD,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,EAA7C,CAA6C,EACvD,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,EAA7C,CAA6C,EACrD,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,EAA7C,CAA6C,EACvD,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,EAA7C,CAA6C,EAWvE"}
@@ -10,6 +10,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.Highlight = void 0;
11
11
  var chroma_js_1 = __importDefault(require("chroma-js"));
12
12
  var styled_components_1 = __importDefault(require("styled-components"));
13
- exports.Highlight = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 30px;\n padding: 6px 10px 0;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n\n span {\n margin: 0;\n color: ", ";\n line-height: 1;\n }\n"], ["\n height: 30px;\n padding: 6px 10px 0;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n\n span {\n margin: 0;\n color: ", ";\n line-height: 1;\n }\n"])), function (props) { return (0, chroma_js_1.default)(props.$color).alpha(0.22).css(); }, function (props) { return props.$color; });
13
+ exports.Highlight = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 30px;\n padding: 6px 10px;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n\n span {\n margin: 0;\n color: ", ";\n line-height: 1;\n }\n"], ["\n height: 30px;\n padding: 6px 10px;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ", ";\n\n span {\n margin: 0;\n color: ", ";\n line-height: 1;\n }\n"])), function (props) { return (0, chroma_js_1.default)(props.$color).alpha(0.22).css(); }, function (props) { return props.$color; });
14
14
  var templateObject_1;
15
15
  //# sourceMappingURL=styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/highlight-text/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wDAA8B;AAC9B,wEAAsC;AAEzB,QAAA,SAAS,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,gTAAoB,8JAOpC,EAAiD,4CAI1D,EAAuB,+BAGnC,KAPqB,UAAC,KAAK,IAAK,OAAA,IAAA,mBAAM,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAtC,CAAsC,EAI1D,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,MAAM,EAAZ,CAAY,EAGnC"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/highlight-text/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wDAA8B;AAC9B,wEAAsC;AAEzB,QAAA,SAAS,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,8SAAoB,4JAOpC,EAAiD,4CAI1D,EAAuB,+BAGnC,KAPqB,UAAC,KAAK,IAAK,OAAA,IAAA,mBAAM,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,EAAtC,CAAsC,EAI1D,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,MAAM,EAAZ,CAAY,EAGnC"}
@@ -1,9 +1,15 @@
1
+ export * from './tab/index.js';
1
2
  export * from './chat/index.js';
2
3
  export * from './logo/index.js';
3
4
  export * from './avatar/index.js';
4
5
  export * from './overlay/index.js';
6
+ export * from './buttons/index.js';
5
7
  export * from './sign-up/index.js';
6
8
  export * from './popover/index.js';
9
+ export * from './detail-card/index.js';
10
+ export * from './highlight-icon/index.js';
7
11
  export * from './input-search/index.js';
8
12
  export * from './page-wrapper/index.js';
13
+ export * from './profile-infos/index.js';
9
14
  export * from './highlight-text/index.js';
15
+ export * from './select-workspace/index.js';
@@ -14,13 +14,19 @@ 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
+ __exportStar(require("./tab/index.js"), exports);
17
18
  __exportStar(require("./chat/index.js"), exports);
18
19
  __exportStar(require("./logo/index.js"), exports);
19
20
  __exportStar(require("./avatar/index.js"), exports);
20
21
  __exportStar(require("./overlay/index.js"), exports);
22
+ __exportStar(require("./buttons/index.js"), exports);
21
23
  __exportStar(require("./sign-up/index.js"), exports);
22
24
  __exportStar(require("./popover/index.js"), exports);
25
+ __exportStar(require("./detail-card/index.js"), exports);
26
+ __exportStar(require("./highlight-icon/index.js"), exports);
23
27
  __exportStar(require("./input-search/index.js"), exports);
24
28
  __exportStar(require("./page-wrapper/index.js"), exports);
29
+ __exportStar(require("./profile-infos/index.js"), exports);
25
30
  __exportStar(require("./highlight-text/index.js"), exports);
31
+ __exportStar(require("./select-workspace/index.js"), exports);
26
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/presentation/components/data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,yCAAsB;AACtB,2CAAwB;AACxB,4CAAyB;AACzB,4CAAyB;AACzB,4CAAyB;AACzB,iDAA8B;AAC9B,iDAA8B;AAC9B,mDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/presentation/components/data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAqB;AACrB,yCAAsB;AACtB,yCAAsB;AACtB,2CAAwB;AACxB,4CAAyB;AACzB,4CAAyB;AACzB,4CAAyB;AACzB,4CAAyB;AACzB,gDAA6B;AAC7B,mDAAgC;AAChC,iDAA8B;AAC9B,iDAA8B;AAC9B,kDAA+B;AAC/B,mDAAgC;AAChC,qDAAkC"}
@@ -0,0 +1,2 @@
1
+ import { IProfileInfos } from './interfaces.js';
2
+ export declare function ProfileInfos({ profile, details }: IProfileInfos): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,48 @@
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
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ProfileInfos = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var ui_1 = require("../../../../../ui/index.js");
40
+ var profile_1 = require("./profile/index.js");
41
+ var detail_card_1 = require("../detail-card/index.js");
42
+ var S = __importStar(require("./styles.js"));
43
+ function ProfileInfos(_a) {
44
+ var profile = _a.profile, details = _a.details;
45
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'ProfileInfos', children: (0, jsx_runtime_1.jsxs)(S.ProfileInfos, { children: [profile && (0, jsx_runtime_1.jsx)(profile_1.Profile, __assign({}, profile)), details && ((0, jsx_runtime_1.jsx)("div", { className: 'details-box', children: details.map(function (detail) { return ((0, jsx_runtime_1.jsx)(detail_card_1.DetailCard, __assign({}, detail), 'detail-card' + detail.id)); }) }))] }) }));
46
+ }
47
+ exports.ProfileInfos = ProfileInfos;
48
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/profile-infos/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAA4B;AAE5B,qCAAmC;AACnC,8CAA2C;AAI3C,0CAA6B;AAE7B,SAAgB,YAAY,CAAC,EAAmC;QAAjC,OAAO,aAAA,EAAE,OAAO,aAAA;IAC7C,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,cAAc,YACxB,wBAAC,CAAC,CAAC,YAAY,eACZ,OAAO,IAAI,uBAAC,iBAAO,eAAK,OAAO,EAAI,EAEnC,OAAO,IAAI,CACV,gCAAK,SAAS,EAAC,aAAa,YACzB,OAAO,CAAC,GAAG,CAAC,UAAC,MAAM,IAAK,OAAA,CACvB,uBAAC,wBAAU,eAAqC,MAAM,GAArC,aAAa,GAAG,MAAM,CAAC,EAAE,CAAgB,CAC3D,EAFwB,CAExB,CAAC,GACE,CACP,IACc,GACX,CACT,CAAA;AACH,CAAC;AAhBD,oCAgBC"}
@@ -0,0 +1,6 @@
1
+ import { IDetailCard } from '../detail-card/index.js';
2
+ import { IProfileProps } from './profile/interfaces.js';
3
+ export interface IProfileInfos {
4
+ profile: IProfileProps;
5
+ details: IDetailCard[];
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/data/profile-infos/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { IProfileProps } from './interfaces.js';
2
+ export declare function Profile({ image, name, status, tag, tags }: IProfileProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,36 @@
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.Profile = void 0;
27
+ var jsx_runtime_1 = require("react/jsx-runtime");
28
+ var ui_1 = require("../../../../../../ui/index.js");
29
+ var highlight_text_1 = require("../../highlight-text/index.js");
30
+ var S = __importStar(require("./styles.js"));
31
+ function Profile(_a) {
32
+ var image = _a.image, name = _a.name, status = _a.status, tag = _a.tag, tags = _a.tags;
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
+ }
35
+ exports.Profile = Profile;
36
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/data/profile-infos/profile/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2BAAuC;AAEvC,uDAAoD;AAIpD,0CAA6B;AAE7B,SAAgB,OAAO,CAAC,EAAiD;QAA/C,KAAK,WAAA,EAAE,IAAI,UAAA,EAAE,MAAM,YAAA,EAAE,GAAG,SAAA,EAAE,IAAI,UAAA;IACtD,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,SAAS,YACnB,wBAAC,CAAC,CAAC,OAAO,eACR,gCAAK,SAAS,EAAC,QAAQ,YACrB,uBAAC,cAAS,IAAC,GAAG,EAAE,KAAK,IAAI,6BAA6B,GAAI,GACtD,EAEN,4CACG,IAAI,IAAI,yCAAK,IAAI,GAAM,EAEvB,MAAM,IAAI,CACT,iCAAM,SAAS,EAAC,QAAQ,YACtB,uBAAC,8BAAa,IAAC,IAAI,EAAE,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,IAAI,EAAE,KAAK,EAAE,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,GAAI,GACtD,CACR,EAED,iCAAK,SAAS,EAAC,OAAO,aACnB,GAAG,IAAI,oDAAU,GAAG,IAAQ,EAE5B,IAAI,IAAI,gCAAK,uBAAuB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,GAAI,IACvD,IACF,IACI,GACN,CACT,CAAA;AACH,CAAC;AA1BD,0BA0BC"}
@@ -0,0 +1,10 @@
1
+ export interface IProfileProps {
2
+ image?: string;
3
+ name?: string;
4
+ status?: {
5
+ text: string;
6
+ color: string;
7
+ };
8
+ tag?: string;
9
+ tags?: string;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/data/profile-infos/profile/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
3
+ export declare const Profile: 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.Profile = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.Profile = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: fit-content;\n display: flex;\n gap: 20px;\n\n .avatar {\n width: 155px;\n height: 155px;\n border-radius: 5px;\n overflow: hidden;\n }\n\n > div {\n span {\n display: flex;\n align-items: center;\n gap: 5px;\n }\n\n h1 {\n color: ", ";\n font-size: 32px;\n font-weight: 700;\n text-transform: capitalize;\n }\n\n .status {\n margin: 10px 0;\n font-size: 12px;\n\n > div {\n height: 22px;\n border-radius: 100rem;\n }\n }\n\n .infos {\n svg {\n width: 16.67px;\n height: auto;\n }\n\n > span + span {\n margin-top: 5px;\n }\n\n > span {\n color: #828282;\n font-size: 14px;\n }\n }\n }\n"], ["\n width: fit-content;\n display: flex;\n gap: 20px;\n\n .avatar {\n width: 155px;\n height: 155px;\n border-radius: 5px;\n overflow: hidden;\n }\n\n > div {\n span {\n display: flex;\n align-items: center;\n gap: 5px;\n }\n\n h1 {\n color: ", ";\n font-size: 32px;\n font-weight: 700;\n text-transform: capitalize;\n }\n\n .status {\n margin: 10px 0;\n font-size: 12px;\n\n > div {\n height: 22px;\n border-radius: 100rem;\n }\n }\n\n .infos {\n svg {\n width: 16.67px;\n height: auto;\n }\n\n > span + span {\n margin-top: 5px;\n }\n\n > span {\n color: #828282;\n font-size: 14px;\n }\n }\n }\n"])), function (props) { return props.theme.darkColor; });
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/components/data/profile-infos/profile/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,OAAO,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,20BAAA,kSAoBrB,EAAgC,oeAgC9C,KAhCc,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,SAAS,EAArB,CAAqB,EAgC9C"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react/experimental" />
3
+ export declare const ProfileInfos: 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>>;