@progress/kendo-theme-bootstrap 5.0.0-beta.2 → 5.0.0-beta.6

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 (51) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +2503 -2501
  3. package/dist/all.scss +3564 -3383
  4. package/dist/bootstrap-dataviz-v4.scss +8 -0
  5. package/dist/bootstrap-main-dark.scss +6 -6
  6. package/dist/bootstrap-main.scss +6 -6
  7. package/lib/swatches/bootstrap-dataviz-v4.json +51 -0
  8. package/lib/swatches/bootstrap-main-dark.json +6 -6
  9. package/lib/swatches/bootstrap-main.json +6 -6
  10. package/package.json +3 -3
  11. package/scss/appbar/_variables.scss +1 -1
  12. package/scss/autocomplete/_variables.scss +0 -19
  13. package/scss/button/_layout.scss +0 -8
  14. package/scss/button/_theme.scss +0 -81
  15. package/scss/button/_variables.scss +48 -20
  16. package/scss/chat/_variables.scss +0 -7
  17. package/scss/checkbox/_index.scss +2 -1
  18. package/scss/checkbox/_variables.scss +59 -68
  19. package/scss/chip/_variables.scss +32 -17
  20. package/scss/coloreditor/_variables.scss +3 -3
  21. package/scss/combobox/_variables.scss +1 -31
  22. package/scss/dataviz/_variables.scss +5 -5
  23. package/scss/fab/_theme.scss +51 -56
  24. package/scss/fab/_variables.scss +128 -72
  25. package/scss/fab/index.md +0 -0
  26. package/scss/grid/_theme.scss +0 -6
  27. package/scss/grid/_variables.scss +7 -7
  28. package/scss/imageeditor/_variables.scss +1 -0
  29. package/scss/index.scss +1 -0
  30. package/scss/input/_variables.scss +31 -7
  31. package/scss/list/_index.scss +1 -0
  32. package/scss/list/_theme.scss +0 -20
  33. package/scss/list/_variables.scss +18 -18
  34. package/scss/listbox/_variables.scss +1 -1
  35. package/scss/menu/_theme.scss +0 -10
  36. package/scss/menu/_variables.scss +56 -46
  37. package/scss/orgchart/_variables.scss +2 -2
  38. package/scss/pdf-viewer/_variables.scss +2 -5
  39. package/scss/pivotgrid/_theme.scss +0 -115
  40. package/scss/radio/_index.scss +1 -1
  41. package/scss/radio/_variables.scss +69 -88
  42. package/scss/switch/_variables.scss +3 -6
  43. package/scss/table/_variables.scss +13 -13
  44. package/scss/toolbar/_index.scss +1 -0
  45. package/scss/toolbar/_variables.scss +2 -0
  46. package/scss/treeview/_layout.scss +6 -14
  47. package/scss/treeview/_variables.scss +65 -82
  48. package/scss/virtual-scroller/_index.scss +10 -0
  49. package/scss/virtual-scroller/_layout.scss +1 -0
  50. package/scss/virtual-scroller/_theme.scss +1 -0
  51. package/scss/virtual-scroller/_variables.scss +1 -0
@@ -31,7 +31,7 @@ $menu-item-expanded-gradient: null !default;
31
31
 
32
32
  $menu-item-focus-shadow: inset 0 0 0 3px rgba( $menu-text, .15 ) !default;
33
33
 
34
- $menu-separator-spacing: 0px !default;
34
+ $menu-separator-spacing: map-get( $spacing, 1 ) !default;
35
35
 
36
36
  $menu-scroll-button-bg: $menu-bg !default;
37
37
  $menu-scroll-button-text: rgba( $menu-text, .5 ) !default;
@@ -47,113 +47,123 @@ $menu-scroll-button-hover-gradient: null !default;
47
47
  // Menu popup
48
48
 
49
49
  /// Horizontal padding of the menu popup.
50
- /// @group menu-popup
50
+ /// @group menu
51
51
  $kendo-menu-popup-padding-x: null !default;
52
52
 
53
53
  /// Vertical padding of the menu popup.
54
- /// @group menu-popup
54
+ /// @group menu
55
55
  $kendo-menu-popup-padding-y: null !default;
56
56
 
57
57
  /// Width of the border around the menu popup.
58
- /// @group menu-popup
58
+ /// @group menu
59
59
  $kendo-menu-popup-border-width: $popup-border-width !default;
60
60
 
61
61
  /// Font sizes of the menu popup.
62
- /// @group menu-popup
63
- $kendo-menu-popup-font-size: $font-size !default;
64
- $kendo-menu-popup-font-size-sm: $font-size-sm !default;
65
- $kendo-menu-popup-font-size-md: $font-size !default;
66
- $kendo-menu-popup-font-size-lg: $font-size-lg !default;
62
+ /// @group menu
63
+ $kendo-menu-popup-font-size: $font-size-md !default;
64
+ $kendo-menu-popup-font-size-sm: $font-size-md !default;
65
+ $kendo-menu-popup-font-size-md: $font-size-md !default;
66
+ $kendo-menu-popup-font-size-lg: $font-size-md !default;
67
67
 
68
68
  /// Line heights used along with $font-size.
69
- /// @group menu-popup
70
- $kendo-menu-popup-line-height: $line-height !default;
71
- $kendo-menu-popup-line-height-sm: $line-height !default;
72
- $kendo-menu-popup-line-height-md: $line-height !default;
73
- $kendo-menu-popup-line-height-lg: $line-height-lg !default;
69
+ /// @group menu
70
+ $kendo-menu-popup-line-height: $line-height-md !default;
71
+ $kendo-menu-popup-line-height-sm: $line-height-md !default;
72
+ $kendo-menu-popup-line-height-md: $line-height-md !default;
73
+ $kendo-menu-popup-line-height-lg: $line-height-md !default;
74
74
 
75
75
  /// The background of the menu popup.
76
- /// @group menu-popup
76
+ /// @group menu
77
77
  $kendo-menu-popup-bg: $popup-bg !default;
78
78
  /// The text color of the menu popup.
79
- /// @group menu-popup
79
+ /// @group menu
80
80
  $kendo-menu-popup-text: $popup-text !default;
81
81
  /// The border color of the menu popup.
82
- /// @group menu-popup
82
+ /// @group menu
83
83
  $kendo-menu-popup-border: $popup-border !default;
84
84
  /// The background gradient of the menu popup.
85
- /// @group menu-popup
85
+ /// @group menu
86
86
  $kendo-menu-popup-gradient: null !default;
87
87
 
88
88
 
89
89
  // Menu popup item
90
90
 
91
91
  /// Horizontal padding of the menu item in popup.
92
- /// @group menu-popup-item
93
- $kendo-menu-popup-item-padding-x: null !default;
94
- $kendo-menu-popup-item-padding-x-base: map-get( $spacing, 4 ) !default;
95
- $kendo-menu-popup-item-padding-x-sm: ( $kendo-menu-popup-item-padding-x-base * .75 ) !default;
96
- $kendo-menu-popup-item-padding-x-md: $kendo-menu-popup-item-padding-x-base !default;
97
- $kendo-menu-popup-item-padding-x-lg: ( $kendo-menu-popup-item-padding-x-base * 1.25 ) !default;
92
+ /// @group menu
93
+ $kendo-menu-popup-item-padding-x: map-get( $spacing, 4 ) !default;
94
+ $kendo-menu-popup-item-padding-x-sm: map-get( $spacing, 4 ) !default;
95
+ $kendo-menu-popup-item-padding-x-md: map-get( $spacing, 4 ) !default;
96
+ $kendo-menu-popup-item-padding-x-lg: map-get( $spacing, 4 ) !default;
98
97
 
99
98
  /// Vertical padding of the menu item in popup.
100
- /// @group menu-popup-item
101
- $kendo-menu-popup-item-padding-y: null !default;
102
- $kendo-menu-popup-item-padding-y-base: map-get( $spacing, 1 ) !default;
103
- $kendo-menu-popup-item-padding-y-sm: ( $kendo-menu-popup-item-padding-y-base * .75 ) !default;
104
- $kendo-menu-popup-item-padding-y-md: $kendo-menu-popup-item-padding-y-base !default;
105
- $kendo-menu-popup-item-padding-y-lg: ( $kendo-menu-popup-item-padding-y-base * 1.25 ) !default;
99
+ /// @group menu
100
+ $kendo-menu-popup-item-padding-y: map-get( $spacing, 1 ) !default;
101
+ $kendo-menu-popup-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
102
+ $kendo-menu-popup-item-padding-y-md: map-get( $spacing, 1 ) !default;
103
+ $kendo-menu-popup-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
106
104
 
107
105
  /// The end padding of the menu item in popup.
108
- /// @group menu-popup-item
109
- $kendo-menu-popup-item-padding-end: null !default;
106
+ /// @group menu
107
+ $kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$icon-size} ) !default;
110
108
  $kendo-menu-popup-item-padding-end-sm: calc( #{$kendo-menu-popup-item-padding-x-sm * 2} + #{$icon-size} ) !default;
111
109
  $kendo-menu-popup-item-padding-end-md: calc( #{$kendo-menu-popup-item-padding-x-md * 2} + #{$icon-size} ) !default;
112
110
  $kendo-menu-popup-item-padding-end-lg: calc( #{$kendo-menu-popup-item-padding-x-lg * 2} + #{$icon-size} ) !default;
113
111
 
112
+ /// The start margin of the menu item expand icon.
113
+ /// @group menu
114
+ $kendo-menu-popup-item-icon-margin-start-sm: $kendo-menu-popup-item-padding-x-sm !default;
115
+ $kendo-menu-popup-item-icon-margin-start: $kendo-menu-popup-item-padding-x-md !default;
116
+ $kendo-menu-popup-item-icon-margin-start-lg: $kendo-menu-popup-item-padding-x-lg !default;
117
+
118
+ /// The end margin of the menu item expand icon.
119
+ /// @group menu
120
+ $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;
121
+ $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;
122
+ $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;
123
+
114
124
  /// The spacing between the menu items in popup.
115
- /// @group menu-popup-item
125
+ /// @group menu
116
126
  $kendo-menu-popup-item-spacing: 0px !default;
117
127
 
118
128
  /// The background of the menu item in popup.
119
- /// @group menu-popup-item
129
+ /// @group menu
120
130
  $kendo-menu-popup-item-bg: null !default;
121
131
  /// The text color of the menu item in popup.
122
- /// @group menu-popup-item
132
+ /// @group menu
123
133
  $kendo-menu-popup-item-text: null !default;
124
134
  /// The border color of the menu item in popup.
125
- /// @group menu-popup-item
135
+ /// @group menu
126
136
  $kendo-menu-popup-item-border: null !default;
127
137
  /// The background gradient of the menu item in popup.
128
- /// @group menu-popup-item
138
+ /// @group menu
129
139
  $kendo-menu-popup-item-gradient: null !default;
130
140
 
131
141
  /// The background of hovered menu item in popup.
132
- /// @group menu-popup-item
142
+ /// @group menu
133
143
  $kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
134
144
  /// The text color of hovered menu item in popup.
135
- /// @group menu-popup-item
145
+ /// @group menu
136
146
  $kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
137
147
  /// The border color of hovered menu item in popup.
138
- /// @group menu-popup-item
148
+ /// @group menu
139
149
  $kendo-menu-popup-item-hover-border: null !default;
140
150
  /// The background gradient of hovered menu item in popup.
141
- /// @group menu-popup-item
151
+ /// @group menu
142
152
  $kendo-menu-popup-item-hover-gradient: null !default;
143
153
 
144
154
  /// The background of expanded menu item in popup.
145
- /// @group menu-popup-item
155
+ /// @group menu
146
156
  $kendo-menu-popup-item-expanded-bg: $kendo-list-item-selected-bg !default;
147
157
  /// The text color of expanded menu item in popup.
148
- /// @group menu-popup-item
158
+ /// @group menu
149
159
  $kendo-menu-popup-item-expanded-text: $kendo-list-item-selected-text !default;
150
160
  /// The border color of expanded menu item in popup.
151
- /// @group menu-popup-item
161
+ /// @group menu
152
162
  $kendo-menu-popup-item-expanded-border: null !default;
153
163
  /// The background gradient of expanded menu item in popup.
154
- /// @group menu-popup-item
164
+ /// @group menu
155
165
  $kendo-menu-popup-item-expanded-gradient: null !default;
156
166
 
157
167
  /// The base shadow of focused menu item in popup.
158
- /// @group menu-popup-item
168
+ /// @group menu
159
169
  $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 !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;
@@ -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: 1.2 !default;
34
31
 
@@ -1,116 +1 @@
1
1
  @import "~@progress/kendo-theme-default/scss/pivotgrid/_theme.scss";
2
-
3
- @include exports("pivotgrid/theme/bootstrap/legacy") {
4
-
5
- .k-pivot {
6
- border-color: $pivotgrid-border;
7
- }
8
-
9
- // .k-alt,
10
- .k-pivot-layout > tbody > tr:first-child > td:first-child {
11
- background-color: $pivotgrid-alt-bg;
12
- }
13
-
14
- .k-fieldselector {
15
- color: $pivotgrid-configurator-text;
16
- background-color: $pivotgrid-container-bg;
17
- }
18
- .k-fieldselector .k-list-container {
19
- background-color: $panel-bg;
20
- }
21
-
22
- .k-pivot-toolbar,
23
- .k-fieldselector {
24
- border-color: $grid-header-border;
25
- }
26
- .k-pivot-table,
27
- .k-fieldselector .k-list-container,
28
- .k-fieldselector .k-columns > div,
29
- .k-pivot-rowheaders > .k-grid td:first-child,
30
- .k-pivot-table .k-grid-header .k-header.k-first {
31
- border-color: $pivotgrid-chrome-border;
32
- }
33
-
34
- .k-pivot-rowheaders .k-alt .k-alt,
35
- .k-header.k-alt {
36
- background-color: $pivotgrid-row-headers-bg;
37
- }
38
-
39
- .k-pivot-toolbar .k-button {
40
- @include fill(
41
- $kendo-button-text,
42
- $kendo-button-bg,
43
- $kendo-button-border,
44
- $kendo-button-gradient
45
- );
46
-
47
- &:hover,
48
- &.k-state-hover {
49
- @include fill(
50
- $kendo-button-hover-text,
51
- $kendo-button-hover-bg,
52
- $kendo-button-hover-border,
53
- $kendo-button-hover-gradient
54
- );
55
- }
56
-
57
- // Active state
58
- &:active,
59
- &.k-state-active {
60
- @include fill(
61
- $kendo-button-active-text,
62
- $kendo-button-active-bg,
63
- $kendo-button-active-border,
64
- $kendo-button-active-gradient
65
- );
66
- }
67
-
68
- // Selected state
69
- &.k-state-selected {
70
- @include fill(
71
- $kendo-button-selected-text,
72
- $kendo-button-selected-bg,
73
- $kendo-button-selected-border,
74
- $kendo-button-selected-gradient
75
- );
76
- }
77
-
78
- // Focused state
79
- &:focus,
80
- &.k-state-focus,
81
- &.k-state-focused {
82
- box-shadow: $kendo-button-focus-shadow;
83
- }
84
- }
85
-
86
- // Loading indicator
87
- .k-fieldselector {
88
- .k-i-loading {
89
- border-color: $header-bg;
90
- }
91
-
92
- .k-i-loading::before,
93
- .k-i-loading::after {
94
- background-color: $header-bg;
95
- }
96
- }
97
-
98
- // KPI icons
99
- .k-i-kpi-trend-increase,
100
- .k-i-kpi-trend-decrease,
101
- .k-i-kpi-trend-equal {
102
- color: inherit;
103
- }
104
-
105
- .k-i-kpi-status-hold {
106
- color: $warning;
107
- }
108
-
109
- .k-i-kpi-status-deny {
110
- color: $error;
111
- }
112
-
113
- .k-i-kpi-status-open {
114
- color: $success;
115
- }
116
- }
@@ -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.
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.
52
- /// @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.
59
+ /// Border color of focused radio button.
62
60
  /// @group radio
63
61
  $kendo-radio-focus-border: $kendo-checkbox-focus-border !default;
64
- /// The shadow of focused radio button.
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: image !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
118
  $kendo-radio-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' 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;
@@ -3,9 +3,6 @@
3
3
  /// Font family of the switch.
4
4
  /// @group switch
5
5
  $kendo-switch-font-family: null !default;
6
- /// Line height of the switch.
7
- /// @group switch
8
- $kendo-switch-line-height: null !default;
9
6
 
10
7
  /// Border width of the switch track.
11
8
  /// @group switch
@@ -25,9 +22,9 @@ $kendo-switch-label-display: none !default;
25
22
  /// Map with the different switch sizes.
26
23
  /// @group switch
27
24
  $kendo-switch-sizes: (
28
- sm: ( font-size: null, track-width: 36px, track-height: 22px, thumb-width: 16px, thumb-height: 16px, thumb-offset: 3px, label-offset: 0px ),
29
- md: ( font-size: null, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: 0px ),
30
- lg: ( font-size: null, track-width: 76px, track-height: 38px, thumb-width: 32px, thumb-height: 32px, thumb-offset: 3px, label-offset: 0px )
25
+ sm: ( font-size: null, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: null ),
26
+ md: ( font-size: null, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: null ),
27
+ lg: ( font-size: null, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: null )
31
28
  ) !default;
32
29
 
33
30
  /// The background of the track when the switch is not checked.
@@ -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-x: map-get( $spacing, 1 ),
36
- cell-padding-y: 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,
39
+ font-size: $font-size-md,
40
+ line-height: $line-height-md,
41
41
  cell-padding-x: map-get( $spacing, 2 ),
42
42
  cell-padding-y: map-get( $spacing, 2 )
43
43
  ),
44
44
  lg: (
45
- font-size: $font-size,
46
- line-height: $line-height,
47
- cell-padding-x: map-get( $spacing, 3 ),
48
- cell-padding-y: 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.
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../button/_index.scss";
7
7
  @import "../popup/_index.scss";
8
+ @import "../menu/_index.scss";
8
9
  @import "../icons/_index.scss";
9
10
 
10
11
 
@@ -23,3 +23,5 @@ $toolbar-gradient: null !default;
23
23
  $toolbar-shadow: null !default;
24
24
 
25
25
  $toolbar-separator-border: inherit !default;
26
+
27
+ $toolbar-input-width: 10em !default;