@layers-app/shared 0.4.7 → 0.4.8

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 (378) hide show
  1. package/dist/assets/default-workspace-avatar.jpg.js +1 -1
  2. package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
  3. package/dist/components/AliasTextInput/AliasTextInput.js +32 -32
  4. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
  5. package/dist/components/AppContainer/AppContainer.d.ts +1 -1
  6. package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
  7. package/dist/components/AppContainer/AppContainer.js +76 -71
  8. package/dist/components/AppContainer/AppContainer.module.css.js +14 -14
  9. package/dist/components/AppContainer/components/AppsSidebar/TopSection.d.ts.map +1 -1
  10. package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +77 -49
  11. package/dist/components/AppContainer/components/NavbarContent.d.ts.map +1 -1
  12. package/dist/components/AppContainer/components/NavbarContent.js +16 -2
  13. package/dist/components/AppContainer/components/ToolSidebar.d.ts +5 -0
  14. package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
  15. package/dist/components/AppContainer/components/ToolSidebar.js +42 -30
  16. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +90 -90
  17. package/dist/components/AppContainer/types.d.ts +12 -0
  18. package/dist/components/AppContainer/types.d.ts.map +1 -1
  19. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  20. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +0 -2
  21. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts.map +1 -1
  22. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +17 -22
  23. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +22 -22
  24. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
  25. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +120 -172
  26. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  27. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +28 -32
  28. package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts +3 -1
  29. package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
  30. package/dist/components/AttachmentsPreview/AttachmentsPreview.js +237 -93
  31. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +22 -20
  32. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +4 -4
  33. package/dist/components/Chat/CallMessage/CallMessage.module.css.js +8 -8
  34. package/dist/components/Chat/ChatBubble/ChatBubble.module.css.js +1 -1
  35. package/dist/components/Chat/ChatHeader/ChatHeader.module.css.js +1 -1
  36. package/dist/components/Chat/ChatInput/ChatInput.module.css.js +44 -44
  37. package/dist/components/Chat/ChatInput/index.d.ts +13 -1
  38. package/dist/components/Chat/ChatInput/index.d.ts.map +1 -1
  39. package/dist/components/Chat/ChatInput/index.js +264 -164
  40. package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts +16 -0
  41. package/dist/components/Chat/ChatInput/useVoiceRecorder.d.ts.map +1 -0
  42. package/dist/components/Chat/ChatInput/useVoiceRecorder.js +83 -0
  43. package/dist/components/Chat/ChatLayout/ChatLayout.module.css.js +4 -4
  44. package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +20 -16
  45. package/dist/components/Chat/ChatMessage/index.d.ts +16 -0
  46. package/dist/components/Chat/ChatMessage/index.d.ts.map +1 -1
  47. package/dist/components/Chat/ChatMessage/index.js +153 -118
  48. package/dist/components/Chat/ChatPill/ChatPill.module.css.js +1 -1
  49. package/dist/components/Chat/DialogItem/DialogItem.module.css.js +4 -4
  50. package/dist/components/Chat/DialogList/DialogList.module.css.js +1 -1
  51. package/dist/components/Chat/MediaDocument/MediaDocument.module.css.js +4 -4
  52. package/dist/components/Chat/MessageActions/MessageActions.module.css.js +1 -1
  53. package/dist/components/Chat/MessageActions/index.d.ts +2 -0
  54. package/dist/components/Chat/MessageActions/index.d.ts.map +1 -1
  55. package/dist/components/Chat/MessageActions/index.js +188 -50
  56. package/dist/components/Chat/MessageAuthor/index.d.ts +7 -1
  57. package/dist/components/Chat/MessageAuthor/index.d.ts.map +1 -1
  58. package/dist/components/Chat/MessageAuthor/index.js +39 -25
  59. package/dist/components/Chat/MessageForward/MessageForward.module.css.js +1 -1
  60. package/dist/components/Chat/MessageList/MessageList.module.css.js +14 -12
  61. package/dist/components/Chat/MessageList/index.d.ts +17 -25
  62. package/dist/components/Chat/MessageList/index.d.ts.map +1 -1
  63. package/dist/components/Chat/MessageList/index.js +201 -149
  64. package/dist/components/Chat/MessageMeta/MessageMeta.module.css.js +3 -3
  65. package/dist/components/Chat/MessageReactions/MessageReactions.module.css.js +12 -12
  66. package/dist/components/Chat/MessageReply/MessageReply.module.css.js +7 -7
  67. package/dist/components/Chat/MessageStatus/MessageStatus.module.css.js +8 -8
  68. package/dist/components/Chat/ServiceMessage/ServiceMessage.module.css.js +1 -1
  69. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  70. package/dist/components/ColorPicker/ColorPicker.module.css.js +32 -26
  71. package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -1
  72. package/dist/components/ColorPicker/ColorPickerList.js +83 -72
  73. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +1 -0
  74. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -1
  75. package/dist/components/ColorPicker/ColorPickerToolbar.js +94 -85
  76. package/dist/components/ColorPicker/icons.js +5 -5
  77. package/dist/components/ColorPicker/types.d.ts +6 -0
  78. package/dist/components/ColorPicker/types.d.ts.map +1 -1
  79. package/dist/components/ColorPicker/types.js +53 -11
  80. package/dist/components/ColorPicker/useRecentColors.d.ts +3 -1
  81. package/dist/components/ColorPicker/useRecentColors.d.ts.map +1 -1
  82. package/dist/components/ColorPicker/useRecentColors.js +43 -20
  83. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  84. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +2 -1
  85. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts.map +1 -1
  86. package/dist/components/CommentComposer/CommentEditorHotkeys.js +29 -26
  87. package/dist/components/CommentComposer/index.d.ts +1 -1
  88. package/dist/components/CommentComposer/index.d.ts.map +1 -1
  89. package/dist/components/CommentComposer/index.js +70 -68
  90. package/dist/components/CommentComposer/types.d.ts +6 -0
  91. package/dist/components/CommentComposer/types.d.ts.map +1 -1
  92. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  93. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  94. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  95. package/dist/components/CustomKBD/index.js +21 -22
  96. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
  97. package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
  98. package/dist/components/EmojiPicker/EmojiPicker.js +129 -121
  99. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  100. package/dist/components/EntityTitle/EntityTitle.d.ts +3 -4
  101. package/dist/components/EntityTitle/EntityTitle.d.ts.map +1 -1
  102. package/dist/components/EntityTitle/EntityTitle.js +81 -80
  103. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  104. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  105. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  106. package/dist/components/FilePicker/FilePicker.module.css.js +7 -7
  107. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  108. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  109. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  110. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  111. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  112. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  113. package/dist/components/FormViewer/helpers/conditions.d.ts.map +1 -1
  114. package/dist/components/FormViewer/helpers/conditions.js +33 -17
  115. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  116. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  117. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  118. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  119. package/dist/components/Loaders/styles.module.css.js +6 -6
  120. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  121. package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +23 -23
  122. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  123. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  124. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  125. package/dist/components/Notification/InfiniteScroll.d.ts +12 -0
  126. package/dist/components/Notification/InfiniteScroll.d.ts.map +1 -0
  127. package/dist/components/Notification/InfiniteScroll.js +42 -0
  128. package/dist/components/Notification/Notification.d.ts +4 -1
  129. package/dist/components/Notification/Notification.d.ts.map +1 -1
  130. package/dist/components/Notification/Notification.module.css.js +28 -4
  131. package/dist/components/Notification/atoms/ActionBadge.d.ts +11 -0
  132. package/dist/components/Notification/atoms/ActionBadge.d.ts.map +1 -0
  133. package/dist/components/Notification/atoms/ActionBadge.js +53 -0
  134. package/dist/components/Notification/atoms/ArchiveIcon.d.ts +7 -0
  135. package/dist/components/Notification/atoms/ArchiveIcon.d.ts.map +1 -0
  136. package/dist/components/Notification/atoms/ArchiveIcon.js +40 -0
  137. package/dist/components/Notification/atoms/InboxIcon.d.ts +7 -0
  138. package/dist/components/Notification/atoms/InboxIcon.d.ts.map +1 -0
  139. package/dist/components/Notification/atoms/InboxIcon.js +33 -0
  140. package/dist/components/Notification/atoms/MarkReadIcon.d.ts +7 -0
  141. package/dist/components/Notification/atoms/MarkReadIcon.d.ts.map +1 -0
  142. package/dist/components/Notification/atoms/MarkReadIcon.js +33 -0
  143. package/dist/components/Notification/atoms/ResourceIcon.d.ts +7 -0
  144. package/dist/components/Notification/atoms/ResourceIcon.d.ts.map +1 -0
  145. package/dist/components/Notification/atoms/TabBadge.d.ts +7 -0
  146. package/dist/components/Notification/atoms/TabBadge.d.ts.map +1 -0
  147. package/dist/components/Notification/atoms/TabBadge.js +32 -0
  148. package/dist/components/Notification/atoms/UnreadDot.d.ts +6 -0
  149. package/dist/components/Notification/atoms/UnreadDot.d.ts.map +1 -0
  150. package/dist/components/Notification/atoms/UnreadDot.js +23 -0
  151. package/dist/components/Notification/atoms/index.d.ts +5 -0
  152. package/dist/components/Notification/atoms/index.d.ts.map +1 -0
  153. package/dist/components/Notification/hooks/index.d.ts +8 -0
  154. package/dist/components/Notification/hooks/index.d.ts.map +1 -0
  155. package/dist/components/Notification/hooks/useInboxActions.d.ts +12 -0
  156. package/dist/components/Notification/hooks/useInboxActions.d.ts.map +1 -0
  157. package/dist/components/Notification/hooks/useInboxActions.js +58 -0
  158. package/dist/components/Notification/hooks/useInboxLoader.d.ts +8 -0
  159. package/dist/components/Notification/hooks/useInboxLoader.d.ts.map +1 -0
  160. package/dist/components/Notification/hooks/useInboxLoader.js +49 -0
  161. package/dist/components/Notification/hooks/useNotificationItem.d.ts +26 -0
  162. package/dist/components/Notification/hooks/useNotificationItem.d.ts.map +1 -0
  163. package/dist/components/Notification/hooks/useNotificationItem.js +51 -0
  164. package/dist/components/Notification/hooks/useNotificationStore.d.ts +49 -0
  165. package/dist/components/Notification/hooks/useNotificationStore.d.ts.map +1 -0
  166. package/dist/components/Notification/hooks/useNotificationStore.js +139 -0
  167. package/dist/components/Notification/hooks/useNotificationStream.d.ts +2 -0
  168. package/dist/components/Notification/hooks/useNotificationStream.d.ts.map +1 -0
  169. package/dist/components/Notification/hooks/useNotificationStream.js +86 -0
  170. package/dist/components/Notification/hooks/useNotificationTime.d.ts +2 -0
  171. package/dist/components/Notification/hooks/useNotificationTime.d.ts.map +1 -0
  172. package/dist/components/Notification/hooks/useNotificationTime.js +23 -0
  173. package/dist/components/Notification/hooks/useNotificationsApi.d.ts +25 -0
  174. package/dist/components/Notification/hooks/useNotificationsApi.d.ts.map +1 -0
  175. package/dist/components/Notification/hooks/useNotificationsApi.js +64 -0
  176. package/dist/components/Notification/lib/api.d.ts +4 -0
  177. package/dist/components/Notification/lib/api.d.ts.map +1 -0
  178. package/dist/components/Notification/lib/api.js +19 -0
  179. package/dist/components/Notification/lib/index.d.ts +5 -0
  180. package/dist/components/Notification/lib/index.d.ts.map +1 -0
  181. package/dist/components/Notification/lib/notificationText.d.ts +10 -0
  182. package/dist/components/Notification/lib/notificationText.d.ts.map +1 -0
  183. package/dist/components/Notification/lib/notificationText.js +131 -0
  184. package/dist/components/Notification/lib/stripHtml.d.ts +2 -0
  185. package/dist/components/Notification/lib/stripHtml.d.ts.map +1 -0
  186. package/dist/components/Notification/lib/stripHtml.js +6 -0
  187. package/dist/components/Notification/lib/types.d.ts +45 -0
  188. package/dist/components/Notification/lib/types.d.ts.map +1 -0
  189. package/dist/components/Notification/lib/types.js +9 -0
  190. package/dist/components/Notification/molecules/InboxEmpty.d.ts +8 -0
  191. package/dist/components/Notification/molecules/InboxEmpty.d.ts.map +1 -0
  192. package/dist/components/Notification/molecules/InboxEmpty.js +21 -0
  193. package/dist/components/Notification/molecules/InboxHeader.d.ts +17 -0
  194. package/dist/components/Notification/molecules/InboxHeader.d.ts.map +1 -0
  195. package/dist/components/Notification/molecules/InboxHeader.js +73 -0
  196. package/dist/components/Notification/molecules/InboxTabs.d.ts +15 -0
  197. package/dist/components/Notification/molecules/InboxTabs.d.ts.map +1 -0
  198. package/dist/components/Notification/molecules/InboxTabs.js +60 -0
  199. package/dist/components/Notification/molecules/NotificationActions.d.ts +9 -0
  200. package/dist/components/Notification/molecules/NotificationActions.d.ts.map +1 -0
  201. package/dist/components/Notification/molecules/NotificationActions.js +64 -0
  202. package/dist/components/Notification/molecules/NotificationAvatar.d.ts +17 -0
  203. package/dist/components/Notification/molecules/NotificationAvatar.d.ts.map +1 -0
  204. package/dist/components/Notification/molecules/NotificationAvatar.js +38 -0
  205. package/dist/components/Notification/molecules/NotificationContent.d.ts +22 -0
  206. package/dist/components/Notification/molecules/NotificationContent.d.ts.map +1 -0
  207. package/dist/components/Notification/molecules/NotificationContent.js +183 -0
  208. package/dist/components/Notification/molecules/index.d.ts +7 -0
  209. package/dist/components/Notification/molecules/index.d.ts.map +1 -0
  210. package/dist/components/Notification/organisms/InboxItem.d.ts +14 -0
  211. package/dist/components/Notification/organisms/InboxItem.d.ts.map +1 -0
  212. package/dist/components/Notification/organisms/InboxItem.js +100 -0
  213. package/dist/components/Notification/organisms/InboxPanel.d.ts +4 -0
  214. package/dist/components/Notification/organisms/InboxPanel.d.ts.map +1 -0
  215. package/dist/components/Notification/organisms/InboxPanel.js +99 -0
  216. package/dist/components/Notification/organisms/index.d.ts +3 -0
  217. package/dist/components/Notification/organisms/index.d.ts.map +1 -0
  218. package/dist/components/PillTabs/PillTabs.module.css.js +1 -1
  219. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  220. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  221. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  222. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  223. package/dist/components/modals/RemoveConfirmModal.d.ts.map +1 -1
  224. package/dist/components/modals/RemoveConfirmModal.js +27 -26
  225. package/dist/components/table/FrontTable.d.ts.map +1 -1
  226. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  227. package/dist/config/envConfig.d.ts +2 -0
  228. package/dist/config/envConfig.d.ts.map +1 -1
  229. package/dist/config/envConfig.js +29 -28
  230. package/dist/helpers/getFileIcons.js +5 -5
  231. package/dist/helpers/getFileType.d.ts.map +1 -1
  232. package/dist/helpers/getFileType.js +11 -2
  233. package/dist/helpers/platform.d.ts +1 -1
  234. package/dist/helpers/platform.d.ts.map +1 -1
  235. package/dist/helpers/platform.js +1 -0
  236. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  237. package/dist/helpers/showNotifications.module.css.js +1 -1
  238. package/dist/index.css +1 -1
  239. package/dist/index.d.ts +0 -2
  240. package/dist/index.d.ts.map +1 -1
  241. package/dist/index.js +560 -571
  242. package/dist/lang/locales/ui_en.json.js +1 -1
  243. package/dist/lang/locales/ui_es.json.js +1 -1
  244. package/dist/lang/locales/ui_ru.json.js +1 -1
  245. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.context.js +15 -0
  246. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.js +228 -0
  247. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/Audio.module.css.js +4 -0
  248. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioControls.js +19 -0
  249. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioMuteButton.js +30 -0
  250. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioPlayButton.js +40 -0
  251. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSkipButton.js +28 -0
  252. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpectrum.js +137 -0
  253. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioSpeedControl.js +31 -0
  254. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeDisplay.js +44 -0
  255. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioTimeline.js +71 -0
  256. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioVolumeSlider.js +43 -0
  257. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/components/AudioWaveform.js +166 -0
  258. package/dist/node_modules/@gfazioli/mantine-audio/dist/esm/use-audio.js +201 -0
  259. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.context.js +15 -0
  260. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.js +272 -0
  261. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/Video.module.css.js +4 -0
  262. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoCaptionsButton.js +55 -0
  263. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoControls.js +30 -0
  264. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoFullscreenButton.js +31 -0
  265. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoMuteButton.js +29 -0
  266. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPiPButton.js +29 -0
  267. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoPlayButton.js +28 -0
  268. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoSkipButton.js +27 -0
  269. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeDisplay.js +44 -0
  270. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/components/VideoTimeline.js +70 -0
  271. package/dist/node_modules/@gfazioli/mantine-video/dist/esm/use-video.js +170 -0
  272. package/docs/README.md +499 -499
  273. package/package.json +80 -79
  274. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts +0 -15
  275. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts.map +0 -1
  276. package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.js +0 -36
  277. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts +0 -14
  278. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.d.ts.map +0 -1
  279. package/dist/components/AttachmentsGalleryModal/components/LegacyAttachmentVideoPlayer.js +0 -31
  280. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts +0 -18
  281. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts.map +0 -1
  282. package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.js +0 -35
  283. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +0 -33
  284. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +0 -1
  285. package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +0 -70
  286. package/dist/components/Notification/Notification.js +0 -119
  287. package/dist/components/Notification/NotificationCard.d.ts +0 -10
  288. package/dist/components/Notification/NotificationCard.d.ts.map +0 -1
  289. package/dist/components/Notification/NotificationCard.js +0 -93
  290. package/dist/components/VideoPlayer/VideoPlayer.d.ts +0 -24
  291. package/dist/components/VideoPlayer/VideoPlayer.d.ts.map +0 -1
  292. package/dist/components/VideoPlayer/VideoPlayer.js +0 -727
  293. package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts +0 -8
  294. package/dist/components/VideoPlayer/components/MobileDrawer/index.d.ts.map +0 -1
  295. package/dist/components/VideoPlayer/components/MobileDrawer/index.js +0 -67
  296. package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts +0 -7
  297. package/dist/components/VideoPlayer/components/SelectListOptionButton.d.ts.map +0 -1
  298. package/dist/components/VideoPlayer/components/SelectListOptionButton.js +0 -44
  299. package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts +0 -9
  300. package/dist/components/VideoPlayer/components/StoryboardPreview.d.ts.map +0 -1
  301. package/dist/components/VideoPlayer/components/StoryboardPreview.js +0 -38
  302. package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts +0 -33
  303. package/dist/components/VideoPlayer/components/VideoCustomControls.d.ts.map +0 -1
  304. package/dist/components/VideoPlayer/components/VideoCustomControls.js +0 -601
  305. package/dist/components/VideoPlayer/components/VideoIcons.d.ts +0 -25
  306. package/dist/components/VideoPlayer/components/VideoIcons.d.ts.map +0 -1
  307. package/dist/components/VideoPlayer/components/VideoIcons.js +0 -145
  308. package/dist/components/VideoPlayer/components/VideoMenu.d.ts +0 -27
  309. package/dist/components/VideoPlayer/components/VideoMenu.d.ts.map +0 -1
  310. package/dist/components/VideoPlayer/components/VideoMenu.js +0 -77
  311. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts +0 -17
  312. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.d.ts.map +0 -1
  313. package/dist/components/VideoPlayer/components/VideoMobileSettingsDrawer.js +0 -289
  314. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts +0 -10
  315. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.d.ts.map +0 -1
  316. package/dist/components/VideoPlayer/components/VideoQualityMenu/index.js +0 -55
  317. package/dist/components/VideoPlayer/components/VideoSelect.d.ts +0 -10
  318. package/dist/components/VideoPlayer/components/VideoSelect.d.ts.map +0 -1
  319. package/dist/components/VideoPlayer/components/VideoSelect.js +0 -168
  320. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts +0 -12
  321. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.d.ts.map +0 -1
  322. package/dist/components/VideoPlayer/components/VideoSettingsMenu/index.js +0 -48
  323. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts +0 -25
  324. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.d.ts.map +0 -1
  325. package/dist/components/VideoPlayer/components/VideoSettingsModal/ChaptersSection.js +0 -384
  326. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts +0 -21
  327. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.d.ts.map +0 -1
  328. package/dist/components/VideoPlayer/components/VideoSettingsModal/CoverSection.js +0 -264
  329. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts +0 -10
  330. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.d.ts.map +0 -1
  331. package/dist/components/VideoPlayer/components/VideoSettingsModal/FooterActions.js +0 -39
  332. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts +0 -14
  333. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.d.ts.map +0 -1
  334. package/dist/components/VideoPlayer/components/VideoSettingsModal/ManualSubtitlesPanel.js +0 -360
  335. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts +0 -16
  336. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitleTrackRow.d.ts.map +0 -1
  337. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts +0 -14
  338. package/dist/components/VideoPlayer/components/VideoSettingsModal/SubtitlesSection.d.ts.map +0 -1
  339. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts +0 -4
  340. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.d.ts.map +0 -1
  341. package/dist/components/VideoPlayer/components/VideoSettingsModal/context.js +0 -14
  342. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts +0 -22
  343. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.d.ts.map +0 -1
  344. package/dist/components/VideoPlayer/components/VideoSettingsModal/index.js +0 -211
  345. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts +0 -11
  346. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.d.ts.map +0 -1
  347. package/dist/components/VideoPlayer/components/VideoSpeedMenu/index.js +0 -41
  348. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts +0 -10
  349. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.d.ts.map +0 -1
  350. package/dist/components/VideoPlayer/components/VideoSubtitlesMenu/index.js +0 -69
  351. package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts +0 -21
  352. package/dist/components/VideoPlayer/hooks/useStoryboard.d.ts.map +0 -1
  353. package/dist/components/VideoPlayer/hooks/useStoryboard.js +0 -91
  354. package/dist/components/VideoPlayer/index.d.ts +0 -11
  355. package/dist/components/VideoPlayer/index.d.ts.map +0 -1
  356. package/dist/components/VideoPlayer/types.d.ts +0 -101
  357. package/dist/components/VideoPlayer/types.d.ts.map +0 -1
  358. package/dist/components/VideoPlayer/utils/chapters.d.ts +0 -8
  359. package/dist/components/VideoPlayer/utils/chapters.d.ts.map +0 -1
  360. package/dist/components/VideoPlayer/utils/chapters.js +0 -38
  361. package/dist/components/VideoPlayer/utils/storyboard.d.ts +0 -5
  362. package/dist/components/VideoPlayer/utils/storyboard.d.ts.map +0 -1
  363. package/dist/components/VideoPlayer/utils/storyboard.js +0 -47
  364. package/dist/components/VideoPlayer/utils/subtitles.d.ts +0 -18
  365. package/dist/components/VideoPlayer/utils/subtitles.d.ts.map +0 -1
  366. package/dist/components/VideoPlayer/utils/subtitles.js +0 -23
  367. package/dist/components/VideoPlayer/utils/touch.d.ts +0 -3
  368. package/dist/components/VideoPlayer/utils/touch.d.ts.map +0 -1
  369. package/dist/components/VideoPlayer/utils/touch.js +0 -5
  370. package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts +0 -10
  371. package/dist/components/VideoPlayer/utils/videoPlayerUtils.d.ts.map +0 -1
  372. package/dist/components/VideoPlayer/utils/videoPlayerUtils.js +0 -22
  373. package/dist/components/VideoPlayer/utils/videoSettings.d.ts +0 -69
  374. package/dist/components/VideoPlayer/utils/videoSettings.d.ts.map +0 -1
  375. package/dist/components/VideoPlayer/utils/videoSettings.js +0 -90
  376. package/dist/videoSettings/createVideoSettingsDataSource.d.ts +0 -19
  377. package/dist/videoSettings/createVideoSettingsDataSource.d.ts.map +0 -1
  378. package/dist/videoSettings/createVideoSettingsDataSource.js +0 -127
@@ -1,80 +1,108 @@
1
- import { jsxs as s, jsx as i } from "react/jsx-runtime";
2
- import { useTranslation as u } from "react-i18next";
3
- import { Search01Icon as b, Notification02Icon as g } from "@hugeicons/core-free-icons";
4
- import { HugeiconsIcon as p } from "@hugeicons/react";
5
- import { Stack as w, ActionIcon as k, Tooltip as a, Menu as n } from "@mantine/core";
6
- import { isFeature as v } from "../../../../helpers/feature.js";
7
- import { openSearchModal as y } from "../../../../store/searchModal.js";
8
- import { Notification as A } from "../../../Notification/Notification.js";
9
- import { WorkspaceAvatar as l } from "../../../WorkspaceAvatar/WorkspaceAvatar.js";
10
- import { WorkspaceMenu as S } from "../../../WorkspaceMenu/WorkspaceMenu.js";
11
- import { useAppContainerDataStore as z } from "../../hooks/useAppContainerDataStore.js";
12
- import { AppSidebarButton as m } from "../AppSidebarButton.js";
13
- const H = ({
14
- showSearch: d = !0,
15
- showLogo: h = !1
1
+ import { jsxs as l, jsx as o } from "react/jsx-runtime";
2
+ import { useState as v } from "react";
3
+ import { useTranslation as k } from "react-i18next";
4
+ import { Search01Icon as I } from "@hugeicons/core-free-icons";
5
+ import { HugeiconsIcon as S } from "@hugeicons/react";
6
+ import { Stack as x, ActionIcon as A, Tooltip as a, Menu as s, Indicator as y } from "@mantine/core";
7
+ import { openSearchModal as z } from "../../../../store/searchModal.js";
8
+ import { InboxIcon as C } from "../../../Notification/atoms/InboxIcon.js";
9
+ import { useNotificationStore as M } from "../../../Notification/hooks/useNotificationStore.js";
10
+ import { useNotificationStream as N } from "../../../Notification/hooks/useNotificationStream.js";
11
+ import { WorkspaceAvatar as p } from "../../../WorkspaceAvatar/WorkspaceAvatar.js";
12
+ import { WorkspaceMenu as D } from "../../../WorkspaceMenu/WorkspaceMenu.js";
13
+ import { useAppContainerDataStore as T } from "../../hooks/useAppContainerDataStore.js";
14
+ import { AppSidebarButton as d } from "../AppSidebarButton.js";
15
+ import { InboxPanel as W } from "../../../Notification/organisms/InboxPanel.js";
16
+ const X = ({
17
+ showSearch: m = !0,
18
+ showLogo: f = !1
16
19
  }) => {
17
- const { t: o } = u("appContainer"), { workspaceMenu: r, isAnonym: t, publicMode: c, navbarDisplayFormat: f } = z(), e = f === "iconsAndLabels";
18
- return /* @__PURE__ */ s(w, { gap: 8, align: "center", pb: 8, children: [
19
- h ? /* @__PURE__ */ i(l, { size: 36 }) : /* @__PURE__ */ i(
20
- S,
20
+ const { t: i } = k("appContainer"), { workspaceMenu: e, isAnonym: t, publicMode: r, navbarDisplayFormat: h } = T(), u = M((g) => g.unreadCounts.all), b = e?.active?.workspaceId;
21
+ N(!t && !r, b);
22
+ const [w, c] = v(!1), n = h === "iconsAndLabels";
23
+ return /* @__PURE__ */ l(x, { gap: 8, align: "center", pb: 8, children: [
24
+ f ? /* @__PURE__ */ o(p, { size: 36 }) : /* @__PURE__ */ o(
25
+ D,
21
26
  {
22
- ...r,
27
+ ...e,
23
28
  isAnonym: t,
24
- publicMode: c,
25
- children: /* @__PURE__ */ i(
26
- k,
29
+ publicMode: r,
30
+ children: /* @__PURE__ */ o(
31
+ A,
27
32
  {
28
33
  "data-cy": "workspace-menu-trigger",
29
34
  "data-testid": "workspace-menu-trigger",
30
35
  size: "lg",
31
36
  variant: "transparent",
32
37
  style: { overflow: "visible" },
33
- children: /* @__PURE__ */ i(
38
+ children: /* @__PURE__ */ o(
34
39
  a,
35
40
  {
36
- label: r.active?.workspaceName,
37
- disabled: !r.active?.workspaceName,
41
+ label: e.active?.workspaceName,
42
+ disabled: !e.active?.workspaceName,
38
43
  openDelay: 400,
39
44
  position: "right",
40
45
  withArrow: !0,
41
- children: /* @__PURE__ */ i(l, { workspace: r.active, size: 36 })
46
+ children: /* @__PURE__ */ o(p, { workspace: e.active, size: 36 })
42
47
  }
43
48
  )
44
49
  }
45
50
  )
46
51
  }
47
52
  ),
48
- d && !t && !c && /* @__PURE__ */ i(a, { label: o("search"), position: "right", disabled: e, children: /* @__PURE__ */ i(
49
- m,
53
+ m && !t && !r && /* @__PURE__ */ o(a, { label: i("search"), position: "right", disabled: n, children: /* @__PURE__ */ o(
54
+ d,
50
55
  {
51
- title: e ? o("search") : null,
52
- icon: /* @__PURE__ */ i(p, { icon: b, size: 20 }),
56
+ title: n ? i("search") : null,
57
+ icon: /* @__PURE__ */ o(S, { icon: I, size: 20 }),
53
58
  onClick: () => {
54
- y();
59
+ z();
55
60
  }
56
61
  }
57
62
  ) }),
58
- v() && !t && /* @__PURE__ */ s(n, { position: "right-start", children: [
59
- /* @__PURE__ */ i(n.Target, { children: /* @__PURE__ */ i(
60
- a,
61
- {
62
- label: o("activity"),
63
- position: "right",
64
- disabled: e,
65
- children: /* @__PURE__ */ i(
66
- m,
63
+ !t && !r && /* @__PURE__ */ l(
64
+ s,
65
+ {
66
+ position: "right",
67
+ shadow: "md",
68
+ radius: "md",
69
+ offset: 6,
70
+ middlewares: { shift: !0, flip: !1 },
71
+ opened: w,
72
+ onChange: c,
73
+ children: [
74
+ /* @__PURE__ */ o(s.Target, { children: /* @__PURE__ */ o(
75
+ a,
67
76
  {
68
- title: e ? o("activity") : null,
69
- icon: /* @__PURE__ */ i(p, { icon: g, size: 20 })
77
+ label: i("activity"),
78
+ position: "right",
79
+ disabled: n,
80
+ children: /* @__PURE__ */ o(
81
+ d,
82
+ {
83
+ title: n ? i("activity") : null,
84
+ icon: /* @__PURE__ */ o(
85
+ y,
86
+ {
87
+ size: 8,
88
+ offset: 1,
89
+ position: "top-end",
90
+ zIndex: 1,
91
+ withBorder: !0,
92
+ disabled: u === 0,
93
+ children: /* @__PURE__ */ o(C, { size: 20 })
94
+ }
95
+ )
96
+ }
97
+ )
70
98
  }
71
- )
72
- }
73
- ) }),
74
- /* @__PURE__ */ i(n.Dropdown, { px: 4, py: 0, w: 440, children: /* @__PURE__ */ i(A, {}) })
75
- ] })
99
+ ) }),
100
+ /* @__PURE__ */ o(s.Dropdown, { w: 440, h: 565, p: 0, children: /* @__PURE__ */ o(W, { onNavigate: () => c(!1) }) })
101
+ ]
102
+ }
103
+ )
76
104
  ] });
77
105
  };
78
106
  export {
79
- H as TopSection
107
+ X as TopSection
80
108
  };
@@ -1 +1 @@
1
- {"version":3,"file":"NavbarContent.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/NavbarContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,QAAA,MAAM,aAAa,GAAI,cAAc,iBAAiB,4CAMrD,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"NavbarContent.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/NavbarContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI1C,QAAA,MAAM,aAAa,GAAI,cAAc,iBAAiB,4CAkBrD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,6 +1,20 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { ScrollArea as t, Box as l } from "@mantine/core";
3
- const s = ({ children: o }) => /* @__PURE__ */ r(t, { flex: 1, scrollbars: "y", mih: 0, type: "scroll", children: /* @__PURE__ */ r(l, { w: "var(--toolbar-width)", children: o }) });
2
+ import { ScrollArea as o, Box as e } from "@mantine/core";
3
+ const s = ({ children: t }) => /* @__PURE__ */ r(
4
+ o,
5
+ {
6
+ styles: {
7
+ content: {
8
+ height: "100%"
9
+ }
10
+ },
11
+ flex: 1,
12
+ scrollbars: "y",
13
+ mih: 0,
14
+ type: "scroll",
15
+ children: /* @__PURE__ */ r(e, { w: "var(--toolbar-width)", h: "100%", children: t })
16
+ }
17
+ );
4
18
  export {
5
19
  s as default
6
20
  };
@@ -4,6 +4,11 @@ interface ToolSidebarProps extends PropsWithChildren {
4
4
  onTitleChange?: (title?: string) => void;
5
5
  isBeta?: boolean;
6
6
  bottomSlot?: React.ReactNode;
7
+ /** When set, the resizer drives this controlled width instead of the store. */
8
+ widthOverride?: number;
9
+ onWidthChange?: (width: number) => void;
10
+ minWidth?: number;
11
+ maxWidth?: number;
7
12
  }
8
13
  export declare const ToolSidebar: (props: ToolSidebarProps) => import("react/jsx-runtime").JSX.Element;
9
14
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"ToolSidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/ToolSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA8B,MAAM,OAAO,CAAC;AAgCtE,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAyLlD,CAAC"}
1
+ {"version":3,"file":"ToolSidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/AppContainer/components/ToolSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA8B,MAAM,OAAO,CAAC;AAgCtE,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,+EAA+E;IAC/E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAqMlD,CAAC"}
@@ -1,24 +1,34 @@
1
1
  import { jsxs as t, jsx as e } from "react/jsx-runtime";
2
- import { useRef as B, useEffect as p, useMemo as W } from "react";
3
- import { useTranslation as A } from "react-i18next";
4
- import { useNavigate as L, useParams as N, useLocation as P, matchPath as V } from "react-router-dom";
5
- import { ActionIcon as k, Title as D, TextInput as F, Flex as b, Text as H, Badge as M, Drawer as R, Box as j } from "@mantine/core";
6
- import { useField as E } from "@mantine/form";
7
- import { useMediaQuery as O } from "@mantine/hooks";
8
- import { IconArrowLeft as Q } from "@tabler/icons-react";
2
+ import { useRef as N, useEffect as p, useMemo as P } from "react";
3
+ import { useTranslation as V } from "react-i18next";
4
+ import { useNavigate as k, useParams as D, useLocation as F, matchPath as H } from "react-router-dom";
5
+ import { ActionIcon as M, Title as R, TextInput as j, Flex as b, Text as E, Badge as O, Drawer as Q, Box as q } from "@mantine/core";
6
+ import { useField as G } from "@mantine/form";
7
+ import { useMediaQuery as J } from "@mantine/hooks";
8
+ import { IconArrowLeft as K } from "@tabler/icons-react";
9
9
  import { AppShell as v } from "../../AppShell/AppShell.js";
10
- import { NavbarResizer as q } from "../../NavbarResizer/NavbarResizer.js";
11
- import { useAppContainerDataStore as G } from "../hooks/useAppContainerDataStore.js";
10
+ import { NavbarResizer as U } from "../../NavbarResizer/NavbarResizer.js";
11
+ import { useAppContainerDataStore as X } from "../hooks/useAppContainerDataStore.js";
12
12
  import { appContainerStore as n } from "../hooks/useAppContainerStore.js";
13
13
  import { SidebarToggleButton as w } from "./SidebarToggleButton.js";
14
- import { SlideAnimation as J } from "./SlideAnimation.js";
14
+ import { SlideAnimation as Y } from "./SlideAnimation.js";
15
15
  import y from "../AppContainer.module.css.js";
16
- const se = (T) => {
17
- const { t: h } = A("appContainer"), { children: d, navbarTitle: i, onTitleChange: r, isBeta: S, bottomSlot: c } = T, C = L(), { showToolbar: l, toolbarWidth: I } = n.useStore(), { formId: z } = N(), m = B(r);
16
+ const ce = (T) => {
17
+ const { t: h } = V("appContainer"), {
18
+ children: d,
19
+ navbarTitle: i,
20
+ onTitleChange: r,
21
+ isBeta: C,
22
+ bottomSlot: c,
23
+ widthOverride: S,
24
+ onWidthChange: W,
25
+ minWidth: I,
26
+ maxWidth: z
27
+ } = T, B = k(), { showToolbar: l, toolbarWidth: A } = n.useStore(), { formId: L } = D(), m = N(r);
18
28
  p(() => {
19
29
  m.current = r;
20
30
  }, [r]);
21
- const f = E({
31
+ const f = G({
22
32
  initialValue: i || "",
23
33
  onValueChange: (o) => {
24
34
  m.current?.(o);
@@ -27,7 +37,7 @@ const se = (T) => {
27
37
  p(() => {
28
38
  f.setValue(i || "");
29
39
  }, [i]);
30
- const a = P(), u = G((o) => o.tools), s = W(() => u.find((o) => !!V({ path: o.path, end: !1 }, a.pathname)), [a.pathname, u]), g = O("(max-width: 768px)", !1, {
40
+ const a = F(), u = X((o) => o.tools), s = P(() => u.find((o) => !!H({ path: o.path, end: !1 }, a.pathname)), [a.pathname, u]), g = J("(max-width: 768px)", !1, {
31
41
  getInitialValueInEffect: !1
32
42
  });
33
43
  p(() => {
@@ -44,18 +54,18 @@ const se = (T) => {
44
54
  minWidth: 0
45
55
  },
46
56
  children: [
47
- s?.withBackButton && z && s.name && /* @__PURE__ */ e(
48
- k,
57
+ s?.withBackButton && L && s.name && /* @__PURE__ */ e(
58
+ M,
49
59
  {
50
- onClick: () => C(s?.path),
60
+ onClick: () => B(s?.path),
51
61
  variant: "light",
52
62
  size: "md",
53
63
  color: "gray",
54
- children: /* @__PURE__ */ e(Q, { size: 18 })
64
+ children: /* @__PURE__ */ e(K, { size: 18 })
55
65
  }
56
66
  ),
57
- /* @__PURE__ */ e(D, { order: 4, fz: 16, component: "div", style: { flex: 1, minWidth: 0 }, children: r ? /* @__PURE__ */ e(
58
- F,
67
+ /* @__PURE__ */ e(R, { order: 4, fz: 16, component: "div", style: { flex: 1, minWidth: 0 }, children: r ? /* @__PURE__ */ e(
68
+ j,
59
69
  {
60
70
  ...f.getInputProps(),
61
71
  placeholder: h("noName"),
@@ -83,7 +93,7 @@ const se = (T) => {
83
93
  }
84
94
  ) : /* @__PURE__ */ t(b, { gap: "xs", children: [
85
95
  /* @__PURE__ */ e(
86
- H,
96
+ E,
87
97
  {
88
98
  component: "span",
89
99
  className: y.toolTitleText,
@@ -97,8 +107,8 @@ const se = (T) => {
97
107
  children: i
98
108
  }
99
109
  ),
100
- S && /* @__PURE__ */ e(
101
- M,
110
+ C && /* @__PURE__ */ e(
111
+ O,
102
112
  {
103
113
  px: 8,
104
114
  py: 4,
@@ -114,7 +124,7 @@ const se = (T) => {
114
124
  }
115
125
  );
116
126
  return g ? /* @__PURE__ */ t(
117
- R,
127
+ Q,
118
128
  {
119
129
  opened: l,
120
130
  onClose: n.api.closeToolbar,
@@ -145,23 +155,25 @@ const se = (T) => {
145
155
  ]
146
156
  }
147
157
  ),
148
- /* @__PURE__ */ e(j, { flex: 1, mih: 0, style: { overflow: "auto" }, children: d }),
158
+ /* @__PURE__ */ e(q, { flex: 1, mih: 0, style: { overflow: "auto" }, children: d }),
149
159
  c
150
160
  ]
151
161
  }
152
162
  ) : /* @__PURE__ */ e(
153
- J,
163
+ Y,
154
164
  {
155
165
  show: l,
156
166
  width: "var(--toolbar-width)",
157
167
  position: "left",
158
168
  children: /* @__PURE__ */ t(v.LeftSidebar, { pos: "relative", children: [
159
169
  l && /* @__PURE__ */ e(
160
- q,
170
+ U,
161
171
  {
162
172
  position: "left",
163
- width: I,
164
- onChange: n.api.setToolbarWidth
173
+ width: S ?? A,
174
+ onChange: W ?? n.api.setToolbarWidth,
175
+ minWidth: I,
176
+ maxWidth: z
165
177
  }
166
178
  ),
167
179
  /* @__PURE__ */ t(v.Header, { pl: 16, pr: 14, children: [
@@ -175,5 +187,5 @@ const se = (T) => {
175
187
  );
176
188
  };
177
189
  export {
178
- se as ToolSidebar
190
+ ce as ToolSidebar
179
191
  };
@@ -1,9 +1,9 @@
1
- const o = "_dot_15zs5_1", e = "_line_15zs5_9", t = "_desktopFlowModal_15zs5_16", s = "_desktopFlowModalHeader_15zs5_25", n = "_desktopFlowModalHeaderCompact_15zs5_30", r = "_desktopFlowModalHeaderFloating_15zs5_36", l = "_desktopFlowModalTitle_15zs5_49", d = "_desktopFlowModalBody_15zs5_56", a = "_desktopFlowModalBodyFloating_15zs5_60", p = "_reportProblemModal_15zs5_64", _ = "_diagnosticsConsentModal_15zs5_99", c = "_diagnosticsProgressModal_15zs5_108", i = "_diagnosticsResultModal_15zs5_118", k = "_desktopUpdateCheckingModal_15zs5_127", w = "_desktopUpdateResultModal_15zs5_137", P = "_desktopUpdateAvailableModal_15zs5_147", M = "_desktopUpdateDownloadModal_15zs5_157", m = "_desktopUpdateCheckingBody_15zs5_179", z = "_desktopUpdateResultBody_15zs5_180", b = "_desktopUpdateDownloadBody_15zs5_181", g = "_desktopUpdateCheckingStack_15zs5_185", U = "_desktopUpdateSpinner_15zs5_191", u = "_desktopUpdateResultIcon_15zs5_215", f = "_desktopUpdateSuccessIcon_15zs5_223", B = "_desktopUpdateErrorIcon_15zs5_227", D = "_desktopUpdateDownloadStack_15zs5_231", F = "_desktopUpdateDownloadDescription_15zs5_240", h = "_desktopUpdateDownloadAnimation_15zs5_250", C = "_desktopUpdateDownloadMeter_15zs5_257", R = "_desktopUpdateDownloadHeader_15zs5_263", y = "_desktopUpdateRemaining_15zs5_269", I = "_desktopUpdateRemainingLabel_15zs5_276", S = "_desktopUpdateRemainingValue_15zs5_280", H = "_desktopUpdateDownloadHint_15zs5_284", O = "_diagnosticsFloatingBody_15zs5_297", x = "_helpMenuDropdown_15zs5_301", L = "_helpMenuContent_15zs5_314", T = "_helpMenuFooter_15zs5_359", A = "_helpMenuUpdateBlock_15zs5_366", v = "_helpMenuUpdateLabel_15zs5_371", V = "_helpMenuPrimaryItem_15zs5_381", E = "_helpMenuUpdateVersion_15zs5_404", W = "_reportProblemForm_15zs5_412", j = "_reportProblemOptions_15zs5_418", q = "_reportProblemOptionRoot_15zs5_424", G = "_reportProblemOptionBody_15zs5_428", J = "_reportProblemOptionInner_15zs5_433", K = "_reportProblemOptionInput_15zs5_438", N = "_reportProblemOptionLabel_15zs5_446", Q = "_flowCheckboxLabel_15zs5_447", X = "_reportProblemTextareaRoot_15zs5_462", Y = "_reportProblemTextareaWrapper_15zs5_470", Z = "_reportProblemDescriptionLabel_15zs5_474", $ = "_reportProblemTextareaInput_15zs5_484", oo = "_reportProblemActions_15zs5_501", eo = "_flowActions_15zs5_502", to = "_reportProblemButton_15zs5_511", so = "_reportProblemCancelButton_15zs5_521", no = "_reportProblemSubmitButton_15zs5_527", ro = "_flowIntroStack_15zs5_533", lo = "_flowResultStack_15zs5_534", ao = "_flowStatusIcon_15zs5_543", po = "_flowTitle_15zs5_548", _o = "_flowDescription_15zs5_583", co = "_flowDivider_15zs5_590", io = "_flowConsentDivider_15zs5_596", ko = "_flowConsentCheckbox_15zs5_600", wo = "_flowFullButton_15zs5_608", Po = "_flowProgressRoot_15zs5_619", Mo = "_flowProgressMeter_15zs5_631", mo = "_flowProgressHeader_15zs5_637", zo = "_flowProgressMeta_15zs5_644", bo = "_flowProgressMetaPrimary_15zs5_651", go = "_flowProgressMetaSecondary_15zs5_655", Uo = "_flowProgressBar_15zs5_660", uo = "_flowProgressBarSection_15zs5_668", fo = "_flowProgressHint_15zs5_681", Bo = "_diagnosticFileIcon_15zs5_694", Do = {
1
+ const o = "_dot_uyhnx_1", e = "_line_uyhnx_17", t = "_desktopFlowModal_uyhnx_31", n = "_desktopFlowModalHeader_uyhnx_49", s = "_desktopFlowModalHeaderCompact_uyhnx_59", r = "_desktopFlowModalHeaderFloating_uyhnx_71", l = "_desktopFlowModalTitle_uyhnx_97", d = "_desktopFlowModalBody_uyhnx_111", a = "_desktopFlowModalBodyFloating_uyhnx_119", p = "_reportProblemModal_uyhnx_127", _ = "_diagnosticsConsentModal_uyhnx_197", c = "_diagnosticsProgressModal_uyhnx_215", i = "_diagnosticsResultModal_uyhnx_235", u = "_desktopUpdateCheckingModal_uyhnx_253", h = "_desktopUpdateResultModal_uyhnx_273", k = "_desktopUpdateAvailableModal_uyhnx_293", w = "_desktopUpdateDownloadModal_uyhnx_313", y = "_desktopUpdateCheckingBody_uyhnx_357", x = "_desktopUpdateResultBody_uyhnx_359", P = "_desktopUpdateDownloadBody_uyhnx_361", M = "_desktopUpdateCheckingStack_uyhnx_369", m = "_desktopUpdateSpinner_uyhnx_381", b = "_desktopUpdateResultIcon_uyhnx_429", g = "_desktopUpdateSuccessIcon_uyhnx_445", U = "_desktopUpdateErrorIcon_uyhnx_453", f = "_desktopUpdateDownloadStack_uyhnx_461", B = "_desktopUpdateDownloadDescription_uyhnx_479", D = "_desktopUpdateDownloadAnimation_uyhnx_499", F = "_desktopUpdateDownloadMeter_uyhnx_513", C = "_desktopUpdateDownloadHeader_uyhnx_525", R = "_desktopUpdateRemaining_uyhnx_537", I = "_desktopUpdateRemainingLabel_uyhnx_551", S = "_desktopUpdateRemainingValue_uyhnx_559", H = "_desktopUpdateDownloadHint_uyhnx_567", O = "_diagnosticsFloatingBody_uyhnx_593", L = "_helpMenuDropdown_uyhnx_601", T = "_helpMenuContent_uyhnx_627", A = "_helpMenuFooter_uyhnx_717", v = "_helpMenuUpdateBlock_uyhnx_731", V = "_helpMenuUpdateLabel_uyhnx_741", E = "_helpMenuPrimaryItem_uyhnx_761", W = "_helpMenuUpdateVersion_uyhnx_807", j = "_reportProblemForm_uyhnx_823", q = "_reportProblemOptions_uyhnx_835", z = "_reportProblemOptionRoot_uyhnx_847", G = "_reportProblemOptionBody_uyhnx_855", J = "_reportProblemOptionInner_uyhnx_865", K = "_reportProblemOptionInput_uyhnx_875", N = "_reportProblemOptionLabel_uyhnx_891", Q = "_flowCheckboxLabel_uyhnx_893", X = "_reportProblemTextareaRoot_uyhnx_923", Y = "_reportProblemTextareaWrapper_uyhnx_939", Z = "_reportProblemDescriptionLabel_uyhnx_947", $ = "_reportProblemTextareaInput_uyhnx_967", oo = "_reportProblemActions_uyhnx_1001", eo = "_flowActions_uyhnx_1003", to = "_reportProblemButton_uyhnx_1021", no = "_reportProblemCancelButton_uyhnx_1041", so = "_reportProblemSubmitButton_uyhnx_1053", ro = "_flowIntroStack_uyhnx_1065", lo = "_flowResultStack_uyhnx_1067", ao = "_flowStatusIcon_uyhnx_1085", po = "_flowTitle_uyhnx_1095", _o = "_flowDescription_uyhnx_1165", co = "_flowDivider_uyhnx_1179", io = "_flowConsentDivider_uyhnx_1191", uo = "_flowConsentCheckbox_uyhnx_1199", ho = "_flowFullButton_uyhnx_1215", ko = "_flowProgressRoot_uyhnx_1237", wo = "_flowProgressMeter_uyhnx_1261", yo = "_flowProgressHeader_uyhnx_1273", xo = "_flowProgressMeta_uyhnx_1287", Po = "_flowProgressMetaPrimary_uyhnx_1301", Mo = "_flowProgressMetaSecondary_uyhnx_1309", mo = "_flowProgressBar_uyhnx_1319", bo = "_flowProgressBarSection_uyhnx_1335", go = "_flowProgressHint_uyhnx_1361", Uo = "_diagnosticFileIcon_uyhnx_1387", fo = {
2
2
  dot: o,
3
3
  line: e,
4
4
  desktopFlowModal: t,
5
- desktopFlowModalHeader: s,
6
- desktopFlowModalHeaderCompact: n,
5
+ desktopFlowModalHeader: n,
6
+ desktopFlowModalHeaderCompact: s,
7
7
  desktopFlowModalHeaderFloating: r,
8
8
  desktopFlowModalTitle: l,
9
9
  desktopFlowModalBody: d,
@@ -12,38 +12,38 @@ const o = "_dot_15zs5_1", e = "_line_15zs5_9", t = "_desktopFlowModal_15zs5_16",
12
12
  diagnosticsConsentModal: _,
13
13
  diagnosticsProgressModal: c,
14
14
  diagnosticsResultModal: i,
15
- desktopUpdateCheckingModal: k,
16
- desktopUpdateResultModal: w,
17
- desktopUpdateAvailableModal: P,
18
- desktopUpdateDownloadModal: M,
19
- desktopUpdateCheckingBody: m,
20
- desktopUpdateResultBody: z,
21
- desktopUpdateDownloadBody: b,
22
- desktopUpdateCheckingStack: g,
23
- desktopUpdateSpinner: U,
24
- desktopUpdateResultIcon: u,
25
- desktopUpdateSuccessIcon: f,
26
- desktopUpdateErrorIcon: B,
27
- desktopUpdateDownloadStack: D,
28
- desktopUpdateDownloadDescription: F,
29
- desktopUpdateDownloadAnimation: h,
30
- desktopUpdateDownloadMeter: C,
31
- desktopUpdateDownloadHeader: R,
32
- desktopUpdateRemaining: y,
15
+ desktopUpdateCheckingModal: u,
16
+ desktopUpdateResultModal: h,
17
+ desktopUpdateAvailableModal: k,
18
+ desktopUpdateDownloadModal: w,
19
+ desktopUpdateCheckingBody: y,
20
+ desktopUpdateResultBody: x,
21
+ desktopUpdateDownloadBody: P,
22
+ desktopUpdateCheckingStack: M,
23
+ desktopUpdateSpinner: m,
24
+ desktopUpdateResultIcon: b,
25
+ desktopUpdateSuccessIcon: g,
26
+ desktopUpdateErrorIcon: U,
27
+ desktopUpdateDownloadStack: f,
28
+ desktopUpdateDownloadDescription: B,
29
+ desktopUpdateDownloadAnimation: D,
30
+ desktopUpdateDownloadMeter: F,
31
+ desktopUpdateDownloadHeader: C,
32
+ desktopUpdateRemaining: R,
33
33
  desktopUpdateRemainingLabel: I,
34
34
  desktopUpdateRemainingValue: S,
35
35
  desktopUpdateDownloadHint: H,
36
36
  diagnosticsFloatingBody: O,
37
- helpMenuDropdown: x,
38
- helpMenuContent: L,
39
- helpMenuFooter: T,
40
- helpMenuUpdateBlock: A,
41
- helpMenuUpdateLabel: v,
42
- helpMenuPrimaryItem: V,
43
- helpMenuUpdateVersion: E,
44
- reportProblemForm: W,
45
- reportProblemOptions: j,
46
- reportProblemOptionRoot: q,
37
+ helpMenuDropdown: L,
38
+ helpMenuContent: T,
39
+ helpMenuFooter: A,
40
+ helpMenuUpdateBlock: v,
41
+ helpMenuUpdateLabel: V,
42
+ helpMenuPrimaryItem: E,
43
+ helpMenuUpdateVersion: W,
44
+ reportProblemForm: j,
45
+ reportProblemOptions: q,
46
+ reportProblemOptionRoot: z,
47
47
  reportProblemOptionBody: G,
48
48
  reportProblemOptionInner: J,
49
49
  reportProblemOptionInput: K,
@@ -56,8 +56,8 @@ const o = "_dot_15zs5_1", e = "_line_15zs5_9", t = "_desktopFlowModal_15zs5_16",
56
56
  reportProblemActions: oo,
57
57
  flowActions: eo,
58
58
  reportProblemButton: to,
59
- reportProblemCancelButton: so,
60
- reportProblemSubmitButton: no,
59
+ reportProblemCancelButton: no,
60
+ reportProblemSubmitButton: so,
61
61
  flowIntroStack: ro,
62
62
  flowResultStack: lo,
63
63
  flowStatusIcon: ao,
@@ -65,50 +65,50 @@ const o = "_dot_15zs5_1", e = "_line_15zs5_9", t = "_desktopFlowModal_15zs5_16",
65
65
  flowDescription: _o,
66
66
  flowDivider: co,
67
67
  flowConsentDivider: io,
68
- flowConsentCheckbox: ko,
69
- flowFullButton: wo,
70
- flowProgressRoot: Po,
71
- flowProgressMeter: Mo,
72
- flowProgressHeader: mo,
73
- flowProgressMeta: zo,
74
- flowProgressMetaPrimary: bo,
75
- flowProgressMetaSecondary: go,
76
- flowProgressBar: Uo,
77
- flowProgressBarSection: uo,
78
- flowProgressHint: fo,
79
- diagnosticFileIcon: Bo
68
+ flowConsentCheckbox: uo,
69
+ flowFullButton: ho,
70
+ flowProgressRoot: ko,
71
+ flowProgressMeter: wo,
72
+ flowProgressHeader: yo,
73
+ flowProgressMeta: xo,
74
+ flowProgressMetaPrimary: Po,
75
+ flowProgressMetaSecondary: Mo,
76
+ flowProgressBar: mo,
77
+ flowProgressBarSection: bo,
78
+ flowProgressHint: go,
79
+ diagnosticFileIcon: Uo
80
80
  };
81
81
  export {
82
- Do as default,
82
+ fo as default,
83
83
  t as desktopFlowModal,
84
84
  d as desktopFlowModalBody,
85
85
  a as desktopFlowModalBodyFloating,
86
- s as desktopFlowModalHeader,
87
- n as desktopFlowModalHeaderCompact,
86
+ n as desktopFlowModalHeader,
87
+ s as desktopFlowModalHeaderCompact,
88
88
  r as desktopFlowModalHeaderFloating,
89
89
  l as desktopFlowModalTitle,
90
- P as desktopUpdateAvailableModal,
91
- m as desktopUpdateCheckingBody,
92
- k as desktopUpdateCheckingModal,
93
- g as desktopUpdateCheckingStack,
94
- h as desktopUpdateDownloadAnimation,
95
- b as desktopUpdateDownloadBody,
96
- F as desktopUpdateDownloadDescription,
97
- R as desktopUpdateDownloadHeader,
90
+ k as desktopUpdateAvailableModal,
91
+ y as desktopUpdateCheckingBody,
92
+ u as desktopUpdateCheckingModal,
93
+ M as desktopUpdateCheckingStack,
94
+ D as desktopUpdateDownloadAnimation,
95
+ P as desktopUpdateDownloadBody,
96
+ B as desktopUpdateDownloadDescription,
97
+ C as desktopUpdateDownloadHeader,
98
98
  H as desktopUpdateDownloadHint,
99
- C as desktopUpdateDownloadMeter,
100
- M as desktopUpdateDownloadModal,
101
- D as desktopUpdateDownloadStack,
102
- B as desktopUpdateErrorIcon,
103
- y as desktopUpdateRemaining,
99
+ F as desktopUpdateDownloadMeter,
100
+ w as desktopUpdateDownloadModal,
101
+ f as desktopUpdateDownloadStack,
102
+ U as desktopUpdateErrorIcon,
103
+ R as desktopUpdateRemaining,
104
104
  I as desktopUpdateRemainingLabel,
105
105
  S as desktopUpdateRemainingValue,
106
- z as desktopUpdateResultBody,
107
- u as desktopUpdateResultIcon,
108
- w as desktopUpdateResultModal,
109
- U as desktopUpdateSpinner,
110
- f as desktopUpdateSuccessIcon,
111
- Bo as diagnosticFileIcon,
106
+ x as desktopUpdateResultBody,
107
+ b as desktopUpdateResultIcon,
108
+ h as desktopUpdateResultModal,
109
+ m as desktopUpdateSpinner,
110
+ g as desktopUpdateSuccessIcon,
111
+ Uo as diagnosticFileIcon,
112
112
  _ as diagnosticsConsentModal,
113
113
  O as diagnosticsFloatingBody,
114
114
  c as diagnosticsProgressModal,
@@ -116,45 +116,45 @@ export {
116
116
  o as dot,
117
117
  eo as flowActions,
118
118
  Q as flowCheckboxLabel,
119
- ko as flowConsentCheckbox,
119
+ uo as flowConsentCheckbox,
120
120
  io as flowConsentDivider,
121
121
  _o as flowDescription,
122
122
  co as flowDivider,
123
- wo as flowFullButton,
123
+ ho as flowFullButton,
124
124
  ro as flowIntroStack,
125
- Uo as flowProgressBar,
126
- uo as flowProgressBarSection,
127
- mo as flowProgressHeader,
128
- fo as flowProgressHint,
129
- zo as flowProgressMeta,
130
- bo as flowProgressMetaPrimary,
131
- go as flowProgressMetaSecondary,
132
- Mo as flowProgressMeter,
133
- Po as flowProgressRoot,
125
+ mo as flowProgressBar,
126
+ bo as flowProgressBarSection,
127
+ yo as flowProgressHeader,
128
+ go as flowProgressHint,
129
+ xo as flowProgressMeta,
130
+ Po as flowProgressMetaPrimary,
131
+ Mo as flowProgressMetaSecondary,
132
+ wo as flowProgressMeter,
133
+ ko as flowProgressRoot,
134
134
  lo as flowResultStack,
135
135
  ao as flowStatusIcon,
136
136
  po as flowTitle,
137
- L as helpMenuContent,
138
- x as helpMenuDropdown,
139
- T as helpMenuFooter,
140
- V as helpMenuPrimaryItem,
141
- A as helpMenuUpdateBlock,
142
- v as helpMenuUpdateLabel,
143
- E as helpMenuUpdateVersion,
137
+ T as helpMenuContent,
138
+ L as helpMenuDropdown,
139
+ A as helpMenuFooter,
140
+ E as helpMenuPrimaryItem,
141
+ v as helpMenuUpdateBlock,
142
+ V as helpMenuUpdateLabel,
143
+ W as helpMenuUpdateVersion,
144
144
  e as line,
145
145
  oo as reportProblemActions,
146
146
  to as reportProblemButton,
147
- so as reportProblemCancelButton,
147
+ no as reportProblemCancelButton,
148
148
  Z as reportProblemDescriptionLabel,
149
- W as reportProblemForm,
149
+ j as reportProblemForm,
150
150
  p as reportProblemModal,
151
151
  G as reportProblemOptionBody,
152
152
  J as reportProblemOptionInner,
153
153
  K as reportProblemOptionInput,
154
154
  N as reportProblemOptionLabel,
155
- q as reportProblemOptionRoot,
156
- j as reportProblemOptions,
157
- no as reportProblemSubmitButton,
155
+ z as reportProblemOptionRoot,
156
+ q as reportProblemOptions,
157
+ so as reportProblemSubmitButton,
158
158
  $ as reportProblemTextareaInput,
159
159
  X as reportProblemTextareaRoot,
160
160
  Y as reportProblemTextareaWrapper
@@ -19,6 +19,18 @@ export type AppContainerProps = {
19
19
  content?: ReactNode;
20
20
  toolbar?: ReactNode;
21
21
  rightbar?: ReactNode;
22
+ /**
23
+ * Makes the toolbar sidebar resizable with a width owned by the caller
24
+ * (independent + separately persisted) instead of the shared
25
+ * `appContainerStore.toolbarWidth`. Drag updates flow through `onChange`.
26
+ * Omit it to keep the default shared-store width.
27
+ */
28
+ toolbarResize?: {
29
+ width: number;
30
+ onChange: (width: number) => void;
31
+ minWidth?: number;
32
+ maxWidth?: number;
33
+ };
22
34
  header: ReactNode;
23
35
  navbarTitle?: string;
24
36
  displayType?: 'ROUNDED' | 'BOXED';