@layers-app/shared 0.3.8 → 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 (200) 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 +21 -19
  33. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  34. package/dist/components/ColorPicker/ColorPicker.js +144 -136
  35. package/dist/components/ColorPicker/ColorPicker.module.css.js +31 -0
  36. package/dist/components/ColorPicker/ColorPickerList.d.ts +6 -0
  37. package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -0
  38. package/dist/components/ColorPicker/ColorPickerList.js +134 -0
  39. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +13 -0
  40. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -0
  41. package/dist/components/ColorPicker/ColorPickerToolbar.js +149 -0
  42. package/dist/components/ColorPicker/icons.d.ts +11 -0
  43. package/dist/components/ColorPicker/icons.d.ts.map +1 -0
  44. package/dist/components/ColorPicker/icons.js +71 -0
  45. package/dist/components/ColorPicker/types.d.ts +49 -0
  46. package/dist/components/ColorPicker/types.d.ts.map +1 -0
  47. package/dist/components/ColorPicker/types.js +10 -0
  48. package/dist/components/ColorPicker/useRecentColors.d.ts +13 -0
  49. package/dist/components/ColorPicker/useRecentColors.d.ts.map +1 -0
  50. package/dist/components/ColorPicker/useRecentColors.js +39 -0
  51. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  52. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
  53. package/dist/components/CommentComposer/CommentEditorHotkeys.js +4 -3
  54. package/dist/components/CommentComposer/index.js +1 -1
  55. package/dist/components/CommentComposer/useVirtualAnchor.d.ts +1 -1
  56. package/dist/components/CommentComposer/useVirtualAnchor.d.ts.map +1 -1
  57. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  58. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  59. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  60. package/dist/components/EmojiPicker/EmojiPanel.d.ts.map +1 -1
  61. package/dist/components/EmojiPicker/EmojiPanel.js +22 -22
  62. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
  63. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  64. package/dist/components/EmojiPicker/EmojiPicker.js +1 -0
  65. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  66. package/dist/components/EmojiPicker/IconsPanel.js +13 -13
  67. package/dist/components/EntityIcon.d.ts.map +1 -1
  68. package/dist/components/EntityIcon.js +33 -43
  69. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  70. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  71. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  72. package/dist/components/FilePicker/FilePicker.d.ts +4 -2
  73. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  74. package/dist/components/FilePicker/FilePicker.js +241 -226
  75. package/dist/components/FilePicker/FilePicker.module.css.js +14 -12
  76. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  77. package/dist/components/FilePicker/FilePickerGallery.js +60 -34
  78. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  79. package/dist/components/FilePicker/FilePickerGiphy.js +38 -39
  80. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  81. package/dist/components/FilePicker/FilePickerLink.js +29 -26
  82. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  83. package/dist/components/FilePicker/FilePickerUnsplash.js +42 -43
  84. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  85. package/dist/components/FilePicker/FilePickerUpload.js +51 -35
  86. package/dist/components/FilePicker/coverCollections.d.ts +4 -0
  87. package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
  88. package/dist/components/FilePicker/coverCollections.js +164 -0
  89. package/dist/components/FilePicker/index.d.ts +1 -0
  90. package/dist/components/FilePicker/index.d.ts.map +1 -1
  91. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  92. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  93. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  94. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  95. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  96. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  97. package/dist/components/FormViewer/helpers/conditions.d.ts +38 -38
  98. package/dist/components/FormViewer/helpers/helpers.d.ts +38 -38
  99. package/dist/components/FormViewer/helpers/steps.d.ts +38 -38
  100. package/dist/components/FormViewer/hooks/useActiveControl.d.ts +19 -19
  101. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +38 -38
  102. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +0 -6
  103. package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
  104. package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +3 -4
  105. package/dist/components/FormViewer/hooks/useFormMobile.d.ts +1 -1
  106. package/dist/components/FormViewer/hooks/useFormMobile.d.ts.map +1 -1
  107. package/dist/components/FormViewer/store/formStore.d.ts +248 -248
  108. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  109. package/dist/components/FormViewer/store/formStoreApi.d.ts +124 -124
  110. package/dist/components/FormViewer/store/selectors.d.ts +11655 -11655
  111. package/dist/components/FormViewer/types/form.d.ts +1 -1
  112. package/dist/components/FormViewer/types/form.d.ts.map +1 -1
  113. package/dist/components/FormViewer/types/schemes.d.ts +6358 -381
  114. package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
  115. package/dist/components/FormViewer/types/schemes.js +1 -1
  116. package/dist/components/GroupAvatar/index.d.ts +1 -3
  117. package/dist/components/GroupAvatar/index.d.ts.map +1 -1
  118. package/dist/components/GroupAvatar/index.js +21 -24
  119. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  120. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  121. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  122. package/dist/components/Loaders/styles.module.css.js +6 -6
  123. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  124. package/dist/components/MediaLibrary/MediaLibraryRow.js +7 -7
  125. package/dist/components/NavMenu/NavMenu.d.ts +1 -3
  126. package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
  127. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  128. package/dist/components/NavMenu/components/DnDProvider.d.ts +1 -1
  129. package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
  130. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts +1 -7
  131. package/dist/components/NavMenu/components/NavMenuActionIcon.d.ts.map +1 -1
  132. package/dist/components/NavMenu/components/NavMenuActionIcon.js +23 -21
  133. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  134. package/dist/components/NewColorPicker/components/Target.d.ts +1 -3
  135. package/dist/components/NewColorPicker/components/Target.d.ts.map +1 -1
  136. package/dist/components/NewColorPicker/components/Target.js +43 -48
  137. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  138. package/dist/components/Notification/Notification.js +1 -3
  139. package/dist/components/Notification/Notification.module.css.js +1 -1
  140. package/dist/components/Notification/NotificationCard.d.ts +1 -3
  141. package/dist/components/Notification/NotificationCard.d.ts.map +1 -1
  142. package/dist/components/Notification/NotificationCard.js +86 -87
  143. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  144. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  145. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  146. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts +1 -1
  147. package/dist/components/OnboardingTour/OnboardingTourWrapper.d.ts.map +1 -1
  148. package/dist/components/OnboardingTour/OnboardingTourWrapper.js +74 -70
  149. package/dist/components/ProjectIcon/ProjectIcon.d.ts +12 -7
  150. package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
  151. package/dist/components/ProjectIcon/ProjectIcon.js +60 -58
  152. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  153. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  154. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  155. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  156. package/dist/components/UserAvatar/index.d.ts +1 -2
  157. package/dist/components/UserAvatar/index.d.ts.map +1 -1
  158. package/dist/components/UserAvatar/index.js +35 -38
  159. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts +3 -3
  160. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.d.ts.map +1 -1
  161. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +18 -19
  162. package/dist/components/WorkspaceMenu/WorkspaceItem.js +17 -17
  163. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +7 -7
  164. package/dist/components/table/FrontTable.d.ts.map +1 -1
  165. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  166. package/dist/config/brand.js +8 -8
  167. package/dist/config/envConfig.d.ts +0 -8
  168. package/dist/config/envConfig.d.ts.map +1 -1
  169. package/dist/config/envConfig.js +13 -21
  170. package/dist/helpers/getFileIcons.d.ts.map +1 -1
  171. package/dist/helpers/getFileIcons.js +45 -63
  172. package/dist/helpers/getFileType.d.ts +1 -1
  173. package/dist/helpers/getFileType.d.ts.map +1 -1
  174. package/dist/helpers/getFileType.js +8 -29
  175. package/dist/helpers/getPartOfTheDay.d.ts +1 -1
  176. package/dist/helpers/platform.d.ts +1 -1
  177. package/dist/helpers/platform.d.ts.map +1 -1
  178. package/dist/helpers/platform.js +4 -5
  179. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  180. package/dist/helpers/showNotifications.d.ts.map +1 -1
  181. package/dist/helpers/showNotifications.js +29 -30
  182. package/dist/helpers/showNotifications.module.css.js +1 -1
  183. package/dist/hooks/useOutsideClick.d.ts +1 -1
  184. package/dist/hooks/useOutsideClick.d.ts.map +1 -1
  185. package/dist/index.css +1 -1
  186. package/dist/index.d.ts +6 -1
  187. package/dist/index.d.ts.map +1 -1
  188. package/dist/index.js +509 -498
  189. package/dist/lang/locales/ui_en.json.js +20 -18
  190. package/dist/lang/locales/ui_es.json.js +14 -12
  191. package/dist/lang/locales/ui_ru.json.js +15 -13
  192. package/dist/node_modules/countries-and-timezones/esm/index.js +4011 -281
  193. package/docs/README.md +499 -499
  194. package/package.json +75 -75
  195. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts +0 -6
  196. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.d.ts.map +0 -1
  197. package/dist/components/AttachmentsGalleryModal/components/UnsupportedSection.js +0 -16
  198. package/dist/helpers/offlineSuppression.d.ts +0 -3
  199. package/dist/helpers/offlineSuppression.d.ts.map +0 -1
  200. package/dist/helpers/offlineSuppression.js +0 -8
@@ -1,31 +1,33 @@
1
- const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "No results found", chooseColor: "Choose color", categories: { activity: "Activities", custom: "Custom", flags: "Flags", foods: "Food and drinks", frequent: "Recent", nature: "Animals and nature", objects: "Objects", people: "Emotions and people", places: "Travel and places", symbols: "Symbols", additional: "Additional" } }, o = { label: "Image", change: "Change" }, i = { colorGradients: "Colors and gradients", jamesWebbTelescope: "Telescope", nasaArchive: "Planet", theIndianEdition: "Cyberpunk", theMetMuseum: "Museum", theMetMuseumPatterns: "Pattern", theMetMuseumJapanesePrints: "Nature", rijkmuseum: "Black hole" }, a = { gallery: "Gallery", upload: "Upload", uploadFile: "Upload file", maxFileSize: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", link: "Link", searchImages: "Search Image", pasteLink: "Paste an image link...", submitLink: "Apply", worksWithAnyImage: "Works with any image from the Internet", searchImage: "Search for an image...", noResult: "No image found for your query.", change: "Change cover", invalidLink: "Invalid link", position: "Reposition", dragSave: "Save position", dragCancel: "Cancel", photoBy: "By", googleDrive: "Google Drive", media: "Media" }, r = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Connect Google Drive", connectDescription: "Connect your Google Drive account to import files", disconnect: "Disconnect", openPicker: "Open Google Drive", importing: "Importing file...", importComplete: "File imported successfully", importFailed: "Failed to import file", retry: "Try again", description: "Import a file from your Google Drive", goToSettings: "Connect Google Drive in Settings to import files", searchFiles: "Search Google Drive" }, t = { color: "Color", background: "Background", colors: { standard: "Standard", gray: "Gray", grey: "Grey", brown: "Brown", orange: "Orange", yellow: "Yellow", green: "Green", teal: "Teal", blue: "Blue", indigo: "Indigo", purple: "Purple", violet: "Violet", pink: "Pink", red: "Red", dark: "Dark" } }, n = { save: "Save" }, s = "Remove", l = "Error", c = "Drag images here or click to select files", d = { dropFileHere: { image: "Drag images here or click to select files", video: "Drag videos here or click to select files", audio: "Drag audio files here or click to select files", file: "Drag files here or click to select files" }, description: { image: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", video: "Maximum file size: {{maxSize}}MB.", audio: "Maximum file size: {{maxSize}}MB.", file: "Maximum file size: {{maxSize}}MB.", avatar: "Images wider than 256×256 px are recommended. Maximum file size: {{maxSize}}MB." }, errors: { typeIsNotAllowed: "This file type is not supported", shouldNotExceed: "File size should not exceed {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Please upload no more than one file." } }, u = { download: "Download", zoomOut: "Zoom out", zoomIn: "Zoom in", close: "Close", fileError: "Upload failed. Please try again.", unsupportedTitle: "Preview is not available", unsupportedBody: "This file type can't be opened in the browser. Download it to view in the right app." }, m = { day_one: "{{count}} day ago", day_other: "{{count}} days ago", hour_one: "{{count}} hour ago", hour_other: "{{count}} hours ago", minute_one: "{{count}} minute ago", minute_other: "{{count}} minutes ago", second_one: "{{count}} second ago", second_other: "{{count}} seconds ago", justNow: "just now", shortDay: "{{count}}d ago.", shortHour: "{{count}}h ago.", shortMinute: "{{count}}m ago.", shortSecond: "{{count}}s ago.", shortJustNow: "now." }, g = {
1
+ const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "No results found", chooseColor: "Choose color", categories: { activity: "Activities", custom: "Custom", flags: "Flags", foods: "Food and drinks", frequent: "Recent", nature: "Animals and nature", objects: "Objects", people: "Emotions and people", places: "Travel and places", symbols: "Symbols", additional: "Additional" } }, o = { label: "Image", change: "Change" }, a = { colorGradients: "Colors and gradients", jamesWebbTelescope: "Telescope", nasaArchive: "Planet", theIndianEdition: "Cyberpunk", theMetMuseum: "Museum", theMetMuseumPatterns: "Pattern", theMetMuseumJapanesePrints: "Nature", rijkmuseum: "Black hole" }, i = { gallery: "Gallery", upload: "Upload", uploadFile: "Upload file", maxFileSize: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", link: "Link", searchImages: "Search Image", pasteLink: "Paste an image link...", submitLink: "Apply", worksWithAnyImage: "Works with any image from the Internet", searchImage: "Search for an image", searchGifs: "Search for GIFs…", noResult: "No image found for your query.", change: "Change cover", invalidLink: "Invalid link", position: "Reposition", dragSave: "Save position", dragCancel: "Cancel", photoBy: "By", googleDrive: "Google Drive", media: "Media" }, r = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Connect Google Drive", connectDescription: "Connect your Google Drive account to import files", disconnect: "Disconnect", openPicker: "Open Google Drive", importing: "Importing file...", importComplete: "File imported successfully", importFailed: "Failed to import file", retry: "Try again", description: "Import a file from your Google Drive", goToSettings: "Connect Google Drive in Settings to import files", searchFiles: "Search Google Drive" }, n = { color: "Color", background: "Background", colors: { standard: "Standard", gray: "Gray", grey: "Grey", brown: "Brown", orange: "Orange", yellow: "Yellow", green: "Green", teal: "Teal", blue: "Blue", indigo: "Indigo", purple: "Purple", violet: "Violet", pink: "Pink", red: "Red", dark: "Dark" } }, t = { save: "Save" }, s = "Remove", l = "Error", c = "Load more", d = "Drag & drop an image or <choose>choose a file</choose> to upload", u = { dropFileHere: { image: "Drag & drop an image or <choose>choose a file</choose> to upload", video: "Drag & drop a video or <choose>choose a file</choose> to upload", audio: "Drag & drop an audio file or <choose>choose a file</choose> to upload", file: "Drag & drop a file or <choose>choose a file</choose> to upload", avatar: "Drag & drop an image or <choose>choose a file</choose> to upload" }, description: { image: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", video: "Maximum file size: {{maxSize}}MB.", audio: "Maximum file size: {{maxSize}}MB.", file: "Maximum file size: {{maxSize}}MB.", avatar: "Images wider than 256×256 px are recommended. Maximum file size: {{maxSize}}MB." }, pasteLink: { image: "Paste an image link...", video: "Paste a video link...", audio: "Paste an audio link...", file: "Paste a file link...", avatar: "Paste an image link..." }, errors: { typeIsNotAllowed: "This file type is not supported", shouldNotExceed: "File size should not exceed {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Please upload no more than one file." } }, m = { download: "Download", zoomOut: "Zoom out", zoomIn: "Zoom in", close: "Close", fileError: "Upload failed. Please try again." }, g = { day_one: "{{count}} day ago", day_other: "{{count}} days ago", hour_one: "{{count}} hour ago", hour_other: "{{count}} hours ago", minute_one: "{{count}} minute ago", minute_other: "{{count}} minutes ago", second_one: "{{count}} second ago", second_other: "{{count}} seconds ago", justNow: "just now", shortDay: "{{count}}d ago.", shortHour: "{{count}}h ago.", shortMinute: "{{count}}m ago.", shortSecond: "{{count}}s ago.", shortJustNow: "now." }, p = {
2
2
  emojiPicker: e,
3
3
  uploadImage: o,
4
- coverGroups: i,
5
- changeCover: a,
4
+ coverGroups: a,
5
+ changeCover: i,
6
6
  externalDrive: r,
7
- colorPicker: t,
8
- customDrawer: n,
7
+ colorPicker: n,
8
+ customDrawer: t,
9
9
  remove: s,
10
10
  errorMessage: l,
11
- dropFileHere: c,
12
- filePicker: d,
13
- gallery: u,
14
- relativeTime: m
11
+ loadMore: c,
12
+ dropFileHere: d,
13
+ filePicker: u,
14
+ gallery: m,
15
+ relativeTime: g
15
16
  };
16
17
  export {
17
- a as changeCover,
18
- t as colorPicker,
19
- i as coverGroups,
20
- n as customDrawer,
21
- g as default,
22
- c as dropFileHere,
18
+ i as changeCover,
19
+ n as colorPicker,
20
+ a as coverGroups,
21
+ t as customDrawer,
22
+ p as default,
23
+ d as dropFileHere,
23
24
  e as emojiPicker,
24
25
  l as errorMessage,
25
26
  r as externalDrive,
26
- d as filePicker,
27
- u as gallery,
28
- m as relativeTime,
27
+ u as filePicker,
28
+ m as gallery,
29
+ c as loadMore,
30
+ g as relativeTime,
29
31
  s as remove,
30
32
  o as uploadImage
31
33
  };
@@ -1,31 +1,33 @@
1
- const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoResults: "No se encontraron resultados", chooseColor: "Elegir color", categories: { activity: "Actividades", custom: "Personalizado", flags: "Banderas", foods: "Comida y bebidas", frequent: "Usados frecuentemente", nature: "Animales y naturaleza", objects: "Objetos", people: "Emociones y personas", places: "Viajes y lugares", symbols: "Símbolos" } }, o = { label: "Imagen", change: "Cambiar" }, a = { colorGradients: "Colores y degradados", jamesWebbTelescope: "Telescopio", nasaArchive: "Planeta", theIndianEdition: "Cyberpunk", theMetMuseum: "Museo", theMetMuseumPatterns: "Patrón", theMetMuseumJapanesePrints: "Naturaleza", rijkmuseum: "Agujero negro" }, r = { gallery: "Galería", upload: "Subir", uploadFile: "Subir archivo", maxFileSize: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", link: "Enlace", searchImages: "Buscar imagen", pasteLink: "Pegar enlace de imagen...", submitLink: "Aplicar", worksWithAnyImage: "Funciona con cualquier imagen de Internet", searchImage: "Buscar imagen...", noResult: "No se encontró ninguna imagen para tu búsqueda.", change: "Cambiar portada", invalidLink: "Enlace inválido", position: "Reposicionar", dragSave: "Guardar posición", dragCancel: "Cancelar", photoBy: "Por", googleDrive: "Google Drive", media: "Media" }, i = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Conectar Google Drive", connectDescription: "Conecta tu cuenta de Google Drive para importar archivos", disconnect: "Desconectar", openPicker: "Abrir Google Drive", importing: "Importando archivo...", importComplete: "Archivo importado exitosamente", importFailed: "Error al importar archivo", retry: "Intentar de nuevo", description: "Importar un archivo desde tu Google Drive", goToSettings: "Conecta Google Drive en Configuración para importar archivos", searchFiles: "Buscar en Google Drive" }, n = { color: "Color", background: "Fondo", colors: { standard: "Estándar", gray: "Gris", grey: "Gris", brown: "Marrón", orange: "Naranja", yellow: "Amarillo", green: "Verde", teal: "Verde azulado", blue: "Azul", indigo: "Índigo", purple: "Púrpura", violet: "Violeta", pink: "Rosa", red: "Rojo", dark: "Negro" } }, c = { save: "Guardar" }, s = "Eliminar", t = "Error", l = "Arrastra imágenes aquí o haz clic para seleccionar archivos", d = { dropFileHere: { image: "Arrastra imágenes aquí o haz clic para seleccionar archivos", video: "Arrastra videos aquí o haz clic para seleccionar archivos", audio: "Arrastra archivos de audio aquí o haz clic para seleccionar archivos", file: "Arrastra archivos aquí o haz clic para seleccionar archivos" }, description: { image: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", video: "Tamaño máximo de archivo: {{maxSize}}MB.", audio: "Tamaño máximo de archivo: {{maxSize}}MB.", file: "Tamaño máximo de archivo: {{maxSize}}MB.", avatar: "Se recomiendan imágenes de más de 256×256 px. Tamaño máximo de archivo: {{maxSize}}MB." }, errors: { typeIsNotAllowed: "Este tipo de archivo no es compatible", shouldNotExceed: "El tamaño del archivo no debe exceder {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Por favor, carga no más de un archivo." } }, u = { download: "Descargar", zoomOut: "Alejar", zoomIn: "Acercar", close: "Cerrar", fileError: "La carga falló. Por favor, inténtalo de nuevo.", unsupportedTitle: "Vista previa no disponible", unsupportedBody: "Este tipo de archivo no se puede abrir en el navegador. Descárgalo para verlo en la aplicación adecuada." }, m = { day_one: "hace {{count}} día", day_other: "hace {{count}} días", hour_one: "hace {{count}} hora", hour_other: "hace {{count}} horas", minute_one: "hace {{count}} minuto", minute_other: "hace {{count}} minutos", second_one: "hace {{count}} segundo", second_other: "hace {{count}} segundos", justNow: "ahora mismo", shortDay: "hace {{count}}d.", shortHour: "hace {{count}}h.", shortMinute: "hace {{count}}m.", shortSecond: "hace {{count}}s.", shortJustNow: "ahora." }, h = {
1
+ const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoResults: "No se encontraron resultados", chooseColor: "Elegir color", categories: { activity: "Actividades", custom: "Personalizado", flags: "Banderas", foods: "Comida y bebidas", frequent: "Usados frecuentemente", nature: "Animales y naturaleza", objects: "Objetos", people: "Emociones y personas", places: "Viajes y lugares", symbols: "Símbolos" } }, o = { label: "Imagen", change: "Cambiar" }, a = { colorGradients: "Colores y degradados", jamesWebbTelescope: "Telescopio", nasaArchive: "Planeta", theIndianEdition: "Cyberpunk", theMetMuseum: "Museo", theMetMuseumPatterns: "Patrón", theMetMuseumJapanesePrints: "Naturaleza", rijkmuseum: "Agujero negro" }, r = { gallery: "Galería", upload: "Subir", uploadFile: "Subir archivo", maxFileSize: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", link: "Enlace", searchImages: "Buscar imagen", pasteLink: "Pegar enlace de imagen...", submitLink: "Aplicar", worksWithAnyImage: "Funciona con cualquier imagen de Internet", searchImage: "Buscar imagen", searchGifs: "Buscar GIF…", noResult: "No se encontró ninguna imagen para tu búsqueda.", change: "Cambiar portada", invalidLink: "Enlace inválido", position: "Reposicionar", dragSave: "Guardar posición", dragCancel: "Cancelar", photoBy: "Por", googleDrive: "Google Drive", media: "Media" }, i = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Conectar Google Drive", connectDescription: "Conecta tu cuenta de Google Drive para importar archivos", disconnect: "Desconectar", openPicker: "Abrir Google Drive", importing: "Importando archivo...", importComplete: "Archivo importado exitosamente", importFailed: "Error al importar archivo", retry: "Intentar de nuevo", description: "Importar un archivo desde tu Google Drive", goToSettings: "Conecta Google Drive en Configuración para importar archivos", searchFiles: "Buscar en Google Drive" }, n = { color: "Color", background: "Fondo", colors: { standard: "Estándar", gray: "Gris", grey: "Gris", brown: "Marrón", orange: "Naranja", yellow: "Amarillo", green: "Verde", teal: "Verde azulado", blue: "Azul", indigo: "Índigo", purple: "Púrpura", violet: "Violeta", pink: "Rosa", red: "Rojo", dark: "Negro" } }, s = { save: "Guardar" }, c = "Eliminar", t = "Error", l = "Cargar más", u = "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", d = { dropFileHere: { image: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", video: "Arrastra y suelta un vídeo o <choose>elige un archivo</choose> para subirlo", audio: "Arrastra y suelta un archivo de audio o <choose>elige un archivo</choose> para subirlo", file: "Arrastra y suelta un archivo o <choose>elige un archivo</choose> para subirlo", avatar: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo" }, description: { image: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", video: "Tamaño máximo de archivo: {{maxSize}}MB.", audio: "Tamaño máximo de archivo: {{maxSize}}MB.", file: "Tamaño máximo de archivo: {{maxSize}}MB.", avatar: "Se recomiendan imágenes de más de 256×256 px. Tamaño máximo de archivo: {{maxSize}}MB." }, pasteLink: { image: "Pega un enlace a la imagen...", video: "Pega un enlace al vídeo...", audio: "Pega un enlace al audio...", file: "Pega un enlace al archivo...", avatar: "Pega un enlace a la imagen..." }, errors: { typeIsNotAllowed: "Este tipo de archivo no es compatible", shouldNotExceed: "El tamaño del archivo no debe exceder {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Por favor, carga no más de un archivo." } }, m = { download: "Descargar", zoomOut: "Alejar", zoomIn: "Acercar", close: "Cerrar", fileError: "La carga falló. Por favor, inténtalo de nuevo." }, h = { day_one: "hace {{count}} día", day_other: "hace {{count}} días", hour_one: "hace {{count}} hora", hour_other: "hace {{count}} horas", minute_one: "hace {{count}} minuto", minute_other: "hace {{count}} minutos", second_one: "hace {{count}} segundo", second_other: "hace {{count}} segundos", justNow: "ahora mismo", shortDay: "hace {{count}}d.", shortHour: "hace {{count}}h.", shortMinute: "hace {{count}}m.", shortSecond: "hace {{count}}s.", shortJustNow: "ahora." }, g = {
2
2
  emojiPicker: e,
3
3
  uploadImage: o,
4
4
  coverGroups: a,
5
5
  changeCover: r,
6
6
  externalDrive: i,
7
7
  colorPicker: n,
8
- customDrawer: c,
9
- remove: s,
8
+ customDrawer: s,
9
+ remove: c,
10
10
  errorMessage: t,
11
- dropFileHere: l,
11
+ loadMore: l,
12
+ dropFileHere: u,
12
13
  filePicker: d,
13
- gallery: u,
14
- relativeTime: m
14
+ gallery: m,
15
+ relativeTime: h
15
16
  };
16
17
  export {
17
18
  r as changeCover,
18
19
  n as colorPicker,
19
20
  a as coverGroups,
20
- c as customDrawer,
21
- h as default,
22
- l as dropFileHere,
21
+ s as customDrawer,
22
+ g as default,
23
+ u as dropFileHere,
23
24
  e as emojiPicker,
24
25
  t as errorMessage,
25
26
  i as externalDrive,
26
27
  d as filePicker,
27
- u as gallery,
28
- m as relativeTime,
29
- s as remove,
28
+ m as gallery,
29
+ l as loadMore,
30
+ h as relativeTime,
31
+ c as remove,
30
32
  o as uploadImage
31
33
  };
@@ -1,31 +1,33 @@
1
- const e = { searchResults: "Результаты поиска", searchNoResults: "Результаты не найдены", icons: "Иконки", chooseColor: "Выбрать цвет", categories: { activity: "Активности", custom: "Свои", flags: "Флаги", foods: "Еда и напитки", frequent: "Часто используемые", nature: "Животные и природа", objects: "Предметы", people: "Эмоции и люди", places: "Путешествия и места", symbols: "Символы", additional: "Дополнительные" } }, o = { colorGradients: "Цвета и градиенты", jamesWebbTelescope: "Телескоп", nasaArchive: "Планета", theIndianEdition: "Киберпанк", theMetMuseum: "Музей", theMetMuseumPatterns: "Паттерн", theMetMuseumJapanesePrints: "Природа", rijkmuseum: "Черная дыра" }, t = { gallery: "Галерея", upload: "Загрузить", uploadFile: "Загрузить файл", maxFileSize: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", link: "Ссылка", searchImages: "Поиск изображения", pasteLink: "Вставьте ссылку на изображение...", submitLink: "Применить", worksWithAnyImage: "Работает с любыми изображениями из Интернета", searchImage: "Поиск изображения...", noResult: "По вашему запросу изображений не найдено", change: "Изменить обложку", invalidLink: "Неверная ссылка", position: "Изменить Позицию", dragSave: "Сохранить", dragCancel: "Отменить", photoBy: "Автор", googleDrive: "Google Drive", media: "Медиа" }, n = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Подключить Google Drive", connectDescription: "Подключите Google Drive для импорта файлов", disconnect: "Отключить", openPicker: "Открыть Google Drive", importing: "Импорт файла...", importComplete: "Файл успешно импортирован", importFailed: "Не удалось импортировать файл", retry: "Попробовать снова", description: "Импортировать файл из Google Drive", goToSettings: "Подключите Google Drive в Настройках для импорта файлов", searchFiles: "Поиск в Google Drive" }, r = { label: "Изображение", change: "Изменить" }, i = { color: "Цвет", background: "Подложка", colors: { standard: "Стандартный", gray: "Серый", grey: "Серый", brown: "Коричневый", orange: "Оранжевый", yellow: "Жёлтый", green: "Зелёный", teal: "Бирюзовый", blue: "Синий", indigo: "Индиго", purple: "Фиолетовый", violet: "Фиолетовый", pink: "Розовый", red: "Красный", dark: "Чёрный" } }, a = { save: "Сохранить" }, s = "Удалить", c = "Ошибка", u = "Перетащите изображения сюда или нажмите, чтобы выбрать файлы", l = { dropFileHere: { image: "Перетащите изображения сюда или нажмите, чтобы выбрать файлы", video: "Перетащите видео сюда или нажмите, чтобы выбрать файлы", audio: "Перетащите аудио файлы сюда или нажмите, чтобы выбрать файлы", file: "Перетащите файлы сюда или нажмите, чтобы выбрать файлы" }, description: { image: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", video: "Максимальный размер файла: {{maxSize}}МБ.", audio: "Максимальный размер файла: {{maxSize}}МБ.", file: "Максимальный размер файла: {{maxSize}}МБ.", avatar: "Рекомендуются изображения шире 256×256 px. Максимальный размер файла: {{maxSize}}МБ." }, errors: { typeIsNotAllowed: "Этот тип файла не поддерживается", shouldNotExceed: "Размер файла не должен превышать {{maxSize}} МБ.", doNotUploadMoreThanSingleFile: "Пожалуйста, загрузите не более одного файла." } }, d = { download: "Скачать", zoomOut: "Уменьшить", zoomIn: "Приблизить", close: "Закрыть", fileError: "Загрузка не удалась. Попробуйте снова.", unsupportedTitle: "Предпросмотр недоступен", unsupportedBody: "Этот формат нельзя открыть в браузере. Скачайте файл, чтобы посмотреть его в подходящем приложении." }, m = { day_one: "{{count}} день назад", day_few: "{{count}} дня назад", day_many: "{{count}} дней назад", day_other: "{{count}} дней назад", hour_one: "{{count}} час назад", hour_few: "{{count}} часа назад", hour_many: "{{count}} часов назад", hour_other: "{{count}} часов назад", minute_one: "{{count}} минута назад", minute_few: "{{count}} минуты назад", minute_many: "{{count}} минут назад", minute_other: "{{count}} минут назад", second_one: "{{count}} секунда назад", second_few: "{{count}} секунды назад", second_many: "{{count}} секунд назад", second_other: "{{count}} секунд назад", justNow: "только что", shortDay: "{{count}}д назад.", shortHour: "{{count}}ч назад.", shortMinute: "{{count}}м назад.", shortSecond: "{{count}}с назад.", shortJustNow: "сейчас." }, g = {
2
- emojiPicker: e,
3
- coverGroups: o,
1
+ const o = { searchResults: "Результаты поиска", searchNoResults: "Результаты не найдены", icons: "Иконки", chooseColor: "Выбрать цвет", categories: { activity: "Активности", custom: "Свои", flags: "Флаги", foods: "Еда и напитки", frequent: "Часто используемые", nature: "Животные и природа", objects: "Предметы", people: "Эмоции и люди", places: "Путешествия и места", symbols: "Символы", additional: "Дополнительные" } }, e = { colorGradients: "Цвета и градиенты", jamesWebbTelescope: "Телескоп", nasaArchive: "Планета", theIndianEdition: "Киберпанк", theMetMuseum: "Музей", theMetMuseumPatterns: "Паттерн", theMetMuseumJapanesePrints: "Природа", rijkmuseum: "Черная дыра" }, t = { gallery: "Галерея", upload: "Загрузить", uploadFile: "Загрузить файл", maxFileSize: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", link: "Ссылка", searchImages: "Поиск изображения", pasteLink: "Вставьте ссылку на изображение...", submitLink: "Применить", worksWithAnyImage: "Работает с любыми изображениями из Интернета", searchImage: "Поиск изображения…", searchGifs: "Поиск GIF…", noResult: "По вашему запросу изображений не найдено", change: "Изменить обложку", invalidLink: "Неверная ссылка", position: "Изменить Позицию", dragSave: "Сохранить", dragCancel: "Отменить", photoBy: "Автор", googleDrive: "Google Drive", media: "Медиа" }, n = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Подключить Google Drive", connectDescription: "Подключите Google Drive для импорта файлов", disconnect: "Отключить", openPicker: "Открыть Google Drive", importing: "Импорт файла...", importComplete: "Файл успешно импортирован", importFailed: "Не удалось импортировать файл", retry: "Попробовать снова", description: "Импортировать файл из Google Drive", goToSettings: "Подключите Google Drive в Настройках для импорта файлов", searchFiles: "Поиск в Google Drive" }, r = { label: "Изображение", change: "Изменить" }, i = { color: "Цвет", background: "Подложка", colors: { standard: "Стандартный", gray: "Серый", grey: "Серый", brown: "Коричневый", orange: "Оранжевый", yellow: "Жёлтый", green: "Зелёный", teal: "Бирюзовый", blue: "Синий", indigo: "Индиго", purple: "Фиолетовый", violet: "Фиолетовый", pink: "Розовый", red: "Красный", dark: "Чёрный" } }, s = { save: "Сохранить" }, a = "Удалить", c = "Ошибка", l = "Загрузить ещё", u = "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить", d = { dropFileHere: { image: "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить", video: "Перетащите видео или <choose>выберите файл</choose>, чтобы загрузить", audio: "Перетащите аудиофайл или <choose>выберите файл</choose>, чтобы загрузить", file: "Перетащите файл или <choose>выберите файл</choose>, чтобы загрузить", avatar: "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить" }, description: { image: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", video: "Максимальный размер файла: {{maxSize}}МБ.", audio: "Максимальный размер файла: {{maxSize}}МБ.", file: "Максимальный размер файла: {{maxSize}}МБ.", avatar: "Рекомендуются изображения шире 256×256 px. Максимальный размер файла: {{maxSize}}МБ." }, pasteLink: { image: "Вставьте ссылку на изображение...", video: "Вставьте ссылку на видео...", audio: "Вставьте ссылку на аудио...", file: "Вставьте ссылку на файл...", avatar: "Вставьте ссылку на изображение..." }, errors: { typeIsNotAllowed: "Этот тип файла не поддерживается", shouldNotExceed: "Размер файла не должен превышать {{maxSize}} МБ.", doNotUploadMoreThanSingleFile: "Пожалуйста, загрузите не более одного файла." } }, h = { download: "Скачать", zoomOut: "Уменьшить", zoomIn: "Приблизить", close: "Закрыть", fileError: "Загрузка не удалась. Попробуйте снова." }, m = { day_one: "{{count}} день назад", day_few: "{{count}} дня назад", day_many: "{{count}} дней назад", day_other: "{{count}} дней назад", hour_one: "{{count}} час назад", hour_few: "{{count}} часа назад", hour_many: "{{count}} часов назад", hour_other: "{{count}} часов назад", minute_one: "{{count}} минута назад", minute_few: "{{count}} минуты назад", minute_many: "{{count}} минут назад", minute_other: "{{count}} минут назад", second_one: "{{count}} секунда назад", second_few: "{{count}} секунды назад", second_many: "{{count}} секунд назад", second_other: "{{count}} секунд назад", justNow: "только что", shortDay: "{{count}}д назад.", shortHour: "{{count}}ч назад.", shortMinute: "{{count}}м назад.", shortSecond: "{{count}}с назад.", shortJustNow: "сейчас." }, g = {
2
+ emojiPicker: o,
3
+ coverGroups: e,
4
4
  changeCover: t,
5
5
  externalDrive: n,
6
6
  uploadImage: r,
7
7
  colorPicker: i,
8
- customDrawer: a,
9
- remove: s,
8
+ customDrawer: s,
9
+ remove: a,
10
10
  errorMessage: c,
11
+ loadMore: l,
11
12
  dropFileHere: u,
12
- filePicker: l,
13
- gallery: d,
13
+ filePicker: d,
14
+ gallery: h,
14
15
  relativeTime: m
15
16
  };
16
17
  export {
17
18
  t as changeCover,
18
19
  i as colorPicker,
19
- o as coverGroups,
20
- a as customDrawer,
20
+ e as coverGroups,
21
+ s as customDrawer,
21
22
  g as default,
22
23
  u as dropFileHere,
23
- e as emojiPicker,
24
+ o as emojiPicker,
24
25
  c as errorMessage,
25
26
  n as externalDrive,
26
- l as filePicker,
27
- d as gallery,
27
+ d as filePicker,
28
+ h as gallery,
29
+ l as loadMore,
28
30
  m as relativeTime,
29
- s as remove,
31
+ a as remove,
30
32
  r as uploadImage
31
33
  };