From 70a9bceb3d67df28f7b49b2839891d66a6b702ad Mon Sep 17 00:00:00 2001
From: stream-ci-bot <>
Date: Tue, 17 Sep 2024 16:30:47 +0000
Subject: [PATCH] Update from
https://github.com/GetStream/stream-chat-react/commit/5cc7a090a41dc1289fa07bcc039537d2816d52e0
---
.../audio-recorder.mdx | 2 +-
.../React/release-guides/upgrade-to-v12.mdx | 4 +-
.../React/theming/component-variables.mdx | 1052 +----------------
.../docs/React/theming/global-variables.mdx | 107 +-
.../docs/React/theming/palette-variables.mdx | 55 +-
5 files changed, 52 insertions(+), 1168 deletions(-)
diff --git a/docusaurus/docs/React/components/message-input-components/audio-recorder.mdx b/docusaurus/docs/React/components/message-input-components/audio-recorder.mdx
index c3b2ef3d6..3cdd1a263 100644
--- a/docusaurus/docs/React/components/message-input-components/audio-recorder.mdx
+++ b/docusaurus/docs/React/components/message-input-components/audio-recorder.mdx
@@ -53,7 +53,7 @@ The dialog can be customized by passing own component to `Channel` component con
## Custom encoding
-By default, the recording is encoded into `audio/wav` format. In order to reduce the size and keep the inter-browser format compatibility, you can use an MP3 encoder that is based on [`lamejs` implementation](https://github.com/gideonstele/lamejs). Follow these steps to achieve the MP3 encoding capability.
+By default, the recording is encoded into `audio/wav` format. In order to reduce the size you can use MP3 encoder that is based on [`lamejs` implementation](https://github.com/gideonstele/lamejs). Follow these steps to achieve the MP3 encoding capability.
1. The library `@breezystack/lamejs` has to be installed as this is a peer dependency to `stream-chat-react`.
diff --git a/docusaurus/docs/React/release-guides/upgrade-to-v12.mdx b/docusaurus/docs/React/release-guides/upgrade-to-v12.mdx
index 808b00892..1050e1524 100644
--- a/docusaurus/docs/React/release-guides/upgrade-to-v12.mdx
+++ b/docusaurus/docs/React/release-guides/upgrade-to-v12.mdx
@@ -91,10 +91,12 @@ const MessageInputUi2 = () => {
## Audio recordings transcoding
-Until now, the audio recordings were transcoded to `audio/mp3` format for inter-browser compatibility and size reduction. However, as of the v12, the MIME type `audio/wav` will be the default. The MP3 encoder use is opt-in from now on.
+Until now the audio recordings were transcoded to audio/mp3. As of v12, the MIME-type audio/wav will be the default.
+You can still opt-in to MP3 and benefit from the reduced file size and bandwidth usage:
:::important
**Action required**
+To opt into MP3 transcoding follow these steps:
1. The library `@breezystack/lamejs` has to be installed as this is a peer dependency to `stream-chat-react`.
diff --git a/docusaurus/docs/React/theming/component-variables.mdx b/docusaurus/docs/React/theming/component-variables.mdx
index fa04db8bd..b17be7ef3 100644
--- a/docusaurus/docs/React/theming/component-variables.mdx
+++ b/docusaurus/docs/React/theming/component-variables.mdx
@@ -10,1012 +10,48 @@ CSS variables are the easiest way to customize the theme. The variables are orga
- Global
- Component
-This page contains information about the component variables.
-
-## AttachmentList
-
-### Theme variables
-
-| Name | Value(s) | Description |
-| ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
-| `--str-chat__attachment-list-border-radius` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) )` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-surface-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) )` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__secondary-overlay-color)` |
`.str-chat` |
---|
`var( --str-chat__secondary-overlay-text-color )` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) )` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) )` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`calc( var(--str-chat__message-bubble-border-radius) - var(--str-chat__attachment-margin) )` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var( --str-chat__text-low-emphasis-color )` |
`.str-chat` |
---|
`var( --str-chat__secondary-background-color )` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var( --str-chat__secondary-background-color )` |
`.str-chat` |
---|
`var( --str-chat__surface-color )` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__circle-fab-box-shadow)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__spacing-0_5)` |
`.str-chat__quoted-message-preview` |
`0px` |
`.str-chat` |
---|
`calc(var(--str-chat__spacing-px) * 200)` |
`.str-chat` |
---|
`2px` |
`.str-chat` |
---|
`var(--str-chat__spacing-px)` |
`.str-chat__attachment-list` |
---|
`calc( var(--str-chat__message-max-width) - calc(2 * var(--str-chat__attachment-margin)) )` |
`.str-chat__attachment-list` |
---|
`var(--str-chat__attachment-max-width)` |
`.str-chat__attachment-list` |
---|
`calc(var(--str-chat__attachment-max-width) * calc(1 / 1.91))` |
`.str-chat__attachment-list` |
---|
`calc(var(--str-chat__attachment-max-width) * calc(9 / 16))` |
`.str-chat` |
---|
`var(--str-chat__border-radius-sm)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__secondary-overlay-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-overlay-text-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__overlay-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-sm)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-md)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-xs)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0 0 8px rgba(0, 0, 0, 0.15)` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-xs)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var( --str-chat__secondary-background-color )` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0 0 8px rgba(0, 0, 0, 0.15)` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__font-family)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`var(--str-chat__on-primary-color)` |
`.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply` |
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply` |
`var(--str-chat__secondary-surface-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__info-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`calc(var(--str-chat__spacing-px) * 32)` |
`.str-chat .str-chat__avatar--autocomplete-item,.str-chat .stream-chat__avatar--autocomplete-item` |
`calc(var(--str-chat__spacing-px) * 30)` |
`.str-chat .str-chat__avatar--channel-header,.str-chat .stream-chat__avatar--channel-header` |
`calc(var(--str-chat__spacing-px) * 40)` |
`.str-chat .str-chat__avatar--channel-preview,.str-chat .stream-chat__avatar--channel-preview` |
`calc(var(--str-chat__spacing-px) * 49)` |
`.str-chat .str-chat__avatar--quoted-message-sender,.str-chat .stream-chat__avatar--quoted-message-sender` |
`calc(var(--str-chat__spacing-px) * 20)` |
`.str-chat .str-chat__avatar--reaction,.str-chat .stream-chat__avatar--reaction` |
`calc(var(--str-chat__spacing-px) * 30)` |
`.str-chat .str-chat__avatar--message-status,.str-chat .stream-chat__avatar--message-status` |
`calc(var(--str-chat__spacing-px) * 15)` |
`.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__latest-reply` |
`49px` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`var(--str-chat__cta-button-border-radius)` |
`.str-chat` |
---|
`var(--str-chat__cta-button-color)` |
`.str-chat` |
---|
`var(--str-chat__cta-button-background-color)` |
`.str-chat` |
---|
`var(--str-chat__cta-button-box-shadow)` |
`.str-chat` |
---|
`var( --str-chat__cta-button-border-block-start )` |
`.str-chat` |
---|
`var(--str-chat__cta-button-border-block-end)` |
`.str-chat` |
---|
`var( --str-chat__cta-button-border-inline-start )` |
`.str-chat` |
---|
`var( --str-chat__cta-button-border-inline-end )` |
`.str-chat` |
---|
`var( --str-chat__cta-button-pressed-background-color )` |
`.str-chat` |
---|
`var( --str-chat__cta-button-disabled-background-color )` |
`.str-chat` |
---|
`var(--str-chat__cta-button-disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-surface-color)` |
`.str-chat` |
---|
`var( --str-chat__text-low-emphasis-color )` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__unread-badge-color)` |
`.str-chat` |
---|
`var(--str-chat__on-unread-badge-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__message-secondary-color)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-lg)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__border-radius-lg)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`var(--str-chat__primary-color) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__primary-color) 1px solid` |
`.str-chat` |
---|
`var( --str-chat__primary-color ) 1px solid` |
`.str-chat` |
---|
`var(--str-chat__primary-color) 1px solid` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var( --str-chat__secondary-surface-color )` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0 4px 4px var(--str-chat__box-shadow-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__surface-color) 1px solid` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat__chat-view__selector-button` |
---|
`25%` |
`.str-chat` |
`50%` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat` |
---|
`0 2px 4px rgba(0, 0, 0, 0.25)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-xs)` |
`.str-chat` |
---|
`var(--str-chat__on-primary-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__active-primary-color)` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__on-disabled-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-download,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-download` |
---|
`var(--str-chat__attachment-preview-download-icon-color)` |
`.str-chat__attachment-preview-list .str-chat__attachment-preview-delete` |
`var(--str-chat__attachment-preview-close-icon-color)` |
`.str-chat__attachment-preview-list .str-chat__attachment-preview-error` |
`var(--str-chat__attachment-preview-retry-icon-color)` |
`.str-chat__avatar.str-chat__avatar--no-letters` |
`var(--str-chat__avatar-color)` |
`.str-chat__empty-channel` |
`var(--str-chat__channel-empty-color)` |
`.str-chat__channel-list .str-chat__channel-list-empty` |
`var(--str-chat__channel-list-empty-indicator-color)` |
`.str-chat__channel-preview .str-chat__channel-preview-messenger--status` |
`var(--str-chat__channel-preview-message-status-color)` |
`.str-chat__chat-view__selector-button` |
`var(--str-chat-selector-button-color-default)` |
`.str-chat__chat-view__selector-button[aria-selected=true]` |
`var(--str-chat-selector-button-color-selected)` |
`.str-chat` |
`var(--str-chat__text-color)` |
`.str-chat__icon--error` |
`var(--str-chat__danger-color)` |
`.str-chat__image-carousel .str-chat__image-carousel-stepper` |
`var(--str-chat__image-carousel-stepper-color)` |
`.str-chat__message .str-chat__message-options` |
`var(--str-chat__message-options-color)` |
`.str-chat__message .str-chat__message-status` |
`var(--str-chat__message-status-color)` |
`.str-chat__message .str-chat__message-error-icon` |
`var(--str-chat__message-error-message-color)` |
`.str-chat__unread-messages-notification` |
`var(--str-chat__on-primary-color)` |
`.str-chat__message-input .str-chat__file-input-container` |
`var(--str-chat__message-input-tools-color)` |
`.str-chat__message-input .str-chat__send-button` |
`var(--str-chat__message-send-color)` |
`.str-chat__message-input .str-chat__send-button:disabled` |
`var(--str-chat__message-send-disabled-color)` |
`.str-chat__jump-to-latest-message` |
`var(--str-chat__jump-to-latest-message-unread-count-background-color)` |
`.str-chat__modal .str-chat__modal__close-button` |
`var(--str-chat__modal-close-icon-color)` |
`.str-chat__unseen-threads-banner__button` |
`var(--str-chat-unseen-threads-banner-color)` |
`.str-chat__thread-list .str-chat__thread-list-item` |
`var(--str-chat-thread-list-item-text-color)` |
`.str-chat__thread-list-empty-placeholder` |
`var(--str-chat-thread-list-empty-placeholder-color)` |
`.str-chat__attachment-list .str-chat__message-attachment-download-icon` |
---|
`calc(var(--str-chat__spacing-px) * 16)` |
`.str-chat__attachment-list .str-chat__attachment-type-icon` |
`calc(var(--str-chat__spacing-px) * 37)` |
`.str-chat__message-attachment-audio-widget--play-button` |
`calc(var(--str-chat__spacing-px) * 24)` |
`.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon` |
`calc(var(--str-chat__spacing-px) * 37)` |
`.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-end .str-chat__attachment-preview-file-download` |
`calc(var(--str-chat__spacing-px) * 16)` |
`.str-chat__attachment-preview-list .str-chat__attachment-preview-delete` |
`calc(var(--str-chat__spacing-px) * 24)` |
`.str-chat__attachment-preview-list .str-chat__attachment-preview-error` |
`calc(var(--str-chat__spacing-px) * 24)` |
`.str-chat__avatar.str-chat__avatar--no-letters` |
`calc(var(--str-chat__avatar-size) * 0.33)` |
`.str-chat__empty-channel` |
`calc(var(--str-chat__spacing-px) * 136)` |
`.str-chat__channel-list .str-chat__channel-list-messenger .str-chat__channel-list-messenger__main .str-chat__channel-list-empty` |
`calc(var(--str-chat__spacing-px) * 136)` |
`.str-chat__channel-preview .str-chat__channel-preview-end .str-chat__channel-preview-end-second-row .str-chat__channel-preview-messenger--status` |
`calc(var(--str-chat__spacing-px) * 15)` |
`.str-chat__chat-view__selector-button` |
`20px` |
`.str-chat` |
`calc(var(--str-chat__spacing-px) * 24)` |
`.str-chat__image-carousel .str-chat__image-carousel-stepper` |
`calc(var(--str-chat__spacing-px) * 30)` |
`.str-chat__message .str-chat__message-options` |
`calc(var(--str-chat__message-options-button-size) * 0.7)` |
`.str-chat__message .str-chat__message-status,.str-chat__quoted-message-preview .str-chat__message-status` |
`calc(var(--str-chat__spacing-px) * 15)` |
`.str-chat__unread-messages-notification` |
`calc(var(--str-chat__spacing-px) * 16)` |
`.str-chat__message-input .str-chat__message-input-inner .str-chat__file-input-container` |
`calc(var(--str-chat__spacing-px) * 24)` |
`.str-chat__message-input .str-chat__send-button` |
`calc(var(--str-chat__spacing-px) * 32)` |
`.str-chat__modal--open .str-chat__modal__close-button` |
`calc(var(--str-chat__spacing-px) * 28)` |
`.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel` |
`14px` |
`.str-chat__thread-list-empty-placeholder` |
`95px` |
`.str-chat__attachment-preview-list .str-chat__attachment-preview-unsupported .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-voice-recording .str-chat__attachment-preview-file-icon,.str-chat__attachment-preview-list .str-chat__attachment-preview-file .str-chat__attachment-preview-file-icon` |
---|
`auto` |
`.str-chat__avatar.str-chat__avatar--no-letters` |
`calc(var(--str-chat__avatar-size) * 0.33)` |
`.str-chat__chat-view__selector-button` |
`20px` |
`.str-chat` |
`auto` |
`.str-chat__unseen-threads-banner__button` |
`16px` |
`.str-chat__thread-list .str-chat__thread-list-item .str-chat__thread-list-item__channel` |
`14px` |
`.str-chat__thread-list-empty-placeholder` |
`95px` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat__attachment-preview-list` |
---|
`calc(var(--str-chat__spacing-px) * 18)` |
`.str-chat` |
`calc(var(--str-chat__spacing-px) * 15)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__danger-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`var(--str-chat__message-highlight-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__tertiary-surface-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-md)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-surface-color)` |
`.str-chat` |
---|
`var(--str-chat__message-bubble-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-surface-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-md)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-surface-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__tertiary-surface-color)` |
`.str-chat` |
---|
`calc(var(--str-chat__spacing-px) * 26)` |
`.str-chat` |
---|
`calc(var(--str-chat__spacing-px) * 480)` |
`.str-chat__message.str-chat__message--has-attachment` |
`var(--str-chat__message-with-attachment-max-width)` |
`.str-chat__quoted-message-preview` |
`var(--str-chat__quoted-message-max-width)` |
`.str-chat__message-input .str-chat__quoted-message-preview` |
`var(--str-chat__quoted-message-inside-message-input-max-width)` |
`.str-chat` |
---|
`calc(var(--str-chat__spacing-px) * 300)` |
`.str-chat` |
---|
`calc(var(--str-chat__spacing-px) * 250)` |
`.str-chat` |
---|
`calc( var(--str-chat__spacing-px) * 200 )` |
`.str-chat` |
---|
`calc( var(--str-chat__quoted-message-inside-message-input-max-width) + calc(var(--str-chat__spacing-px) * 50) )` |
`.str-chat__message` |
---|
`calc(3 * var(--str-chat__message-options-button-size))` |
`.str-chat__message.str-chat__message-without-touch-support` |
`calc(1 * var(--str-chat__message-options-button-size))` |
`.str-chat__message .str-chat__message-metadata .str-chat__message-edited-timestamp,.str-chat__quoted-message-preview .str-chat__message-metadata .str-chat__message-edited-timestamp` |
---|
`1rem` |
`.str-chat` |
---|
`var(--str-chat__border-radius-sm)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0 0 8px var(--str-chat__box-shadow-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`var( --str-chat__secondary-surface-color )` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__on-primary-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-overlay-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-md)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat` |
---|
`var(--str-chat__on-disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__disabled-color)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`blur(3px)` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__circle-fab-border-radius)` |
`.str-chat` |
---|
`var(--str-chat__circle-fab-color)` |
`.str-chat` |
---|
`var(--str-chat__circle-fab-background-color)` |
`.str-chat` |
---|
`var( --str-chat__circle-fab-pressed-background-color )` |
`.str-chat` |
---|
`var(--str-chat__circle-fab-box-shadow)` |
`.str-chat` |
---|
`var( --str-chat__circle-fab-border-block-start )` |
`.str-chat` |
---|
`var(--str-chat__circle-fab-border-block-end)` |
`.str-chat` |
---|
`var( --str-chat__circle-fab-border-inline-start )` |
`.str-chat` |
---|
`var( --str-chat__circle-fab-border-inline-end )` |
`.str-chat` |
---|
`var( --str-chat__jump-to-latest-message-color )` |
`.str-chat` |
---|
`var( --str-chat__jump-to-latest-message-background-color )` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat` |
---|
`var(--str-chat__primary-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`50px` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__on-primary-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-xs)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__tertiary-surface-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var( --str-chat__primary-surface-color-low-emphasis )` |
`.str-chat` |
---|
`solid var(--str-chat__primary-color)` |
`.str-chat__message-reactions-details .str-chat__message-reaction-emoji-big` |
---|
`1em` |
`.str-chat` |
---|
`var(--str-chat__border-radius-circle)` |
`.str-chat .str-chat-angular-v5__reaction-selector` |
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var( --str-chat__secondary-background-color )` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0 0 8px var(--str-chat__box-shadow-color)` |
`.str-chat .str-chat-angular-v5__reaction-selector` |
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-md)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var( --str-chat__secondary-background-color )` |
`.str-chat` |
---|
`var( --str-chat__primary-surface-color )` |
`.str-chat` |
---|
`var( --str-chat__primary-color-low-emphasis )` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__border-radius-sm)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-overlay-color)` |
`.str-chat` |
---|
`blur(3px)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__on-disabled-color)` |
`.str-chat` |
---|
`var(--str-chat__border-radius-sm)` |
`.str-chat` |
---|
`var(--str-chat__opaque-surface-text-color)` |
`.str-chat` |
---|
`var(--str-chat__opaque-surface-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0 0 8px var(--str-chat__box-shadow-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__notification-list-text-color)` |
`.str-chat` |
---|
`transparent` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`1px solid var(--str-chat__surface-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__opaque-surface-text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`var(--str-chat__surface-color)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var( --str-chat__secondary-background-color )` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat__unseen-threads-banner__button` |
---|
`22px` |
`.str-chat` |
---|
`var(--str-chat__border-radius-xs)` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__secondary-background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`0 0 20px var(--str-chat__box-shadow-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-low-emphasis-color)` |
`.str-chat` |
---|
`var(--str-chat__overlay-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__on-unread-badge-color)` |
`.str-chat` |
---|
`var(--str-chat__danger-color)` |
`.str-chat` |
---|
`50%` |
`.str-chat` |
---|
`0` |
`.str-chat` |
---|
`var(--str-chat__text-color)` |
`.str-chat` |
---|
`var(--str-chat__background-color)` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat` |
---|
`none` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__blue500)` |
`.str-chat__theme-dark` |
`var(--str-chat__blue400)` |
`.str-chat,.str-chat__theme-light` |
---|
`rgba(0, 95, 255, 0.6)` |
`.str-chat__theme-dark` |
`rgba(51, 126, 255, 0.6)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__blue300)` |
`.str-chat__theme-dark` |
`var(--str-chat__blue700)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__blue600)` |
`.str-chat__theme-dark` |
`var(--str-chat__blue600)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey50)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey50)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey50)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey950)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey50)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey900)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__blue100)` |
`.str-chat__theme-dark` |
`var(--str-chat__blue900)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__blue50)` |
`.str-chat__theme-dark` |
`var(--str-chat__blue950)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey300)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey700)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey200)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey800)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey100)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey900)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey950)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey50)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey500)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey500)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey400)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey600)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey50)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey50)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__red400)` |
`.str-chat__theme-dark` |
`var(--str-chat__red600)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__yellow100)` |
`.str-chat__theme-dark` |
`var(--str-chat__yellow900)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__red400)` |
`.str-chat__theme-dark` |
`var(--str-chat__red400)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey50)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey50)` |
`.str-chat,.str-chat__theme-light` |
---|
`rgba(252, 252, 252, 0.9)` |
`.str-chat__theme-dark` |
`rgba(0, 0, 0, 0.7)` |
`.str-chat,.str-chat__theme-light` |
---|
`rgba(0, 0, 0, 0.2)` |
`.str-chat__theme-dark` |
`rgba(0, 0, 0, 0.4)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey50)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey50)` |
`.str-chat,.str-chat__theme-light` |
---|
`rgba(0, 0, 0, 0.8)` |
`.str-chat__theme-dark` |
`rgba(250, 250, 250, 0.85)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__grey50)` |
`.str-chat__theme-dark` |
`var(--str-chat__grey900)` |
`.str-chat,.str-chat__theme-light` |
---|
`rgba(0, 0, 0, 0.18)` |
`.str-chat__theme-dark` |
`rgba(0, 0, 0, 0.8)` |
`.str-chat,.str-chat__theme-light` |
---|
`var(--str-chat__green500)` |
`.str-chat__theme-dark` |
`var(--str-chat__green500)` |
`.str-chat` |
---|
`-apple-system , BlinkMacSystemFont , Segoe UI , Roboto , Oxygen-Sans , Ubuntu , Cantarell , Helvetica Neue , sans-serif` |
`.str-chat` |
---|
`0.75 rem/1.3 var(--str-chat__font-family)` |
`.str-chat` |
---|
`500 0.75 rem/1.3 var(--str-chat__font-family)` |
`.str-chat` |
---|
`700 0.75 rem/1.3 var(--str-chat__font-family)` |
`.str-chat` |
---|
`0.875 rem/1.2 var(--str-chat__font-family)` |
`.str-chat` |
---|
`500 0.875 rem/1.2 var(--str-chat__font-family)` |
`.str-chat` |
---|
`0.9375 rem/1.2 var(--str-chat__font-family)` |
`.str-chat` |
---|
`500 0.9375 rem/1.2 var(--str-chat__font-family)` |
`.str-chat` |
---|
`1 rem/1.1.25 var(--str-chat__font-family)` |
`.str-chat` |
---|
`500 1 rem/1.25 var(--str-chat__font-family)` |
`.str-chat` |
---|
`1.25 rem/1.2 var(--str-chat__font-family)` |
`.str-chat` |
---|
`500 1.25 rem/1.2 var(--str-chat__font-family)` |
`.str-chat` |
---|
`1.5 rem/1.2 var(--str-chat__font-family)` |
`.str-chat` |
---|
`1.8 rem/1.2 var(--str-chat__font-family)` |
`.str-chat` |
---|
`8px` |
`.str-chat` |
---|
`14px` |
`.str-chat` |
---|
`18px` |
`.str-chat` |
---|
`20px` |
`.str-chat` |
---|
`999px` |
`.str-chat` |
---|
`1px` |
`.str-chat` |
---|
`0.125rem` |
`.str-chat` |
---|
`0.25rem` |
`.str-chat` |
---|
`0.375rem` |
`.str-chat` |
---|
`0.5rem` |
`.str-chat` |
---|
`0.625rem` |
`.str-chat` |
---|
`0.75rem` |
`.str-chat` |
---|
`0.875rem` |
`.str-chat` |
---|
`1rem` |
`.str-chat` |
---|
`1.25rem` |
`.str-chat` |
---|
`1.5rem` |
`.str-chat` |
---|
`1.75rem` |
`.str-chat` |
---|
`2rem` |
`.str-chat` |
---|
`2.25rem` |
`.str-chat` |
---|
`2.5rem` |
`.str-chat` |
---|
`2.75rem` |
`.str-chat` |
---|
`3rem` |
`.str-chat` |
---|
`3.5rem` |
`.str-chat` |
---|
`4rem` |
`:root` |
---|
`2` |
`.str-chat` |
---|
`#001333` |
`.str-chat` |
---|
`#00163d` |
`.str-chat` |
---|
`#002666` |
`.str-chat` |
---|
`#003999` |
`.str-chat` |
---|
`#004ccc` |
`.str-chat` |
---|
`#005fff` |
`.str-chat` |
---|
`#337eff` |
`.str-chat` |
---|
`#669fff` |
`.str-chat` |
---|
`#ccdfff` |
`.str-chat` |
---|
`#e0f0ff` |
`.str-chat` |
---|
`#ebf5ff` |
`.str-chat` |
---|
`#080707` |
`.str-chat` |
---|
`#17191c` |
`.str-chat` |
---|
`#1c1e22` |
`.str-chat` |
---|
`#272a30` |
`.str-chat` |
---|
`#4c525c` |
`.str-chat` |
---|
`#72767e` |
`.str-chat` |
---|
`#b4b7bb` |
`.str-chat` |
---|
`#dbdde1` |
`.str-chat` |
---|
`#e9eaed` |
`.str-chat` |
---|
`#f4f4f5` |
`.str-chat` |
---|
`#ffffff` |
`.str-chat` |
---|
`#330003` |
`.str-chat` |
---|
`#660006` |
`.str-chat` |
---|
`#990008` |
`.str-chat` |
---|
`#cc000b` |
`.str-chat` |
---|
`#ff000e` |
`.str-chat` |
---|
`#ff3742` |
`.str-chat` |
---|
`#ff666e` |
`.str-chat` |
---|
`#ff999f` |
`.str-chat` |
---|
`#ffe5e7` |
`.str-chat` |
---|
`#062d16` |
`.str-chat` |
---|
`#0d592c` |
`.str-chat` |
---|
`#138643` |
`.str-chat` |
---|
`#19b359` |
`.str-chat` |
---|
`#20e070` |
`.str-chat` |
---|
`#4ce68c` |
`.str-chat` |
---|
`#79eca9` |
`.str-chat` |
---|
`#a6f2c6` |
`.str-chat` |
---|
`#e9f1ff` |
`.str-chat` |
---|
`#332500` |
`.str-chat` |
---|
`#664900` |
`.str-chat` |
---|
`#996e00` |
`.str-chat` |
---|
`#cc9200` |
`.str-chat` |
---|
`#ffb700` |
`.str-chat` |
---|
`#ffd466` |
`.str-chat` |
---|
`#ffe299` |
`.str-chat` |
---|
`#fff1cc` |
`.str-chat` |
---|
`#fff8e5` |