@progress/kendo-theme-classic 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 (44) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +38 -21
  3. package/dist/classic-green-dark.css +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-lavender-dark.css +1 -1
  6. package/dist/classic-lavender.css +1 -1
  7. package/dist/classic-main-dark.css +1 -1
  8. package/dist/classic-main.css +1 -1
  9. package/dist/classic-metro-dark.css +1 -1
  10. package/dist/classic-metro.css +1 -1
  11. package/dist/classic-moonlight.css +1 -1
  12. package/dist/classic-opal-dark.css +1 -1
  13. package/dist/classic-opal.css +1 -1
  14. package/dist/classic-silver-dark.css +1 -1
  15. package/dist/classic-silver.css +1 -1
  16. package/dist/classic-uniform.css +1 -1
  17. package/dist/meta/sassdoc-data.json +738 -468
  18. package/dist/meta/sassdoc-raw-data.json +328 -203
  19. package/dist/meta/variables.json +52 -32
  20. package/lib/swatches/classic-green-dark.json +1 -1
  21. package/lib/swatches/classic-green.json +1 -1
  22. package/lib/swatches/classic-lavender-dark.json +1 -1
  23. package/lib/swatches/classic-lavender.json +1 -1
  24. package/lib/swatches/classic-main-dark.json +1 -1
  25. package/lib/swatches/classic-main.json +1 -1
  26. package/lib/swatches/classic-metro-dark.json +1 -1
  27. package/lib/swatches/classic-metro.json +1 -1
  28. package/lib/swatches/classic-moonlight.json +1 -1
  29. package/lib/swatches/classic-opal-dark.json +1 -1
  30. package/lib/swatches/classic-opal.json +1 -1
  31. package/lib/swatches/classic-silver-dark.json +1 -1
  32. package/lib/swatches/classic-silver.json +1 -1
  33. package/lib/swatches/classic-uniform.json +1 -1
  34. package/package.json +5 -5
  35. package/scss/bottom-navigation/_variables.scss +1 -1
  36. package/scss/card/_variables.scss +2 -2
  37. package/scss/chat/_variables.scss +17 -3
  38. package/scss/drawer/_variables.scss +1 -1
  39. package/scss/forms/_variables.scss +3 -3
  40. package/scss/progressbar/_variables.scss +1 -1
  41. package/scss/timeselector/_variables.scss +1 -1
  42. package/scss/tooltip/_variables.scss +2 -2
  43. package/scss/upload/_variables.scss +4 -1
  44. package/scss/window/_variables.scss +1 -1
@@ -7230,16 +7230,16 @@
7230
7230
  "value": "var(--kendo-font-size, inherit)"
7231
7231
  },
7232
7232
  "kendo-tooltip-line-height": {
7233
- "type": "Number",
7234
- "value": "1.25"
7233
+ "type": "String",
7234
+ "value": "var(--kendo-line-height-sm, normal)"
7235
7235
  },
7236
7236
  "kendo-tooltip-title-font-size": {
7237
7237
  "type": "Calculation",
7238
7238
  "value": "calc(var(--kendo-font-size, 0.875rem) * 1.25)"
7239
7239
  },
7240
7240
  "kendo-tooltip-title-line-height": {
7241
- "type": "Number",
7242
- "value": "1"
7241
+ "type": "String",
7242
+ "value": "var(--kendo-line-height-xs, normal)"
7243
7243
  },
7244
7244
  "kendo-tooltip-callout-size": {
7245
7245
  "type": "Number",
@@ -7374,8 +7374,8 @@
7374
7374
  "value": "var(--kendo-font-size-lg, inherit)"
7375
7375
  },
7376
7376
  "kendo-window-title-line-height": {
7377
- "type": "Number",
7378
- "value": "1.25"
7377
+ "type": "String",
7378
+ "value": "var(--kendo-line-height-sm, normal)"
7379
7379
  },
7380
7380
  "kendo-window-actions-gap": {
7381
7381
  "type": "Null",
@@ -7520,8 +7520,8 @@
7520
7520
  "value": "100%"
7521
7521
  },
7522
7522
  "kendo-form-legend-font-size": {
7523
- "type": "Number",
7524
- "value": "14px"
7523
+ "type": "String",
7524
+ "value": "var(--kendo-font-size, inherit)"
7525
7525
  },
7526
7526
  "kendo-form-legend-text-transform": {
7527
7527
  "type": "String",
@@ -7536,8 +7536,8 @@
7536
7536
  "value": "var(--kendo-spacing-2, 0.5rem)"
7537
7537
  },
7538
7538
  "kendo-form-hint-font-size": {
7539
- "type": "Number",
7540
- "value": "12px"
7539
+ "type": "String",
7540
+ "value": "var(--kendo-font-size-sm, inherit)"
7541
7541
  },
7542
7542
  "kendo-form-hint-font-style": {
7543
7543
  "type": "String",
@@ -7600,8 +7600,8 @@
7600
7600
  "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
7601
7601
  },
7602
7602
  "kendo-label-optional-font-size": {
7603
- "type": "Number",
7604
- "value": "12px"
7603
+ "type": "String",
7604
+ "value": "var(--kendo-font-size-sm, inherit)"
7605
7605
  },
7606
7606
  "kendo-label-optional-font-style": {
7607
7607
  "type": "String",
@@ -7839,8 +7839,8 @@
7839
7839
  "value": "var(--kendo-font-size-sm, inherit)"
7840
7840
  },
7841
7841
  "kendo-progressbar-line-height": {
7842
- "type": "Number",
7843
- "value": "1"
7842
+ "type": "String",
7843
+ "value": "var(--kendo-line-height-xs, normal)"
7844
7844
  },
7845
7845
  "kendo-progressbar-bg": {
7846
7846
  "type": "String",
@@ -8699,12 +8699,12 @@
8699
8699
  "value": "var(--kendo-font-size-sm, inherit)"
8700
8700
  },
8701
8701
  "kendo-time-list-title-line-height": {
8702
- "type": "Number",
8703
- "value": "1.5"
8702
+ "type": "String",
8703
+ "value": "var(--kendo-line-height-lg, normal)"
8704
8704
  },
8705
8705
  "kendo-time-list-title-height": {
8706
8706
  "type": "Calculation",
8707
- "value": "calc(var(--kendo-font-size-sm, inherit) * 1.5)"
8707
+ "value": "calc(var(--kendo-font-size-sm, inherit) * var(--kendo-line-height-lg, normal))"
8708
8708
  },
8709
8709
  "kendo-time-list-title-text": {
8710
8710
  "type": "String",
@@ -9870,8 +9870,12 @@
9870
9870
  "value": "var(--kendo-spacing-3, 0.75rem)"
9871
9871
  },
9872
9872
  "kendo-upload-validation-font-size": {
9873
- "type": "Number",
9874
- "value": "11px"
9873
+ "type": "String",
9874
+ "value": "var(--kendo-font-size-sm, inherit)"
9875
+ },
9876
+ "kendo-upload-validation-line-height": {
9877
+ "type": "String",
9878
+ "value": "var(--kendo-line-height-xs, normal)"
9875
9879
  },
9876
9880
  "kendo-upload-icon-spacing": {
9877
9881
  "type": "String",
@@ -10541,8 +10545,8 @@
10541
10545
  "value": "var(--kendo-spacing-2, 0.5rem)"
10542
10546
  },
10543
10547
  "kendo-drawer-item-font-size": {
10544
- "type": "Number",
10545
- "value": "16px"
10548
+ "type": "String",
10549
+ "value": "var(--kendo-font-size-lg, inherit)"
10546
10550
  },
10547
10551
  "kendo-drawer-item-line-height": {
10548
10552
  "type": "Number",
@@ -10861,8 +10865,8 @@
10861
10865
  "value": "null"
10862
10866
  },
10863
10867
  "kendo-card-title-line-height": {
10864
- "type": "Number",
10865
- "value": "1.25"
10868
+ "type": "String",
10869
+ "value": "var(--kendo-line-height-sm, normal)"
10866
10870
  },
10867
10871
  "kendo-card-title-font-weight": {
10868
10872
  "type": "String",
@@ -10886,7 +10890,7 @@
10886
10890
  },
10887
10891
  "kendo-card-subtitle-line-height": {
10888
10892
  "type": "String",
10889
- "value": "normal"
10893
+ "value": "var(--kendo-line-height-lg, normal)"
10890
10894
  },
10891
10895
  "kendo-card-subtitle-font-weight": {
10892
10896
  "type": "String",
@@ -11074,7 +11078,7 @@
11074
11078
  },
11075
11079
  "kendo-bottom-nav-line-height": {
11076
11080
  "type": "String",
11077
- "value": "var(--kendo-line-height-sm, normal)"
11081
+ "value": "var(--kendo-line-height-xs, normal)"
11078
11082
  },
11079
11083
  "kendo-bottom-nav-letter-spacing": {
11080
11084
  "type": "Number",
@@ -15607,11 +15611,11 @@
15607
15611
  },
15608
15612
  "kendo-chat-timestamp-font-size": {
15609
15613
  "type": "String",
15610
- "value": "smaller"
15614
+ "value": "var(--kendo-font-size-sm, inherit)"
15611
15615
  },
15612
15616
  "kendo-chat-timestamp-line-height": {
15613
- "type": "Null",
15614
- "value": "null"
15617
+ "type": "String",
15618
+ "value": "var(--kendo-line-height-lg, normal)"
15615
15619
  },
15616
15620
  "kendo-chat-timestamp-transform": {
15617
15621
  "type": "String",
@@ -15625,6 +15629,22 @@
15625
15629
  "type": "Null",
15626
15630
  "value": "null"
15627
15631
  },
15632
+ "kendo-chat-message-meta-font-size": {
15633
+ "type": "String",
15634
+ "value": "var(--kendo-font-size-sm, inherit)"
15635
+ },
15636
+ "kendo-chat-message-meta-line-height": {
15637
+ "type": "String",
15638
+ "value": "var(--kendo-line-height-lg, normal)"
15639
+ },
15640
+ "kendo-chat-author-font-size": {
15641
+ "type": "String",
15642
+ "value": "var(--kendo-font-size-sm, inherit)"
15643
+ },
15644
+ "kendo-chat-author-line-height": {
15645
+ "type": "String",
15646
+ "value": "var(--kendo-line-height-lg, normal)"
15647
+ },
15628
15648
  "kendo-chat-bubble-padding-x": {
15629
15649
  "type": "String",
15630
15650
  "value": "var(--kendo-spacing-3, 0.75rem)"
@@ -15638,8 +15658,8 @@
15638
15658
  "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
15639
15659
  },
15640
15660
  "kendo-chat-bubble-line-height": {
15641
- "type": "Number",
15642
- "value": "18px"
15661
+ "type": "String",
15662
+ "value": "var(--kendo-line-height, normal)"
15643
15663
  },
15644
15664
  "kendo-chat-bubble-border-radius": {
15645
15665
  "type": "Number",
@@ -15694,8 +15714,8 @@
15694
15714
  "value": "var(--kendo-spacing-2, 0.5rem)"
15695
15715
  },
15696
15716
  "kendo-chat-quick-reply-line-height": {
15697
- "type": "Number",
15698
- "value": "18px"
15717
+ "type": "String",
15718
+ "value": "var(--kendo-line-height, normal)"
15699
15719
  },
15700
15720
  "kendo-chat-bg": {
15701
15721
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Lavender Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Lavender",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Metro Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Metro",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Moonlight",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.1.0-dev.1",
6
+ "version": "8.1.0-dev.2",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#1f2a35",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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": "Classic Uniform",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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-classic",
3
3
  "description": "Sass port of less based themes for 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": [
@@ -53,13 +53,13 @@
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-default": "8.1.0-dev.1",
58
- "@progress/kendo-theme-utils": "8.1.0-dev.1"
56
+ "@progress/kendo-theme-core": "8.1.0-dev.2",
57
+ "@progress/kendo-theme-default": "8.1.0-dev.2",
58
+ "@progress/kendo-theme-utils": "8.1.0-dev.2"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "4689911f0f7008e71ed496fa1e63f7d006270dca"
64
+ "gitHead": "a8611dd8fc7fb5f348432f88bbb672c6f0049fa4"
65
65
  }
@@ -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;
@@ -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
@@ -54,7 +54,7 @@ $kendo-drawer-item-padding-x: k-spacing(4) !default;
54
54
  $kendo-drawer-item-padding-y: $kendo-padding-md-x !default;
55
55
  /// The font size of the Drawer item.
56
56
  /// @group drawer
57
- $kendo-drawer-item-font-size: 16px !default;
57
+ $kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
58
58
  /// The line height of the Drawer item.
59
59
  /// @group drawer
60
60
  $kendo-drawer-item-line-height: $kendo-line-height-lg !default;
@@ -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
@@ -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;
@@ -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