@progress/kendo-theme-bootstrap 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 (110) hide show
  1. package/dist/all.css +7449 -4373
  2. package/dist/all.scss +5930 -5095
  3. package/dist/meta/variables.json +2266 -2154
  4. package/lib/swatches/bootstrap-3-dark.json +1 -1
  5. package/lib/swatches/bootstrap-3.json +1 -1
  6. package/lib/swatches/bootstrap-4-dark.json +1 -1
  7. package/lib/swatches/bootstrap-4.json +1 -1
  8. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  9. package/lib/swatches/bootstrap-main-dark.json +1 -1
  10. package/lib/swatches/bootstrap-main.json +1 -1
  11. package/lib/swatches/bootstrap-nordic.json +1 -1
  12. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  13. package/lib/swatches/bootstrap-turquoise.json +1 -1
  14. package/lib/swatches/bootstrap-urban.json +1 -1
  15. package/lib/swatches/bootstrap-vintage.json +1 -1
  16. package/package.json +6 -6
  17. package/scss/_variables.scss +0 -121
  18. package/scss/action-buttons/_variables.scss +4 -4
  19. package/scss/action-sheet/_variables.scss +17 -17
  20. package/scss/adaptive/_variables.scss +3 -3
  21. package/scss/appbar/_variables.scss +6 -6
  22. package/scss/avatar/_variables.scss +6 -6
  23. package/scss/badge/_variables.scss +4 -4
  24. package/scss/bottom-navigation/_variables.scss +8 -8
  25. package/scss/breadcrumb/_variables.scss +16 -16
  26. package/scss/button/_variables.scss +14 -14
  27. package/scss/calendar/_variables.scss +35 -33
  28. package/scss/captcha/_variables.scss +6 -6
  29. package/scss/card/_variables.scss +10 -10
  30. package/scss/chat/_variables.scss +13 -13
  31. package/scss/checkbox/_layout.scss +3 -3
  32. package/scss/checkbox/_variables.scss +9 -9
  33. package/scss/chip/_theme.scss +2 -2
  34. package/scss/chip/_variables.scss +20 -19
  35. package/scss/color-preview/_variables.scss +1 -1
  36. package/scss/coloreditor/_variables.scss +8 -8
  37. package/scss/colorgradient/_variables.scss +11 -11
  38. package/scss/colorpalette/_variables.scss +3 -3
  39. package/scss/core/_index.scss +14 -0
  40. package/scss/core/border-radii/index.import.scss +45 -0
  41. package/scss/core/color-system/_palettes.scss +28 -28
  42. package/scss/core/color-system/_swatch.scss +80 -80
  43. package/scss/core/spacing/index.import.scss +14 -0
  44. package/scss/core/typography/index.import.scss +111 -0
  45. package/scss/dataviz/_variables.scss +8 -8
  46. package/scss/datetimepicker/_variables.scss +1 -1
  47. package/scss/dock-manager/_variables.scss +10 -10
  48. package/scss/draggable/_variables.scss +4 -4
  49. package/scss/drawer/_variables.scss +8 -7
  50. package/scss/dropdowntree/_variables.scss +2 -2
  51. package/scss/dropzone/_variables.scss +8 -8
  52. package/scss/editor/_variables.scss +3 -3
  53. package/scss/expansion-panel/_variables.scss +9 -9
  54. package/scss/fab/_variables.scss +16 -16
  55. package/scss/filemanager/_variables.scss +9 -9
  56. package/scss/forms/_layout.scss +3 -3
  57. package/scss/forms/_variables.scss +17 -17
  58. package/scss/gantt/_variables.scss +152 -7
  59. package/scss/grid/_variables.scss +64 -64
  60. package/scss/imageeditor/_variables.scss +7 -7
  61. package/scss/input/_variables.scss +8 -8
  62. package/scss/list/_variables.scss +26 -26
  63. package/scss/listbox/_variables.scss +6 -6
  64. package/scss/listgroup/_variables.scss +5 -5
  65. package/scss/listview/_variables.scss +7 -7
  66. package/scss/loader/_layout.scss +1 -1
  67. package/scss/loader/_variables.scss +25 -25
  68. package/scss/map/_variables.scss +8 -8
  69. package/scss/mediaplayer/_variables.scss +5 -5
  70. package/scss/menu/_layout.scss +1 -1
  71. package/scss/menu/_variables.scss +28 -28
  72. package/scss/messagebox/_variables.scss +3 -3
  73. package/scss/notification/_variables.scss +4 -4
  74. package/scss/orgchart/_variables.scss +11 -11
  75. package/scss/pager/_variables.scss +12 -12
  76. package/scss/panelbar/_variables.scss +9 -9
  77. package/scss/pdf-viewer/_variables.scss +5 -5
  78. package/scss/pivotgrid/_variables.scss +15 -15
  79. package/scss/popup/_variables.scss +5 -5
  80. package/scss/progressbar/_variables.scss +3 -3
  81. package/scss/prompt/_variables.scss +7 -7
  82. package/scss/radio/_variables.scss +9 -9
  83. package/scss/rating/_variables.scss +3 -3
  84. package/scss/scheduler/_layout.scss +1 -1
  85. package/scss/scheduler/_variables.scss +165 -22
  86. package/scss/scrollview/_variables.scss +5 -5
  87. package/scss/signature/_variables.scss +7 -7
  88. package/scss/skeleton/_variables.scss +1 -1
  89. package/scss/slider/_variables.scss +4 -4
  90. package/scss/splitter/_variables.scss +6 -6
  91. package/scss/spreadsheet/_layout.scss +1 -1
  92. package/scss/spreadsheet/_variables.scss +17 -17
  93. package/scss/stepper/_variables.scss +9 -9
  94. package/scss/switch/_variables.scss +2 -2
  95. package/scss/table/_variables.scss +10 -10
  96. package/scss/tabstrip/_variables.scss +79 -38
  97. package/scss/taskboard/_variables.scss +17 -17
  98. package/scss/tilelayout/_variables.scss +2 -2
  99. package/scss/timeline/_variables.scss +8 -8
  100. package/scss/timeselector/_variables.scss +6 -6
  101. package/scss/toolbar/_variables.scss +12 -12
  102. package/scss/tooltip/_variables.scss +4 -4
  103. package/scss/treelist/_variables.scss +5 -0
  104. package/scss/treeview/_variables.scss +19 -19
  105. package/scss/typography/_variables.scss +253 -12
  106. package/scss/upload/_variables.scss +8 -8
  107. package/scss/window/_variables.scss +10 -10
  108. package/scss/wizard/_variables.scss +7 -7
  109. package/dist/meta/sassdoc-data.json +0 -121604
  110. package/dist/meta/sassdoc-raw-data.json +0 -56092
@@ -2,7 +2,7 @@
2
2
 
3
3
  /// The spacing index of the OrgChart.
4
4
  /// @group orgchart
5
- $kendo-orgchart-spacer: k-map-get( $kendo-spacing, 6 ) !default;
5
+ $kendo-orgchart-spacer: k-spacing(6) !default;
6
6
  /// The vertical padding of the OrgChart.
7
7
  /// @group orgchart
8
8
  $kendo-orgchart-padding-y: $kendo-orgchart-spacer !default;
@@ -11,13 +11,13 @@ $kendo-orgchart-padding-y: $kendo-orgchart-spacer !default;
11
11
  $kendo-orgchart-padding-x: $kendo-orgchart-padding-y !default;
12
12
  /// The font family of the OrgChart.
13
13
  /// @group orgchart
14
- $kendo-orgchart-font-family: $kendo-font-family !default;
14
+ $kendo-orgchart-font-family: var( --kendo-font-family, inherit ) !default;
15
15
  /// The font size of the OrgChart.
16
16
  /// @group orgchart
17
- $kendo-orgchart-font-size: $kendo-font-size-md !default;
17
+ $kendo-orgchart-font-size: var( --kendo-font-size, inherit ) !default;
18
18
  /// The line height of the OrgChart.
19
19
  /// @group orgchart
20
- $kendo-orgchart-line-height: $kendo-line-height-md !default;
20
+ $kendo-orgchart-line-height: var( --kendo-line-height, normal ) !default;
21
21
  /// The background color of the OrgChart.
22
22
  /// @group orgchart
23
23
  $kendo-orgchart-bg: $kendo-component-bg !default;
@@ -49,7 +49,7 @@ $kendo-orgchart-node-group-padding-x: $kendo-orgchart-node-group-padding-y !defa
49
49
  $kendo-orgchart-node-group-border-width: 1px !default;
50
50
  /// The border radius of the OrgChart node group.
51
51
  /// @group orgchart
52
- $kendo-orgchart-node-group-border-radius: $kendo-border-radius-md !default;
52
+ $kendo-orgchart-node-group-border-radius: k-border-radius(md) !default;
53
53
  /// The background color of the OrgChart node group.
54
54
  /// @group orgchart
55
55
  $kendo-orgchart-node-group-bg: $kendo-base-bg !default;
@@ -69,13 +69,13 @@ $kendo-orgchart-node-group-focus-shadow: $kendo-card-focus-shadow !default;
69
69
 
70
70
  /// The font size of the OrgChart node group title.
71
71
  /// @group orgchart
72
- $kendo-orgchart-node-group-title-font-size: $kendo-font-size-lg !default;
72
+ $kendo-orgchart-node-group-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
73
73
  /// The bottom margin of the OrgChart node group title.
74
74
  /// @group orgchart
75
- $kendo-orgchart-node-group-title-margin-bottom: k-math-div( $kendo-orgchart-spacer, 4 ) !default;
75
+ $kendo-orgchart-node-group-title-margin-bottom: calc( #{$kendo-orgchart-spacer} / 4 ) !default;
76
76
  /// The line height of the OrgChart node group title.
77
77
  /// @group orgchart
78
- $kendo-orgchart-node-group-title-line-height: $kendo-line-height-sm !default;
78
+ $kendo-orgchart-node-group-title-line-height: var( --kendo-line-height-sm, normal ) !default;
79
79
 
80
80
  /// The bottom margin of the OrgChart node group subtitle.
81
81
  /// @group orgchart
@@ -83,7 +83,7 @@ $kendo-orgchart-node-group-subtitle-margin-bottom: $kendo-orgchart-spacer !defau
83
83
 
84
84
  /// The font size of the OrgChart node group subtitle.
85
85
  /// @group orgchart
86
- $kendo-orgchart-node-group-subtitle-font-size: $kendo-font-size-md !default;
86
+ $kendo-orgchart-node-group-subtitle-font-size: var( --kendo-font-size, inherit ) !default;
87
87
 
88
88
  /// The line height of the OrgChart node group subtitle.
89
89
  /// @group orgchart
@@ -110,14 +110,14 @@ $kendo-orgchart-card-focus-shadow: $kendo-card-focus-shadow !default;
110
110
 
111
111
  /// The bottom margin of the OrgChart Card title.
112
112
  /// @group orgchart
113
- $kendo-orgchart-card-title-margin-bottom: 0px !default;
113
+ $kendo-orgchart-card-title-margin-bottom: k-spacing(0) !default;
114
114
  /// The font size of the OrgChart Card title.
115
115
  /// @group orgchart
116
116
  $kendo-orgchart-card-title-font-size: null !default;
117
117
 
118
118
  /// The bottom margin of the OrgChart Card subtitle.
119
119
  /// @group orgchart
120
- $kendo-orgchart-card-subtitle-margin-bottom: 0px !default;
120
+ $kendo-orgchart-card-subtitle-margin-bottom: k-spacing(0) !default;
121
121
  /// The font size of the OrgChart Card subtitle.
122
122
  /// @group orgchart
123
123
  $kendo-orgchart-card-subtitle-font-size: null !default;
@@ -2,16 +2,16 @@
2
2
 
3
3
  /// The horizontal padding of the Pager.
4
4
  /// @group pager
5
- $kendo-pager-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
5
+ $kendo-pager-padding-x: k-spacing(2) !default;
6
6
  /// The horizontal padding of the small Pager.
7
7
  /// @group pager
8
- $kendo-pager-sm-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
8
+ $kendo-pager-sm-padding-x: k-spacing(1) !default;
9
9
  /// The horizontal padding of the medium Pager.
10
10
  /// @group pager
11
- $kendo-pager-md-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
11
+ $kendo-pager-md-padding-x: k-spacing(2) !default;
12
12
  /// The horizontal padding of the large Pager.
13
13
  /// @group pager
14
- $kendo-pager-lg-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
14
+ $kendo-pager-lg-padding-x: k-spacing(2.5) !default;
15
15
  /// The vertical padding of the Pager.
16
16
  /// @group pager
17
17
  $kendo-pager-padding-y: $kendo-pager-padding-x !default;
@@ -37,26 +37,26 @@ $kendo-pager-lg-item-min-width: $kendo-button-lg-calc-size !default;
37
37
 
38
38
  /// The margin between the item groups in the small Pager.
39
39
  /// @group pager
40
- $kendo-pager-sm-item-group-spacing: k-map-get( $kendo-spacing, 3.5 ) !default;
40
+ $kendo-pager-sm-item-group-spacing: k-spacing(3.5) !default;
41
41
  /// The margin between the item groups in the medium Pager.
42
42
  /// @group pager
43
- $kendo-pager-md-item-group-spacing: k-map-get( $kendo-spacing, 4 ) !default;
43
+ $kendo-pager-md-item-group-spacing: k-spacing(4) !default;
44
44
  /// The margin between the item groups in the large Pager.
45
45
  /// @group pager
46
- $kendo-pager-lg-item-group-spacing: k-map-get( $kendo-spacing, 4.5 ) !default;
46
+ $kendo-pager-lg-item-group-spacing: k-spacing(4.5) !default;
47
47
 
48
48
  /// The border width of the Pager.
49
49
  /// @group pager
50
50
  $kendo-pager-border-width: 1px !default;
51
51
  /// The font family of the Pager.
52
52
  /// @group pager
53
- $kendo-pager-font-family: $kendo-font-family !default;
53
+ $kendo-pager-font-family: var( --kendo-font-family, inherit ) !default;
54
54
  /// The font size of the Pager.
55
55
  /// @group pager
56
- $kendo-pager-font-size: $kendo-font-size-md !default;
56
+ $kendo-pager-font-size: var( --kendo-font-size, inherit ) !default;
57
57
  /// The line height of the Pager.
58
58
  /// @group pager
59
- $kendo-pager-line-height: $kendo-line-height-md !default;
59
+ $kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
60
60
  /// The background color of the Pager.
61
61
  /// @group pager
62
62
  $kendo-pager-bg: $kendo-component-header-bg !default;
@@ -76,14 +76,14 @@ $kendo-pager-focus-shadow: inset 0 0 0 2px rgba( $kendo-color-black, .08) !defau
76
76
 
77
77
  /// The spacing between the Pager sections.
78
78
  /// @group pager
79
- $kendo-pager-section-spacing: k-map-get( $kendo-spacing, 4 ) !default;
79
+ $kendo-pager-section-spacing: k-spacing(4) !default;
80
80
 
81
81
  /// The border width of the Pager items.
82
82
  /// @group pager
83
83
  $kendo-pager-item-border-width: 1px !default;
84
84
  /// The border radius of the Pager items.
85
85
  /// @group pager
86
- $kendo-pager-item-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
86
+ $kendo-pager-item-border-radius: k-spacing(1) !default;
87
87
  /// The spacing around the Pager items.
88
88
  /// @group pager
89
89
  $kendo-pager-item-spacing: (-1 * $kendo-pager-item-border-width) !default;
@@ -2,19 +2,19 @@
2
2
 
3
3
  /// The horizontal padding of the PanelBar.
4
4
  /// @group panelbar
5
- $kendo-panelbar-padding-x: 0px !default;
5
+ $kendo-panelbar-padding-x: k-spacing(0) !default;
6
6
  /// The vertical padding of the PanelBar.
7
7
  /// @group panelbar
8
- $kendo-panelbar-padding-y: 0px !default;
8
+ $kendo-panelbar-padding-y: k-spacing(0) !default;
9
9
  /// The font family of the PanelBar.
10
10
  /// @group panelbar
11
- $kendo-panelbar-font-family: $kendo-font-family !default;
11
+ $kendo-panelbar-font-family: var( --kendo-font-family, inherit ) !default;
12
12
  /// The font size of the PanelBar.
13
13
  /// @group panelbar
14
- $kendo-panelbar-font-size: $kendo-font-size-md !default;
14
+ $kendo-panelbar-font-size: var( --kendo-font-size, inherit ) !default;
15
15
  /// The line height of the PanelBar.
16
16
  /// @group panelbar
17
- $kendo-panelbar-line-height: $kendo-line-height-md !default;
17
+ $kendo-panelbar-line-height: var( --kendo-line-height, normal ) !default;
18
18
  /// The width of the border around the PanelBar.
19
19
  /// @group panelbar
20
20
  $kendo-panelbar-border-width: 1px !default;
@@ -30,17 +30,17 @@ $kendo-panelbar-item-border-style: solid !default;
30
30
 
31
31
  /// The horizontal padding of the PanelBar header.
32
32
  /// @group panelbar
33
- $kendo-panelbar-header-padding-x: k-map-get( $kendo-spacing, 6 ) !default;
33
+ $kendo-panelbar-header-padding-x: k-spacing(6) !default;
34
34
  /// The vertical padding of the PanelBar header.
35
35
  /// @group panelbar
36
- $kendo-panelbar-header-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
36
+ $kendo-panelbar-header-padding-y: k-spacing(4) !default;
37
37
 
38
38
  /// The horizontal padding of the PanelBar items.
39
39
  /// @group panelbar
40
- $kendo-panelbar-item-padding-x: k-map-get( $kendo-spacing, 6 ) !default;
40
+ $kendo-panelbar-item-padding-x: k-spacing(6) !default;
41
41
  /// The vertical padding of the PanelBar items.
42
42
  /// @group panelbar
43
- $kendo-panelbar-item-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
43
+ $kendo-panelbar-item-padding-y: k-spacing(3) !default;
44
44
 
45
45
  /// The maximum nesting of the PanelBar items.
46
46
  /// @group panelbar
@@ -5,13 +5,13 @@
5
5
  $kendo-pdf-viewer-border-width: 1px !default;
6
6
  /// The font family of the PDFViewer.
7
7
  /// @group pdf-viewer
8
- $kendo-pdf-viewer-font-family: $kendo-font-family !default;
8
+ $kendo-pdf-viewer-font-family: var( --kendo-font-family, inherit ) !default;
9
9
  /// The font size of the PDFViewer.
10
10
  /// @group pdf-viewer
11
- $kendo-pdf-viewer-font-size: $kendo-font-size-md !default;
11
+ $kendo-pdf-viewer-font-size: var( --kendo-font-size, inherit ) !default;
12
12
  /// The line height of the PDFViewer.
13
13
  /// @group pdf-viewer
14
- $kendo-pdf-viewer-line-height: $kendo-line-height-md !default;
14
+ $kendo-pdf-viewer-line-height: var( --kendo-line-height, normal ) !default;
15
15
 
16
16
  /// The background color of the PDFViewer.
17
17
  /// @group pdf-viewer
@@ -48,7 +48,7 @@ $kendo-pdf-viewer-canvas-border: null !default;
48
48
 
49
49
  /// The spacing of the PDFViewer page.
50
50
  /// @group pdf-viewer
51
- $kendo-pdf-viewer-page-spacing: 30px !default;
51
+ $kendo-pdf-viewer-page-spacing: k-spacing(7.5) !default;
52
52
 
53
53
  /// The background color of the PDFViewer page.
54
54
  /// @group pdf-viewer
@@ -77,7 +77,7 @@ $kendo-pdf-viewer-search-panel-spacing: $kendo-toolbar-md-spacing !default;
77
77
  $kendo-pdf-viewer-search-panel-border-width: 1px !default;
78
78
  /// The border radius of the PDFViewer search panel.
79
79
  /// @group pdf-viewer
80
- $kendo-pdf-viewer-search-panel-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
80
+ $kendo-pdf-viewer-search-panel-border-radius: k-spacing(1) !default;
81
81
  /// The background color of the PDFViewer search panel.
82
82
  /// @group pdf-viewer
83
83
  $kendo-pdf-viewer-search-panel-bg: $kendo-component-bg !default;
@@ -2,14 +2,14 @@
2
2
 
3
3
 
4
4
  // Pivot grid
5
- $kendo-pivotgrid-spacer: k-map-get( $kendo-spacing, 4 ) !default;
5
+ $kendo-pivotgrid-spacer: k-spacing(4) !default;
6
6
  $kendo-pivotgrid-padding-x: null !default;
7
7
  $kendo-pivotgrid-padding-y: null !default;
8
- $kendo-pivotgrid-font-family: $kendo-font-family !default;
9
- $kendo-pivotgrid-font-size: $kendo-font-size-md !default;
10
- $kendo-pivotgrid-line-height: $kendo-line-height-md !default;
8
+ $kendo-pivotgrid-font-family: var( --kendo-font-family, inherit ) !default;
9
+ $kendo-pivotgrid-font-size: var( --kendo-font-size, inherit ) !default;
10
+ $kendo-pivotgrid-line-height: var( --kendo-line-height, normal ) !default;
11
11
  $kendo-pivotgrid-border-width: 1px !default;
12
- $kendo-pivotgrid-icon-spacing: 4px !default;
12
+ $kendo-pivotgrid-icon-spacing: k-spacing(1) !default;
13
13
 
14
14
  $kendo-pivotgrid-row-header-width: 300px !default;
15
15
  $kendo-pivotgrid-column-header-height: 75px !default;
@@ -48,15 +48,15 @@ $kendo-pivotgrid-configurator-padding-y: null !default;
48
48
  $kendo-pivotgrid-configurator-border-width: 1px !default;
49
49
 
50
50
  $kendo-pivotgrid-configurator-header-padding-x: $kendo-pivotgrid-spacer !default;
51
- $kendo-pivotgrid-configurator-header-padding-y: ( $kendo-pivotgrid-spacer * .75 ) !default;
51
+ $kendo-pivotgrid-configurator-header-padding-y: calc( #{$kendo-pivotgrid-spacer} * .75 ) !default;
52
52
  $kendo-pivotgrid-configurator-header-font-size: 18px !default;
53
53
  $kendo-pivotgrid-configurator-header-font-weight: 500 !default;
54
54
 
55
55
  $kendo-pivotgrid-configurator-content-padding-x: $kendo-pivotgrid-spacer !default;
56
- $kendo-pivotgrid-configurator-content-padding-y: .25rem !default;
56
+ $kendo-pivotgrid-configurator-content-padding-y: k-spacing(1) !default;
57
57
 
58
- $kendo-pivotgrid-configurator-fields-margin-x: 0px !default;
59
- $kendo-pivotgrid-configurator-fields-margin-y: k-math-div( $kendo-pivotgrid-spacer, 2 ) !default;
58
+ $kendo-pivotgrid-configurator-fields-margin-x: k-spacing(0) !default;
59
+ $kendo-pivotgrid-configurator-fields-margin-y: calc( #{$kendo-pivotgrid-spacer} / 2 ) !default;
60
60
 
61
61
  $kendo-pivotgrid-configurator-vertical-width: 320px !default;
62
62
  $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
@@ -75,16 +75,16 @@ $kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow
75
75
  $kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default;
76
76
  $kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default;
77
77
 
78
- $kendo-pivotgrid-configurator-button-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
79
- $kendo-pivotgrid-configurator-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
78
+ $kendo-pivotgrid-configurator-button-padding-x: k-spacing(1) !default;
79
+ $kendo-pivotgrid-configurator-button-padding-y: k-spacing(1) !default;
80
80
  $kendo-pivotgrid-configurator-button-border-width: 1px !default;
81
- $kendo-pivotgrid-configurator-button-size: calc( #{$kendo-pivotgrid-line-height * 1em} + #{$kendo-pivotgrid-configurator-button-padding-y * 2} + #{$kendo-pivotgrid-configurator-button-border-width * 2} ) !default;
81
+ $kendo-pivotgrid-configurator-button-size: calc( calc( #{$kendo-pivotgrid-line-height} * 1em ) + calc( #{$kendo-pivotgrid-configurator-button-padding-y} * 2 ) + calc( #{$kendo-pivotgrid-configurator-button-border-width} * 2 ) ) !default;
82
82
 
83
83
  // Calculated fields
84
84
  $kendo-pivotgrid-calculated-field-padding-x: $kendo-pivotgrid-spacer !default;
85
85
  $kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-spacer !default;
86
86
  $kendo-pivotgrid-calculated-field-border-width: 1px !default;
87
- $kendo-pivotgrid-calculated-field-border-radius: $kendo-border-radius-md !default;
87
+ $kendo-pivotgrid-calculated-field-border-radius: k-border-radius(md) !default;
88
88
  $kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
89
89
 
90
90
  $kendo-pivotgrid-calculated-field-bg: $kendo-component-bg !default;
@@ -96,8 +96,8 @@ $kendo-pivotgrid-calculated-field-header-text: $kendo-component-header-text !def
96
96
  $kendo-pivotgrid-calculated-field-header-border: null !default;
97
97
 
98
98
 
99
- $kendo-pivotgrid-treeview-padding-x: 1.5rem !default;
100
- $kendo-pivotgrid-treeview-padding-y: 0px !default;
99
+ $kendo-pivotgrid-treeview-padding-x: k-spacing(6) !default;
100
+ $kendo-pivotgrid-treeview-padding-y: k-spacing(0) !default;
101
101
 
102
102
  // Legacy variables
103
103
  $kendo-pivotgrid-alt-bg: $kendo-grid-header-bg !default;
@@ -9,21 +9,21 @@ $kendo-popup-padding-y: null !default;
9
9
  $kendo-popup-border-width: 1px !default;
10
10
  /// Border radius of the popup.
11
11
  /// @group popup
12
- $kendo-popup-border-radius: $kendo-border-radius-md !default;
12
+ $kendo-popup-border-radius: k-border-radius(md) !default;
13
13
 
14
14
  /// Font size of the popup.
15
15
  /// @group popup
16
- $kendo-popup-font-size: $kendo-font-size-md !default;
16
+ $kendo-popup-font-size: var( --kendo-font-size, inherit ) !default;
17
17
  /// Line height of the popup.
18
18
  /// @group popup
19
- $kendo-popup-line-height: $kendo-line-height-md !default;
19
+ $kendo-popup-line-height: var( --kendo-line-height, normal ) !default;
20
20
 
21
21
  /// Horizontal padding of the popup content.
22
22
  /// @group popup
23
- $kendo-popup-content-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
23
+ $kendo-popup-content-padding-x: k-spacing(2) !default;
24
24
  /// Vertical padding of the popup content.
25
25
  /// @group popup
26
- $kendo-popup-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
26
+ $kendo-popup-content-padding-y: k-spacing(2) !default;
27
27
 
28
28
  /// Background color of the popup.
29
29
  /// @group popup
@@ -14,7 +14,7 @@ $kendo-progressbar-animation-timing: $progress-bar-animation-timing !default;
14
14
  $kendo-progressbar-border-width: 0px !default;
15
15
  /// The font family of the ProgressBar.
16
16
  /// @group progressbar
17
- $kendo-progressbar-font-family: $kendo-font-family !default;
17
+ $kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
18
18
  /// The font size of the ProgressBar.
19
19
  /// @group progressbar
20
20
  $kendo-progressbar-font-size: $progress-font-size !default;
@@ -24,10 +24,10 @@ $kendo-progressbar-line-height: 1 !default;
24
24
 
25
25
  /// The background color of the ProgressBar.
26
26
  /// @group progressbar
27
- $kendo-progressbar-bg: $gray-200 !default;
27
+ $kendo-progressbar-bg: if($kendo-enable-color-system, k-color( base-subtle ), $gray-200) !default;
28
28
  /// The text color of the ProgressBar.
29
29
  /// @group progressbar
30
- $kendo-progressbar-text: k-contrast-color( $gray-200 ) !default;
30
+ $kendo-progressbar-text: if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( $gray-200 )) !default;
31
31
  /// The border color of the ProgressBar.
32
32
  /// @group progressbar
33
33
  $kendo-progressbar-border: null !default;
@@ -22,13 +22,13 @@ $kendo-prompt-header-border: $kendo-component-header-border !default;
22
22
 
23
23
  /// The vertical padding of the Prompt content.
24
24
  /// @group prompt
25
- $kendo-prompt-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
25
+ $kendo-prompt-content-padding-y: k-spacing(4) !default;
26
26
  /// The horizontal padding of the Prompt content.
27
27
  /// @group prompt
28
- $kendo-prompt-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
28
+ $kendo-prompt-content-padding-x: k-spacing(4) !default;
29
29
  /// The spacing between the items of the Prompt content.
30
30
  /// @group prompt
31
- $kendo-prompt-content-spacing: k-map-get( $kendo-spacing, 4 ) !default;
31
+ $kendo-prompt-content-spacing: k-spacing(4) !default;
32
32
  /// The text color of the Prompt content.
33
33
  /// @group prompt
34
34
  $kendo-prompt-content-text: $kendo-component-header-text !default;
@@ -41,17 +41,17 @@ $kendo-prompt-content-border: $kendo-component-header-border !default;
41
41
 
42
42
  /// The spacing between the items of the Prompt content expander.
43
43
  /// @group prompt
44
- $kendo-prompt-expander-spacing: k-map-get( $kendo-spacing, 2 ) !default;
44
+ $kendo-prompt-expander-spacing: k-spacing(2) !default;
45
45
 
46
46
  /// The vertical padding of the Prompt suggestion container.
47
47
  /// @group prompt
48
- $kendo-prompt-suggestion-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
48
+ $kendo-prompt-suggestion-padding-y: k-spacing(2) !default;
49
49
  /// The horizontal padding of the Prompt suggestion container.
50
50
  /// @group prompt
51
- $kendo-prompt-suggestion-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
51
+ $kendo-prompt-suggestion-padding-x: k-spacing(2) !default;
52
52
  /// The border radius of the Prompt suggestion container.
53
53
  /// @group prompt
54
- $kendo-prompt-suggestion-border-radius: $kendo-border-radius-md !default;
54
+ $kendo-prompt-suggestion-border-radius: k-border-radius(md) !default;
55
55
  /// The text color of the Prompt suggestion container.
56
56
  /// @group prompt
57
57
  $kendo-prompt-suggestion-text: $kendo-component-text !default;
@@ -13,23 +13,23 @@ $kendo-radio-border-width: 1px !default;
13
13
 
14
14
  /// The size of a small RadioButton.
15
15
  /// @group radio
16
- $kendo-radio-sm-size: k-map-get( $kendo-spacing, 3 ) !default;
16
+ $kendo-radio-sm-size: k-spacing(3) !default;
17
17
  /// The size of a medium RadioButton.
18
18
  /// @group radio
19
- $kendo-radio-md-size: k-map-get( $kendo-spacing, 4 ) !default;
19
+ $kendo-radio-md-size: k-spacing(4) !default;
20
20
  /// The size of a large RadioButton.
21
21
  /// @group radio
22
- $kendo-radio-lg-size: k-map-get( $kendo-spacing, 5 ) !default;
22
+ $kendo-radio-lg-size: k-spacing(5) !default;
23
23
 
24
24
  /// The glyph size of a small RadioButton.
25
25
  /// @group radio
26
- $kendo-radio-sm-glyph-size: k-map-get( $kendo-spacing, 2.5 ) !default;
26
+ $kendo-radio-sm-glyph-size: k-spacing(2.5) !default;
27
27
  /// The glyph size of a medium RadioButton.
28
28
  /// @group radio
29
- $kendo-radio-md-glyph-size: k-map-get( $kendo-spacing, 3.5 ) !default;
29
+ $kendo-radio-md-glyph-size: k-spacing(3.5) !default;
30
30
  /// The glyph size of a large RadioButton.
31
31
  /// @group radio
32
- $kendo-radio-lg-glyph-size: k-map-get( $kendo-spacing, 4.5 ) !default;
32
+ $kendo-radio-lg-glyph-size: k-spacing(4.5) !default;
33
33
 
34
34
  /// The ripple size of a small RadioButton.
35
35
  /// @group radio
@@ -160,17 +160,17 @@ $kendo-radio-disabled-checked-image: null !default;
160
160
 
161
161
  /// The horizontal margin of the RadioButton inside of a label.
162
162
  /// @group radio
163
- $kendo-radio-label-margin-x: k-map-get( $kendo-spacing, 1 ) !default;
163
+ $kendo-radio-label-margin-x: k-spacing(1) !default;
164
164
 
165
165
 
166
166
  // Radio list
167
167
 
168
168
  /// The horizontal list item margin of the RadioButton.
169
169
  /// @group radio
170
- $kendo-radio-list-spacing: k-map-get( $kendo-spacing, 4 ) !default;
170
+ $kendo-radio-list-spacing: k-spacing(4) !default;
171
171
  /// The horizontal list item padding of the RadioButton.
172
172
  /// @group radio
173
- $kendo-radio-list-item-padding-x: 0px !default;
173
+ $kendo-radio-list-item-padding-x: k-spacing(0) !default;
174
174
  /// The vertical list item padding of the RadioButton.
175
175
  /// @group radio
176
176
  $kendo-radio-list-item-padding-y: $kendo-list-md-item-padding-y !default;
@@ -2,13 +2,13 @@
2
2
 
3
3
  /// The font family of the Rating.
4
4
  /// @group rating
5
- $kendo-rating-font-family: $kendo-font-family !default;
5
+ $kendo-rating-font-family: var( --kendo-font-family, inherit ) !default;
6
6
  /// The font size of the Rating.
7
7
  /// @group rating
8
- $kendo-rating-font-size: $kendo-font-size-md !default;
8
+ $kendo-rating-font-size: var( --kendo-font-size, inherit ) !default;
9
9
  /// The line height of the Rating.
10
10
  /// @group rating
11
- $kendo-rating-line-height: $kendo-line-height-md !default;
11
+ $kendo-rating-line-height: var( --kendo-line-height, normal ) !default;
12
12
 
13
13
  /// The horizontal margin of the Rating container.
14
14
  /// @group rating
@@ -22,7 +22,7 @@
22
22
  & { // stylelint-disable-line
23
23
  padding-block: $kendo-padding-sm-y;
24
24
  padding-inline: $kendo-padding-sm-x;
25
- font-size: $kendo-font-size-sm;
25
+ font-size: var( --kendo-font-size-sm, inherit );
26
26
  }
27
27
  }
28
28