@layers-app/shared 0.3.0 → 0.3.1

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 (180) hide show
  1. package/dist/assets/default-workspace-avatar.jpg.js +4 -0
  2. package/dist/assets/layers-logo-full.svg.js +2 -3
  3. package/dist/assets/layers-logo-full.svg2.js +3 -2
  4. package/dist/assets/layers-logo-icon.svg.js +2 -3
  5. package/dist/assets/layers-logo-icon.svg2.js +3 -2
  6. package/dist/assets/projects/figureA.svg.js +4 -0
  7. package/dist/assets/projects/figureB.svg.js +4 -0
  8. package/dist/assets/qwebchannel.d.ts +15 -0
  9. package/dist/assets/qwebchannel.d.ts.map +1 -0
  10. package/dist/assets/taskPriorities/high.svg.js +5 -0
  11. package/dist/assets/taskPriorities/low.svg.js +5 -0
  12. package/dist/assets/taskPriorities/none.svg.js +5 -0
  13. package/dist/assets/taskPriorities/normal.svg.js +5 -0
  14. package/dist/assets/taskPriorities/urgent.svg.js +5 -0
  15. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.d.ts +3 -0
  16. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.d.ts.map +1 -0
  17. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.js +69 -0
  18. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +27 -0
  19. package/dist/components/AnimatedFigurePage/types.d.ts +15 -0
  20. package/dist/components/AnimatedFigurePage/types.d.ts.map +1 -0
  21. package/dist/components/AnimatedFigurePage/useParallax.d.ts +6 -0
  22. package/dist/components/AnimatedFigurePage/useParallax.d.ts.map +1 -0
  23. package/dist/components/AnimatedFigurePage/useParallax.js +29 -0
  24. package/dist/components/AppContainer/AppContainer.d.ts +1 -1
  25. package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
  26. package/dist/components/AppContainer/AppContainer.js +37 -36
  27. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  28. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  29. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +80 -45
  30. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
  31. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +60 -69
  32. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  33. package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
  34. package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
  35. package/dist/components/AppContainer/hooks/useAppContainer.js +57 -51
  36. package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
  37. package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +3 -1
  38. package/dist/components/AppContainer/types.d.ts +3 -0
  39. package/dist/components/AppContainer/types.d.ts.map +1 -1
  40. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  41. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  42. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
  43. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  44. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  45. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  46. package/dist/components/ColorPicker/ColorPickerPopover.d.ts +6 -6
  47. package/dist/components/ColorPicker/ColorPickerPopover.d.ts.map +1 -1
  48. package/dist/components/ColorPicker/ColorPickerPopover.js +29 -31
  49. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  50. package/dist/components/CommentComposer/index.d.ts.map +1 -1
  51. package/dist/components/CommentComposer/index.js +115 -111
  52. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  53. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  54. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  55. package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
  56. package/dist/components/EmojiPicker/EmojiPanel.js +12 -10
  57. package/dist/components/EmojiPicker/EmojiPicker.d.ts +3 -1
  58. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  59. package/dist/components/EmojiPicker/EmojiPicker.js +49 -46
  60. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  61. package/dist/components/EmojiPicker/IconsPanel.d.ts +2 -1
  62. package/dist/components/EmojiPicker/IconsPanel.d.ts.map +1 -1
  63. package/dist/components/EmojiPicker/IconsPanel.js +47 -45
  64. package/dist/components/EmojiPicker/custom-icons/customIcons.d.ts.map +1 -1
  65. package/dist/components/EmojiPicker/custom-icons/customIcons.js +66 -31
  66. package/dist/components/EntityIcon.d.ts +3 -3
  67. package/dist/components/EntityIcon.d.ts.map +1 -1
  68. package/dist/components/EntityIcon.js +59 -35
  69. package/dist/components/EntityTitle/EntityTitle.d.ts +1 -1
  70. package/dist/components/EntityTitle/EntityTitle.d.ts.map +1 -1
  71. package/dist/components/EntityTitle/EntityTitle.js +34 -34
  72. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  73. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  74. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  75. package/dist/components/FilePicker/FilePicker.d.ts +4 -2
  76. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  77. package/dist/components/FilePicker/FilePicker.js +241 -238
  78. package/dist/components/FilePicker/FilePicker.module.css.js +14 -12
  79. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  80. package/dist/components/FilePicker/FilePickerGallery.js +60 -34
  81. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  82. package/dist/components/FilePicker/FilePickerGiphy.js +35 -36
  83. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  84. package/dist/components/FilePicker/FilePickerLink.js +26 -23
  85. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  86. package/dist/components/FilePicker/FilePickerUnsplash.js +42 -43
  87. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  88. package/dist/components/FilePicker/FilePickerUpload.js +60 -42
  89. package/dist/components/FilePicker/coverCollections.d.ts +4 -0
  90. package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
  91. package/dist/components/FilePicker/coverCollections.js +164 -0
  92. package/dist/components/FilePicker/index.d.ts +1 -0
  93. package/dist/components/FilePicker/index.d.ts.map +1 -1
  94. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  95. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  96. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  97. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  98. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  99. package/dist/components/FormViewer/components/fields/UploadField/UploadField.d.ts.map +1 -1
  100. package/dist/components/FormViewer/components/fields/UploadField/UploadField.js +34 -33
  101. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  102. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +3 -3
  103. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  104. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  105. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  106. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  107. package/dist/components/Loaders/styles.module.css.js +6 -6
  108. package/dist/components/Logotype.d.ts +2 -1
  109. package/dist/components/Logotype.d.ts.map +1 -1
  110. package/dist/components/Logotype.js +58 -49
  111. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  112. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  113. package/dist/components/NavMenu/components/NavMenuItem.d.ts.map +1 -1
  114. package/dist/components/NavMenu/components/NavMenuItem.js +122 -107
  115. package/dist/components/NavMenu/types.d.ts +1 -0
  116. package/dist/components/NavMenu/types.d.ts.map +1 -1
  117. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  118. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  119. package/dist/components/Notification/Notification.module.css.js +1 -1
  120. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  121. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  122. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  123. package/dist/components/ProjectIcon/ProjectIcon.js +13 -13
  124. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  125. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  126. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  127. package/dist/components/TreeIndent/TreeIndent.d.ts +9 -0
  128. package/dist/components/TreeIndent/TreeIndent.d.ts.map +1 -0
  129. package/dist/components/TreeIndent/TreeIndent.js +15 -0
  130. package/dist/components/TreeIndent/TreeIndent.module.css.js +11 -0
  131. package/dist/components/TreeIndent/index.d.ts +2 -0
  132. package/dist/components/TreeIndent/index.d.ts.map +1 -0
  133. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +11 -11
  134. package/dist/components/WorkspaceMenu/WorkspaceMenu.d.ts.map +1 -1
  135. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +97 -101
  136. package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
  137. package/dist/components/table/FrontTable.d.ts.map +1 -1
  138. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  139. package/dist/config/brand.d.ts +1 -0
  140. package/dist/config/brand.d.ts.map +1 -1
  141. package/dist/config/brand.js +42 -34
  142. package/dist/config/envConfig.d.ts +40 -0
  143. package/dist/config/envConfig.d.ts.map +1 -1
  144. package/dist/config/envConfig.js +29 -10
  145. package/dist/constants.d.ts.map +1 -1
  146. package/dist/constants.js +15 -4
  147. package/dist/helpers/getFileIcons.d.ts.map +1 -1
  148. package/dist/helpers/getFileIcons.js +34 -29
  149. package/dist/helpers/getFileType.d.ts +1 -1
  150. package/dist/helpers/getFileType.d.ts.map +1 -1
  151. package/dist/helpers/getFileType.js +3 -3
  152. package/dist/helpers/hotjar.d.ts.map +1 -1
  153. package/dist/helpers/hotjar.js +11 -7
  154. package/dist/helpers/platform.js +4 -4
  155. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  156. package/dist/helpers/showNotifications.d.ts +3 -0
  157. package/dist/helpers/showNotifications.d.ts.map +1 -1
  158. package/dist/helpers/showNotifications.js +79 -44
  159. package/dist/helpers/showNotifications.module.css.js +1 -1
  160. package/dist/hooks/useDateFnsLocale.d.ts +2 -0
  161. package/dist/hooks/useDateFnsLocale.d.ts.map +1 -1
  162. package/dist/hooks/useDateFnsLocale.js +9 -8
  163. package/dist/hooks/useDateUtils.d.ts.map +1 -1
  164. package/dist/hooks/useDateUtils.js +19 -19
  165. package/dist/hooks/useFormatDistance.d.ts.map +1 -1
  166. package/dist/hooks/useFormatDistance.js +6 -6
  167. package/dist/hooks/useNumberQueryParam.d.ts +1 -1
  168. package/dist/hooks/useNumberQueryParam.d.ts.map +1 -1
  169. package/dist/index.css +1 -1
  170. package/dist/index.d.ts +3 -0
  171. package/dist/index.d.ts.map +1 -1
  172. package/dist/index.js +504 -492
  173. package/dist/lang/locales/ui_en.json.js +15 -15
  174. package/dist/lang/locales/ui_es.json.js +11 -11
  175. package/dist/lang/locales/ui_ru.json.js +16 -16
  176. package/dist/utils/formatStorage.d.ts +9 -0
  177. package/dist/utils/formatStorage.d.ts.map +1 -1
  178. package/dist/utils/formatStorage.js +14 -10
  179. package/docs/README.md +499 -499
  180. package/package.json +75 -75
@@ -1,17 +1,17 @@
1
- const o = "_stepperWrapper_op9ph_1", p = "_accordion_op9ph_13", e = "_content_op9ph_17", t = "_item_op9ph_21", c = "_chevron_op9ph_25", n = "_label_op9ph_32", _ = {
2
- stepperWrapper: o,
3
- accordion: p,
4
- content: e,
5
- item: t,
1
+ const e = "_stepperWrapper_18rxv_1", r = "_accordion_18rxv_25", t = "_content_18rxv_33", o = "_item_18rxv_41", c = "_chevron_18rxv_49", n = "_label_18rxv_63", _ = {
2
+ stepperWrapper: e,
3
+ accordion: r,
4
+ content: t,
5
+ item: o,
6
6
  chevron: c,
7
7
  label: n
8
8
  };
9
9
  export {
10
- p as accordion,
10
+ r as accordion,
11
11
  c as chevron,
12
- e as content,
12
+ t as content,
13
13
  _ as default,
14
- t as item,
14
+ o as item,
15
15
  n as label,
16
- o as stepperWrapper
16
+ e as stepperWrapper
17
17
  };
@@ -1,15 +1,15 @@
1
- const a = "_boardContainer_zk8z5_1", e = "_appShell_zk8z5_10", n = "_navBar_zk8z5_16", t = "_appShellHeader_zk8z5_25", o = "_button_zk8z5_42", _ = {
1
+ const a = "_boardContainer_3kft5_1", t = "_appShell_3kft5_19", e = "_navBar_3kft5_31", n = "_appShellHeader_3kft5_49", o = "_button_3kft5_83", _ = {
2
2
  boardContainer: a,
3
- appShell: e,
4
- navBar: n,
5
- appShellHeader: t,
3
+ appShell: t,
4
+ navBar: e,
5
+ appShellHeader: n,
6
6
  button: o
7
7
  };
8
8
  export {
9
- e as appShell,
10
- t as appShellHeader,
9
+ t as appShell,
10
+ n as appShellHeader,
11
11
  a as boardContainer,
12
12
  o as button,
13
13
  _ as default,
14
- n as navBar
14
+ e as navBar
15
15
  };
@@ -1,14 +1,14 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { forwardRef as d } from "react";
3
- import { Avatar as h, Text as y } from "@mantine/core";
4
- import { omit as j, isString as L, isNil as w } from "lodash-es";
5
- import x from "query-string";
6
- import { DEFAULT_VALUES as S } from "../../constants.js";
2
+ import { forwardRef as u } from "react";
3
+ import { Avatar as d, Text as y } from "@mantine/core";
4
+ import { omit as x, isString as S, isNil as j } from "lodash-es";
5
+ import L from "query-string";
6
+ import { DEFAULT_VALUES as w } from "../../constants.js";
7
7
  import { customIcons as v } from "../EmojiPicker/custom-icons/customIcons.js";
8
8
  var I = /* @__PURE__ */ ((r) => (r.OUTLINED = "o", r.FILLED = "f", r))(I || {}), c;
9
9
  ((r) => {
10
10
  r.parse = (t) => {
11
- if (!L(t) || t.trim() === "") return null;
11
+ if (!S(t) || t.trim() === "") return null;
12
12
  const e = new URLSearchParams(t);
13
13
  return {
14
14
  icon: e.get("i") || "",
@@ -17,7 +17,7 @@ var I = /* @__PURE__ */ ((r) => (r.OUTLINED = "o", r.FILLED = "f", r))(I || {}),
17
17
  type: e.get("t") || "o"
18
18
  /* OUTLINED */
19
19
  };
20
- }, r.stringify = (t) => w(t) ? "" : x.stringify({
20
+ }, r.stringify = (t) => j(t) ? "" : L.stringify({
21
21
  i: t.icon || void 0,
22
22
  c: t.color || void 0,
23
23
  e: t.emoji || void 0,
@@ -25,7 +25,7 @@ var I = /* @__PURE__ */ ((r) => (r.OUTLINED = "o", r.FILLED = "f", r))(I || {}),
25
25
  /* OUTLINED */
26
26
  });
27
27
  })(c || (c = {}));
28
- const O = d(
28
+ const O = u(
29
29
  ({
30
30
  icon: r,
31
31
  name: t,
@@ -39,20 +39,20 @@ const O = d(
39
39
  }, p) => {
40
40
  const m = c.parse(r);
41
41
  if (!m && !e) return null;
42
- const u = m?.color || (f ? "initials" : g) || S.COLORS[0];
42
+ const h = m?.color || (f ? "initials" : g) || w.COLORS[0];
43
43
  return /* @__PURE__ */ o(
44
- h,
44
+ d,
45
45
  {
46
46
  ref: p,
47
47
  variant: "transparent",
48
- color: u,
48
+ color: h,
49
49
  name: f,
50
50
  size: i || 20,
51
51
  style: {
52
52
  overflow: s.radius ? "hidden" : "visible",
53
53
  ...s.style
54
54
  },
55
- ...j(s, ["style"]),
55
+ ...x(s, ["style"]),
56
56
  children: /* @__PURE__ */ o(
57
57
  y,
58
58
  {
@@ -73,7 +73,7 @@ const O = d(
73
73
  }
74
74
  ), A = (r, t, e, i) => {
75
75
  const n = v?.[r?.icon || ""];
76
- return n ? /* @__PURE__ */ o(n, { width: "1em", height: "1em" }) : r?.icon ? /* @__PURE__ */ o("svg", { width: "1em", height: "1em", children: /* @__PURE__ */ o(
76
+ return n ? /* @__PURE__ */ o(n, { width: "1em", height: "1em", style: { flexShrink: 0 } }) : r?.icon ? /* @__PURE__ */ o("svg", { width: "1em", height: "1em", style: { flexShrink: 0 }, children: /* @__PURE__ */ o(
77
77
  "use",
78
78
  {
79
79
  xlinkHref: `/tabler-sprite${r.type === "f" ? "-filled" : ""}.svg#tabler-${r.type === "f" ? "filled-" : ""}${r.icon}`
@@ -1,4 +1,4 @@
1
- const l = "_filterPill_11m7s_1", e = "_filterPillLabel_11m7s_10", i = {
1
+ const l = "_filterPill_euc2m_1", e = "_filterPillLabel_euc2m_19", i = {
2
2
  filterPill: l,
3
3
  filterPillLabel: e
4
4
  };
@@ -1,4 +1,4 @@
1
- const t = "_contentWrapper_2wgq8_1", e = {
1
+ const t = "_contentWrapper_a1t2j_1", e = {
2
2
  contentWrapper: t
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const s = "_section_1uxy4_1", t = {
1
+ const s = "_section_1zd4r_1", t = {
2
2
  section: s
3
3
  };
4
4
  export {
@@ -0,0 +1,9 @@
1
+ import { type ReactNode } from 'react';
2
+ export declare const TreeIndentContainer: import("react").MemoExoticComponent<({ children }: {
3
+ children: ReactNode;
4
+ }) => import("react/jsx-runtime").JSX.Element>;
5
+ export declare const TreeIndentItem: import("react").MemoExoticComponent<({ depth, children }: {
6
+ depth?: number;
7
+ children: ReactNode;
8
+ }) => import("react/jsx-runtime").JSX.Element>;
9
+ //# sourceMappingURL=TreeIndent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeIndent.d.ts","sourceRoot":"","sources":["../../../src/components/TreeIndent/TreeIndent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAQ,MAAM,OAAO,CAAC;AAI7C,eAAO,MAAM,mBAAmB,qDACf;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,6CAGvC,CAAC;AAEF,eAAO,MAAM,cAAc,4DACC;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,6CAUlE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { jsx as t, jsxs as s } from "react/jsx-runtime";
2
+ import { memo as m } from "react";
3
+ import r from "./TreeIndent.module.css.js";
4
+ const l = m(
5
+ ({ children: e }) => /* @__PURE__ */ t("div", { className: r.container, children: e })
6
+ ), p = m(
7
+ ({ depth: e = 0, children: n }) => /* @__PURE__ */ s("div", { className: r.item, children: [
8
+ Array.from({ length: e }).map((a, o) => /* @__PURE__ */ t("div", { className: r.depthBox }, o)),
9
+ n
10
+ ] })
11
+ );
12
+ export {
13
+ l as TreeIndentContainer,
14
+ p as TreeIndentItem
15
+ };
@@ -0,0 +1,11 @@
1
+ const t = "_container_f42en_1", e = "_depthBox_f42en_21", n = "_item_f42en_37", o = {
2
+ container: t,
3
+ depthBox: e,
4
+ item: n
5
+ };
6
+ export {
7
+ t as container,
8
+ o as default,
9
+ e as depthBox,
10
+ n as item
11
+ };
@@ -0,0 +1,2 @@
1
+ export { TreeIndentContainer, TreeIndentItem } from './TreeIndent';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TreeIndent/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC"}
@@ -1,22 +1,22 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import { forwardRef as i } from "react";
3
- import { Avatar as e } from "@mantine/core";
4
- import { brand as m } from "../../config/brand.js";
5
- const f = i(
6
- ({ workspace: r, ...o }, a) => /* @__PURE__ */ t(
7
- e,
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { forwardRef as e } from "react";
3
+ import { Avatar as i } from "@mantine/core";
4
+ import m from "../../assets/default-workspace-avatar.jpg.js";
5
+ const c = e(
6
+ ({ workspace: r, ...a }, t) => /* @__PURE__ */ o(
7
+ i,
8
8
  {
9
- src: r?.workspaceIcon || m.logoIconUrl,
9
+ src: r?.workspaceIcon || m,
10
10
  tt: "uppercase",
11
11
  color: "initials",
12
12
  variant: "filled",
13
13
  name: r?.workspaceId,
14
14
  radius: "var(--mantine-radius-default)",
15
- ...o,
16
- ref: a
15
+ ...a,
16
+ ref: t
17
17
  }
18
18
  )
19
19
  );
20
20
  export {
21
- f as WorkspaceAvatar
21
+ c as WorkspaceAvatar
22
22
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceMenu.d.ts","sourceRoot":"","sources":["../../../src/components/WorkspaceMenu/WorkspaceMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAY,MAAM,OAAO,CAAC;AA6BpD,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,KAAK,CAAC;QACxB,IAAI,EACA,QAAQ,GACR,WAAW,GACX,QAAQ,GACR,OAAO,GACP,OAAO,GACP,UAAU,GACV,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC,CAAC;IACH,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,aAAa,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uBAAuB,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,aAAa,GAAG,aAAa,IAAI;IACxE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IACrC,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,MAAM,EAAE,CAAC,CAAC;IACV,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,aAAa,EAAE,iHAWpD,iBAAiB,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,4CAwE1C,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,aAAa,EAAE,gEAMtD,IAAI,CACL,kBAAkB,CAAC,CAAC,CAAC,EACrB,QAAQ,GAAG,eAAe,GAAG,cAAc,GAAG,aAAa,GAAG,SAAS,CACxE,4CA8DA,CAAC"}
1
+ {"version":3,"file":"WorkspaceMenu.d.ts","sourceRoot":"","sources":["../../../src/components/WorkspaceMenu/WorkspaceMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAiCpD,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,KAAK,CAAC;QACxB,IAAI,EACA,QAAQ,GACR,WAAW,GACX,QAAQ,GACR,OAAO,GACP,OAAO,GACP,UAAU,GACV,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC,CAAC;IACH,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,aAAa,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uBAAuB,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,aAAa,GAAG,aAAa,IAAI;IACxE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IACrC,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,MAAM,EAAE,CAAC,CAAC;IACV,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,aAAa,EAAE,iHAWpD,iBAAiB,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,4CAwE1C,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,aAAa,EAAE,gEAMtD,IAAI,CACL,kBAAkB,CAAC,CAAC,CAAC,EACrB,QAAQ,GAAG,eAAe,GAAG,cAAc,GAAG,aAAa,GAAG,SAAS,CACxE,4CA8DA,CAAC"}
@@ -1,71 +1,71 @@
1
- import { jsxs as n, jsx as e, Fragment as M } from "react/jsx-runtime";
2
- import { useState as A } from "react";
1
+ import { jsxs as o, jsx as e, Fragment as M } from "react/jsx-runtime";
2
+ import { useState as K } from "react";
3
3
  import { useTranslation as u } from "react-i18next";
4
- import { Link as z } from "react-router-dom";
5
- import { Setting07Icon as L, UserMultiple02Icon as N, Add01Icon as K } from "@hugeicons/core-free-icons";
6
- import { HugeiconsIcon as k } from "@hugeicons/react";
7
- import { Stack as a, Flex as l, Text as d, Box as f, Button as b, Menu as m, Tooltip as P, Progress as T, ScrollArea as U } from "@mantine/core";
8
- import { useMenu as B } from "../../hooks/useMenu.js";
9
- import { usePlatform as D } from "../../hooks/usePlatform.js";
10
- import { formatStoragePercent as F, formatStorage as S } from "../../utils/formatStorage.js";
4
+ import { Link as S } from "react-router-dom";
5
+ import { Setting07Icon as U, UserMultiple02Icon as j, Add01Icon as A } from "@hugeicons/core-free-icons";
6
+ import { HugeiconsIcon as b } from "@hugeicons/react";
7
+ import { Stack as a, Flex as l, Text as d, Box as h, Button as z, Menu as m, Tooltip as N, Progress as $, ScrollArea as P } from "@mantine/core";
8
+ import { useMenu as T } from "../../hooks/useMenu.js";
9
+ import { usePlatform as B } from "../../hooks/usePlatform.js";
10
+ import { formatStoragePercent as D, formatStorage as k, resolveStorageLimit as F } from "../../utils/formatStorage.js";
11
11
  import { Logotype as O } from "../Logotype.js";
12
12
  import { WorkspaceAvatar as x } from "../WorkspaceAvatar/WorkspaceAvatar.js";
13
13
  import { WorkspaceItem as E } from "./WorkspaceItem.js";
14
- const oe = ({
14
+ const te = ({
15
15
  children: r,
16
- onCreate: i,
17
- onClick: t,
18
- active: o,
19
- items: c,
20
- workspaceLink: s,
16
+ onCreate: c,
17
+ onClick: s,
18
+ active: n,
19
+ items: i,
20
+ workspaceLink: t,
21
21
  settingsLink: p,
22
22
  membersLink: y,
23
23
  isAnonym: I,
24
- publicMode: W
24
+ publicMode: L
25
25
  }) => {
26
- const { t: C } = u("workspaceMenu"), { isMobile: w } = B(), [j, h] = A(!1);
27
- return I || W ? /* @__PURE__ */ e(l, { w: "100%", justify: w ? "start" : "center", children: /* @__PURE__ */ e("a", { href: "/", children: /* @__PURE__ */ e(
26
+ const { t: W } = u("workspaceMenu"), { isMobile: g } = T(), [C, f] = K(!1);
27
+ return I || L ? /* @__PURE__ */ e(l, { w: "100%", justify: g ? "start" : "center", children: /* @__PURE__ */ e("a", { href: "/", children: /* @__PURE__ */ e(
28
28
  O,
29
29
  {
30
- minified: !w,
31
- w: w ? 65 : 24,
30
+ minified: !g,
31
+ w: g ? 65 : 24,
32
32
  isLink: !1
33
33
  }
34
- ) }) }) : /* @__PURE__ */ e(M, { children: /* @__PURE__ */ n(
34
+ ) }) }) : /* @__PURE__ */ e(M, { children: /* @__PURE__ */ o(
35
35
  m,
36
36
  {
37
- opened: j,
38
- onChange: h,
37
+ opened: C,
38
+ onChange: f,
39
39
  position: "right-start",
40
40
  keepMounted: !1,
41
41
  clickOutsideEvents: ["mousedown", "click"],
42
42
  offset: 17,
43
43
  children: [
44
- /* @__PURE__ */ e(m.Target, { children: r ?? /* @__PURE__ */ n(l, { onClick: () => h((g) => !g), children: [
45
- /* @__PURE__ */ e(x, { size: 30, workspace: o }),
46
- /* @__PURE__ */ e(l, { justify: "space-between", align: "center", w: "100%", miw: 0, children: /* @__PURE__ */ e(P, { label: o.workspaceName, children: /* @__PURE__ */ e(d, { size: "md", truncate: !0, children: o?.workspaceName || C("noName") }) }) })
44
+ /* @__PURE__ */ e(m.Target, { children: r ?? /* @__PURE__ */ o(l, { onClick: () => f((w) => !w), children: [
45
+ /* @__PURE__ */ e(x, { size: 30, workspace: n }),
46
+ /* @__PURE__ */ e(l, { justify: "space-between", align: "center", w: "100%", miw: 0, children: /* @__PURE__ */ e(N, { label: n.workspaceName, children: /* @__PURE__ */ e(d, { size: "md", truncate: !0, children: n?.workspaceName || W("noName") }) }) })
47
47
  ] }) }),
48
- /* @__PURE__ */ e(m.Dropdown, { w: 338, children: /* @__PURE__ */ n(a, { gap: 6, children: [
48
+ /* @__PURE__ */ e(m.Dropdown, { w: 338, children: /* @__PURE__ */ o(a, { gap: 6, children: [
49
49
  /* @__PURE__ */ e(
50
50
  H,
51
51
  {
52
- active: o,
53
- workspaceLink: s,
52
+ active: n,
53
+ workspaceLink: t,
54
54
  settingsLink: p,
55
55
  membersLink: y,
56
- onClose: () => h(!1)
56
+ onClose: () => f(!1)
57
57
  }
58
58
  ),
59
- /* @__PURE__ */ e(f, { px: 4, children: /* @__PURE__ */ e(m.Divider, {}) }),
59
+ /* @__PURE__ */ e(h, { px: 4, children: /* @__PURE__ */ e(m.Divider, {}) }),
60
60
  /* @__PURE__ */ e(
61
- $,
61
+ q,
62
62
  {
63
- onCreate: i,
64
- onClick: t,
65
- items: c.filter(
66
- (g) => g.workspaceId !== o?.workspaceId
63
+ onCreate: c,
64
+ onClick: s,
65
+ items: i.filter(
66
+ (w) => w.workspaceId !== n?.workspaceId
67
67
  ),
68
- onClose: () => h(!1)
68
+ onClose: () => f(!1)
69
69
  }
70
70
  )
71
71
  ] }) })
@@ -74,22 +74,22 @@ const oe = ({
74
74
  ) });
75
75
  }, H = ({
76
76
  active: r,
77
- workspaceLink: i,
78
- settingsLink: t,
79
- membersLink: o,
80
- onClose: c
77
+ workspaceLink: c,
78
+ settingsLink: s,
79
+ membersLink: n,
80
+ onClose: i
81
81
  }) => {
82
- const { t: s } = u("workspaceMenu"), p = D();
83
- return /* @__PURE__ */ n(a, { p: 4, pb: 5, gap: 12, children: [
84
- /* @__PURE__ */ n(l, { gap: 10, children: [
82
+ const { t } = u("workspaceMenu"), p = B();
83
+ return /* @__PURE__ */ o(a, { p: 4, pb: 5, gap: 12, children: [
84
+ /* @__PURE__ */ o(l, { gap: 10, children: [
85
85
  /* @__PURE__ */ e(x, { size: 48, workspace: r }),
86
- /* @__PURE__ */ n(a, { gap: 0, miw: 0, children: [
87
- /* @__PURE__ */ e(d, { truncate: !0, size: "md", fw: 500, c: "var(--mantine-color-bright)", children: r.workspaceName || s("noName") }),
88
- /* @__PURE__ */ e(d, { c: "gray", size: "sm", fw: 500, component: "span", children: /* @__PURE__ */ n(l, { gap: 6, component: "span", children: [
89
- r.totalMembers ? /* @__PURE__ */ n(M, { children: [
90
- s("member", { count: r.totalMembers }),
86
+ /* @__PURE__ */ o(a, { gap: 0, miw: 0, children: [
87
+ /* @__PURE__ */ e(d, { truncate: !0, size: "md", fw: 500, c: "var(--mantine-color-bright)", children: r.workspaceName || t("noName") }),
88
+ /* @__PURE__ */ e(d, { c: "gray", size: "sm", fw: 500, component: "span", children: /* @__PURE__ */ o(l, { gap: 6, component: "span", children: [
89
+ r.totalMembers ? /* @__PURE__ */ o(M, { children: [
90
+ t("member", { count: r.totalMembers }),
91
91
  /* @__PURE__ */ e(
92
- f,
92
+ h,
93
93
  {
94
94
  w: 2,
95
95
  h: 2,
@@ -99,36 +99,36 @@ const oe = ({
99
99
  }
100
100
  )
101
101
  ] }) : null,
102
- p.has("planBadges") && s(`plans.${r.plan}`)
102
+ p.has("planBadges") && t(`plans.${r.plan}`)
103
103
  ] }) })
104
104
  ] })
105
105
  ] }),
106
106
  p.has("plans") && /* @__PURE__ */ e(R, { active: r }),
107
- /* @__PURE__ */ n(l, { children: [
107
+ /* @__PURE__ */ o(l, { children: [
108
108
  /* @__PURE__ */ e(
109
- b,
109
+ z,
110
110
  {
111
111
  flex: 1,
112
- component: z,
112
+ component: S,
113
113
  variant: "default",
114
114
  size: "sm",
115
- leftSection: /* @__PURE__ */ e(k, { size: 16, icon: L }),
116
- to: i ?? t ?? "",
117
- onClick: c,
118
- children: s("settings")
115
+ leftSection: /* @__PURE__ */ e(b, { size: 16, icon: U }),
116
+ to: c ?? s ?? "",
117
+ onClick: i,
118
+ children: t("settings")
119
119
  }
120
120
  ),
121
- o && p.has("inviteUsers") && /* @__PURE__ */ e(
122
- b,
121
+ n && p.has("inviteUsers") && /* @__PURE__ */ e(
122
+ z,
123
123
  {
124
124
  flex: 1,
125
- component: z,
125
+ component: S,
126
126
  variant: "default",
127
127
  size: "sm",
128
- leftSection: /* @__PURE__ */ e(k, { size: 16, icon: N }),
129
- to: o,
130
- onClick: c,
131
- children: s("members")
128
+ leftSection: /* @__PURE__ */ e(b, { size: 16, icon: j }),
129
+ to: n,
130
+ onClick: i,
131
+ children: t("members")
132
132
  }
133
133
  )
134
134
  ] })
@@ -136,37 +136,33 @@ const oe = ({
136
136
  }, R = ({
137
137
  active: r
138
138
  }) => {
139
- const { t: i } = u("workspaceMenu"), t = (r?.storageUsedKb || 0) / (r?.storageLimitKb || 1), o = F(t * 100);
140
- return /* @__PURE__ */ n(a, { gap: 4, w: "100%", children: [
141
- /* @__PURE__ */ n(l, { justify: "space-between", children: [
142
- /* @__PURE__ */ n(d, { size: "sm", fw: 500, children: [
143
- i("usedStorage"),
139
+ const { t: c } = u("workspaceMenu"), { isUnlimited: s, effectiveLimitKb: n } = F(
140
+ r?.storageLimitKb || 0,
141
+ r?.storageUsedKb || 0
142
+ ), i = (r?.storageUsedKb || 0) / n, t = D(i * 100);
143
+ return /* @__PURE__ */ o(a, { gap: 4, w: "100%", children: [
144
+ /* @__PURE__ */ o(l, { justify: "space-between", children: [
145
+ /* @__PURE__ */ o(d, { size: "sm", fw: 500, children: [
146
+ c("usedStorage"),
144
147
  ": ",
145
- o,
146
- "%"
148
+ s ? "" : `${t}%`
147
149
  ] }),
148
- /* @__PURE__ */ n(d, { size: "sm", fw: 500, c: "gray", children: [
149
- S(r?.storageUsedKb),
150
- " ",
151
- i("of"),
152
- " ",
153
- S(r?.storageLimitKb)
154
- ] })
150
+ /* @__PURE__ */ e(d, { size: "sm", fw: 500, c: "gray", children: s ? k(r?.storageUsedKb) : `${k(r?.storageUsedKb)} ${c("of")} ${k(r?.storageLimitKb)}` })
155
151
  ] }),
156
- /* @__PURE__ */ e(T, { h: 4, value: t * 100 })
152
+ !s && /* @__PURE__ */ e($, { h: 4, value: i * 100 })
157
153
  ] });
158
- }, $ = ({
154
+ }, q = ({
159
155
  onCreate: r,
160
- onClick: i,
161
- items: t,
162
- onClose: o
156
+ onClick: c,
157
+ items: s,
158
+ onClose: n
163
159
  }) => {
164
- const { t: c } = u("workspaceMenu");
165
- return /* @__PURE__ */ n(a, { gap: 12, children: [
166
- t?.length > 0 && /* @__PURE__ */ n(a, { gap: 0, children: [
167
- /* @__PURE__ */ e(m.Label, { fw: 600, px: 4, py: 5, fz: "sm", children: c("switchWorkspace") }),
168
- /* @__PURE__ */ e(f, { w: "100%", px: 4, children: /* @__PURE__ */ e(
169
- U.Autosize,
160
+ const { t: i } = u("workspaceMenu");
161
+ return /* @__PURE__ */ o(a, { gap: 12, children: [
162
+ s?.length > 0 && /* @__PURE__ */ o(a, { gap: 0, children: [
163
+ /* @__PURE__ */ e(m.Label, { fw: 600, px: 4, py: 5, fz: "sm", children: i("switchWorkspace") }),
164
+ /* @__PURE__ */ e(h, { w: "100%", px: 4, children: /* @__PURE__ */ e(
165
+ P.Autosize,
170
166
  {
171
167
  mah: 200,
172
168
  w: "100%",
@@ -175,39 +171,39 @@ const oe = ({
175
171
  type: "always",
176
172
  styles: {
177
173
  viewport: {
178
- paddingRight: t.length > 4 ? 12 : 0
174
+ paddingRight: s.length > 4 ? 12 : 0
179
175
  },
180
176
  content: {
181
177
  minWidth: 0
182
178
  }
183
179
  },
184
- children: /* @__PURE__ */ e(a, { gap: 6, miw: 0, children: t.map((s) => /* @__PURE__ */ e(
180
+ children: /* @__PURE__ */ e(a, { gap: 6, miw: 0, children: s.map((t) => /* @__PURE__ */ e(
185
181
  E,
186
182
  {
187
- workspace: s,
188
- onClick: i
183
+ workspace: t,
184
+ onClick: c
189
185
  },
190
- s.workspaceId
186
+ t.workspaceId
191
187
  )) })
192
188
  }
193
189
  ) })
194
190
  ] }),
195
- /* @__PURE__ */ e(f, { p: 4, pt: 0, children: /* @__PURE__ */ e(
196
- b,
191
+ /* @__PURE__ */ e(h, { p: 4, pt: 0, children: /* @__PURE__ */ e(
192
+ z,
197
193
  {
198
194
  fullWidth: !0,
199
195
  variant: "default",
200
196
  size: "sm",
201
197
  onClick: () => {
202
- r?.(), o?.();
198
+ r?.(), n?.();
203
199
  },
204
- leftSection: /* @__PURE__ */ e(k, { icon: K, size: 16 }),
205
- children: c("newWorkspace")
200
+ leftSection: /* @__PURE__ */ e(b, { icon: A, size: 16 }),
201
+ children: i("newWorkspace")
206
202
  }
207
203
  ) })
208
204
  ] });
209
205
  };
210
206
  export {
211
207
  H as ActiveWorkspace,
212
- oe as WorkspaceMenu
208
+ te as WorkspaceMenu
213
209
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RemoveConfirmModal.d.ts","sourceRoot":"","sources":["../../../src/components/modals/RemoveConfirmModal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKlC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,eAAO,MAAM,sBAAsB,GACjC,OAAO,UAAU,CAAC,OAAO,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,GAAG;IACrD,MAAM,CAAC,EAAE;QACP,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;CACzB,SAuFF,CAAC"}
1
+ {"version":3,"file":"RemoveConfirmModal.d.ts","sourceRoot":"","sources":["../../../src/components/modals/RemoveConfirmModal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKlC,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,eAAO,MAAM,sBAAsB,GACjC,OAAO,UAAU,CAAC,OAAO,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,GAAG;IACrD,MAAM,CAAC,EAAE;QACP,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;CACzB,SAsFF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FrontTable.d.ts","sourceRoot":"","sources":["../../../src/components/table/FrontTable.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;gBAAhB,CAAA;iBACA,CAAC;gBACC,CAAA;;CAOP,CAAC;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC"}
1
+ {"version":3,"file":"FrontTable.d.ts","sourceRoot":"","sources":["../../../src/components/table/FrontTable.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;gBAAV,CAAA;iBACA,CAAC;gBACA,CAAC;;CAOb,CAAC;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useColumnsResizing.d.ts","sourceRoot":"","sources":["../../../../src/components/table/hooks/useColumnsResizing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAW9C,eAAO,MAAM,kBAAkB,GAAI,UAAU,gBAAgB,CAAC,OAAO,CAAC;oBAchC,GAAG;;CAqExC,CAAC"}
1
+ {"version":3,"file":"useColumnsResizing.d.ts","sourceRoot":"","sources":["../../../../src/components/table/hooks/useColumnsResizing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAW9C,eAAO,MAAM,kBAAkB,GAAI,UAAU,gBAAgB,CAAC,OAAO,CAAC;oBAczD,GAAG;;CAqEf,CAAC"}
@@ -20,6 +20,7 @@ export declare const brand: {
20
20
  }>;
21
21
  readonly customIconUrl: string | null;
22
22
  readonly customIconDarkUrl: string | null;
23
+ readonly customLogoUrl: string | null;
23
24
  readonly logoFullUrl: string;
24
25
  readonly logoIconUrl: string;
25
26
  readonly websiteUrl: string;
@@ -1 +1 @@
1
- {"version":3,"file":"brand.d.ts","sourceRoot":"","sources":["../../src/config/brand.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCjB,CAAC;AAGF,eAAO,MAAM,kBAAkB;;;;CAI9B,CAAC"}
1
+ {"version":3,"file":"brand.d.ts","sourceRoot":"","sources":["../../src/config/brand.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DjB,CAAC;AAGF,eAAO,MAAM,kBAAkB;;;;CAU9B,CAAC"}