quickblox-react-ui-kit 0.5.0-beta.1 → 0.5.0-beta.2
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.
- package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts.map +1 -1
- package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts.map +1 -1
- package/dist/Presentation/ui-components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/Presentation/ui-components/CheckBox/CheckBox.d.ts.map +1 -1
- package/dist/index-ui.js +49 -43
- package/package.json +1 -1
- package/src/Presentation/Views/DialogInfo/DialogInfo.scss +3 -19
- package/src/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.scss +0 -17
- package/src/Presentation/Views/DialogInfo/MembersList/MembersList.scss +0 -1
- package/src/Presentation/Views/EditDialog/EditDialog.scss +1 -38
- package/src/Presentation/Views/Flow/CreateDialog/CreateDialog.scss +17 -42
- package/src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx +38 -35
- package/src/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.tsx +2 -2
- package/src/Presentation/Views/InviteMembers/InviteMembers.scss +4 -33
- package/src/Presentation/Views/InviteMembers/InviteMembers.tsx +17 -7
- package/src/Presentation/components/UI/Buttons/MainButton/MainButton.css +5 -10
- package/src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.scss +0 -5
- package/src/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.scss +0 -2
- package/src/Presentation/components/containers/ColumnContainer/ColumnContainer.scss +1 -10
- package/src/Presentation/themes/styles/_theme_colors_scheme.scss +1 -1
- package/src/Presentation/themes/styles/_theme_dark.scss +4 -3
- package/src/Presentation/themes/styles/_theme_light.scss +2 -1
- package/src/Presentation/ui-components/Avatar/Avatar.scss +8 -4
- package/src/Presentation/ui-components/Avatar/Avatar.tsx +0 -2
- package/src/Presentation/ui-components/Avatar/avatar.stories.tsx +2 -2
- package/src/Presentation/ui-components/Button/Button.scss +4 -5
- package/src/Presentation/ui-components/CheckBox/CheckBox.scss +29 -1
- package/src/Presentation/ui-components/CheckBox/CheckBox.tsx +8 -7
- package/src/Presentation/ui-components/DialogWindow/DialogWindow.scss +7 -3
- package/src/Presentation/ui-components/DialogWindow/DialogWindow.stories.tsx +8 -0
- package/src/Presentation/ui-components/Header/Header.scss +3 -1
- package/src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.scss +3 -1
- package/src/Presentation/ui-components/Message/Message.scss +0 -1
- package/src/Presentation/ui-components/MessageInput/MessageInput.stories.tsx +3 -3
- package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.ts +2 -2
- package/src/Presentation/ui-components/SettingsItem/SettingsItem.scss +1 -2
- package/src/Presentation/ui-components/SettingsItem/SettingsItem.stories.tsx +7 -7
- package/src/Presentation/ui-components/TextField/TextField.scss +2 -3
- package/src/Presentation/ui-components/UserListItem/UserListItem.scss +2 -3
- package/src/Presentation/ui-components/UserListItem/UserListItem.stories.tsx +17 -4
- package/storybook-static/167.88fc69a9.iframe.bundle.js +1 -0
- package/storybook-static/294.b81cdbca.iframe.bundle.js +1 -0
- package/storybook-static/363.2cb21716.iframe.bundle.js +2 -0
- package/storybook-static/363.2cb21716.iframe.bundle.js.LICENSE.txt +44 -0
- package/storybook-static/364.988cd801.iframe.bundle.js +1 -0
- package/storybook-static/488.3cd3942e.iframe.bundle.js +1 -0
- package/storybook-static/559.9e64a6f5.iframe.bundle.js +2 -0
- package/storybook-static/559.9e64a6f5.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/735.82f96f8a.iframe.bundle.js +2 -0
- package/storybook-static/735.82f96f8a.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/756.92971caf.iframe.bundle.js +405 -0
- package/storybook-static/756.92971caf.iframe.bundle.js.LICENSE.txt +19 -0
- package/storybook-static/756.92971caf.iframe.bundle.js.map +1 -0
- package/storybook-static/844.642791cb.iframe.bundle.js +95 -0
- package/storybook-static/844.642791cb.iframe.bundle.js.LICENSE.txt +19 -0
- package/storybook-static/844.642791cb.iframe.bundle.js.map +1 -0
- package/storybook-static/936.8546c1d8.iframe.bundle.js +1 -0
- package/storybook-static/961.c94da456.iframe.bundle.js +2 -0
- package/storybook-static/961.c94da456.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.b363e9a1.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.b363e9a1.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.85dd97b0.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.85dd97b0.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-Button-Button-stories.1b030a58.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Button-Button-stories.1b030a58.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.cd797979.iframe.bundle.js +1 -0
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.0d762d0d.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.0d762d0d.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.eb7d6a47.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.eb7d6a47.iframe.bundle.js.LICENSE.txt +15 -0
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.9b27ad00.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.9b27ad00.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-Header-Header-stories.85ea0a7f.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Header-Header-stories.85ea0a7f.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.7391dde4.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.7391dde4.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-Message-Message-stories.6f9e723d.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Message-Message-stories.6f9e723d.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.1f01374c.iframe.bundle.js +1 -0
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.b927d1e1.iframe.bundle.js +1 -0
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.34dfadb1.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.34dfadb1.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.9b4eff15.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.9b4eff15.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.d74853ab.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.d74853ab.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.db85d4ac.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.db85d4ac.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.5c245f2b.iframe.bundle.js +1 -0
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.65dee6f0.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.65dee6f0.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/docs-Introduction-mdx.5addfa61.iframe.bundle.js +1 -0
- package/storybook-static/docs-Styling-mdx.9f4235f1.iframe.bundle.js +1 -0
- package/storybook-static/favicon.svg +1 -7
- package/storybook-static/iframe.html +175 -19
- package/storybook-static/index.html +100 -46
- package/storybook-static/index.json +1 -1
- package/storybook-static/main.4f17bc46.iframe.bundle.js +1 -0
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/runtime~main.a64d2b1e.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +331 -0
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +51 -0
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +402 -0
- package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +242 -0
- package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/interactions-11/manager-bundle.js +222 -0
- package/storybook-static/sb-addons/onboarding-1/manager-bundle.js +127 -0
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
- package/storybook-static/sb-common-assets/favicon.svg +1 -0
- package/storybook-static/sb-manager/globals-module-info.js +1046 -1
- package/storybook-static/sb-manager/globals-runtime.js +41239 -0
- package/storybook-static/sb-manager/globals.js +48 -1
- package/storybook-static/sb-manager/runtime.js +12048 -1
- package/storybook-static/sb-preview/globals.js +33 -1
- package/storybook-static/sb-preview/runtime.js +7725 -90
- package/storybook-static/208.5b4db3b7.iframe.bundle.js +0 -508
- package/storybook-static/208.5b4db3b7.iframe.bundle.js.map +0 -1
- package/storybook-static/294.3eb6fe57.iframe.bundle.js +0 -1
- package/storybook-static/305.8c6a9b9c.iframe.bundle.js +0 -1
- package/storybook-static/421.0bbb0e61.iframe.bundle.js +0 -1
- package/storybook-static/457.6ff065bd.iframe.bundle.js +0 -352
- package/storybook-static/457.6ff065bd.iframe.bundle.js.map +0 -1
- package/storybook-static/503.769aa420.iframe.bundle.js +0 -1
- package/storybook-static/647.be358768.iframe.bundle.js +0 -1
- package/storybook-static/71.badb5d90.iframe.bundle.js +0 -157
- package/storybook-static/71.badb5d90.iframe.bundle.js.map +0 -1
- package/storybook-static/857.fdf27d25.iframe.bundle.js +0 -1
- package/storybook-static/994.d260ec82.iframe.bundle.js +0 -39
- package/storybook-static/994.d260ec82.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.f12c0e50.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.f12c0e50.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.848c045d.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.848c045d.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Button-Button-stories.0a264f7c.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Button-Button-stories.0a264f7c.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.e500567e.iframe.bundle.js +0 -10
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.e500567e.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.053f39b6.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.053f39b6.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.8d572e56.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.8d572e56.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.68f79f53.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.68f79f53.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Header-Header-stories.e2972795.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Header-Header-stories.e2972795.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.8eb761ce.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.8eb761ce.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Message-Message-stories.b5b1775d.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Message-Message-stories.b5b1775d.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.e55416f1.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.419df5dd.iframe.bundle.js +0 -10
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.419df5dd.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.c17043ac.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.c17043ac.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.3fd8b734.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.3fd8b734.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.c943f648.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.c943f648.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.30586294.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.30586294.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.24db9b3e.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.24db9b3e.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.04902be9.iframe.bundle.js +0 -14
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.04902be9.iframe.bundle.js.map +0 -1
- package/storybook-static/docs-Introduction-mdx.4b40f479.iframe.bundle.js +0 -10
- package/storybook-static/docs-Introduction-mdx.4b40f479.iframe.bundle.js.map +0 -1
- package/storybook-static/docs-Styling-mdx.55077e67.iframe.bundle.js +0 -10
- package/storybook-static/docs-Styling-mdx.55077e67.iframe.bundle.js.map +0 -1
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/logo192.png +0 -0
- package/storybook-static/logo512.png +0 -0
- package/storybook-static/main.c0c1b229.iframe.bundle.js +0 -1
- package/storybook-static/manifest.json +0 -25
- package/storybook-static/robots.txt +0 -3
- package/storybook-static/runtime~main.94227b12.iframe.bundle.js +0 -1
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +0 -12
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +0 -62
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +0 -18
- package/storybook-static/sb-addons/essentials-measure-5/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-measure-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-6/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-outline-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-4/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-toolbars-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-7/manager-bundle.js +0 -12
- package/storybook-static/sb-addons/interactions-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/viewport-8/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/viewport-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/fonts.css +0 -31
- package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-MXTFSDU5.js +0 -1
- package/storybook-static/sb-manager/chunk-5QAFKPS7.js +0 -7
- package/storybook-static/sb-manager/chunk-7PRFHFSS.js +0 -9
- package/storybook-static/sb-manager/chunk-XE6LDGTE.js +0 -406
- package/storybook-static/sb-manager/chunk-YDUB7CS6.js +0 -348
- package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +0 -1
- package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +0 -156
- package/storybook-static/sb-manager/index.js +0 -1
- package/storybook-static/sb-manager/syntaxhighlighter-MJWPISIS-JOSCT6CQ.js +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Avatar-avatar-stories.7b228eb0.chunk.css +0 -3
- package/storybook-static/static/css/Presentation-ui-components-Avatar-avatar-stories.7b228eb0.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Badge-Badge-stories.7b8317f8.chunk.css +0 -3
- package/storybook-static/static/css/Presentation-ui-components-Badge-Badge-stories.7b8317f8.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Button-Button-stories.1b6e1c55.chunk.css +0 -4
- package/storybook-static/static/css/Presentation-ui-components-Button-Button-stories.1b6e1c55.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-DialogBanner-DialogBanner-stories.bd07fad3.chunk.css +0 -3
- package/storybook-static/static/css/Presentation-ui-components-DialogBanner-DialogBanner-stories.bd07fad3.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.6d563072.chunk.css +0 -7
- package/storybook-static/static/css/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.6d563072.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-DialogWindow-DialogWindow-stories.4f813450.chunk.css +0 -6
- package/storybook-static/static/css/Presentation-ui-components-DialogWindow-DialogWindow-stories.4f813450.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Dropdown-Dropdown-stories.e37f549d.chunk.css +0 -5
- package/storybook-static/static/css/Presentation-ui-components-Dropdown-Dropdown-stories.e37f549d.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Header-Header-stories.fb1001e7.chunk.css +0 -4
- package/storybook-static/static/css/Presentation-ui-components-Header-Header-stories.fb1001e7.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Loader-Loader-stories.dab34da1.chunk.css +0 -3
- package/storybook-static/static/css/Presentation-ui-components-Loader-Loader-stories.dab34da1.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Message-Message-stories.aca0e085.chunk.css +0 -14
- package/storybook-static/static/css/Presentation-ui-components-Message-Message-stories.aca0e085.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-MessageInput-MessageInput-stories.7eb916fc.chunk.css +0 -7
- package/storybook-static/static/css/Presentation-ui-components-MessageInput-MessageInput-stories.7eb916fc.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.34aa36b2.chunk.css +0 -3
- package/storybook-static/static/css/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.34aa36b2.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Placeholder-Placeholder-stories.cb7fb80a.chunk.css +0 -3
- package/storybook-static/static/css/Presentation-ui-components-Placeholder-Placeholder-stories.cb7fb80a.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.31cd021e.chunk.css +0 -3
- package/storybook-static/static/css/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.31cd021e.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-SettingsItem-SettingsItem-stories.b67b748b.chunk.css +0 -5
- package/storybook-static/static/css/Presentation-ui-components-SettingsItem-SettingsItem-stories.b67b748b.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-TextField-TextField-stories.412027f8.chunk.css +0 -4
- package/storybook-static/static/css/Presentation-ui-components-TextField-TextField-stories.412027f8.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-Toast-Toast-stories.a5b284f4.chunk.css +0 -754
- package/storybook-static/static/css/Presentation-ui-components-Toast-Toast-stories.a5b284f4.chunk.css.map +0 -1
- package/storybook-static/static/css/Presentation-ui-components-UserListItem-UserListItem-stories.655aa6c1.chunk.css +0 -7
- package/storybook-static/static/css/Presentation-ui-components-UserListItem-UserListItem-stories.655aa6c1.chunk.css.map +0 -1
- package/storybook-static/static/css/main.a921485c.css +0 -5
- package/storybook-static/static/css/main.a921485c.css.map +0 -1
- package/storybook-static/static/media/add-contact.e7e7b8b15edebe99cae9c46963126e7c.svg +0 -3
- package/storybook-static/static/media/add.5cbe1f2c489b81396863f7128e3d26e7.svg +0 -3
- package/storybook-static/static/media/admin.476c2854d7ad23f2afdedac2d9bd6815.svg +0 -3
- package/storybook-static/static/media/archive.d0a72898f3c47a4194d18f560a54e109.svg +0 -3
- package/storybook-static/static/media/arrow-left.5005351d4fa6a7c074dd9780fb49dcc8.svg +0 -3
- package/storybook-static/static/media/arrow-right.1be3b599e21158807fdf72f4976179a2.svg +0 -3
- package/storybook-static/static/media/attachment.a58b8549f46ae5bbe93be779cd9f2037.svg +0 -3
- package/storybook-static/static/media/audio-file.40179c472f715fc74d4da607da96aa5e.svg +0 -3
- package/storybook-static/static/media/back.b541e72fe05542e145575c8851558998.svg +0 -3
- package/storybook-static/static/media/banned.c7c74bfa1c833263f3ab42d0529132d1.svg +0 -3
- package/storybook-static/static/media/broadcast.55273926379e5f486ccfdfab1a310b2d.svg +0 -7
- package/storybook-static/static/media/broken-file.bc084278a0d284b7901b47f24001caa6.svg +0 -3
- package/storybook-static/static/media/camera-off.8e01960815ce7620a1039d0fc5f758b2.svg +0 -3
- package/storybook-static/static/media/camera-on.ddd56e36fa505d618ab772e23c8381e6.svg +0 -3
- package/storybook-static/static/media/camera.a5a215695fba60146e649094188f37e2.svg +0 -3
- package/storybook-static/static/media/chat-filled.aaf0b778d198e7b8f632a68299a8fd13.svg +0 -3
- package/storybook-static/static/media/chat.59cd437f21fe7043682dd04cbe6377be.svg +0 -3
- package/storybook-static/static/media/check-off.0c0256f00eeb75770ffc2fbd2b59eab0.svg +0 -3
- package/storybook-static/static/media/check-on.80442753ef6922df1913453f50099315.svg +0 -3
- package/storybook-static/static/media/close.c145af996de81b25f3930bf36d88b161.svg +0 -3
- package/storybook-static/static/media/conference.ffbdf37c0510c796138f18e6c1205204.svg +0 -3
- package/storybook-static/static/media/contact-filled.f04f56ba3f98ade5d7ced7814d8a5fa8.svg +0 -3
- package/storybook-static/static/media/contact.40a8b8104c3a448b81108ffede850963.svg +0 -3
- package/storybook-static/static/media/copy.100bd0fff933cbde8ad4bc2ac281c845.svg +0 -3
- package/storybook-static/static/media/delete.287c9b4b3b0e58cb081c6e388e68b409.svg +0 -3
- package/storybook-static/static/media/down.7a43a3d78885f40616ce111c86c108a4.svg +0 -3
- package/storybook-static/static/media/download.43c26d404dd023e42aaacc52151f7a59.svg +0 -3
- package/storybook-static/static/media/edit.8d813af82ecab84303ee3c97bd7bc562.svg +0 -3
- package/storybook-static/static/media/emoji.9a202cbb16735f3c83ba8772f0218aa4.svg +0 -3
- package/storybook-static/static/media/error.ec60e2052661b82f27b7ce270ae133a7.svg +0 -3
- package/storybook-static/static/media/favorite.194d78057be6cd7968c85e7b5822f82a.svg +0 -3
- package/storybook-static/static/media/file.e537292693b3c89c023fd383c70bd221.svg +0 -3
- package/storybook-static/static/media/forward-filled.43120a68057427c89c88b28d9b20dd90.svg +0 -3
- package/storybook-static/static/media/freeze.35619771e645b649c38e0427d9b39a25.svg +0 -3
- package/storybook-static/static/media/full-screen.6b01c93e069421c69bda2bbde5d01336.svg +0 -3
- package/storybook-static/static/media/gif-file.2c46a5df6c8397f5b9088e66aee3fd44.svg +0 -3
- package/storybook-static/static/media/group-chat.19d5305cab6017d494ac35ecb285a9fe.svg +0 -3
- package/storybook-static/static/media/help.786f48518c96c8e7098296d68245c339.svg +0 -3
- package/storybook-static/static/media/hide.2785264246d70868717984a5ad44d4c9.svg +0 -3
- package/storybook-static/static/media/hungup.e5d2289a9e8cd755bd1ee36b738305a2.svg +0 -3
- package/storybook-static/static/media/image-filled.8afb62b142d786e90102f1cac73a9c13.svg +0 -3
- package/storybook-static/static/media/image.64092dadd5215c8d3ba99ccac753d743.svg +0 -3
- package/storybook-static/static/media/income-call.60ca2d367a00d582f4b6f4a5f2047e27.svg +0 -3
- package/storybook-static/static/media/information.8217e163c334852f143e7199c97fab1d.svg +0 -3
- package/storybook-static/static/media/leave.ae5422a12edec1b61484ff2932819c77.svg +0 -3
- package/storybook-static/static/media/like.45662989373aa524cd580fb42432e0bc.svg +0 -3
- package/storybook-static/static/media/link.74f567c3ee4366d79fb81d73eb8c0919.svg +0 -3
- package/storybook-static/static/media/loader.2eb72391c5267453edb4106528c075ad.svg +0 -3
- package/storybook-static/static/media/location.cab52453404524c345ec7efdd86fa66b.svg +0 -4
- package/storybook-static/static/media/louder.133519141541a9cd2f0e898534b39732.svg +0 -3
- package/storybook-static/static/media/mention.6c4885bb0ea5ca85c8962f6f51ac1cb4.svg +0 -3
- package/storybook-static/static/media/mic-off.43e60427600bcf7fd78fb840ff50d804.svg +0 -3
- package/storybook-static/static/media/mic-on.5a52100de3770550b3a57a76827843c2.svg +0 -4
- package/storybook-static/static/media/minimize.a849dd3a36ece08b992a773d135a0c3f.svg +0 -3
- package/storybook-static/static/media/moderations.07c8d1fe96b0b8bb5911f6cc37f764c6.svg +0 -3
- package/storybook-static/static/media/more.4ed9ad54ae110d9760b6e9698d821960.svg +0 -3
- package/storybook-static/static/media/muted.cb37ac3c577c87c800466aa7aee65af2.svg +0 -3
- package/storybook-static/static/media/new-chat.124e0351bd0e19ff4c5fdbabbe5c6027.svg +0 -3
- package/storybook-static/static/media/next.97a0eeea1f8daa2d31c8452f29908bf1.svg +0 -3
- package/storybook-static/static/media/notifications.ab8e847ae04e2bec9209dbdd1054b0f2.svg +0 -3
- package/storybook-static/static/media/notify-off.4a669a3a8cbd38b3309dbc4c909f6089.svg +0 -3
- package/storybook-static/static/media/notify-on.ea9ffc856ad6cdbe87184af558c78eec.svg +0 -3
- package/storybook-static/static/media/outcome-call.9f5fec07823796ad78963a06cdcf629e.svg +0 -3
- package/storybook-static/static/media/pause.27eb8c32999f10d05d6a200165d798a9.svg +0 -3
- package/storybook-static/static/media/phone-filled.e969511d74935af26ef366f575929f68.svg +0 -3
- package/storybook-static/static/media/phone.6355580a064a488b6317372d71f84c00.svg +0 -3
- package/storybook-static/static/media/play.00bfe0e9c94dc6dfb230262e45b2f860.svg +0 -3
- package/storybook-static/static/media/plus.d3953cb1cf830bcfc41c8cc6133b13b1.svg +0 -3
- package/storybook-static/static/media/private-chat.c68f36baf025b9d20ad1f801a2396e7a.svg +0 -3
- package/storybook-static/static/media/public-channel.7a6ada7f30c44fb4a99021df0eb0e996.svg +0 -7
- package/storybook-static/static/media/quite.9f45e2152fe6c499a776cb387ee4859f.svg +0 -3
- package/storybook-static/static/media/record.e49ee7da793b2ce446a4e7128970c0cc.svg +0 -3
- package/storybook-static/static/media/refresh.6e955728d9ec086f34e9adaaaafacf3e.svg +0 -3
- package/storybook-static/static/media/remove-2.8a7700757f02c941f03c37c7e495bf63.svg +0 -3
- package/storybook-static/static/media/remove.831e69b70db1b3eb72a49444b8aa1e16.svg +0 -3
- package/storybook-static/static/media/rephrase.551171aa8903b31746a58a95528b1f68.svg +0 -6
- package/storybook-static/static/media/reply-filled.17ed65506e902f17bb22e87ffac93314.svg +0 -3
- package/storybook-static/static/media/screenshare.c2f94264a7640ea1bbb2a22f7d570038.svg +0 -3
- package/storybook-static/static/media/search.25663e60d71e01c64fdfc83df7460ab0.svg +0 -3
- package/storybook-static/static/media/send.d298db52aafdb846a46c9d180ad45946.svg +0 -3
- package/storybook-static/static/media/sent.f427753e5502fd7783a08e5f0e0d2f35.svg +0 -3
- package/storybook-static/static/media/settings-filled.bd9b60ff4e9eae911e4e2bc69e8e79ca.svg +0 -3
- package/storybook-static/static/media/share.7ce8283aa267fb065c568d65b482e211.svg +0 -3
- package/storybook-static/static/media/show.de1782527c4a7fa14101dffbfba8aea6.svg +0 -3
- package/storybook-static/static/media/speaker-off.fe84597c4b68f4f761e12f789dc58718.svg +0 -3
- package/storybook-static/static/media/speaker.e7ff48a73ca43188703b36dfecd932b5.svg +0 -3
- package/storybook-static/static/media/stop-record.a2e9d50a0930c24af43d7f357093be81.svg +0 -3
- package/storybook-static/static/media/stop-share.d1be236e01dd924ba711e1e17f41054c.svg +0 -3
- package/storybook-static/static/media/stream-filled.c40bae61fea25455602a61db5e77fa71.svg +0 -3
- package/storybook-static/static/media/stream.700f4f8ce0cee0ae1ef56132867427fe.svg +0 -3
- package/storybook-static/static/media/swap-camera.bc3a4652106f5c57d14b4dcbffff08a5.svg +0 -3
- package/storybook-static/static/media/text-document.cad7e87368501b96de2a939d08852dcd.svg +0 -3
- package/storybook-static/static/media/unarchive.1b1a7438cd8eb6fee80e6ac89baa195b.svg +0 -3
- package/storybook-static/static/media/user.911c7ae778615185b285ce0ae4068486.svg +0 -3
- package/storybook-static/static/media/video-file.dbd1f8c63a3769f9e9a027f0922d56b2.svg +0 -3
- package/storybook-static/static/media/video.bbcc2109285c18eea02ede86920de0dd.svg +0 -3
- package/storybook-static/static/media/viewed-delivered.f43360dc87235a6cf574ff53f73dd777.svg +0 -3
- package/storybook-static/static/media/voice.b937c8a1f744050bec2cd389ad2a1f3a.svg +0 -3
- package/storybook-static/stories.json +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateDialog.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx"],"names":[],"mappings":"AACA,OAAO,qBAAqB,CAAC;AAK7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAG/E,KAAK,iBAAiB,GAAG;IACvB,0BAA0B,EAAE,sBAAsB,CAAC;IACnD,0BAA0B,EAAE,sBAAsB,CAAC;IACnD,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,yBAAyB,EAAE,sBAAsB,CAAC;IAClD,yBAAyB,EAAE,sBAAsB,CAAC;CACnD,CAAC;AAEF,QAAA,MAAM,YAAY,0KAOhB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"CreateDialog.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx"],"names":[],"mappings":"AACA,OAAO,qBAAqB,CAAC;AAK7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAG/E,KAAK,iBAAiB,GAAG;IACvB,0BAA0B,EAAE,sBAAsB,CAAC;IACnD,0BAA0B,EAAE,sBAAsB,CAAC;IACnD,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,yBAAyB,EAAE,sBAAsB,CAAC;IAClD,yBAAyB,EAAE,sBAAsB,CAAC;CACnD,CAAC;AAEF,QAAA,MAAM,YAAY,0KAOhB,iBAAiB,4CA4ClB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InviteMembers.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/InviteMembers/InviteMembers.tsx"],"names":[],"mappings":"AACA,OAAO,sBAAsB,CAAC;AAY9B,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,mBAAmB,EAAkB,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"InviteMembers.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/InviteMembers/InviteMembers.tsx"],"names":[],"mappings":"AACA,OAAO,sBAAsB,CAAC;AAY9B,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,mBAAmB,EAAkB,MAAM,0BAA0B,CAAC;AAQ/E,MAAM,MAAM,8BAA8B,GAAG,CAC3C,gBAAgB,EAAE,MAAM,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EAAE,KACxB,IAAI,CAAC;AAEV,KAAK,kBAAkB,GAAG;IACxB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,mBAAmB,CAAC;IACvC,uBAAuB,EAAE,8BAA8B,CAAC;IACxD,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,0BAA0B,CAAC,EAAE,sBAAsB,CAAC;CACrD,CAAC;AAEF,QAAA,MAAM,aAAa,yHAOhB,kBAAkB,4CAsRpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Avatar/Avatar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAGrC,OAAO,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/Avatar/Avatar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAGrC,OAAO,eAAe,CAAC;AAEvB,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAChD,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,IAAkB,EAClB,IAAW,EACX,SAAS,EACT,GAAG,GACJ,EAAE,WAAW,2CAYb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckBox.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/CheckBox/CheckBox.tsx"],"names":[],"mappings":"AACA,OAAO,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"CheckBox.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/ui-components/CheckBox/CheckBox.tsx"],"names":[],"mappings":"AACA,OAAO,iBAAiB,CAAC;AAIzB,UAAU,aAAa;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1C;AAED,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,QAAQ,EACR,OAAO,EACP,QAAQ,GACT,EAAE,aAAa,2CASf"}
|
package/dist/index-ui.js
CHANGED
|
@@ -29,7 +29,7 @@ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBP
|
|
|
29
29
|
___CSS_LOADER_EXPORT___.push([module.id, "@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,700&display=swap);"]);
|
|
30
30
|
___CSS_LOADER_EXPORT___.push([module.id, "@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap);"]);
|
|
31
31
|
// Module
|
|
32
|
-
___CSS_LOADER_EXPORT___.push([module.id, `:root{--primary: #3978FC;--color-background: #FFFFFF;--color-background-modal:
|
|
32
|
+
___CSS_LOADER_EXPORT___.push([module.id, `:root{--primary: #3978FC;--color-background: #FFFFFF;--color-background-modal: rgba(19, 29, 40, 0.8);--color-background-overlay: #0B121B;--color-divider: #E7EFFF;--color-font: #0B121B;--color-icon: #3978FC;--color-media-icon: #FFFFFF;--color-default-hover: #2C65FB;--color-default-active: #1748FA;--color-background-info: #C4D7FE;--color-border-active: #9CBCFE;--tertiary-elements: #636D78;--main-elements: #3978FC;--toast-color: #131D28;--secondary-elements: #202F3E;--input-elements: #202F3E;--disabled-elements: #BCC1C5;--field-border: #90979F;--main-text: #0B121B;--secondary-text: #636D78;--caption: #90979F;--main-background: #FFFFFF;--secondary-background: #FFFFFF;--secondary-background-modal: rgba(19, 29, 40, 0.8);--incoming-background: #E4E6E8;--outgoing-background: #E7EFFF;--dropdown-background: #FFFFFF;--chat-input: #F7F9FF;--divider: #E7EFFF;--error: #FF3B30;--error-secondary: #FF9D98;--hightlight: #FFFDC1;--system: #FFFFFF}html[data-theme=dark]{--primary: #3978FC;--color-background: #0B121B;--color-background-modal: rgba(19, 29, 40, 0.8);--color-background-overlay: #0B121B;--color-divider: #414E5B;--color-font: #FFFFFF;--color-icon: #74A1FD;--color-media-icon: #FFFFFF;--color-default-hover: #182330;--color-default-active: #0B121B;--color-background-info: #3978FC;--color-border-active: #90979F;--tertiary-elements: #636D78;--main-elements: #74A1FD;--secondary-elements: #FFFFFF;--input-elements: #90979F;--disabled-elements: #BCC1C5;--field-border: #90979F;--main-text: #FFFFFF;--secondary-text: #90979F;--caption: #BCC1C5;--main-background: #202F3E;--secondary-background: #131D28;--incoming-background: #414E5B;--outgoing-background: #3978FC;--dropdown-background: #414E5B;--chat-input: #131D28;--divider: #414E5B;--error: #FF766E;--error-secondary: #FFC4C1;--hightlight: #FFFDC1;--system: #FFFFFF}:root{--title-title-large: 500 20px/24px "Roboto", sans-serif;--title-title-medium: 500 16px/24px "Roboto", sans-serif;--title-title-small: 500 14px/20px "Roboto", sans-serif;--label-label-large: 500 14px/20px "Roboto", sans-serif;--label-label-medium: 500 12px/16px "Roboto", sans-serif;--label-label-small: 500 11px/16px "Roboto", sans-serif;--body-body-large: 400 16px/24px "Roboto", sans-serif;--body-body-medium: 400 14px/20px "Roboto", sans-serif;--body-body-small: 400 12px/16px "Roboto", sans-serif;--button-fab: 500 14px/16px "Roboto", sans-serif;--button-default: 700 14px/16px "Roboto", sans-serif;--ui-kit-header: 500 48px "Roboto Mono", sans-serif;--ui-kit-title: 500 32px "Roboto Mono", sans-serif;--ui-kit-body: 400 17px "Roboto Mono", sans-serif;--max-width-message-bubble: 480px;--max-width-message-view-container: 680px;--max-width-image-message: 240px;--max-width-audio-message: 300px;--max-width-dialog-list: 320px;--min-width-screen-desktop: 980px}.qb-uikit-layout *{box-sizing:border-box}.qb-uikit-layout{font-family:"Roboto";color:var(--main-text);background-color:var(--main-background);overflow:hidden !important;scrollbar-width:none !important}@media only screen and (max-width: 980px){:root{--max-width-message-view-container: 345px;--max-width-message-bubble: 170px;--max-width-image-message: 150px;--max-width-audio-message: 150px;--max-width-dialog-list: 100%}}`, ""]);
|
|
33
33
|
// Exports
|
|
34
34
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
35
35
|
|
|
@@ -52,7 +52,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `:root{--primary: #3978FC;--color-backg
|
|
|
52
52
|
|
|
53
53
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
54
54
|
// Module
|
|
55
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.edit-container{min-height:236px;max-height:236px;height:236px;width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.edit-btn-container{min-height:34px;max-height:34px;height:34px;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end}.edit-dialog-container{min-height:180px;max-height:180px;height:180px;width:100%;margin-bottom:24px}.edit-dialog-container--disable{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:100;display:block}.edit-dialog-container--wrapper{min-height:180px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.edit-dialog-container--wrapper__inf{min-height:20px;font-
|
|
55
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.edit-container{min-height:236px;max-height:236px;height:236px;width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.edit-btn-container{min-height:34px;max-height:34px;height:34px;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end}.edit-dialog-container{min-height:180px;max-height:180px;height:180px;width:100%;margin-bottom:24px}.edit-dialog-container--disable{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:100;display:block}.edit-dialog-container--wrapper{min-height:180px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.edit-dialog-container--wrapper__inf{min-height:20px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px;color:var(--main-text)}.edit-dialog-container--wrapper__icon-container{min-height:56px;max-height:56px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.edit-dialog-container--wrapper__icon-container__icon{min-height:56px;max-height:56px;height:56px;min-width:56px;margin-top:8px;background-color:var(--disabled-elements);border-radius:50%;text-align:center;align-content:center;display:flex;justify-content:center;align-items:center}.edit-dialog-container--wrapper__icon-container__upload{min-height:32px;max-height:32px;min-width:80px;max-width:80px;margin-top:8px;padding-left:16px;padding-top:20px;font-style:normal;font-weight:700;font-size:14px;line-height:16px;letter-spacing:.4px;color:var(--color-icon)}.edit-dialog-container--wrapper__upload-error{min-height:20px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px;margin-top:5px;color:var(--error)}.edit-dialog-container--wrapper__dialog-name-inf{min-height:20px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px;margin-top:24px;color:var(--main-text)}.edit-dialog-container--wrapper__text-field{width:100%}`, ""]);
|
|
56
56
|
// Exports
|
|
57
57
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
58
58
|
|
|
@@ -75,7 +75,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.edit-container{min-height:236px;max-h
|
|
|
75
75
|
|
|
76
76
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
77
77
|
// Module
|
|
78
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.create-dialog-container{
|
|
78
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.create-dialog-container .column-container{width:330px}.item-type-dialog,.item-type-dialog *{box-sizing:border-box}.item-type-dialog{border-radius:4px;border-style:solid;border-color:var(--tertiary-elements, #636d78);border-width:1px;padding:16px;display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative}.item-type-dialog-icon{border-radius:4px;padding:4px;display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;position:relative}.item-type-dialog-name{color:var(--main-text, #0b1b0f);text-align:left;font-family:var(--body-body-medium-font-family, "Roboto-Regular", sans-serif);font-size:var(--body-body-medium-font-size, 14px);line-height:var(--body-body-medium-line-height, 20px);font-weight:var(--body-body-medium-font-weight, 400);position:relative;flex:1}@media only screen and (max-width: 980px){.create-dialog-container .column-container{width:unset}}`, ""]);
|
|
79
79
|
// Exports
|
|
80
80
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
81
81
|
|
|
@@ -161,7 +161,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.time-status{background:var(--main-bac
|
|
|
161
161
|
|
|
162
162
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
163
163
|
// Module
|
|
164
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.settings-
|
|
164
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.settings-item__body{display:flex;justify-content:space-between;align-items:center;width:100%;height:56px;gap:16px;padding:16px}.settings-item__left-section{display:flex;align-items:center;cursor:pointer;font-family:"Roboto";font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px}.settings-item__title{margin-left:16px}.settings-item__right-section{display:flex;align-items:center;gap:4px}.settings-item__arrow{width:24px;height:24px;fill:var(--secondary-elements);cursor:pointer;transform:rotate(270deg);transition:transform .3s ease-in-out}.settings-item__arrow--opened{transform:rotate(360deg)}.settings-item__children{height:0;overflow:auto;transition:height .2s ease-in}.settings-item__children--opened{height:100%}.settings-item__icon{width:24px;height:24px}.settings-item__icon svg{width:24px;height:24px}.settings-item,.settings-item *{box-sizing:border-box}`, ""]);
|
|
165
165
|
// Exports
|
|
166
166
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
167
167
|
|
|
@@ -230,7 +230,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.forward-message-flow,.forward-message
|
|
|
230
230
|
|
|
231
231
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
232
232
|
// Module
|
|
233
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.error-container-wrapper{border:1px solid var(--divider)}.error-container{display:flex;flex-flow:column nowrap;min-width:360px;min-height:156px;margin:0 auto;justify-content:center;align-items:center;gap:16px;background-color:var(--main-background)}.error-container__error-icon{display:flex;justify-content:center;align-items:center;margin:0 auto;min-width:60px;min-height:60px;color:var(--caption)}.error-container__error-icon svg path{fill:var(--caption)}.error-container__error-message{min-height:24px;font-
|
|
233
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.error-container-wrapper{border:1px solid var(--divider)}.error-container{display:flex;flex-flow:column nowrap;min-width:360px;min-height:156px;margin:0 auto;justify-content:center;align-items:center;gap:16px;background-color:var(--main-background)}.error-container__error-icon{display:flex;justify-content:center;align-items:center;margin:0 auto;min-width:60px;min-height:60px;color:var(--caption)}.error-container__error-icon svg path{fill:var(--caption)}.error-container__error-message{min-height:24px;font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:.15px;color:var(--caption)}.error-container--error-action{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;margin:0 auto;gap:8px;min-height:40px;min-width:92px;cursor:pointer}.error-container--error-action__refresh-icon{min-width:24px;min-height:24px}.error-container--error-action__refresh-icon svg path{fill:var(--main-elements)}.error-container--error-action__refresh-text{color:var(--main-elements);font-style:normal;font-weight:700;font-size:14px;line-height:16px;letter-spacing:.4px}`, ""]);
|
|
234
234
|
// Exports
|
|
235
235
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
236
236
|
|
|
@@ -355,7 +355,7 @@ module.exports = function (i) {
|
|
|
355
355
|
|
|
356
356
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
357
357
|
// Module
|
|
358
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.user-list-item{display:flex;align-items:center;justify-content:space-between;height:56px;padding:8px 19px 8px 16px;gap:16px;
|
|
358
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.user-list-item{display:flex;align-items:center;justify-content:space-between;height:56px;padding:8px 19px 8px 16px;gap:16px;border-bottom:1px solid var(--divider)}.user-list-item--disabled{cursor:not-allowed;color:var(--disabled-elements);fill:var(--disabled-elements)}.user-list-item__avatar{display:flex;align-items:center;justify-content:space-between}.user-list-item__name{margin-left:16px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:var(--main-text)}`, ""]);
|
|
359
359
|
// Exports
|
|
360
360
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
361
361
|
|
|
@@ -57194,7 +57194,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.column-container{width:var(--max-widt
|
|
|
57194
57194
|
|
|
57195
57195
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
57196
57196
|
// Module
|
|
57197
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.dialog-window{left:0;top:0;width:100%;height:100%;z-index:100;position:fixed;background-color:
|
|
57197
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.dialog-window{left:0;top:0;width:100%;height:100%;z-index:100;position:fixed;background-color:var(--color-background-modal)}.dialog-window,.dialog-window *{box-sizing:border-box}.dialog-window--disable{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:100;display:block}.dialog-window__content{width:380px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:24px;border-radius:4px;background-color:var(--main-background);box-shadow:0 9px 15px 0 rgba(0,0,0,.04),0 9px 46px 0 rgba(0,0,0,.08)}@media(max-width: 767px){.dialog-window__content{width:300px}}.dialog-window__header{margin-bottom:28px;padding:0px !important}.dialog-window__header svg{fill:var(--main-text)}.dialog-window__close{width:24px;height:24px;fill:var(--main-text);cursor:pointer}`, ""]);
|
|
57198
57198
|
// Exports
|
|
57199
57199
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
57200
57200
|
|
|
@@ -57422,7 +57422,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.badge{display:flex;justify-content:ce
|
|
|
57422
57422
|
|
|
57423
57423
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
57424
57424
|
// Module
|
|
57425
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.message-item{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative}.message-item__right{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;width:100%}.message-item__more{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;align-self:stretch;flex-shrink:0;position:relative;cursor:pointer}.message-item__more__icon{border-radius:4px;display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;position:relative}.message-item__more__icon__actions{fill:var(--tertiary-elements, #636D78);path:var(--tertiary-elements, #636D78)}.message-item__outgoing{
|
|
57425
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.message-item{display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative}.message-item__right{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;width:100%}.message-item__more{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;align-self:stretch;flex-shrink:0;position:relative;cursor:pointer}.message-item__more__icon{border-radius:4px;display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;position:relative}.message-item__more__icon__actions{fill:var(--tertiary-elements, #636D78);path:var(--tertiary-elements, #636D78)}.message-item__outgoing{padding:0px 8px 8px 16px;display:flex;flex-direction:row;gap:8px;justify-content:flex-end;align-self:stretch;flex-shrink:0;width:320px;position:relative}.message-item__outgoing__chat{display:flex;flex-direction:column;gap:2px;align-items:flex-start;justify-content:flex-start;flex-shrink:0;position:relative}.message-item__outgoing__chat__bubble-background{background:var(--outgoing-background, #E7EFFF);border-radius:22px 22px 0px 22px;padding:8px 12px 8px 12px;display:flex;flex-direction:row;gap:10px;align-items:flex-start;justify-content:flex-start;flex-shrink:0;position:relative}.message-item__incoming-mes{background:var(--secondary-background, #ffffff);padding:0px 16px 8px 8px;display:flex;flex-direction:row;gap:8px;align-items:flex-end;justify-content:flex-start;align-self:stretch;flex-shrink:0;width:320px;position:relative}.message-item__incoming{display:flex;flex-direction:column;gap:2px;align-items:flex-start;justify-content:flex-end}.message-item__incoming__chat{display:flex;flex-direction:row;gap:8px}.message-item__incoming__chat__bubble{display:flex;flex-direction:column;gap:4px;align-items:flex-end;justify-content:flex-end;flex-shrink:0;position:relative}.message-item__incoming__chat__bubble__background{background:var(--incoming-background, #e4e6e8);border-radius:22px 22px 22px 0px;padding:8px 12px 8px 12px;display:flex;flex-direction:row;gap:10px;align-items:flex-start;justify-content:flex-start;flex-shrink:0;position:relative}`, ""]);
|
|
57426
57426
|
// Exports
|
|
57427
57427
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
57428
57428
|
|
|
@@ -57699,7 +57699,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5272__;
|
|
|
57699
57699
|
|
|
57700
57700
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
57701
57701
|
// Module
|
|
57702
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.checkbox{display:flex;align-items:center;flex-shrink:0;border-radius:4px;padding:4px;justify-content:center;width:18px;height:18px}`, ""]);
|
|
57702
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.checkbox,.checkbox-field{display:flex;align-items:center;flex-shrink:0;border-radius:4px;padding:4px;justify-content:center;width:18px;height:18px}.checkbox-field>input{position:absolute;z-index:-1;opacity:0}.checkbox-field .icon-checkmark{position:absolute;width:18px;height:18px;fill:var(--main-elements)}.checkbox-field .icon-check{position:absolute;width:18px;height:18px;fill:var(--secondary-elements)}.checkbox-field.disabled .icon-check{fill:var(--disabled-elements);cursor:not-allowed}`, ""]);
|
|
57703
57703
|
// Exports
|
|
57704
57704
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
57705
57705
|
|
|
@@ -58061,7 +58061,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.chat-container{width:100%}.chat-conta
|
|
|
58061
58061
|
|
|
58062
58062
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
58063
58063
|
// Module
|
|
58064
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.header-dialog-info,.header-dialog-info *{box-sizing:border-box}.header-dialog-info{
|
|
58064
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.header-dialog-info,.header-dialog-info *{box-sizing:border-box}.header-dialog-info{padding:16px 16px 16px 24px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;align-self:stretch;flex-shrink:0;position:relative;border-bottom:1px solid var(--divider);height:64px}.header-dialog-info-headline{color:var(--main-text, #0b1b0f);text-align:left;font:var(--title-title-large);position:relative}.header-dialog-info-icon{width:24px;height:24px;fill:var(--secondary-elements)}.dialog-information-profile,.dialog-information-profile *{box-sizing:border-box}.dialog-information-profile{padding:24px 0px 24px 0px;align-self:stretch;flex-flow:column;flex-shrink:0;height:160px;position:relative;border-bottom:1px solid var(--divider)}.dialog-information-profile-avatar{height:80px;left:140px;top:24px}.dialog-info-profile-avatar-default-icon{display:flex;justify-content:center}.dialog-info-profile-avatar-ellipse{border-radius:50%;position:absolute;height:81px;width:81px;top:24px}.dialog-info-profile-avatar-contents{position:absolute;right:17.86%;left:17.86%;width:64.29%;bottom:17.86%;top:17.86%;height:64.29%;overflow:visible}.dialog-information-profile-dialog-name{margin-top:8px;color:var(--main-text, #0b1b0f);text-align:center;font:var(--title-title-medium);left:134.5px;top:112px;display:flex;align-items:center;justify-content:center}.dialog-information-profile-edit{right:-10px;border-radius:4px;padding:8px 56px 0px 0px;display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;position:absolute;top:8px}.dialog-information-profile-edit-button{color:var(--main-elements, #3978fc);text-align:left;font:var(--button-default);position:relative}.dialog-information-profile-edit-button--disable{color:var(--disabled-elements);cursor:default}.dialog-info-action-wrapper-settings,.dialog-info-action-wrapper-settings *{box-sizing:border-box}.dialog-info-action-wrapper-settings{background:var(--color-background, #ffffff);padding:16px;display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative;border-bottom:1px solid var(--divider)}@media only screen and (max-width: var(--min-width-screen-desktop)){.dialog-info-action-wrapper-settings{padding:6px}}.no-padding{padding:0}.dialog-info-action-wrapper-settings-icon{border-radius:4px;padding:4px;display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;position:relative}.dialog-info-action-wrapper-settings-subtitle{color:var(--main-text, #0b1b0f);text-align:left;font:var(--body-body-large);position:relative;flex:1;display:flex;align-items:center;justify-content:flex-start}.dialog-info-action-wrapper-settings-contents{flex-shrink:0;width:24px;height:24px;position:relative;overflow:visible}.dialog-info-action-wrapper-settings-right{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:flex-end;flex-shrink:0;position:relative}.dialog-info-action-wrapper-settings-right-badge{background:var(--disabled-elements, #bcc1c5);border-radius:30px;padding:2px 6px 2px 6px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;flex-shrink:0;position:relative}.dialog-info-action-wrapper-settings-right-badge-title{color:var(--color-background, #ffffff);text-align:center;font:var(--label-label-medium);position:relative;padding:0 5px 0 5px}.dialog-info-leave{fill:var(--error);border-bottom:1px solid var(--divider);cursor:pointer}.dialog-info-leave--disable{fill:var(--disabled-elements);cursor:default}.dialog-info-members{fill:var(--main-elements);border-bottom:1px solid var(--divider)}.dialog-info-action-wrapper-button{border:1px solid var(--secondary-elements);color:var(--secondary-elements)}.dialog-info-action-wrapper-button:active{border:1px solid var(--secondary-elements);color:var(--secondary-elements)}.dialog-info-action-wrapper-button:focus{border:1px solid var(--secondary-elements)}`, ""]);
|
|
58065
58065
|
// Exports
|
|
58066
58066
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
58067
58067
|
|
|
@@ -58153,7 +58153,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.message-attachment-video-body{max-hei
|
|
|
58153
58153
|
|
|
58154
58154
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
58155
58155
|
// Module
|
|
58156
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.text-field,.text-field *{box-sizing:border-box}.text-field__label{font-
|
|
58156
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.text-field,.text-field *{box-sizing:border-box}.text-field__label{font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px}.text-field__wrapper{display:flex;align-items:center;border-radius:4px;border:1px solid var(--tertiary-elements);margin-top:8px;padding:6px 8px}.text-field__wrapper:active{border:1px solid var(--main-elements)}.text-field__icon{margin-right:6px}.text-field__input{width:100%;border:none;outline:none;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;background:var(--main-background);color:var(--color-font)}.text-field__input:disabled{background-color:rgba(0,0,0,0);cursor:not-allowed;border:none;color:inherit}.text-field__input::placeholder{color:var(--secondary-text)}.text-field__reset{width:24px;height:24px;fill:var(--tertiary-elements);cursor:pointer}.text-field--disabled *,.text-field--disabled .text-field__label .text-field__reset{color:var(--disabled-elements);fill:var(--disabled-elements);cursor:not-allowed}.text-field--disabled .text-field__wrapper{background-color:var(--incoming-background);border:none}.text-field--disabled .text-field__wrapper:active{border:none}.text-field--disabled .text-field__input::placeholder{color:var(--disabled-elements)}.text-field__loader{fill:var(--color-icon)}`, ""]);
|
|
58157
58157
|
// Exports
|
|
58158
58158
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
58159
58159
|
|
|
@@ -58176,7 +58176,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.text-field,.text-field *{box-sizing:b
|
|
|
58176
58176
|
|
|
58177
58177
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
58178
58178
|
// Module
|
|
58179
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;height:32px;border-radius:4px;flex:none;order:1;flex-grow:0;font-
|
|
58179
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;height:32px;border-radius:4px;flex:none;order:1;flex-grow:0;font-style:normal;font-weight:500;font-size:14px;line-height:16px;letter-spacing:.4px;cursor:pointer;border:none;outline:none}.button,.button *{box-sizing:border-box}.button--default{color:var(--system);background-color:var(--main-elements)}.button--default:hover{background-color:var(--color-default-hover)}.button--default:focus{outline:2px solid var(--color-background-info)}.button--default:active{background-color:var(--color-default-hover);color:var(--color-background-info)}.button--default.button--disabled{cursor:not-allowed;background-color:var(--disabled-elements);color:var(--secondary-text)}.button--outlined{background-color:inherit;border:1px solid var(--main-text);color:var(--main-text)}.button--outlined:hover{background-color:var(--outgoing-background)}.button--outlined:focus{border:2px solid var(--color-background-info)}.button--outlined:active{border:1px solid var(--main-elements);color:var(--main-elements)}.button--outlined.button--disabled{cursor:not-allowed;border:1px solid var(--disabled-elements);color:var(--disabled-elements)}.button--danger{background-color:var(--error);color:var(--secondary-background)}.button--danger:focus{outline:2px solid var(--error-secondary)}.button--danger:active{color:var(--error-secondary)}.button--danger.button--disabled{cursor:not-allowed;background-color:var(--disabled-elements);color:var(--secondary-text)}.button--text{background-color:inherit;color:var(--main-elements)}.button--text:focus{outline:2px solid var(--color-background-info)}.button--text:active{color:var(--color-default-hover)}.button--text.button--disabled{cursor:not-allowed;color:var(--disabled-elements)}.button__loader--default{fill:var(--secondary-background)}.button__loader--outlined{fill:var(--main-elements)}.button__loader--danger{fill:var(--secondary-background)}.button__loader--text{fill:var(--disabled-elements)}`, ""]);
|
|
58180
58180
|
// Exports
|
|
58181
58181
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
58182
58182
|
|
|
@@ -58331,7 +58331,7 @@ module.exports = domAPI;
|
|
|
58331
58331
|
|
|
58332
58332
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
58333
58333
|
// Module
|
|
58334
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.container-invite-members{min-height:504px;max-height:504px;height:504px;width:var(--max-width-dialog-list);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.container-invite-members--add-members-container{min-height:504px;max-height:504px;height:504px;width:var(--max-width-dialog-list)}.container-invite-members--add-members-container--loader{align-items:center;justify-content:center;display:flex}.container-invite-members--add-members-container--wrapper{min-height:432px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.container-invite-members--add-members-container--wrapper__inf{min-height:20px;font-
|
|
58334
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.container-invite-members{min-height:504px;max-height:504px;height:504px;width:var(--max-width-dialog-list);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.container-invite-members .disabled{color:var(--secondary-text)}.container-invite-members--add-members-container{min-height:504px;max-height:504px;height:504px;width:var(--max-width-dialog-list)}.container-invite-members--add-members-container--loader{align-items:center;justify-content:center;display:flex}.container-invite-members--add-members-container--wrapper{min-height:432px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.container-invite-members--add-members-container--wrapper__inf{min-height:20px;font-style:normal;font-weight:500;font-size:14px;line-height:20px;display:flex;letter-spacing:.1px;color:var(--main-elements);margin-top:24px}.container-invite-members--add-members-container--wrapper__members{display:flex;max-height:326px;height:356px;font-family:"Roboto";font-style:normal;font-weight:500;font-size:14px;line-height:20px;letter-spacing:.1px;color:var(--main-elements);margin-top:8px;width:100%;align-items:center}.container-invite-members--add-members-container--wrapper__members__empty-members{display:flex;flex-direction:column;align-items:center;padding:0px;gap:16px;width:100%;height:100px}.container-invite-members--add-members-container--wrapper__members__list{height:290px;max-height:290px;min-height:290px}.container-invite-members--add-members-container--wrapper__dialog-name-input{margin-top:8px;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;text-align:center;padding:8px;width:268px;height:44px;border:1px solid #90979f;border-radius:4px;background-color:var(--main-background);color:var(--secondary-text)}.container-invite-members--add-members-container--wrapper__dialog-name-input input{color:var(--secondary-text);background-color:var(--main-background);margin-left:6px;margin-right:6px;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.15px;border:none;outline:none}.container-invite-members--add-members-container--wrapper__icon{width:24px;height:24px;cursor:pointer;fill:var(--tertiary-elements)}.container-invite-members--add-members-container--wrapper__icon svg path{fill:var(--tertiary-elements)}.container-invite-members--btn-container{max-height:32px;height:32px;width:100%;min-height:34px;margin-top:24px;margin-bottom:24px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end}.container-invite-members-loader{fill:var(--color-icon)}.filtered-text-field{width:100%;background-color:var(--main-background);color:var(--secondary-text)}.filtered-text-field__icon{width:24px;height:24px;cursor:pointer;fill:var(--tertiary-elements)}.filtered-text-field__icon svg path{fill:var(--tertiary-elements)}`, ""]);
|
|
58335
58335
|
// Exports
|
|
58336
58336
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
58337
58337
|
|
|
@@ -58446,7 +58446,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.dialog-preview-container{display:flex
|
|
|
58446
58446
|
|
|
58447
58447
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
58448
58448
|
// Module
|
|
58449
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.dialog-header{width:100%;padding:12px 16px 12px 20px;display:flex;align-items:center;gap:33px}.dialog-header,.dialog-header *{box-sizing:border-box}.dialog-header__icon{cursor:pointer;width:24px;height:24px;flex-shrink:0}.dialog-header__icon svg{width:24px;height:24px}.dialog-header__back{color:var(--main-
|
|
58449
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.dialog-header{width:100%;padding:12px 16px 12px 20px;display:flex;align-items:center;gap:33px}.dialog-header,.dialog-header *{box-sizing:border-box}.dialog-header__icon{cursor:pointer;width:24px;height:24px;flex-shrink:0}.dialog-header__icon svg{width:24px;height:24px;fill:var(--main-elements)}.dialog-header__back{color:var(--main-text);fill:var(--main-text)}.dialog-header__body{width:100%;display:flex;gap:33px;align-items:center;justify-content:space-between;overflow:hidden}.dialog-header__body-left{display:flex;align-items:center;justify-content:flex-start;gap:8px;overflow:hidden}.dialog-header__body-right{height:24px;display:flex;align-items:center;gap:16px}.dialog-header__title{color:var(--main-text, #0b1b0f);text-align:left;font:var(--title-title-medium);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dialog-header__line{border-style:solid;border-color:var(--color-divider, #e7efff);border-width:0 0 1px 0}@media only screen and (max-width: var(--min-width-screen-desktop)){.dialog-header__body-left{gap:3px}}@media only screen and (min-width: 981px){.dialog-header__back{display:none}}`, ""]);
|
|
58450
58450
|
// Exports
|
|
58451
58451
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
58452
58452
|
|
|
@@ -59216,7 +59216,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.system-date-banner-chat-banner{backgr
|
|
|
59216
59216
|
|
|
59217
59217
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
59218
59218
|
// Module
|
|
59219
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.avatar{display:flex;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background-color:var(--disabled-elements);color:var(--secondary-text)}.avatar,.avatar *{box-sizing:border-box}.avatar svg{height:
|
|
59219
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.avatar{display:flex;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background-color:var(--disabled-elements);color:var(--secondary-text)}.avatar,.avatar *{box-sizing:border-box}.avatar svg{height:26px;width:26px;fill:var(--tertiary-elements)}.avatar__image{object-fit:cover;width:100%;height:100%}.avatar--xs{width:32px;height:32px}.avatar--sm{width:36px;height:36px}.avatar--md{width:40px;height:40px}.avatar--lg{width:56px;height:56px}.avatar--lg svg{height:33px;width:33px}.avatar--xl{width:64px;height:64px}.avatar--xxl{width:80px;height:80px}`, ""]);
|
|
59220
59220
|
// Exports
|
|
59221
59221
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
59222
59222
|
|
|
@@ -59239,7 +59239,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.avatar{display:flex;flex-shrink:0;ali
|
|
|
59239
59239
|
|
|
59240
59240
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
59241
59241
|
// Module
|
|
59242
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.members-container-header,.members-container-header *{box-sizing:border-box}.members-container-header{
|
|
59242
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.members-container-header,.members-container-header *{box-sizing:border-box}.members-container-header{padding:16px 16px 16px 24px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;align-self:stretch;flex-shrink:0;position:relative;border-style:solid;border-color:var(--color-divider, #e7efff);border-width:0 0 1px 0;height:64px}.members-container-header-left{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:flex-start;flex-shrink:0;position:relative}.members-container-header-left-headline{color:var(--main-text, #0b1b0f);text-align:left;font:var(--title-title-large);position:relative}.members-container-header-left-headline-badge{background:var(--disabled-elements, #bcc1c5);border-radius:30px;padding:2px 6px 2px 6px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;flex-shrink:0;position:relative}.members-container-header-left-headline-badge-value{color:var(--color-background, #ffffff);text-align:center;font:var(--label-label-medium);position:relative}.members-container-header-icon{border-radius:4px;padding:4px;display:flex;flex-direction:row;gap:0px;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;position:relative;cursor:pointer}.members-container-members-list-wrapper{display:flex}.members-container-text-field{padding:16px}.members-container-text-field-icon{width:24px;height:24px;fill:var(--tertiary-elements)}`, ""]);
|
|
59243
59243
|
// Exports
|
|
59244
59244
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
59245
59245
|
|
|
@@ -59323,15 +59323,13 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.main-button {
|
|
|
59323
59323
|
flex: none;
|
|
59324
59324
|
order: 1;
|
|
59325
59325
|
flex-grow: 0;
|
|
59326
|
-
|
|
59327
|
-
font-family: 'Roboto';
|
|
59328
59326
|
font-style: normal;
|
|
59329
|
-
font-weight:
|
|
59327
|
+
font-weight: 500;
|
|
59330
59328
|
font-size: 14px;
|
|
59331
59329
|
line-height: 16px;
|
|
59332
59330
|
letter-spacing: 0.4px;
|
|
59333
59331
|
|
|
59334
|
-
color: var(--
|
|
59332
|
+
color: var(--system);
|
|
59335
59333
|
|
|
59336
59334
|
border: none;
|
|
59337
59335
|
outline: none;
|
|
@@ -59351,9 +59349,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.main-button {
|
|
|
59351
59349
|
flex: none;
|
|
59352
59350
|
order: 1;
|
|
59353
59351
|
flex-grow: 0;
|
|
59354
|
-
font-family: 'Roboto';
|
|
59355
59352
|
font-style: normal;
|
|
59356
|
-
font-weight:
|
|
59353
|
+
font-weight: 500;
|
|
59357
59354
|
font-size: 14px;
|
|
59358
59355
|
line-height: 16px;
|
|
59359
59356
|
letter-spacing: 0.4px;
|
|
@@ -59379,9 +59376,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.main-button {
|
|
|
59379
59376
|
order: 0;
|
|
59380
59377
|
flex-grow: 0;
|
|
59381
59378
|
|
|
59382
|
-
font-family: 'Roboto';
|
|
59383
59379
|
font-style: normal;
|
|
59384
|
-
font-weight:
|
|
59380
|
+
font-weight: 500;
|
|
59385
59381
|
font-size: 14px;
|
|
59386
59382
|
line-height: 16px;
|
|
59387
59383
|
letter-spacing: 0.4px;
|
|
@@ -59400,9 +59396,8 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.main-button {
|
|
|
59400
59396
|
flex: none;
|
|
59401
59397
|
order: 1;
|
|
59402
59398
|
flex-grow: 0;
|
|
59403
|
-
font-family: 'Roboto';
|
|
59404
59399
|
font-style: normal;
|
|
59405
|
-
font-weight:
|
|
59400
|
+
font-weight: 500;
|
|
59406
59401
|
font-size: 14px;
|
|
59407
59402
|
line-height: 16px;
|
|
59408
59403
|
letter-spacing: 0.4px;
|
|
@@ -59434,7 +59429,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, `.main-button {
|
|
|
59434
59429
|
|
|
59435
59430
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
59436
59431
|
// Module
|
|
59437
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.bubble-content-text{overflow-wrap:break-word;max-width:calc(var(--max-width-message-bubble) - 20px);padding:0 12px 0 12px;color:var(--main-
|
|
59432
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.bubble-content-text{overflow-wrap:break-word;max-width:calc(var(--max-width-message-bubble) - 20px);padding:0 12px 0 12px;color:var(--main-text, #0b1b0f);text-align:left;font:var(--body-body-medium, 400 14px/20px "Roboto-Regular", sans-serif)}.text-bubble-background__incoming{background:var(--incoming-background, #e4e6e8);color:var(--main-text);border-radius:22px 22px 22px 0;padding:8px 0 8px 0;display:flex;flex-direction:row;gap:10px;align-items:flex-start;justify-content:flex-start;flex-shrink:0;position:relative;width:100%}.text-bubble-background__outgoing{background:var(--outgoing-background, #E7EFFF);color:var(--main-text);border-radius:22px 22px 0px 22px;padding:8px 12px 8px 12px;display:flex;flex-direction:row;gap:10px;align-items:flex-start;justify-content:flex-start;flex-shrink:0;position:relative}`, ""]);
|
|
59438
59433
|
// Exports
|
|
59439
59434
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
59440
59435
|
|
|
@@ -69837,30 +69832,30 @@ const SvgCameraOn = props => /*#__PURE__*/React.createElement("svg", camera_onre
|
|
|
69837
69832
|
var check_offreact_path;
|
|
69838
69833
|
function check_offreact_extends() { return check_offreact_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, check_offreact_extends.apply(null, arguments); }
|
|
69839
69834
|
|
|
69840
|
-
const SvgCheckOff = props => /*#__PURE__*/
|
|
69835
|
+
const SvgCheckOff = props => /*#__PURE__*/external_commonjs_react_commonjs2_react_amd_react_root_React_.createElement("svg", check_offreact_extends({
|
|
69841
69836
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69842
69837
|
viewBox: "0 0 44 44",
|
|
69843
69838
|
width: "1em",
|
|
69844
69839
|
height: "1em"
|
|
69845
|
-
}, props), check_offreact_path || (check_offreact_path = /*#__PURE__*/
|
|
69840
|
+
}, props), check_offreact_path || (check_offreact_path = /*#__PURE__*/external_commonjs_react_commonjs2_react_amd_react_root_React_.createElement("path", {
|
|
69846
69841
|
d: "M34.833 5.5H9.167A3.677 3.677 0 0 0 5.5 9.167v25.666A3.677 3.677 0 0 0 9.167 38.5h25.666a3.677 3.677 0 0 0 3.667-3.667V9.167A3.677 3.677 0 0 0 34.833 5.5m0 29.333H9.167V9.167h25.666z"
|
|
69847
69842
|
})));
|
|
69848
|
-
/* harmony default export */ const check_offreact = (
|
|
69843
|
+
/* harmony default export */ const check_offreact = (SvgCheckOff);
|
|
69849
69844
|
;// ./src/Presentation/icons/toggle/check-on.svg?react
|
|
69850
69845
|
var check_onreact_path;
|
|
69851
69846
|
function check_onreact_extends() { return check_onreact_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, check_onreact_extends.apply(null, arguments); }
|
|
69852
69847
|
|
|
69853
|
-
const SvgCheckOn = props => /*#__PURE__*/
|
|
69848
|
+
const SvgCheckOn = props => /*#__PURE__*/external_commonjs_react_commonjs2_react_amd_react_root_React_.createElement("svg", check_onreact_extends({
|
|
69854
69849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69855
69850
|
viewBox: "0 0 44 44",
|
|
69856
69851
|
width: "1em",
|
|
69857
69852
|
height: "1em"
|
|
69858
|
-
}, props), check_onreact_path || (check_onreact_path = /*#__PURE__*/
|
|
69853
|
+
}, props), check_onreact_path || (check_onreact_path = /*#__PURE__*/external_commonjs_react_commonjs2_react_amd_react_root_React_.createElement("path", {
|
|
69859
69854
|
fillRule: "evenodd",
|
|
69860
69855
|
d: "M34.833 5.5H9.167A3.677 3.677 0 0 0 5.5 9.167v25.666A3.677 3.677 0 0 0 9.167 38.5h25.666a3.677 3.677 0 0 0 3.667-3.667V9.167A3.677 3.677 0 0 0 34.833 5.5m-4.436 8.397 2.585 2.603-14.667 14.667-7.333-7.315 2.603-2.585 4.73 4.711z",
|
|
69861
69856
|
clipRule: "evenodd"
|
|
69862
69857
|
})));
|
|
69863
|
-
/* harmony default export */ const check_onreact = (
|
|
69858
|
+
/* harmony default export */ const check_onreact = (SvgCheckOn);
|
|
69864
69859
|
;// ./src/Presentation/icons/toggle/favorite.svg?react
|
|
69865
69860
|
var favoritereact_path;
|
|
69866
69861
|
function favoritereact_extends() { return favoritereact_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, favoritereact_extends.apply(null, arguments); }
|
|
@@ -70659,7 +70654,6 @@ var Avatar_update = injectStylesIntoStyleTag_default()(Avatar/* default */.A, Av
|
|
|
70659
70654
|
|
|
70660
70655
|
|
|
70661
70656
|
|
|
70662
|
-
console.log('UserSvg:', userreact); // <-- Добавляем отладку
|
|
70663
70657
|
function Avatar_Avatar_Avatar({ icon = (0,jsx_runtime_.jsx)(userreact, {}), size = 'md', className, src, }) {
|
|
70664
70658
|
if (src) {
|
|
70665
70659
|
return ((0,jsx_runtime_.jsx)("div", { className: classnames_default()('avatar', `avatar--${size}`, className), children: (0,jsx_runtime_.jsx)("img", { src: src, className: "avatar__image", alt: "Avatar" }) }));
|
|
@@ -70782,8 +70776,12 @@ var CheckBox_update = injectStylesIntoStyleTag_default()(CheckBox/* default */.A
|
|
|
70782
70776
|
;// ./src/Presentation/ui-components/CheckBox/CheckBox.tsx
|
|
70783
70777
|
|
|
70784
70778
|
|
|
70779
|
+
|
|
70780
|
+
|
|
70785
70781
|
function CheckBox_CheckBox_CheckBox({ disabled, checked, onChange, }) {
|
|
70786
|
-
return ((0,jsx_runtime_.
|
|
70782
|
+
return ((0,jsx_runtime_.jsxs)("label", { className: classnames_default()('checkbox-field', {
|
|
70783
|
+
'disabled': disabled
|
|
70784
|
+
}), children: [checked ? (0,jsx_runtime_.jsx)(check_onreact, { className: "icon-checkmark" }) : (0,jsx_runtime_.jsx)(check_offreact, { className: "icon-check" }), (0,jsx_runtime_.jsx)("input", { type: "checkbox", onChange: () => onChange?.(!checked), disabled: disabled })] }));
|
|
70787
70785
|
}
|
|
70788
70786
|
|
|
70789
70787
|
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Presentation/ui-components/DialogBanner/DialogBanner.scss
|
|
@@ -72454,6 +72452,7 @@ const NotFoundContent_NotFoundContent_NotFoundContent = ({ message, }) => {
|
|
|
72454
72452
|
|
|
72455
72453
|
|
|
72456
72454
|
|
|
72455
|
+
|
|
72457
72456
|
// eslint-disable-next-line react/function-component-definition,@typescript-eslint/no-unused-vars
|
|
72458
72457
|
const InviteMembers_InviteMembers_InviteMembers = ({ typeDialog, idOwnerDialog, typeAddEditDialog, applyInviteUsersHandler, participants, cancelInviteMembersHandler, }) => {
|
|
72459
72458
|
const userPerPage = 12;
|
|
@@ -72469,6 +72468,9 @@ const InviteMembers_InviteMembers_InviteMembers = ({ typeDialog, idOwnerDialog,
|
|
|
72469
72468
|
(0,external_commonjs_react_commonjs2_react_amd_react_root_React_.useEffect)(() => {
|
|
72470
72469
|
userViewModel.getUsers(new Pagination(0, userPerPage));
|
|
72471
72470
|
}, []);
|
|
72471
|
+
(0,external_commonjs_react_commonjs2_react_amd_react_root_React_.useEffect)(() => {
|
|
72472
|
+
setCountSelected(getUsersForIncludeInDialog().length);
|
|
72473
|
+
}, [Object.entries(selectedItems).length]);
|
|
72472
72474
|
const fetchMoreData = () => {
|
|
72473
72475
|
if (userViewModel.pagination.hasNextPage()) {
|
|
72474
72476
|
const newPagination = userViewModel.pagination;
|
|
@@ -72518,12 +72520,14 @@ const InviteMembers_InviteMembers_InviteMembers = ({ typeDialog, idOwnerDialog,
|
|
|
72518
72520
|
};
|
|
72519
72521
|
const handleUserListItemChange = (userId, value) => {
|
|
72520
72522
|
setSelectedItems((prevState) => {
|
|
72521
|
-
|
|
72522
|
-
|
|
72523
|
-
[
|
|
72524
|
-
|
|
72523
|
+
const updatedState = { ...prevState, [userId]: { isChecked: value, userid: userId } };
|
|
72524
|
+
Object.keys(updatedState).forEach((key) => {
|
|
72525
|
+
if (!updatedState[Number(key)].isChecked) {
|
|
72526
|
+
delete updatedState[Number(key)];
|
|
72527
|
+
}
|
|
72528
|
+
});
|
|
72529
|
+
return updatedState;
|
|
72525
72530
|
});
|
|
72526
|
-
setCountSelected(getUsersForIncludeInDialog().length);
|
|
72527
72531
|
};
|
|
72528
72532
|
const [userNameForFilter, setUserNameForFilter] = (0,external_commonjs_react_commonjs2_react_amd_react_root_React_.useState)('');
|
|
72529
72533
|
const inputRef = (0,external_commonjs_react_commonjs2_react_amd_react_root_React_.useRef)(null);
|
|
@@ -72548,7 +72552,9 @@ const InviteMembers_InviteMembers_InviteMembers = ({ typeDialog, idOwnerDialog,
|
|
|
72548
72552
|
}, [userViewModel.filter]);
|
|
72549
72553
|
return ((0,jsx_runtime_.jsx)(containers_ColumnContainer_ColumnContainer, { gapBetweenItem: "8px", children: (0,jsx_runtime_.jsx)("div", { className: "container-invite-members", children: (0,jsx_runtime_.jsxs)("div", { className: "container-invite-members--add-members-container", children: [(0,jsx_runtime_.jsxs)("div", { className: "container-invite-members--add-members-container--wrapper", children: [(0,jsx_runtime_.jsx)(ui_components_TextField_TextField, { ref: inputRef, className: "filtered-text-field", disabled: userViewModel.loading, placeholder: "Search", icon: (0,jsx_runtime_.jsx)(searchreact, { className: "filtered-text-field__icon" }), value: userNameForFilter, onChange: (value) => {
|
|
72550
72554
|
setUserNameForFilter(value);
|
|
72551
|
-
} }), (0,jsx_runtime_.jsxs)("div", { className:
|
|
72555
|
+
} }), (0,jsx_runtime_.jsxs)("div", { className: classnames_default()("container-invite-members--add-members-container--wrapper__inf", {
|
|
72556
|
+
"disabled": countSelectedItems < 1
|
|
72557
|
+
}), children: [countSelectedItems, " selected"] }), (0,jsx_runtime_.jsx)("div", { className: "container-invite-members--add-members-container--wrapper__members", children: (0,jsx_runtime_.jsxs)(containers_ColumnContainer_ColumnContainer, { children: [userViewModel?.loading && ((0,jsx_runtime_.jsx)("div", { className: "container-invite-members--add-members-container--loader", children: (0,jsx_runtime_.jsx)("div", { style: {
|
|
72552
72558
|
height: '44px',
|
|
72553
72559
|
width: '44px',
|
|
72554
72560
|
}, children: (0,jsx_runtime_.jsx)(Loader_Loader_Loader, { size: "md", className: "container-invite-members-loader" }) }) })), userViewModel?.error && !userViewModel?.loading && ((0,jsx_runtime_.jsx)(Placeholders_ErrorComponent_ErrorComponent, { title: userViewModel?.error, ClickActionHandler: () => {
|
|
@@ -75189,7 +75195,7 @@ const ActiveButton = ({ content, touchAction, clickAction, }) => {
|
|
|
75189
75195
|
|
|
75190
75196
|
// eslint-disable-next-line react/function-component-definition,@typescript-eslint/no-unused-vars
|
|
75191
75197
|
const CreateDialog_CreateDialog_CreateDialog = ({ createPrivateDialogOnClick, createPrivateDialogOnTouch, createGroupDialogOnClick, createGroupDialogOnTouch, createPublicDialogOnClick, createPublicDialogOnTouch, }) => {
|
|
75192
|
-
return ((0,jsx_runtime_.jsxs)(containers_ColumnContainer_ColumnContainer, { gapBetweenItem: "8px", children: [(0,jsx_runtime_.jsx)(ActiveButton_ActiveButton, { content: (0,jsx_runtime_.jsxs)("div", { className: "item-type-dialog", children: [(0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-icon", children: (0,jsx_runtime_.jsx)(Contents_Chat, { width: "24", height: "24", applyZoom: true }) }), (0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-name", children: "Private" })] }), clickAction: createPrivateDialogOnClick, touchAction: createPrivateDialogOnTouch }), (0,jsx_runtime_.jsx)(ActiveButton_ActiveButton, { content: (0,jsx_runtime_.jsxs)("div", { className: "item-type-dialog", children: [(0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-icon", children: (0,jsx_runtime_.jsx)(Contents_GroupChat, { width: "32", height: "32", applyZoom: true }) }), (0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-name", children: "Group" })] }), clickAction: createGroupDialogOnClick, touchAction: createGroupDialogOnTouch }), (0,jsx_runtime_.jsx)(ActiveButton_ActiveButton, { content: (0,jsx_runtime_.jsxs)("div", { className: "item-type-dialog", children: [(0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-icon", children: (0,jsx_runtime_.jsx)(Contents_PublicChannel, { width: "32", height: "32", applyZoom: true }) }), (0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-name", children: "Public" })] }), clickAction: createPublicDialogOnClick, touchAction: createPublicDialogOnTouch })] }));
|
|
75198
|
+
return ((0,jsx_runtime_.jsx)("div", { className: "create-dialog-container", children: (0,jsx_runtime_.jsxs)(containers_ColumnContainer_ColumnContainer, { gapBetweenItem: "8px", children: [(0,jsx_runtime_.jsx)(ActiveButton_ActiveButton, { content: (0,jsx_runtime_.jsxs)("div", { className: "item-type-dialog", children: [(0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-icon", children: (0,jsx_runtime_.jsx)(Contents_Chat, { width: "24", height: "24", applyZoom: true }) }), (0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-name", children: "Private" })] }), clickAction: createPrivateDialogOnClick, touchAction: createPrivateDialogOnTouch }), (0,jsx_runtime_.jsx)(ActiveButton_ActiveButton, { content: (0,jsx_runtime_.jsxs)("div", { className: "item-type-dialog", children: [(0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-icon", children: (0,jsx_runtime_.jsx)(Contents_GroupChat, { width: "32", height: "32", applyZoom: true }) }), (0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-name", children: "Group" })] }), clickAction: createGroupDialogOnClick, touchAction: createGroupDialogOnTouch }), (0,jsx_runtime_.jsx)(ActiveButton_ActiveButton, { content: (0,jsx_runtime_.jsxs)("div", { className: "item-type-dialog", children: [(0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-icon", children: (0,jsx_runtime_.jsx)(Contents_PublicChannel, { width: "32", height: "32", applyZoom: true }) }), (0,jsx_runtime_.jsx)("div", { className: "item-type-dialog-name", children: "Public" })] }), clickAction: createPublicDialogOnClick, touchAction: createPublicDialogOnTouch })] }) }));
|
|
75193
75199
|
};
|
|
75194
75200
|
/* harmony default export */ const Flow_CreateDialog_CreateDialog = (CreateDialog_CreateDialog_CreateDialog);
|
|
75195
75201
|
|
|
@@ -75285,7 +75291,7 @@ const CreateNewDialogFlow = ({ dialogsViewModel, onFinished, onCancel, isOnline,
|
|
|
75285
75291
|
onCancel();
|
|
75286
75292
|
}
|
|
75287
75293
|
};
|
|
75288
|
-
return ((0,jsx_runtime_.jsxs)(
|
|
75294
|
+
return ((0,jsx_runtime_.jsxs)(jsx_runtime_.Fragment, { children: [(0,jsx_runtime_.jsx)("div", { style: {
|
|
75289
75295
|
position: 'absolute',
|
|
75290
75296
|
top: '0',
|
|
75291
75297
|
left: '0',
|
package/package.json
CHANGED
|
@@ -1,18 +1,11 @@
|
|
|
1
1
|
$dialog-information-container-height: 800px;
|
|
2
2
|
$dialog-information-container-dialog-information-height: 64px;
|
|
3
3
|
|
|
4
|
-
.dialog-information-container {
|
|
5
|
-
// min-height: $dialog-information-container-height;
|
|
6
|
-
// max-height: $dialog-information-container-height;
|
|
7
|
-
// height: $dialog-information-container-height;
|
|
8
|
-
// border: 1px solid var(--divider);
|
|
9
|
-
}
|
|
10
4
|
.header-dialog-info,
|
|
11
5
|
.header-dialog-info * {
|
|
12
6
|
box-sizing: border-box;
|
|
13
7
|
}
|
|
14
8
|
.header-dialog-info {
|
|
15
|
-
background: var(--color-background, #ffffff);
|
|
16
9
|
padding: 16px 16px 16px 24px;
|
|
17
10
|
display: flex;
|
|
18
11
|
flex-direction: row;
|
|
@@ -41,7 +34,6 @@ $dialog-information-container-dialog-information-height: 64px;
|
|
|
41
34
|
box-sizing: border-box;
|
|
42
35
|
}
|
|
43
36
|
.dialog-information-profile {
|
|
44
|
-
background: var(--color-background, #ffffff);
|
|
45
37
|
padding: 24px 0px 24px 0px;
|
|
46
38
|
align-self: stretch;
|
|
47
39
|
flex-flow: column;
|
|
@@ -51,9 +43,7 @@ $dialog-information-container-dialog-information-height: 64px;
|
|
|
51
43
|
border-bottom: 1px solid var(--divider);
|
|
52
44
|
}
|
|
53
45
|
.dialog-information-profile-avatar {
|
|
54
|
-
// width: 80px;
|
|
55
46
|
height: 80px;
|
|
56
|
-
// position: absolute;
|
|
57
47
|
left: 140px;
|
|
58
48
|
top: 24px;
|
|
59
49
|
}
|
|
@@ -62,7 +52,6 @@ $dialog-information-container-dialog-information-height: 64px;
|
|
|
62
52
|
justify-content: center;
|
|
63
53
|
}
|
|
64
54
|
.dialog-info-profile-avatar-ellipse {
|
|
65
|
-
background: var(--disabled-elements, #bcc1c5);
|
|
66
55
|
border-radius: 50%;
|
|
67
56
|
position: absolute;
|
|
68
57
|
height: 81px;
|
|
@@ -70,7 +59,6 @@ $dialog-information-container-dialog-information-height: 64px;
|
|
|
70
59
|
top: 24px;
|
|
71
60
|
}
|
|
72
61
|
.dialog-info-profile-avatar-contents {
|
|
73
|
-
height: auto;
|
|
74
62
|
position: absolute;
|
|
75
63
|
right: 17.86%;
|
|
76
64
|
left: 17.86%;
|
|
@@ -85,7 +73,6 @@ $dialog-information-container-dialog-information-height: 64px;
|
|
|
85
73
|
color: var(--main-text, #0b1b0f);
|
|
86
74
|
text-align: center;
|
|
87
75
|
font: var(--title-title-medium);
|
|
88
|
-
// position: absolute;
|
|
89
76
|
left: 134.5px;
|
|
90
77
|
top: 112px;
|
|
91
78
|
display: flex;
|
|
@@ -93,18 +80,15 @@ $dialog-information-container-dialog-information-height: 64px;
|
|
|
93
80
|
justify-content: center;
|
|
94
81
|
}
|
|
95
82
|
.dialog-information-profile-edit {
|
|
96
|
-
position: relative;
|
|
97
83
|
right: -10px;
|
|
98
|
-
//top: 30px;
|
|
99
84
|
border-radius: 4px;
|
|
100
85
|
padding: 8px 56px 0px 0px;
|
|
101
86
|
display: flex;
|
|
102
87
|
flex-direction: row;
|
|
103
|
-
gap:
|
|
88
|
+
gap: 0;
|
|
104
89
|
align-items: center;
|
|
105
90
|
justify-content: center;
|
|
106
91
|
position: absolute;
|
|
107
|
-
//left: 294px;
|
|
108
92
|
top: 8px;
|
|
109
93
|
}
|
|
110
94
|
.dialog-information-profile-edit-button {
|
|
@@ -149,7 +133,7 @@ $dialog-information-container-dialog-information-height: 64px;
|
|
|
149
133
|
padding: 4px;
|
|
150
134
|
display: flex;
|
|
151
135
|
flex-direction: row;
|
|
152
|
-
gap:
|
|
136
|
+
gap: 0;
|
|
153
137
|
align-items: center;
|
|
154
138
|
justify-content: center;
|
|
155
139
|
flex-shrink: 0;
|
|
@@ -202,7 +186,7 @@ $dialog-information-container-dialog-information-height: 64px;
|
|
|
202
186
|
text-align: center;
|
|
203
187
|
font: var(--label-label-medium);
|
|
204
188
|
position: relative;
|
|
205
|
-
padding:
|
|
189
|
+
padding: 0 5px 0 5px;
|
|
206
190
|
}
|
|
207
191
|
|
|
208
192
|
.dialog-info-leave {
|
|
@@ -1,41 +1,24 @@
|
|
|
1
1
|
.dialog-members-btn {
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
|
|
4
|
-
/* Auto layout */
|
|
5
|
-
|
|
6
4
|
display: flex;
|
|
7
5
|
flex-direction: row;
|
|
8
6
|
justify-content: center;
|
|
9
7
|
align-items: center;
|
|
10
8
|
padding: 8px 10px;
|
|
11
|
-
|
|
12
|
-
// width: 143px;
|
|
13
9
|
height: 32px;
|
|
14
10
|
|
|
15
|
-
/* Secondary/Secondary-500 */
|
|
16
11
|
|
|
17
12
|
border: 1px solid var(--secondary-elements);
|
|
18
13
|
border-radius: 4px;
|
|
19
|
-
|
|
20
|
-
/* Inside auto layout */
|
|
21
|
-
|
|
22
14
|
flex: none;
|
|
23
15
|
order: 0;
|
|
24
16
|
flex-grow: 0;
|
|
25
|
-
|
|
26
|
-
/* Button/Default */
|
|
27
|
-
|
|
28
|
-
font-family: 'Roboto';
|
|
29
17
|
font-style: normal;
|
|
30
18
|
font-weight: 700;
|
|
31
19
|
font-size: 14px;
|
|
32
20
|
line-height: 16px;
|
|
33
|
-
/* identical to box height, or 114% */
|
|
34
|
-
|
|
35
21
|
letter-spacing: 0.4px;
|
|
36
|
-
|
|
37
|
-
/* Secondary/Secondary-500 */
|
|
38
|
-
|
|
39
22
|
color: var(--secondary-elements);
|
|
40
23
|
|
|
41
24
|
cursor: pointer;
|