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.
Files changed (349) hide show
  1. package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts.map +1 -1
  2. package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts.map +1 -1
  3. package/dist/Presentation/ui-components/Avatar/Avatar.d.ts.map +1 -1
  4. package/dist/Presentation/ui-components/CheckBox/CheckBox.d.ts.map +1 -1
  5. package/dist/index-ui.js +49 -43
  6. package/package.json +1 -1
  7. package/src/Presentation/Views/DialogInfo/DialogInfo.scss +3 -19
  8. package/src/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.scss +0 -17
  9. package/src/Presentation/Views/DialogInfo/MembersList/MembersList.scss +0 -1
  10. package/src/Presentation/Views/EditDialog/EditDialog.scss +1 -38
  11. package/src/Presentation/Views/Flow/CreateDialog/CreateDialog.scss +17 -42
  12. package/src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx +38 -35
  13. package/src/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.tsx +2 -2
  14. package/src/Presentation/Views/InviteMembers/InviteMembers.scss +4 -33
  15. package/src/Presentation/Views/InviteMembers/InviteMembers.tsx +17 -7
  16. package/src/Presentation/components/UI/Buttons/MainButton/MainButton.css +5 -10
  17. package/src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.scss +0 -5
  18. package/src/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.scss +0 -2
  19. package/src/Presentation/components/containers/ColumnContainer/ColumnContainer.scss +1 -10
  20. package/src/Presentation/themes/styles/_theme_colors_scheme.scss +1 -1
  21. package/src/Presentation/themes/styles/_theme_dark.scss +4 -3
  22. package/src/Presentation/themes/styles/_theme_light.scss +2 -1
  23. package/src/Presentation/ui-components/Avatar/Avatar.scss +8 -4
  24. package/src/Presentation/ui-components/Avatar/Avatar.tsx +0 -2
  25. package/src/Presentation/ui-components/Avatar/avatar.stories.tsx +2 -2
  26. package/src/Presentation/ui-components/Button/Button.scss +4 -5
  27. package/src/Presentation/ui-components/CheckBox/CheckBox.scss +29 -1
  28. package/src/Presentation/ui-components/CheckBox/CheckBox.tsx +8 -7
  29. package/src/Presentation/ui-components/DialogWindow/DialogWindow.scss +7 -3
  30. package/src/Presentation/ui-components/DialogWindow/DialogWindow.stories.tsx +8 -0
  31. package/src/Presentation/ui-components/Header/Header.scss +3 -1
  32. package/src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.scss +3 -1
  33. package/src/Presentation/ui-components/Message/Message.scss +0 -1
  34. package/src/Presentation/ui-components/MessageInput/MessageInput.stories.tsx +3 -3
  35. package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.ts +2 -2
  36. package/src/Presentation/ui-components/SettingsItem/SettingsItem.scss +1 -2
  37. package/src/Presentation/ui-components/SettingsItem/SettingsItem.stories.tsx +7 -7
  38. package/src/Presentation/ui-components/TextField/TextField.scss +2 -3
  39. package/src/Presentation/ui-components/UserListItem/UserListItem.scss +2 -3
  40. package/src/Presentation/ui-components/UserListItem/UserListItem.stories.tsx +17 -4
  41. package/storybook-static/167.88fc69a9.iframe.bundle.js +1 -0
  42. package/storybook-static/294.b81cdbca.iframe.bundle.js +1 -0
  43. package/storybook-static/363.2cb21716.iframe.bundle.js +2 -0
  44. package/storybook-static/363.2cb21716.iframe.bundle.js.LICENSE.txt +44 -0
  45. package/storybook-static/364.988cd801.iframe.bundle.js +1 -0
  46. package/storybook-static/488.3cd3942e.iframe.bundle.js +1 -0
  47. package/storybook-static/559.9e64a6f5.iframe.bundle.js +2 -0
  48. package/storybook-static/559.9e64a6f5.iframe.bundle.js.LICENSE.txt +5 -0
  49. package/storybook-static/735.82f96f8a.iframe.bundle.js +2 -0
  50. package/storybook-static/735.82f96f8a.iframe.bundle.js.LICENSE.txt +9 -0
  51. package/storybook-static/756.92971caf.iframe.bundle.js +405 -0
  52. package/storybook-static/756.92971caf.iframe.bundle.js.LICENSE.txt +19 -0
  53. package/storybook-static/756.92971caf.iframe.bundle.js.map +1 -0
  54. package/storybook-static/844.642791cb.iframe.bundle.js +95 -0
  55. package/storybook-static/844.642791cb.iframe.bundle.js.LICENSE.txt +19 -0
  56. package/storybook-static/844.642791cb.iframe.bundle.js.map +1 -0
  57. package/storybook-static/936.8546c1d8.iframe.bundle.js +1 -0
  58. package/storybook-static/961.c94da456.iframe.bundle.js +2 -0
  59. package/storybook-static/961.c94da456.iframe.bundle.js.LICENSE.txt +9 -0
  60. package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.b363e9a1.iframe.bundle.js +2 -0
  61. package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.b363e9a1.iframe.bundle.js.LICENSE.txt +5 -0
  62. package/storybook-static/Presentation-ui-components-Badge-Badge-stories.85dd97b0.iframe.bundle.js +2 -0
  63. package/storybook-static/Presentation-ui-components-Badge-Badge-stories.85dd97b0.iframe.bundle.js.LICENSE.txt +5 -0
  64. package/storybook-static/Presentation-ui-components-Button-Button-stories.1b030a58.iframe.bundle.js +2 -0
  65. package/storybook-static/Presentation-ui-components-Button-Button-stories.1b030a58.iframe.bundle.js.LICENSE.txt +5 -0
  66. package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.cd797979.iframe.bundle.js +1 -0
  67. package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.0d762d0d.iframe.bundle.js +2 -0
  68. package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.0d762d0d.iframe.bundle.js.LICENSE.txt +5 -0
  69. package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.eb7d6a47.iframe.bundle.js +2 -0
  70. package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.eb7d6a47.iframe.bundle.js.LICENSE.txt +15 -0
  71. package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.9b27ad00.iframe.bundle.js +2 -0
  72. package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.9b27ad00.iframe.bundle.js.LICENSE.txt +5 -0
  73. package/storybook-static/Presentation-ui-components-Header-Header-stories.85ea0a7f.iframe.bundle.js +2 -0
  74. package/storybook-static/Presentation-ui-components-Header-Header-stories.85ea0a7f.iframe.bundle.js.LICENSE.txt +5 -0
  75. package/storybook-static/Presentation-ui-components-Loader-Loader-stories.7391dde4.iframe.bundle.js +2 -0
  76. package/storybook-static/Presentation-ui-components-Loader-Loader-stories.7391dde4.iframe.bundle.js.LICENSE.txt +5 -0
  77. package/storybook-static/Presentation-ui-components-Message-Message-stories.6f9e723d.iframe.bundle.js +2 -0
  78. package/storybook-static/Presentation-ui-components-Message-Message-stories.6f9e723d.iframe.bundle.js.LICENSE.txt +5 -0
  79. package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.1f01374c.iframe.bundle.js +1 -0
  80. package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.b927d1e1.iframe.bundle.js +1 -0
  81. package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.34dfadb1.iframe.bundle.js +2 -0
  82. package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.34dfadb1.iframe.bundle.js.LICENSE.txt +5 -0
  83. package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.9b4eff15.iframe.bundle.js +2 -0
  84. package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.9b4eff15.iframe.bundle.js.LICENSE.txt +5 -0
  85. package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.d74853ab.iframe.bundle.js +2 -0
  86. package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.d74853ab.iframe.bundle.js.LICENSE.txt +5 -0
  87. package/storybook-static/Presentation-ui-components-TextField-TextField-stories.db85d4ac.iframe.bundle.js +2 -0
  88. package/storybook-static/Presentation-ui-components-TextField-TextField-stories.db85d4ac.iframe.bundle.js.LICENSE.txt +5 -0
  89. package/storybook-static/Presentation-ui-components-Toast-Toast-stories.5c245f2b.iframe.bundle.js +1 -0
  90. package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.65dee6f0.iframe.bundle.js +2 -0
  91. package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.65dee6f0.iframe.bundle.js.LICENSE.txt +5 -0
  92. package/storybook-static/docs-Introduction-mdx.5addfa61.iframe.bundle.js +1 -0
  93. package/storybook-static/docs-Styling-mdx.9f4235f1.iframe.bundle.js +1 -0
  94. package/storybook-static/favicon.svg +1 -7
  95. package/storybook-static/iframe.html +175 -19
  96. package/storybook-static/index.html +100 -46
  97. package/storybook-static/index.json +1 -1
  98. package/storybook-static/main.4f17bc46.iframe.bundle.js +1 -0
  99. package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  100. package/storybook-static/nunito-sans-bold.woff2 +0 -0
  101. package/storybook-static/nunito-sans-italic.woff2 +0 -0
  102. package/storybook-static/nunito-sans-regular.woff2 +0 -0
  103. package/storybook-static/project.json +1 -1
  104. package/storybook-static/runtime~main.a64d2b1e.iframe.bundle.js +1 -0
  105. package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +331 -0
  106. package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +51 -0
  107. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +3 -0
  108. package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +12 -0
  109. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +402 -0
  110. package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +242 -0
  111. package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +3 -0
  112. package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +3 -0
  113. package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +3 -0
  114. package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +3 -0
  115. package/storybook-static/sb-addons/interactions-11/manager-bundle.js +222 -0
  116. package/storybook-static/sb-addons/onboarding-1/manager-bundle.js +127 -0
  117. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
  118. package/storybook-static/sb-common-assets/favicon.svg +1 -0
  119. package/storybook-static/sb-manager/globals-module-info.js +1046 -1
  120. package/storybook-static/sb-manager/globals-runtime.js +41239 -0
  121. package/storybook-static/sb-manager/globals.js +48 -1
  122. package/storybook-static/sb-manager/runtime.js +12048 -1
  123. package/storybook-static/sb-preview/globals.js +33 -1
  124. package/storybook-static/sb-preview/runtime.js +7725 -90
  125. package/storybook-static/208.5b4db3b7.iframe.bundle.js +0 -508
  126. package/storybook-static/208.5b4db3b7.iframe.bundle.js.map +0 -1
  127. package/storybook-static/294.3eb6fe57.iframe.bundle.js +0 -1
  128. package/storybook-static/305.8c6a9b9c.iframe.bundle.js +0 -1
  129. package/storybook-static/421.0bbb0e61.iframe.bundle.js +0 -1
  130. package/storybook-static/457.6ff065bd.iframe.bundle.js +0 -352
  131. package/storybook-static/457.6ff065bd.iframe.bundle.js.map +0 -1
  132. package/storybook-static/503.769aa420.iframe.bundle.js +0 -1
  133. package/storybook-static/647.be358768.iframe.bundle.js +0 -1
  134. package/storybook-static/71.badb5d90.iframe.bundle.js +0 -157
  135. package/storybook-static/71.badb5d90.iframe.bundle.js.map +0 -1
  136. package/storybook-static/857.fdf27d25.iframe.bundle.js +0 -1
  137. package/storybook-static/994.d260ec82.iframe.bundle.js +0 -39
  138. package/storybook-static/994.d260ec82.iframe.bundle.js.map +0 -1
  139. package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.f12c0e50.iframe.bundle.js +0 -14
  140. package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.f12c0e50.iframe.bundle.js.map +0 -1
  141. package/storybook-static/Presentation-ui-components-Badge-Badge-stories.848c045d.iframe.bundle.js +0 -14
  142. package/storybook-static/Presentation-ui-components-Badge-Badge-stories.848c045d.iframe.bundle.js.map +0 -1
  143. package/storybook-static/Presentation-ui-components-Button-Button-stories.0a264f7c.iframe.bundle.js +0 -14
  144. package/storybook-static/Presentation-ui-components-Button-Button-stories.0a264f7c.iframe.bundle.js.map +0 -1
  145. package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.e500567e.iframe.bundle.js +0 -10
  146. package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.e500567e.iframe.bundle.js.map +0 -1
  147. package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.053f39b6.iframe.bundle.js +0 -14
  148. package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.053f39b6.iframe.bundle.js.map +0 -1
  149. package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.8d572e56.iframe.bundle.js +0 -14
  150. package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.8d572e56.iframe.bundle.js.map +0 -1
  151. package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.68f79f53.iframe.bundle.js +0 -14
  152. package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.68f79f53.iframe.bundle.js.map +0 -1
  153. package/storybook-static/Presentation-ui-components-Header-Header-stories.e2972795.iframe.bundle.js +0 -14
  154. package/storybook-static/Presentation-ui-components-Header-Header-stories.e2972795.iframe.bundle.js.map +0 -1
  155. package/storybook-static/Presentation-ui-components-Loader-Loader-stories.8eb761ce.iframe.bundle.js +0 -14
  156. package/storybook-static/Presentation-ui-components-Loader-Loader-stories.8eb761ce.iframe.bundle.js.map +0 -1
  157. package/storybook-static/Presentation-ui-components-Message-Message-stories.b5b1775d.iframe.bundle.js +0 -14
  158. package/storybook-static/Presentation-ui-components-Message-Message-stories.b5b1775d.iframe.bundle.js.map +0 -1
  159. package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.e55416f1.iframe.bundle.js +0 -1
  160. package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.419df5dd.iframe.bundle.js +0 -10
  161. package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.419df5dd.iframe.bundle.js.map +0 -1
  162. package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.c17043ac.iframe.bundle.js +0 -14
  163. package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.c17043ac.iframe.bundle.js.map +0 -1
  164. package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.3fd8b734.iframe.bundle.js +0 -14
  165. package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.3fd8b734.iframe.bundle.js.map +0 -1
  166. package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.c943f648.iframe.bundle.js +0 -14
  167. package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.c943f648.iframe.bundle.js.map +0 -1
  168. package/storybook-static/Presentation-ui-components-TextField-TextField-stories.30586294.iframe.bundle.js +0 -14
  169. package/storybook-static/Presentation-ui-components-TextField-TextField-stories.30586294.iframe.bundle.js.map +0 -1
  170. package/storybook-static/Presentation-ui-components-Toast-Toast-stories.24db9b3e.iframe.bundle.js +0 -14
  171. package/storybook-static/Presentation-ui-components-Toast-Toast-stories.24db9b3e.iframe.bundle.js.map +0 -1
  172. package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.04902be9.iframe.bundle.js +0 -14
  173. package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.04902be9.iframe.bundle.js.map +0 -1
  174. package/storybook-static/docs-Introduction-mdx.4b40f479.iframe.bundle.js +0 -10
  175. package/storybook-static/docs-Introduction-mdx.4b40f479.iframe.bundle.js.map +0 -1
  176. package/storybook-static/docs-Styling-mdx.55077e67.iframe.bundle.js +0 -10
  177. package/storybook-static/docs-Styling-mdx.55077e67.iframe.bundle.js.map +0 -1
  178. package/storybook-static/favicon.ico +0 -0
  179. package/storybook-static/logo192.png +0 -0
  180. package/storybook-static/logo512.png +0 -0
  181. package/storybook-static/main.c0c1b229.iframe.bundle.js +0 -1
  182. package/storybook-static/manifest.json +0 -25
  183. package/storybook-static/robots.txt +0 -3
  184. package/storybook-static/runtime~main.94227b12.iframe.bundle.js +0 -1
  185. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +0 -3
  186. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
  187. package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +0 -12
  188. package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
  189. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +0 -62
  190. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +0 -18
  191. package/storybook-static/sb-addons/essentials-measure-5/manager-bundle.js +0 -3
  192. package/storybook-static/sb-addons/essentials-measure-5/manager-bundle.js.LEGAL.txt +0 -0
  193. package/storybook-static/sb-addons/essentials-outline-6/manager-bundle.js +0 -3
  194. package/storybook-static/sb-addons/essentials-outline-6/manager-bundle.js.LEGAL.txt +0 -0
  195. package/storybook-static/sb-addons/essentials-toolbars-4/manager-bundle.js +0 -3
  196. package/storybook-static/sb-addons/essentials-toolbars-4/manager-bundle.js.LEGAL.txt +0 -0
  197. package/storybook-static/sb-addons/interactions-7/manager-bundle.js +0 -12
  198. package/storybook-static/sb-addons/interactions-7/manager-bundle.js.LEGAL.txt +0 -0
  199. package/storybook-static/sb-addons/links-0/manager-bundle.js +0 -3
  200. package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
  201. package/storybook-static/sb-addons/viewport-8/manager-bundle.js +0 -3
  202. package/storybook-static/sb-addons/viewport-8/manager-bundle.js.LEGAL.txt +0 -0
  203. package/storybook-static/sb-common-assets/fonts.css +0 -31
  204. package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-MXTFSDU5.js +0 -1
  205. package/storybook-static/sb-manager/chunk-5QAFKPS7.js +0 -7
  206. package/storybook-static/sb-manager/chunk-7PRFHFSS.js +0 -9
  207. package/storybook-static/sb-manager/chunk-XE6LDGTE.js +0 -406
  208. package/storybook-static/sb-manager/chunk-YDUB7CS6.js +0 -348
  209. package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +0 -1
  210. package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +0 -156
  211. package/storybook-static/sb-manager/index.js +0 -1
  212. package/storybook-static/sb-manager/syntaxhighlighter-MJWPISIS-JOSCT6CQ.js +0 -1
  213. package/storybook-static/static/css/Presentation-ui-components-Avatar-avatar-stories.7b228eb0.chunk.css +0 -3
  214. package/storybook-static/static/css/Presentation-ui-components-Avatar-avatar-stories.7b228eb0.chunk.css.map +0 -1
  215. package/storybook-static/static/css/Presentation-ui-components-Badge-Badge-stories.7b8317f8.chunk.css +0 -3
  216. package/storybook-static/static/css/Presentation-ui-components-Badge-Badge-stories.7b8317f8.chunk.css.map +0 -1
  217. package/storybook-static/static/css/Presentation-ui-components-Button-Button-stories.1b6e1c55.chunk.css +0 -4
  218. package/storybook-static/static/css/Presentation-ui-components-Button-Button-stories.1b6e1c55.chunk.css.map +0 -1
  219. package/storybook-static/static/css/Presentation-ui-components-DialogBanner-DialogBanner-stories.bd07fad3.chunk.css +0 -3
  220. package/storybook-static/static/css/Presentation-ui-components-DialogBanner-DialogBanner-stories.bd07fad3.chunk.css.map +0 -1
  221. package/storybook-static/static/css/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.6d563072.chunk.css +0 -7
  222. package/storybook-static/static/css/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.6d563072.chunk.css.map +0 -1
  223. package/storybook-static/static/css/Presentation-ui-components-DialogWindow-DialogWindow-stories.4f813450.chunk.css +0 -6
  224. package/storybook-static/static/css/Presentation-ui-components-DialogWindow-DialogWindow-stories.4f813450.chunk.css.map +0 -1
  225. package/storybook-static/static/css/Presentation-ui-components-Dropdown-Dropdown-stories.e37f549d.chunk.css +0 -5
  226. package/storybook-static/static/css/Presentation-ui-components-Dropdown-Dropdown-stories.e37f549d.chunk.css.map +0 -1
  227. package/storybook-static/static/css/Presentation-ui-components-Header-Header-stories.fb1001e7.chunk.css +0 -4
  228. package/storybook-static/static/css/Presentation-ui-components-Header-Header-stories.fb1001e7.chunk.css.map +0 -1
  229. package/storybook-static/static/css/Presentation-ui-components-Loader-Loader-stories.dab34da1.chunk.css +0 -3
  230. package/storybook-static/static/css/Presentation-ui-components-Loader-Loader-stories.dab34da1.chunk.css.map +0 -1
  231. package/storybook-static/static/css/Presentation-ui-components-Message-Message-stories.aca0e085.chunk.css +0 -14
  232. package/storybook-static/static/css/Presentation-ui-components-Message-Message-stories.aca0e085.chunk.css.map +0 -1
  233. package/storybook-static/static/css/Presentation-ui-components-MessageInput-MessageInput-stories.7eb916fc.chunk.css +0 -7
  234. package/storybook-static/static/css/Presentation-ui-components-MessageInput-MessageInput-stories.7eb916fc.chunk.css.map +0 -1
  235. package/storybook-static/static/css/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.34aa36b2.chunk.css +0 -3
  236. package/storybook-static/static/css/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.34aa36b2.chunk.css.map +0 -1
  237. package/storybook-static/static/css/Presentation-ui-components-Placeholder-Placeholder-stories.cb7fb80a.chunk.css +0 -3
  238. package/storybook-static/static/css/Presentation-ui-components-Placeholder-Placeholder-stories.cb7fb80a.chunk.css.map +0 -1
  239. package/storybook-static/static/css/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.31cd021e.chunk.css +0 -3
  240. package/storybook-static/static/css/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.31cd021e.chunk.css.map +0 -1
  241. package/storybook-static/static/css/Presentation-ui-components-SettingsItem-SettingsItem-stories.b67b748b.chunk.css +0 -5
  242. package/storybook-static/static/css/Presentation-ui-components-SettingsItem-SettingsItem-stories.b67b748b.chunk.css.map +0 -1
  243. package/storybook-static/static/css/Presentation-ui-components-TextField-TextField-stories.412027f8.chunk.css +0 -4
  244. package/storybook-static/static/css/Presentation-ui-components-TextField-TextField-stories.412027f8.chunk.css.map +0 -1
  245. package/storybook-static/static/css/Presentation-ui-components-Toast-Toast-stories.a5b284f4.chunk.css +0 -754
  246. package/storybook-static/static/css/Presentation-ui-components-Toast-Toast-stories.a5b284f4.chunk.css.map +0 -1
  247. package/storybook-static/static/css/Presentation-ui-components-UserListItem-UserListItem-stories.655aa6c1.chunk.css +0 -7
  248. package/storybook-static/static/css/Presentation-ui-components-UserListItem-UserListItem-stories.655aa6c1.chunk.css.map +0 -1
  249. package/storybook-static/static/css/main.a921485c.css +0 -5
  250. package/storybook-static/static/css/main.a921485c.css.map +0 -1
  251. package/storybook-static/static/media/add-contact.e7e7b8b15edebe99cae9c46963126e7c.svg +0 -3
  252. package/storybook-static/static/media/add.5cbe1f2c489b81396863f7128e3d26e7.svg +0 -3
  253. package/storybook-static/static/media/admin.476c2854d7ad23f2afdedac2d9bd6815.svg +0 -3
  254. package/storybook-static/static/media/archive.d0a72898f3c47a4194d18f560a54e109.svg +0 -3
  255. package/storybook-static/static/media/arrow-left.5005351d4fa6a7c074dd9780fb49dcc8.svg +0 -3
  256. package/storybook-static/static/media/arrow-right.1be3b599e21158807fdf72f4976179a2.svg +0 -3
  257. package/storybook-static/static/media/attachment.a58b8549f46ae5bbe93be779cd9f2037.svg +0 -3
  258. package/storybook-static/static/media/audio-file.40179c472f715fc74d4da607da96aa5e.svg +0 -3
  259. package/storybook-static/static/media/back.b541e72fe05542e145575c8851558998.svg +0 -3
  260. package/storybook-static/static/media/banned.c7c74bfa1c833263f3ab42d0529132d1.svg +0 -3
  261. package/storybook-static/static/media/broadcast.55273926379e5f486ccfdfab1a310b2d.svg +0 -7
  262. package/storybook-static/static/media/broken-file.bc084278a0d284b7901b47f24001caa6.svg +0 -3
  263. package/storybook-static/static/media/camera-off.8e01960815ce7620a1039d0fc5f758b2.svg +0 -3
  264. package/storybook-static/static/media/camera-on.ddd56e36fa505d618ab772e23c8381e6.svg +0 -3
  265. package/storybook-static/static/media/camera.a5a215695fba60146e649094188f37e2.svg +0 -3
  266. package/storybook-static/static/media/chat-filled.aaf0b778d198e7b8f632a68299a8fd13.svg +0 -3
  267. package/storybook-static/static/media/chat.59cd437f21fe7043682dd04cbe6377be.svg +0 -3
  268. package/storybook-static/static/media/check-off.0c0256f00eeb75770ffc2fbd2b59eab0.svg +0 -3
  269. package/storybook-static/static/media/check-on.80442753ef6922df1913453f50099315.svg +0 -3
  270. package/storybook-static/static/media/close.c145af996de81b25f3930bf36d88b161.svg +0 -3
  271. package/storybook-static/static/media/conference.ffbdf37c0510c796138f18e6c1205204.svg +0 -3
  272. package/storybook-static/static/media/contact-filled.f04f56ba3f98ade5d7ced7814d8a5fa8.svg +0 -3
  273. package/storybook-static/static/media/contact.40a8b8104c3a448b81108ffede850963.svg +0 -3
  274. package/storybook-static/static/media/copy.100bd0fff933cbde8ad4bc2ac281c845.svg +0 -3
  275. package/storybook-static/static/media/delete.287c9b4b3b0e58cb081c6e388e68b409.svg +0 -3
  276. package/storybook-static/static/media/down.7a43a3d78885f40616ce111c86c108a4.svg +0 -3
  277. package/storybook-static/static/media/download.43c26d404dd023e42aaacc52151f7a59.svg +0 -3
  278. package/storybook-static/static/media/edit.8d813af82ecab84303ee3c97bd7bc562.svg +0 -3
  279. package/storybook-static/static/media/emoji.9a202cbb16735f3c83ba8772f0218aa4.svg +0 -3
  280. package/storybook-static/static/media/error.ec60e2052661b82f27b7ce270ae133a7.svg +0 -3
  281. package/storybook-static/static/media/favorite.194d78057be6cd7968c85e7b5822f82a.svg +0 -3
  282. package/storybook-static/static/media/file.e537292693b3c89c023fd383c70bd221.svg +0 -3
  283. package/storybook-static/static/media/forward-filled.43120a68057427c89c88b28d9b20dd90.svg +0 -3
  284. package/storybook-static/static/media/freeze.35619771e645b649c38e0427d9b39a25.svg +0 -3
  285. package/storybook-static/static/media/full-screen.6b01c93e069421c69bda2bbde5d01336.svg +0 -3
  286. package/storybook-static/static/media/gif-file.2c46a5df6c8397f5b9088e66aee3fd44.svg +0 -3
  287. package/storybook-static/static/media/group-chat.19d5305cab6017d494ac35ecb285a9fe.svg +0 -3
  288. package/storybook-static/static/media/help.786f48518c96c8e7098296d68245c339.svg +0 -3
  289. package/storybook-static/static/media/hide.2785264246d70868717984a5ad44d4c9.svg +0 -3
  290. package/storybook-static/static/media/hungup.e5d2289a9e8cd755bd1ee36b738305a2.svg +0 -3
  291. package/storybook-static/static/media/image-filled.8afb62b142d786e90102f1cac73a9c13.svg +0 -3
  292. package/storybook-static/static/media/image.64092dadd5215c8d3ba99ccac753d743.svg +0 -3
  293. package/storybook-static/static/media/income-call.60ca2d367a00d582f4b6f4a5f2047e27.svg +0 -3
  294. package/storybook-static/static/media/information.8217e163c334852f143e7199c97fab1d.svg +0 -3
  295. package/storybook-static/static/media/leave.ae5422a12edec1b61484ff2932819c77.svg +0 -3
  296. package/storybook-static/static/media/like.45662989373aa524cd580fb42432e0bc.svg +0 -3
  297. package/storybook-static/static/media/link.74f567c3ee4366d79fb81d73eb8c0919.svg +0 -3
  298. package/storybook-static/static/media/loader.2eb72391c5267453edb4106528c075ad.svg +0 -3
  299. package/storybook-static/static/media/location.cab52453404524c345ec7efdd86fa66b.svg +0 -4
  300. package/storybook-static/static/media/louder.133519141541a9cd2f0e898534b39732.svg +0 -3
  301. package/storybook-static/static/media/mention.6c4885bb0ea5ca85c8962f6f51ac1cb4.svg +0 -3
  302. package/storybook-static/static/media/mic-off.43e60427600bcf7fd78fb840ff50d804.svg +0 -3
  303. package/storybook-static/static/media/mic-on.5a52100de3770550b3a57a76827843c2.svg +0 -4
  304. package/storybook-static/static/media/minimize.a849dd3a36ece08b992a773d135a0c3f.svg +0 -3
  305. package/storybook-static/static/media/moderations.07c8d1fe96b0b8bb5911f6cc37f764c6.svg +0 -3
  306. package/storybook-static/static/media/more.4ed9ad54ae110d9760b6e9698d821960.svg +0 -3
  307. package/storybook-static/static/media/muted.cb37ac3c577c87c800466aa7aee65af2.svg +0 -3
  308. package/storybook-static/static/media/new-chat.124e0351bd0e19ff4c5fdbabbe5c6027.svg +0 -3
  309. package/storybook-static/static/media/next.97a0eeea1f8daa2d31c8452f29908bf1.svg +0 -3
  310. package/storybook-static/static/media/notifications.ab8e847ae04e2bec9209dbdd1054b0f2.svg +0 -3
  311. package/storybook-static/static/media/notify-off.4a669a3a8cbd38b3309dbc4c909f6089.svg +0 -3
  312. package/storybook-static/static/media/notify-on.ea9ffc856ad6cdbe87184af558c78eec.svg +0 -3
  313. package/storybook-static/static/media/outcome-call.9f5fec07823796ad78963a06cdcf629e.svg +0 -3
  314. package/storybook-static/static/media/pause.27eb8c32999f10d05d6a200165d798a9.svg +0 -3
  315. package/storybook-static/static/media/phone-filled.e969511d74935af26ef366f575929f68.svg +0 -3
  316. package/storybook-static/static/media/phone.6355580a064a488b6317372d71f84c00.svg +0 -3
  317. package/storybook-static/static/media/play.00bfe0e9c94dc6dfb230262e45b2f860.svg +0 -3
  318. package/storybook-static/static/media/plus.d3953cb1cf830bcfc41c8cc6133b13b1.svg +0 -3
  319. package/storybook-static/static/media/private-chat.c68f36baf025b9d20ad1f801a2396e7a.svg +0 -3
  320. package/storybook-static/static/media/public-channel.7a6ada7f30c44fb4a99021df0eb0e996.svg +0 -7
  321. package/storybook-static/static/media/quite.9f45e2152fe6c499a776cb387ee4859f.svg +0 -3
  322. package/storybook-static/static/media/record.e49ee7da793b2ce446a4e7128970c0cc.svg +0 -3
  323. package/storybook-static/static/media/refresh.6e955728d9ec086f34e9adaaaafacf3e.svg +0 -3
  324. package/storybook-static/static/media/remove-2.8a7700757f02c941f03c37c7e495bf63.svg +0 -3
  325. package/storybook-static/static/media/remove.831e69b70db1b3eb72a49444b8aa1e16.svg +0 -3
  326. package/storybook-static/static/media/rephrase.551171aa8903b31746a58a95528b1f68.svg +0 -6
  327. package/storybook-static/static/media/reply-filled.17ed65506e902f17bb22e87ffac93314.svg +0 -3
  328. package/storybook-static/static/media/screenshare.c2f94264a7640ea1bbb2a22f7d570038.svg +0 -3
  329. package/storybook-static/static/media/search.25663e60d71e01c64fdfc83df7460ab0.svg +0 -3
  330. package/storybook-static/static/media/send.d298db52aafdb846a46c9d180ad45946.svg +0 -3
  331. package/storybook-static/static/media/sent.f427753e5502fd7783a08e5f0e0d2f35.svg +0 -3
  332. package/storybook-static/static/media/settings-filled.bd9b60ff4e9eae911e4e2bc69e8e79ca.svg +0 -3
  333. package/storybook-static/static/media/share.7ce8283aa267fb065c568d65b482e211.svg +0 -3
  334. package/storybook-static/static/media/show.de1782527c4a7fa14101dffbfba8aea6.svg +0 -3
  335. package/storybook-static/static/media/speaker-off.fe84597c4b68f4f761e12f789dc58718.svg +0 -3
  336. package/storybook-static/static/media/speaker.e7ff48a73ca43188703b36dfecd932b5.svg +0 -3
  337. package/storybook-static/static/media/stop-record.a2e9d50a0930c24af43d7f357093be81.svg +0 -3
  338. package/storybook-static/static/media/stop-share.d1be236e01dd924ba711e1e17f41054c.svg +0 -3
  339. package/storybook-static/static/media/stream-filled.c40bae61fea25455602a61db5e77fa71.svg +0 -3
  340. package/storybook-static/static/media/stream.700f4f8ce0cee0ae1ef56132867427fe.svg +0 -3
  341. package/storybook-static/static/media/swap-camera.bc3a4652106f5c57d14b4dcbffff08a5.svg +0 -3
  342. package/storybook-static/static/media/text-document.cad7e87368501b96de2a939d08852dcd.svg +0 -3
  343. package/storybook-static/static/media/unarchive.1b1a7438cd8eb6fee80e6ac89baa195b.svg +0 -3
  344. package/storybook-static/static/media/user.911c7ae778615185b285ce0ae4068486.svg +0 -3
  345. package/storybook-static/static/media/video-file.dbd1f8c63a3769f9e9a027f0922d56b2.svg +0 -3
  346. package/storybook-static/static/media/video.bbcc2109285c18eea02ede86920de0dd.svg +0 -3
  347. package/storybook-static/static/media/viewed-delivered.f43360dc87235a6cf574ff53f73dd777.svg +0 -3
  348. package/storybook-static/static/media/voice.b937c8a1f744050bec2cd389ad2a1f3a.svg +0 -3
  349. package/storybook-static/stories.json +0 -1
@@ -1,754 +0,0 @@
1
- :root {
2
- --toastify-color-light: #fff;
3
- --toastify-color-dark: #121212;
4
- --toastify-color-info: #3498db;
5
- --toastify-color-success: #07bc0c;
6
- --toastify-color-warning: #f1c40f;
7
- --toastify-color-error: #e74c3c;
8
- --toastify-color-transparent: rgba(255, 255, 255, 0.7);
9
- --toastify-icon-color-info: var(--toastify-color-info);
10
- --toastify-icon-color-success: var(--toastify-color-success);
11
- --toastify-icon-color-warning: var(--toastify-color-warning);
12
- --toastify-icon-color-error: var(--toastify-color-error);
13
- --toastify-toast-width: 320px;
14
- --toastify-toast-offset: 16px;
15
- --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
16
- --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
17
- --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
18
- --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
19
- --toastify-toast-background: #fff;
20
- --toastify-toast-min-height: 64px;
21
- --toastify-toast-max-height: 800px;
22
- --toastify-toast-bd-radius: 6px;
23
- --toastify-font-family: sans-serif;
24
- --toastify-z-index: 9999;
25
- --toastify-text-color-light: #757575;
26
- --toastify-text-color-dark: #fff;
27
- --toastify-text-color-info: #fff;
28
- --toastify-text-color-success: #fff;
29
- --toastify-text-color-warning: #fff;
30
- --toastify-text-color-error: #fff;
31
- --toastify-spinner-color: #616161;
32
- --toastify-spinner-color-empty-area: #e0e0e0;
33
- --toastify-color-progress-light: linear-gradient(
34
- to right,
35
- #4cd964,
36
- #5ac8fa,
37
- #007aff,
38
- #34aadc,
39
- #5856d6,
40
- #ff2d55
41
- );
42
- --toastify-color-progress-dark: #bb86fc;
43
- --toastify-color-progress-info: var(--toastify-color-info);
44
- --toastify-color-progress-success: var(--toastify-color-success);
45
- --toastify-color-progress-warning: var(--toastify-color-warning);
46
- --toastify-color-progress-error: var(--toastify-color-error);
47
- --toastify-color-progress-bgo: 0.2;
48
- }
49
-
50
- .Toastify__toast-container {
51
- z-index: 9999;
52
- z-index: var(--toastify-z-index);
53
- -webkit-transform: translate3d(0, 0, 9999);
54
- -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
55
- position: fixed;
56
- padding: 4px;
57
- width: 320px;
58
- width: var(--toastify-toast-width);
59
- box-sizing: border-box;
60
- color: #fff;
61
- }
62
- .Toastify__toast-container--top-left {
63
- top: max(16px, env(safe-area-inset-top));
64
- top: var(--toastify-toast-top);
65
- left: max(16px, env(safe-area-inset-left));
66
- left: var(--toastify-toast-left);
67
- }
68
- .Toastify__toast-container--top-center {
69
- top: max(16px, env(safe-area-inset-top));
70
- top: var(--toastify-toast-top);
71
- left: 50%;
72
- transform: translateX(-50%);
73
- }
74
- .Toastify__toast-container--top-right {
75
- top: max(16px, env(safe-area-inset-top));
76
- top: var(--toastify-toast-top);
77
- right: max(16px, env(safe-area-inset-right));
78
- right: var(--toastify-toast-right);
79
- }
80
- .Toastify__toast-container--bottom-left {
81
- bottom: max(16px, env(safe-area-inset-bottom));
82
- bottom: var(--toastify-toast-bottom);
83
- left: max(16px, env(safe-area-inset-left));
84
- left: var(--toastify-toast-left);
85
- }
86
- .Toastify__toast-container--bottom-center {
87
- bottom: max(16px, env(safe-area-inset-bottom));
88
- bottom: var(--toastify-toast-bottom);
89
- left: 50%;
90
- transform: translateX(-50%);
91
- }
92
- .Toastify__toast-container--bottom-right {
93
- bottom: max(16px, env(safe-area-inset-bottom));
94
- bottom: var(--toastify-toast-bottom);
95
- right: max(16px, env(safe-area-inset-right));
96
- right: var(--toastify-toast-right);
97
- }
98
-
99
- @media only screen and (max-width : 480px) {
100
- .Toastify__toast-container {
101
- width: 100vw;
102
- padding: 0;
103
- left: env(safe-area-inset-left);
104
- margin: 0;
105
- }
106
- .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
107
- top: env(safe-area-inset-top);
108
- transform: translateX(0);
109
- }
110
- .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
111
- bottom: env(safe-area-inset-bottom);
112
- transform: translateX(0);
113
- }
114
- .Toastify__toast-container--rtl {
115
- right: env(safe-area-inset-right);
116
- left: auto;
117
- left: initial;
118
- }
119
- }
120
- .Toastify__toast {
121
- --y: 0;
122
- position: relative;
123
- touch-action: none;
124
- min-height: 64px;
125
- min-height: var(--toastify-toast-min-height);
126
- box-sizing: border-box;
127
- margin-bottom: 1rem;
128
- padding: 8px;
129
- border-radius: 6px;
130
- border-radius: var(--toastify-toast-bd-radius);
131
- box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
132
- display: flex;
133
- justify-content: space-between;
134
- max-height: 800px;
135
- max-height: var(--toastify-toast-max-height);
136
- font-family: sans-serif;
137
- font-family: var(--toastify-font-family);
138
- cursor: default;
139
- direction: ltr;
140
- /* webkit only issue #791 */
141
- z-index: 0;
142
- overflow: hidden;
143
- }
144
- .Toastify__toast--stacked {
145
- position: absolute;
146
- width: 100%;
147
- transform: translate3d(0, var(--y), 0) scale(var(--s));
148
- transition: transform 0.3s;
149
- }
150
- .Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
151
- transition: opacity 0.1s;
152
- }
153
- .Toastify__toast--stacked[data-collapsed=false] {
154
- overflow: visible;
155
- }
156
- .Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
157
- opacity: 0;
158
- }
159
- .Toastify__toast--stacked:after {
160
- content: "";
161
- position: absolute;
162
- left: 0;
163
- right: 0;
164
- height: calc(var(--g) * 1px);
165
- bottom: 100%;
166
- }
167
- .Toastify__toast--stacked[data-pos=top] {
168
- top: 0;
169
- }
170
- .Toastify__toast--stacked[data-pos=bot] {
171
- bottom: 0;
172
- }
173
- .Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
174
- transform-origin: top;
175
- }
176
- .Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
177
- transform-origin: bottom;
178
- }
179
- .Toastify__toast--stacked:before {
180
- content: "";
181
- position: absolute;
182
- left: 0;
183
- right: 0;
184
- bottom: 0;
185
- height: 100%;
186
- transform: scaleY(3);
187
- z-index: -1;
188
- }
189
- .Toastify__toast--rtl {
190
- direction: rtl;
191
- }
192
- .Toastify__toast--close-on-click {
193
- cursor: pointer;
194
- }
195
- .Toastify__toast-body {
196
- margin: auto 0;
197
- flex: 1 1 auto;
198
- padding: 6px;
199
- display: flex;
200
- align-items: center;
201
- }
202
- .Toastify__toast-body > div:last-child {
203
- word-break: break-word;
204
- flex: 1 1;
205
- }
206
- .Toastify__toast-icon {
207
- margin-inline-end: 10px;
208
- width: 20px;
209
- flex-shrink: 0;
210
- display: flex;
211
- }
212
-
213
- .Toastify--animate {
214
- animation-fill-mode: both;
215
- animation-duration: 0.5s;
216
- }
217
-
218
- .Toastify--animate-icon {
219
- animation-fill-mode: both;
220
- animation-duration: 0.3s;
221
- }
222
-
223
- @media only screen and (max-width : 480px) {
224
- .Toastify__toast {
225
- margin-bottom: 0;
226
- border-radius: 0;
227
- }
228
- }
229
- .Toastify__toast-theme--dark {
230
- background: #121212;
231
- background: var(--toastify-color-dark);
232
- color: #fff;
233
- color: var(--toastify-text-color-dark);
234
- }
235
- .Toastify__toast-theme--light {
236
- background: #fff;
237
- background: var(--toastify-color-light);
238
- color: #757575;
239
- color: var(--toastify-text-color-light);
240
- }
241
- .Toastify__toast-theme--colored.Toastify__toast--default {
242
- background: #fff;
243
- background: var(--toastify-color-light);
244
- color: #757575;
245
- color: var(--toastify-text-color-light);
246
- }
247
- .Toastify__toast-theme--colored.Toastify__toast--info {
248
- color: #fff;
249
- color: var(--toastify-text-color-info);
250
- background: #3498db;
251
- background: var(--toastify-color-info);
252
- }
253
- .Toastify__toast-theme--colored.Toastify__toast--success {
254
- color: #fff;
255
- color: var(--toastify-text-color-success);
256
- background: #07bc0c;
257
- background: var(--toastify-color-success);
258
- }
259
- .Toastify__toast-theme--colored.Toastify__toast--warning {
260
- color: #fff;
261
- color: var(--toastify-text-color-warning);
262
- background: #f1c40f;
263
- background: var(--toastify-color-warning);
264
- }
265
- .Toastify__toast-theme--colored.Toastify__toast--error {
266
- color: #fff;
267
- color: var(--toastify-text-color-error);
268
- background: #e74c3c;
269
- background: var(--toastify-color-error);
270
- }
271
-
272
- .Toastify__progress-bar-theme--light {
273
- background: linear-gradient(
274
- to right,
275
- #4cd964,
276
- #5ac8fa,
277
- #007aff,
278
- #34aadc,
279
- #5856d6,
280
- #ff2d55
281
- );
282
- background: var(--toastify-color-progress-light);
283
- }
284
- .Toastify__progress-bar-theme--dark {
285
- background: #bb86fc;
286
- background: var(--toastify-color-progress-dark);
287
- }
288
- .Toastify__progress-bar--info {
289
- background: #3498db;
290
- background: var(--toastify-color-progress-info);
291
- }
292
- .Toastify__progress-bar--success {
293
- background: #07bc0c;
294
- background: var(--toastify-color-progress-success);
295
- }
296
- .Toastify__progress-bar--warning {
297
- background: #f1c40f;
298
- background: var(--toastify-color-progress-warning);
299
- }
300
- .Toastify__progress-bar--error {
301
- background: #e74c3c;
302
- background: var(--toastify-color-progress-error);
303
- }
304
- .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
305
- background: rgba(255, 255, 255, 0.7);
306
- background: var(--toastify-color-transparent);
307
- }
308
-
309
- .Toastify__close-button {
310
- color: #fff;
311
- background: transparent;
312
- outline: none;
313
- border: none;
314
- padding: 0;
315
- cursor: pointer;
316
- opacity: 0.7;
317
- transition: 0.3s ease;
318
- align-self: flex-start;
319
- z-index: 1;
320
- }
321
- .Toastify__close-button--light {
322
- color: #000;
323
- opacity: 0.3;
324
- }
325
- .Toastify__close-button > svg {
326
- fill: currentColor;
327
- height: 16px;
328
- width: 14px;
329
- }
330
- .Toastify__close-button:hover, .Toastify__close-button:focus {
331
- opacity: 1;
332
- }
333
-
334
- @keyframes Toastify__trackProgress {
335
- 0% {
336
- transform: scaleX(1);
337
- }
338
- 100% {
339
- transform: scaleX(0);
340
- }
341
- }
342
- .Toastify__progress-bar {
343
- position: absolute;
344
- bottom: 0;
345
- left: 0;
346
- width: 100%;
347
- height: 100%;
348
- z-index: 9999;
349
- z-index: var(--toastify-z-index);
350
- opacity: 0.7;
351
- transform-origin: left;
352
- border-bottom-left-radius: 6px;
353
- border-bottom-left-radius: var(--toastify-toast-bd-radius);
354
- }
355
- .Toastify__progress-bar--animated {
356
- animation: Toastify__trackProgress linear 1 forwards;
357
- }
358
- .Toastify__progress-bar--controlled {
359
- transition: transform 0.2s;
360
- }
361
- .Toastify__progress-bar--rtl {
362
- right: 0;
363
- left: auto;
364
- left: initial;
365
- transform-origin: right;
366
- border-bottom-left-radius: 0;
367
- border-bottom-left-radius: initial;
368
- border-bottom-right-radius: 6px;
369
- border-bottom-right-radius: var(--toastify-toast-bd-radius);
370
- }
371
- .Toastify__progress-bar--wrp {
372
- position: absolute;
373
- bottom: 0;
374
- left: 0;
375
- width: 100%;
376
- height: 5px;
377
- border-bottom-left-radius: 6px;
378
- border-bottom-left-radius: var(--toastify-toast-bd-radius);
379
- }
380
- .Toastify__progress-bar--wrp[data-hidden=true] {
381
- opacity: 0;
382
- }
383
- .Toastify__progress-bar--bg {
384
- opacity: 0.2;
385
- opacity: var(--toastify-color-progress-bgo);
386
- width: 100%;
387
- height: 100%;
388
- }
389
-
390
- .Toastify__spinner {
391
- width: 20px;
392
- height: 20px;
393
- box-sizing: border-box;
394
- border: 2px solid;
395
- border-radius: 100%;
396
- border-color: #e0e0e0;
397
- border-color: var(--toastify-spinner-color-empty-area);
398
- border-right-color: #616161;
399
- border-right-color: var(--toastify-spinner-color);
400
- animation: Toastify__spin 0.65s linear infinite;
401
- }
402
-
403
- @keyframes Toastify__bounceInRight {
404
- from, 60%, 75%, 90%, to {
405
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
406
- }
407
- from {
408
- opacity: 0;
409
- transform: translate3d(3000px, 0, 0);
410
- }
411
- 60% {
412
- opacity: 1;
413
- transform: translate3d(-25px, 0, 0);
414
- }
415
- 75% {
416
- transform: translate3d(10px, 0, 0);
417
- }
418
- 90% {
419
- transform: translate3d(-5px, 0, 0);
420
- }
421
- to {
422
- transform: none;
423
- }
424
- }
425
- @keyframes Toastify__bounceOutRight {
426
- 20% {
427
- opacity: 1;
428
- transform: translate3d(-20px, var(--y), 0);
429
- }
430
- to {
431
- opacity: 0;
432
- transform: translate3d(2000px, var(--y), 0);
433
- }
434
- }
435
- @keyframes Toastify__bounceInLeft {
436
- from, 60%, 75%, 90%, to {
437
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
438
- }
439
- 0% {
440
- opacity: 0;
441
- transform: translate3d(-3000px, 0, 0);
442
- }
443
- 60% {
444
- opacity: 1;
445
- transform: translate3d(25px, 0, 0);
446
- }
447
- 75% {
448
- transform: translate3d(-10px, 0, 0);
449
- }
450
- 90% {
451
- transform: translate3d(5px, 0, 0);
452
- }
453
- to {
454
- transform: none;
455
- }
456
- }
457
- @keyframes Toastify__bounceOutLeft {
458
- 20% {
459
- opacity: 1;
460
- transform: translate3d(20px, var(--y), 0);
461
- }
462
- to {
463
- opacity: 0;
464
- transform: translate3d(-2000px, var(--y), 0);
465
- }
466
- }
467
- @keyframes Toastify__bounceInUp {
468
- from, 60%, 75%, 90%, to {
469
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
470
- }
471
- from {
472
- opacity: 0;
473
- transform: translate3d(0, 3000px, 0);
474
- }
475
- 60% {
476
- opacity: 1;
477
- transform: translate3d(0, -20px, 0);
478
- }
479
- 75% {
480
- transform: translate3d(0, 10px, 0);
481
- }
482
- 90% {
483
- transform: translate3d(0, -5px, 0);
484
- }
485
- to {
486
- transform: translate3d(0, 0, 0);
487
- }
488
- }
489
- @keyframes Toastify__bounceOutUp {
490
- 20% {
491
- transform: translate3d(0, calc(var(--y) - 10px), 0);
492
- }
493
- 40%, 45% {
494
- opacity: 1;
495
- transform: translate3d(0, calc(var(--y) + 20px), 0);
496
- }
497
- to {
498
- opacity: 0;
499
- transform: translate3d(0, -2000px, 0);
500
- }
501
- }
502
- @keyframes Toastify__bounceInDown {
503
- from, 60%, 75%, 90%, to {
504
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
505
- }
506
- 0% {
507
- opacity: 0;
508
- transform: translate3d(0, -3000px, 0);
509
- }
510
- 60% {
511
- opacity: 1;
512
- transform: translate3d(0, 25px, 0);
513
- }
514
- 75% {
515
- transform: translate3d(0, -10px, 0);
516
- }
517
- 90% {
518
- transform: translate3d(0, 5px, 0);
519
- }
520
- to {
521
- transform: none;
522
- }
523
- }
524
- @keyframes Toastify__bounceOutDown {
525
- 20% {
526
- transform: translate3d(0, calc(var(--y) - 10px), 0);
527
- }
528
- 40%, 45% {
529
- opacity: 1;
530
- transform: translate3d(0, calc(var(--y) + 20px), 0);
531
- }
532
- to {
533
- opacity: 0;
534
- transform: translate3d(0, 2000px, 0);
535
- }
536
- }
537
- .Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
538
- animation-name: Toastify__bounceInLeft;
539
- }
540
- .Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
541
- animation-name: Toastify__bounceInRight;
542
- }
543
- .Toastify__bounce-enter--top-center {
544
- animation-name: Toastify__bounceInDown;
545
- }
546
- .Toastify__bounce-enter--bottom-center {
547
- animation-name: Toastify__bounceInUp;
548
- }
549
-
550
- .Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
551
- animation-name: Toastify__bounceOutLeft;
552
- }
553
- .Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
554
- animation-name: Toastify__bounceOutRight;
555
- }
556
- .Toastify__bounce-exit--top-center {
557
- animation-name: Toastify__bounceOutUp;
558
- }
559
- .Toastify__bounce-exit--bottom-center {
560
- animation-name: Toastify__bounceOutDown;
561
- }
562
-
563
- @keyframes Toastify__zoomIn {
564
- from {
565
- opacity: 0;
566
- transform: scale3d(0.3, 0.3, 0.3);
567
- }
568
- 50% {
569
- opacity: 1;
570
- }
571
- }
572
- @keyframes Toastify__zoomOut {
573
- from {
574
- opacity: 1;
575
- }
576
- 50% {
577
- opacity: 0;
578
- transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
579
- }
580
- to {
581
- opacity: 0;
582
- }
583
- }
584
- .Toastify__zoom-enter {
585
- animation-name: Toastify__zoomIn;
586
- }
587
-
588
- .Toastify__zoom-exit {
589
- animation-name: Toastify__zoomOut;
590
- }
591
-
592
- @keyframes Toastify__flipIn {
593
- from {
594
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
595
- animation-timing-function: ease-in;
596
- opacity: 0;
597
- }
598
- 40% {
599
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
600
- animation-timing-function: ease-in;
601
- }
602
- 60% {
603
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
604
- opacity: 1;
605
- }
606
- 80% {
607
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
608
- }
609
- to {
610
- transform: perspective(400px);
611
- }
612
- }
613
- @keyframes Toastify__flipOut {
614
- from {
615
- transform: translate3d(0, var(--y), 0) perspective(400px);
616
- }
617
- 30% {
618
- transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
619
- opacity: 1;
620
- }
621
- to {
622
- transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
623
- opacity: 0;
624
- }
625
- }
626
- .Toastify__flip-enter {
627
- animation-name: Toastify__flipIn;
628
- }
629
-
630
- .Toastify__flip-exit {
631
- animation-name: Toastify__flipOut;
632
- }
633
-
634
- @keyframes Toastify__slideInRight {
635
- from {
636
- transform: translate3d(110%, 0, 0);
637
- visibility: visible;
638
- }
639
- to {
640
- transform: translate3d(0, var(--y), 0);
641
- }
642
- }
643
- @keyframes Toastify__slideInLeft {
644
- from {
645
- transform: translate3d(-110%, 0, 0);
646
- visibility: visible;
647
- }
648
- to {
649
- transform: translate3d(0, var(--y), 0);
650
- }
651
- }
652
- @keyframes Toastify__slideInUp {
653
- from {
654
- transform: translate3d(0, 110%, 0);
655
- visibility: visible;
656
- }
657
- to {
658
- transform: translate3d(0, var(--y), 0);
659
- }
660
- }
661
- @keyframes Toastify__slideInDown {
662
- from {
663
- transform: translate3d(0, -110%, 0);
664
- visibility: visible;
665
- }
666
- to {
667
- transform: translate3d(0, var(--y), 0);
668
- }
669
- }
670
- @keyframes Toastify__slideOutRight {
671
- from {
672
- transform: translate3d(0, var(--y), 0);
673
- }
674
- to {
675
- visibility: hidden;
676
- transform: translate3d(110%, var(--y), 0);
677
- }
678
- }
679
- @keyframes Toastify__slideOutLeft {
680
- from {
681
- transform: translate3d(0, var(--y), 0);
682
- }
683
- to {
684
- visibility: hidden;
685
- transform: translate3d(-110%, var(--y), 0);
686
- }
687
- }
688
- @keyframes Toastify__slideOutDown {
689
- from {
690
- transform: translate3d(0, var(--y), 0);
691
- }
692
- to {
693
- visibility: hidden;
694
- transform: translate3d(0, 500px, 0);
695
- }
696
- }
697
- @keyframes Toastify__slideOutUp {
698
- from {
699
- transform: translate3d(0, var(--y), 0);
700
- }
701
- to {
702
- visibility: hidden;
703
- transform: translate3d(0, -500px, 0);
704
- }
705
- }
706
- .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
707
- animation-name: Toastify__slideInLeft;
708
- }
709
- .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
710
- animation-name: Toastify__slideInRight;
711
- }
712
- .Toastify__slide-enter--top-center {
713
- animation-name: Toastify__slideInDown;
714
- }
715
- .Toastify__slide-enter--bottom-center {
716
- animation-name: Toastify__slideInUp;
717
- }
718
-
719
- .Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
720
- animation-name: Toastify__slideOutLeft;
721
- animation-timing-function: ease-in;
722
- animation-duration: 0.3s;
723
- }
724
- .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
725
- animation-name: Toastify__slideOutRight;
726
- animation-timing-function: ease-in;
727
- animation-duration: 0.3s;
728
- }
729
- .Toastify__slide-exit--top-center {
730
- animation-name: Toastify__slideOutUp;
731
- animation-timing-function: ease-in;
732
- animation-duration: 0.3s;
733
- }
734
- .Toastify__slide-exit--bottom-center {
735
- animation-name: Toastify__slideOutDown;
736
- animation-timing-function: ease-in;
737
- animation-duration: 0.3s;
738
- }
739
-
740
- @keyframes Toastify__spin {
741
- from {
742
- transform: rotate(0deg);
743
- }
744
- to {
745
- transform: rotate(360deg);
746
- }
747
- }
748
-
749
- /*# sourceMappingURL=ReactToastify.css.map */
750
- .container{width:25%}.toast{min-height:24px;padding:4px 12px;opacity:60% !important;border-radius:4px;background-color:var(--toast-color)}.toast__body{padding:0;font-family:"Roboto";font-weight:500;font-size:12px;line-height:16px;letter-spacing:.5px;color:var(--main-background);text-align:center}
751
- .loader{animation:rotate 1s infinite linear}.loader--sm{width:24px;height:24px}.loader--md{width:48px;height:48px}.loader--lg{width:52px;height:52px}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
752
- .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-family:"Roboto";font-style:normal;font-weight:700;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(--secondary-background);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-elements);color:var(--main-elements)}.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)}
753
-
754
- /*# sourceMappingURL=Presentation-ui-components-Toast-Toast-stories.a5b284f4.chunk.css.map*/