@progress/kendo-theme-default 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.
Files changed (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +41 -22
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue.css +1 -1
  11. package/dist/default-orange.css +1 -1
  12. package/dist/default-purple.css +1 -1
  13. package/dist/default-turquoise.css +1 -1
  14. package/dist/default-urban.css +1 -1
  15. package/dist/meta/sassdoc-data.json +902 -578
  16. package/dist/meta/sassdoc-raw-data.json +406 -256
  17. package/dist/meta/variables.json +54 -34
  18. package/lib/swatches/default-blue.json +1 -1
  19. package/lib/swatches/default-dataviz-v4.json +1 -1
  20. package/lib/swatches/default-green.json +1 -1
  21. package/lib/swatches/default-main-dark.json +1 -1
  22. package/lib/swatches/default-main.json +1 -1
  23. package/lib/swatches/default-nordic.json +1 -1
  24. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  25. package/lib/swatches/default-ocean-blue.json +1 -1
  26. package/lib/swatches/default-orange.json +1 -1
  27. package/lib/swatches/default-purple.json +1 -1
  28. package/lib/swatches/default-turquoise.json +1 -1
  29. package/lib/swatches/default-urban.json +1 -1
  30. package/package.json +4 -4
  31. package/scss/bottom-navigation/_variables.scss +1 -1
  32. package/scss/card/_variables.scss +2 -2
  33. package/scss/chat/_layout.scss +4 -4
  34. package/scss/chat/_variables.scss +17 -3
  35. package/scss/drawer/_variables.scss +3 -1
  36. package/scss/forms/_variables.scss +3 -3
  37. package/scss/progressbar/_variables.scss +1 -1
  38. package/scss/timeselector/_variables.scss +1 -1
  39. package/scss/tooltip/_variables.scss +2 -2
  40. package/scss/upload/_layout.scss +1 -1
  41. package/scss/upload/_variables.scss +4 -1
  42. package/scss/window/_variables.scss +2 -2
@@ -7209,16 +7209,16 @@
7209
7209
  "value": "var(--kendo-font-size, inherit)"
7210
7210
  },
7211
7211
  "kendo-tooltip-line-height": {
7212
- "type": "Number",
7213
- "value": "1.25"
7212
+ "type": "String",
7213
+ "value": "var(--kendo-line-height-sm, normal)"
7214
7214
  },
7215
7215
  "kendo-tooltip-title-font-size": {
7216
7216
  "type": "Calculation",
7217
7217
  "value": "calc(var(--kendo-font-size, 0.875rem) * 1.25)"
7218
7218
  },
7219
7219
  "kendo-tooltip-title-line-height": {
7220
- "type": "Number",
7221
- "value": "1"
7220
+ "type": "String",
7221
+ "value": "var(--kendo-line-height-xs, normal)"
7222
7222
  },
7223
7223
  "kendo-tooltip-callout-size": {
7224
7224
  "type": "Number",
@@ -7329,8 +7329,8 @@
7329
7329
  "value": "var(--kendo-font-size, inherit)"
7330
7330
  },
7331
7331
  "kendo-window-line-height": {
7332
- "type": "Number",
7333
- "value": "1.25"
7332
+ "type": "String",
7333
+ "value": "var(--kendo-line-height-sm, normal)"
7334
7334
  },
7335
7335
  "kendo-window-titlebar-padding-x": {
7336
7336
  "type": "String",
@@ -7353,8 +7353,8 @@
7353
7353
  "value": "var(--kendo-font-size-lg, inherit)"
7354
7354
  },
7355
7355
  "kendo-window-title-line-height": {
7356
- "type": "Number",
7357
- "value": "1.25"
7356
+ "type": "String",
7357
+ "value": "var(--kendo-line-height-sm, normal)"
7358
7358
  },
7359
7359
  "kendo-window-actions-gap": {
7360
7360
  "type": "Null",
@@ -7499,8 +7499,8 @@
7499
7499
  "value": "100%"
7500
7500
  },
7501
7501
  "kendo-form-legend-font-size": {
7502
- "type": "Number",
7503
- "value": "14px"
7502
+ "type": "String",
7503
+ "value": "var(--kendo-font-size, inherit)"
7504
7504
  },
7505
7505
  "kendo-form-legend-text-transform": {
7506
7506
  "type": "String",
@@ -7515,8 +7515,8 @@
7515
7515
  "value": "var(--kendo-spacing-2, 0.5rem)"
7516
7516
  },
7517
7517
  "kendo-form-hint-font-size": {
7518
- "type": "Number",
7519
- "value": "12px"
7518
+ "type": "String",
7519
+ "value": "var(--kendo-font-size-sm, inherit)"
7520
7520
  },
7521
7521
  "kendo-form-hint-font-style": {
7522
7522
  "type": "String",
@@ -7579,8 +7579,8 @@
7579
7579
  "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
7580
7580
  },
7581
7581
  "kendo-label-optional-font-size": {
7582
- "type": "Number",
7583
- "value": "12px"
7582
+ "type": "String",
7583
+ "value": "var(--kendo-font-size-sm, inherit)"
7584
7584
  },
7585
7585
  "kendo-label-optional-font-style": {
7586
7586
  "type": "String",
@@ -7818,8 +7818,8 @@
7818
7818
  "value": "var(--kendo-font-size-sm, inherit)"
7819
7819
  },
7820
7820
  "kendo-progressbar-line-height": {
7821
- "type": "Number",
7822
- "value": "1"
7821
+ "type": "String",
7822
+ "value": "var(--kendo-line-height-xs, normal)"
7823
7823
  },
7824
7824
  "kendo-progressbar-bg": {
7825
7825
  "type": "String",
@@ -8678,12 +8678,12 @@
8678
8678
  "value": "var(--kendo-font-size-sm, inherit)"
8679
8679
  },
8680
8680
  "kendo-time-list-title-line-height": {
8681
- "type": "Number",
8682
- "value": "1.5"
8681
+ "type": "String",
8682
+ "value": "var(--kendo-line-height-lg, normal)"
8683
8683
  },
8684
8684
  "kendo-time-list-title-height": {
8685
8685
  "type": "Calculation",
8686
- "value": "calc((var(--kendo-font-size-sm, inherit)) * (1.5))"
8686
+ "value": "calc((var(--kendo-font-size-sm, inherit)) * (var(--kendo-line-height-lg, normal)))"
8687
8687
  },
8688
8688
  "kendo-time-list-title-text": {
8689
8689
  "type": "String",
@@ -9853,8 +9853,12 @@
9853
9853
  "value": "var(--kendo-spacing-3, 0.75rem)"
9854
9854
  },
9855
9855
  "kendo-upload-validation-font-size": {
9856
- "type": "Number",
9857
- "value": "11px"
9856
+ "type": "String",
9857
+ "value": "var(--kendo-font-size-sm, inherit)"
9858
+ },
9859
+ "kendo-upload-validation-line-height": {
9860
+ "type": "String",
9861
+ "value": "var(--kendo-line-height-xs, normal)"
9858
9862
  },
9859
9863
  "kendo-upload-icon-spacing": {
9860
9864
  "type": "String",
@@ -10524,8 +10528,8 @@
10524
10528
  "value": "var(--kendo-spacing-2, 0.5rem)"
10525
10529
  },
10526
10530
  "kendo-drawer-item-font-size": {
10527
- "type": "Number",
10528
- "value": "16px"
10531
+ "type": "String",
10532
+ "value": "var(--kendo-font-size-lg, inherit)"
10529
10533
  },
10530
10534
  "kendo-drawer-item-line-height": {
10531
10535
  "type": "String",
@@ -10844,8 +10848,8 @@
10844
10848
  "value": "null"
10845
10849
  },
10846
10850
  "kendo-card-title-line-height": {
10847
- "type": "Number",
10848
- "value": "1.25"
10851
+ "type": "String",
10852
+ "value": "var(--kendo-line-height-sm, normal)"
10849
10853
  },
10850
10854
  "kendo-card-title-font-weight": {
10851
10855
  "type": "String",
@@ -10869,7 +10873,7 @@
10869
10873
  },
10870
10874
  "kendo-card-subtitle-line-height": {
10871
10875
  "type": "String",
10872
- "value": "normal"
10876
+ "value": "var(--kendo-line-height-lg, normal)"
10873
10877
  },
10874
10878
  "kendo-card-subtitle-font-weight": {
10875
10879
  "type": "String",
@@ -11057,7 +11061,7 @@
11057
11061
  },
11058
11062
  "kendo-bottom-nav-line-height": {
11059
11063
  "type": "String",
11060
- "value": "var(--kendo-line-height-sm, normal)"
11064
+ "value": "var(--kendo-line-height-xs, normal)"
11061
11065
  },
11062
11066
  "kendo-bottom-nav-letter-spacing": {
11063
11067
  "type": "Number",
@@ -15578,11 +15582,11 @@
15578
15582
  },
15579
15583
  "kendo-chat-timestamp-font-size": {
15580
15584
  "type": "String",
15581
- "value": "smaller"
15585
+ "value": "var(--kendo-font-size-sm, inherit)"
15582
15586
  },
15583
15587
  "kendo-chat-timestamp-line-height": {
15584
- "type": "Null",
15585
- "value": "null"
15588
+ "type": "String",
15589
+ "value": "var(--kendo-line-height-lg, normal)"
15586
15590
  },
15587
15591
  "kendo-chat-timestamp-transform": {
15588
15592
  "type": "String",
@@ -15596,6 +15600,22 @@
15596
15600
  "type": "Null",
15597
15601
  "value": "null"
15598
15602
  },
15603
+ "kendo-chat-message-meta-font-size": {
15604
+ "type": "String",
15605
+ "value": "var(--kendo-font-size-sm, inherit)"
15606
+ },
15607
+ "kendo-chat-message-meta-line-height": {
15608
+ "type": "String",
15609
+ "value": "var(--kendo-line-height-lg, normal)"
15610
+ },
15611
+ "kendo-chat-author-font-size": {
15612
+ "type": "String",
15613
+ "value": "var(--kendo-font-size-sm, inherit)"
15614
+ },
15615
+ "kendo-chat-author-line-height": {
15616
+ "type": "String",
15617
+ "value": "var(--kendo-line-height-lg, normal)"
15618
+ },
15599
15619
  "kendo-chat-bubble-padding-x": {
15600
15620
  "type": "String",
15601
15621
  "value": "var(--kendo-spacing-3, 0.75rem)"
@@ -15609,8 +15629,8 @@
15609
15629
  "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
15610
15630
  },
15611
15631
  "kendo-chat-bubble-line-height": {
15612
- "type": "Number",
15613
- "value": "18px"
15632
+ "type": "String",
15633
+ "value": "var(--kendo-line-height, normal)"
15614
15634
  },
15615
15635
  "kendo-chat-bubble-border-radius": {
15616
15636
  "type": "Number",
@@ -15665,8 +15685,8 @@
15665
15685
  "value": "var(--kendo-spacing-2, 0.5rem)"
15666
15686
  },
15667
15687
  "kendo-chat-quick-reply-line-height": {
15668
- "type": "Number",
15669
- "value": "18px"
15688
+ "type": "String",
15689
+ "value": "var(--kendo-line-height, normal)"
15670
15690
  },
15671
15691
  "kendo-chat-bg": {
15672
15692
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ff6358",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
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": [
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@progress/kendo-svg-icons": "3.0.0",
55
- "@progress/kendo-theme-core": "8.1.0-dev.1",
56
- "@progress/kendo-theme-utils": "8.1.0-dev.1"
55
+ "@progress/kendo-theme-core": "8.1.0-dev.2",
56
+ "@progress/kendo-theme-utils": "8.1.0-dev.2"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
60
60
  "lib": "lib"
61
61
  },
62
- "gitHead": "4689911f0f7008e71ed496fa1e63f7d006270dca"
62
+ "gitHead": "a8611dd8fc7fb5f348432f88bbb672c6f0049fa4"
63
63
  }
@@ -20,7 +20,7 @@ $kendo-bottom-nav-font-family: var( --kendo-font-family, inherit ) !default;
20
20
  $kendo-bottom-nav-font-size: var( --kendo-font-size, inherit ) !default;
21
21
  /// The line height of the BottomNavigation.
22
22
  /// @group bottom-navigation
23
- $kendo-bottom-nav-line-height: var( --kendo-line-height-sm, normal ) !default;
23
+ $kendo-bottom-nav-line-height: var( --kendo-line-height-xs, normal ) !default;
24
24
  /// The letter spacing of the BottomNavigation.
25
25
  /// @group bottom-navigation
26
26
  $kendo-bottom-nav-letter-spacing: .2px !default;
@@ -116,7 +116,7 @@ $kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
116
116
  $kendo-card-title-font-family: null !default;
117
117
  /// The line height of the Card title.
118
118
  /// @group card
119
- $kendo-card-title-line-height: 1.25 !default;
119
+ $kendo-card-title-line-height: var( --kendo-line-height-sm, normal ) !default;
120
120
  /// The font weight of the Card title.
121
121
  /// @group card
122
122
  $kendo-card-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -135,7 +135,7 @@ $kendo-card-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
135
135
  $kendo-card-subtitle-font-family: null !default;
136
136
  /// The line height of the Card subtitle.
137
137
  /// @group card
138
- $kendo-card-subtitle-line-height: normal !default;
138
+ $kendo-card-subtitle-line-height: var( --kendo-line-height-lg, normal ) !default;
139
139
  /// The font weight of the Card subtitle.
140
140
  /// @group card
141
141
  $kendo-card-subtitle-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -115,8 +115,8 @@
115
115
  // Message meta
116
116
  .k-message-time,
117
117
  .k-message-status {
118
- font-size: smaller;
119
- line-height: normal;
118
+ font-size: $kendo-chat-message-meta-font-size;
119
+ line-height: $kendo-chat-message-meta-line-height;
120
120
  white-space: nowrap;
121
121
  pointer-events: none;
122
122
  position: absolute;
@@ -198,8 +198,8 @@
198
198
  // Author
199
199
  .k-author {
200
200
  margin: 0;
201
- font-size: smaller;
202
- line-height: normal;
201
+ font-size: $kendo-chat-author-font-size;
202
+ line-height: $kendo-chat-author-line-height;
203
203
  }
204
204
  .k-chat .k-author {
205
205
  margin: 0; // Duplicate styles because of typography module
@@ -44,10 +44,10 @@ $kendo-chat-message-list-spacing: $kendo-chat-item-spacing-y !default;
44
44
 
45
45
  /// The font size of the Chat timestamp.
46
46
  /// @group chat
47
- $kendo-chat-timestamp-font-size: smaller !default;
47
+ $kendo-chat-timestamp-font-size: var( --kendo-font-size-sm, inherit ) !default;
48
48
  /// The line height of the Chat timestamp.
49
49
  /// @group chat
50
- $kendo-chat-timestamp-line-height: null !default;
50
+ $kendo-chat-timestamp-line-height: var( --kendo-line-height-lg, normal ) !default;
51
51
  /// The text transform of the Chat timestamp.
52
52
  /// @group chat
53
53
  $kendo-chat-timestamp-transform: uppercase !default;
@@ -58,6 +58,20 @@ $kendo-chat-timestamp-text: $kendo-subtle-text !default;
58
58
  /// @group chat
59
59
  $kendo-chat-timestamp-bg: null !default;
60
60
 
61
+ /// The font size of the Chat message meta text.
62
+ /// @group chat
63
+ $kendo-chat-message-meta-font-size: var( --kendo-font-size-sm, inherit ) !default;
64
+ /// The line height of the Chat message meta text.
65
+ /// @group chat
66
+ $kendo-chat-message-meta-line-height: var( --kendo-line-height-lg, normal ) !default;
67
+
68
+ /// The font size of the Chat author text.
69
+ /// @group chat
70
+ $kendo-chat-author-font-size: var( --kendo-font-size-sm, inherit ) !default;
71
+ /// The line height of the Chat author text.
72
+ /// @group chat
73
+ $kendo-chat-author-line-height: var( --kendo-line-height-lg, normal ) !default;
74
+
61
75
  /// The horizontal padding of the Chat bubble message.
62
76
  /// @group chat
63
77
  $kendo-chat-bubble-padding-x: k-spacing(3) !default;
@@ -69,7 +83,7 @@ $kendo-chat-bubble-padding-y: k-spacing(2) !default;
69
83
  $kendo-chat-bubble-spacing: k-spacing(0.5) !default;
70
84
  /// The line height of the Chat bubble message.
71
85
  /// @group chat
72
- $kendo-chat-bubble-line-height: 18px !default;
86
+ $kendo-chat-bubble-line-height: var( --kendo-line-height, normal ) !default;
73
87
 
74
88
  /// The border radius of the Chat bubble message.
75
89
  /// @group chat
@@ -55,7 +55,9 @@ $kendo-drawer-item-padding-x: k-spacing(4) !default;
55
55
  $kendo-drawer-item-padding-y: $kendo-padding-md-x !default;
56
56
  /// The font size of the Drawer item.
57
57
  /// @group drawer
58
- $kendo-drawer-item-font-size: 16px !default;
58
+ $kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
59
+ /// The line height of the Drawer item.
60
+ /// @group drawer
59
61
  $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
60
62
 
61
63
  /// The horizontal padding of the Drawer item in each level.
@@ -53,7 +53,7 @@ $kendo-form-legend-border-color: $kendo-component-border !default;
53
53
  $kendo-form-legend-width: 100% !default;
54
54
  /// The font size of the Form legend.
55
55
  /// @group form
56
- $kendo-form-legend-font-size: 14px !default;
56
+ $kendo-form-legend-font-size: var( --kendo-font-size, inherit ) !default;
57
57
  /// The text capitalization of the Form legend.
58
58
  /// @group form
59
59
  $kendo-form-legend-text-transform: uppercase !default;
@@ -68,7 +68,7 @@ $kendo-form-button-margin-x: k-spacing(2) !default;
68
68
 
69
69
  /// The font size of the Form hint.
70
70
  /// @group form
71
- $kendo-form-hint-font-size: 12px !default;
71
+ $kendo-form-hint-font-size: var( --kendo-font-size-sm, inherit ) !default;
72
72
  /// The font style of the Form hint.
73
73
  /// @group form
74
74
  $kendo-form-hint-font-style: italic !default;
@@ -124,7 +124,7 @@ $kendo-forms-invalid-color: $kendo-color-error !default;
124
124
  $kendo-label-optional-margin-x: k-spacing(1.5) !default;
125
125
  /// The font size of the optional label in the Form.
126
126
  /// @group form
127
- $kendo-label-optional-font-size: 12px !default;
127
+ $kendo-label-optional-font-size: var( --kendo-font-size-sm, inherit ) !default;
128
128
  /// The font style of the optional label in the Form.
129
129
  /// @group form
130
130
  $kendo-label-optional-font-style: italic !default;
@@ -20,7 +20,7 @@ $kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
20
20
  $kendo-progressbar-font-size: var( --kendo-font-size-sm, inherit ) !default;
21
21
  /// The line height of the ProgressBar.
22
22
  /// @group progressbar
23
- $kendo-progressbar-line-height: 1 !default;
23
+ $kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
24
24
 
25
25
  /// The background color of the ProgressBar.
26
26
  /// @group progressbar
@@ -17,7 +17,7 @@ $kendo-time-list-width: 4em !default;
17
17
  $kendo-time-list-height: 240px !default;
18
18
 
19
19
  $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
20
- $kendo-time-list-title-line-height: 1.5 !default;
20
+ $kendo-time-list-title-line-height: var( --kendo-line-height-lg, normal ) !default;
21
21
  $kendo-time-list-title-height: calc( ( #{$kendo-time-list-title-font-size} ) * ( #{$kendo-time-list-title-line-height} ) ) !default;
22
22
  $kendo-time-list-title-text: $kendo-subtle-text !default;
23
23
  $kendo-time-list-title-focus-text: $kendo-component-text !default;
@@ -21,14 +21,14 @@ $kendo-tooltip-font-family: var( --kendo-font-family, inherit ) !default;
21
21
  $kendo-tooltip-font-size: var( --kendo-font-size, inherit ) !default;
22
22
  /// The line height of the Tooltip.
23
23
  /// @group tooltip
24
- $kendo-tooltip-line-height: 1.25 !default;
24
+ $kendo-tooltip-line-height: var( --kendo-line-height-sm, normal ) !default;
25
25
 
26
26
  /// The font size of the Tooltip title.
27
27
  /// @group tooltip
28
28
  $kendo-tooltip-title-font-size: calc( ( var( --kendo-font-size, .875rem ) * 1.25 ) ) !default;
29
29
  /// The line height of the Tooltip title.
30
30
  /// @group tooltip
31
- $kendo-tooltip-title-line-height: 1 !default;
31
+ $kendo-tooltip-title-line-height: var( --kendo-line-height-xs, normal ) !default;
32
32
 
33
33
  /// The size of the Tooltip callout.
34
34
  /// @group tooltip
@@ -158,7 +158,7 @@
158
158
  .k-file-summary,
159
159
  .k-file-validation-message {
160
160
  font-size: $kendo-upload-validation-font-size;
161
- line-height: 1;
161
+ line-height: $kendo-upload-validation-line-height;
162
162
  }
163
163
 
164
164
 
@@ -65,7 +65,10 @@ $kendo-upload-multiple-items-spacing: k-spacing(3) !default;
65
65
 
66
66
  /// The font size of the Upload validation message.
67
67
  /// @group upload
68
- $kendo-upload-validation-font-size: 11px !default;
68
+ $kendo-upload-validation-font-size: var( --kendo-font-size-sm, inherit ) !default;
69
+ /// The line height of the Upload validation message.
70
+ /// @group upload
71
+ $kendo-upload-validation-line-height: var( --kendo-line-height-xs, normal ) !default;
69
72
  /// The horizontal spacing of the Upload status icon.
70
73
  /// @group upload
71
74
  $kendo-upload-icon-spacing: $kendo-icon-spacing !default;
@@ -16,7 +16,7 @@ $kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
16
16
  $kendo-window-font-size: var( --kendo-font-size, inherit ) !default;
17
17
  /// The line height of the Window.
18
18
  /// @group window
19
- $kendo-window-line-height: 1.25 !default;
19
+ $kendo-window-line-height: var( --kendo-line-height-sm, normal ) !default;
20
20
 
21
21
  /// The horizontal padding of the Window titlebar.
22
22
  /// @group window
@@ -36,7 +36,7 @@ $kendo-window-titlebar-border-style: solid !default;
36
36
  $kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
37
37
  /// The line height of the title of the Window.
38
38
  /// @group window
39
- $kendo-window-title-line-height: 1.25 !default;
39
+ $kendo-window-title-line-height: var( --kendo-line-height-sm, normal ) !default;
40
40
 
41
41
  /// The spacing between the buttons in the Window titlebar.
42
42
  /// @group window