stream-chat-angular 4.65.2 → 4.65.3

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.
@@ -19,43 +19,43 @@
19
19
  Cantarell, Helvetica Neue, sans-serif;
20
20
 
21
21
  /* The font used for caption texts */
22
- --str-chat__caption-text: 0.75rem/1rem var(--str-chat__font-family);
22
+ --str-chat__caption-text: 0.75rem/1.3 var(--str-chat__font-family);
23
23
 
24
24
  /* The font used for caption texts with emphasize */
25
- --str-chat__caption-medium-text: 500 0.75rem/1rem var(--str-chat__font-family);
25
+ --str-chat__caption-medium-text: 500 0.75rem/1.3 var(--str-chat__font-family);
26
26
 
27
27
  /* The font used for caption texts with emphasize */
28
- --str-chat__caption-strong-text: 700 0.75rem/1rem var(--str-chat__font-family);
28
+ --str-chat__caption-strong-text: 700 0.75rem/1.3 var(--str-chat__font-family);
29
29
 
30
30
  /* The font used for body texts */
31
- --str-chat__body-text: 0.875rem/1rem var(--str-chat__font-family);
31
+ --str-chat__body-text: 0.875rem/1.2 var(--str-chat__font-family);
32
32
 
33
33
  /* The font used for body texts with emphasize */
34
- --str-chat__body-medium-text: 500 0.875rem/1rem var(--str-chat__font-family);
34
+ --str-chat__body-medium-text: 500 0.875rem/1.2 var(--str-chat__font-family);
35
35
 
36
36
  /* The font used for body texts */
37
- --str-chat__body2-text: 0.9375rem/1rem var(--str-chat__font-family);
37
+ --str-chat__body2-text: 0.9375rem/1.2 var(--str-chat__font-family);
38
38
 
39
39
  /* The font used for body texts with emphasize */
40
- --str-chat__body2-medium-text: 500 0.9375rem/1rem var(--str-chat__font-family);
40
+ --str-chat__body2-medium-text: 500 0.9375rem/1.2 var(--str-chat__font-family);
41
41
 
42
42
  /* The font used for subtitle texts */
43
- --str-chat__subtitle-text: 1rem/1.25rem var(--str-chat__font-family);
43
+ --str-chat__subtitle-text: 1rem/1.1.25 var(--str-chat__font-family);
44
44
 
45
45
  /* The font used for subtitle texts with emphasize */
46
- --str-chat__subtitle-medium-text: 500 1rem/1.25rem var(--str-chat__font-family);
46
+ --str-chat__subtitle-medium-text: 500 1rem/1.25 var(--str-chat__font-family);
47
47
 
48
48
  /* The font used for subtitle texts */
49
- --str-chat__subtitle2-text: 1.25rem/1.5rem var(--str-chat__font-family);
49
+ --str-chat__subtitle2-text: 1.25rem/1.2 var(--str-chat__font-family);
50
50
 
51
51
  /* The font used for subtitle texts with emphasize */
52
- --str-chat__subtitle2-medium-text: 500 1.25rem/1.5rem var(--str-chat__font-family);
52
+ --str-chat__subtitle2-medium-text: 500 1.25rem/1.2 var(--str-chat__font-family);
53
53
 
54
54
  /* The font used for headline texts */
55
- --str-chat__headline-text: 1.5rem/1.5rem var(--str-chat__font-family);
55
+ --str-chat__headline-text: 1.5rem/1.2 var(--str-chat__font-family);
56
56
 
57
57
  /* The font used for headline texts */
58
- --str-chat__headline2-text: 1.8rem/1.8rem var(--str-chat__font-family);
58
+ --str-chat__headline2-text: 1.8rem/1.2 var(--str-chat__font-family);
59
59
  }
60
60
 
61
61
  .str-chat,
@@ -1 +1 @@
1
- export const version = '4.65.2';
1
+ export const version = '4.65.3';