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
|
@@ -4,13 +4,9 @@ $create-dialog-container-width: 332px;
|
|
|
4
4
|
$create-dialog-container-height: 180px;
|
|
5
5
|
|
|
6
6
|
.edit-container {
|
|
7
|
-
//border: 1px solid blue;
|
|
8
7
|
min-height: $container-height;
|
|
9
8
|
max-height: $container-height;
|
|
10
9
|
height: $container-height;
|
|
11
|
-
//min-width: $container-width;
|
|
12
|
-
//max-width: $container-width;
|
|
13
|
-
//width: $container-width;
|
|
14
10
|
width: 100%;
|
|
15
11
|
|
|
16
12
|
display: flex;
|
|
@@ -21,13 +17,9 @@ $create-dialog-container-height: 180px;
|
|
|
21
17
|
}
|
|
22
18
|
|
|
23
19
|
.edit-btn-container {
|
|
24
|
-
//border: 3px solid black;
|
|
25
20
|
min-height: 34px;
|
|
26
21
|
max-height: 34px;
|
|
27
22
|
height: 34px;
|
|
28
|
-
//min-width: $container-width;
|
|
29
|
-
//max-width: $container-width;
|
|
30
|
-
//width: $container-width;
|
|
31
23
|
width: 100%;
|
|
32
24
|
|
|
33
25
|
display: flex;
|
|
@@ -41,13 +33,8 @@ $create-dialog-container-height: 180px;
|
|
|
41
33
|
min-height: $create-dialog-container-height;
|
|
42
34
|
max-height: $create-dialog-container-height;
|
|
43
35
|
height: $create-dialog-container-height;
|
|
44
|
-
//min-width: $create-dialog-container-width;
|
|
45
|
-
//max-width: $create-dialog-container-width;
|
|
46
|
-
//width: $create-dialog-container-width;
|
|
47
36
|
width: 100%;
|
|
48
37
|
|
|
49
|
-
//border: 3px solid green;
|
|
50
|
-
|
|
51
38
|
margin-bottom: 24px;
|
|
52
39
|
|
|
53
40
|
&--disable {
|
|
@@ -69,21 +56,14 @@ $create-dialog-container-height: 180px;
|
|
|
69
56
|
justify-content: flex-start;
|
|
70
57
|
align-items: flex-start;
|
|
71
58
|
|
|
72
|
-
//border: 1px solid blue;
|
|
73
|
-
|
|
74
59
|
&__inf {
|
|
75
60
|
min-height: 20px;
|
|
76
|
-
|
|
77
|
-
font-family: 'Roboto';
|
|
78
61
|
font-style: normal;
|
|
79
62
|
font-weight: 400;
|
|
80
63
|
font-size: 14px;
|
|
81
64
|
line-height: 20px;
|
|
82
65
|
letter-spacing: 0.25px;
|
|
83
66
|
color: var(--main-text);
|
|
84
|
-
// color: var(--color-background);
|
|
85
|
-
|
|
86
|
-
//border: 1px solid orange;
|
|
87
67
|
}
|
|
88
68
|
|
|
89
69
|
&__icon-container {
|
|
@@ -100,8 +80,6 @@ $create-dialog-container-height: 180px;
|
|
|
100
80
|
max-height: 56px;
|
|
101
81
|
height: 56px;
|
|
102
82
|
min-width: 56px;
|
|
103
|
-
max-width: 56px;
|
|
104
|
-
height: 56px;
|
|
105
83
|
margin-top: 8px;
|
|
106
84
|
|
|
107
85
|
background-color: var(--disabled-elements);
|
|
@@ -111,12 +89,6 @@ $create-dialog-container-height: 180px;
|
|
|
111
89
|
display: flex;
|
|
112
90
|
justify-content: center;
|
|
113
91
|
align-items: center;
|
|
114
|
-
|
|
115
|
-
//border: 1px solid red;
|
|
116
|
-
|
|
117
|
-
&__content {
|
|
118
|
-
// margin: 10px;
|
|
119
|
-
}
|
|
120
92
|
}
|
|
121
93
|
|
|
122
94
|
&__upload {
|
|
@@ -128,23 +100,17 @@ $create-dialog-container-height: 180px;
|
|
|
128
100
|
padding-left: 16px;
|
|
129
101
|
padding-top: 20px;
|
|
130
102
|
|
|
131
|
-
font-family: 'Roboto';
|
|
132
103
|
font-style: normal;
|
|
133
104
|
font-weight: 700;
|
|
134
105
|
font-size: 14px;
|
|
135
106
|
line-height: 16px;
|
|
136
107
|
letter-spacing: 0.4px;
|
|
137
108
|
color: var(--color-icon);
|
|
138
|
-
//cursor: pointer;
|
|
139
|
-
|
|
140
|
-
// border: 1px solid green;
|
|
141
109
|
}
|
|
142
110
|
}
|
|
143
111
|
|
|
144
112
|
&__upload-error {
|
|
145
113
|
min-height: 20px;
|
|
146
|
-
|
|
147
|
-
font-family: 'Roboto';
|
|
148
114
|
font-style: normal;
|
|
149
115
|
font-weight: 400;
|
|
150
116
|
font-size: 14px;
|
|
@@ -156,16 +122,13 @@ $create-dialog-container-height: 180px;
|
|
|
156
122
|
|
|
157
123
|
&__dialog-name-inf {
|
|
158
124
|
min-height: 20px;
|
|
159
|
-
|
|
160
|
-
font-family: 'Roboto';
|
|
161
125
|
font-style: normal;
|
|
162
126
|
font-weight: 400;
|
|
163
127
|
font-size: 14px;
|
|
164
128
|
line-height: 20px;
|
|
165
129
|
letter-spacing: 0.25px;
|
|
166
130
|
margin-top: 24px;
|
|
167
|
-
|
|
168
|
-
//border: 1px solid orange;
|
|
131
|
+
color: var(--main-text);
|
|
169
132
|
}
|
|
170
133
|
|
|
171
134
|
&__text-field {
|
|
@@ -2,46 +2,13 @@ $create-dialog-container-width: 380px;
|
|
|
2
2
|
$create-dialog-container-height: 312px;
|
|
3
3
|
|
|
4
4
|
.create-dialog-container {
|
|
5
|
-
min-height: $create-dialog-container-height;
|
|
6
|
-
max-height: $create-dialog-container-height;
|
|
7
|
-
height: $create-dialog-container-height;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
// display: flex;
|
|
13
|
-
// flex-direction: row;
|
|
14
|
-
// flex-wrap: nowrap;
|
|
15
|
-
// justify-content: flex-start;
|
|
16
|
-
// align-items: center;
|
|
17
|
-
// gap: 16px;
|
|
18
|
-
// cursor: pointer;
|
|
19
|
-
// border-radius: 4px;
|
|
20
|
-
//
|
|
21
|
-
// border: 1px solid var(--tertiary-elements);
|
|
22
|
-
//
|
|
23
|
-
// &__text{
|
|
24
|
-
// min-height: 24px;
|
|
25
|
-
// // margin: 16px 16px 16px 16px;
|
|
26
|
-
// font-family: 'Roboto';
|
|
27
|
-
// font-style: normal;
|
|
28
|
-
// font-weight: 400;
|
|
29
|
-
// font-size: 16px;
|
|
30
|
-
// line-height: 24px;
|
|
31
|
-
// letter-spacing: 0.15px;
|
|
32
|
-
// flex: 2 2 268px;
|
|
33
|
-
// letter-spacing: 0.15px;
|
|
34
|
-
//
|
|
35
|
-
// //border: 1px solid orange;
|
|
36
|
-
// }
|
|
37
|
-
// &__icon{
|
|
38
|
-
// min-height: 24px;
|
|
39
|
-
// margin-left: 10px;
|
|
40
|
-
// flex: 1 1 24px;
|
|
41
|
-
//
|
|
42
|
-
// // border: 1px solid red;
|
|
43
|
-
// }
|
|
44
|
-
//}
|
|
5
|
+
//min-height: $create-dialog-container-height;
|
|
6
|
+
//max-height: $create-dialog-container-height;
|
|
7
|
+
//height: $create-dialog-container-height;
|
|
8
|
+
|
|
9
|
+
.column-container {
|
|
10
|
+
width: 330px;
|
|
11
|
+
}
|
|
45
12
|
}
|
|
46
13
|
|
|
47
14
|
|
|
@@ -52,7 +19,7 @@ $create-dialog-container-height: 312px;
|
|
|
52
19
|
.item-type-dialog {
|
|
53
20
|
border-radius: 4px;
|
|
54
21
|
border-style: solid;
|
|
55
|
-
border-color: var(--
|
|
22
|
+
border-color: var(--tertiary-elements, #636d78);
|
|
56
23
|
border-width: 1px;
|
|
57
24
|
padding: 16px;
|
|
58
25
|
display: flex;
|
|
@@ -78,7 +45,7 @@ $create-dialog-container-height: 312px;
|
|
|
78
45
|
position: relative;
|
|
79
46
|
}
|
|
80
47
|
.item-type-dialog-name {
|
|
81
|
-
color: var(--
|
|
48
|
+
color: var(--main-text, #0b1b0f);
|
|
82
49
|
text-align: left;
|
|
83
50
|
font-family: var(
|
|
84
51
|
--body-body-medium-font-family,
|
|
@@ -91,3 +58,11 @@ $create-dialog-container-height: 312px;
|
|
|
91
58
|
position: relative;
|
|
92
59
|
flex: 1;
|
|
93
60
|
}
|
|
61
|
+
|
|
62
|
+
@media only screen and (max-width: 980px) {
|
|
63
|
+
.create-dialog-container {
|
|
64
|
+
.column-container {
|
|
65
|
+
width: unset;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -25,44 +25,47 @@ const CreateDialog = ({
|
|
|
25
25
|
createPublicDialogOnTouch,
|
|
26
26
|
}:CreateDialogProps) => {
|
|
27
27
|
return (
|
|
28
|
-
<
|
|
29
|
-
<
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<div className="item-type-dialog
|
|
33
|
-
<
|
|
28
|
+
<div className="create-dialog-container">
|
|
29
|
+
<ColumnContainer gapBetweenItem="8px">
|
|
30
|
+
<ActiveButton
|
|
31
|
+
content={
|
|
32
|
+
<div className="item-type-dialog">
|
|
33
|
+
<div className="item-type-dialog-icon">
|
|
34
|
+
<Chat width="24" height="24" applyZoom />
|
|
35
|
+
</div>
|
|
36
|
+
<div className="item-type-dialog-name">Private</div>
|
|
34
37
|
</div>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
<
|
|
38
|
+
}
|
|
39
|
+
clickAction={createPrivateDialogOnClick}
|
|
40
|
+
touchAction={createPrivateDialogOnTouch}
|
|
41
|
+
/>
|
|
42
|
+
<ActiveButton
|
|
43
|
+
content={
|
|
44
|
+
<div className="item-type-dialog">
|
|
45
|
+
<div className="item-type-dialog-icon">
|
|
46
|
+
<GroupChat width="32" height="32" applyZoom />
|
|
47
|
+
</div>
|
|
48
|
+
<div className="item-type-dialog-name">Group</div>
|
|
46
49
|
</div>
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
<
|
|
50
|
+
}
|
|
51
|
+
clickAction={createGroupDialogOnClick}
|
|
52
|
+
touchAction={createGroupDialogOnTouch}
|
|
53
|
+
/>
|
|
54
|
+
<ActiveButton
|
|
55
|
+
content={
|
|
56
|
+
<div className="item-type-dialog">
|
|
57
|
+
<div className="item-type-dialog-icon">
|
|
58
|
+
<PublicChannel width="32" height="32" applyZoom />
|
|
59
|
+
</div>
|
|
60
|
+
<div className="item-type-dialog-name">Public</div>
|
|
58
61
|
</div>
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
}
|
|
63
|
+
clickAction={createPublicDialogOnClick}
|
|
64
|
+
touchAction={createPublicDialogOnTouch}
|
|
65
|
+
/>
|
|
66
|
+
</ColumnContainer>
|
|
67
|
+
</div>
|
|
68
|
+
|
|
66
69
|
);
|
|
67
70
|
};
|
|
68
71
|
|
|
@@ -124,7 +124,7 @@ const CreateNewDialogFlow = ({
|
|
|
124
124
|
};
|
|
125
125
|
|
|
126
126
|
return (
|
|
127
|
-
|
|
127
|
+
<>
|
|
128
128
|
<div
|
|
129
129
|
style={{
|
|
130
130
|
position: 'absolute',
|
|
@@ -185,7 +185,7 @@ const CreateNewDialogFlow = ({
|
|
|
185
185
|
idOwnerDialog={remoteDataSourceMock.authInformation!.userId.toString()}
|
|
186
186
|
/>
|
|
187
187
|
)}
|
|
188
|
-
|
|
188
|
+
</>
|
|
189
189
|
);
|
|
190
190
|
};
|
|
191
191
|
|
|
@@ -15,6 +15,10 @@ $create-dialog-container-height: 412px;
|
|
|
15
15
|
justify-content: flex-start;
|
|
16
16
|
align-items: flex-start;
|
|
17
17
|
|
|
18
|
+
.disabled {
|
|
19
|
+
color: var(--secondary-text);
|
|
20
|
+
}
|
|
21
|
+
|
|
18
22
|
&--add-members-container {
|
|
19
23
|
min-height: $container-height;
|
|
20
24
|
max-height: $container-height;
|
|
@@ -37,7 +41,6 @@ $create-dialog-container-height: 412px;
|
|
|
37
41
|
|
|
38
42
|
&__inf {
|
|
39
43
|
min-height: 20px;
|
|
40
|
-
font-family: 'Roboto';
|
|
41
44
|
font-style: normal;
|
|
42
45
|
font-weight: 500;
|
|
43
46
|
font-size: 14px;
|
|
@@ -70,7 +73,6 @@ $create-dialog-container-height: 412px;
|
|
|
70
73
|
padding: 0px;
|
|
71
74
|
gap: 16px;
|
|
72
75
|
|
|
73
|
-
//width: 332px;
|
|
74
76
|
width: 100%;
|
|
75
77
|
height: 100px;
|
|
76
78
|
}
|
|
@@ -93,7 +95,6 @@ $create-dialog-container-height: 412px;
|
|
|
93
95
|
text-align: center;
|
|
94
96
|
padding: 8px;
|
|
95
97
|
width: 268px;
|
|
96
|
-
// width: 100%;
|
|
97
98
|
height: 44px;
|
|
98
99
|
|
|
99
100
|
border: 1px solid #90979f;
|
|
@@ -108,7 +109,6 @@ $create-dialog-container-height: 412px;
|
|
|
108
109
|
margin-left: 6px;
|
|
109
110
|
margin-right: 6px;
|
|
110
111
|
|
|
111
|
-
font-family: 'Roboto';
|
|
112
112
|
font-style: normal;
|
|
113
113
|
font-weight: 400;
|
|
114
114
|
font-size: 16px;
|
|
@@ -136,12 +136,8 @@ $create-dialog-container-height: 412px;
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
&--btn-container {
|
|
139
|
-
min-height: 32px;
|
|
140
139
|
max-height: 32px;
|
|
141
140
|
height: 32px;
|
|
142
|
-
//min-width: $container-width;
|
|
143
|
-
//max-width: $container-width;
|
|
144
|
-
//width: $container-width;
|
|
145
141
|
width: 100%;
|
|
146
142
|
min-height: 34px;
|
|
147
143
|
margin-top: 24px;
|
|
@@ -152,8 +148,6 @@ $create-dialog-container-height: 412px;
|
|
|
152
148
|
flex-wrap: nowrap;
|
|
153
149
|
justify-content: flex-end;
|
|
154
150
|
align-items: flex-end;
|
|
155
|
-
|
|
156
|
-
//border: 2px solid blue;
|
|
157
151
|
}
|
|
158
152
|
|
|
159
153
|
&-loader {
|
|
@@ -162,32 +156,9 @@ $create-dialog-container-height: 412px;
|
|
|
162
156
|
}
|
|
163
157
|
.filtered-text-field{
|
|
164
158
|
width: 100%;
|
|
165
|
-
//margin: 16px;
|
|
166
|
-
//padding: 8px;
|
|
167
|
-
|
|
168
159
|
background-color: var(--main-background);
|
|
169
160
|
color: var(--secondary-text);
|
|
170
161
|
|
|
171
|
-
//input {
|
|
172
|
-
// color: var(--secondary-text);
|
|
173
|
-
// background-color: var(--main-background);
|
|
174
|
-
// margin-left: 6px;
|
|
175
|
-
// margin-right: 6px;
|
|
176
|
-
//
|
|
177
|
-
// font-family: 'Roboto';
|
|
178
|
-
// font-style: normal;
|
|
179
|
-
// font-weight: 400;
|
|
180
|
-
// font-size: 16px;
|
|
181
|
-
// line-height: 24px;
|
|
182
|
-
//
|
|
183
|
-
// display: flex;
|
|
184
|
-
// align-items: center;
|
|
185
|
-
// letter-spacing: 0.15px;
|
|
186
|
-
//
|
|
187
|
-
// border: none;
|
|
188
|
-
// outline: none;
|
|
189
|
-
//}
|
|
190
|
-
|
|
191
162
|
&__icon {
|
|
192
163
|
width: 24px;
|
|
193
164
|
height: 24px;
|
|
@@ -18,6 +18,7 @@ import { OpenDialogArcheType, TypeOpenDialog } from '../EditDialog/EditDialog';
|
|
|
18
18
|
import { Loader, UserListItem } from '../../ui-components';
|
|
19
19
|
import { SearchSvg } from '../../icons';
|
|
20
20
|
import TextField from '../../ui-components/TextField/TextField';
|
|
21
|
+
import cn from 'classnames';
|
|
21
22
|
|
|
22
23
|
type SelectedItemInfo = { isChecked: boolean; userid: number };
|
|
23
24
|
|
|
@@ -64,6 +65,10 @@ const InviteMembers = ({
|
|
|
64
65
|
userViewModel.getUsers(new Pagination(0, userPerPage));
|
|
65
66
|
}, []);
|
|
66
67
|
|
|
68
|
+
useEffect( () => {
|
|
69
|
+
setCountSelected(getUsersForIncludeInDialog().length);
|
|
70
|
+
}, [Object.entries(selectedItems).length])
|
|
71
|
+
|
|
67
72
|
const fetchMoreData = () => {
|
|
68
73
|
if (userViewModel.pagination.hasNextPage()) {
|
|
69
74
|
const newPagination = userViewModel.pagination;
|
|
@@ -133,13 +138,16 @@ const InviteMembers = ({
|
|
|
133
138
|
|
|
134
139
|
const handleUserListItemChange = (userId: number, value: boolean) => {
|
|
135
140
|
setSelectedItems((prevState) => {
|
|
136
|
-
|
|
137
|
-
...prevState,
|
|
138
|
-
[userId]: { isChecked: value, userid: userId },
|
|
139
|
-
};
|
|
140
|
-
});
|
|
141
|
+
const updatedState = { ...prevState, [userId]: { isChecked: value, userid: userId } };
|
|
141
142
|
|
|
142
|
-
|
|
143
|
+
Object.keys(updatedState).forEach((key) => {
|
|
144
|
+
if (!updatedState[Number(key)].isChecked) {
|
|
145
|
+
delete updatedState[Number(key)];
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
|
|
149
|
+
return updatedState;
|
|
150
|
+
});
|
|
143
151
|
};
|
|
144
152
|
|
|
145
153
|
const [userNameForFilter, setUserNameForFilter] = useState<string>('');
|
|
@@ -187,7 +195,9 @@ const InviteMembers = ({
|
|
|
187
195
|
setUserNameForFilter(value);
|
|
188
196
|
}}
|
|
189
197
|
/>
|
|
190
|
-
<div className="container-invite-members--add-members-container--wrapper__inf"
|
|
198
|
+
<div className= {cn("container-invite-members--add-members-container--wrapper__inf", {
|
|
199
|
+
"disabled" : countSelectedItems < 1
|
|
200
|
+
})}>
|
|
191
201
|
{countSelectedItems} selected
|
|
192
202
|
</div>
|
|
193
203
|
<div className="container-invite-members--add-members-container--wrapper__members">
|
|
@@ -13,15 +13,13 @@
|
|
|
13
13
|
flex: none;
|
|
14
14
|
order: 1;
|
|
15
15
|
flex-grow: 0;
|
|
16
|
-
|
|
17
|
-
font-family: 'Roboto';
|
|
18
16
|
font-style: normal;
|
|
19
|
-
font-weight:
|
|
17
|
+
font-weight: 500;
|
|
20
18
|
font-size: 14px;
|
|
21
19
|
line-height: 16px;
|
|
22
20
|
letter-spacing: 0.4px;
|
|
23
21
|
|
|
24
|
-
color: var(--
|
|
22
|
+
color: var(--system);
|
|
25
23
|
|
|
26
24
|
border: none;
|
|
27
25
|
outline: none;
|
|
@@ -41,9 +39,8 @@
|
|
|
41
39
|
flex: none;
|
|
42
40
|
order: 1;
|
|
43
41
|
flex-grow: 0;
|
|
44
|
-
font-family: 'Roboto';
|
|
45
42
|
font-style: normal;
|
|
46
|
-
font-weight:
|
|
43
|
+
font-weight: 500;
|
|
47
44
|
font-size: 14px;
|
|
48
45
|
line-height: 16px;
|
|
49
46
|
letter-spacing: 0.4px;
|
|
@@ -69,9 +66,8 @@
|
|
|
69
66
|
order: 0;
|
|
70
67
|
flex-grow: 0;
|
|
71
68
|
|
|
72
|
-
font-family: 'Roboto';
|
|
73
69
|
font-style: normal;
|
|
74
|
-
font-weight:
|
|
70
|
+
font-weight: 500;
|
|
75
71
|
font-size: 14px;
|
|
76
72
|
line-height: 16px;
|
|
77
73
|
letter-spacing: 0.4px;
|
|
@@ -90,9 +86,8 @@
|
|
|
90
86
|
flex: none;
|
|
91
87
|
order: 1;
|
|
92
88
|
flex-grow: 0;
|
|
93
|
-
font-family: 'Roboto';
|
|
94
89
|
font-style: normal;
|
|
95
|
-
font-weight:
|
|
90
|
+
font-weight: 500;
|
|
96
91
|
font-size: 14px;
|
|
97
92
|
line-height: 16px;
|
|
98
93
|
letter-spacing: 0.4px;
|
|
@@ -4,8 +4,6 @@ $error-container-error-action-color: var(--main-elements);
|
|
|
4
4
|
$error-container-divider: var(--divider);
|
|
5
5
|
|
|
6
6
|
.error-container-wrapper {
|
|
7
|
-
// padding-top: 9px;
|
|
8
|
-
// padding-bottom: 12px;
|
|
9
7
|
border: 1px solid $error-container-divider;
|
|
10
8
|
}
|
|
11
9
|
|
|
@@ -17,7 +15,6 @@ $error-container-divider: var(--divider);
|
|
|
17
15
|
margin: 0 auto;
|
|
18
16
|
justify-content: center;
|
|
19
17
|
align-items: center;
|
|
20
|
-
// border: 1px solid green;
|
|
21
18
|
gap: 16px;
|
|
22
19
|
background-color: $error-container-background-color;
|
|
23
20
|
&__error-icon {
|
|
@@ -35,7 +32,6 @@ $error-container-divider: var(--divider);
|
|
|
35
32
|
}
|
|
36
33
|
&__error-message {
|
|
37
34
|
min-height: 24px;
|
|
38
|
-
font-family: 'Roboto';
|
|
39
35
|
font-style: normal;
|
|
40
36
|
font-weight: 400;
|
|
41
37
|
font-size: 16px;
|
|
@@ -63,7 +59,6 @@ $error-container-divider: var(--divider);
|
|
|
63
59
|
}
|
|
64
60
|
&__refresh-text {
|
|
65
61
|
color: $error-container-error-action-color;
|
|
66
|
-
font-family: 'Roboto';
|
|
67
62
|
font-style: normal;
|
|
68
63
|
font-weight: 700;
|
|
69
64
|
font-size: 14px;
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
// $column-container-width: 320px;
|
|
2
2
|
$column-container-width: var(--max-width-dialog-list);
|
|
3
3
|
.column-container{
|
|
4
|
-
width: $column-container-width;
|
|
5
|
-
// width: 100%;
|
|
4
|
+
width: $column-container-width;
|
|
6
5
|
display: flex;
|
|
7
6
|
flex-flow: column nowrap;
|
|
8
7
|
}
|
|
9
|
-
// artan changed 12.01.2024
|
|
10
|
-
//@media only screen and (max-width: var(--min-width-screen-desktop)) {
|
|
11
|
-
// .column-container{
|
|
12
|
-
// width: 100%;
|
|
13
|
-
// display: flex;
|
|
14
|
-
// flex-flow: column nowrap;
|
|
15
|
-
// }
|
|
16
|
-
//}
|
|
@@ -9,7 +9,7 @@ $qb-dark-color-divider: #FFFFFF;
|
|
|
9
9
|
$qb-dark-color-font: #3978FC;
|
|
10
10
|
|
|
11
11
|
$background-overlay-light: rgba(19, 29, 40, .80);
|
|
12
|
-
$background-overlay-dark: rgba(
|
|
12
|
+
$background-overlay-dark: rgba(19, 29, 40, .80);
|
|
13
13
|
$primary-50: #E7EFFF;
|
|
14
14
|
$primary-100: #C4D7FE;
|
|
15
15
|
$primary-200: #9CBCFE;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
html[data-theme='dark'] {
|
|
5
5
|
--primary: #{$primary-500};
|
|
6
6
|
--color-background: #{$secondary-900};
|
|
7
|
-
--color-background-modal: #{$
|
|
7
|
+
--color-background-modal: #{$background-overlay-dark};
|
|
8
8
|
--color-background-overlay: #{$secondary-900};
|
|
9
9
|
--color-divider: #{$secondary-400};
|
|
10
10
|
--color-font: #{$primary-a-100};
|
|
@@ -15,11 +15,11 @@ html[data-theme='dark'] {
|
|
|
15
15
|
|
|
16
16
|
--color-background-info: #{$primary-500};
|
|
17
17
|
--color-border-active: #{$secondary-200};
|
|
18
|
-
--tertiary-elements: #{$
|
|
18
|
+
--tertiary-elements: #{$secondary-300};
|
|
19
19
|
--main-elements: #{$primary-300};
|
|
20
20
|
--secondary-elements: #{$primary-a-100};
|
|
21
21
|
--input-elements: #{$secondary-200};
|
|
22
|
-
--disabled-elements: #{$secondary-
|
|
22
|
+
--disabled-elements: #{$secondary-100};
|
|
23
23
|
--field-border: #{$secondary-200};
|
|
24
24
|
--main-text: #{$primary-a-100};
|
|
25
25
|
--secondary-text: #{$secondary-200};
|
|
@@ -34,4 +34,5 @@ html[data-theme='dark'] {
|
|
|
34
34
|
--error: #{$error-300};
|
|
35
35
|
--error-secondary: #{$error-100};
|
|
36
36
|
--hightlight: #{$highlight};
|
|
37
|
+
--system: #{$primary-a-100};
|
|
37
38
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
:root {
|
|
4
4
|
--primary: #{$primary-500};
|
|
5
5
|
--color-background: #{$primary-a-100};
|
|
6
|
-
--color-background-modal: #{$
|
|
6
|
+
--color-background-modal: #{$background-overlay-light};
|
|
7
7
|
--color-background-overlay: #{$secondary-900};
|
|
8
8
|
--color-divider: #{$primary-50};
|
|
9
9
|
--color-font: #{$secondary-900};
|
|
@@ -35,4 +35,5 @@
|
|
|
35
35
|
--error: #{$error-500};
|
|
36
36
|
--error-secondary: #{$error-200};
|
|
37
37
|
--hightlight: #{$highlight};
|
|
38
|
+
--system: #{$primary-a-100};
|
|
38
39
|
}
|
|
@@ -14,10 +14,9 @@
|
|
|
14
14
|
@include applyBorderBox;
|
|
15
15
|
|
|
16
16
|
svg {
|
|
17
|
-
height:
|
|
18
|
-
width:
|
|
19
|
-
fill: var(--
|
|
20
|
-
padding: 10px;
|
|
17
|
+
height: 26px;
|
|
18
|
+
width: 26px;
|
|
19
|
+
fill: var(--tertiary-elements);
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
&__image {
|
|
@@ -44,6 +43,11 @@
|
|
|
44
43
|
&--lg {
|
|
45
44
|
width: 56px;
|
|
46
45
|
height: 56px;
|
|
46
|
+
|
|
47
|
+
svg {
|
|
48
|
+
height: 33px;
|
|
49
|
+
width: 33px;
|
|
50
|
+
}
|
|
47
51
|
}
|
|
48
52
|
|
|
49
53
|
&--xl {
|
|
@@ -4,8 +4,6 @@ import cn from 'classnames';
|
|
|
4
4
|
import { UserSvg } from '../../icons';
|
|
5
5
|
import './Avatar.scss';
|
|
6
6
|
|
|
7
|
-
console.log('UserSvg:', UserSvg); // <-- Добавляем отладку
|
|
8
|
-
|
|
9
7
|
export interface AvatarProps {
|
|
10
8
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
11
9
|
icon?: ReactElement;
|
|
@@ -74,7 +74,7 @@ export const AvatarIcon: StoryDefault = {
|
|
|
74
74
|
|
|
75
75
|
export const AvatarImage: StoryDefault = {
|
|
76
76
|
args: {
|
|
77
|
-
|
|
78
|
-
src: 'https://cdn-ikpjoif.nitrocdn.com/WZsqFPiehrtwFaaeJNQAQZrkRMgaTuyL/assets/images/optimized/rev-83f47e6/quickblox.com/wp-content/themes/QuickbloxTheme2021/img/custom-white-label-solution.jpg',
|
|
77
|
+
src: 'https://quickblox.com/wp-content/themes/QuickbloxTheme2021/img/chat-messaging.svg',
|
|
78
|
+
// src: 'https://cdn-ikpjoif.nitrocdn.com/WZsqFPiehrtwFaaeJNQAQZrkRMgaTuyL/assets/images/optimized/rev-83f47e6/quickblox.com/wp-content/themes/QuickbloxTheme2021/img/custom-white-label-solution.jpg',
|
|
79
79
|
},
|
|
80
80
|
};
|