@progress/kendo-theme-default 6.4.0-dev.1 → 6.4.0-dev.3

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 (58) hide show
  1. package/dist/all.css +40 -94
  2. package/dist/all.scss +398 -240
  3. package/dist/meta/sassdoc-data.json +21157 -14767
  4. package/dist/meta/sassdoc-raw-data.json +9471 -6521
  5. package/dist/meta/variables.json +11 -51
  6. package/lib/swatches/default-blue.json +1 -1
  7. package/lib/swatches/default-dataviz-v4.json +1 -1
  8. package/lib/swatches/default-green.json +1 -1
  9. package/lib/swatches/default-main-dark.json +1 -1
  10. package/lib/swatches/default-main.json +1 -1
  11. package/lib/swatches/default-nordic.json +1 -1
  12. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  13. package/lib/swatches/default-ocean-blue.json +1 -1
  14. package/lib/swatches/default-orange.json +1 -1
  15. package/lib/swatches/default-purple.json +1 -1
  16. package/lib/swatches/default-turquoise.json +1 -1
  17. package/lib/swatches/default-urban.json +1 -1
  18. package/package.json +6 -5
  19. package/scss/action-sheet/_layout.scss +0 -3
  20. package/scss/action-sheet/_variables.scss +0 -2
  21. package/scss/avatar/_variables.scss +6 -6
  22. package/scss/badge/_variables.scss +38 -8
  23. package/scss/bottom-navigation/_layout.scss +0 -4
  24. package/scss/bottom-navigation/_variables.scss +0 -1
  25. package/scss/breadcrumb/_layout.scss +0 -1
  26. package/scss/breadcrumb/_variables.scss +0 -2
  27. package/scss/button/_variables.scss +4 -4
  28. package/scss/chip/_layout.scss +0 -1
  29. package/scss/drawer/_layout.scss +0 -10
  30. package/scss/drawer/_variables.scss +1 -2
  31. package/scss/dropdowntree/_variables.scss +5 -0
  32. package/scss/dropzone/_layout.scss +0 -7
  33. package/scss/dropzone/_variables.scss +0 -1
  34. package/scss/fab/_variables.scss +40 -28
  35. package/scss/filemanager/_layout.scss +1 -11
  36. package/scss/filemanager/_variables.scss +0 -2
  37. package/scss/floating-label/_variables.scss +31 -0
  38. package/scss/forms/_variables.scss +90 -4
  39. package/scss/grid/_theme.scss +8 -8
  40. package/scss/list/_layout.scss +2 -0
  41. package/scss/list/_theme.scss +6 -0
  42. package/scss/list/_variables.scss +8 -0
  43. package/scss/map/_layout.scss +0 -1
  44. package/scss/map/_variables.scss +0 -1
  45. package/scss/menu-button/_variables.scss +1 -1
  46. package/scss/pager/_variables.scss +57 -33
  47. package/scss/pdf-viewer/_layout.scss +0 -8
  48. package/scss/pdf-viewer/_variables.scss +0 -1
  49. package/scss/rating/_layout.scss +0 -8
  50. package/scss/scheduler/_layout.scss +0 -6
  51. package/scss/scrollview/_layout.scss +0 -6
  52. package/scss/scrollview/_variables.scss +0 -1
  53. package/scss/splitter/_layout.scss +0 -8
  54. package/scss/splitter/_variables.scss +1 -2
  55. package/scss/toolbar/_variables.scss +35 -17
  56. package/scss/treeview/_variables.scss +56 -32
  57. package/scss/upload/_layout.scss +2 -6
  58. package/scss/upload/_variables.scss +0 -2
@@ -1,72 +1,90 @@
1
1
  // Toolbar
2
2
 
3
- /// The horizontal padding of the toolbar.
3
+ /// The horizontal padding of the Toolbar.
4
4
  /// @group toolbar
5
5
  $kendo-toolbar-padding-x: null !default;
6
+ /// The horizontal padding of the small Toolbar.
7
+ /// @group toolbar
6
8
  $kendo-toolbar-sm-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
9
+ /// The horizontal padding of the medium Toolbar.
10
+ /// @group toolbar
7
11
  $kendo-toolbar-md-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
12
+ /// The horizontal padding of the large Toolbar.
13
+ /// @group toolbar
8
14
  $kendo-toolbar-lg-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
9
15
 
10
- /// The vertical padding of the toolbar.
16
+ /// The vertical padding of the Toolbar.
11
17
  /// @group toolbar
12
18
  $kendo-toolbar-padding-y: null !default;
19
+ /// The vertical padding of the small Toolbar.
20
+ /// @group toolbar
13
21
  $kendo-toolbar-sm-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
22
+ /// The vertical padding of the medium Toolbar.
23
+ /// @group toolbar
14
24
  $kendo-toolbar-md-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
25
+ /// The vertical padding of the large Toolbar.
26
+ /// @group toolbar
15
27
  $kendo-toolbar-lg-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
16
28
 
17
- /// The spacing between the toolbar tools.
29
+ /// The spacing between the Toolbar tools.
18
30
  /// @group toolbar
19
31
  $kendo-toolbar-spacing: null !default;
32
+ /// The spacing between the tools of the small Toolbar.
33
+ /// @group toolbar
20
34
  $kendo-toolbar-sm-spacing: k-map-get( $kendo-spacing, 1.5 ) !default;
35
+ /// The spacing between the tools of the medium Toolbar.
36
+ /// @group toolbar
21
37
  $kendo-toolbar-md-spacing: k-map-get( $kendo-spacing, 2 ) !default;
38
+ /// The spacing between the tools of the large Toolbar.
39
+ /// @group toolbar
22
40
  $kendo-toolbar-lg-spacing: k-map-get( $kendo-spacing, 2.5 ) !default;
23
41
 
24
- /// Width of the border around the toolbar.
42
+ /// The width of the border around the Toolbar.
25
43
  /// @group toolbar
26
44
  $kendo-toolbar-border-width: 1px !default;
27
- /// Border radius of the toolbar.
45
+ /// The border radius of the Toolbar.
28
46
  /// @group toolbar
29
47
  $kendo-toolbar-border-radius: null !default;
30
48
 
31
- /// Font family of the toolbar.
49
+ /// The font family of the Toolbar.
32
50
  /// @group toolbar
33
51
  $kendo-toolbar-font-family: $kendo-font-family !default;
34
- /// Font size of the toolbar.
52
+ /// The font size of the Toolbar.
35
53
  /// @group toolbar
36
54
  $kendo-toolbar-font-size: $kendo-font-size-md !default;
37
- /// Line height of the toolbar.
55
+ /// The line height of the Toolbar.
38
56
  /// @group toolbar
39
57
  $kendo-toolbar-line-height: $kendo-line-height-md !default;
40
58
 
41
- /// Background color of the toolbar.
59
+ /// The background color of the Toolbar.
42
60
  /// @group toolbar
43
61
  $kendo-toolbar-bg: $kendo-base-bg !default;
44
- /// Text color of the toolbar.
62
+ /// The text color of the Toolbar.
45
63
  /// @group toolbar
46
64
  $kendo-toolbar-text: $kendo-base-text !default;
47
- /// Color of the border around the toolbar.
65
+ /// The color of the border around the Toolbar.
48
66
  /// @group toolbar
49
67
  $kendo-toolbar-border: $kendo-base-border !default;
50
- /// Gradient of the toolbar.
68
+ /// The gradient of the Toolbar.
51
69
  /// @group toolbar
52
70
  $kendo-toolbar-gradient: null !default;
53
- /// Box shadow of the toolbar.
71
+ /// The box shadow of the Toolbar.
54
72
  /// @group toolbar
55
73
  $kendo-toolbar-shadow: null !default;
56
74
 
57
- /// Color of the separator border of the toolbar.
75
+ /// The color of the separator border of the Toolbar.
58
76
  /// @group toolbar
59
77
  $kendo-toolbar-separator-border: inherit !default;
60
78
 
61
- /// The width of the input in the toolbar.
79
+ /// The width of the input in the Toolbar.
62
80
  /// @group toolbar
63
81
  $kendo-toolbar-input-width: 10em !default;
64
82
 
65
- /// Box shadow of the focused toolbar item.
83
+ /// The box shadow of the focused Toolbar item.
66
84
  /// @group toolbar
67
85
  $kendo-toolbar-item-shadow: $kendo-button-focus-shadow !default;
68
86
 
69
- /// Sizes map for the toolbar.
87
+ /// The sizes map for the Toolbar.
70
88
  /// @group toolbar
71
89
  $kendo-toolbar-sizes: (
72
90
  sm: (
@@ -1,45 +1,69 @@
1
- // Treeview
1
+ // TreeView
2
2
 
3
- /// Font family of the treeview component.
3
+ /// The font family of the TreeView.
4
4
  /// @group treeview
5
5
  $kendo-treeview-font-family: $kendo-font-family !default;
6
- /// Font size of the treeview component.
6
+ /// The font size of the TreeView.
7
7
  /// @group treeview
8
8
  $kendo-treeview-font-size: $kendo-font-size-md !default;
9
+ /// The font size of the small TreeView.
10
+ /// @group treeview
9
11
  $kendo-treeview-sm-font-size: $kendo-font-size-md !default;
12
+ /// The font size of the medium TreeView.
13
+ /// @group treeview
10
14
  $kendo-treeview-md-font-size: $kendo-font-size-md !default;
15
+ /// The font size of the large TreeView.
16
+ /// @group treeview
11
17
  $kendo-treeview-lg-font-size: $kendo-font-size-lg !default;
12
- /// Line height of the treeview component.
18
+ /// The line height of the TreeView.
13
19
  /// @group treeview
14
20
  $kendo-treeview-line-height: $kendo-line-height-md !default;
21
+ /// The line height of the small TreeView.
22
+ /// @group treeview
15
23
  $kendo-treeview-sm-line-height: $kendo-line-height-md !default;
24
+ /// The line height of the medium TreeView.
25
+ /// @group treeview
16
26
  $kendo-treeview-md-line-height: $kendo-line-height-md !default;
27
+ /// The line height of the large TreeView.
28
+ /// @group treeview
17
29
  $kendo-treeview-lg-line-height: $kendo-line-height-lg !default;
18
- /// Indentation of child groups in treeview component.
30
+ /// The indentation of child groups in the TreeView.
19
31
  /// @group treeview
20
32
  $kendo-treeview-indent: 16px !default;
21
33
 
22
- /// Horizontal padding of treeview items.
34
+ /// The horizontal padding of the TreeView items.
23
35
  /// @group treeview
24
36
  $kendo-treeview-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
37
+ /// The horizontal padding of the small TreeView items.
38
+ /// @group treeview
25
39
  $kendo-treeview-sm-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
40
+ /// The horizontal padding of the medium TreeView items.
41
+ /// @group treeview
26
42
  $kendo-treeview-md-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
43
+ /// The horizontal padding of the large TreeView items.
44
+ /// @group treeview
27
45
  $kendo-treeview-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
28
- /// Vertical padding of treeview items.
46
+ /// The vertical padding of the TreeView items.
29
47
  /// @group treeview
30
48
  $kendo-treeview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
49
+ /// The vertical padding of the small TreeView items.
50
+ /// @group treeview
31
51
  $kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
52
+ /// The vertical padding of the medium TreeView items.
53
+ /// @group treeview
32
54
  $kendo-treeview-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
55
+ /// The vertical padding of the large TreeView items.
56
+ /// @group treeview
33
57
  $kendo-treeview-lg-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
34
- /// Border width of treeview items.
58
+ /// The border width of the TreeView items.
35
59
  /// @group treeview
36
60
  $kendo-treeview-item-border-width: 0px !default;
37
- /// Border radius of treeview items.
61
+ /// The border radius of the TreeView items.
38
62
  /// @group treeview
39
63
  $kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
40
64
 
41
65
 
42
- /// The sizes of the treeview.
66
+ /// The sizes map of the TreeView.
43
67
  /// @group treeview
44
68
  $kendo-treeview-sizes: (
45
69
  sm: (
@@ -63,75 +87,75 @@ $kendo-treeview-sizes: (
63
87
  ) !default;
64
88
 
65
89
 
66
- /// Background color of the treeview component.
90
+ /// The background color of the TreeView.
67
91
  /// @group treeview
68
92
  $kendo-treeview-bg: null !default;
69
- /// Text color of the treeview component.
93
+ /// The text color of the TreeView.
70
94
  /// @group treeview
71
95
  $kendo-treeview-text: $kendo-component-text !default;
72
- /// Border color of the treeview component.
96
+ /// The border color of the TreeView.
73
97
  /// @group treeview
74
98
  $kendo-treeview-border: null !default;
75
99
 
76
- /// Background color of hovered treeview items.
100
+ /// The background color of hovered TreeView items.
77
101
  /// @group treeview
78
102
  $kendo-treeview-item-hover-bg: $kendo-hover-bg !default;
79
- /// Text color of hovered treeview items.
103
+ /// The text color of hovered TreeView items.
80
104
  /// @group treeview
81
105
  $kendo-treeview-item-hover-text: $kendo-hover-text !default;
82
- /// Border color of hovered treeview items.
106
+ /// The border color of hovered TreeView items.
83
107
  /// @group treeview
84
108
  $kendo-treeview-item-hover-border: null !default;
85
- /// Background gradient of hovered treeview items.
109
+ /// The background gradient of hovered TreeView items.
86
110
  /// @group treeview
87
111
  $kendo-treeview-item-hover-gradient: null !default;
88
112
 
89
- /// Background color of selected treeview items.
113
+ /// The background color of selected TreeView items.
90
114
  /// @group treeview
91
115
  $kendo-treeview-item-selected-bg: $kendo-selected-bg !default;
92
- /// Text color of selected treeview items.
116
+ /// The text color of selected TreeView items.
93
117
  /// @group treeview
94
118
  $kendo-treeview-item-selected-text: $kendo-selected-text !default;
95
- /// Border color of selected treeview items.
119
+ /// The border color of selected TreeView items.
96
120
  /// @group treeview
97
121
  $kendo-treeview-item-selected-border: null !default;
98
- /// Background gradient of selected treeview items.
122
+ /// The background gradient of selected TreeView items.
99
123
  /// @group treeview
100
124
  $kendo-treeview-item-selected-gradient: null !default;
101
125
 
102
- /// Box shadow of focused treeview items.
126
+ /// The box shadow of focused TreeView items.
103
127
  /// @group treeview
104
128
  $kendo-treeview-item-focus-shadow: $kendo-focus-shadow !default;
105
129
 
106
- /// Background color of load more.
130
+ /// The background color of the Load More button in the TreeView
107
131
  /// @group treeview
108
132
  $kendo-treeview-loadmore-bg: transparent !default;
109
- /// Text color of load more.
133
+ /// The text color of the Load More button in the TreeView
110
134
  /// @group treeview
111
135
  $kendo-treeview-loadmore-text: $kendo-link-text !default;
112
- /// Border color of load more.
136
+ /// The border color of the Load More button in the TreeView
113
137
  /// @group treeview
114
138
  $kendo-treeview-loadmore-border: null !default;
115
139
 
116
- /// Background color of a hovered load more.
140
+ /// The background color of the hovered Load More button in the TreeView
117
141
  /// @group treeview
118
142
  $kendo-treeview-loadmore-hover-bg: transparent !default;
119
- /// Text color of a hovered load more.
143
+ /// The text color of the hovered Load More button in the TreeView.
120
144
  /// @group treeview
121
145
  $kendo-treeview-loadmore-hover-text: $kendo-link-hover-text !default;
122
- /// Border color of a hovered load more.
146
+ /// The border color of the hovered Load More button in the TreeView.
123
147
  /// @group treeview
124
148
  $kendo-treeview-loadmore-hover-border: null !default;
125
149
 
126
- /// Background color of a focused load more.
150
+ /// The background color of the focused Load More button in the TreeView.
127
151
  /// @group treeview
128
152
  $kendo-treeview-loadmore-focus-bg: transparent !default;
129
- /// Text color of a focused load more.
153
+ /// The text color of the focused Load More button in the TreeView.
130
154
  /// @group treeview
131
155
  $kendo-treeview-loadmore-focus-text: $kendo-link-hover-text !default;
132
- /// Border color of a focused load more.
156
+ /// The border color of the focused Load More button in the TreeView.
133
157
  /// @group treeview
134
158
  $kendo-treeview-loadmore-focus-border: null !default;
135
- /// Box shadow of a focused load more.
159
+ /// The box shadow of the focused Load More button in the TreeView.
136
160
  /// @group treeview
137
161
  $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
@@ -165,10 +165,6 @@
165
165
 
166
166
  .k-file-icon-wrapper {
167
167
 
168
- .k-file-icon {
169
- font-size: $kendo-upload-group-icon-size;
170
- }
171
-
172
168
  .k-file-state {
173
169
  position: absolute;
174
170
  }
@@ -180,7 +176,7 @@
180
176
  }
181
177
 
182
178
  .k-upload-files .k-file-info {
183
- min-height: $kendo-upload-group-icon-size;
179
+ min-height: $kendo-icon-size-xxl;
184
180
  display: block;
185
181
  overflow: hidden;
186
182
  flex: 1 0 0;
@@ -189,7 +185,7 @@
189
185
  .k-multiple-files-wrapper,
190
186
  .k-file-single > .k-file-info {
191
187
  margin-inline-start: $kendo-padding-md-x;
192
- min-height: $kendo-upload-group-icon-size;
188
+ min-height: $kendo-icon-size-xxl;
193
189
  display: block;
194
190
  overflow: hidden;
195
191
  flex: 1 0 0;
@@ -33,8 +33,6 @@ $kendo-upload-item-image-width: 30px !default;
33
33
  $kendo-upload-item-image-height: 30px !default;
34
34
  $kendo-upload-item-image-border: 0px !default; // TODO: remove
35
35
 
36
- $kendo-upload-group-icon-size: $kendo-icon-size-xxl !default;
37
-
38
36
  $kendo-upload-progress-thickness: 2px !default;
39
37
  $kendo-upload-progress-bg: $kendo-color-info !default;
40
38