@progress/kendo-theme-classic 5.0.0-beta.1 → 5.0.0-beta.5

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 (64) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +2426 -2156
  3. package/dist/all.scss +3267 -2890
  4. package/package.json +3 -3
  5. package/scss/appbar/_variables.scss +1 -1
  6. package/scss/autocomplete/_variables.scss +0 -19
  7. package/scss/button/_variables.scss +60 -32
  8. package/scss/card/_variables.scss +4 -4
  9. package/scss/chat/_variables.scss +0 -7
  10. package/scss/checkbox/_index.scss +2 -1
  11. package/scss/checkbox/_variables.scss +65 -74
  12. package/scss/chip/_index.scss +1 -0
  13. package/scss/chip/_variables.scss +12 -12
  14. package/scss/color-preview/_variables.scss +1 -0
  15. package/scss/coloreditor/_variables.scss +3 -3
  16. package/scss/colorpicker/_index.scss +1 -2
  17. package/scss/colorpicker/_variables.scss +1 -20
  18. package/scss/combobox/_variables.scss +1 -31
  19. package/scss/dateinput/_index.scss +0 -4
  20. package/scss/dateinput/_variables.scss +1 -1
  21. package/scss/datepicker/_index.scss +1 -3
  22. package/scss/datetimepicker/_index.scss +5 -3
  23. package/scss/datetimepicker/_variables.scss +2 -1
  24. package/scss/fab/_variables.scss +129 -72
  25. package/scss/fab/index.md +0 -0
  26. package/scss/filter/_index.scss +1 -1
  27. package/scss/gantt/_index.scss +1 -1
  28. package/scss/grid/_index.scss +1 -1
  29. package/scss/grid/_variables.scss +7 -7
  30. package/scss/imageeditor/_variables.scss +1 -0
  31. package/scss/index.scss +2 -1
  32. package/scss/input/_variables.scss +16 -26
  33. package/scss/list/_index.scss +1 -0
  34. package/scss/list/_variables.scss +19 -19
  35. package/scss/listbox/_variables.scss +1 -1
  36. package/scss/menu/_variables.scss +56 -46
  37. package/scss/orgchart/_variables.scss +2 -2
  38. package/scss/pager/_variables.scss +1 -1
  39. package/scss/panelbar/_variables.scss +5 -0
  40. package/scss/pdf-viewer/_variables.scss +2 -5
  41. package/scss/pivotgrid/_variables.scss +0 -3
  42. package/scss/radio/_index.scss +1 -1
  43. package/scss/radio/_variables.scss +71 -90
  44. package/scss/scheduler/_index.scss +1 -1
  45. package/scss/spreadsheet/_index.scss +1 -1
  46. package/scss/table/_variables.scss +15 -15
  47. package/scss/taskboard/_variables.scss +0 -2
  48. package/scss/timepicker/_index.scss +3 -3
  49. package/scss/timepicker/_variables.scss +1 -1
  50. package/scss/{datetime → timeselector}/_index.scss +2 -5
  51. package/scss/timeselector/_layout.scss +1 -0
  52. package/scss/timeselector/_theme.scss +1 -0
  53. package/scss/timeselector/_variables.scss +32 -0
  54. package/scss/toolbar/_variables.scss +2 -0
  55. package/scss/treeview/_variables.scss +125 -46
  56. package/scss/typography/_variables.scss +3 -3
  57. package/scss/utils/_border.scss +1 -2
  58. package/scss/virtual-scroller/_index.scss +10 -0
  59. package/scss/virtual-scroller/_layout.scss +1 -0
  60. package/scss/virtual-scroller/_theme.scss +1 -0
  61. package/scss/virtual-scroller/_variables.scss +1 -0
  62. package/scss/datetime/_layout.scss +0 -1
  63. package/scss/datetime/_theme.scss +0 -1
  64. package/scss/datetime/_variables.scss +0 -53
@@ -33,7 +33,7 @@ $menu-item-expanded-gradient: null !default;
33
33
 
34
34
  $menu-item-focus-shadow: inset 0 0 3px 1px rgba( $menu-text, .25 ) !default;
35
35
 
36
- $menu-separator-spacing: 0px !default;
36
+ $menu-separator-spacing: map-get( $spacing, 1 ) !default;
37
37
 
38
38
  $menu-scroll-button-bg: $component-bg !default;
39
39
  $menu-scroll-button-text: $link-text !default;
@@ -49,113 +49,123 @@ $menu-scroll-button-hover-gradient: null !default;
49
49
  // Menu popup
50
50
 
51
51
  /// Horizontal padding of the menu popup.
52
- /// @group menu-popup
52
+ /// @group menu
53
53
  $kendo-menu-popup-padding-x: null !default;
54
54
 
55
55
  /// Vertical padding of the menu popup.
56
- /// @group menu-popup
56
+ /// @group menu
57
57
  $kendo-menu-popup-padding-y: null !default;
58
58
 
59
59
  /// Width of the border around the menu popup.
60
- /// @group menu-popup
60
+ /// @group menu
61
61
  $kendo-menu-popup-border-width: $popup-border-width !default;
62
62
 
63
63
  /// Font sizes of the menu popup.
64
- /// @group menu-popup
65
- $kendo-menu-popup-font-size: $font-size !default;
66
- $kendo-menu-popup-font-size-sm: $font-size-sm !default;
67
- $kendo-menu-popup-font-size-md: $font-size !default;
68
- $kendo-menu-popup-font-size-lg: $font-size-lg !default;
64
+ /// @group menu
65
+ $kendo-menu-popup-font-size: $font-size-md !default;
66
+ $kendo-menu-popup-font-size-sm: $font-size-md !default;
67
+ $kendo-menu-popup-font-size-md: $font-size-md !default;
68
+ $kendo-menu-popup-font-size-lg: $font-size-md !default;
69
69
 
70
70
  /// Line heights used along with $font-size.
71
- /// @group menu-popup
72
- $kendo-menu-popup-line-height: $line-height !default;
73
- $kendo-menu-popup-line-height-sm: $line-height-lg !default;
74
- $kendo-menu-popup-line-height-md: $line-height !default;
75
- $kendo-menu-popup-line-height-lg: $line-height-lg !default;
71
+ /// @group menu
72
+ $kendo-menu-popup-line-height: $line-height-md !default;
73
+ $kendo-menu-popup-line-height-sm: $line-height-md !default;
74
+ $kendo-menu-popup-line-height-md: $line-height-md !default;
75
+ $kendo-menu-popup-line-height-lg: $line-height-md !default;
76
76
 
77
77
  /// The background of the menu popup.
78
- /// @group menu-popup
78
+ /// @group menu
79
79
  $kendo-menu-popup-bg: $popup-bg !default;
80
80
  /// The text color of the menu popup.
81
- /// @group menu-popup
81
+ /// @group menu
82
82
  $kendo-menu-popup-text: $popup-text !default;
83
83
  /// The border color of the menu popup.
84
- /// @group menu-popup
84
+ /// @group menu
85
85
  $kendo-menu-popup-border: $popup-border !default;
86
86
  /// The background gradient of the menu popup.
87
- /// @group menu-popup
87
+ /// @group menu
88
88
  $kendo-menu-popup-gradient: null !default;
89
89
 
90
90
 
91
91
  // Menu popup item
92
92
 
93
93
  /// Horizontal padding of the menu item in popup.
94
- /// @group menu-popup-item
95
- $kendo-menu-popup-item-padding-x: null !default;
96
- $kendo-menu-popup-item-padding-x-base: map-get( $spacing, 2 ) !default;
97
- $kendo-menu-popup-item-padding-x-sm: ( $kendo-menu-popup-item-padding-x-base * .75 ) !default;
98
- $kendo-menu-popup-item-padding-x-md: $kendo-menu-popup-item-padding-x-base !default;
99
- $kendo-menu-popup-item-padding-x-lg: ( $kendo-menu-popup-item-padding-x-base * 1.25 ) !default;
94
+ /// @group menu
95
+ $kendo-menu-popup-item-padding-x: map-get( $spacing, 2 ) !default;
96
+ $kendo-menu-popup-item-padding-x-sm: map-get( $spacing, 2 ) !default;
97
+ $kendo-menu-popup-item-padding-x-md: map-get( $spacing, 2 ) !default;
98
+ $kendo-menu-popup-item-padding-x-lg: map-get( $spacing, 2 ) !default;
100
99
 
101
100
  /// Vertical padding of the menu item in popup.
102
- /// @group menu-popup-item
103
- $kendo-menu-popup-item-padding-y: null !default;
104
- $kendo-menu-popup-item-padding-y-base: map-get( $spacing, 1 ) !default;
105
- $kendo-menu-popup-item-padding-y-sm: ( $kendo-menu-popup-item-padding-y-base * .75 ) !default;
106
- $kendo-menu-popup-item-padding-y-md: $kendo-menu-popup-item-padding-y-base !default;
107
- $kendo-menu-popup-item-padding-y-lg: ( $kendo-menu-popup-item-padding-y-base * 1.25 ) !default;
101
+ /// @group menu
102
+ $kendo-menu-popup-item-padding-y: map-get( $spacing, 1 ) !default;
103
+ $kendo-menu-popup-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
104
+ $kendo-menu-popup-item-padding-y-md: map-get( $spacing, 1 ) !default;
105
+ $kendo-menu-popup-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
108
106
 
109
107
  /// The end padding of the menu item in popup.
110
- /// @group menu-popup-item
111
- $kendo-menu-popup-item-padding-end: null !default;
108
+ /// @group menu
109
+ $kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$icon-size} ) !default;
112
110
  $kendo-menu-popup-item-padding-end-sm: calc( #{$kendo-menu-popup-item-padding-x-sm * 2} + #{$icon-size} ) !default;
113
111
  $kendo-menu-popup-item-padding-end-md: calc( #{$kendo-menu-popup-item-padding-x-md * 2} + #{$icon-size} ) !default;
114
112
  $kendo-menu-popup-item-padding-end-lg: calc( #{$kendo-menu-popup-item-padding-x-lg * 2} + #{$icon-size} ) !default;
115
113
 
114
+ /// The start margin of the menu item expand icon.
115
+ /// @group menu
116
+ $kendo-menu-popup-item-icon-margin-start-sm: $kendo-menu-popup-item-padding-x-sm !default;
117
+ $kendo-menu-popup-item-icon-margin-start: $kendo-menu-popup-item-padding-x-md !default;
118
+ $kendo-menu-popup-item-icon-margin-start-lg: $kendo-menu-popup-item-padding-x-lg !default;
119
+
120
+ /// The end margin of the menu item expand icon.
121
+ /// @group menu
122
+ $kendo-menu-popup-item-icon-margin-end-sm: calc( -1 * (#{$kendo-menu-popup-item-padding-end-sm} - #{$kendo-menu-popup-item-padding-x-sm / 2}) ) !default;
123
+ $kendo-menu-popup-item-icon-margin-end: calc( -1 * (#{$kendo-menu-popup-item-padding-end-md} - #{$kendo-menu-popup-item-padding-x-md / 2}) ) !default;
124
+ $kendo-menu-popup-item-icon-margin-end-lg: calc( -1 * (#{$kendo-menu-popup-item-padding-end-lg} - #{$kendo-menu-popup-item-padding-x-lg / 2}) ) !default;
125
+
116
126
  /// The spacing between the menu items in popup.
117
- /// @group menu-popup-item
127
+ /// @group menu
118
128
  $kendo-menu-popup-item-spacing: 0px !default;
119
129
 
120
130
  /// The background of the menu item in popup.
121
- /// @group menu-popup-item
131
+ /// @group menu
122
132
  $kendo-menu-popup-item-bg: null !default;
123
133
  /// The text color of the menu item in popup.
124
- /// @group menu-popup-item
134
+ /// @group menu
125
135
  $kendo-menu-popup-item-text: null !default;
126
136
  /// The border color of the menu item in popup.
127
- /// @group menu-popup-item
137
+ /// @group menu
128
138
  $kendo-menu-popup-item-border: null !default;
129
139
  /// The background gradient of the menu item in popup.
130
- /// @group menu-popup-item
140
+ /// @group menu
131
141
  $kendo-menu-popup-item-gradient: null !default;
132
142
 
133
143
  /// The background of hovered menu item in popup.
134
- /// @group menu-popup-item
144
+ /// @group menu
135
145
  $kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
136
146
  /// The text color of hovered menu item in popup.
137
- /// @group menu-popup-item
147
+ /// @group menu
138
148
  $kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
139
149
  /// The border color of hovered menu item in popup.
140
- /// @group menu-popup-item
150
+ /// @group menu
141
151
  $kendo-menu-popup-item-hover-border: null !default;
142
152
  /// The background gradient of hovered menu item in popup.
143
- /// @group menu-popup-item
153
+ /// @group menu
144
154
  $kendo-menu-popup-item-hover-gradient: null !default;
145
155
 
146
156
  /// The background of expanded menu item in popup.
147
- /// @group menu-popup-item
157
+ /// @group menu
148
158
  $kendo-menu-popup-item-expanded-bg: $kendo-list-item-selected-bg !default;
149
159
  /// The text color of expanded menu item in popup.
150
- /// @group menu-popup-item
160
+ /// @group menu
151
161
  $kendo-menu-popup-item-expanded-text: $kendo-list-item-selected-text !default;
152
162
  /// The border color of expanded menu item in popup.
153
- /// @group menu-popup-item
163
+ /// @group menu
154
164
  $kendo-menu-popup-item-expanded-border: null !default;
155
165
  /// The background gradient of expanded menu item in popup.
156
- /// @group menu-popup-item
166
+ /// @group menu
157
167
  $kendo-menu-popup-item-expanded-gradient: null !default;
158
168
 
159
169
  /// The base shadow of focused menu item in popup.
160
- /// @group menu-popup-item
170
+ /// @group menu
161
171
  $kendo-menu-popup-item-focus-shadow: $menu-item-focus-shadow !default;
@@ -40,10 +40,10 @@ $orgchart-card-shadow: $card-shadow !default;
40
40
  $orgchart-card-focus-shadow: $card-focus-shadow !default;
41
41
 
42
42
  $orgchart-card-title-margin-bottom: 0px !default;
43
- $orgchart-card-title-font-size: $font-size-xl !default;
43
+ $orgchart-card-title-font-size: null !default;
44
44
 
45
45
  $orgchart-card-subtitle-margin-bottom: 0px !default;
46
- $orgchart-card-subtitle-font-size: $font-size-md !default;
46
+ $orgchart-card-subtitle-font-size: null !default;
47
47
 
48
48
  $orgchart-card-body-border-width: 2px 0 0 !default;
49
49
  $orgchart-card-body-border-color: transparent !default;
@@ -62,5 +62,5 @@ $pager-number-focus-opacity: .12 !default;
62
62
  $pager-number-focus-bg: transparent !default;
63
63
  $pager-number-focus-shadow: inset 0 0 0 2px rgba($pager-number-selected-bg, $pager-number-focus-opacity) !default;
64
64
 
65
- $pager-input-width: 3em !default;
65
+ $pager-input-width: 5em !default;
66
66
  $pager-dropdown-width: 5em !default;
@@ -95,3 +95,8 @@ $panelbar-item-selected-hovered-focused-bg: null !default;
95
95
  $panelbar-item-selected-hovered-focused-text: null !default;
96
96
  $panelbar-item-selected-hovered-focused-border: null !default;
97
97
  $panelbar-item-selected-hovered-focused-gradient: null !default;
98
+
99
+ $panelbar-header-expanded-bg: null !default;
100
+ $panelbar-header-expanded-text: null !default;
101
+ $panelbar-header-expanded-border: null !default;
102
+ $panelbar-header-expanded-gradient: null !default;
@@ -24,11 +24,8 @@ $pdf-viewer-page-text: $component-text !default;
24
24
  $pdf-viewer-page-border: $component-border !default;
25
25
  $pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
26
26
 
27
- $pdf-viewer-search-dialog-spacing: $toolbar-padding-x !default;
28
- $pdf-viewer-search-dialog-button-spacing: $pdf-viewer-search-dialog-spacing !default;
29
- $pdf-viewer-search-dialog-textbox-padding-x: $kendo-input-padding-y !default;
30
- $pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
31
- $pdf-viewer-search-dialog-matches-width: 4.5em !default;
27
+ $pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
28
+ $pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
32
29
 
33
30
  $pdf-viewer-selection-line-height: $line-height-sm !default;
34
31
 
@@ -54,9 +54,6 @@ $pivotgrid-configurator-content-padding-y: 0px !default;
54
54
  $pivotgrid-configurator-fields-margin-x: 0px !default;
55
55
  $pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
56
56
 
57
- $pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
58
- $pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
59
-
60
57
  $pivotgrid-configurator-vertical-width: 320px !default;
61
58
  $pivotgrid-configurator-horizontal-height: 420px !default;
62
59
 
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
5
+ @import "../typography/_variables.scss";
6
6
  @import "../list/_variables.scss";
7
7
  @import "../checkbox/_variables.scss";
8
8
 
@@ -1,126 +1,124 @@
1
1
  // Radio button
2
2
 
3
- /// The Sizes of the radio button.
4
- /// @group radio
5
- $kendo-radio-sizes: (
6
- sm: map-get( $spacing, 3),
7
- md: map-get( $spacing, 4),
8
- lg: map-get( $spacing, 6)
9
- ) !default;
10
-
11
- /// The Border radius of the radio button.
3
+ /// Border radius of radio button.
12
4
  /// @group radio
13
5
  $kendo-radio-radius: 50% !default;
14
- /// The Border width of the radio button.
6
+ /// Border width of radio button.
15
7
  /// @group radio
16
8
  $kendo-radio-border-width: 1px !default;
17
- /// The Line height of the radio button.
18
- /// @group radio
19
- $kendo-radio-line-height: calc( #{map-get( $kendo-radio-sizes, "md" )} + #{$kendo-radio-border-width} ) !default;
20
9
 
21
- /// The Background of the radio button.
10
+ // Radio button sizes
11
+ $kendo-radio-sizes: (
12
+ sm: (
13
+ size: map-get( $spacing, 3 ),
14
+ glyph-size: ( map-get( $spacing, 3 ) - map-get( $spacing, thin ) ),
15
+ ripple-size: map-get( $spacing, 3 ) * 3
16
+ ),
17
+ md: (
18
+ size: map-get( $spacing, 4 ),
19
+ glyph-size: ( map-get( $spacing, 4 ) - map-get( $spacing, thin ) ),
20
+ ripple-size: map-get( $spacing, 4 ) * 3
21
+ ),
22
+ lg: (
23
+ size: map-get( $spacing, 5 ),
24
+ glyph-size: ( map-get( $spacing, 5 ) - map-get( $spacing, thin ) ),
25
+ ripple-size: map-get( $spacing, 5 ) * 3
26
+ )
27
+ ) !default;
28
+
29
+ /// Background color of radio button.
22
30
  /// @group radio
23
31
  $kendo-radio-bg: $kendo-checkbox-bg !default;
24
- /// The Text of the radio button.
32
+ /// Color of radio button.
25
33
  /// @group radio
26
34
  $kendo-radio-text: $kendo-checkbox-text !default;
27
- /// The Border of the radio button.
35
+ /// Border color of radio button.
28
36
  /// @group radio
29
37
  $kendo-radio-border: $kendo-checkbox-border !default;
30
38
 
31
- /// The background of hovered radio button.
39
+ /// Background color of hovered radio button.
32
40
  /// @group radio
33
41
  $kendo-radio-hover-bg: $kendo-checkbox-hover-bg !default;
34
- /// The text of hovered radio button.hover
42
+ /// Color of hovered radio button.
35
43
  /// @group radio
36
44
  $kendo-radio-hover-text: $kendo-checkbox-hover-text !default;
37
- /// The border of hovered radio button.
45
+ /// Border color of hovered radio button.
38
46
  /// @group radio
39
47
  $kendo-radio-hover-border: $kendo-checkbox-hover-border !default;
40
48
 
41
- /// The background of checked radio button.
49
+ /// Background color of checked radio button.
42
50
  /// @group radio
43
51
  $kendo-radio-checked-bg: $kendo-checkbox-checked-bg !default;
44
- /// The text of checked radio button.
52
+ /// Color of checked radio button.
45
53
  /// @group radio
46
54
  $kendo-radio-checked-text: $kendo-checkbox-checked-text !default;
47
- /// The border of checked radio button.
55
+ /// Border color of checked radio button.
48
56
  /// @group radio
49
57
  $kendo-radio-checked-border: $kendo-checkbox-checked-border !default;
50
58
 
51
- /// The background of indeterminate radio button.
59
+ /// Border color of focused radio button.
52
60
  /// @group radio
53
- $kendo-radio-indeterminate-bg: $kendo-radio-checked-bg !default;
54
- /// The text of indeterminate radio button
55
- /// @group radio
56
- $kendo-radio-indeterminate-text: $kendo-radio-checked-text !default;
57
- /// The border of indeterminate radio button.
58
- /// @group radio
59
- $kendo-radio-indeterminate-border: $kendo-radio-checked-border !default;
60
-
61
- /// The border of focused radio button.
62
- /// @group radio
63
- $kendo-radio-focus-border: $kendo-checkbox-hover-border !default;
64
- /// The shadow of focused radio button.
61
+ $kendo-radio-focus-border: $kendo-checkbox-focus-border !default;
62
+ /// Box shadow of focused radio button.
65
63
  /// @group radio
66
64
  $kendo-radio-focus-shadow: $kendo-checkbox-focus-shadow !default;
67
- /// The border of focused and checked radio button.
65
+ /// Border color of focused and checked radio button.
68
66
  /// @group radio
69
- $kendo-radio-focus-checked-border: $kendo-checkbox-checked-border !default;
70
- /// The shadow of focused and checked radio button.
67
+ $kendo-radio-focus-checked-border: $kendo-checkbox-focus-checked-border !default;
68
+ /// Box shadow of focused and checked radio button.
71
69
  /// @group radio
72
70
  $kendo-radio-focus-checked-shadow: $kendo-checkbox-focus-checked-shadow !default;
73
71
 
74
- /// The background of disabled radio button.
72
+ /// Background color of disabled radio button.
75
73
  /// @group radio
76
- $kendo-radio-disabled-bg: null !default;
77
- /// The text of disabled radio button.
74
+ $kendo-radio-disabled-bg: $kendo-checkbox-disabled-bg !default;
75
+ /// Color of disabled radio button.
78
76
  /// @group radio
79
- $kendo-radio-disabled-text: null !default;
80
- /// The border of disabled radio button.
77
+ $kendo-radio-disabled-text: $kendo-checkbox-disabled-text !default;
78
+ /// Border color of disabled radio button.
81
79
  /// @group radio
82
- $kendo-radio-disabled-border: null !default;
80
+ $kendo-radio-disabled-border: $kendo-checkbox-disabled-border !default;
83
81
 
84
- /// The background of diasbled and checked radio button.
82
+ /// Background color of disabled and checked radio button.
85
83
  /// @group radio
86
- $kendo-radio-disabled-checked-bg: null !default;
87
- /// The text of disabled and checked radio button.
84
+ $kendo-radio-disabled-checked-bg: $kendo-checkbox-disabled-checked-bg !default;
85
+ /// Color of disabled and checked radio button.
88
86
  /// @group radio
89
- $kendo-radio-disabled-checked-text: null !default;
90
- /// The border of disabled and checked radio button.
87
+ $kendo-radio-disabled-checked-text: $kendo-checkbox-disabled-checked-text !default;
88
+ /// Border color of disabled and checked radio button.
91
89
  /// @group radio
92
- $kendo-radio-disabled-checked-border: null !default;
90
+ $kendo-radio-disabled-checked-border: $kendo-checkbox-disabled-checked-border !default;
93
91
 
94
- /// The background of invalid radio button.
92
+ /// Background color of invalid radio button.
95
93
  /// @group radio
96
- $kendo-radio-invalid-bg: null !default;
97
- /// The text of invalid radio button.
94
+ $kendo-radio-invalid-bg: $kendo-checkbox-invalid-bg !default;
95
+ /// Color of invalid radio button.
98
96
  /// @group radio
99
- $kendo-radio-invalid-text: $invalid-text !default;
100
- /// The border of invalid radio button.
97
+ $kendo-radio-invalid-text: $kendo-checkbox-invalid-text !default;
98
+ /// Border color of invalid radio button.
101
99
  /// @group radio
102
- $kendo-radio-invalid-border: $invalid-border !default;
100
+ $kendo-radio-invalid-border: $kendo-checkbox-invalid-border !default;
103
101
 
104
102
 
105
103
  // Radio indicator
106
104
 
107
- /// The icon type of radio button.
105
+ /// Type of radio button indicator.
108
106
  /// @group radio
109
- $kendo-radio-icon-type: marker !default;
107
+ $kendo-radio-indicator-type: image !default;
110
108
 
111
- /// The glyph font family of radio button.
109
+ /// Glyph font family of radio button indicator.
112
110
  /// @group radio
113
111
  $kendo-radio-glyph-font-family: "WebComponentsIcons", monospace !default;
114
- /// The glyph size of radio button.
115
- /// @group radio
116
- $kendo-radio-glyph-size: 12px !default;
117
- /// The checked glyph of radio button.
112
+ /// Glyph of radio button indicator.
118
113
  /// @group radio
119
114
  $kendo-radio-checked-glyph: "\e308" !default;
120
115
 
121
- /// The checked image of radio button.
116
+ /// Image of checked radio button indicator.
122
117
  /// @group radio
123
- $kendo-radio-checked-image: null !default;
118
+ $kendo-radio-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-checked-text}'/></svg>") ) !default;
119
+ /// Image of disabled and checked radio button indicator.
120
+ /// @group radio
121
+ $kendo-radio-disabled-checked-image: null !default;
124
122
 
125
123
 
126
124
  // Radio label
@@ -132,39 +130,22 @@ $kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
132
130
 
133
131
  // Radio list
134
132
 
135
- /// The list margin of radio button.
136
- /// @group radio
137
- $kendo-radio-list-margin: 0px !default;
138
- /// The list padding of radio button.
133
+ /// Spacing between items of horizontal radio button list.
139
134
  /// @group radio
140
- $kendo-radio-list-padding: 0px !default;
141
- /// The horizontal list item padding of radio button.
135
+ $kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
136
+ /// Horizontal padding of radio button list items.
142
137
  /// @group radio
143
138
  $kendo-radio-list-item-padding-x: 0px !default;
144
- /// The vertical list item padding of radio button.
139
+ /// Vertical padding of radio button list items.
145
140
  /// @group radio
146
141
  $kendo-radio-list-item-padding-y: $kendo-list-item-padding-y-md !default;
147
- /// The horizontal list item margin of radio button.
148
- /// @group radio
149
- $kendo-radio-list-horizontal-item-margin-x: 32px !default;
150
142
 
151
143
 
152
144
  // Radio ripple
153
145
 
154
- /// The ripple size of radio.
155
- /// @group radio
156
- $kendo-radio-ripple-size: (
157
- sm: (map-get( $kendo-radio-sizes, "sm" ) * 3),
158
- md: (map-get( $kendo-radio-sizes, "md" ) * 3),
159
- lg: (map-get( $kendo-radio-sizes, "lg" ) * 3)
160
- ) !default;
161
- /// The ripple margin of radio button.
146
+ /// Background color of radio button ripple.
162
147
  /// @group radio
163
- $kendo-radio-ripple-margin: (
164
- sm: calc(-1 * (#{map-get( $kendo-radio-sizes, "sm" )} + 2 * #{$kendo-radio-border-width})),
165
- md: calc(-1 * (#{map-get( $kendo-radio-sizes, "md" )} + 2 * #{$kendo-radio-border-width})),
166
- lg: calc(-1 * (#{map-get( $kendo-radio-sizes, "lg" )} + 2 * #{$kendo-radio-border-width}))
167
- ) !default;
168
- /// The ripple opacity of radio button.
148
+ $kendo-radio-ripple-bg: $kendo-radio-checked-bg !default;
149
+ /// Opacity of radio button ripple.
169
150
  /// @group radio
170
- $kendo-radio-ripple-opacity: .3 !default;
151
+ $kendo-radio-ripple-opacity: .25 !default;
@@ -6,7 +6,7 @@
6
6
  @import "../icons/_index.scss";
7
7
  @import "../adaptive/_index.scss";
8
8
  @import "../button/_index.scss";
9
- @import "../datetime/_index.scss";
9
+ @import "../datetimepicker/_index.scss";
10
10
  @import "../dropdownlist/_index.scss";
11
11
  @import "../dialog/_index.scss";
12
12
  @import "../tooltip/_index.scss";
@@ -8,7 +8,7 @@
8
8
  @import "../radio/_index.scss";
9
9
  @import "../colorpicker/_index.scss";
10
10
  @import "../combobox/_index.scss";
11
- @import "../datetime/_index.scss";
11
+ @import "../datetimepicker/_index.scss";
12
12
  @import "../dropdownlist/_index.scss";
13
13
  @import "../toolbar/_index.scss";
14
14
  @import "../upload/_index.scss";
@@ -30,22 +30,22 @@ $kendo-table-cell-padding-y: null !default;
30
30
  /// @group table
31
31
  $kendo-table-sizes: (
32
32
  sm: (
33
- font-size: $font-size,
34
- line-height: $line-height,
35
- cell-padding-y: map-get( $spacing, 1 ),
36
- cell-padding-x: map-get( $spacing, 1 )
33
+ font-size: $font-size-md,
34
+ line-height: $line-height-md,
35
+ cell-padding-x: map-get( $spacing, 2 ),
36
+ cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
37
37
  ),
38
38
  md: (
39
- font-size: $font-size,
40
- line-height: $line-height,
41
- cell-padding-y: map-get( $spacing, 2 ),
42
- cell-padding-x: map-get( $spacing, 2 )
39
+ font-size: $font-size-md,
40
+ line-height: $line-height-md,
41
+ cell-padding-x: map-get( $spacing, 2 ),
42
+ cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
43
43
  ),
44
44
  lg: (
45
- font-size: $font-size,
46
- line-height: $line-height,
47
- cell-padding-y: map-get( $spacing, 3 ),
48
- cell-padding-x: map-get( $spacing, 3 )
45
+ font-size: $font-size-md,
46
+ line-height: $line-height-md,
47
+ cell-padding-x: map-get( $spacing, 2 ),
48
+ cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
49
49
  )
50
50
  ) !default;
51
51
 
@@ -85,13 +85,13 @@ $kendo-table-footer-border: $grid-footer-border !default;
85
85
 
86
86
  /// Background color of group rows in table.
87
87
  /// @group table
88
- $kendo-table-group-row-bg: $grid-grouping-row-bg !default;
88
+ $kendo-table-group-row-bg: $kendo-table-header-bg !default;
89
89
  /// Text color of group rows in table.
90
90
  /// @group table
91
- $kendo-table-group-row-text: $grid-grouping-row-text !default;
91
+ $kendo-table-group-row-text: $kendo-table-header-text !default;
92
92
  /// Border color of group rows in table.
93
93
  /// @group table
94
- $kendo-table-group-row-border: null !default;
94
+ $kendo-table-group-row-border: $kendo-table-header-border !default;
95
95
 
96
96
 
97
97
  /// Background color of alternating rows in table.
@@ -46,8 +46,6 @@ $taskboard-column-cards-padding-y: null !default;
46
46
  $taskboard-column-cards-padding-x: null !default;
47
47
  $taskboard-column-cards-gap: ( $taskboard-spacer / 2 ) !default;
48
48
 
49
- $taskboard-column-new-calc-height: calc( #{$kendo-input-calc-height} + #{$taskboard-column-header-padding-y * 2} ) !default;
50
-
51
49
  $taskboard-pane-width: $taskboard-column-width !default;
52
50
  $taskboard-pane-padding-y: null !default;
53
51
  $taskboard-pane-padding-x: null !default;
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
6
5
  @import "../input/_index.scss";
7
- @import "../floating-label/_index.scss";
6
+ @import "../button/_index.scss";
8
7
  @import "../popup/_index.scss";
9
- @import "../icons/_index.scss";
8
+ @import "../list/_index.scss";
9
+ @import "../timeselector/_index.scss";
10
10
 
11
11
 
12
12
  // Component
@@ -1 +1 @@
1
- // Timepicker
1
+ // Time picker
@@ -2,12 +2,9 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
5
+ @import "../list/_index.scss";
6
6
  @import "../action-buttons/_index.scss";
7
- @import "../input/_index.scss";
8
- @import "../floating-label/_index.scss";
9
- @import "../calendar/_index.scss";
10
- @import "../popup/_index.scss";
7
+ @import "../button/_index.scss";
11
8
 
12
9
 
13
10
  // Component
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timeselector/_layout.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timeselector/_theme.scss";
@@ -0,0 +1,32 @@
1
+ // Time selector
2
+ $time-selector-border-width: 1px !default;
3
+ $time-selector-font-family: $font-family !default;
4
+ $time-selector-font-size: $font-size !default;
5
+ $time-selector-line-height: $line-height !default;
6
+
7
+ $time-selector-bg: $component-bg !default;
8
+ $time-selector-text: $component-text !default;
9
+ $time-selector-border: $component-border !default;
10
+
11
+ $time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
12
+ $time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
13
+ $time-selector-header-border-width: 0px !default;
14
+
15
+ $time-list-width: 4em !default;
16
+ $time-list-height: 240px !default;
17
+
18
+ $time-list-title-font-size: $font-size-sm !default;
19
+ $time-list-title-line-height: 1.5 !default;
20
+ $time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
21
+ $time-list-title-text: $subtle-text !default;
22
+ $time-list-title-focus-text: $component-text !default;
23
+
24
+ $time-list-item-padding-x: $kendo-list-item-padding-x-md !default;
25
+ $time-list-item-padding-y: $kendo-list-item-padding-y-md !default;
26
+
27
+ $time-list-highlight-border-width: 1px 0px !default;
28
+ $time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
29
+ $time-list-highlight-bg: $component-bg !default;
30
+ $time-list-highlight-border: $component-border !default;
31
+
32
+ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;