@progress/kendo-theme-fluent 5.7.0 → 5.8.1-dev.1

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 (112) hide show
  1. package/dist/all.css +43451 -0
  2. package/dist/all.scss +1 -1
  3. package/package.json +5 -5
  4. package/scss/adaptive/_layout.scss +475 -0
  5. package/scss/adaptive/_theme.scss +92 -0
  6. package/scss/adaptive/_variables.scss +33 -0
  7. package/scss/adaptive/index.scss +32 -0
  8. package/scss/badge/_variables.scss +2 -2
  9. package/scss/button/_layout.scss +2 -1
  10. package/scss/button/_variables.scss +2 -2
  11. package/scss/calendar/_layout.scss +5 -4
  12. package/scss/calendar/_theme.scss +9 -9
  13. package/scss/calendar/_variables.scss +25 -25
  14. package/scss/captcha/_variables.scss +3 -2
  15. package/scss/card/_layout.scss +3 -3
  16. package/scss/card/_variables.scss +1 -1
  17. package/scss/chat/_layout.scss +460 -0
  18. package/scss/chat/_theme.scss +93 -0
  19. package/scss/chat/_variables.scss +213 -0
  20. package/scss/chat/index.scss +32 -0
  21. package/scss/checkbox/_layout.scss +3 -3
  22. package/scss/chip/_layout.scss +1 -1
  23. package/scss/chip/_theme.scss +3 -3
  24. package/scss/color-preview/_layout.scss +0 -1
  25. package/scss/coloreditor/_layout.scss +3 -1
  26. package/scss/coloreditor/_variables.scss +10 -2
  27. package/scss/colorgradient/_layout.scss +5 -1
  28. package/scss/colorgradient/_variables.scss +13 -10
  29. package/scss/core/_variables.scss +8 -7
  30. package/scss/core/color-system/utils/_functions.scss +1 -1
  31. package/scss/core/helpers/_index.scss +1 -0
  32. package/scss/core/helpers/_scrollbar.scss +25 -0
  33. package/scss/core/mixins/_decoration.scss +4 -0
  34. package/scss/dataviz/_layout.scss +5 -5
  35. package/scss/draggable/_variables.scss +2 -1
  36. package/scss/drawer/_variables.scss +2 -3
  37. package/scss/editor/_layout.scss +3 -2
  38. package/scss/fab/_variables.scss +10 -9
  39. package/scss/filemanager/_layout.scss +1 -1
  40. package/scss/filter/_layout.scss +1 -1
  41. package/scss/forms/_layout.scss +3 -2
  42. package/scss/forms/_variables.scss +1 -1
  43. package/scss/gantt/_layout.scss +782 -0
  44. package/scss/gantt/_theme.scss +275 -0
  45. package/scss/gantt/_variables.scss +232 -0
  46. package/scss/gantt/index.scss +35 -0
  47. package/scss/grid/_layout.scss +3 -3
  48. package/scss/grid/_theme.scss +7 -0
  49. package/scss/grid/_variables.scss +2 -2
  50. package/scss/imageeditor/_layout.scss +0 -2
  51. package/scss/imageeditor/_variables.scss +5 -4
  52. package/scss/index.scss +16 -18
  53. package/scss/input/_variables.scss +1 -1
  54. package/scss/listgroup/_layout.scss +0 -1
  55. package/scss/listview/_layout.scss +2 -2
  56. package/scss/loader/_layout.scss +3 -2
  57. package/scss/loader/_variables.scss +16 -15
  58. package/scss/map/_variables.scss +2 -2
  59. package/scss/menu/_variables.scss +7 -7
  60. package/scss/messagebox/_theme.scss +1 -1
  61. package/scss/messagebox/_variables.scss +5 -5
  62. package/scss/notification/_theme.scss +0 -1
  63. package/scss/notification/_variables.scss +0 -1
  64. package/scss/panelbar/_layout.scss +2 -2
  65. package/scss/pdf-viewer/_layout.scss +177 -0
  66. package/scss/pdf-viewer/_theme.scss +73 -0
  67. package/scss/pdf-viewer/_variables.scss +105 -0
  68. package/scss/pdf-viewer/index.scss +32 -0
  69. package/scss/pivotgrid/_layout.scss +640 -0
  70. package/scss/pivotgrid/_theme.scss +218 -0
  71. package/scss/pivotgrid/_variables.scss +239 -0
  72. package/scss/pivotgrid/index.scss +36 -0
  73. package/scss/popup/_variables.scss +2 -2
  74. package/scss/progressbar/_variables.scss +1 -1
  75. package/scss/radio/_layout.scss +10 -9
  76. package/scss/radio/_variables.scss +5 -4
  77. package/scss/rating/_variables.scss +1 -1
  78. package/scss/scheduler/_layout.scss +2 -2
  79. package/scss/scheduler/_variables.scss +1 -1
  80. package/scss/scrollview/_layout.scss +195 -0
  81. package/scss/scrollview/_theme.scss +91 -0
  82. package/scss/scrollview/_variables.scss +109 -0
  83. package/scss/scrollview/index.scss +26 -0
  84. package/scss/slider/_layout.scss +8 -8
  85. package/scss/slider/_theme.scss +4 -4
  86. package/scss/splitter/_variables.scss +5 -5
  87. package/scss/spreadsheet/_layout.scss +872 -0
  88. package/scss/spreadsheet/_theme.scss +254 -0
  89. package/scss/spreadsheet/_variables.scss +191 -0
  90. package/scss/spreadsheet/index.scss +41 -0
  91. package/scss/stepper/_layout.scss +10 -7
  92. package/scss/stepper/_theme.scss +4 -0
  93. package/scss/stepper/_variables.scss +9 -7
  94. package/scss/switch/_layout.scss +2 -2
  95. package/scss/table/_layout.scss +2 -2
  96. package/scss/taskboard/_layout.scss +7 -4
  97. package/scss/taskboard/_variables.scss +10 -9
  98. package/scss/timeline/_layout.scss +449 -0
  99. package/scss/timeline/_theme.scss +72 -0
  100. package/scss/timeline/_variables.scss +197 -0
  101. package/scss/timeline/index.scss +27 -0
  102. package/scss/timeselector/_layout.scss +4 -4
  103. package/scss/timeselector/_variables.scss +1 -1
  104. package/scss/tooltip/_layout.scss +6 -6
  105. package/scss/tooltip/_variables.scss +0 -2
  106. package/scss/treeview/_variables.scss +4 -4
  107. package/scss/typography/_layout.scss +17 -17
  108. package/scss/typography/_variables.scss +63 -63
  109. package/scss/upload/_layout.scss +1 -1
  110. package/scss/window/_layout.scss +1 -1
  111. package/scss/wizard/_layout.scss +1 -1
  112. package/scss/wizard/_variables.scss +2 -3
@@ -0,0 +1,197 @@
1
+ @use "sass:math";
2
+ @use "../core/color-system" as *;
3
+ @use "../core/_variables.scss" as *;
4
+ @use "../card/_variables.scss" as *;
5
+
6
+ // Timeline
7
+
8
+ /// The horizontal spacing of the timeline.
9
+ /// @group timeline
10
+ $kendo-timeline-spacing-x: map-get( $kendo-spacing, 10 ) !default;
11
+ /// The vertical spacing of the timeline.
12
+ /// @group timeline
13
+ $kendo-timeline-spacing-y: map-get( $kendo-spacing, 10 ) !default;
14
+ /// The padding between the items in the timeline.
15
+ /// @group timeline
16
+ $kendo-timeline-items-padding: map-get( $kendo-spacing, 4 ) !default;
17
+
18
+ /// The font family of the timeline.
19
+ /// @group timeline
20
+ $kendo-timeline-font-family: var( --kendo-font-family, inherit ) !default;
21
+ /// The font size of the timeline.
22
+ /// @group timeline
23
+ $kendo-timeline-font-size: var( --kendo-font-size, inherit ) !default;
24
+ /// The line height of the timeline.
25
+ /// @group timeline
26
+ $kendo-timeline-line-height: var( --kendo-line-height, normal ) !default;
27
+
28
+ /// The horizontal mobile spacing of the timeline.
29
+ /// @group timeline
30
+ $kendo-timeline-mobile-spacing-x: map-get( $kendo-spacing, 4 ) !default;
31
+ /// The vertical mobile spacing of the timeline.
32
+ /// @group timeline
33
+ $kendo-timeline-mobile-spacing-y: map-get( $kendo-spacing, 4 ) !default;
34
+
35
+ /// The track arrow width of the timeline.
36
+ /// @group timeline
37
+ $kendo-timeline-track-arrow-width: ( map-get( $kendo-spacing, 7 ) + map-get( $kendo-spacing, thin ) ) !default;
38
+ /// The track arrow height of the timeline.
39
+ /// @group timeline
40
+ $kendo-timeline-track-arrow-height: ( map-get( $kendo-spacing, 7 ) + map-get( $kendo-spacing, thin ) ) !default;
41
+
42
+ /// The size of the track in the timeline.
43
+ /// @group timeline
44
+ $kendo-timeline-track-size: ( map-get( $kendo-spacing, 2 ) - map-get( $kendo-spacing, thin ) ) !default;
45
+ /// The bottom padding of the wrapper of the track in the timeline.
46
+ /// @group timeline
47
+ $kendo-timeline-track-wrap-padding-bottom: math.div( $kendo-timeline-track-size, 2 ) !default;
48
+ /// The border width of the track in the timeline.
49
+ /// @group timeline
50
+ $kendo-timeline-track-border-width: map-get( $kendo-spacing, hair ) !default;
51
+ /// The bottom margin of the track in the timeline.
52
+ /// @group timeline
53
+ $kendo-timeline-track-margin-bottom: map-get( $kendo-spacing, 4 ) !default;
54
+ /// The bottom of the track in the timeline.
55
+ /// @group timeline
56
+ $kendo-timeline-track-bottom-calc: calc( ( #{ $kendo-timeline-track-arrow-height } / 2 ) + #{ $kendo-timeline-track-wrap-padding-bottom } ) !default;
57
+ /// The left of the track in the timeline.
58
+ /// @group timeline
59
+ $kendo-timeline-track-start-calc: calc( #{ $kendo-timeline-track-arrow-width } - 2 * #{ $kendo-timeline-track-border-width } ) !default;
60
+ /// The right of the track in the timeline.
61
+ /// @group timeline
62
+ $kendo-timeline-track-end-calc: calc( #{ $kendo-timeline-track-arrow-width } - 2 * #{ $kendo-timeline-track-border-width } ) !default;
63
+ /// The background of the track in the timeline.
64
+ /// @group timeline
65
+ $kendo-timeline-track-bg: get-theme-color-var( neutral-10 ) !default;
66
+ /// The border color of the track in the timeline.
67
+ /// @group timeline
68
+ $kendo-timeline-track-border-color: get-theme-color-var( neutral-30 ) !default;
69
+
70
+ /// The inset block end of the arrow in the timeline.
71
+ /// @group timeline
72
+ $kendo-timeline-arrow-inset-block-end: calc( #{ $kendo-timeline-track-size } + #{ $kendo-timeline-track-wrap-padding-bottom } + #{ $kendo-timeline-track-border-width } );
73
+ /// The disabled background of the arrow in the timeline.
74
+ /// @group timeline
75
+ $kendo-timeline-track-arrow-disabled-bg: var( --kendo-disabled-bg, initial ) !default;
76
+ /// The disabled text of the arrow in the timeline.
77
+ /// @group timeline
78
+ $kendo-timeline-track-arrow-disabled-text: var( --kendo-disabled-text, initial ) !default;
79
+ /// The disabled border color of the arrow in the timeline.
80
+ /// @group timeline
81
+ $kendo-timeline-track-arrow-disabled-border: var( --kendo-disabled-border, initial) !default;
82
+
83
+ /// The offset of the track event in the timeline.
84
+ /// @group timeline
85
+ $kendo-timeline-track-event-offset: ( map-get( $kendo-spacing, 10 ) - map-get( $kendo-spacing, 2 ) ) !default;
86
+
87
+ /// The horizontal padding of the flag in the timeline.
88
+ /// @group timeline
89
+ $kendo-timeline-flag-padding-x: map-get( $kendo-spacing, 2 ) !default;
90
+ /// The vertical padding of the flag in the timeline.
91
+ /// @group timeline
92
+ $kendo-timeline-flag-padding-y: map-get( $kendo-spacing, 2 ) !default;
93
+ /// The border radius of the flag in the timeline.
94
+ /// @group timeline
95
+ $kendo-timeline-flag-border-radius: map-get( $kendo-spacing, thin ) !default;
96
+ /// The line height of the flag in the timeline.
97
+ /// @group timeline
98
+ $kendo-timeline-flag-line-height: var( --kendo-line-height, normal ) !default;
99
+ /// The box shadow of the flag in the timeline.
100
+ /// @group timeline
101
+ $kendo-timeline-flag-box-shadow: var( --kendo-box-shadow-depth-1, none ) !default;
102
+ /// The min widht of the flag in the timeline.
103
+ /// @group timeline
104
+ $kendo-timeline-flag-min-width: map-get( $kendo-spacing, 20 ) !default;
105
+ /// The max width of the flag in the timeline.
106
+ /// @group timeline
107
+ $kendo-timeline-flag-max-width: calc( #{ $kendo-timeline-flag-min-width } + 2 * #{ $kendo-timeline-spacing-x } ) !default;
108
+ /// The max width of the mobile flag in the timeline.
109
+ /// @group timeline
110
+ $kendo-timeline-mobile-flag-max-width: calc( #{ $kendo-timeline-flag-min-width } + 2 * #{ $kendo-timeline-mobile-spacing-x } ) !default;
111
+ /// The min width of the horizontal flag in the timeline.
112
+ /// @group timeline
113
+ $kendo-timeline-horizontal-flag-min-width: map-get( $kendo-spacing, 15 ) !default;
114
+ /// The background of the flag in the timeline.
115
+ /// @group timeline
116
+ $kendo-timeline-flag-bg: get-theme-color-var( primary-100 ) !default;
117
+ /// The text of the flag in the timeline.
118
+ /// @group timeline
119
+ $kendo-timeline-flag-text: var( --kendo-component-bg, initial ) !default;
120
+ /// The width of the flag callout in the timeline.
121
+ /// @group timeline
122
+ $kendo-timeline-flag-callout-width: ( map-get( $kendo-spacing, 2 ) + map-get( $kendo-spacing, thin ) ) !default;
123
+ /// The height of the flag callout in the timeline.
124
+ /// @group timeline
125
+ $kendo-timeline-flag-callout-height: ( map-get( $kendo-spacing, 2 ) + map-get( $kendo-spacing, thin ) ) !default;
126
+ /// The offset bottom of the flag in the timeline.
127
+ /// @group timeline
128
+ $kendo-timeline-flag-offset-bottom: map-get( $kendo-spacing, 1 ) !default;
129
+ /// The bottom margin of the flag in the timeline.
130
+ /// @group timeline
131
+ $kendo-timeline-flag-margin-bottom-calc: calc( #{ $kendo-timeline-track-size } + 2 * #{ $kendo-timeline-track-border-width } + #{ $kendo-timeline-flag-offset-bottom } + #{ $kendo-timeline-flag-callout-height } ) !default;
132
+
133
+ /// The background of the card header in the timeline.
134
+ /// @group timeline
135
+ $kendo-timeline-card-header-bg: var( --kendo-component-bg, initial ) !default;
136
+ /// The text of the card header in the timeline.
137
+ /// @group timeline
138
+ $kendo-timeline-card-header-text: get-theme-color-var( neutral-160 ) !default;
139
+ /// The border of the card body scroll in the timeline.
140
+ /// @group timeline
141
+ $kendo-timeline-card-body-scroll-border: get-theme-color-var( neutral-30 ) !default;
142
+ /// The background of the card body scroll of the timeline.
143
+ /// @group timeline
144
+ $kendo-timeline-card-body-scroll-bg: var( --kendo-component-bg, initial ) !default;
145
+ /// The hover of the card scroll thumb in the timeline.
146
+ /// @group timeline
147
+ $kendo-timeline-card-scroll-thumb-hover: var( --kendo-hover-border, initial ) !default;
148
+
149
+ /// The text of the date body in the timeline.
150
+ /// @group timeline
151
+ $kendo-timeline-date-body-text: var( --kendo-body-text, initial ) !default;
152
+ /// The width of the date in the timeline.
153
+ /// @group timeline
154
+ $kendo-timeline-date-width: ( map-get( $kendo-spacing, 12 ) + map-get( $kendo-spacing, thin ) ) !default;
155
+ /// The bottom margin of the date in the timeline.
156
+ /// @group timeline
157
+ $kendo-timeline-date-margin-bottom: map-get( $kendo-spacing, 2 ) !default;
158
+
159
+ /// The padding of the vertical timeline.
160
+ /// @group timeline
161
+ $kendo-timeline-vertical-padding-calc: calc( #{ $kendo-timeline-spacing-x } + ( #{ $kendo-timeline-flag-min-width } - #{ $kendo-timeline-track-size } ) / 2 ) !default;
162
+ /// The padding of the vertical dates timeline.
163
+ /// @group timeline
164
+ $kendo-timeline-vertical-padding-with-dates-calc: calc( #{ $kendo-timeline-vertical-padding-calc } + #{ $kendo-timeline-date-width } ) !default;
165
+ /// The border radius of the vertical timeline.
166
+ /// @group timeline
167
+ $kendo-timeline-vertical-border-radius: var( --kendo-border-radius-lg, 0 ) !default;
168
+ /// The padding of the vertical mobile timeline.
169
+ /// @group timeline
170
+ $kendo-timeline-mobile-vertical-padding-calc: calc( #{ $kendo-timeline-mobile-spacing-x } + ( #{ $kendo-timeline-flag-min-width } - #{ $kendo-timeline-track-size } ) / 2 ) !default;
171
+ /// The padding of the vertical mobile dates in the timeline.
172
+ /// @group timeline
173
+ $kendo-timeline-mobile-vertical-padding-with-dates-calc: calc( #{ $kendo-timeline-mobile-vertical-padding-calc } + #{ $kendo-timeline-date-width } ) !default;
174
+
175
+ /// The width of the circle in the timeline
176
+ /// @group timeline
177
+ $kendo-timeline-circle-width: map-get( $kendo-spacing, 4 ) !default;
178
+ /// The height of the circle in the timeline.
179
+ /// @group timeline
180
+ $kendo-timeline-circle-height: map-get( $kendo-spacing, 4 ) !default;
181
+ /// The background of the circle in the timeline.
182
+ /// @group timeline
183
+ $kendo-timeline-circle-bg: get-theme-color-var( primary-100 ) !default;
184
+
185
+ /// The width of the events in the timeline.
186
+ /// @group timeline
187
+ $kendo-timeline-event-width: 400px !default;
188
+ /// The height of the events in the timeline.
189
+ /// @group timeline
190
+ $kendo-timeline-event-height: 600px !default;
191
+ /// The min height of the events in the timeline.
192
+ /// @group timeline
193
+ $kendo-timeline-event-min-height-calc: calc( 2 * ( #{ $kendo-timeline-track-event-offset } - #{ $kendo-card-border-width } ) ) !default;
194
+
195
+ /// The spacing of the icons in the timeline.
196
+ /// @group timeline
197
+ $kendo-timeline-icon-spacing: var( --kendo-icon-spacing, .5rem ) !default;
@@ -0,0 +1,27 @@
1
+ // Module meta
2
+ $_kendo-module-meta: (
3
+ name: "timeline",
4
+ dependencies: (
5
+ 'button',
6
+ 'icon',
7
+ 'card'
8
+ )
9
+ );
10
+
11
+
12
+ // Component
13
+ @forward "_variables.scss";
14
+ @use "_layout.scss" as *;
15
+ @use "_theme.scss" as *;
16
+
17
+ // Register
18
+ @use "../core/module-system/" as module;
19
+ @include module.register( $_kendo-module-meta... );
20
+
21
+ // Expose
22
+ @mixin styles() {
23
+ @include module.render( "timeline" ) {
24
+ @include kendo-timeline--layout();
25
+ @include kendo-timeline--theme();
26
+ }
27
+ }
@@ -74,7 +74,7 @@
74
74
  border-style: solid;
75
75
  box-sizing: border-box;
76
76
  position: absolute;
77
- top: calc( 50% + var( --kendo-time-list-title-height, $kendo-time-list-title-height ) / 2);
77
+ top: calc( 50% + var( --kendo-time-list-title-height, #{$kendo-time-list-title-height} ) / 2);
78
78
  left: 0;
79
79
  right: 0;
80
80
  transform: translateY(-50%);
@@ -114,14 +114,14 @@
114
114
  width: 100%;
115
115
  left: 0;
116
116
  pointer-events: none;
117
- height: calc( 50% - calc( var( --kendo-time-list-highlight-height, $kendo-time-list-highlight-height ) / 2) );
117
+ height: calc( 50% - ( var( --kendo-time-list-highlight-height, #{$kendo-time-list-highlight-height} ) / 2) );
118
118
  box-sizing: border-box;
119
119
  border-width: 0;
120
120
  border-style: solid;
121
121
  }
122
122
 
123
123
  &::before {
124
- top: calc( var( --kendo-time-list-title-spacing, $kendo-time-list-title-spacing ) + var( --kendo-time-list-title-height, $kendo-time-list-title-height ) );
124
+ top: calc( var( --kendo-time-list-title-spacing, #{$kendo-time-list-title-spacing} ) + var( --kendo-time-list-title-height, #{$kendo-time-list-title-height} ) );
125
125
  }
126
126
 
127
127
  &::after {
@@ -202,7 +202,7 @@
202
202
  align-items: center;
203
203
  position: relative;
204
204
  z-index: 11;
205
- top: calc( var( --kendo-time-list-title-height, $kendo-time-list-title-height ) / 2);
205
+ top: calc( var( --kendo-time-list-title-height, #{$kendo-time-list-title-height} ) / 2);
206
206
  }
207
207
 
208
208
 
@@ -51,7 +51,7 @@ $kendo-time-list-title-font-size: var( --kendo-font-size-xs, inherit ) !default;
51
51
  /// Line height of the time-selector titles.
52
52
  /// @group time-selector
53
53
  $kendo-time-list-title-line-height: var( --kendo-line-height-lg, inherit ) !default;
54
- $kendo-time-list-title-height: calc( $kendo-time-list-title-font-size * $kendo-time-list-title-line-height ) !default;
54
+ $kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
55
55
  /// Text color of the time-selector titles.
56
56
  /// @group time-selector
57
57
  $kendo-time-list-title-text: var( --kendo-subtle-text, inherit ) !default;
@@ -62,8 +62,8 @@
62
62
 
63
63
  // Callout
64
64
  .k-callout {
65
- width: calc( #{$kendo-tooltip-callout-size} * 2 );
66
- height: calc( #{$kendo-tooltip-callout-size} * 2 );
65
+ width: ( $kendo-tooltip-callout-size * 2 );
66
+ height: ( $kendo-tooltip-callout-size * 2 );
67
67
  border-width: $kendo-tooltip-callout-size;
68
68
  border-style: solid;
69
69
  border-color: transparent;
@@ -79,7 +79,7 @@
79
79
  .k-callout-n {
80
80
  margin-inline-start: -$kendo-tooltip-callout-size;
81
81
  border-bottom-color: currentColor;
82
- top: calc( -#{$kendo-tooltip-callout-size} * 2 );
82
+ top: ( -1 * $kendo-tooltip-callout-size * 2 );
83
83
  left: 50%;
84
84
  pointer-events: none;
85
85
  }
@@ -87,13 +87,13 @@
87
87
  margin-block-start: -$kendo-tooltip-callout-size;
88
88
  border-left-color: currentColor;
89
89
  top: 50%;
90
- right: calc( -#{$kendo-tooltip-callout-size} * 2 );
90
+ right: ( -1 * $kendo-tooltip-callout-size * 2 );
91
91
  pointer-events: none;
92
92
  }
93
93
  .k-callout-s {
94
94
  margin-inline-start: -$kendo-tooltip-callout-size;
95
95
  border-top-color: currentColor;
96
- bottom: calc( -#{$kendo-tooltip-callout-size} * 2 );
96
+ bottom: ( -1 * $kendo-tooltip-callout-size * 2 );
97
97
  left: 50%;
98
98
  pointer-events: none;
99
99
  }
@@ -101,7 +101,7 @@
101
101
  margin-block-start: -$kendo-tooltip-callout-size;
102
102
  border-right-color: currentColor;
103
103
  top: 50%;
104
- left: calc( -#{$kendo-tooltip-callout-size} * 2 );
104
+ left: ( -1 * $kendo-tooltip-callout-size * 2 );
105
105
  pointer-events: none;
106
106
  }
107
107
 
@@ -94,5 +94,3 @@ $kendo-tooltip-theme-colors: ();
94
94
  );
95
95
  };
96
96
  }
97
-
98
-
@@ -92,7 +92,7 @@ $kendo-treeview-item-border: inherit !default;
92
92
  $kendo-treeview-item-hover-bg: var( --kendo-hover-bg, inherit ) !default;
93
93
  /// Text color of hovered treeview items.
94
94
  /// @group treeview
95
- $kendo-treeview-item-hover-text: var(--kendo-hover-text, inherit ) !default;
95
+ $kendo-treeview-item-hover-text: var( --kendo-hover-text, inherit ) !default;
96
96
  /// Border color of hovered treeview items.
97
97
  /// @group treeview
98
98
  $kendo-treeview-item-hover-border: inherit !default;
@@ -135,7 +135,7 @@ $kendo-treeview-item-disabled-border: inherit !default;
135
135
  $kendo-treeview-loadmore-bg: transparent !default;
136
136
  /// Text color of load more.
137
137
  /// @group treeview
138
- $kendo-treeview-loadmore-text: var(--kendo-link-text, initial ) !default;
138
+ $kendo-treeview-loadmore-text: var( --kendo-link-text, initial ) !default;
139
139
  /// Border color of load more.
140
140
  /// @group treeview
141
141
  $kendo-treeview-loadmore-border: inherit !default;
@@ -145,7 +145,7 @@ $kendo-treeview-loadmore-border: inherit !default;
145
145
  $kendo-treeview-loadmore-hover-bg: transparent !default;
146
146
  /// Text color of a hovered load more.
147
147
  /// @group treeview
148
- $kendo-treeview-loadmore-hover-text: var(--kendo-link-hover-text, initial ) !default;
148
+ $kendo-treeview-loadmore-hover-text: var( --kendo-link-hover-text, initial ) !default;
149
149
  /// Border color of a hovered load more.
150
150
  /// @group treeview
151
151
  $kendo-treeview-loadmore-hover-border: inherit !default;
@@ -155,7 +155,7 @@ $kendo-treeview-loadmore-hover-border: inherit !default;
155
155
  $kendo-treeview-loadmore-focus-bg: transparent !default;
156
156
  /// Text color of a focused load more.
157
157
  /// @group treeview
158
- $kendo-treeview-loadmore-focus-text: var(--kendo-link-hover-text, initial ) !default;
158
+ $kendo-treeview-loadmore-focus-text: var( --kendo-link-hover-text, initial ) !default;
159
159
  /// Border color of a focused load more.
160
160
  /// @group treeview
161
161
  $kendo-treeview-loadmore-focus-border: inherit !default;
@@ -17,7 +17,7 @@
17
17
 
18
18
  .k-body {
19
19
  p {
20
- margin: var(--kendo-paragraph-margin, #{$kendo-paragraph-margin});
20
+ margin: var( --kendo-paragraph-margin, #{$kendo-paragraph-margin});
21
21
  }
22
22
  }
23
23
 
@@ -45,32 +45,32 @@
45
45
  // Paragraph
46
46
  .k-paragraph {
47
47
  @include typography(
48
- var(--kendo-paragraph-font-size, #{$kendo-paragraph-font-size}),
49
- var(--kendo-paragraph-font-family, #{$kendo-paragraph-font-family}),
50
- var(--kendo-paragraph-line-height, #{$kendo-paragraph-line-height}),
51
- var(--kendo-paragraph-font-weight, #{$kendo-paragraph-font-weight}),
52
- var(--kendo-paragraph-letter-spacing, #{$kendo-paragraph-letter-spacing})
48
+ var( --kendo-paragraph-font-size, #{$kendo-paragraph-font-size}),
49
+ var( --kendo-paragraph-font-family, #{$kendo-paragraph-font-family}),
50
+ var( --kendo-paragraph-line-height, #{$kendo-paragraph-line-height}),
51
+ var( --kendo-paragraph-font-weight, #{$kendo-paragraph-font-weight}),
52
+ var( --kendo-paragraph-letter-spacing, #{$kendo-paragraph-letter-spacing})
53
53
  );
54
- margin: var(--kendo-paragraph-margin, #{$kendo-paragraph-margin});
54
+ margin: var( --kendo-paragraph-margin, #{$kendo-paragraph-margin});
55
55
  }
56
56
 
57
57
  // Code snippet
58
58
  .k-pre,
59
59
  .k-code {
60
60
  @include typography(
61
- var(--kendo-code-font-size, #{$kendo-code-font-size}),
62
- var(--kendo-code-font-family, #{$kendo-code-font-family}),
63
- var(--kendo-code-line-height, #{$kendo-code-line-height}),
64
- var(--kendo-code-font-weight, #{$kendo-code-font-weight}),
65
- var(--kendo-code-letter-spacing, #{$kendo-code-letter-spacing})
61
+ var( --kendo-code-font-size, #{$kendo-code-font-size}),
62
+ var( --kendo-code-font-family, #{$kendo-code-font-family}),
63
+ var( --kendo-code-line-height, #{$kendo-code-line-height}),
64
+ var( --kendo-code-font-weight, #{$kendo-code-font-weight}),
65
+ var( --kendo-code-letter-spacing, #{$kendo-code-letter-spacing})
66
66
  );
67
67
  border-style: solid;
68
- border-width: var(--kendo-code-border-width, #{$kendo-code-border-width});
68
+ border-width: var( --kendo-code-border-width, #{$kendo-code-border-width});
69
69
  }
70
70
 
71
71
  .k-pre {
72
- padding-inline: var(--kendo-pre-padding-x, #{$kendo-pre-padding-x});
73
- padding-block: var(--kendo-pre-padding-y, #{$kendo-pre-padding-y});
72
+ padding-inline: var( --kendo-pre-padding-x, #{$kendo-pre-padding-x});
73
+ padding-block: var( --kendo-pre-padding-y, #{$kendo-pre-padding-y});
74
74
  overflow: auto;
75
75
  }
76
76
 
@@ -84,8 +84,8 @@
84
84
  }
85
85
 
86
86
  .k-code {
87
- padding-inline: var(--kendo-code-padding-x, #{$kendo-code-padding-x});
88
- padding-block: var(--kendo-code-padding-y, #{$kendo-code-padding-y});
87
+ padding-inline: var( --kendo-code-padding-x, #{$kendo-code-padding-x});
88
+ padding-block: var( --kendo-code-padding-y, #{$kendo-code-padding-y});
89
89
  }
90
90
 
91
91
  // Display
@@ -17,70 +17,70 @@ $kendo-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto M
17
17
  $kendo-headings: (
18
18
  h1: (
19
19
  font-size: 42px,
20
- font-family: var(--kendo-font-family, inherit ),
21
- line-height: var(--kendo-line-height, normal ),
22
- font-weight: var(--kendo-font-weight-bold, bold),
23
- letter-spacing: var(--kendo-letter-spacing, normal),
24
- margin: 0 0 var(--kendo-font-size, inherit)
20
+ font-family: var( --kendo-font-family, inherit ),
21
+ line-height: var( --kendo-line-height, normal ),
22
+ font-weight: var( --kendo-font-weight-bold, bold),
23
+ letter-spacing: var( --kendo-letter-spacing, normal),
24
+ margin: 0 0 var( --kendo-font-size, inherit)
25
25
  ),
26
26
  h2: (
27
27
  font-size: 32px,
28
- font-family: var(--kendo-font-family, inherit ),
29
- line-height: var(--kendo-line-height, normal ),
30
- font-weight: var(--kendo-font-weight-bold, bold),
31
- letter-spacing: var(--kendo-letter-spacing, normal),
32
- margin: 0 0 var(--kendo-font-size, inherit)
28
+ font-family: var( --kendo-font-family, inherit ),
29
+ line-height: var( --kendo-line-height, normal ),
30
+ font-weight: var( --kendo-font-weight-bold, bold),
31
+ letter-spacing: var( --kendo-letter-spacing, normal),
32
+ margin: 0 0 var( --kendo-font-size, inherit)
33
33
  ),
34
34
  h3: (
35
35
  font-size: 28px,
36
- font-family: var(--kendo-font-family, inherit ),
37
- line-height: var(--kendo-line-height, normal ),
38
- font-weight: var(--kendo-font-weight-bold, bold),
39
- letter-spacing: var(--kendo-letter-spacing, normal),
40
- margin: 0 0 var(--kendo-font-size, inherit)
36
+ font-family: var( --kendo-font-family, inherit ),
37
+ line-height: var( --kendo-line-height, normal ),
38
+ font-weight: var( --kendo-font-weight-bold, bold),
39
+ letter-spacing: var( --kendo-letter-spacing, normal),
40
+ margin: 0 0 var( --kendo-font-size, inherit)
41
41
  ),
42
42
  h4: (
43
43
  font-size: 20px,
44
- font-family: var(--kendo-font-family, inherit ),
45
- line-height: var(--kendo-line-height, normal ),
46
- font-weight: var(--kendo-font-weight-bold, bold),
47
- letter-spacing: var(--kendo-letter-spacing, normal),
48
- margin: 0 0 var(--kendo-font-size, inherit)
44
+ font-family: var( --kendo-font-family, inherit ),
45
+ line-height: var( --kendo-line-height, normal ),
46
+ font-weight: var( --kendo-font-weight-bold, bold),
47
+ letter-spacing: var( --kendo-letter-spacing, normal),
48
+ margin: 0 0 var( --kendo-font-size, inherit)
49
49
  ),
50
50
  h5: (
51
51
  font-size: 18px,
52
- font-family: var(--kendo-font-family, inherit ),
53
- line-height: var(--kendo-line-height, normal ),
54
- font-weight: var(--kendo-font-weight-bold, bold),
55
- letter-spacing: var(--kendo-letter-spacing, normal),
56
- margin: 0 0 var(--kendo-font-size, inherit)
52
+ font-family: var( --kendo-font-family, inherit ),
53
+ line-height: var( --kendo-line-height, normal ),
54
+ font-weight: var( --kendo-font-weight-bold, bold),
55
+ letter-spacing: var( --kendo-letter-spacing, normal),
56
+ margin: 0 0 var( --kendo-font-size, inherit)
57
57
  ),
58
58
  h6: (
59
59
  font-size: 16px,
60
- font-family: var(--kendo-font-family, inherit ),
61
- line-height: var(--kendo-line-height, normal ),
62
- font-weight: var(--kendo-font-weight-bold, bold),
63
- letter-spacing: var(--kendo-letter-spacing, normal),
64
- margin: 0 0 var(--kendo-font-size, inherit)
60
+ font-family: var( --kendo-font-family, inherit ),
61
+ line-height: var( --kendo-line-height, normal ),
62
+ font-weight: var( --kendo-font-weight-bold, bold),
63
+ letter-spacing: var( --kendo-letter-spacing, normal),
64
+ margin: 0 0 var( --kendo-font-size, inherit)
65
65
  )
66
66
  ) !default;
67
67
 
68
68
 
69
69
  // Paragraph
70
- $kendo-paragraph-margin: 0 0 var(--kendo-font-size, inherit) !default;
71
- $kendo-paragraph-font-size: var(--kendo-font-size, inherit) !default;
72
- $kendo-paragraph-font-family: var(--kendo-font-family, inherit ) !default;
73
- $kendo-paragraph-line-height: var(--kendo-line-height, normal) !default;
74
- $kendo-paragraph-font-weight: var(--kendo-font-weight, normal) !default;
75
- $kendo-paragraph-letter-spacing: var(--kendo-letter-spacing, normal) !default;
70
+ $kendo-paragraph-margin: 0 0 var( --kendo-font-size, inherit) !default;
71
+ $kendo-paragraph-font-size: var( --kendo-font-size, inherit) !default;
72
+ $kendo-paragraph-font-family: var( --kendo-font-family, inherit ) !default;
73
+ $kendo-paragraph-line-height: var( --kendo-line-height, normal) !default;
74
+ $kendo-paragraph-font-weight: var( --kendo-font-weight, normal) !default;
75
+ $kendo-paragraph-letter-spacing: var( --kendo-letter-spacing, normal) !default;
76
76
 
77
77
 
78
78
  // Code
79
- $kendo-code-font-size: var(--kendo-font-size, inherit) !default;
79
+ $kendo-code-font-size: var( --kendo-font-size, inherit) !default;
80
80
  $kendo-code-font-family: $kendo-font-family-monospace !default;
81
- $kendo-code-line-height: var(--kendo-line-height, normal) !default;
82
- $kendo-code-font-weight: var(--kendo-font-weight, normal) !default;
83
- $kendo-code-letter-spacing: var(--kendo-letter-spacing, normal) !default;
81
+ $kendo-code-line-height: var( --kendo-line-height, normal) !default;
82
+ $kendo-code-font-weight: var( --kendo-font-weight, normal) !default;
83
+ $kendo-code-letter-spacing: var( --kendo-letter-spacing, normal) !default;
84
84
 
85
85
  $kendo-code-padding-x: map-get( $kendo-spacing, 1 ) !default;
86
86
  $kendo-code-padding-y: map-get( $kendo-spacing, 0 ) !default;
@@ -88,39 +88,39 @@ $kendo-pre-padding-x: map-get( $kendo-spacing, 6 ) !default;
88
88
  $kendo-pre-padding-y: map-get( $kendo-spacing, 4 ) !default;
89
89
  $kendo-code-border-width: 1px !default;
90
90
 
91
- $kendo-code-bg: var(--kendo-component-bg, initial) !default;
92
- $kendo-code-text: var(--kendo-component-text, initial) !default;
93
- $kendo-code-border: var(--kendo-component-border, initial) !default;
91
+ $kendo-code-bg: var( --kendo-component-bg, initial) !default;
92
+ $kendo-code-text: var( --kendo-component-text, initial) !default;
93
+ $kendo-code-border: var( --kendo-component-border, initial) !default;
94
94
 
95
95
 
96
96
  // Display
97
97
  $kendo-display: (
98
98
  1: (
99
- font-size: calc( var(--kendo-font-size, inherit) * 6 ),
100
- font-family: var(--kendo-font-family, inherit ),
101
- line-height: var(--kendo-line-height, normal ),
102
- font-weight: var(--kendo-font-weight-bold, bold),
103
- letter-spacing: var(--kendo-letter-spacing, normal)
99
+ font-size: calc( var( --kendo-font-size, inherit) * 6 ),
100
+ font-family: var( --kendo-font-family, inherit ),
101
+ line-height: var( --kendo-line-height, normal ),
102
+ font-weight: var( --kendo-font-weight-bold, bold),
103
+ letter-spacing: var( --kendo-letter-spacing, normal)
104
104
  ),
105
105
  2: (
106
- font-size: calc(var(--kendo-font-size, inherit) * 5 ),
107
- font-family: var(--kendo-font-family, inherit ),
108
- line-height: var(--kendo-line-height, normal ),
109
- font-weight: var(--kendo-font-weight-bold, bold),
110
- letter-spacing: var(--kendo-letter-spacing, normal)
106
+ font-size: calc( var( --kendo-font-size, inherit) * 5 ),
107
+ font-family: var( --kendo-font-family, inherit ),
108
+ line-height: var( --kendo-line-height, normal ),
109
+ font-weight: var( --kendo-font-weight-bold, bold),
110
+ letter-spacing: var( --kendo-letter-spacing, normal)
111
111
  ),
112
112
  3: (
113
- font-size: calc( var(--kendo-font-size, inherit) * 4 ),
114
- font-family: var(--kendo-font-family, inherit ),
115
- line-height: var(--kendo-line-height, normal ),
116
- font-weight: var(--kendo-font-weight-bold, bold),
117
- letter-spacing: var(--kendo-letter-spacing, normal)
113
+ font-size: calc( var( --kendo-font-size, inherit) * 4 ),
114
+ font-family: var( --kendo-font-family, inherit ),
115
+ line-height: var( --kendo-line-height, normal ),
116
+ font-weight: var( --kendo-font-weight-bold, bold),
117
+ letter-spacing: var( --kendo-letter-spacing, normal)
118
118
  ),
119
119
  4: (
120
- font-size: calc(var(--kendo-font-size, inherit) * 3 ),
121
- font-family: var(--kendo-font-family, inherit ),
122
- line-height: var(--kendo-line-height, normal ),
123
- font-weight: var(--kendo-font-weight-bold, bold),
124
- letter-spacing: var(--kendo-letter-spacing, normal)
120
+ font-size: calc( var( --kendo-font-size, inherit) * 3 ),
121
+ font-family: var( --kendo-font-family, inherit ),
122
+ line-height: var( --kendo-line-height, normal ),
123
+ font-weight: var( --kendo-font-weight-bold, bold),
124
+ letter-spacing: var( --kendo-letter-spacing, normal)
125
125
  )
126
126
  ) !default;
@@ -223,7 +223,7 @@
223
223
  position: absolute;
224
224
  bottom: calc( var( --kendo-upload-item-padding-y, #{$kendo-upload-item-padding-y} ) / 2 );
225
225
  // successed
226
- width: calc(100% - var( --kendo-upload-item-padding-x, #{$kendo-upload-item-padding-x} ) * 2);
226
+ width: calc( 100% - var( --kendo-upload-item-padding-x, #{$kendo-upload-item-padding-x} ) * 2);
227
227
 
228
228
  .k-progress {
229
229
  position: absolute;
@@ -69,7 +69,7 @@
69
69
  // Actions
70
70
  .k-window-actions {
71
71
  margin: -5em 0;
72
- margin-inline-end: calc( #{$kendo-window-titlebar-padding-y} - #{$kendo-window-titlebar-padding-x} );
72
+ margin-inline-end: ( $kendo-window-titlebar-padding-y - $kendo-window-titlebar-padding-x );
73
73
  line-height: 1;
74
74
  display: flex;
75
75
  gap: var( --kendo-window-actions-gap, #{$kendo-window-actions-gap} );
@@ -46,7 +46,7 @@
46
46
 
47
47
  .k-wizard-content {
48
48
  padding-inline: var( --kendo-wizard-content-padding-x, #{$kendo-wizard-content-padding-x} );
49
- padding-block: var( --kendo-wizard-content-padding-y, #{$kendo-wizard-content-padding-x} );
49
+ padding-block: var( --kendo-wizard-content-padding-y, #{$kendo-wizard-content-padding-y} );
50
50
  box-sizing: border-box;
51
51
  overflow-y: auto;
52
52
  }
@@ -30,10 +30,10 @@ $kendo-wizard-steps-padding-y: map-get( $kendo-spacing, 3 ) !default;
30
30
 
31
31
  /// Horizontal padding of the wizard content.
32
32
  /// @group wizard
33
- $kendo-wizard-content-padding-x: map-get( $kendo-spacing, 3 ) !default;
33
+ $kendo-wizard-content-padding-x: 0px !default;
34
34
  /// Vertical padding of the wizard content.
35
35
  /// @group wizard
36
- $kendo-wizard-content-padding-y: map-get( $kendo-spacing, 3 ) !default;
36
+ $kendo-wizard-content-padding-y: 0px !default;
37
37
  /// Text color of the wizard content.
38
38
  /// @group wizard
39
39
  $kendo-wizard-content-text: var( --kendo-component-text, initial ) !default;
@@ -51,4 +51,3 @@ $kendo-wizard-buttons-margin-y: map-get( $kendo-spacing, 6 ) !default;
51
51
  /// Outline of the focused wizard step.
52
52
  /// @group wizard
53
53
  $kendo-wizard-step-border-focused: get-theme-color-var( neutral-130 ) !default;
54
-