|
37 | 37 | var(--typography-font-family-sans), system-ui, -apple-system, BlinkMacSystemFont, |
38 | 38 | Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; |
39 | 39 |
|
40 | | - --str-chat__metadata-default-text: normal |
41 | | - var(--typography-font-weight-regular) |
42 | | - var(--typography-font-size-xs) / |
43 | | - var(--typography-line-height-tight) |
44 | | - var(--str-chat__font-family); |
45 | | - |
46 | | - --str-chat__caption-emphasis-text: normal |
47 | | - var(--typography-font-weight-semi-bold) |
48 | | - var(--typography-font-size-sm) / |
49 | | - var(--typography-line-height-tight) |
50 | | - var(--str-chat__font-family); |
51 | | - |
52 | | - --str-chat__body-emphasis-text: normal |
53 | | - var(--typography-font-weight-semi-bold) |
54 | | - var(--typography-font-size-md) / |
55 | | - var(--typography-line-height-normal) |
56 | | - var(--str-chat__font-family); |
57 | | - |
58 | | - --str-chat__heading-xs-text: normal |
59 | | - var(--typography-font-weight-medium) |
60 | | - var(--typography-font-size-sm) / |
61 | | - var(--typography-line-height-tight) |
62 | | - var(--str-chat__font-family); |
63 | | - |
64 | | - --str-chat__heading-sm-text: normal |
65 | | - var(--typography-font-weight-semi-bold) |
66 | | - var(--typography-font-size-md) / |
67 | | - var(--typography-line-height-normal) |
68 | | - var(--str-chat__font-family); |
| 40 | + --str-chat__metadata-default-text: normal var(--typography-font-weight-regular) |
| 41 | + var(--typography-font-size-xs) / var(--typography-line-height-tight) |
| 42 | + var(--str-chat__font-family); |
69 | 43 |
|
| 44 | + --str-chat__caption-emphasis-text: normal var(--typography-font-weight-semi-bold) |
| 45 | + var(--typography-font-size-sm) / var(--typography-line-height-tight) |
| 46 | + var(--str-chat__font-family); |
| 47 | + |
| 48 | + --str-chat__body-emphasis-text: normal var(--typography-font-weight-semi-bold) |
| 49 | + var(--typography-font-size-md) / var(--typography-line-height-normal) |
| 50 | + var(--str-chat__font-family); |
| 51 | + |
| 52 | + --str-chat__heading-xs-text: normal var(--typography-font-weight-medium) |
| 53 | + var(--typography-font-size-sm) / var(--typography-line-height-tight) |
| 54 | + var(--str-chat__font-family); |
| 55 | + |
| 56 | + --str-chat__heading-sm-text: normal var(--typography-font-weight-semi-bold) |
| 57 | + var(--typography-font-size-md) / var(--typography-line-height-normal) |
| 58 | + var(--str-chat__font-family); |
70 | 59 |
|
71 | 60 | // todo: adapt the old text variables to so that they use the new semantic text variables |
72 | 61 | /* The font used for caption texts */ |
|
189 | 178 | /* If a component has a box shadow applied to it, this will be the color used for the shadow */ |
190 | 179 | --str-chat__box-shadow-color: rgba(0, 0, 0, 0.18); |
191 | 180 |
|
192 | | - --str-chat__box-shadow-elevation-1: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.16), 0 20px 32px 0 rgba(0, 0, 0, 0.12); |
| 181 | + --str-chat__box-shadow-elevation-1: |
| 182 | + 0 0 0 1px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.16), |
| 183 | + 0 20px 32px 0 rgba(0, 0, 0, 0.12); |
193 | 184 |
|
194 | 185 | /* Used for online indicator and success messages */ |
195 | 186 | --str-chat__info-color: var(--str-chat__green500); |
|
0 commit comments