@progress/kendo-theme-default 5.0.0-beta.0 → 5.0.0-beta.4

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 (163) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +4136 -3907
  3. package/dist/all.scss +5825 -5184
  4. package/dist/default-dataviz-v4.scss +8 -0
  5. package/dist/default-main.scss +6 -6
  6. package/lib/swatches/default-dataviz-v4.json +51 -0
  7. package/lib/swatches/default-main.json +6 -6
  8. package/package.json +2 -2
  9. package/scss/_layout.scss +0 -0
  10. package/scss/adaptive/_layout.scss +44 -74
  11. package/scss/adaptive/_theme.scss +0 -9
  12. package/scss/appbar/_layout.scss +22 -3
  13. package/scss/appbar/_variables.scss +1 -1
  14. package/scss/autocomplete/_theme.scss +1 -1
  15. package/scss/autocomplete/_variables.scss +0 -19
  16. package/scss/avatar/index.md +0 -0
  17. package/scss/button/_layout.scss +83 -154
  18. package/scss/button/_theme.scss +175 -204
  19. package/scss/button/_variables.scss +58 -31
  20. package/scss/calendar/_layout.scss +2 -2
  21. package/scss/card/_variables.scss +4 -4
  22. package/scss/chat/_layout.scss +9 -9
  23. package/scss/chat/_theme.scss +0 -21
  24. package/scss/chat/_variables.scss +0 -7
  25. package/scss/checkbox/_index.scss +1 -1
  26. package/scss/checkbox/_layout.scss +112 -163
  27. package/scss/checkbox/_theme.scss +6 -4
  28. package/scss/checkbox/_variables.scss +64 -73
  29. package/scss/checkbox/index.md +0 -0
  30. package/scss/chip/_index.scss +1 -0
  31. package/scss/chip/_layout.scss +110 -32
  32. package/scss/chip/_theme.scss +7 -6
  33. package/scss/chip/_variables.scss +12 -12
  34. package/scss/chip/index.md +0 -0
  35. package/scss/color-preview/_layout.scss +27 -15
  36. package/scss/color-preview/_theme.scss +1 -14
  37. package/scss/color-preview/_variables.scss +1 -0
  38. package/scss/coloreditor/_layout.scss +5 -1
  39. package/scss/coloreditor/_variables.scss +3 -3
  40. package/scss/colorgradient/_layout.scss +0 -4
  41. package/scss/colorpicker/_index.scss +1 -2
  42. package/scss/colorpicker/_layout.scss +7 -2
  43. package/scss/colorpicker/_theme.scss +2 -2
  44. package/scss/colorpicker/_variables.scss +1 -20
  45. package/scss/combobox/_layout.scss +1 -1
  46. package/scss/combobox/_theme.scss +1 -1
  47. package/scss/combobox/_variables.scss +1 -31
  48. package/scss/common/_loading.scss +1 -13
  49. package/scss/dateinput/_index.scss +0 -4
  50. package/scss/dateinput/_variables.scss +1 -1
  51. package/scss/datepicker/_index.scss +1 -3
  52. package/scss/daterangepicker/_layout.scss +31 -1
  53. package/scss/datetimepicker/_index.scss +5 -3
  54. package/scss/datetimepicker/_layout.scss +40 -3
  55. package/scss/datetimepicker/_theme.scss +2 -2
  56. package/scss/datetimepicker/_variables.scss +2 -1
  57. package/scss/dropdowngrid/_layout.scss +5 -4
  58. package/scss/dropdowngrid/_theme.scss +6 -2
  59. package/scss/dropdowngrid/index.md +0 -0
  60. package/scss/dropdownlist/_layout.scss +15 -0
  61. package/scss/editor/_layout.scss +24 -11
  62. package/scss/fab/_layout.scss +24 -58
  63. package/scss/fab/_theme.scss +43 -48
  64. package/scss/fab/_variables.scss +129 -72
  65. package/scss/fab/index.md +0 -0
  66. package/scss/filter/_index.scss +1 -1
  67. package/scss/filter/_layout.scss +13 -2
  68. package/scss/filter/_theme.scss +3 -1
  69. package/scss/forms/_layout.scss +11 -10
  70. package/scss/gantt/_index.scss +1 -1
  71. package/scss/gantt/_layout.scss +1 -1
  72. package/scss/grid/_index.scss +1 -1
  73. package/scss/grid/_layout.scss +135 -127
  74. package/scss/grid/_theme.scss +0 -6
  75. package/scss/grid/_variables.scss +7 -7
  76. package/scss/imageeditor/_layout.scss +4 -8
  77. package/scss/imageeditor/_variables.scss +1 -0
  78. package/scss/index.scss +2 -1
  79. package/scss/input/_index.scss +1 -1
  80. package/scss/input/_layout.scss +111 -11
  81. package/scss/input/_theme.scss +33 -4
  82. package/scss/input/_variables.scss +16 -26
  83. package/scss/list/_index.scss +1 -0
  84. package/scss/list/_layout.scss +172 -136
  85. package/scss/list/_theme.scss +67 -30
  86. package/scss/list/_variables.scss +212 -45
  87. package/scss/list/index.md +0 -0
  88. package/scss/listbox/_index.scss +1 -0
  89. package/scss/listbox/_layout.scss +9 -0
  90. package/scss/listbox/_variables.scss +1 -1
  91. package/scss/listview/_layout.scss +2 -9
  92. package/scss/map/_layout.scss +17 -0
  93. package/scss/maskedtextbox/_layout.scss +1 -1
  94. package/scss/maskedtextbox/_theme.scss +1 -1
  95. package/scss/mediaplayer/_layout.scss +13 -1
  96. package/scss/menu/_index.scss +1 -0
  97. package/scss/menu/_layout.scss +58 -29
  98. package/scss/menu/_variables.scss +60 -50
  99. package/scss/multiselect/_index.scss +1 -1
  100. package/scss/multiselect/_layout.scss +4 -1
  101. package/scss/multiselect/_theme.scss +4 -1
  102. package/scss/numerictextbox/_layout.scss +12 -2
  103. package/scss/numerictextbox/_theme.scss +1 -1
  104. package/scss/numerictextbox/_variables.scss +1 -1
  105. package/scss/orgchart/_variables.scss +2 -2
  106. package/scss/pager/_variables.scss +1 -1
  107. package/scss/panelbar/_theme.scss +9 -2
  108. package/scss/panelbar/_variables.scss +4 -0
  109. package/scss/pdf-viewer/_layout.scss +23 -16
  110. package/scss/pdf-viewer/_variables.scss +2 -5
  111. package/scss/pivotgrid/_layout.scss +8 -8
  112. package/scss/pivotgrid/_variables.scss +0 -3
  113. package/scss/popover/_layout.scss +0 -1
  114. package/scss/popup/_index.scss +0 -1
  115. package/scss/popup/_layout.scss +2 -13
  116. package/scss/popup/_theme.scss +1 -2
  117. package/scss/popup/_variables.scss +2 -2
  118. package/scss/radio/_index.scss +1 -1
  119. package/scss/radio/_layout.scss +123 -165
  120. package/scss/radio/_theme.scss +4 -4
  121. package/scss/radio/_variables.scss +69 -90
  122. package/scss/radio/index.md +0 -0
  123. package/scss/scheduler/_index.scss +1 -1
  124. package/scss/scheduler/_layout.scss +26 -13
  125. package/scss/scrollview/_layout.scss +6 -1
  126. package/scss/skeleton/_layout.scss +1 -1
  127. package/scss/slider/_layout.scss +69 -125
  128. package/scss/slider/_theme.scss +0 -6
  129. package/scss/spreadsheet/_index.scss +1 -1
  130. package/scss/spreadsheet/_layout.scss +32 -22
  131. package/scss/switch/_layout.scss +4 -2
  132. package/scss/switch/index.md +0 -0
  133. package/scss/table/_layout.scss +203 -148
  134. package/scss/table/_theme.scss +59 -41
  135. package/scss/table/_variables.scss +101 -32
  136. package/scss/tabstrip/_layout.scss +6 -2
  137. package/scss/taskboard/_layout.scss +2 -1
  138. package/scss/taskboard/_variables.scss +0 -2
  139. package/scss/textarea/_layout.scss +3 -1
  140. package/scss/timepicker/_index.scss +3 -3
  141. package/scss/timepicker/_variables.scss +1 -1
  142. package/scss/{datetime → timeselector}/_index.scss +2 -5
  143. package/scss/timeselector/_layout.scss +208 -0
  144. package/scss/{datetime → timeselector}/_theme.scss +21 -21
  145. package/scss/timeselector/_variables.scss +32 -0
  146. package/scss/toolbar/_layout.scss +33 -2
  147. package/scss/toolbar/_theme.scss +35 -7
  148. package/scss/toolbar/_variables.scss +2 -0
  149. package/scss/treelist/_layout.scss +4 -0
  150. package/scss/treeview/_layout.scss +130 -123
  151. package/scss/treeview/_theme.scss +51 -42
  152. package/scss/treeview/_variables.scss +125 -46
  153. package/scss/typography/_variables.scss +3 -3
  154. package/scss/utils/_border.scss +1 -2
  155. package/scss/utils/_flex.scss +11 -3
  156. package/scss/virtual-scroller/_index.scss +10 -0
  157. package/scss/virtual-scroller/_layout.scss +35 -0
  158. package/scss/virtual-scroller/_theme.scss +3 -0
  159. package/scss/virtual-scroller/_variables.scss +1 -0
  160. package/scss/window/_layout.scss +12 -2
  161. package/scss/window/_variables.scss +1 -1
  162. package/scss/datetime/_layout.scss +0 -221
  163. package/scss/datetime/_variables.scss +0 -53
@@ -6,7 +6,7 @@
6
6
  @include border-radius( $kendo-input-border-radius );
7
7
  margin: 0;
8
8
  padding: 0;
9
- width: 100%;
9
+ width: $kendo-input-default-width;
10
10
  min-width: 0;
11
11
  border-width: $kendo-input-border-width;
12
12
  border-style: solid;
@@ -14,10 +14,12 @@
14
14
  font-family: $kendo-input-font-family;
15
15
  font-size: $kendo-input-font-size;
16
16
  line-height: $kendo-input-line-height;
17
+ text-align: start;
17
18
  box-shadow: none;
18
19
  display: inline-flex;
19
20
  flex-flow: row nowrap;
20
21
  align-items: stretch;
22
+ vertical-align: middle;
21
23
  position: relative;
22
24
  overflow: hidden;
23
25
  text-overflow: ellipsis;
@@ -25,17 +27,32 @@
25
27
 
26
28
  .k-input,
27
29
  .k-picker {
28
- border-width: 0;
30
+ border-width: 0 !important; // sass-lint:disable-line no-important
29
31
  color: inherit;
30
32
  background: none;
31
33
  font: inherit;
32
34
  outline: 0;
33
35
  box-shadow: none;
34
36
  }
37
+
38
+ // fix for Safari
39
+ & > * {
40
+ margin: 0;
41
+ }
35
42
  }
43
+
44
+
45
+ // Input
46
+ .k-input {}
36
47
  input.k-input {
37
48
  padding: $kendo-input-padding-y $kendo-input-padding-x;
38
49
  }
50
+
51
+
52
+ // Picker
53
+ .k-picker {
54
+ cursor: pointer;
55
+ }
39
56
  select.k-picker {
40
57
  padding: $kendo-input-padding-y $kendo-input-padding-x;
41
58
  appearance: auto;
@@ -77,6 +94,7 @@
77
94
  }
78
95
  }
79
96
  span.k-input-inner {
97
+ white-space: nowrap;
80
98
  display: flex;
81
99
  flex-flow: row nowrap;
82
100
  align-items: center;
@@ -95,6 +113,14 @@
95
113
  overflow: hidden;
96
114
  text-overflow: ellipsis;
97
115
  }
116
+ .k-input-value-text::before {
117
+ content: "\200b";
118
+ width: 0px;
119
+ overflow: hidden;
120
+ flex: none;
121
+ display: inline-block;
122
+ vertical-align: top;
123
+ }
98
124
 
99
125
 
100
126
  // Input multiple values
@@ -103,8 +129,9 @@
103
129
  padding: $kendo-input-values-margin-y $kendo-input-values-margin-x;
104
130
  cursor: text;
105
131
  }
132
+ .k-input-values > .k-searchbar,
106
133
  .k-input-values > .k-input-inner {
107
- margin: -$kendo-input-values-margin-y -$kendo-input-values-margin-x;
134
+ margin: (-$kendo-input-values-margin-y) (-$kendo-input-values-margin-x);
108
135
  }
109
136
 
110
137
 
@@ -112,8 +139,9 @@
112
139
  .k-icon-picker {
113
140
  .k-input-inner {
114
141
  padding: $kendo-input-padding-y;
115
- width: $kendo-input-inner-calc-height;
116
- height: $kendo-input-inner-calc-height;
142
+ // TODO we need better way
143
+ // width: $kendo-input-inner-calc-height;
144
+ // height: $kendo-input-inner-calc-height;
117
145
  justify-content: center;
118
146
  }
119
147
  }
@@ -122,6 +150,7 @@
122
150
  // Input prefix and suffix
123
151
  .k-input-prefix,
124
152
  .k-input-suffix {
153
+ border-color: inherit;
125
154
  display: flex;
126
155
  flex-flow: row nowrap;
127
156
  align-items: center;
@@ -133,13 +162,24 @@
133
162
  }
134
163
 
135
164
 
165
+ // Input separator
166
+ .k-input-separator {
167
+ margin: 0;
168
+ width: 0;
169
+ height: $icon-size;
170
+ border-width: 0 0 0 1px;
171
+ border-style: solid;
172
+ border-color: inherit;
173
+ align-self: center;
174
+ }
175
+
176
+
136
177
  // Input with icon styles
137
178
  .k-input-icon,
138
179
  .k-input-validation-icon,
139
180
  .k-input-loading-icon {
140
- width: $kendo-input-icon-width;
141
- height: $kendo-input-icon-height;
142
181
  flex: none;
182
+ align-self: center;
143
183
  display: inline-flex;
144
184
  flex-flow: row nowrap;
145
185
  align-items: center;
@@ -149,11 +189,10 @@
149
189
 
150
190
  // Clear value
151
191
  .k-clear-value {
152
- width: $kendo-input-icon-width;
153
- height: $kendo-input-icon-height;
154
192
  outline: 0;
155
193
  color: $kendo-input-clear-value-text;
156
194
  flex: none;
195
+ align-self: center;
157
196
  display: inline-flex;
158
197
  align-items: center;
159
198
  justify-content: center;
@@ -165,6 +204,10 @@
165
204
  color: $kendo-input-clear-value-hover-text;
166
205
  opacity: $kendo-input-clear-value-hover-opacity;
167
206
  }
207
+ .k-clear-value:focus-visible {
208
+ outline: 1px dotted;
209
+ outline-offset: -1px;
210
+ }
168
211
 
169
212
 
170
213
  // Input button
@@ -178,7 +221,11 @@
178
221
 
179
222
  > .k-button-icon {
180
223
  min-width: auto !important; // sass-lint:disable-line no-important
181
- min-height: auto !important; // sass-lint:disable-line no-important
224
+ // min-height: auto !important; // sass-lint:disable-line no-important
225
+ }
226
+
227
+ &:focus {
228
+ box-shadow: none;
182
229
  }
183
230
  }
184
231
  .k-picker .k-input-button {
@@ -227,12 +274,51 @@
227
274
  }
228
275
 
229
276
 
277
+ // Legacy wrappers
278
+ .k-picker-wrap,
279
+ .k-dropdown-wrap,
280
+ .k-dateinput-wrap,
281
+ .k-multiselect-wrap,
282
+ .k-numeric-wrap {
283
+ width: 100%;
284
+ border-width: 0;
285
+ border-color: inherit;
286
+ box-sizing: border-box;
287
+ flex: 1 1 auto;
288
+ display: flex;
289
+ flex-flow: row nowrap;
290
+ overflow: hidden;
291
+ position: relative;
292
+ }
293
+
294
+
295
+ // Fill mode
296
+ .k-input-flat,
297
+ .k-picker-flat {
298
+ @include border-radius( 0 !important ); // sass-lint:disable-line no-important
299
+ border-width: $kendo-input-border-width 0;
300
+ border-top-color: transparent !important; // sass-lint:disable-line no-important
301
+ background: none !important; // sass-lint:disable-line no-important
302
+
303
+ .k-input-inner {
304
+ padding-left: 0 !important; // sass-lint:disable-line no-important
305
+ padding-right: 0 !important; // sass-lint:disable-line no-important
306
+ }
307
+ }
308
+
309
+ .k-input-outline,
310
+ .k-picker-outline {
311
+ background: none !important; // sass-lint:disable-line no-important
312
+ }
313
+
314
+
230
315
  // Sizing
231
316
  @each $size, $size-props in $kendo-input-sizes {
232
317
  $_padding-x: map-get( $size-props, padding-x );
233
318
  $_padding-y: map-get( $size-props, padding-y );
234
319
  $_font-size: map-get( $size-props, font-size );
235
320
  $_line-height: map-get( $size-props, line-height );
321
+ $_icon-size: map-get( $size-props, icon-size );
236
322
 
237
323
  .k-input-#{$size},
238
324
  .k-picker-#{$size} {
@@ -242,8 +328,22 @@
242
328
  .k-input-inner {
243
329
  padding: $_padding-y $_padding-x;
244
330
  }
245
- }
246
331
 
332
+ .k-input-icon,
333
+ .k-input-validation-icon,
334
+ .k-input-loading-icon,
335
+ .k-clear-value {
336
+ width: $_icon-size;
337
+ height: $_icon-size;
338
+ }
339
+
340
+ &.k-icon-picker .k-input-inner {
341
+ width: calc( #{$_line-height * 1em} );
342
+ height: calc( #{$_line-height * 1em} );
343
+ padding: $_padding-y;
344
+ box-sizing: content-box;
345
+ }
346
+ }
247
347
  }
248
348
 
249
349
  }
@@ -1,5 +1,6 @@
1
1
  @include exports( "input/theme" ) {
2
2
 
3
+ // Solid input
3
4
  .k-input {
4
5
  @include fill(
5
6
  $kendo-input-text,
@@ -27,10 +28,19 @@
27
28
  );
28
29
  @include box-shadow( $kendo-input-focus-shadow );
29
30
  }
31
+ &:focus-within {
32
+ @include fill (
33
+ $kendo-input-focus-text,
34
+ $kendo-input-focus-bg,
35
+ $kendo-input-focus-border
36
+ );
37
+ @include box-shadow( $kendo-input-focus-shadow );
38
+ }
30
39
 
31
40
  // Invalid
32
- &:invalid,
33
- &.k-invalid {
41
+ &.k-invalid,
42
+ &.ng-invalid.ng-touched,
43
+ &.ng-invalid.ng-dirty {
34
44
  @include fill( $border: $invalid-border );
35
45
 
36
46
  .k-input-validation-icon {
@@ -41,10 +51,15 @@
41
51
  &.k-focus {
42
52
  @include box-shadow($invalid-shadow);
43
53
  }
54
+ &:focus-within {
55
+ @include box-shadow($invalid-shadow);
56
+ }
44
57
  }
45
58
 
46
59
  }
47
60
 
61
+
62
+ // Solid picker
48
63
  .k-picker {
49
64
  @include fill(
50
65
  $kendo-button-text,
@@ -75,10 +90,20 @@
75
90
  );
76
91
  @include box-shadow( $kendo-button-focus-shadow );
77
92
  }
93
+ &:focus-within {
94
+ @include fill (
95
+ $kendo-button-focus-text,
96
+ $kendo-button-focus-bg,
97
+ $kendo-button-focus-border,
98
+ $kendo-button-focus-gradient
99
+ );
100
+ @include box-shadow( $kendo-button-focus-shadow );
101
+ }
78
102
 
79
103
  // Invalid
80
- &:invalid,
81
- &.k-invalid {
104
+ &.k-invalid,
105
+ &.ng-invalid.ng-touched,
106
+ &.ng-invalid.ng-dirty {
82
107
  @include fill( $border: $kendo-input-invalid-border );
83
108
 
84
109
  .k-input-validation-icon {
@@ -89,6 +114,10 @@
89
114
  &.k-focus {
90
115
  @include box-shadow( $kendo-input-invalid-shadow );
91
116
  }
117
+ &:focus-within {
118
+ @include box-shadow( $kendo-input-invalid-shadow );
119
+ }
92
120
  }
93
121
  }
122
+
94
123
  }
@@ -1,58 +1,52 @@
1
1
  // Input
2
+ $kendo-input-default-width: 100% !default;
3
+
2
4
  $kendo-input-border-width: 1px !default;
3
5
  $kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
4
- $kendo-input-border-radius: $border-radius !default;
5
- $kendo-input-border-radius-sm: $border-radius !default;
6
- $kendo-input-border-radius-lg: $border-radius !default;
6
+ $kendo-input-border-radius: null !default;
7
7
 
8
8
  $kendo-input-padding-x: $padding-x !default;
9
9
  $kendo-input-padding-y: $padding-y !default;
10
10
  $kendo-input-font-family: $font-family !default;
11
11
  $kendo-input-font-size: $font-size !default;
12
12
  $kendo-input-line-height: $line-height !default;
13
- $kendo-input-line-height-em: $kendo-input-line-height * 1em !default;
14
13
 
15
14
  $kendo-input-padding-x-sm: ($kendo-input-padding-x / 2) !default;
16
15
  $kendo-input-padding-y-sm: ($kendo-input-padding-y / 2) !default;
17
- $kendo-input-font-size-sm: $kendo-input-font-size !default;
18
- $kendo-input-line-height-sm: $line-height-sm !default;
16
+ $kendo-input-font-size-sm: $font-size-md !default;
17
+ $kendo-input-line-height-sm: $line-height-md !default;
19
18
 
20
19
  $kendo-input-padding-x-md: $kendo-input-padding-x !default;
21
20
  $kendo-input-padding-y-md: $kendo-input-padding-y !default;
22
- $kendo-input-font-size-md: $kendo-input-font-size !default;
23
- $kendo-input-line-height-md: $kendo-input-line-height !default;
21
+ $kendo-input-font-size-md: $font-size-md !default;
22
+ $kendo-input-line-height-md: $line-height-md !default;
24
23
 
25
24
  $kendo-input-padding-x-lg: ($kendo-input-padding-x * 1.5) !default;
26
25
  $kendo-input-padding-y-lg: ($kendo-input-padding-y * 1.5) !default;
27
- $kendo-input-font-size-lg: $kendo-input-font-size !default;
28
- $kendo-input-line-height-lg: $line-height-lg !default;
29
-
30
- $kendo-input-calc-height: calc( #{$kendo-input-line-height * 1em} + #{$kendo-input-padding-y * 2} + #{$kendo-input-border-height} ) !default;
31
- $kendo-input-calc-height-sm: calc( #{$kendo-input-line-height-sm * 1em} + #{$kendo-input-padding-y-sm * 2} + #{$kendo-input-border-height} ) !default;
32
- $kendo-input-calc-height-lg: calc( #{$kendo-input-line-height-lg * 1em} + #{$kendo-input-padding-y-lg * 2} + #{$kendo-input-border-height} ) !default;
33
-
34
- $kendo-input-inner-calc-height: calc( #{$kendo-input-line-height * 1em} + #{$kendo-input-padding-y * 2} ) !default;
35
- $kendo-input-inner-calc-height-sm: calc( #{$kendo-input-line-height-sm * 1em} + #{$kendo-input-padding-y-sm * 2} ) !default;
36
- $kendo-input-inner-calc-height-lg: calc( #{$kendo-input-line-height-lg * 1em} + #{$kendo-input-padding-y-lg * 2} ) !default;
26
+ $kendo-input-font-size-lg: $font-size-md !default;
27
+ $kendo-input-line-height-lg: $line-height-md !default;
37
28
 
38
29
  $kendo-input-sizes: (
39
30
  sm: (
40
31
  padding-x: $kendo-input-padding-x-sm,
41
32
  padding-y: $kendo-input-padding-y-sm,
42
33
  font-size: $kendo-input-font-size-sm,
43
- line-height: $kendo-input-line-height-sm
34
+ line-height: $kendo-input-line-height-sm,
35
+ icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-sm * 2} )
44
36
  ),
45
37
  md: (
46
38
  padding-x: $kendo-input-padding-x-md,
47
39
  padding-y: $kendo-input-padding-y-md,
48
40
  font-size: $kendo-input-font-size-md,
49
- line-height: $kendo-input-line-height-md
41
+ line-height: $kendo-input-line-height-md,
42
+ icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-md * 2} )
50
43
  ),
51
44
  lg: (
52
45
  padding-x: $kendo-input-padding-x-lg,
53
46
  padding-y: $kendo-input-padding-y-lg,
54
47
  font-size: $kendo-input-font-size-lg,
55
- line-height: $kendo-input-line-height-lg
48
+ line-height: $kendo-input-line-height-lg,
49
+ icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-lg * 2} )
56
50
  )
57
51
  ) !default;
58
52
 
@@ -85,6 +79,7 @@ $kendo-input-clear-value-hover-opacity: 1 !default;
85
79
  $kendo-input-values-margin-y: map-get( $spacing, thin ) !default;
86
80
  $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
87
81
 
82
+
88
83
  // Input actions
89
84
  $kendo-input-button-width: $kendo-button-inner-calc-size !default;
90
85
  $kendo-input-button-border-width: 0px !default;
@@ -92,11 +87,6 @@ $kendo-input-spinner-width: $kendo-button-inner-calc-size !default;
92
87
  $kendo-input-spinner-icon-offset: 2px !default;
93
88
 
94
89
 
95
- // Input icon
96
- $kendo-input-icon-width: calc( #{$icon-size} + #{$kendo-input-padding-y * 2} ) !default;
97
- $kendo-input-icon-height: calc( #{$kendo-input-line-height * $kendo-input-font-size} + #{$kendo-input-padding-y * 2} ) !default;
98
-
99
-
100
90
  // Input separator
101
91
  $kendo-input-separator-color: $kendo-input-text !default;
102
92
  $kendo-input-separator-opacity: .5 !default;
@@ -3,6 +3,7 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
+ @import "../checkbox/_index.scss";
6
7
 
7
8
 
8
9
  // Component