@progress/kendo-theme-fluent 8.1.0-dev.1 → 8.1.0-dev.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.
@@ -10335,7 +10335,7 @@
10335
10335
  },
10336
10336
  "kendo-bottom-nav-line-height": {
10337
10337
  "type": "String",
10338
- "value": "var(--kendo-line-height, normal)"
10338
+ "value": "var(--kendo-line-height-xs, normal)"
10339
10339
  },
10340
10340
  "kendo-bottom-nav-letter-spacing": {
10341
10341
  "type": "Number",
@@ -15857,11 +15857,11 @@
15857
15857
  },
15858
15858
  "kendo-chat-timestamp-font-size": {
15859
15859
  "type": "String",
15860
- "value": "smaller"
15860
+ "value": "var(--kendo-font-size-sm, inherit)"
15861
15861
  },
15862
15862
  "kendo-chat-timestamp-line-height": {
15863
15863
  "type": "String",
15864
- "value": "var(--kendo-line-height, normal)"
15864
+ "value": "var(--kendo-line-height-lg, normal)"
15865
15865
  },
15866
15866
  "kendo-chat-timestamp-transform": {
15867
15867
  "type": "String",
@@ -15875,6 +15875,22 @@
15875
15875
  "type": "String",
15876
15876
  "value": "normal"
15877
15877
  },
15878
+ "kendo-chat-message-meta-font-size": {
15879
+ "type": "String",
15880
+ "value": "var(--kendo-font-size-sm, inherit)"
15881
+ },
15882
+ "kendo-chat-message-meta-line-height": {
15883
+ "type": "String",
15884
+ "value": "var(--kendo-line-height-lg, normal)"
15885
+ },
15886
+ "kendo-chat-author-font-size": {
15887
+ "type": "String",
15888
+ "value": "var(--kendo-font-size-sm, inherit)"
15889
+ },
15890
+ "kendo-chat-author-line-height": {
15891
+ "type": "String",
15892
+ "value": "var(--kendo-line-height-lg, normal)"
15893
+ },
15878
15894
  "kendo-chat-bubble-padding-x": {
15879
15895
  "type": "String",
15880
15896
  "value": "var(--kendo-spacing-3, 0.75rem)"
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
4
- "version": "8.1.0-dev.1",
4
+ "version": "8.1.0-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "3.0.0",
56
- "@progress/kendo-theme-core": "8.1.0-dev.1",
57
- "@progress/kendo-theme-utils": "8.1.0-dev.1"
56
+ "@progress/kendo-theme-core": "8.1.0-dev.2",
57
+ "@progress/kendo-theme-utils": "8.1.0-dev.2"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "4689911f0f7008e71ed496fa1e63f7d006270dca"
63
+ "gitHead": "a8611dd8fc7fb5f348432f88bbb672c6f0049fa4"
64
64
  }
@@ -21,7 +21,7 @@ $kendo-bottom-nav-font-family: var( --kendo-font-family, inherit) !default;
21
21
  $kendo-bottom-nav-font-size: var( --kendo-font-size, 1rem ) !default;
22
22
  /// The line height of the BottomNavigation.
23
23
  /// @group bottom-navigation
24
- $kendo-bottom-nav-line-height: var( --kendo-line-height, normal ) !default;
24
+ $kendo-bottom-nav-line-height: var( --kendo-line-height-xs, normal ) !default;
25
25
  /// The letter spacing of the BottomNavigation.
26
26
  /// @group bottom-navigation
27
27
  $kendo-bottom-nav-letter-spacing: .2px !default;
@@ -117,8 +117,8 @@
117
117
  // Message meta
118
118
  .k-message-time,
119
119
  .k-message-status {
120
- font-size: smaller;
121
- line-height: normal;
120
+ font-size: $kendo-chat-message-meta-font-size;
121
+ line-height: $kendo-chat-message-meta-line-height;
122
122
  white-space: nowrap;
123
123
  pointer-events: none;
124
124
  position: absolute;
@@ -200,8 +200,8 @@
200
200
  // Author
201
201
  .k-author {
202
202
  margin: 0;
203
- font-size: smaller;
204
- line-height: normal;
203
+ font-size: $kendo-chat-author-font-size;
204
+ line-height: $kendo-chat-author-line-height;
205
205
  }
206
206
  .k-chat .k-author {
207
207
  margin: 0; // Duplicate styles because of typography module
@@ -64,10 +64,10 @@ $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
64
64
 
65
65
  /// The font size of the Chat timestamp.
66
66
  /// @group chat
67
- $kendo-chat-timestamp-font-size: smaller !default;
67
+ $kendo-chat-timestamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
68
68
  /// The line height of the Chat timestamp.
69
69
  /// @group chat
70
- $kendo-chat-timestamp-line-height: var( --kendo-line-height, normal ) !default;
70
+ $kendo-chat-timestamp-line-height: var( --kendo-line-height-lg, normal ) !default;
71
71
  /// The text transform of the Chat timestamp.
72
72
  /// @group chat
73
73
  $kendo-chat-timestamp-transform: uppercase !default;
@@ -78,6 +78,20 @@ $kendo-chat-timestamp-text: var( --kendo-subtle-text, inherit ) !default;
78
78
  /// @group chat
79
79
  $kendo-chat-timestamp-bg: normal !default;
80
80
 
81
+ /// The font size of the Chat message meta text.
82
+ /// @group chat
83
+ $kendo-chat-message-meta-font-size: var( --kendo-font-size-sm, inherit ) !default;
84
+ /// The line height of the Chat message meta text.
85
+ /// @group chat
86
+ $kendo-chat-message-meta-line-height: var( --kendo-line-height-lg, normal ) !default;
87
+
88
+ /// The font size of the Chat author text.
89
+ /// @group chat
90
+ $kendo-chat-author-font-size: var( --kendo-font-size-sm, inherit ) !default;
91
+ /// The line height of the Chat author text.
92
+ /// @group chat
93
+ $kendo-chat-author-line-height: var( --kendo-line-height-lg, normal ) !default;
94
+
81
95
  /// The horizontal padding of the Chat bubble message.
82
96
  /// @group chat
83
97
  $kendo-chat-bubble-padding-x: k-spacing(3) !default;