@progress/kendo-theme-classic 8.0.0-dev.0 → 8.0.0-dev.10

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 (103) hide show
  1. package/dist/all.css +8520 -5385
  2. package/dist/all.scss +5740 -5066
  3. package/dist/meta/variables.json +2252 -2144
  4. package/lib/swatches/classic-green-dark.json +1 -1
  5. package/lib/swatches/classic-green.json +1 -1
  6. package/lib/swatches/classic-lavender-dark.json +1 -1
  7. package/lib/swatches/classic-lavender.json +1 -1
  8. package/lib/swatches/classic-main-dark.json +1 -1
  9. package/lib/swatches/classic-main.json +1 -1
  10. package/lib/swatches/classic-metro-dark.json +1 -1
  11. package/lib/swatches/classic-metro.json +1 -1
  12. package/lib/swatches/classic-moonlight.json +1 -1
  13. package/lib/swatches/classic-opal-dark.json +1 -1
  14. package/lib/swatches/classic-opal.json +1 -1
  15. package/lib/swatches/classic-silver-dark.json +1 -1
  16. package/lib/swatches/classic-silver.json +1 -1
  17. package/lib/swatches/classic-uniform.json +1 -1
  18. package/package.json +6 -6
  19. package/scss/_variables.scss +0 -122
  20. package/scss/action-buttons/_variables.scss +4 -4
  21. package/scss/action-sheet/_variables.scss +17 -17
  22. package/scss/adaptive/_variables.scss +3 -3
  23. package/scss/appbar/_variables.scss +6 -6
  24. package/scss/avatar/_variables.scss +6 -6
  25. package/scss/badge/_variables.scss +17 -17
  26. package/scss/bottom-navigation/_variables.scss +9 -9
  27. package/scss/breadcrumb/_variables.scss +17 -17
  28. package/scss/button/_variables.scss +25 -25
  29. package/scss/calendar/_variables.scss +37 -31
  30. package/scss/captcha/_variables.scss +6 -6
  31. package/scss/card/_variables.scss +18 -18
  32. package/scss/chat/_variables.scss +13 -13
  33. package/scss/checkbox/_variables.scss +9 -9
  34. package/scss/chip/_variables.scss +19 -19
  35. package/scss/color-preview/_variables.scss +1 -1
  36. package/scss/coloreditor/_variables.scss +7 -7
  37. package/scss/colorgradient/_variables.scss +10 -10
  38. package/scss/colorpalette/_variables.scss +3 -3
  39. package/scss/core/_index.scss +12 -0
  40. package/scss/core/border-radii/index.import.scss +1 -0
  41. package/scss/core/spacing/index.import.scss +14 -0
  42. package/scss/core/typography/index.import.scss +1 -0
  43. package/scss/dataviz/_variables.scss +8 -8
  44. package/scss/datetimepicker/_variables.scss +1 -1
  45. package/scss/dock-manager/_variables.scss +10 -10
  46. package/scss/draggable/_variables.scss +4 -4
  47. package/scss/drawer/_variables.scss +10 -8
  48. package/scss/dropdowntree/_variables.scss +2 -2
  49. package/scss/dropzone/_variables.scss +8 -8
  50. package/scss/editor/_variables.scss +3 -3
  51. package/scss/expansion-panel/_variables.scss +9 -9
  52. package/scss/fab/_variables.scss +18 -18
  53. package/scss/filemanager/_variables.scss +9 -9
  54. package/scss/filter/_variables.scss +2 -2
  55. package/scss/forms/_variables.scss +14 -14
  56. package/scss/gantt/_variables.scss +152 -7
  57. package/scss/grid/_variables.scss +64 -64
  58. package/scss/imageeditor/_variables.scss +7 -7
  59. package/scss/input/_variables.scss +18 -18
  60. package/scss/list/_variables.scss +27 -27
  61. package/scss/listbox/_variables.scss +5 -5
  62. package/scss/listgroup/_variables.scss +5 -5
  63. package/scss/listview/_variables.scss +8 -8
  64. package/scss/loader/_variables.scss +25 -25
  65. package/scss/map/_variables.scss +8 -8
  66. package/scss/mediaplayer/_variables.scss +5 -5
  67. package/scss/menu/_variables.scss +29 -29
  68. package/scss/messagebox/_variables.scss +3 -3
  69. package/scss/notification/_variables.scss +7 -7
  70. package/scss/orgchart/_variables.scss +11 -11
  71. package/scss/pager/_variables.scss +11 -11
  72. package/scss/panelbar/_variables.scss +9 -9
  73. package/scss/pdf-viewer/_variables.scss +6 -6
  74. package/scss/pivotgrid/_variables.scss +15 -15
  75. package/scss/popup/_variables.scss +4 -4
  76. package/scss/progressbar/_variables.scss +2 -2
  77. package/scss/prompt/_variables.scss +7 -7
  78. package/scss/radio/_variables.scss +9 -9
  79. package/scss/rating/_variables.scss +3 -3
  80. package/scss/scheduler/_variables.scss +165 -22
  81. package/scss/scrollview/_variables.scss +5 -5
  82. package/scss/signature/_variables.scss +4 -4
  83. package/scss/skeleton/_variables.scss +1 -1
  84. package/scss/slider/_variables.scss +4 -4
  85. package/scss/splitter/_variables.scss +6 -6
  86. package/scss/spreadsheet/_variables.scss +17 -17
  87. package/scss/stepper/_variables.scss +9 -9
  88. package/scss/table/_variables.scss +12 -12
  89. package/scss/tabstrip/_variables.scss +81 -39
  90. package/scss/taskboard/_variables.scss +15 -15
  91. package/scss/tilelayout/_variables.scss +2 -2
  92. package/scss/timeline/_variables.scss +10 -10
  93. package/scss/timeselector/_variables.scss +6 -6
  94. package/scss/toolbar/_variables.scss +13 -13
  95. package/scss/tooltip/_variables.scss +4 -4
  96. package/scss/treelist/_variables.scss +5 -0
  97. package/scss/treeview/_variables.scss +20 -20
  98. package/scss/typography/_variables.scss +292 -55
  99. package/scss/upload/_variables.scss +8 -8
  100. package/scss/window/_variables.scss +9 -9
  101. package/scss/wizard/_variables.scss +7 -7
  102. package/dist/meta/sassdoc-data.json +0 -122738
  103. package/dist/meta/sassdoc-raw-data.json +0 -56617
@@ -5,39 +5,39 @@
5
5
  $kendo-toolbar-padding-x: null !default;
6
6
  /// The horizontal padding of the small Toolbar.
7
7
  /// @group toolbar
8
- $kendo-toolbar-sm-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
8
+ $kendo-toolbar-sm-padding-x: k-spacing(1) !default;
9
9
  /// The horizontal padding of the medium Toolbar.
10
10
  /// @group toolbar
11
- $kendo-toolbar-md-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
11
+ $kendo-toolbar-md-padding-x: k-spacing(2) !default;
12
12
  /// The horizontal padding of the large Toolbar.
13
13
  /// @group toolbar
14
- $kendo-toolbar-lg-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
14
+ $kendo-toolbar-lg-padding-x: k-spacing(2.5) !default;
15
15
 
16
16
  /// The vertical padding of the Toolbar.
17
17
  /// @group toolbar
18
18
  $kendo-toolbar-padding-y: null !default;
19
19
  /// The vertical padding of the small Toolbar.
20
20
  /// @group toolbar
21
- $kendo-toolbar-sm-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
21
+ $kendo-toolbar-sm-padding-y: k-spacing(1) !default;
22
22
  /// The vertical padding of the medium Toolbar.
23
23
  /// @group toolbar
24
- $kendo-toolbar-md-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
24
+ $kendo-toolbar-md-padding-y: k-spacing(2) !default;
25
25
  /// The vertical padding of the large Toolbar.
26
26
  /// @group toolbar
27
- $kendo-toolbar-lg-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
27
+ $kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
28
28
 
29
29
  /// The spacing between the Toolbar tools.
30
30
  /// @group toolbar
31
31
  $kendo-toolbar-spacing: null !default;
32
32
  /// The spacing between the tools of the small Toolbar.
33
33
  /// @group toolbar
34
- $kendo-toolbar-sm-spacing: k-map-get( $kendo-spacing, 1.5 ) !default;
34
+ $kendo-toolbar-sm-spacing: k-spacing(1.5) !default;
35
35
  /// The spacing between the tools of the medium Toolbar.
36
36
  /// @group toolbar
37
- $kendo-toolbar-md-spacing: k-map-get( $kendo-spacing, 2 ) !default;
37
+ $kendo-toolbar-md-spacing: k-spacing(2) !default;
38
38
  /// The spacing between the tools of the large Toolbar.
39
39
  /// @group toolbar
40
- $kendo-toolbar-lg-spacing: k-map-get( $kendo-spacing, 2.5 ) !default;
40
+ $kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
41
41
 
42
42
  /// The width of the border around the Toolbar.
43
43
  /// @group toolbar
@@ -48,17 +48,17 @@ $kendo-toolbar-border-radius: null !default;
48
48
 
49
49
  /// The font family of the Toolbar.
50
50
  /// @group toolbar
51
- $kendo-toolbar-font-family: $kendo-font-family !default;
51
+ $kendo-toolbar-font-family: var( --kendo-font-family, inherit ) !default;
52
52
  /// The font size of the Toolbar.
53
53
  /// @group toolbar
54
- $kendo-toolbar-font-size: $kendo-font-size-md !default;
54
+ $kendo-toolbar-font-size: var( --kendo-font-size, inherit ) !default;
55
55
  /// The line height of the Toolbar.
56
56
  /// @group toolbar
57
- $kendo-toolbar-line-height: $kendo-line-height-md !default;
57
+ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
58
58
 
59
59
  /// The background color of the Toolbar.
60
60
  /// @group toolbar
61
- $kendo-toolbar-bg: $kendo-button-bg !default;
61
+ $kendo-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), $kendo-button-bg) !default;
62
62
  /// The text color of the Toolbar.
63
63
  /// @group toolbar
64
64
  $kendo-toolbar-text: $kendo-button-text !default;
@@ -11,21 +11,21 @@ $kendo-tooltip-padding-x: $kendo-padding-md-x !default;
11
11
  $kendo-tooltip-border-width: 0px !default;
12
12
  /// The border radius of the Tooltip.
13
13
  /// @group tooltip
14
- $kendo-tooltip-border-radius: $kendo-border-radius-md !default;
14
+ $kendo-tooltip-border-radius: k-border-radius(md) !default;
15
15
 
16
16
  /// The font family of the Tooltip.
17
17
  /// @group tooltip
18
- $kendo-tooltip-font-family: $kendo-font-family !default;
18
+ $kendo-tooltip-font-family: var( --kendo-font-family, inherit ) !default;
19
19
  /// The font size of the Tooltip.
20
20
  /// @group tooltip
21
- $kendo-tooltip-font-size: $kendo-font-size-md !default;
21
+ $kendo-tooltip-font-size: var( --kendo-font-size, inherit ) !default;
22
22
  /// The line height of the Tooltip.
23
23
  /// @group tooltip
24
24
  $kendo-tooltip-line-height: 1.25 !default;
25
25
 
26
26
  /// The font size of the Tooltip title.
27
27
  /// @group tooltip
28
- $kendo-tooltip-title-font-size: ($kendo-tooltip-font-size * 1.25) !default;
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
31
  $kendo-tooltip-title-line-height: 1 !default;
@@ -1,3 +1,8 @@
1
1
  // Treelist
2
+
3
+ /// The background color of the TreeList footer row.
4
+ /// @group treelist
2
5
  $kendo-treelist-footer-row-bg: $kendo-grid-hover-bg !default;
6
+ /// The border width of the TreeList footer row.
7
+ /// @group treelist
3
8
  $kendo-treelist-footer-row-border-width: 1px !default;
@@ -2,69 +2,69 @@
2
2
 
3
3
  /// The font family of the TreeView.
4
4
  /// @group treeview
5
- $kendo-treeview-font-family: $kendo-font-family !default;
5
+ $kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
6
6
  /// The font size of the TreeView.
7
7
  /// @group treeview
8
- $kendo-treeview-font-size: $kendo-font-size-md !default;
8
+ $kendo-treeview-font-size: var( --kendo-font-size, inherit ) !default;
9
9
  /// The font size of the small TreeView.
10
10
  /// @group treeview
11
- $kendo-treeview-sm-font-size: $kendo-font-size-md !default;
11
+ $kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
12
12
  /// The font size of the medium TreeView.
13
13
  /// @group treeview
14
- $kendo-treeview-md-font-size: $kendo-font-size-md !default;
14
+ $kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
15
15
  /// The font size of the large TreeView.
16
16
  /// @group treeview
17
- $kendo-treeview-lg-font-size: $kendo-font-size-lg !default;
17
+ $kendo-treeview-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
18
18
  /// The line height of the TreeView.
19
19
  /// @group treeview
20
- $kendo-treeview-line-height: $kendo-line-height-md !default;
20
+ $kendo-treeview-line-height: var( --kendo-line-height, normal ) !default;
21
21
  /// The line height of the small TreeView.
22
22
  /// @group treeview
23
- $kendo-treeview-sm-line-height: $kendo-line-height-md !default;
23
+ $kendo-treeview-sm-line-height: var( --kendo-line-height, normal ) !default;
24
24
  /// The line height of the medium TreeView.
25
25
  /// @group treeview
26
- $kendo-treeview-md-line-height: $kendo-line-height-md !default;
26
+ $kendo-treeview-md-line-height: var( --kendo-line-height, normal ) !default;
27
27
  /// The line height of the large TreeView.
28
28
  /// @group treeview
29
- $kendo-treeview-lg-line-height: $kendo-line-height-lg !default;
29
+ $kendo-treeview-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
30
30
  /// The indentation of child groups in the TreeView.
31
31
  /// @group treeview
32
32
  $kendo-treeview-indent: 24px !default;
33
33
 
34
34
  /// The horizontal padding of the TreeView items.
35
35
  /// @group treeview
36
- $kendo-treeview-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
36
+ $kendo-treeview-item-padding-x: k-spacing(2) !default;
37
37
  /// The horizontal padding of the small TreeView items.
38
38
  /// @group treeview
39
- $kendo-treeview-sm-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
39
+ $kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
40
40
  /// The horizontal padding of the medium TreeView items.
41
41
  /// @group treeview
42
- $kendo-treeview-md-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
42
+ $kendo-treeview-md-item-padding-x: k-spacing(2) !default;
43
43
  /// The horizontal padding of the large TreeView items.
44
44
  /// @group treeview
45
- $kendo-treeview-lg-item-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
45
+ $kendo-treeview-lg-item-padding-x: k-spacing(3) !default;
46
46
  /// The vertical padding of the TreeView items.
47
47
  /// @group treeview
48
- $kendo-treeview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
48
+ $kendo-treeview-item-padding-y: k-spacing(1) !default;
49
49
  /// The vertical padding of the small TreeView items.
50
50
  /// @group treeview
51
- $kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
51
+ $kendo-treeview-sm-item-padding-y: k-spacing(0.5) !default;
52
52
  /// The vertical padding of the medium TreeView items.
53
53
  /// @group treeview
54
- $kendo-treeview-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
54
+ $kendo-treeview-md-item-padding-y: k-spacing(1) !default;
55
55
  /// The vertical padding of the large TreeView items.
56
56
  /// @group treeview
57
- $kendo-treeview-lg-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
57
+ $kendo-treeview-lg-item-padding-y: k-spacing(2) !default;
58
58
  /// The border width of the TreeView items
59
59
  /// @group treeview
60
60
  $kendo-treeview-item-border-width: 0px !default;
61
61
  /// The border radius of the TreeView items.
62
62
  /// @group treeview
63
- $kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
63
+ $kendo-treeview-item-border-radius: k-border-radius(md) !default;
64
64
 
65
65
  /// The horizontal padding of the checkbox in the small TreeView.
66
66
  /// @group treeview
67
- $kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
67
+ $kendo-treeview-sm-checkbox-padding-x: k-spacing(1) !default;
68
68
  /// The horizontal padding of the checkbox in the medium TreeView.
69
69
  /// @group treeview
70
70
  $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
@@ -73,7 +73,7 @@ $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !de
73
73
  $kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
74
74
  /// The vertical padding of the checkbox in the small TreeView.
75
75
  /// @group treeview
76
- $kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
76
+ $kendo-treeview-sm-checkbox-padding-y: k-spacing(0.5) !default;
77
77
  /// The vertical padding of the checkbox in the medium TreeView.
78
78
  /// @group treeview
79
79
  $kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;
@@ -2,98 +2,335 @@
2
2
 
3
3
 
4
4
  // Headings
5
- $kendo-h1-font-size: ($kendo-font-size-md * 3) !default;
6
- $kendo-h2-font-size: 34px !default;
7
- $kendo-h3-font-size: ($kendo-font-size-md * 2) !default;
8
- $kendo-h4-font-size: 22px !default;
9
- $kendo-h5-font-size: $kendo-font-size-lg !default;
10
- $kendo-h6-font-size: $kendo-font-size-md !default;
11
-
12
- $kendo-h1-font-family: $kendo-font-family !default;
13
- $kendo-h2-font-family: $kendo-font-family !default;
14
- $kendo-h3-font-family: $kendo-font-family !default;
15
- $kendo-h4-font-family: $kendo-font-family !default;
16
- $kendo-h5-font-family: $kendo-font-family !default;
17
- $kendo-h6-font-family: $kendo-font-family !default;
18
-
19
- $kendo-h1-line-height: 54px !default;
20
- $kendo-h2-line-height: 46px !default;
5
+
6
+ /// The font size of the highest level heading.
7
+ /// @group typography
8
+ $kendo-h1-font-size: calc( var( --kendo-font-size, .875rem ) * 4 ) !default;
9
+ /// The font size of the second highest level heading.
10
+ /// @group typography
11
+ $kendo-h2-font-size: calc( var( --kendo-font-size, .875rem ) * 3 ) !default;
12
+ /// The font size of the third highest level heading.
13
+ /// @group typography
14
+ $kendo-h3-font-size: calc( var( --kendo-font-size, .875rem ) * 2.5 ) !default;
15
+ /// The font size of the fourth highest level heading.
16
+ /// @group typography
17
+ $kendo-h4-font-size: calc( var( --kendo-font-size, .875rem ) * 2 ) !default;
18
+ /// The font size of the fifth highest level heading.
19
+ /// @group typography
20
+ $kendo-h5-font-size: calc( var( --kendo-font-size, .875rem ) * 1.5 ) !default;
21
+ /// The font size of the sixth highest level heading.
22
+ /// @group typography
23
+ $kendo-h6-font-size: var( --kendo-font-size, inherit ) !default;
24
+
25
+ /// The font family of the highest level heading.
26
+ /// @group typography
27
+ $kendo-h1-font-family: var( --kendo-font-family, inherit ) !default;
28
+ /// The font family of the second highest level heading.
29
+ /// @group typography
30
+ $kendo-h2-font-family: var( --kendo-font-family, inherit ) !default;
31
+ /// The font family of the third highest level heading.
32
+ /// @group typography
33
+ $kendo-h3-font-family: var( --kendo-font-family, inherit ) !default;
34
+ /// The font family of the fourth highest level heading.
35
+ /// @group typography
36
+ $kendo-h4-font-family: var( --kendo-font-family, inherit ) !default;
37
+ /// The font family of the fifth highest level heading.
38
+ /// @group typography
39
+ $kendo-h5-font-family: var( --kendo-font-family, inherit ) !default;
40
+ /// The font family of the sixth highest level heading.
41
+ /// @group typography
42
+ $kendo-h6-font-family: var( --kendo-font-family, inherit ) !default;
43
+
44
+ /// The line height of the highest level heading.
45
+ /// @group typography
46
+ $kendo-h1-line-height: 74px !default;
47
+ /// The line height of the second highest level heading.
48
+ /// @group typography
49
+ $kendo-h2-line-height: 56px !default;
50
+ /// The line height of the third highest level heading.
51
+ /// @group typography
21
52
  $kendo-h3-line-height: 42px !default;
22
- $kendo-h4-line-height: 32px !default;
23
- $kendo-h5-line-height: 26px !default;
53
+ /// The line height of the fourth highest level heading.
54
+ /// @group typography
55
+ $kendo-h4-line-height: 40px !default;
56
+ /// The line height of the fifth highest level heading.
57
+ /// @group typography
58
+ $kendo-h5-line-height: 28px !default;
59
+ /// The line height of the sixth highest level heading.
60
+ /// @group typography
24
61
  $kendo-h6-line-height: 20px !default;
25
62
 
26
- $kendo-h1-font-weight: $kendo-font-weight-normal !default;
27
- $kendo-h2-font-weight: $kendo-font-weight-normal !default;
28
- $kendo-h3-font-weight: $kendo-font-weight-normal !default;
29
- $kendo-h4-font-weight: $kendo-font-weight-bold !default;
30
- $kendo-h5-font-weight: $kendo-font-weight-bold !default;
31
- $kendo-h6-font-weight: $kendo-font-weight-bold !default;
63
+ /// The font weight of the highest level heading.
64
+ /// @group typography
65
+ $kendo-h1-font-weight: var( --kendo-font-weight-normal, normal ) !default;
66
+ /// The font weight of the second highest level heading.
67
+ /// @group typography
68
+ $kendo-h2-font-weight: var( --kendo-font-weight-normal, normal ) !default;
69
+ /// The font weight of the third highest level heading.
70
+ /// @group typography
71
+ $kendo-h3-font-weight: var( --kendo-font-weight-normal, normal ) !default;
72
+ /// The font weight of the fourth highest level heading.
73
+ /// @group typography
74
+ $kendo-h4-font-weight: var( --kendo-font-weight-bold, normal ) !default;
75
+ /// The font weight of the fifth highest level heading.
76
+ /// @group typography
77
+ $kendo-h5-font-weight: var( --kendo-font-weight-bold, normal ) !default;
78
+ /// The font weight of the sixth highest level heading.
79
+ /// @group typography
80
+ $kendo-h6-font-weight: var( --kendo-font-weight-bold, normal ) !default;
32
81
 
82
+ /// The letter spacing of the highest level heading.
83
+ /// @group typography
33
84
  $kendo-h1-letter-spacing: null !default;
85
+ /// The letter spacing of the second highest level heading.
86
+ /// @group typography
34
87
  $kendo-h2-letter-spacing: null !default;
88
+ /// The letter spacing of the third highest level heading.
89
+ /// @group typography
35
90
  $kendo-h3-letter-spacing: null !default;
91
+ /// The letter spacing of the fourth highest level heading.
92
+ /// @group typography
36
93
  $kendo-h4-letter-spacing: null !default;
94
+ /// The letter spacing of the fifth highest level heading.
95
+ /// @group typography
37
96
  $kendo-h5-letter-spacing: null !default;
97
+ /// The letter spacing of the sixth highest level heading.
98
+ /// @group typography
38
99
  $kendo-h6-letter-spacing: null !default;
39
100
 
40
- $kendo-h1-margin: 0 0 $kendo-font-size-md !default;
41
- $kendo-h2-margin: 0 0 $kendo-font-size-md !default;
42
- $kendo-h3-margin: 0 0 $kendo-font-size-md !default;
43
- $kendo-h4-margin: 0 0 $kendo-font-size-md !default;
44
- $kendo-h5-margin: 0 0 $kendo-font-size-md !default;
45
- $kendo-h6-margin: 0 0 $kendo-font-size-md !default;
101
+ /// The margin of the highest level heading.
102
+ /// @group typography
103
+ $kendo-h1-margin: 0 0 var( --kendo-font-size, inherit ) !default;
104
+ /// The margin of the second highest level heading.
105
+ /// @group typography
106
+ $kendo-h2-margin: 0 0 var( --kendo-font-size, inherit ) !default;
107
+ /// The margin of the third highest level heading.
108
+ /// @group typography
109
+ $kendo-h3-margin: 0 0 var( --kendo-font-size, inherit ) !default;
110
+ /// The margin of the fourth highest level heading.
111
+ /// @group typography
112
+ $kendo-h4-margin: 0 0 var( --kendo-font-size, inherit ) !default;
113
+ /// The margin of the fifth highest level heading.
114
+ /// @group typography
115
+ $kendo-h5-margin: 0 0 var( --kendo-font-size, inherit ) !default;
116
+ /// The margin of the sixth highest level heading.
117
+ /// @group typography
118
+ $kendo-h6-margin: 0 0 var( --kendo-font-size, inherit ) !default;
46
119
 
120
+ /// The headings Map
121
+ /// @group typography
122
+ $kendo-headings: (
123
+ h1: (
124
+ font-size: $kendo-h1-font-size,
125
+ font-family: $kendo-h1-font-family,
126
+ line-height: $kendo-h1-line-height,
127
+ font-weight: $kendo-h1-font-weight,
128
+ letter-spacing: $kendo-h1-letter-spacing,
129
+ margin: $kendo-h1-margin
130
+
131
+ ),
132
+ h2: (
133
+ font-size: $kendo-h2-font-size,
134
+ font-family: $kendo-h2-font-family,
135
+ line-height: $kendo-h2-line-height,
136
+ font-weight: $kendo-h2-font-weight,
137
+ letter-spacing: $kendo-h2-letter-spacing,
138
+ margin: $kendo-h2-margin
139
+ ),
140
+ h3: (
141
+ font-size: $kendo-h3-font-size,
142
+ font-family: $kendo-h3-font-family,
143
+ line-height: $kendo-h3-line-height,
144
+ font-weight: $kendo-h3-font-weight,
145
+ letter-spacing: $kendo-h3-letter-spacing,
146
+ margin: $kendo-h3-margin
147
+ ),
148
+ h4: (
149
+ font-size: $kendo-h4-font-size,
150
+ font-family: $kendo-h4-font-family,
151
+ line-height: $kendo-h4-line-height,
152
+ font-weight: $kendo-h4-font-weight,
153
+ letter-spacing: $kendo-h4-letter-spacing,
154
+ margin: $kendo-h4-margin
155
+ ),
156
+ h5: (
157
+ font-size: $kendo-h5-font-size,
158
+ font-family: $kendo-h5-font-family,
159
+ line-height: $kendo-h5-line-height,
160
+ font-weight: $kendo-h5-font-weight,
161
+ letter-spacing: $kendo-h5-letter-spacing,
162
+ margin: $kendo-h5-margin
163
+ ),
164
+ h6: (
165
+ font-size: $kendo-h6-font-size,
166
+ font-family: $kendo-h6-font-family,
167
+ line-height: $kendo-h6-line-height,
168
+ font-weight: $kendo-h6-font-weight,
169
+ letter-spacing: $kendo-h6-letter-spacing,
170
+ margin: $kendo-h6-margin
171
+ ),
172
+ ) !default;
47
173
 
48
174
  // Paragraph
49
- $kendo-paragraph-margin: 0 0 $kendo-font-size-md !default;
50
- $kendo-paragraph-font-size: $kendo-font-size-md !default;
51
- $kendo-paragraph-font-family: $kendo-font-family !default;
175
+
176
+ /// The margin of the paragraph.
177
+ /// @group typography
178
+ $kendo-paragraph-margin: 0 0 var( --kendo-font-size, inherit ) !default;
179
+ /// The font size of the paragraph.
180
+ /// @group typography
181
+ $kendo-paragraph-font-size: var( --kendo-font-size, inherit ) !default;
182
+ /// The font family of the paragraph.
183
+ /// @group typography
184
+ $kendo-paragraph-font-family: var( --kendo-font-family, inherit ) !default;
185
+ /// The line height of the paragraph.
186
+ /// @group typography
52
187
  $kendo-paragraph-line-height: 20px !default;
53
- $kendo-paragraph-font-weight: $kendo-font-weight-normal !default;
188
+ /// The font weight of the paragraph.
189
+ /// @group typography
190
+ $kendo-paragraph-font-weight: var( --kendo-font-weight-normal, normal ) !default;
191
+ /// The letter spacing of the paragraph.
192
+ /// @group typography
54
193
  $kendo-paragraph-letter-spacing: null !default;
55
194
 
56
-
57
195
  // Code
58
- $kendo-code-font-size: $kendo-font-size-md !default;
59
- $kendo-code-font-family: $kendo-font-family-monospace !default;
196
+
197
+ /// The font size of the code tag.
198
+ /// @group typography
199
+ $kendo-code-font-size: var( --kendo-font-size, inherit ) !default;
200
+ /// The font family of the code tag.
201
+ /// @group typography
202
+ $kendo-code-font-family: var( --kendo-font-family-monospace, normal ) !default;
203
+ /// The line height of the code tag.
204
+ /// @group typography
60
205
  $kendo-code-line-height: 20px !default;
61
- $kendo-code-font-weight: $kendo-font-weight-normal !default;
206
+ /// The font weight of the code tag.
207
+ /// @group typography
208
+ $kendo-code-font-weight: var( --kendo-font-weight-normal, normal ) !default;
209
+ /// The letter spacing of the code tag.
210
+ /// @group typography
62
211
  $kendo-code-letter-spacing: null !default;
63
212
 
64
- $kendo-code-padding-x: 4px !default;
65
- $kendo-code-padding-y: 0px !default;
66
- $kendo-pre-padding-x: 24px !default;
67
- $kendo-pre-padding-y: 16px !default;
213
+ /// The horizontal padding of the code tag.
214
+ /// @group typography
215
+ $kendo-code-padding-x: k-spacing(1) !default;
216
+ /// The vertical padding of the code tag.
217
+ /// @group typography
218
+ $kendo-code-padding-y: k-spacing(0) !default;
219
+ /// The horizontal padding of the preformatted text.
220
+ /// @group typography
221
+ $kendo-pre-padding-x: k-spacing(6) !default;
222
+ /// The vertical padding of the preformatted text.
223
+ /// @group typography
224
+ $kendo-pre-padding-y: k-spacing(4) !default;
225
+ /// The width of the border of the code tag.
226
+ /// @group typography
68
227
  $kendo-code-border-width: 1px !default;
69
228
 
229
+ /// The background color of the code tag.
230
+ /// @group typography
70
231
  $kendo-code-bg: $kendo-base-bg !default;
232
+ /// The text color of the code tag.
233
+ /// @group typography
71
234
  $kendo-code-text: $kendo-component-text !default;
235
+ /// The border color of the code tag.
236
+ /// @group typography
72
237
  $kendo-code-border: $kendo-component-border !default;
73
238
 
74
-
75
239
  // Display
76
- $kendo-display1-font-size: ($kendo-font-size-md * 6) !default;
77
- $kendo-display2-font-size: ($kendo-font-size-md * 5) !default;
78
- $kendo-display3-font-size: ($kendo-font-size-md * 4) !default;
79
- $kendo-display4-font-size: ($kendo-font-size-md * 3) !default;
240
+ /// The font size of the largest display text.
241
+ /// @group typography
242
+ $kendo-display1-font-size: calc( var( --kendo-font-size, .875rem ) * 8 ) !default;
243
+ /// The font size of the second largest display text.
244
+ /// @group typography
245
+ $kendo-display2-font-size: calc( var( --kendo-font-size, .875rem ) * 7 ) !default;
246
+ /// The font size of the third largest display text.
247
+ /// @group typography
248
+ $kendo-display3-font-size: calc( var( --kendo-font-size, .875rem ) * 6 ) !default;
249
+ /// The font size of the fourth largest display text.
250
+ /// @group typography
251
+ $kendo-display4-font-size: calc( var( --kendo-font-size, .875rem ) * 5 ) !default;
80
252
 
81
- $kendo-display1-font-family: $kendo-font-family !default;
82
- $kendo-display2-font-family: $kendo-font-family !default;
83
- $kendo-display3-font-family: $kendo-font-family !default;
84
- $kendo-display4-font-family: $kendo-font-family !default;
253
+ /// The font family of the largest display text.
254
+ /// @group typography
255
+ $kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
256
+ /// The font family of the second largest display text.
257
+ /// @group typography
258
+ $kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;
259
+ /// The font family of the third largest display text.
260
+ /// @group typography
261
+ $kendo-display3-font-family: var( --kendo-font-family, inherit ) !default;
262
+ /// The font family of the fourth largest display text.
263
+ /// @group typography
264
+ $kendo-display4-font-family: var( --kendo-font-family, inherit ) !default;
85
265
 
266
+ /// The line height of the largest display text.
267
+ /// @group typography
86
268
  $kendo-display1-line-height: 1.2 !default;
269
+ /// The line height of the second largest display text.
270
+ /// @group typography
87
271
  $kendo-display2-line-height: 1.2 !default;
272
+ /// The line height of the third largest display text.
273
+ /// @group typography
88
274
  $kendo-display3-line-height: 1.2 !default;
275
+ /// The line height of the fourth largest display text.
276
+ /// @group typography
89
277
  $kendo-display4-line-height: 1.2 !default;
90
278
 
91
- $kendo-display1-font-weight: $kendo-font-weight-light !default;
92
- $kendo-display2-font-weight: $kendo-font-weight-light !default;
93
- $kendo-display3-font-weight: $kendo-font-weight-light !default;
94
- $kendo-display4-font-weight: $kendo-font-weight-light !default;
279
+ /// The font weight of the largest display text.
280
+ /// @group typography
281
+ $kendo-display1-font-weight: var( --kendo-font-weight-light, normal ) !default;
282
+ /// The font weight of the second largest display text.
283
+ /// @group typography
284
+ $kendo-display2-font-weight: var( --kendo-font-weight-light, normal ) !default;
285
+ /// The font weight of the third largest display text.
286
+ /// @group typography
287
+ $kendo-display3-font-weight: var( --kendo-font-weight-light, normal ) !default;
288
+ /// The font weight of the fourth largest display text.
289
+ /// @group typography
290
+ $kendo-display4-font-weight: var( --kendo-font-weight-light, normal ) !default;
95
291
 
292
+ /// The letter spacing of the largest display text.
293
+ /// @group typography
96
294
  $kendo-display1-letter-spacing: null !default;
295
+ /// The letter spacing of the second largest display text.
296
+ /// @group typography
97
297
  $kendo-display2-letter-spacing: null !default;
298
+ /// The letter spacing of the third largest display text.
299
+ /// @group typography
98
300
  $kendo-display3-letter-spacing: null !default;
301
+ /// The letter spacing of the fourth largest display text.
302
+ /// @group typography
99
303
  $kendo-display4-letter-spacing: null !default;
304
+
305
+ /// The displays Map
306
+ /// @group typography
307
+ $kendo-display: (
308
+ 1: (
309
+ font-size: $kendo-display1-font-size,
310
+ font-family: $kendo-display1-font-family,
311
+ line-height: $kendo-display1-line-height,
312
+ font-weight: $kendo-display1-font-weight,
313
+ letter-spacing: $kendo-display1-letter-spacing
314
+ ),
315
+ 2: (
316
+ font-size: $kendo-display2-font-size,
317
+ font-family: $kendo-display2-font-family,
318
+ line-height: $kendo-display2-line-height,
319
+ font-weight: $kendo-display2-font-weight,
320
+ letter-spacing: $kendo-display2-letter-spacing
321
+ ),
322
+ 3: (
323
+ font-size: $kendo-display3-font-size,
324
+ font-family: $kendo-display3-font-family,
325
+ line-height: $kendo-display3-line-height,
326
+ font-weight: $kendo-display3-font-weight,
327
+ letter-spacing: $kendo-display3-letter-spacing
328
+ ),
329
+ 4: (
330
+ font-size: $kendo-display4-font-size,
331
+ font-family: $kendo-display4-font-family,
332
+ line-height: $kendo-display4-line-height,
333
+ font-weight: $kendo-display4-font-weight,
334
+ letter-spacing: $kendo-display4-letter-spacing
335
+ ),
336
+ ) !default;
@@ -5,13 +5,13 @@
5
5
  $kendo-upload-border-width: 1px !default;
6
6
  /// The font family of the Upload.
7
7
  /// @group upload
8
- $kendo-upload-font-family: $kendo-font-family !default;
8
+ $kendo-upload-font-family: var( --kendo-font-family, inherit ) !default;
9
9
  /// The font size of the Upload.
10
10
  /// @group upload
11
- $kendo-upload-font-size: $kendo-font-size-md !default;
11
+ $kendo-upload-font-size: var( --kendo-font-size, inherit ) !default;
12
12
  /// The line height of the Upload.
13
13
  /// @group upload
14
- $kendo-upload-line-height: $kendo-line-height-md !default;
14
+ $kendo-upload-line-height: var( --kendo-line-height, normal ) !default;
15
15
  /// The maximum height of the list with uploaded items.
16
16
  /// @group upload
17
17
  $kendo-upload-max-height: 300px !default;
@@ -28,10 +28,10 @@ $kendo-upload-border: $kendo-component-border !default;
28
28
 
29
29
  /// The horizontal padding of the Upload dropzone.
30
30
  /// @group upload
31
- $kendo-upload-dropzone-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
31
+ $kendo-upload-dropzone-padding-x: k-spacing(2) !default;
32
32
  /// The vertical padding of the Upload dropzone.
33
33
  /// @group upload
34
- $kendo-upload-dropzone-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
34
+ $kendo-upload-dropzone-padding-y: k-spacing(2) !default;
35
35
  /// The text color of the Upload dropzone.
36
36
  /// @group upload
37
37
  $kendo-upload-dropzone-text: $kendo-component-header-text !default;
@@ -54,14 +54,14 @@ $kendo-upload-status-text-opacity: null !default;
54
54
 
55
55
  /// The horizontal padding of an uploaded item.
56
56
  /// @group upload
57
- $kendo-upload-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
57
+ $kendo-upload-item-padding-x: k-spacing(2) !default;
58
58
  /// The vertical padding of an uploaded item.
59
59
  /// @group upload
60
- $kendo-upload-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
60
+ $kendo-upload-item-padding-y: k-spacing(2) !default;
61
61
 
62
62
  /// The vertical spacing between uploaded batch items.
63
63
  /// @group upload
64
- $kendo-upload-multiple-items-spacing: 12px !default;
64
+ $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