@layers-app/shared 0.3.9 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +10 -10
  2. package/dist/components/AnimatedFigurePage/useParallax.d.ts +2 -2
  3. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  4. package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -4
  5. package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
  6. package/dist/components/AppContainer/components/AppSidebarButton.js +15 -22
  7. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.d.ts.map +1 -1
  8. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +21 -22
  9. package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +91 -48
  11. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  12. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  13. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts +1 -3
  14. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
  15. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +63 -89
  16. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
  17. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
  18. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +26 -35
  19. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  20. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +1 -1
  21. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
  22. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +36 -43
  23. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts +0 -4
  24. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.d.ts.map +1 -1
  25. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +20 -59
  26. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +18 -28
  27. package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
  28. package/dist/components/AttachmentsPreview/AttachmentsPreview.js +18 -22
  29. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  30. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  31. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  32. package/dist/components/ColorPicker/ColorPicker.d.ts +18 -23
  33. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  34. package/dist/components/ColorPicker/ColorPicker.js +139 -145
  35. package/dist/components/ColorPicker/ColorPicker.module.css.js +8 -8
  36. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
  37. package/dist/components/ColorPicker/ColorPickerToolbar.js +88 -71
  38. package/dist/components/ColorPicker/icons.js +4 -4
  39. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  40. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
  41. package/dist/components/CommentComposer/CommentEditorHotkeys.js +4 -3
  42. package/dist/components/CommentComposer/index.js +1 -1
  43. package/dist/components/CommentComposer/useVirtualAnchor.d.ts +1 -1
  44. package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -1
  45. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  46. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  47. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  48. package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
  49. package/dist/components/EmojiPicker/EmojiPanel.js +22 -22
  50. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -1
  51. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  52. package/dist/components/EmojiPicker/EmojiPicker.js +1 -0
  53. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  54. package/dist/components/EmojiPicker/IconsPanel.js +13 -13
  55. package/dist/components/EntityIcon.d.ts.map +1 -1
  56. package/dist/components/EntityIcon.js +33 -43
  57. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  58. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  59. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  60. package/dist/components/FilePicker/FilePicker.d.ts +4 -2
  61. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  62. package/dist/components/FilePicker/FilePicker.js +241 -226
  63. package/dist/components/FilePicker/FilePicker.module.css.js +14 -12
  64. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  65. package/dist/components/FilePicker/FilePickerGallery.js +60 -34
  66. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  67. package/dist/components/FilePicker/FilePickerGiphy.js +38 -39
  68. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  69. package/dist/components/FilePicker/FilePickerLink.js +29 -26
  70. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  71. package/dist/components/FilePicker/FilePickerUnsplash.js +42 -43
  72. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  73. package/dist/components/FilePicker/FilePickerUpload.js +51 -35
  74. package/dist/components/FilePicker/coverCollections.d.ts +4 -0
  75. package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
  76. package/dist/components/FilePicker/coverCollections.js +164 -0
  77. package/dist/components/FilePicker/index.d.ts +1 -0
  78. package/dist/components/FilePicker/index.d.ts.map +1 -1
  79. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  80. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  81. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  82. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  83. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  84. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  85. package/dist/components/FormViewer/helpers/conditions.d.ts +38 -38
  86. package/dist/components/FormViewer/helpers/helpers.d.ts +38 -38
  87. package/dist/components/FormViewer/helpers/steps.d.ts +38 -38
  88. package/dist/components/FormViewer/hooks/useActiveControl.d.ts +19 -19
  89. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +38 -38
  90. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +0 -6
  91. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
  92. package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +3 -4
  93. package/dist/components/FormViewer/hooks/useFormMobile.d.ts +1 -1
  94. package/dist/components/FormViewer/hooks/useFormMobile.d.ts.map +1 -1
  95. package/dist/components/FormViewer/store/formStore.d.ts +248 -248
  96. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  97. package/dist/components/FormViewer/store/formStoreApi.d.ts +124 -124
  98. package/dist/components/FormViewer/store/selectors.d.ts +11655 -11655
  99. package/dist/components/FormViewer/types/form.d.ts +1 -1
  100. package/dist/components/FormViewer/types/form.d.ts.map +1 -1
  101. package/dist/components/FormViewer/types/schemes.d.ts +6358 -381
  102. package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
  103. package/dist/components/FormViewer/types/schemes.js +1 -1
  104. package/dist/components/GroupAvatar/index.d.ts +1 -3
  105. package/dist/components/GroupAvatar/index.d.ts.map +1 -1
  106. package/dist/components/GroupAvatar/index.js +21 -24
  107. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  108. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  109. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  110. package/dist/components/Loaders/styles.module.css.js +6 -6
  111. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  112. package/dist/components/MediaLibrary/MediaLibraryRow.js +7 -7
  113. package/dist/components/NavMenu/NavMenu.d.ts +1 -3
  114. package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
  115. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  116. package/dist/components/NavMenu/components/DnDProvider.d.ts +1 -1
  117. package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
  118. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts +1 -7
  119. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts.map +1 -1
  120. package/dist/components/NavMenu/components/NavMenuActionIcon.js +23 -21
  121. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  122. package/dist/components/NewColorPicker/components/Target.d.ts +1 -3
  123. package/dist/components/NewColorPicker/components/Target.d.ts.map +1 -1
  124. package/dist/components/NewColorPicker/components/Target.js +43 -48
  125. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  126. package/dist/components/Notification/Notification.js +1 -3
  127. package/dist/components/Notification/Notification.module.css.js +1 -1
  128. package/dist/components/Notification/NotificationCard.d.ts +1 -3
  129. package/dist/components/Notification/NotificationCard.d.ts.map +1 -1
  130. package/dist/components/Notification/NotificationCard.js +86 -87
  131. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  132. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  133. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  134. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +1 -1
  135. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -1
  136. package/dist/components/OnboardingTour/OnboardingTourWrapper.js +74 -70
  137. package/dist/components/ProjectIcon/ProjectIcon.d.ts +12 -7
  138. package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
  139. package/dist/components/ProjectIcon/ProjectIcon.js +60 -58
  140. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  141. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  142. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  143. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  144. package/dist/components/UserAvatar/index.d.ts +1 -2
  145. package/dist/components/UserAvatar/index.d.ts.map +1 -1
  146. package/dist/components/UserAvatar/index.js +35 -38
  147. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +3 -3
  148. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts.map +1 -1
  149. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +18 -19
  150. package/dist/components/WorkspaceMenu/WorkspaceItem.js +17 -17
  151. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +7 -7
  152. package/dist/components/table/FrontTable.d.ts.map +1 -1
  153. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  154. package/dist/config/envConfig.d.ts +0 -8
  155. package/dist/config/envConfig.d.ts.map +1 -1
  156. package/dist/config/envConfig.js +13 -21
  157. package/dist/helpers/getFileIcons.d.ts.map +1 -1
  158. package/dist/helpers/getFileIcons.js +45 -63
  159. package/dist/helpers/getFileType.d.ts +1 -1
  160. package/dist/helpers/getFileType.d.ts.map +1 -1
  161. package/dist/helpers/getFileType.js +8 -29
  162. package/dist/helpers/getPartOfTheDay.d.ts +1 -1
  163. package/dist/helpers/platform.d.ts +1 -1
  164. package/dist/helpers/platform.d.ts.map +1 -1
  165. package/dist/helpers/platform.js +4 -5
  166. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  167. package/dist/helpers/showNotifications.d.ts.map +1 -1
  168. package/dist/helpers/showNotifications.js +29 -30
  169. package/dist/helpers/showNotifications.module.css.js +1 -1
  170. package/dist/hooks/useOutsideClick.d.ts +1 -1
  171. package/dist/hooks/useOutsideClick.d.ts.map +1 -1
  172. package/dist/index.css +1 -1
  173. package/dist/index.d.ts +1 -2
  174. package/dist/index.d.ts.map +1 -1
  175. package/dist/index.js +465 -467
  176. package/dist/lang/locales/ui_en.json.js +20 -18
  177. package/dist/lang/locales/ui_es.json.js +14 -12
  178. package/dist/lang/locales/ui_ru.json.js +15 -13
  179. package/dist/node_modules/countries-and-timezones/esm/index.js +4011 -281
  180. package/docs/README.md +499 -499
  181. package/package.json +75 -75
  182. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +0 -6
  183. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +0 -1
  184. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +0 -16
  185. package/dist/components/TextColorIcon.d.ts +0 -8
  186. package/dist/components/TextColorIcon.d.ts.map +0 -1
  187. package/dist/components/TextColorIcon.js +0 -60
  188. package/dist/helpers/offlineSuppression.d.ts +0 -3
  189. package/dist/helpers/offlineSuppression.d.ts.map +0 -1
  190. package/dist/helpers/offlineSuppression.js +0 -8
@@ -1 +1 @@
1
- {"version":3,"file":"schemes.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/types/schemes.ts"],"names":[],"mappings":"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"}
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,4 +1,4 @@
1
- import * as o from "zod/v4";
1
+ import * as o from "zod";
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,12 +1,10 @@
1
- import React from 'react';
2
1
  import { AvatarProps } from '@mantine/core';
3
2
  export interface GroupAvatarProps extends Omit<AvatarProps, 'src'>, Omit<React.ComponentPropsWithoutRef<'div'>, keyof AvatarProps> {
4
- ref?: React.Ref<HTMLDivElement>;
5
3
  groupIcon?: string | null;
6
4
  groupId?: string;
7
5
  groupName?: string;
8
6
  size?: number | string;
9
7
  textSize?: number | string;
10
8
  }
11
- export declare const GroupAvatar: ({ groupIcon, groupId, groupName, size, ref, ...props }: GroupAvatarProps) => import("react/jsx-runtime").JSX.Element;
9
+ export declare const GroupAvatar: import("react").ForwardRefExoticComponent<GroupAvatarProps & import("react").RefAttributes<HTMLDivElement>>;
12
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
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
+ {"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,28 +1,25 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
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
- }
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
+ )
25
21
  );
22
+ n.displayName = "GroupAvatar";
26
23
  export {
27
- v as GroupAvatar
24
+ n as GroupAvatar
28
25
  };
@@ -1,51 +1,51 @@
1
- const e = "_container_z996o_1", n = "_image_z996o_12", o = "_overlay_z996o_19", _ = "_circularOverlay_z996o_25", d = "_cropArea_z996o_33", a = "_dashedBorder_z996o_39", l = "_edgeLine_z996o_46", r = "_edgeLineTop_z996o_52", c = "_edgeLineBottom_z996o_60", t = "_edgeLineLeft_z996o_68", s = "_edgeLineRight_z996o_76", h = "_cornerHandle_z996o_84", g = "_cornerHandleArm_z996o_92", i = "_handleNW_z996o_107", z = "_handleNE_z996o_123", L = "_handleSW_z996o_139", H = "_handleSE_z996o_156", m = "_edgeHandle_z996o_172", B = "_edgeHandleBar_z996o_181", E = "_handleN_z996o_107", N = "_handleS_z996o_139", S = "_handleE_z996o_213", W = "_handleW_z996o_227", p = {
1
+ const e = "_container_wajah_1", a = "_image_wajah_23", n = "_overlay_wajah_37", _ = "_circularOverlay_wajah_49", d = "_cropArea_wajah_65", h = "_dashedBorder_wajah_77", o = "_edgeLine_wajah_91", l = "_edgeLineTop_wajah_103", r = "_edgeLineBottom_wajah_119", c = "_edgeLineLeft_wajah_135", t = "_edgeLineRight_wajah_151", s = "_cornerHandle_wajah_167", g = "_cornerHandleArm_wajah_183", i = "_handleNW_wajah_213", j = "_handleNE_wajah_245", w = "_handleSW_wajah_277", L = "_handleSE_wajah_311", H = "_edgeHandle_wajah_343", m = "_edgeHandleBar_wajah_361", B = "_handleN_wajah_213", E = "_handleS_wajah_277", N = "_handleE_wajah_425", S = "_handleW_wajah_453", W = {
2
2
  container: e,
3
- image: n,
4
- overlay: o,
3
+ image: a,
4
+ overlay: n,
5
5
  circularOverlay: _,
6
6
  cropArea: d,
7
- dashedBorder: a,
8
- edgeLine: l,
9
- edgeLineTop: r,
10
- edgeLineBottom: c,
11
- edgeLineLeft: t,
12
- edgeLineRight: s,
13
- cornerHandle: h,
7
+ dashedBorder: h,
8
+ edgeLine: o,
9
+ edgeLineTop: l,
10
+ edgeLineBottom: r,
11
+ edgeLineLeft: c,
12
+ edgeLineRight: t,
13
+ cornerHandle: s,
14
14
  cornerHandleArm: g,
15
15
  handleNW: i,
16
- handleNE: z,
17
- handleSW: L,
18
- handleSE: H,
19
- edgeHandle: m,
20
- edgeHandleBar: B,
21
- handleN: E,
22
- handleS: N,
23
- handleE: S,
24
- handleW: W
16
+ handleNE: j,
17
+ handleSW: w,
18
+ handleSE: L,
19
+ edgeHandle: H,
20
+ edgeHandleBar: m,
21
+ handleN: B,
22
+ handleS: E,
23
+ handleE: N,
24
+ handleW: S
25
25
  };
26
26
  export {
27
27
  _ as circularOverlay,
28
28
  e as container,
29
- h as cornerHandle,
29
+ s as cornerHandle,
30
30
  g as cornerHandleArm,
31
31
  d as cropArea,
32
- a as dashedBorder,
33
- p as default,
34
- m as edgeHandle,
35
- B as edgeHandleBar,
36
- l as edgeLine,
37
- c as edgeLineBottom,
38
- t as edgeLineLeft,
39
- s as edgeLineRight,
40
- r as edgeLineTop,
41
- S as handleE,
42
- E as handleN,
43
- z as handleNE,
32
+ h as dashedBorder,
33
+ W as default,
34
+ H as edgeHandle,
35
+ m as edgeHandleBar,
36
+ o as edgeLine,
37
+ r as edgeLineBottom,
38
+ c as edgeLineLeft,
39
+ t as edgeLineRight,
40
+ l as edgeLineTop,
41
+ N as handleE,
42
+ B as handleN,
43
+ j as handleNE,
44
44
  i as handleNW,
45
- N as handleS,
46
- H as handleSE,
47
- L as handleSW,
48
- W as handleW,
49
- n as image,
50
- o as overlay
45
+ E as handleS,
46
+ L as handleSE,
47
+ w as handleSW,
48
+ S as handleW,
49
+ a as image,
50
+ n as overlay
51
51
  };
@@ -1,19 +1,19 @@
1
- const n = "_particle_12tge_47", t = "_iconContainer_12tge_58", o = "_iconInner_12tge_70", a = "_particleContainer_12tge_82", i = "_animationRoot_12tge_122", e = "_animationContainer_12tge_126", c = "_backgroundImage_12tge_136", r = {
1
+ const n = "_particle_46hv8_93", o = "_iconContainer_46hv8_115", a = "_iconInner_46hv8_139", t = "_particleContainer_46hv8_163", i = "_animationRoot_46hv8_243", c = "_animationContainer_46hv8_251", e = "_backgroundImage_46hv8_271", r = {
2
2
  particle: n,
3
- iconContainer: t,
4
- iconInner: o,
5
- particleContainer: a,
3
+ iconContainer: o,
4
+ iconInner: a,
5
+ particleContainer: t,
6
6
  animationRoot: i,
7
- animationContainer: e,
8
- backgroundImage: c
7
+ animationContainer: c,
8
+ backgroundImage: e
9
9
  };
10
10
  export {
11
- e as animationContainer,
11
+ c as animationContainer,
12
12
  i as animationRoot,
13
- c as backgroundImage,
13
+ e as backgroundImage,
14
14
  r as default,
15
- t as iconContainer,
16
- o as iconInner,
15
+ o as iconContainer,
16
+ a as iconInner,
17
17
  n as particle,
18
- a as particleContainer
18
+ t as particleContainer
19
19
  };
@@ -1,4 +1,4 @@
1
- const c = "_image_1gm7c_1", t = "_tickIcon_1gm7c_7", o = {
1
+ const c = "_image_12yhc_1", t = "_tickIcon_12yhc_13", o = {
2
2
  image: c,
3
3
  tickIcon: t
4
4
  };
@@ -1,9 +1,9 @@
1
- const r = "_loader_b8num_1", e = "_wrapper_b8num_10", a = {
2
- loader: r,
3
- wrapper: e
1
+ const a = "_loader_1dlax_1", r = "_wrapper_1dlax_19", e = {
2
+ loader: a,
3
+ wrapper: r
4
4
  };
5
5
  export {
6
- a as default,
7
- r as loader,
8
- e as wrapper
6
+ e as default,
7
+ a as loader,
8
+ r as wrapper
9
9
  };
@@ -1,4 +1,4 @@
1
- const r = "_originalTab_p74jz_1", e = "_customTab_p74jz_7", t = "_headerRow_p74jz_17", a = "_rowGrid_p74jz_42", o = "_breadcrumbItem_p74jz_79", c = "_breadcrumbItemActive_p74jz_91", b = {
1
+ const r = "_originalTab_60wsn_1", e = "_customTab_60wsn_13", t = "_headerRow_60wsn_33", a = "_rowGrid_60wsn_83", o = "_breadcrumbItem_60wsn_157", c = "_breadcrumbItemActive_60wsn_181", s = {
2
2
  originalTab: r,
3
3
  customTab: e,
4
4
  headerRow: t,
@@ -10,7 +10,7 @@ export {
10
10
  o as breadcrumbItem,
11
11
  c as breadcrumbItemActive,
12
12
  e as customTab,
13
- b as default,
13
+ s as default,
14
14
  t as headerRow,
15
15
  r as originalTab,
16
16
  a as rowGrid
@@ -1,5 +1,5 @@
1
1
  import { jsxs as i, jsx as o } from "react/jsx-runtime";
2
- import { memo as d } from "react";
2
+ import { memo as s } 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 = d(
13
- ({ item: e, onFolderClick: l, onSelect: m }) => {
14
- const r = e.type === "FOLDER", s = () => {
15
- r ? l?.(e) : m?.(e);
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);
16
16
  };
17
- return /* @__PURE__ */ i(n, { className: h.rowGrid, onClick: s, children: [
17
+ return /* @__PURE__ */ i(n, { className: h.rowGrid, onClick: l, 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 || "", !1, e.title),
26
+ p(e.contentType || "", !0),
27
27
  r,
28
28
  18
29
29
  ) }),
@@ -21,9 +21,7 @@ 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: ({ 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;
24
+ ActionIcon: import("react").ForwardRefExoticComponent<import("@mantine/core").ActionIconProps & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
27
25
  Label: ({ children, ...props }: PropsWithChildren<import("@mantine/core").TextProps>) => import("react/jsx-runtime").JSX.Element;
28
26
  Placeholder: ({ children, ...props }: PropsWithChildren<BoxProps>) => import("react/jsx-runtime").JSX.Element;
29
27
  };
@@ -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"}
@@ -1,23 +1,23 @@
1
- const t = "_container_1xsiz_1", e = "_depthBox_1xsiz_13", n = "_itemContainer_1xsiz_38", o = "_item_1xsiz_38", i = "_icon_1xsiz_91", _ = "_chevron_1xsiz_95", s = "_droppable_1xsiz_120", a = "_draggableOverlay_1xsiz_177", c = "_editInput_1xsiz_186", r = {
1
+ const t = "_container_t27w5_1", e = "_depthBox_t27w5_25", n = "_itemContainer_t27w5_75", o = "_item_t27w5_75", _ = "_icon_t27w5_181", a = "_chevron_t27w5_189", c = "_droppable_t27w5_239", r = "_draggableOverlay_t27w5_353", i = "_editInput_t27w5_371", d = {
2
2
  container: t,
3
3
  depthBox: e,
4
4
  itemContainer: n,
5
5
  item: o,
6
- icon: i,
7
- chevron: _,
8
- droppable: s,
9
- draggableOverlay: a,
10
- editInput: c
6
+ icon: _,
7
+ chevron: a,
8
+ droppable: c,
9
+ draggableOverlay: r,
10
+ editInput: i
11
11
  };
12
12
  export {
13
- _ as chevron,
13
+ a as chevron,
14
14
  t as container,
15
- r as default,
15
+ d as default,
16
16
  e as depthBox,
17
- a as draggableOverlay,
18
- s as droppable,
19
- c as editInput,
20
- i as icon,
17
+ r as draggableOverlay,
18
+ c as droppable,
19
+ i as editInput,
20
+ _ as icon,
21
21
  o as item,
22
22
  n as itemContainer
23
23
  };
@@ -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 | null>;
5
+ containerRef: React.RefObject<HTMLDivElement>;
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,GAAG,IAAI,CAAC,CAAC;CACtD,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,CAAC,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,4CAIzB,iBAAiB,CAAC,gBAAgB,CAAC,4CA0FrC,CAAC"}
@@ -1,9 +1,3 @@
1
- import { ComponentPropsWithoutRef } from 'react';
2
- import React from 'react';
3
1
  import { ActionIconProps } from '@mantine/core';
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 {};
2
+ export declare const NavMenuActionIcon: import("react").ForwardRefExoticComponent<ActionIconProps & Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
9
3
  //# sourceMappingURL=NavMenuActionIcon.d.ts.map
@@ -1 +1 @@
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
+ {"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,25 +1,27 @@
1
- import { jsx as m } from "react/jsx-runtime";
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import { forwardRef as i } from "react";
2
3
  import { ActionIcon as p } from "@mantine/core";
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
- }
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
+ )
22
24
  );
23
25
  export {
24
- a as NavMenuActionIcon
26
+ x as NavMenuActionIcon
25
27
  };
@@ -1,7 +1,7 @@
1
- const e = "_resizer_hdrhk_1", r = {
1
+ const e = "_resizer_1qg2p_1", s = {
2
2
  resizer: e
3
3
  };
4
4
  export {
5
- r as default,
5
+ s as default,
6
6
  e as resizer
7
7
  };
@@ -1,13 +1,11 @@
1
- import React from 'react';
2
1
  import { MantineRadius } from '@mantine/core';
3
2
  interface IProps {
4
- ref?: React.Ref<HTMLButtonElement>;
5
3
  value: Record<string, string>;
6
4
  disabled?: boolean;
7
5
  radius?: MantineRadius;
8
6
  hint?: 'tooltip' | 'title';
9
7
  withoutIcon?: boolean;
10
8
  }
11
- export declare const Target: ({ value, disabled, radius, hint, withoutIcon, ref, ...rest }: IProps) => import("react/jsx-runtime").JSX.Element;
9
+ export declare const Target: import("react").ForwardRefExoticComponent<IProps & import("react").RefAttributes<HTMLButtonElement>>;
12
10
  export {};
13
11
  //# sourceMappingURL=Target.d.ts.map
@@ -1 +1 @@
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
+ {"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,52 +1,47 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { useTranslation as s } from "react-i18next";
3
- import { Tooltip as d, Button as m, ColorSwatch as p } from "@mantine/core";
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";
4
5
  import { IconLetterA as h, IconChevronDown as b } from "@tabler/icons-react";
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
- };
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
+ );
50
45
  export {
51
- u as Target
46
+ k as Target
52
47
  };
@@ -1,19 +1,19 @@
1
- const e = "_previewBoxTitle_1xmos_1", o = "_previewBox_1xmos_1", r = "_previewContainer_1xmos_45", t = "_previewHeader_1xmos_58", i = "_headerDot_1xmos_70", s = "_previewContent_1xmos_80", n = "_processing_1xmos_103", _ = {
1
+ const e = "_previewBoxTitle_p1noi_1", o = "_previewBox_p1noi_1", i = "_previewContainer_p1noi_89", n = "_previewHeader_p1noi_115", r = "_headerDot_p1noi_139", p = "_previewContent_p1noi_159", t = "_processing_p1noi_205", _ = {
2
2
  previewBoxTitle: e,
3
3
  previewBox: o,
4
- previewContainer: r,
5
- previewHeader: t,
6
- headerDot: i,
7
- previewContent: s,
8
- processing: n
4
+ previewContainer: i,
5
+ previewHeader: n,
6
+ headerDot: r,
7
+ previewContent: p,
8
+ processing: t
9
9
  };
10
10
  export {
11
11
  _ as default,
12
- i as headerDot,
12
+ r as headerDot,
13
13
  o as previewBox,
14
14
  e as previewBoxTitle,
15
- r as previewContainer,
16
- s as previewContent,
17
- t as previewHeader,
18
- n as processing
15
+ i as previewContainer,
16
+ p as previewContent,
17
+ n as previewHeader,
18
+ t as processing
19
19
  };
@@ -70,9 +70,7 @@ const J = () => {
70
70
  {
71
71
  isFocused: o === s,
72
72
  notification: t,
73
- ref: (z) => {
74
- u.current[o] = z;
75
- }
73
+ ref: (z) => u.current[o] = z
76
74
  }
77
75
  )
78
76
  },
@@ -1,4 +1,4 @@
1
- const e = "_headerCounter_1kh0c_1", t = {
1
+ const e = "_headerCounter_10kmq_1", t = {
2
2
  headerCounter: e
3
3
  };
4
4
  export {