@layers-app/shared 0.4.0 → 0.4.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 (122) hide show
  1. package/dist/components/AnimatedFigurePage/useParallax.d.ts +2 -2
  2. package/dist/components/AppContainer/AppContainer.d.ts +6 -1
  3. package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
  4. package/dist/components/AppContainer/components/AppSidebarButton.d.ts +4 -1
  5. package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
  6. package/dist/components/AppContainer/components/AppSidebarButton.js +22 -15
  7. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
  8. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +22 -21
  9. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +48 -91
  11. package/dist/components/AppContainer/components/ToolbarNewButton.d.ts +7 -2
  12. package/dist/components/AppContainer/components/ToolbarNewButton.d.ts.map +1 -1
  13. package/dist/components/AppContainer/components/ToolbarNewButton.js +14 -14
  14. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts +3 -1
  15. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
  16. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +96 -64
  17. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
  18. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +60 -47
  19. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
  20. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
  21. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +35 -26
  22. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +1 -1
  23. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
  24. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +43 -36
  25. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +7 -0
  26. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +1 -0
  27. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +17 -0
  28. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts +4 -0
  29. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
  30. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +59 -20
  31. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +28 -18
  32. package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
  33. package/dist/components/AttachmentsPreview/AttachmentsPreview.js +22 -18
  34. package/dist/components/ColorPicker/ColorPicker.d.ts +12 -11
  35. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  36. package/dist/components/ColorPicker/ColorPicker.js +1 -1
  37. package/dist/components/ColorPicker/ColorPickerToolbar.js +11 -11
  38. package/dist/components/CommentComposer/useVirtualAnchor.d.ts +1 -1
  39. package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -1
  40. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -1
  41. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  42. package/dist/components/EntityIcon.d.ts.map +1 -1
  43. package/dist/components/EntityIcon.js +43 -33
  44. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  45. package/dist/components/FormViewer/helpers/conditions.d.ts +38 -38
  46. package/dist/components/FormViewer/helpers/helpers.d.ts +38 -38
  47. package/dist/components/FormViewer/helpers/steps.d.ts +38 -38
  48. package/dist/components/FormViewer/hooks/useActiveControl.d.ts +19 -19
  49. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +38 -38
  50. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +6 -0
  51. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
  52. package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +4 -3
  53. package/dist/components/FormViewer/hooks/useFormMobile.d.ts +1 -1
  54. package/dist/components/FormViewer/hooks/useFormMobile.d.ts.map +1 -1
  55. package/dist/components/FormViewer/store/formStore.d.ts +248 -248
  56. package/dist/components/FormViewer/store/formStoreApi.d.ts +124 -124
  57. package/dist/components/FormViewer/store/selectors.d.ts +11655 -11655
  58. package/dist/components/FormViewer/types/form.d.ts +1 -1
  59. package/dist/components/FormViewer/types/form.d.ts.map +1 -1
  60. package/dist/components/FormViewer/types/schemes.d.ts +381 -6358
  61. package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
  62. package/dist/components/FormViewer/types/schemes.js +1 -1
  63. package/dist/components/GroupAvatar/index.d.ts +3 -1
  64. package/dist/components/GroupAvatar/index.d.ts.map +1 -1
  65. package/dist/components/GroupAvatar/index.js +24 -21
  66. package/dist/components/MediaLibrary/MediaLibraryRow.js +7 -7
  67. package/dist/components/NavMenu/NavMenu.d.ts +3 -1
  68. package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
  69. package/dist/components/NavMenu/components/DnDProvider.d.ts +1 -1
  70. package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
  71. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts +7 -1
  72. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts.map +1 -1
  73. package/dist/components/NavMenu/components/NavMenuActionIcon.js +21 -23
  74. package/dist/components/NewColorPicker/components/Target.d.ts +3 -1
  75. package/dist/components/NewColorPicker/components/Target.d.ts.map +1 -1
  76. package/dist/components/NewColorPicker/components/Target.js +48 -43
  77. package/dist/components/Notification/Notification.js +3 -1
  78. package/dist/components/Notification/NotificationCard.d.ts +3 -1
  79. package/dist/components/Notification/NotificationCard.d.ts.map +1 -1
  80. package/dist/components/Notification/NotificationCard.js +87 -86
  81. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +1 -1
  82. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -1
  83. package/dist/components/OnboardingTour/OnboardingTourWrapper.js +70 -74
  84. package/dist/components/ProjectIcon/ProjectIcon.d.ts +7 -12
  85. package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
  86. package/dist/components/ProjectIcon/ProjectIcon.js +58 -60
  87. package/dist/components/UserAvatar/index.d.ts +2 -1
  88. package/dist/components/UserAvatar/index.d.ts.map +1 -1
  89. package/dist/components/UserAvatar/index.js +38 -35
  90. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +3 -3
  91. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts.map +1 -1
  92. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +19 -18
  93. package/dist/components/WorkspaceMenu/WorkspaceItem.js +17 -17
  94. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +7 -7
  95. package/dist/config/envConfig.d.ts +8 -0
  96. package/dist/config/envConfig.d.ts.map +1 -1
  97. package/dist/config/envConfig.js +21 -13
  98. package/dist/helpers/getFileIcons.d.ts.map +1 -1
  99. package/dist/helpers/getFileIcons.js +63 -45
  100. package/dist/helpers/getFileType.d.ts +1 -1
  101. package/dist/helpers/getFileType.d.ts.map +1 -1
  102. package/dist/helpers/getFileType.js +29 -8
  103. package/dist/helpers/getPartOfTheDay.d.ts +1 -1
  104. package/dist/helpers/offlineSuppression.d.ts +3 -0
  105. package/dist/helpers/offlineSuppression.d.ts.map +1 -0
  106. package/dist/helpers/offlineSuppression.js +8 -0
  107. package/dist/helpers/platform.d.ts +1 -1
  108. package/dist/helpers/platform.d.ts.map +1 -1
  109. package/dist/helpers/platform.js +5 -4
  110. package/dist/helpers/showNotifications.d.ts.map +1 -1
  111. package/dist/helpers/showNotifications.js +30 -29
  112. package/dist/hooks/useOutsideClick.d.ts +1 -1
  113. package/dist/hooks/useOutsideClick.d.ts.map +1 -1
  114. package/dist/index.css +1 -1
  115. package/dist/index.d.ts +1 -0
  116. package/dist/index.d.ts.map +1 -1
  117. package/dist/index.js +336 -331
  118. package/dist/lang/locales/ui_en.json.js +1 -1
  119. package/dist/lang/locales/ui_es.json.js +1 -1
  120. package/dist/lang/locales/ui_ru.json.js +1 -1
  121. package/dist/node_modules/countries-and-timezones/esm/index.js +281 -4011
  122. package/package.json +13 -13
@@ -1 +1 @@
1
- {"version":3,"file":"schemes.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/types/schemes.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAatB,CAAC;IAEI,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiBrB,CAAC;IAEI,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKrB,CAAC;CACJ"}
1
+ {"version":3,"file":"schemes.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/types/schemes.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import * as o from "zod";
1
+ import * as o from "zod/v4";
2
2
  import { mediaLayoutList as a, layoutList as l, slideAnimationList as r, sizeList as n, alignList as e } from "./form.js";
3
3
  var i;
4
4
  ((t) => {
@@ -1,10 +1,12 @@
1
+ import React from 'react';
1
2
  import { AvatarProps } from '@mantine/core';
2
3
  export interface GroupAvatarProps extends Omit<AvatarProps, 'src'>, Omit<React.ComponentPropsWithoutRef<'div'>, keyof AvatarProps> {
4
+ ref?: React.Ref<HTMLDivElement>;
3
5
  groupIcon?: string | null;
4
6
  groupId?: string;
5
7
  groupName?: string;
6
8
  size?: number | string;
7
9
  textSize?: number | string;
8
10
  }
9
- export declare const GroupAvatar: import("react").ForwardRefExoticComponent<GroupAvatarProps & import("react").RefAttributes<HTMLDivElement>>;
11
+ export declare const GroupAvatar: ({ groupIcon, groupId, groupName, size, ref, ...props }: GroupAvatarProps) => import("react/jsx-runtime").JSX.Element;
10
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/GroupAvatar/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5C,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,EAC9B,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,MAAM,WAAW,CAAC;IAChE,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,WAAW,6GAiBvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/GroupAvatar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5C,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,EAC9B,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,MAAM,WAAW,CAAC;IAChE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,WAAW,GAAI,wDAOzB,gBAAgB,4CAelB,CAAC"}
@@ -1,25 +1,28 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { forwardRef as p } from "react";
3
- import f from "../../assets/svg/group_default_icon.svg.js";
4
- import { UserAvatar as u } from "../UserAvatar/index.js";
5
- const n = p(
6
- ({ groupIcon: r, groupId: a, groupName: o, size: t = 24, ...m }, e) => /* @__PURE__ */ i(
7
- u,
8
- {
9
- ref: e,
10
- variant: "light",
11
- user: {
12
- avatar: r || f,
13
- id: a || "",
14
- name: o,
15
- email: ""
16
- },
17
- size: t,
18
- ...m
19
- }
20
- )
2
+ import p from "../../assets/svg/group_default_icon.svg.js";
3
+ import { UserAvatar as n } from "../UserAvatar/index.js";
4
+ const v = ({
5
+ groupIcon: r,
6
+ groupId: a,
7
+ groupName: t,
8
+ size: o = 24,
9
+ ref: m,
10
+ ...e
11
+ }) => /* @__PURE__ */ i(
12
+ n,
13
+ {
14
+ ref: m,
15
+ variant: "light",
16
+ user: {
17
+ avatar: r || p,
18
+ id: a || "",
19
+ name: t,
20
+ email: ""
21
+ },
22
+ size: o,
23
+ ...e
24
+ }
21
25
  );
22
- n.displayName = "GroupAvatar";
23
26
  export {
24
- n as GroupAvatar
27
+ v as GroupAvatar
25
28
  };
@@ -1,5 +1,5 @@
1
1
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
2
- import { memo as s } from "react";
2
+ import { memo as d } from "react";
3
3
  import { Box as n, Group as a, Text as t } from "@mantine/core";
4
4
  import { formatBytes as c } from "../../helpers/formatBytes.js";
5
5
  import { getFileIcons as f } from "../../helpers/getFileIcons.js";
@@ -9,12 +9,12 @@ const y = (e) => new Intl.DateTimeFormat("en-GB", {
9
9
  day: "2-digit",
10
10
  month: "short",
11
11
  year: "numeric"
12
- }).format(new Date(e)), T = s(
13
- ({ item: e, onFolderClick: m, onSelect: d }) => {
14
- const r = e.type === "FOLDER", l = () => {
15
- r ? m?.(e) : d?.(e);
12
+ }).format(new Date(e)), T = d(
13
+ ({ item: e, onFolderClick: l, onSelect: m }) => {
14
+ const r = e.type === "FOLDER", s = () => {
15
+ r ? l?.(e) : m?.(e);
16
16
  };
17
- return /* @__PURE__ */ i(n, { className: h.rowGrid, onClick: l, children: [
17
+ return /* @__PURE__ */ i(n, { className: h.rowGrid, onClick: s, children: [
18
18
  /* @__PURE__ */ i(
19
19
  a,
20
20
  {
@@ -23,7 +23,7 @@ const y = (e) => new Intl.DateTimeFormat("en-GB", {
23
23
  style: { overflow: "hidden", minWidth: 0 },
24
24
  children: [
25
25
  /* @__PURE__ */ o(n, { style: { flexShrink: 0, height: 18 }, children: f(
26
- p(e.contentType || "", !0),
26
+ p(e.contentType || "", !1, e.title),
27
27
  r,
28
28
  18
29
29
  ) }),
@@ -21,7 +21,9 @@ export declare const NavMenu: (({ items, loading, onLoadMore, noItemsPlaceholder
21
21
  ignoreDepth?: boolean;
22
22
  disableToggleOnClick?: boolean;
23
23
  }) => import("react/jsx-runtime").JSX.Element>;
24
- ActionIcon: import("react").ForwardRefExoticComponent<import("@mantine/core").ActionIconProps & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
24
+ ActionIcon: ({ children, size, radius, color, variant, ref, ...props }: import("@mantine/core").ActionIconProps & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
25
+ ref?: React.Ref<HTMLButtonElement>;
26
+ }) => import("react/jsx-runtime").JSX.Element;
25
27
  Label: ({ children, ...props }: PropsWithChildren<import("@mantine/core").TextProps>) => import("react/jsx-runtime").JSX.Element;
26
28
  Placeholder: ({ children, ...props }: PropsWithChildren<BoxProps>) => import("react/jsx-runtime").JSX.Element;
27
29
  };
@@ -1 +1 @@
1
- {"version":3,"file":"NavMenu.d.ts","sourceRoot":"","sources":["../../../src/components/NavMenu/NavMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,SAAS,EAIV,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,QAAQ,EAAyB,MAAM,eAAe,CAAC;AAOhE,OAAO,EAAmB,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC5E,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,SAAS,CAAC;AAIjB,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,OAAO,CAAC;CAC3D,GAAG,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,GAAG;IACjC,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;CAC/C,CAAC;AAmLJ,eAAO,MAAM,OAAO,iLAnKjB,YAAY;;;;;;;;0CAsJ8B,iBAAiB,CAAC,QAAQ,CAAC;CAkBtE,CAAC"}
1
+ {"version":3,"file":"NavMenu.d.ts","sourceRoot":"","sources":["../../../src/components/NavMenu/NavMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,SAAS,EAIV,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,QAAQ,EAAyB,MAAM,eAAe,CAAC;AAOhE,OAAO,EAAmB,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC5E,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,SAAS,CAAC;AAIjB,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,OAAO,CAAC;CAC3D,GAAG,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,GAAG;IACjC,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;CAC/C,CAAC;AAmLJ,eAAO,MAAM,OAAO,iLAnKjB,YAAY;;;;;;;;;;0CAsJ8B,iBAAiB,CAAC,QAAQ,CAAC;CAkBtE,CAAC"}
@@ -2,7 +2,7 @@ import { PropsWithChildren } from 'react';
2
2
  import { NavMenuOrderChange } from '../types';
3
3
  type DnDProviderProps = {
4
4
  onOrderChange: NavMenuOrderChange;
5
- containerRef: React.RefObject<HTMLDivElement>;
5
+ containerRef: React.RefObject<HTMLDivElement | null>;
6
6
  };
7
7
  export declare const DnDProvider: ({ containerRef, children, onOrderChange, }: PropsWithChildren<DnDProviderProps>) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"DnDProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/NavMenu/components/DnDProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAa/D,OAAO,EAEL,kBAAkB,EAEnB,MAAM,UAAU,CAAC;AAGlB,KAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,kBAAkB,CAAC;IAClC,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,4CAIzB,iBAAiB,CAAC,gBAAgB,CAAC,4CA0FrC,CAAC"}
1
+ {"version":3,"file":"DnDProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/NavMenu/components/DnDProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAa/D,OAAO,EAEL,kBAAkB,EAEnB,MAAM,UAAU,CAAC;AAGlB,KAAK,gBAAgB,GAAG;IACtB,aAAa,EAAE,kBAAkB,CAAC;IAClC,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,4CAIzB,iBAAiB,CAAC,gBAAgB,CAAC,4CA0FrC,CAAC"}
@@ -1,3 +1,9 @@
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import React from 'react';
1
3
  import { ActionIconProps } from '@mantine/core';
2
- export declare const NavMenuActionIcon: import("react").ForwardRefExoticComponent<ActionIconProps & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
4
+ type NavMenuActionIconProps = ActionIconProps & ComponentPropsWithoutRef<'button'> & {
5
+ ref?: React.Ref<HTMLButtonElement>;
6
+ };
7
+ export declare const NavMenuActionIcon: ({ children, size, radius, color, variant, ref, ...props }: NavMenuActionIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
3
9
  //# sourceMappingURL=NavMenuActionIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavMenuActionIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/NavMenu/components/NavMenuActionIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAC;AAK5D,eAAO,MAAM,iBAAiB,4OA4B7B,CAAC"}
1
+ {"version":3,"file":"NavMenuActionIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/NavMenu/components/NavMenuActionIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAC;AAE5D,KAAK,sBAAsB,GAAG,eAAe,GAC3C,wBAAwB,CAAC,QAAQ,CAAC,GAAG;IACnC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;CACpC,CAAC;AAEJ,eAAO,MAAM,iBAAiB,GAAI,2DAQ/B,sBAAsB,4CAaxB,CAAC"}
@@ -1,27 +1,25 @@
1
- import { jsx as f } from "react/jsx-runtime";
2
- import { forwardRef as i } from "react";
1
+ import { jsx as m } from "react/jsx-runtime";
3
2
  import { ActionIcon as p } from "@mantine/core";
4
- const x = i(
5
- ({
6
- children: o,
7
- size: r = 20,
8
- radius: t = 4,
9
- color: n = "gray",
10
- variant: m = "subtle",
11
- ...c
12
- }, e) => /* @__PURE__ */ f(
13
- p,
14
- {
15
- ref: e,
16
- size: r,
17
- radius: t,
18
- color: n,
19
- variant: m,
20
- ...c,
21
- children: o
22
- }
23
- )
3
+ const a = ({
4
+ children: o,
5
+ size: r = 20,
6
+ radius: t = 4,
7
+ color: n = "gray",
8
+ variant: c = "subtle",
9
+ ref: e,
10
+ ...i
11
+ }) => /* @__PURE__ */ m(
12
+ p,
13
+ {
14
+ ref: e,
15
+ size: r,
16
+ radius: t,
17
+ color: n,
18
+ variant: c,
19
+ ...i,
20
+ children: o
21
+ }
24
22
  );
25
23
  export {
26
- x as NavMenuActionIcon
24
+ a as NavMenuActionIcon
27
25
  };
@@ -1,11 +1,13 @@
1
+ import React from 'react';
1
2
  import { MantineRadius } from '@mantine/core';
2
3
  interface IProps {
4
+ ref?: React.Ref<HTMLButtonElement>;
3
5
  value: Record<string, string>;
4
6
  disabled?: boolean;
5
7
  radius?: MantineRadius;
6
8
  hint?: 'tooltip' | 'title';
7
9
  withoutIcon?: boolean;
8
10
  }
9
- export declare const Target: import("react").ForwardRefExoticComponent<IProps & import("react").RefAttributes<HTMLButtonElement>>;
11
+ export declare const Target: ({ value, disabled, radius, hint, withoutIcon, ref, ...rest }: IProps) => import("react/jsx-runtime").JSX.Element;
10
12
  export {};
11
13
  //# sourceMappingURL=Target.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Target.d.ts","sourceRoot":"","sources":["../../../../src/components/NewColorPicker/components/Target.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAuB,aAAa,EAAW,MAAM,eAAe,CAAC;AAG5E,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,MAAM,sGA0ClB,CAAC"}
1
+ {"version":3,"file":"Target.d.ts","sourceRoot":"","sources":["../../../../src/components/NewColorPicker/components/Target.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAuB,aAAa,EAAW,MAAM,eAAe,CAAC;AAG5E,UAAU,MAAM;IACd,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,MAAM,GAAI,8DAQpB,MAAM,4CAwCR,CAAC"}
@@ -1,47 +1,52 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { forwardRef as s } from "react";
3
- import { useTranslation as m } from "react-i18next";
4
- import { Tooltip as d, Button as p, ColorSwatch as f } from "@mantine/core";
2
+ import { useTranslation as s } from "react-i18next";
3
+ import { Tooltip as d, Button as m, ColorSwatch as p } from "@mantine/core";
5
4
  import { IconLetterA as h, IconChevronDown as b } from "@tabler/icons-react";
6
- const k = s(
7
- ({ value: r, disabled: i, radius: l, hint: t, withoutIcon: c, ...n }, a) => {
8
- const { t: e } = m("ui");
9
- return /* @__PURE__ */ o(d, { label: e("colorPicker.color"), disabled: t !== "tooltip", children: /* @__PURE__ */ o(
10
- p,
11
- {
12
- ref: a,
13
- disabled: i,
14
- variant: "subtle",
15
- color: "gray",
16
- "aria-label": "Formatting text color",
17
- title: t === "title" ? e("colorPicker.color") : void 0,
18
- rightSection: /* @__PURE__ */ o(b, { size: 18 }),
19
- px: 8,
20
- styles: { section: { marginLeft: 2 } },
21
- ...n,
22
- children: /* @__PURE__ */ o(
23
- f,
24
- {
25
- styles: {
26
- childrenOverlay: { border: "1px solid #ccc" },
27
- alphaOverlay: { display: "none" }
28
- },
29
- radius: l,
30
- size: 22,
31
- color: r.background,
32
- children: !c && /* @__PURE__ */ o(
33
- h,
34
- {
35
- size: 14,
36
- color: r.color === "inherit" ? "var(--mantine-color-text)" : r.color
37
- }
38
- )
39
- }
40
- )
41
- }
42
- ) });
43
- }
44
- );
5
+ const u = ({
6
+ value: r,
7
+ disabled: i,
8
+ radius: l,
9
+ hint: t,
10
+ withoutIcon: c,
11
+ ref: n,
12
+ ...a
13
+ }) => {
14
+ const { t: e } = s("ui");
15
+ return /* @__PURE__ */ o(d, { label: e("colorPicker.color"), disabled: t !== "tooltip", children: /* @__PURE__ */ o(
16
+ m,
17
+ {
18
+ ref: n,
19
+ disabled: i,
20
+ variant: "subtle",
21
+ color: "gray",
22
+ "aria-label": "Formatting text color",
23
+ title: t === "title" ? e("colorPicker.color") : void 0,
24
+ rightSection: /* @__PURE__ */ o(b, { size: 18 }),
25
+ px: 8,
26
+ styles: { section: { marginLeft: 2 } },
27
+ ...a,
28
+ children: /* @__PURE__ */ o(
29
+ p,
30
+ {
31
+ styles: {
32
+ childrenOverlay: { border: "1px solid #ccc" },
33
+ alphaOverlay: { display: "none" }
34
+ },
35
+ radius: l,
36
+ size: 22,
37
+ color: r.background,
38
+ children: !c && /* @__PURE__ */ o(
39
+ h,
40
+ {
41
+ size: 14,
42
+ color: r.color === "inherit" ? "var(--mantine-color-text)" : r.color
43
+ }
44
+ )
45
+ }
46
+ )
47
+ }
48
+ ) });
49
+ };
45
50
  export {
46
- k as Target
51
+ u as Target
47
52
  };
@@ -70,7 +70,9 @@ const J = () => {
70
70
  {
71
71
  isFocused: o === s,
72
72
  notification: t,
73
- ref: (z) => u.current[o] = z
73
+ ref: (z) => {
74
+ u.current[o] = z;
75
+ }
74
76
  }
75
77
  )
76
78
  },
@@ -1,8 +1,10 @@
1
+ import React from 'react';
1
2
  import { UserNotifications } from '../AppContainer/components/menus/UserMenu/MenuUserDropdown';
2
3
  interface NotificationCardProps {
4
+ ref?: React.Ref<HTMLDivElement>;
3
5
  isFocused: boolean;
4
6
  notification: UserNotifications;
5
7
  }
6
- declare const NotificationCard: import("react").ForwardRefExoticComponent<NotificationCardProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ declare const NotificationCard: ({ isFocused, notification, ref, }: NotificationCardProps) => import("react/jsx-runtime").JSX.Element;
7
9
  export default NotificationCard;
8
10
  //# sourceMappingURL=NotificationCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/NotificationCard.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4DAA4D,CAAC;AAE/F,UAAU,qBAAqB;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,iBAAiB,CAAC;CACjC;AAED,QAAA,MAAM,gBAAgB,kHAkFrB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,4DAA4D,CAAC;AAE/F,UAAU,qBAAqB;IAC7B,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAChC,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,iBAAiB,CAAC;CACjC;AAED,QAAA,MAAM,gBAAgB,GAAI,mCAIvB,qBAAqB,4CAgFvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,92 +1,93 @@
1
- import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
- import { forwardRef as p } from "react";
3
- import { useTranslation as g } from "react-i18next";
4
- import { Flex as a, Text as l, Tooltip as x } from "@mantine/core";
5
- import { IconFileText as h, IconCheckbox as u, IconX as y } from "@tabler/icons-react";
6
- const b = p(
7
- ({ isFocused: o, notification: e }, n) => {
8
- const { i18n: s } = g("appContainer"), i = (d) => {
9
- const m = s.language === "ru" ? "ru-RU" : "en-US";
10
- return d.toLocaleDateString(m, {
11
- day: "numeric",
12
- month: "long",
13
- year: "numeric"
14
- });
15
- }, c = new Date(e.createdAt), f = i(c);
16
- return /* @__PURE__ */ t(
17
- a,
18
- {
19
- ref: n,
20
- px: 8,
21
- w: "100%",
22
- py: "sm",
23
- justify: "flex-start",
24
- style: {
25
- backgroundColor: o ? "#f0f0f0" : "transparent",
26
- cursor: "pointer",
27
- borderRadius: "4px"
28
- },
29
- children: [
30
- /* @__PURE__ */ t(a, { w: 274, justify: "flex-start", children: [
31
- /* @__PURE__ */ r(
32
- h,
33
- {
34
- size: 20,
35
- color: "gray",
36
- style: { alignSelf: "flex-start" }
37
- }
38
- ),
39
- /* @__PURE__ */ r(l, { fz: 16, style: { alignSelf: "flex-start" }, children: e.pageIcon === "DefaultIcon" ? /* @__PURE__ */ r(u, { size: 20, color: "gray" }) : e.pageIcon }),
40
- /* @__PURE__ */ t(a, { direction: "column", gap: 0, w: 200, children: [
41
- /* @__PURE__ */ r(
42
- x,
43
- {
44
- disabled: e.description.length < 40,
45
- label: e.description,
46
- children: /* @__PURE__ */ r(
47
- l,
48
- {
49
- fz: "sm",
50
- style: {
51
- alignSelf: "flex-start",
52
- lineHeight: "16px"
53
- },
54
- lineClamp: 2,
55
- children: e.description
56
- }
57
- )
58
- }
59
- ),
60
- /* @__PURE__ */ t(
61
- l,
62
- {
63
- c: "dimmed",
64
- fz: "sm",
65
- h: "16",
66
- style: { alignSelf: "flex-start" },
67
- children: [
68
- " ",
69
- e.pageName
70
- ]
71
- }
72
- )
73
- ] })
74
- ] }),
75
- /* @__PURE__ */ r(l, { c: "dimmed", fz: "sm", w: 98, style: { alignSelf: "flex-start" }, children: f }),
1
+ import { jsxs as l, jsx as r } from "react/jsx-runtime";
2
+ import { useTranslation as p } from "react-i18next";
3
+ import { Flex as a, Text as t, Tooltip as g } from "@mantine/core";
4
+ import { IconFileText as x, IconCheckbox as h, IconX as u } from "@tabler/icons-react";
5
+ const D = ({
6
+ isFocused: n,
7
+ notification: e,
8
+ ref: s
9
+ }) => {
10
+ const { i18n: o } = p("appContainer"), i = (f) => {
11
+ const m = o.language === "ru" ? "ru-RU" : "en-US";
12
+ return f.toLocaleDateString(m, {
13
+ day: "numeric",
14
+ month: "long",
15
+ year: "numeric"
16
+ });
17
+ }, c = new Date(e.createdAt), d = i(c);
18
+ return /* @__PURE__ */ l(
19
+ a,
20
+ {
21
+ ref: s,
22
+ px: 8,
23
+ w: "100%",
24
+ py: "sm",
25
+ justify: "flex-start",
26
+ style: {
27
+ backgroundColor: n ? "#f0f0f0" : "transparent",
28
+ cursor: "pointer",
29
+ borderRadius: "4px"
30
+ },
31
+ children: [
32
+ /* @__PURE__ */ l(a, { w: 274, justify: "flex-start", children: [
76
33
  /* @__PURE__ */ r(
77
- y,
34
+ x,
78
35
  {
79
- width: 12,
80
- height: 12,
36
+ size: 20,
81
37
  color: "gray",
82
- style: { alignSelf: "flex-start", marginTop: "5px" }
38
+ style: { alignSelf: "flex-start" }
83
39
  }
84
- )
85
- ]
86
- }
87
- );
88
- }
89
- );
40
+ ),
41
+ /* @__PURE__ */ r(t, { fz: 16, style: { alignSelf: "flex-start" }, children: e.pageIcon === "DefaultIcon" ? /* @__PURE__ */ r(h, { size: 20, color: "gray" }) : e.pageIcon }),
42
+ /* @__PURE__ */ l(a, { direction: "column", gap: 0, w: 200, children: [
43
+ /* @__PURE__ */ r(
44
+ g,
45
+ {
46
+ disabled: e.description.length < 40,
47
+ label: e.description,
48
+ children: /* @__PURE__ */ r(
49
+ t,
50
+ {
51
+ fz: "sm",
52
+ style: {
53
+ alignSelf: "flex-start",
54
+ lineHeight: "16px"
55
+ },
56
+ lineClamp: 2,
57
+ children: e.description
58
+ }
59
+ )
60
+ }
61
+ ),
62
+ /* @__PURE__ */ l(
63
+ t,
64
+ {
65
+ c: "dimmed",
66
+ fz: "sm",
67
+ h: "16",
68
+ style: { alignSelf: "flex-start" },
69
+ children: [
70
+ " ",
71
+ e.pageName
72
+ ]
73
+ }
74
+ )
75
+ ] })
76
+ ] }),
77
+ /* @__PURE__ */ r(t, { c: "dimmed", fz: "sm", w: 98, style: { alignSelf: "flex-start" }, children: d }),
78
+ /* @__PURE__ */ r(
79
+ u,
80
+ {
81
+ width: 12,
82
+ height: 12,
83
+ color: "gray",
84
+ style: { alignSelf: "flex-start", marginTop: "5px" }
85
+ }
86
+ )
87
+ ]
88
+ }
89
+ );
90
+ };
90
91
  export {
91
- b as default
92
+ D as default
92
93
  };
@@ -9,5 +9,5 @@ export interface OnboardingTourWrapperProps extends Partial<Omit<OnboardingTourP
9
9
  dependsOn?: string;
10
10
  withPopoverMoveAnimation?: boolean;
11
11
  }
12
- export declare const OnboardingTourWrapper: ({ featureKey, tour, children, onComplete, dependsOn, withPopoverMoveAnimation, classNames, focusRevealProps: externalFocusRevealProps, onOnboardingTourEnd: externalOnEnd, onOnboardingTourClose: externalOnClose, onOnboardingTourChange: externalOnChange, onOnboardingTourStart: externalOnStart, ...rest }: OnboardingTourWrapperProps) => import("react/jsx-runtime").JSX.Element;
12
+ export declare const OnboardingTourWrapper: ({ featureKey, tour, children, onComplete, dependsOn, withPopoverMoveAnimation, classNames, focusRevealProps: externalFocusRevealProps, onOnboardingTourEnd: externalOnEnd, onOnboardingTourChange: externalOnChange, onOnboardingTourStart: externalOnStart, ...rest }: OnboardingTourWrapperProps) => import("react/jsx-runtime").JSX.Element;
13
13
  //# sourceMappingURL=OnboardingTourWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OnboardingTourWrapper.d.ts","sourceRoot":"","sources":["../../../src/components/OnboardingTour/OnboardingTourWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAA2C,MAAM,OAAO,CAAC;AAGhF,OAAO,EAGL,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACxB,MAAM,mCAAmC,CAAC;AAS3C,OAAO,6BAA6B,CAAC;AAErC,MAAM,WAAW,0BACf,SAAQ,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC,CAAC;IAC3E,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,kBAAkB,EAAE,CAAC;IAC3B,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC;AA+BD,eAAO,MAAM,qBAAqB,GAAI,gTAcnC,0BAA0B,4CAiP5B,CAAC"}
1
+ {"version":3,"file":"OnboardingTourWrapper.d.ts","sourceRoot":"","sources":["../../../src/components/OnboardingTour/OnboardingTourWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAA2C,MAAM,OAAO,CAAC;AAGhF,OAAO,EAIL,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACxB,MAAM,mCAAmC,CAAC;AAS3C,OAAO,6BAA6B,CAAC;AAErC,MAAM,WAAW,0BACf,SAAQ,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC,CAAC;IAC3E,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,kBAAkB,EAAE,CAAC;IAC3B,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC;AA+BD,eAAO,MAAM,qBAAqB,GAAI,wQAanC,0BAA0B,4CA2O5B,CAAC"}