@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,99 +1,134 @@
1
- import { StatusCancel as o } from "./StatusCancel.js";
2
- import { StatusDone as r } from "./StatusDone.js";
3
- import { StatusProgress00 as a } from "./StatusProgress00.js";
4
- import { StatusProgress10 as e } from "./StatusProgress10.js";
5
- import { StatusProgress20 as n } from "./StatusProgress20.js";
6
- import { StatusProgress30 as g } from "./StatusProgress30.js";
7
- import { StatusProgress40 as m } from "./StatusProgress40.js";
8
- import { StatusProgress50 as p } from "./StatusProgress50.js";
9
- import { StatusProgress60 as c } from "./StatusProgress60.js";
10
- import { StatusProgress70 as i } from "./StatusProgress70.js";
11
- import { StatusProgress80 as u } from "./StatusProgress80.js";
12
- import { StatusProgress90 as d } from "./StatusProgress90.js";
13
- import { StatusProgress100 as l } from "./StatusProgress100.js";
14
- const f = [
1
+ import s from "../../../assets/taskPriorities/high.svg.js";
2
+ import r from "../../../assets/taskPriorities/low.svg.js";
3
+ import a from "../../../assets/taskPriorities/none.svg.js";
4
+ import e from "../../../assets/taskPriorities/normal.svg.js";
5
+ import n from "../../../assets/taskPriorities/urgent.svg.js";
6
+ import { StatusCancel as m } from "./StatusCancel.js";
7
+ import { StatusDone as g } from "./StatusDone.js";
8
+ import { StatusProgress00 as i } from "./StatusProgress00.js";
9
+ import { StatusProgress10 as p } from "./StatusProgress10.js";
10
+ import { StatusProgress20 as c } from "./StatusProgress20.js";
11
+ import { StatusProgress30 as u } from "./StatusProgress30.js";
12
+ import { StatusProgress40 as d } from "./StatusProgress40.js";
13
+ import { StatusProgress50 as l } from "./StatusProgress50.js";
14
+ import { StatusProgress60 as y } from "./StatusProgress60.js";
15
+ import { StatusProgress70 as f } from "./StatusProgress70.js";
16
+ import { StatusProgress80 as A } from "./StatusProgress80.js";
17
+ import { StatusProgress90 as S } from "./StatusProgress90.js";
18
+ import { StatusProgress100 as P } from "./StatusProgress100.js";
19
+ const h = [
15
20
  {
16
- name: "status-done",
21
+ name: "high-priority",
22
+ component: s,
23
+ category: "Additional",
24
+ tags: ["priority", "high"]
25
+ },
26
+ {
27
+ name: "low-priority",
17
28
  component: r,
18
29
  category: "Additional",
30
+ tags: ["priority", "low"]
31
+ },
32
+ {
33
+ name: "none-priority",
34
+ component: a,
35
+ category: "Additional",
36
+ tags: ["priority", "none"]
37
+ },
38
+ {
39
+ name: "normal-priority",
40
+ component: e,
41
+ category: "Additional",
42
+ tags: ["priority", "normal"]
43
+ },
44
+ {
45
+ name: "urgent-priority",
46
+ component: n,
47
+ category: "Additional",
48
+ tags: ["priority", "urgent"]
49
+ },
50
+ {
51
+ name: "status-done",
52
+ component: g,
53
+ category: "Additional",
19
54
  tags: ["status", "done", "complete", "finished", "ok", "check"]
20
55
  },
21
56
  {
22
57
  name: "status-cancel",
23
- component: o,
58
+ component: m,
24
59
  category: "Additional",
25
60
  tags: ["status", "cancel", "x", "uncheck"]
26
61
  },
27
62
  {
28
63
  name: "status-progress-00",
29
- component: a,
64
+ component: i,
30
65
  category: "Additional",
31
66
  tags: ["status", "todo", "progress", "00"]
32
67
  },
33
68
  {
34
69
  name: "status-progress-10",
35
- component: e,
70
+ component: p,
36
71
  category: "Additional",
37
72
  tags: ["status", "progress", "10"]
38
73
  },
39
74
  {
40
75
  name: "status-progress-20",
41
- component: n,
76
+ component: c,
42
77
  category: "Additional",
43
78
  tags: ["status", "progress", "20"]
44
79
  },
45
80
  {
46
81
  name: "status-progress-30",
47
- component: g,
82
+ component: u,
48
83
  category: "Additional",
49
84
  tags: ["status", "progress", "30"]
50
85
  },
51
86
  {
52
87
  name: "status-progress-40",
53
- component: m,
88
+ component: d,
54
89
  category: "Additional",
55
90
  tags: ["status", "progress", "40"]
56
91
  },
57
92
  {
58
93
  name: "status-progress-50",
59
- component: p,
94
+ component: l,
60
95
  category: "Additional",
61
96
  tags: ["status", "progress", "50"]
62
97
  },
63
98
  {
64
99
  name: "status-progress-60",
65
- component: c,
100
+ component: y,
66
101
  category: "Additional",
67
102
  tags: ["status", "progress", "60"]
68
103
  },
69
104
  {
70
105
  name: "status-progress-70",
71
- component: i,
106
+ component: f,
72
107
  category: "Additional",
73
108
  tags: ["status", "progress", "70"]
74
109
  },
75
110
  {
76
111
  name: "status-progress-80",
77
- component: u,
112
+ component: A,
78
113
  category: "Additional",
79
114
  tags: ["status", "progress", "80"]
80
115
  },
81
116
  {
82
117
  name: "status-progress-90",
83
- component: d,
118
+ component: S,
84
119
  category: "Additional",
85
120
  tags: ["status", "progress", "90"]
86
121
  },
87
122
  {
88
123
  name: "status-progress-100",
89
- component: l,
124
+ component: P,
90
125
  category: "Additional",
91
126
  tags: ["status", "progress", "100", "done", "complete"]
92
127
  }
93
- ], O = Object.fromEntries(
94
- f.map(({ name: t, component: s }) => [t, s])
128
+ ], F = Object.fromEntries(
129
+ h.map(({ name: t, component: o }) => [t, o])
95
130
  );
96
131
  export {
97
- O as customIcons,
98
- f as customIconsData
132
+ F as customIcons,
133
+ h as customIconsData
99
134
  };
@@ -1,16 +1,16 @@
1
- interface IProps {
1
+ export interface EntityIconData {
2
2
  type?: string | null;
3
3
  icon?: string | null;
4
4
  title?: string | null;
5
5
  size?: number | null;
6
+ fz?: number | null;
6
7
  id?: string | null;
7
8
  parentId?: string | null;
8
9
  isFolder?: boolean;
9
10
  pathById?: string[];
10
11
  isOpen?: boolean;
11
12
  }
12
- export declare const EntityIcon: <T extends IProps>({ item }: {
13
+ export declare const EntityIcon: <T extends EntityIconData>({ item, }: {
13
14
  item?: T;
14
15
  }) => import("react/jsx-runtime").JSX.Element | null;
15
- export {};
16
16
  //# sourceMappingURL=EntityIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EntityIcon.d.ts","sourceRoot":"","sources":["../../src/components/EntityIcon.tsx"],"names":[],"mappings":"AAYA,UAAU,MAAM;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAOD,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,MAAM,EAAE,UAAU;IAAE,IAAI,CAAC,EAAE,CAAC,CAAA;CAAE,mDAwHlE,CAAC"}
1
+ {"version":3,"file":"EntityIcon.d.ts","sourceRoot":"","sources":["../../src/components/EntityIcon.tsx"],"names":[],"mappings":"AAkBA,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAQD,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,cAAc,EAAE,WAElD;IACD,IAAI,CAAC,EAAE,CAAC,CAAC;CACV,mDAyHA,CAAC"}
@@ -1,47 +1,53 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { Folder01Icon as t, Folder02Icon as f } from "@hugeicons/core-free-icons";
3
- import { HugeiconsIcon as l } from "@hugeicons/react";
4
- import { Text as c, Box as s, Avatar as d } from "@mantine/core";
5
- import p from "../assets/enitityIcons/flow.svg.js";
6
- import u from "../assets/enitityIcons/form.svg.js";
7
- import h from "../assets/enitityIcons/page.svg.js";
8
- import y from "../assets/enitityIcons/sprint.svg.js";
9
- import { ProjectIcon as i, IconEntity as a, renderIcon as g } from "./ProjectIcon/ProjectIcon.js";
10
- const I = (o) => o.isFolder || o.type === "PROJECT" && o?.pathById?.findIndex((r) => r === o?.parentId) === 1, k = ({ item: o }) => {
2
+ import { File01Icon as f, Folder02Icon as d, Folder01Icon as p } from "@hugeicons/core-free-icons";
3
+ import { HugeiconsIcon as a } from "@hugeicons/react";
4
+ import { Text as c, Box as u, Avatar as h, useMantineTheme as y, parseThemeColor as g } from "@mantine/core";
5
+ import I from "../assets/enitityIcons/flow.svg.js";
6
+ import v from "../assets/enitityIcons/form.svg.js";
7
+ import z from "../assets/enitityIcons/page.svg.js";
8
+ import C from "../assets/enitityIcons/sprint.svg.js";
9
+ import { IconEntity as i, ProjectIcon as t, renderIcon as F } from "./ProjectIcon/ProjectIcon.js";
10
+ const w = (o) => o.type === "FOLDER" || o.isFolder || o.type === "PROJECT" && o?.pathById?.findIndex((r) => r === o?.parentId) === 1, m = ({
11
+ item: o
12
+ }) => {
11
13
  const r = o?.size || 16;
12
14
  if (!o) return null;
13
- if (o.type === "FOLDER")
14
- return /* @__PURE__ */ n(l, { icon: t, size: r });
15
+ if (w(o)) {
16
+ const e = i.parse(o.icon);
17
+ return /* @__PURE__ */ n(x, { color: e?.color, size: r, opened: o.isOpen });
18
+ }
19
+ if (o.type === "ATTACHMENT")
20
+ return /* @__PURE__ */ n(a, { icon: f, size: r });
15
21
  if (o.type === "PAGE")
16
22
  return /* @__PURE__ */ n(
17
- i,
23
+ t,
18
24
  {
19
25
  fallbackColor: o.icon ? void 0 : "var(--default-page-icon-color)",
20
26
  name: o.title,
21
27
  icon: o.icon,
22
- fallback: /* @__PURE__ */ n(h, { width: r, height: r })
28
+ fallback: /* @__PURE__ */ n(z, { width: r, height: r })
23
29
  }
24
30
  );
25
31
  if (o.type === "FORM")
26
32
  return /* @__PURE__ */ n(
27
- i,
33
+ t,
28
34
  {
29
35
  fallbackColor: "var(--default-form-icon-color)",
30
36
  icon: o.icon,
31
- fallback: /* @__PURE__ */ n(u, { width: r, height: r })
37
+ fallback: /* @__PURE__ */ n(v, { width: r, height: r })
32
38
  }
33
39
  );
34
40
  if (o.type === "FLOW")
35
41
  return /* @__PURE__ */ n(
36
- i,
42
+ t,
37
43
  {
38
44
  icon: o.icon,
39
45
  fallbackColor: "var(--default-flow-icon-color)",
40
- fallback: /* @__PURE__ */ n(p, { width: r, height: r })
46
+ fallback: /* @__PURE__ */ n(I, { width: r, height: r })
41
47
  }
42
48
  );
43
49
  if (o.type === "SPRINT") {
44
- const e = a.parse(o.icon);
50
+ const e = i.parse(o.icon);
45
51
  return /* @__PURE__ */ n(
46
52
  c,
47
53
  {
@@ -54,21 +60,14 @@ const I = (o) => o.isFolder || o.type === "PROJECT" && o?.pathById?.findIndex((r
54
60
  lineHeight: "normal",
55
61
  width: r + 4
56
62
  },
57
- children: /* @__PURE__ */ n(y, {})
63
+ children: /* @__PURE__ */ n(C, {})
58
64
  }
59
65
  );
60
66
  }
61
67
  if (o.type === "PROJECT") {
62
- const e = a.parse(o.icon);
63
- return I(o) ? /* @__PURE__ */ n(
64
- l,
65
- {
66
- color: e?.color || void 0,
67
- icon: o.isOpen ? f : t,
68
- size: r
69
- }
70
- ) : e?.emoji ? /* @__PURE__ */ n(
71
- s,
68
+ const e = i.parse(o.icon);
69
+ return e?.emoji ? /* @__PURE__ */ n(
70
+ u,
72
71
  {
73
72
  bg: "gray.1",
74
73
  style: {
@@ -79,20 +78,28 @@ const I = (o) => o.isFolder || o.type === "PROJECT" && o?.pathById?.findIndex((r
79
78
  width: r,
80
79
  height: r
81
80
  },
82
- children: /* @__PURE__ */ n(i, { p: 0, icon: o.icon, size: 14, textSize: 12 })
81
+ children: /* @__PURE__ */ n(
82
+ t,
83
+ {
84
+ p: 0,
85
+ icon: o.icon,
86
+ size: o.size ?? 14,
87
+ textSize: o.fz ?? 12
88
+ }
89
+ )
83
90
  }
84
91
  ) : /* @__PURE__ */ n(
85
- d,
92
+ h,
86
93
  {
87
94
  variant: "filled",
88
95
  radius: 4,
89
96
  name: o.id || "",
90
- size: 16,
97
+ size: o.size ?? 16,
91
98
  color: e?.color || "initials",
92
99
  children: /* @__PURE__ */ n(
93
100
  c,
94
101
  {
95
- fz: 12,
102
+ fz: o.fz ?? 12,
96
103
  fw: 500,
97
104
  tt: "uppercase",
98
105
  lh: 0.9,
@@ -102,14 +109,31 @@ const I = (o) => o.isFolder || o.type === "PROJECT" && o?.pathById?.findIndex((r
102
109
  justifyContent: "center",
103
110
  lineHeight: "normal"
104
111
  },
105
- children: g(e, void 0, !0, o.title)
112
+ children: F(e, void 0, !0, o.title)
106
113
  }
107
114
  )
108
115
  }
109
116
  );
110
117
  }
111
118
  return null;
119
+ }, x = ({
120
+ color: o,
121
+ size: r,
122
+ opened: e
123
+ }) => {
124
+ const l = y(), s = g({
125
+ color: o || "gray",
126
+ theme: l
127
+ });
128
+ return /* @__PURE__ */ n(
129
+ a,
130
+ {
131
+ color: s.value || void 0,
132
+ icon: e ? d : p,
133
+ size: r
134
+ }
135
+ );
112
136
  };
113
137
  export {
114
- k as EntityIcon
138
+ m as EntityIcon
115
139
  };
@@ -3,7 +3,7 @@ declare global {
3
3
  isTitleFocused: boolean;
4
4
  }
5
5
  }
6
- export declare const EntityTitle: ({ lock, title, handleTitle, placeholder, error, isReadOnly, accessEdit, nowrap, maxLength, fw, onPressEnter, }: {
6
+ export declare const EntityTitle: ({ lock, title, handleTitle, error, isReadOnly, accessEdit, nowrap, maxLength, fw, onPressEnter, }: {
7
7
  title: string;
8
8
  lock?: boolean;
9
9
  handleTitle?: (title: string) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"EntityTitle.d.ts","sourceRoot":"","sources":["../../../src/components/EntityTitle/EntityTitle.tsx"],"names":[],"mappings":"AAcA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,cAAc,EAAE,OAAO,CAAC;KACzB;CACF;AAED,eAAO,MAAM,WAAW,GAAI,gHAYzB;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,4CA6FA,CAAC"}
1
+ {"version":3,"file":"EntityTitle.d.ts","sourceRoot":"","sources":["../../../src/components/EntityTitle/EntityTitle.tsx"],"names":[],"mappings":"AAcA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,cAAc,EAAE,OAAO,CAAC;KACzB;CACF;AAED,eAAO,MAAM,WAAW,GAAI,mGAWzB;IACD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,4CA8FA,CAAC"}
@@ -1,34 +1,33 @@
1
- import { jsx as a, Fragment as x } from "react/jsx-runtime";
2
- import { useRef as F, useLayoutEffect as T } from "react";
3
- import { useTranslation as D } from "react-i18next";
4
- import { useLocation as E } from "react-router-dom";
5
- import { Textarea as N } from "@mantine/core";
1
+ import { jsx as r, Fragment as v } from "react/jsx-runtime";
2
+ import { useRef as x, useLayoutEffect as F } from "react";
3
+ import { useTranslation as T } from "react-i18next";
4
+ import { useLocation as D } from "react-router-dom";
5
+ import { Textarea as E } from "@mantine/core";
6
6
  import s from "./EntityTitle.module.css.js";
7
- const z = ({
7
+ const q = ({
8
8
  lock: c,
9
9
  title: t,
10
10
  handleTitle: u,
11
- placeholder: i,
12
- error: f,
13
- isReadOnly: d = !1,
14
- accessEdit: h = !0,
15
- nowrap: m = !1,
16
- maxLength: p = 255,
17
- fw: w,
18
- onPressEnter: y
11
+ error: i,
12
+ isReadOnly: f = !1,
13
+ accessEdit: m = !0,
14
+ nowrap: d = !1,
15
+ maxLength: h = 255,
16
+ fw: p,
17
+ onPressEnter: w
19
18
  }) => {
20
- const { t: g } = D(), v = E(), { isNewPage: r } = v.state || {}, n = F(null), l = !h || c || d;
21
- return T(() => {
22
- if ((r || t === "") && n.current) {
23
- const e = n.current;
19
+ const { t: y } = T("projects"), g = D(), { isNewPage: a } = g.state || {}, o = x(null), l = !m || c || f;
20
+ return F(() => {
21
+ if ((a || t === "") && o.current) {
22
+ const e = o.current;
24
23
  requestAnimationFrame(() => {
25
- r && (e.focus(), e.setSelectionRange(
24
+ a && (e.focus(), e.setSelectionRange(
26
25
  e.value.length,
27
26
  e.value.length
28
27
  ));
29
28
  });
30
29
  }
31
- }, [r, n.current, l]), /* @__PURE__ */ a(x, { children: l ? /* @__PURE__ */ a(
30
+ }, [a, o.current, l]), /* @__PURE__ */ r(v, { children: l ? /* @__PURE__ */ r(
32
31
  "h1",
33
32
  {
34
33
  style: {
@@ -38,40 +37,41 @@ const z = ({
38
37
  className: s.EntityTitle,
39
38
  children: t
40
39
  }
41
- ) : /* @__PURE__ */ a(
42
- N,
40
+ ) : /* @__PURE__ */ r(
41
+ E,
43
42
  {
44
- ref: n,
43
+ "data-mantine-stop-propagation": "true",
44
+ ref: o,
45
45
  onKeyDown: (e) => {
46
- e.key === "Enter" && (y?.(), e.preventDefault());
46
+ e.key === "Enter" && (w?.(), e.preventDefault());
47
47
  },
48
48
  onBlur: (e) => {
49
49
  window.isTitleFocused = !1;
50
- const o = e.currentTarget.value.trim();
51
- o !== t && u?.(o);
50
+ const n = e.currentTarget.value.trim();
51
+ n !== t && u?.(n);
52
52
  },
53
53
  onChange: (e) => {
54
- const o = e.currentTarget.value;
55
- u?.(o);
54
+ const n = e.currentTarget.value;
55
+ u?.(n);
56
56
  },
57
57
  onFocus: () => {
58
58
  window.isTitleFocused = !0;
59
59
  },
60
60
  value: t,
61
- placeholder: i || g("noName"),
62
- maxLength: p,
61
+ placeholder: y("common.taskName"),
62
+ maxLength: h,
63
63
  unstyled: !0,
64
64
  autosize: !0,
65
65
  "data-autofocus": !0,
66
- "data-error": !!f,
66
+ "data-error": !!i,
67
67
  classNames: {
68
68
  input: s.textareaInput,
69
69
  root: s.textareaRoot
70
70
  },
71
71
  styles: {
72
72
  input: {
73
- fontWeight: w || 400,
74
- ...m && {
73
+ fontWeight: p || 400,
74
+ ...d && {
75
75
  whiteSpace: "nowrap",
76
76
  overflowX: "auto",
77
77
  overflowY: "hidden"
@@ -82,5 +82,5 @@ const z = ({
82
82
  ) });
83
83
  };
84
84
  export {
85
- z as EntityTitle
85
+ q as EntityTitle
86
86
  };
@@ -1,4 +1,4 @@
1
- const t = "_textareaRoot_bt8wk_27", e = "_textareaInput_bt8wk_31", a = {
1
+ const t = "_textareaRoot_1bpsw_53", e = "_textareaInput_1bpsw_61", a = {
2
2
  textareaRoot: t,
3
3
  textareaInput: e
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Error404.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error404.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;eACkX,CAAC;6CADxW,CAAC"}
1
+ {"version":3,"file":"Error404.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorPage/components/Error404.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;eAC+X,CAAC;6CADrX,CAAC"}
@@ -1,7 +1,7 @@
1
- const e = "_featureProgressRoot_179em_1", t = "_progressTrack_179em_5", o = "_collapsedBar_179em_12", l = "_collapsedBarComplete_179em_37", s = "_collapsedTitle_179em_46", c = "_collapsedCompleteRight_179em_50", r = "_collapsedProgressWrap_179em_68", p = "_collapsedProgressWrapHidden_179em_74", a = "_collapsedPercent_179em_78", _ = "_collapsedCloseBtn_179em_85", n = "_collapsedBarOpened_179em_89", m = "_stepsDrawer_179em_93", d = "_stepsDrawerOpened_179em_111", i = "_expandedContainer_179em_119", P = "_expandedProgressRow_179em_123", C = "_expandedProgressEmoji_179em_130", g = "_expandedPercent_179em_136", B = "_stepsList_179em_143", T = "_stepItem_179em_151", u = "_stepCircle_179em_158", x = "_stepCirclePending_179em_171", D = "_stepCircleDone_179em_177", w = "_stepText_179em_183", R = "_startTutorialButtonWrap_179em_193", W = "_startTutorialButton_179em_193", b = "_completeModalBody_179em_210", E = "_completeCelebration_179em_218", O = "_completeCelebrationSvg_179em_226", f = "_completeCone_179em_232", y = "_completeParticleA_179em_238", h = "_completeParticleB_179em_239", j = "_completeParticleC_179em_240", k = "_completeParticleD_179em_241", v = "_completeParticleE_179em_242", A = "_completeParticleF_179em_243", F = "_completeParticleG_179em_244", G = "_completeTitle_179em_377", H = "_completeDescription_179em_384", I = {
1
+ const e = "_featureProgressRoot_bvfoj_1", o = "_progressTrack_bvfoj_9", t = "_collapsedBar_bvfoj_23", l = "_collapsedBarComplete_bvfoj_73", s = "_collapsedTitle_bvfoj_91", c = "_collapsedCompleteRight_bvfoj_99", r = "_collapsedProgressWrap_bvfoj_135", p = "_collapsedProgressWrapHidden_bvfoj_147", a = "_collapsedPercent_bvfoj_155", _ = "_collapsedCloseBtn_bvfoj_169", n = "_collapsedBarOpened_bvfoj_177", d = "_stepsDrawer_bvfoj_185", i = "_stepsDrawerOpened_bvfoj_221", m = "_expandedContainer_bvfoj_237", P = "_expandedProgressRow_bvfoj_245", b = "_expandedProgressEmoji_bvfoj_259", f = "_expandedPercent_bvfoj_271", j = "_stepsList_bvfoj_285", v = "_stepItem_bvfoj_301", C = "_stepCircle_bvfoj_315", g = "_stepCirclePending_bvfoj_341", B = "_stepCircleDone_bvfoj_353", T = "_stepText_bvfoj_365", u = "_startTutorialButtonWrap_bvfoj_385", x = "_startTutorialButton_bvfoj_385", D = "_completeModalBody_bvfoj_419", w = "_completeCelebration_bvfoj_435", R = "_completeCelebrationSvg_bvfoj_451", W = "_completeCone_bvfoj_463", E = "_completeParticleA_bvfoj_475", O = "_completeParticleB_bvfoj_477", y = "_completeParticleC_bvfoj_479", h = "_completeParticleD_bvfoj_481", k = "_completeParticleE_bvfoj_483", A = "_completeParticleF_bvfoj_485", F = "_completeParticleG_bvfoj_487", G = "_completeTitle_bvfoj_753", H = "_completeDescription_bvfoj_767", I = {
2
2
  featureProgressRoot: e,
3
- progressTrack: t,
4
- collapsedBar: o,
3
+ progressTrack: o,
4
+ collapsedBar: t,
5
5
  collapsedBarComplete: l,
6
6
  collapsedTitle: s,
7
7
  collapsedCompleteRight: c,
@@ -10,36 +10,36 @@ const e = "_featureProgressRoot_179em_1", t = "_progressTrack_179em_5", o = "_co
10
10
  collapsedPercent: a,
11
11
  collapsedCloseBtn: _,
12
12
  collapsedBarOpened: n,
13
- stepsDrawer: m,
14
- stepsDrawerOpened: d,
15
- expandedContainer: i,
13
+ stepsDrawer: d,
14
+ stepsDrawerOpened: i,
15
+ expandedContainer: m,
16
16
  expandedProgressRow: P,
17
- expandedProgressEmoji: C,
18
- expandedPercent: g,
19
- stepsList: B,
20
- stepItem: T,
21
- stepCircle: u,
22
- stepCirclePending: x,
23
- stepCircleDone: D,
24
- stepText: w,
25
- startTutorialButtonWrap: R,
26
- startTutorialButton: W,
27
- completeModalBody: b,
28
- completeCelebration: E,
29
- completeCelebrationSvg: O,
30
- completeCone: f,
31
- completeParticleA: y,
32
- completeParticleB: h,
33
- completeParticleC: j,
34
- completeParticleD: k,
35
- completeParticleE: v,
17
+ expandedProgressEmoji: b,
18
+ expandedPercent: f,
19
+ stepsList: j,
20
+ stepItem: v,
21
+ stepCircle: C,
22
+ stepCirclePending: g,
23
+ stepCircleDone: B,
24
+ stepText: T,
25
+ startTutorialButtonWrap: u,
26
+ startTutorialButton: x,
27
+ completeModalBody: D,
28
+ completeCelebration: w,
29
+ completeCelebrationSvg: R,
30
+ completeCone: W,
31
+ completeParticleA: E,
32
+ completeParticleB: O,
33
+ completeParticleC: y,
34
+ completeParticleD: h,
35
+ completeParticleE: k,
36
36
  completeParticleF: A,
37
37
  completeParticleG: F,
38
38
  completeTitle: G,
39
39
  completeDescription: H
40
40
  };
41
41
  export {
42
- o as collapsedBar,
42
+ t as collapsedBar,
43
43
  l as collapsedBarComplete,
44
44
  n as collapsedBarOpened,
45
45
  _ as collapsedCloseBtn,
@@ -48,34 +48,34 @@ export {
48
48
  r as collapsedProgressWrap,
49
49
  p as collapsedProgressWrapHidden,
50
50
  s as collapsedTitle,
51
- E as completeCelebration,
52
- O as completeCelebrationSvg,
53
- f as completeCone,
51
+ w as completeCelebration,
52
+ R as completeCelebrationSvg,
53
+ W as completeCone,
54
54
  H as completeDescription,
55
- b as completeModalBody,
56
- y as completeParticleA,
57
- h as completeParticleB,
58
- j as completeParticleC,
59
- k as completeParticleD,
60
- v as completeParticleE,
55
+ D as completeModalBody,
56
+ E as completeParticleA,
57
+ O as completeParticleB,
58
+ y as completeParticleC,
59
+ h as completeParticleD,
60
+ k as completeParticleE,
61
61
  A as completeParticleF,
62
62
  F as completeParticleG,
63
63
  G as completeTitle,
64
64
  I as default,
65
- i as expandedContainer,
66
- g as expandedPercent,
67
- C as expandedProgressEmoji,
65
+ m as expandedContainer,
66
+ f as expandedPercent,
67
+ b as expandedProgressEmoji,
68
68
  P as expandedProgressRow,
69
69
  e as featureProgressRoot,
70
- t as progressTrack,
71
- W as startTutorialButton,
72
- R as startTutorialButtonWrap,
73
- u as stepCircle,
74
- D as stepCircleDone,
75
- x as stepCirclePending,
76
- T as stepItem,
77
- w as stepText,
78
- m as stepsDrawer,
79
- d as stepsDrawerOpened,
80
- B as stepsList
70
+ o as progressTrack,
71
+ x as startTutorialButton,
72
+ u as startTutorialButtonWrap,
73
+ C as stepCircle,
74
+ B as stepCircleDone,
75
+ g as stepCirclePending,
76
+ v as stepItem,
77
+ T as stepText,
78
+ d as stepsDrawer,
79
+ i as stepsDrawerOpened,
80
+ j as stepsList
81
81
  };
@@ -4,7 +4,7 @@ import { DropzoneProps, FileWithPath } from '@mantine/dropzone';
4
4
  import type { BreadcrumbItem, MediaFile } from '../MediaLibrary/types';
5
5
  import { FileType, ImagePickerGalleryCollection } from './types';
6
6
  declare const baseTabsList: readonly ["gallery", "upload", "link", "unsplash", "giphy", "googleDrive", "media"];
7
- type TabType = (typeof baseTabsList)[number];
7
+ export type TabType = (typeof baseTabsList)[number];
8
8
  export type FilePickerProps = PropsWithChildren<{
9
9
  onChange?: (v: string) => void;
10
10
  onRemove?: (e: React.MouseEvent<HTMLButtonElement>) => void;
@@ -54,7 +54,9 @@ export type FilePickerProps = PropsWithChildren<{
54
54
  onBreadcrumbClick?: (crumb: BreadcrumbItem, index: number) => void;
55
55
  onSelect?: (file: MediaFile) => void;
56
56
  };
57
+ inline?: boolean;
58
+ tab?: TabType | string;
57
59
  }>;
58
- export declare const FilePicker: ({ onChange, onRemove, onUpload, uploading, showTabs, children, width, position, readOnly, hasImage, giphyToken: _giphyToken, unsplashClientId: _unsplashClientId, type, galleryCollection, isValidMediaUrl, popoverProps, dropZoneProps, targetProps, onOpenedChange, googleDrive, mediaLibrary, }: PropsWithChildren<FilePickerProps>) => import("react/jsx-runtime").JSX.Element;
60
+ export declare const FilePicker: ({ onChange, onRemove, onUpload, uploading, showTabs, children, width, position, readOnly, hasImage, giphyToken: _giphyToken, unsplashClientId: _unsplashClientId, type, galleryCollection, isValidMediaUrl, popoverProps, dropZoneProps, targetProps, onOpenedChange, googleDrive, mediaLibrary, inline, tab: tabProp, }: PropsWithChildren<FilePickerProps>) => import("react/jsx-runtime").JSX.Element;
59
61
  export {};
60
62
  //# sourceMappingURL=FilePicker.d.ts.map