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.
- package/assets/version.d.ts +1 -1
- package/bundles/stream-chat-angular.umd.js +1 -1
- package/bundles/stream-chat-angular.umd.js.map +1 -1
- package/esm2015/assets/version.js +2 -2
- package/fesm2015/stream-chat-angular.js +1 -1
- package/fesm2015/stream-chat-angular.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/styles/v2/css/index.css +1 -1
- package/src/assets/styles/v2/scss/_global-theme-variables.scss +13 -13
- package/src/assets/version.ts +1 -1
|
@@ -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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
58
|
+
--str-chat__headline2-text: 1.8rem/1.2 var(--str-chat__font-family);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.str-chat,
|
package/src/assets/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.65.
|
|
1
|
+
export const version = '4.65.3';
|