@progress/kendo-theme-bootstrap 12.2.0-dev.2 → 12.2.0-dev.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 (70) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +78226 -47142
  15. package/dist/meta/sassdoc-raw-data.json +36624 -22474
  16. package/dist/meta/variables.json +1 -109
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/action-buttons/_variables.scss +18 -0
  31. package/scss/action-sheet/_variables.scss +138 -0
  32. package/scss/adaptive/_variables.scss +36 -0
  33. package/scss/appbar/_variables.scss +2 -0
  34. package/scss/badge/_variables.scss +2 -0
  35. package/scss/bottom-navigation/_variables.scss +2 -0
  36. package/scss/bubble/_variables.scss +0 -1
  37. package/scss/button/_variables.scss +28 -24
  38. package/scss/card/_variables.scss +2 -0
  39. package/scss/chat/_variables.scss +1 -1
  40. package/scss/checkbox/_variables.scss +2 -0
  41. package/scss/chip/_variables.scss +0 -2
  42. package/scss/color-preview/_variables.scss +18 -0
  43. package/scss/colorgradient/_variables.scss +1 -1
  44. package/scss/colorpalette/_variables.scss +1 -1
  45. package/scss/column-menu/_variables.scss +40 -0
  46. package/scss/dataviz/_variables.scss +202 -0
  47. package/scss/daterangepicker/_variables.scss +2 -0
  48. package/scss/draggable/_variables.scss +40 -0
  49. package/scss/editor/_variables.scss +6 -0
  50. package/scss/grid/_variables.scss +180 -17
  51. package/scss/icons/_variables.scss +14 -0
  52. package/scss/imageeditor/_variables.scss +62 -0
  53. package/scss/input/_variables.scss +0 -4
  54. package/scss/list/_variables.scss +126 -30
  55. package/scss/listgroup/_variables.scss +20 -0
  56. package/scss/loader/_variables.scss +2 -0
  57. package/scss/marquee/_variables.scss +6 -0
  58. package/scss/menu/_variables.scss +37 -5
  59. package/scss/messagebox/_variables.scss +24 -0
  60. package/scss/otp/_variables.scss +2 -0
  61. package/scss/overlay/_variables.scss +6 -0
  62. package/scss/pivotgrid/_variables.scss +10 -22
  63. package/scss/scheduler/_variables.scss +2 -0
  64. package/scss/signature/_variables.scss +42 -0
  65. package/scss/spreadsheet/_variables.scss +4 -0
  66. package/scss/stepper/_variables.scss +3 -3
  67. package/scss/suggestion/_variables.scss +2 -0
  68. package/scss/table/_variables.scss +12 -0
  69. package/scss/timeselector/_variables.scss +84 -0
  70. package/scss/upload/_variables.scss +4 -0
@@ -91,6 +91,8 @@ $kendo-badge-sizes: (
91
91
  )
92
92
  ) !default;
93
93
 
94
+ /// The theme colors of the Badge.
95
+ /// @group badge
94
96
  $kendo-badge-theme-colors: (
95
97
  "primary": k-color(primary),
96
98
  "secondary": k-color(secondary),
@@ -64,6 +64,8 @@ $kendo-bottom-nav-flat-bg: k-color(surface-alt) !default;
64
64
  /// @group bottom-navigation
65
65
  $kendo-bottom-nav-flat-border: k-color(border) !default;
66
66
 
67
+ /// The navigation theme colors of the BottomNavigation.
68
+ /// @group bottom-navigation
67
69
  $kendo-bottom-navigation-theme-colors: (
68
70
  "primary": k-color(primary),
69
71
  "secondary": k-color(secondary),
@@ -76,7 +76,6 @@ $kendo-bubble-expandable-icon-padding-y: k-spacing(2.5) !default;
76
76
  $kendo-bubble-border-width: $kendo-bubble-border-width,
77
77
  $kendo-bubble-border-style: $kendo-bubble-border-style,
78
78
  $kendo-bubble-line-height: $kendo-bubble-line-height,
79
-
80
79
  $kendo-bubble-text: $kendo-bubble-text,
81
80
  $kendo-bubble-bg: $kendo-bubble-bg,
82
81
  $kendo-bubble-border: $kendo-bubble-border,
@@ -67,14 +67,10 @@ $kendo-button-md-line-height: var( --kendo-line-height, normal ) !default;
67
67
  /// @group button
68
68
  $kendo-button-lg-line-height: var( --kendo-line-height, normal ) !default;
69
69
 
70
- /// The calculated height of the Button.
71
- /// @group button
72
70
  $kendo-button-sm-calc-size: calc( ( #{$kendo-button-sm-line-height} * 1em ) + ( #{$kendo-button-sm-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
73
71
  $kendo-button-md-calc-size: calc( ( #{$kendo-button-md-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
74
72
  $kendo-button-lg-calc-size: calc( ( #{$kendo-button-lg-line-height} * 1em ) + ( #{$kendo-button-lg-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) ) !default;
75
73
 
76
- /// The calculated inner height of the Button excluding the border width.
77
- /// @group button
78
74
  $kendo-button-inner-calc-size: calc( ( #{$kendo-button-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) ) !default;
79
75
  $kendo-button-sm-inner-calc-size: calc( ( #{$kendo-button-sm-line-height} * 1em ) + ( #{$kendo-button-sm-padding-y} * 2 ) ) !default;
80
76
  $kendo-button-md-inner-calc-size: calc( ( #{$kendo-button-md-line-height} * 1em ) + ( #{$kendo-button-md-padding-y} * 2 ) ) !default;
@@ -208,35 +204,53 @@ $kendo-button-disabled-shadow: null !default;
208
204
  $kendo-button-pulsing-opacity: .4 !default;
209
205
 
210
206
  // Solid Button
207
+ /// The gradient of the solid Button.
208
+ /// @group button
211
209
  $kendo-solid-button-gradient: none !default;
212
- $kendo-solid-button-shade-function: "k-color-darken" !default;
213
- $kendo-solid-button-shade-text-amount: 0 !default;
214
- $kendo-solid-button-shade-bg-amount: 0 !default;
215
- $kendo-solid-button-shade-border-amount: 0 !default;
216
- $kendo-solid-button-hover-shade-text-amount: null !default;
217
- $kendo-solid-button-hover-shade-bg-amount: 7.5% !default;
218
- $kendo-solid-button-hover-shade-border-amount: 10% !default;
219
- $kendo-solid-button-active-shade-text-amount: null !default;
220
- $kendo-solid-button-active-shade-bg-amount: 10% !default;
221
- $kendo-solid-button-active-shade-border-amount: 12.5% !default;
210
+ /// The shadow of the solid Button.
211
+ /// @group button
222
212
  $kendo-solid-button-shadow: true !default;
213
+ /// The shadow blur of the solid Button.
214
+ /// @group button
223
215
  $kendo-solid-button-shadow-blur: 0px !default;
216
+ /// The shadow spread of the solid Button.
217
+ /// @group button
224
218
  $kendo-solid-button-shadow-spread: .25rem !default;
219
+ /// The shadow opacity of the solid Button.
220
+ /// @group button
225
221
  $kendo-solid-button-shadow-opacity: .5 !default;
226
222
 
227
223
  // Outline Button
224
+ /// The shadow of the outline Button.
225
+ /// @group button
228
226
  $kendo-outline-button-shadow: true !default;
227
+ /// The shadow blur of the outline Button.
228
+ /// @group button
229
229
  $kendo-outline-button-shadow-blur: 0px !default;
230
+ /// The shadow spread of the outline Button.
231
+ /// @group button
230
232
  $kendo-outline-button-shadow-spread: .25rem !default;
233
+ /// The shadow opacity of the outline Button.
234
+ /// @group button
231
235
  $kendo-outline-button-shadow-opacity: .5 !default;
232
236
 
233
237
  // Link Button
238
+ /// The shadow of the link Button.
239
+ /// @group button
234
240
  $kendo-link-button-shadow: true !default;
241
+ /// The shadow blur of the link Button.
242
+ /// @group button
235
243
  $kendo-link-button-shadow-blur: 0px !default;
244
+ /// The shadow spread of the link Button.
245
+ /// @group button
236
246
  $kendo-link-button-shadow-spread: .25rem !default;
247
+ /// The shadow opacity of the link Button.
248
+ /// @group button
237
249
  $kendo-link-button-shadow-opacity: .5 !default;
238
250
 
239
251
  // Clear Button
252
+ /// The opacity of the clear Button.
253
+ /// @group button
240
254
  $kendo-clear-button-focus-opacity: .1 !default;
241
255
 
242
256
  /// The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.
@@ -315,16 +329,6 @@ $kendo-button-transition: $kendo-transition !default;
315
329
  $kendo-button-disabled-shadow: $kendo-button-disabled-shadow,
316
330
  $kendo-button-pulsing-opacity: $kendo-button-pulsing-opacity,
317
331
  $kendo-solid-button-gradient: $kendo-solid-button-gradient,
318
- $kendo-solid-button-shade-function: $kendo-solid-button-shade-function,
319
- $kendo-solid-button-shade-text-amount: $kendo-solid-button-shade-text-amount,
320
- $kendo-solid-button-shade-bg-amount: $kendo-solid-button-shade-bg-amount,
321
- $kendo-solid-button-shade-border-amount: $kendo-solid-button-shade-border-amount,
322
- $kendo-solid-button-hover-shade-text-amount: $kendo-solid-button-hover-shade-text-amount,
323
- $kendo-solid-button-hover-shade-bg-amount: $kendo-solid-button-hover-shade-bg-amount,
324
- $kendo-solid-button-hover-shade-border-amount: $kendo-solid-button-hover-shade-border-amount,
325
- $kendo-solid-button-active-shade-text-amount: $kendo-solid-button-active-shade-text-amount,
326
- $kendo-solid-button-active-shade-bg-amount: $kendo-solid-button-active-shade-bg-amount,
327
- $kendo-solid-button-active-shade-border-amount: $kendo-solid-button-active-shade-border-amount,
328
332
  $kendo-solid-button-shadow: $kendo-solid-button-shadow,
329
333
  $kendo-solid-button-shadow-blur: $kendo-solid-button-shadow-blur,
330
334
  $kendo-solid-button-shadow-spread: $kendo-solid-button-shadow-spread,
@@ -183,6 +183,8 @@ $kendo-card-callout-width: 1.3em !default;
183
183
  /// @group card
184
184
  $kendo-card-callout-height: 1.3em !default;
185
185
 
186
+ /// The theme colors of the Card.
187
+ /// @group card
186
188
  $kendo-card-theme-colors: (
187
189
  "primary": k-color(primary),
188
190
  "secondary": k-color(secondary),
@@ -13,7 +13,7 @@ $kendo-chat-padding-x: k-spacing(4) !default;
13
13
  $kendo-chat-padding-y: k-spacing(4) !default;
14
14
  /// The minimum width of the Chat.
15
15
  /// @group chat
16
- $kendo-chat-width: 320px !default;
16
+ $kendo-chat-width: 280px !default;
17
17
  /// The minimum height of the Chat.
18
18
  /// @group chat
19
19
  $kendo-chat-height: 600px !default;
@@ -39,6 +39,8 @@ $kendo-checkbox-md-ripple-size: 300% !default;
39
39
  $kendo-checkbox-lg-ripple-size: 300% !default;
40
40
 
41
41
  // A map with the different CheckBox sizes
42
+ /// The sizes of the CheckBox.
43
+ /// @group checkbox
42
44
  $kendo-checkbox-sizes: (
43
45
  sm: (
44
46
  size: $kendo-checkbox-sm-size,
@@ -62,8 +62,6 @@ $kendo-chip-md-line-height: $kendo-chip-line-height !default;
62
62
  /// @group chip
63
63
  $kendo-chip-lg-line-height: $kendo-chip-line-height !default;
64
64
 
65
- /// The calculated height of the Chip.
66
- /// @group chip
67
65
  $kendo-chip-calc-size: calc( #{$kendo-chip-line-height} * 1em + #{$kendo-chip-md-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
68
66
  $kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height} * 1em + #{$kendo-chip-sm-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
69
67
 
@@ -2,15 +2,33 @@
2
2
  @use "../core/functions/index.import.scss" as *;
3
3
 
4
4
  // Color Preview
5
+ /// The border radius of the ColorPreview.
6
+ /// @group color-preview
5
7
  $kendo-color-preview-border-radius: k-border-radius(md) !default;
8
+ /// The width of the border around the ColorPreview.
9
+ /// @group color-preview
6
10
  $kendo-color-preview-border-width: 1px !default;
11
+ /// The background color of the ColorPreview.
12
+ /// @group color-preview
7
13
  $kendo-color-preview-bg: null !default;
14
+ /// The text color of the ColorPreview.
15
+ /// @group color-preview
8
16
  $kendo-color-preview-text: null !default;
17
+ /// The border color of the ColorPreview.
18
+ /// @group color-preview
9
19
  $kendo-color-preview-border: k-color(border) !default;
20
+ /// The border color of the hovered ColorPreview.
21
+ /// @group color-preview
10
22
  $kendo-color-preview-hover-border: k-color(border-alt) !default;
11
23
 
24
+ /// The background color of the ColorPreview when no color is selected.
25
+ /// @group color-preview
12
26
  $kendo-color-preview-no-color-bg: k-color(surface-alt) !default;
27
+ /// The text color of the ColorPreview when no color is selected.
28
+ /// @group color-preview
13
29
  $kendo-color-preview-no-color-text: k-color(error) !default;
30
+ /// The border color of the ColorPreview when no color is selected.
31
+ /// @group color-preview
14
32
  $kendo-color-preview-no-color-border: null !default;
15
33
 
16
34
  $kendo-color-preview-no-color-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'><line x1='0' x2='20' y1='0' y2='20' stroke='#{$kendo-color-preview-no-color-text}' stroke-width='1'/></svg>") ) !default;
@@ -10,7 +10,7 @@ $kendo-color-gradient-spacer: k-spacing(4) !default;
10
10
  /// The width of the ColorGradient.
11
11
  /// @group color-gradient
12
12
  $kendo-color-gradient-width: 328px !default;
13
- // The width of the border around the ColorGradient.
13
+ /// The width of the border around the ColorGradient.
14
14
  /// @group color-gradient
15
15
  $kendo-color-gradient-border-width: 1px !default;
16
16
  /// The border radius of the ColorGradient.
@@ -18,7 +18,7 @@ $kendo-color-palette-tile-width: k-spacing(6) !default;
18
18
  /// The height of the ColorPalette tile.
19
19
  /// @group color-palette
20
20
  $kendo-color-palette-tile-height: $kendo-color-palette-tile-width !default;
21
- // The width of the small ColorPalette tile.
21
+ /// The width of the small ColorPalette tile.
22
22
  /// @group color-palette
23
23
  $kendo-color-palette-sm-tile-width: k-spacing(5.5) !default;
24
24
  /// The height of the small ColorPalette tile.
@@ -1,27 +1,59 @@
1
1
  @use "sass:math";
2
2
  @use "../core/_index.scss" as *;
3
3
 
4
+ /// The horizontal padding of the small ColumnMenu item.
5
+ /// @group column-menu
4
6
  $kendo-column-menu-item-sm-padding-x: k-spacing(4) !default;
7
+ /// The vertical padding of the small ColumnMenu item.
8
+ /// @group column-menu
5
9
  $kendo-column-menu-item-sm-padding-y: k-spacing(1) !default;
6
10
 
11
+ /// The horizontal padding of the medium ColumnMenu item.
12
+ /// @group column-menu
7
13
  $kendo-column-menu-item-md-padding-x: k-spacing(4) !default;
14
+ /// The vertical padding of the medium ColumnMenu item.
15
+ /// @group column-menu
8
16
  $kendo-column-menu-item-md-padding-y: k-spacing(1) !default;
9
17
 
18
+ /// The horizontal padding of the large ColumnMenu item.
19
+ /// @group column-menu
10
20
  $kendo-column-menu-item-lg-padding-x: k-spacing(4) !default;
21
+ /// The vertical padding of the large ColumnMenu item.
22
+ /// @group column-menu
11
23
  $kendo-column-menu-item-lg-padding-y: k-spacing(2) !default;
12
24
 
25
+ /// The font size of the ColumnMenu.
26
+ /// @group column-menu
13
27
  $kendo-column-menu-font-size: var( --kendo-font-size, inherit ) !default;
28
+ /// The font size of the small ColumnMenu.
29
+ /// @group column-menu
14
30
  $kendo-column-menu-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
31
+ /// The font size of the medium ColumnMenu.
32
+ /// @group column-menu
15
33
  $kendo-column-menu-md-font-size: var( --kendo-font-size, inherit ) !default;
34
+ /// The font size of the large ColumnMenu.
35
+ /// @group column-menu
16
36
  $kendo-column-menu-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
17
37
 
38
+ /// The line height of the ColumnMenu.
39
+ /// @group column-menu
18
40
  $kendo-column-menu-line-height: var( --kendo-line-height, normal ) !default;
41
+ /// The line height of the small ColumnMenu.
42
+ /// @group column-menu
19
43
  $kendo-column-menu-sm-line-height: math.div( 20, 14 ) !default;
44
+ /// The line height of the medium ColumnMenu.
45
+ /// @group column-menu
20
46
  $kendo-column-menu-md-line-height: var( --kendo-line-height, normal ) !default;
47
+ /// The line height of the large ColumnMenu.
48
+ /// @group column-menu
21
49
  $kendo-column-menu-lg-line-height: var( --kendo-line-height, normal ) !default;
22
50
 
51
+ /// The font family of the ColumnMenu.
52
+ /// @group column-menu
23
53
  $kendo-column-menu-font-family: var( --kendo-font-family, inherit ) !default;
24
54
 
55
+ /// The sizes map for the ColumnMenu.
56
+ /// @group column-menu
25
57
  $kendo-column-menu-sizes: (
26
58
  sm: (
27
59
  padding-x: $kendo-column-menu-item-sm-padding-x,
@@ -44,9 +76,17 @@ $kendo-column-menu-sizes: (
44
76
  ) !default;
45
77
 
46
78
  // Group Menu
79
+ /// The background color of the hovered GroupMenu item action.
80
+ /// @group column-menu
47
81
  $kendo-group-menu-item-action-hover-bg: color-mix(in srgb, currentColor 4%, transparent) !default;
82
+ /// The background color of the selected GroupMenu item action.
83
+ /// @group column-menu
48
84
  $kendo-group-menu-item-action-selected-bg: color-mix(in srgb, currentColor 16%, transparent) !default;
85
+ /// The text color of the GroupMenu item add action.
86
+ /// @group column-menu
49
87
  $kendo-group-menu-item-add-action-text: k-color(primary) !default;
88
+ /// The border color of the GroupMenu item.
89
+ /// @group column-menu
50
90
  $kendo-group-menu-item-border: k-color(border) !default;
51
91
 
52
92
 
@@ -7,93 +7,217 @@
7
7
  /// The first base series color and its light and dark shades.
8
8
  /// @group charts
9
9
  $kendo-series-a: k-color(series-a)!default;
10
+ /// The series-a dark color of the Charts.
11
+ /// @group charts
10
12
  $kendo-series-a-dark: k-color(series-a-bold)!default;
13
+ /// The series-a darker color of the Charts.
14
+ /// @group charts
11
15
  $kendo-series-a-darker: k-color(series-a-bolder) !default;
16
+ /// The series-a light color of the Charts.
17
+ /// @group charts
12
18
  $kendo-series-a-light: k-color(series-a-subtle) !default;
19
+ /// The series-a lighter color of the Charts.
20
+ /// @group charts
13
21
  $kendo-series-a-lighter: k-color(series-a-subtler) !default;
14
22
 
15
23
  /// The second base series color and its light and dark shades.
16
24
  /// @group charts
17
25
  $kendo-series-b: k-color(series-b) !default;
26
+ /// The series-b dark color of the Charts.
27
+ /// @group charts
18
28
  $kendo-series-b-dark: k-color(series-b-bold) !default;
29
+ /// The series-b darker color of the Charts.
30
+ /// @group charts
19
31
  $kendo-series-b-darker: k-color(series-b-bolder) !default;
32
+ /// The series-b light color of the Charts.
33
+ /// @group charts
20
34
  $kendo-series-b-light: k-color(series-b-subtle) !default;
35
+ /// The series-b lighter color of the Charts.
36
+ /// @group charts
21
37
  $kendo-series-b-lighter: k-color(series-b-subtler) !default;
22
38
 
23
39
  /// The third base series color and its light and dark shades.
24
40
  /// @group charts
25
41
  $kendo-series-c: k-color(series-c) !default;
42
+ /// The series-c dark color of the Charts.
43
+ /// @group charts
26
44
  $kendo-series-c-dark: k-color(series-c-bold) !default;
45
+ /// The series-c darker color of the Charts.
46
+ /// @group charts
27
47
  $kendo-series-c-darker: k-color(series-c-bolder) !default;
48
+ /// The series-c light color of the Charts.
49
+ /// @group charts
28
50
  $kendo-series-c-light: k-color(series-c-subtle) !default;
51
+ /// The series-c lighter color of the Charts.
52
+ /// @group charts
29
53
  $kendo-series-c-lighter: k-color(series-c-subtler) !default;
30
54
 
31
55
  /// The fourth base series color and its light and dark shades.
32
56
  /// @group charts
33
57
  $kendo-series-d: k-color(series-d) !default;
58
+ /// The series-d dark color of the Charts.
59
+ /// @group charts
34
60
  $kendo-series-d-dark: k-color(series-d-bold) !default;
61
+ /// The series-d darker color of the Charts.
62
+ /// @group charts
35
63
  $kendo-series-d-darker: k-color(series-d-bolder) !default;
64
+ /// The series-d light color of the Charts.
65
+ /// @group charts
36
66
  $kendo-series-d-light: k-color(series-d-subtle) !default;
67
+ /// The series-d lighter color of the Charts.
68
+ /// @group charts
37
69
  $kendo-series-d-lighter: k-color(series-d-subtler) !default;
38
70
 
39
71
  /// The fifth base series color and its light and dark shades.
40
72
  /// @group charts
41
73
  $kendo-series-e: k-color(series-e) !default;
74
+ /// The series-e dark color of the Charts.
75
+ /// @group charts
42
76
  $kendo-series-e-dark: k-color(series-e-bold) !default;
77
+ /// The series-e darker color of the Charts.
78
+ /// @group charts
43
79
  $kendo-series-e-darker: k-color(series-e-bolder) !default;
80
+ /// The series-e light color of the Charts.
81
+ /// @group charts
44
82
  $kendo-series-e-light: k-color(series-e-subtle) !default;
83
+ /// The series-e lighter color of the Charts.
84
+ /// @group charts
45
85
  $kendo-series-e-lighter: k-color(series-e-subtler) !default;
46
86
 
47
87
  /// The sixth base series color and its light and dark shades.
48
88
  /// @group charts
49
89
  $kendo-series-f: k-color(series-f) !default;
90
+ /// The series-f dark color of the Charts.
91
+ /// @group charts
50
92
  $kendo-series-f-dark: k-color(series-f-bold) !default;
93
+ /// The series-f darker color of the Charts.
94
+ /// @group charts
51
95
  $kendo-series-f-darker: k-color(series-f-bolder) !default;
96
+ /// The series-f light color of the Charts.
97
+ /// @group charts
52
98
  $kendo-series-f-light: k-color(series-f-subtle) !default;
99
+ /// The series-f lighter color of the Charts.
100
+ /// @group charts
53
101
  $kendo-series-f-lighter: k-color(series-f-subtler) !default;
54
102
 
55
103
  /// The series colors in order:
56
104
  /// base, light, dark, lighter, darker
57
105
  /// @group charts
58
106
  $kendo-series-1: $kendo-series-a !default;
107
+ /// The series-2 color of the Charts.
108
+ /// @group charts
59
109
  $kendo-series-2: $kendo-series-b !default;
110
+ /// The series-3 color of the Charts.
111
+ /// @group charts
60
112
  $kendo-series-3: $kendo-series-c !default;
113
+ /// The series-4 color of the Charts.
114
+ /// @group charts
61
115
  $kendo-series-4: $kendo-series-d !default;
116
+ /// The series-5 color of the Charts.
117
+ /// @group charts
62
118
  $kendo-series-5: $kendo-series-e !default;
119
+ /// The series-6 color of the Charts.
120
+ /// @group charts
63
121
  $kendo-series-6: $kendo-series-f !default;
122
+ /// The series-7 color of the Charts.
123
+ /// @group charts
64
124
  $kendo-series-7: $kendo-series-a-light !default;
125
+ /// The series-8 color of the Charts.
126
+ /// @group charts
65
127
  $kendo-series-8: $kendo-series-b-light !default;
128
+ /// The series-9 color of the Charts.
129
+ /// @group charts
66
130
  $kendo-series-9: $kendo-series-c-light !default;
131
+ /// The series-10 color of the Charts.
132
+ /// @group charts
67
133
  $kendo-series-10: $kendo-series-d-light !default;
134
+ /// The series-11 color of the Charts.
135
+ /// @group charts
68
136
  $kendo-series-11: $kendo-series-e-light !default;
137
+ /// The series-12 color of the Charts.
138
+ /// @group charts
69
139
  $kendo-series-12: $kendo-series-f-light !default;
140
+ /// The series-13 color of the Charts.
141
+ /// @group charts
70
142
  $kendo-series-13: $kendo-series-a-dark !default;
143
+ /// The series-14 color of the Charts.
144
+ /// @group charts
71
145
  $kendo-series-14: $kendo-series-b-dark !default;
146
+ /// The series-15 color of the Charts.
147
+ /// @group charts
72
148
  $kendo-series-15: $kendo-series-c-dark !default;
149
+ /// The series-16 color of the Charts.
150
+ /// @group charts
73
151
  $kendo-series-16: $kendo-series-d-dark !default;
152
+ /// The series-17 color of the Charts.
153
+ /// @group charts
74
154
  $kendo-series-17: $kendo-series-e-dark !default;
155
+ /// The series-18 color of the Charts.
156
+ /// @group charts
75
157
  $kendo-series-18: $kendo-series-f-dark !default;
158
+ /// The series-19 color of the Charts.
159
+ /// @group charts
76
160
  $kendo-series-19: $kendo-series-a-lighter !default;
161
+ /// The series-20 color of the Charts.
162
+ /// @group charts
77
163
  $kendo-series-20: $kendo-series-b-lighter !default;
164
+ /// The series-21 color of the Charts.
165
+ /// @group charts
78
166
  $kendo-series-21: $kendo-series-c-lighter !default;
167
+ /// The series-22 color of the Charts.
168
+ /// @group charts
79
169
  $kendo-series-22: $kendo-series-d-lighter !default;
170
+ /// The series-23 color of the Charts.
171
+ /// @group charts
80
172
  $kendo-series-23: $kendo-series-e-lighter !default;
173
+ /// The series-24 color of the Charts.
174
+ /// @group charts
81
175
  $kendo-series-24: $kendo-series-f-lighter !default;
176
+ /// The series-25 color of the Charts.
177
+ /// @group charts
82
178
  $kendo-series-25: $kendo-series-a-darker !default;
179
+ /// The series-26 color of the Charts.
180
+ /// @group charts
83
181
  $kendo-series-26: $kendo-series-b-darker !default;
182
+ /// The series-27 color of the Charts.
183
+ /// @group charts
84
184
  $kendo-series-27: $kendo-series-c-darker !default;
185
+ /// The series-28 color of the Charts.
186
+ /// @group charts
85
187
  $kendo-series-28: $kendo-series-d-darker !default;
188
+ /// The series-29 color of the Charts.
189
+ /// @group charts
86
190
  $kendo-series-29: $kendo-series-e-darker !default;
191
+ /// The series-30 color of the Charts.
192
+ /// @group charts
87
193
  $kendo-series-30: $kendo-series-f-darker !default;
88
194
 
195
+ /// The border width of the Chart.
196
+ /// @group charts
89
197
  $kendo-chart-border-width: 0px !default;
198
+ /// The font family of the Chart.
199
+ /// @group charts
90
200
  $kendo-chart-font-family: var( --kendo-font-family, inherit ) !default;
201
+ /// The font size of the Chart.
202
+ /// @group charts
91
203
  $kendo-chart-font-size: var( --kendo-font-size, inherit ) !default;
204
+ /// The height of the Chart.
205
+ /// @group charts
92
206
  $kendo-chart-line-height: var( --kendo-line-height, normal )!default;
207
+ /// The font size of the Chart.
208
+ /// @group charts
93
209
  $kendo-chart-tooltip-font-size: calc( #{$kendo-font-size} * .929) !default;
210
+ /// The label font size of the Chart.
211
+ /// @group charts
94
212
  $kendo-chart-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
213
+ /// The title font size of the Chart.
214
+ /// @group charts
95
215
  $kendo-chart-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
216
+ /// The title font size of the Chart.
217
+ /// @group charts
96
218
  $kendo-chart-pane-title-font-size: $kendo-chart-label-font-size !default;
219
+ /// The title font weight of the Chart.
220
+ /// @group charts
97
221
  $kendo-chart-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
98
222
 
99
223
  /// The color of the Chart grid lines (major).
@@ -104,63 +228,141 @@ $kendo-chart-major-lines: color-mix(in srgb, k-color(on-app-surface) 8%, transpa
104
228
  /// @group charts
105
229
  $kendo-chart-minor-lines: color-mix(in srgb, k-color(on-app-surface) 4%, transparent) !default;
106
230
 
231
+ /// The inactive color of the Chart.
232
+ /// @group charts
107
233
  $kendo-chart-inactive: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
234
+ /// The opacity of the Chart.
235
+ /// @group charts
108
236
  $kendo-chart-area-opacity: .6 !default;
237
+ /// The opacity of the Chart.
238
+ /// @group charts
109
239
  $kendo-chart-area-inactive-opacity: .1 !default;
240
+ /// The opacity of the Chart.
241
+ /// @group charts
110
242
  $kendo-chart-line-inactive-opacity: .3 !default;
111
243
 
244
+ /// The horizontal padding of the Chart.
245
+ /// @group charts
112
246
  $kendo-chart-tooltip-padding-x: k-spacing(2) !default;
247
+ /// The vertical padding of the Chart.
248
+ /// @group charts
113
249
  $kendo-chart-tooltip-padding-y: k-spacing(1) !default;
114
250
 
251
+ /// The transition of the Chart.
252
+ /// @group charts
115
253
  $kendo-chart-tooltip-transition: left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1) !default;
116
254
 
255
+ /// The background color of the Chart.
256
+ /// @group charts
117
257
  $kendo-chart-bg: k-color(surface-alt) !default;
258
+ /// The text color of the Chart.
259
+ /// @group charts
118
260
  $kendo-chart-text: k-color(on-app-surface) !default;
261
+ /// The border color of the Chart.
262
+ /// @group charts
119
263
  $kendo-chart-border: k-color(border) !default;
120
264
 
265
+ /// The background color of the Chart.
266
+ /// @group charts
121
267
  $kendo-chart-crosshair-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
268
+ /// The text color of the Chart.
269
+ /// @group charts
122
270
  $kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
271
+ /// The background color of the Chart.
272
+ /// @group charts
123
273
  $kendo-chart-crosshair-shared-tooltip-background: k-color(base-subtle) !default;
274
+ /// The border color of the Chart.
275
+ /// @group charts
124
276
  $kendo-chart-crosshair-shared-tooltip-border: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
125
277
 
278
+ /// The background color of the Chart.
279
+ /// @group charts
126
280
  $kendo-chart-notes-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
281
+ /// The border color of the Chart.
282
+ /// @group charts
127
283
  $kendo-chart-notes-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
284
+ /// The notes lines of the Chart.
285
+ /// @group charts
128
286
  $kendo-chart-notes-lines: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
129
287
 
288
+ /// The background color of the Chart error bars.
289
+ /// @group charts
130
290
  $kendo-chart-error-bars-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
131
291
 
292
+ /// The size of the Chart handle.
293
+ /// @group charts
132
294
  $kendo-chart-selection-handle-size: 22px !default;
295
+ /// The text color of the Chart.
296
+ /// @group charts
133
297
  $kendo-chart-selection-border-color: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
298
+ /// The shadow of the Chart.
299
+ /// @group charts
134
300
  $kendo-chart-selection-shadow: inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
135
301
 
302
+ /// The height of the Dataviz title.
303
+ /// @group charts
136
304
  $kendo-chart-computed-title-height: 0px !default;
137
305
 
138
306
  // TreeMap
307
+ /// The font family of the TreeMap.
308
+ /// @group charts
139
309
  $kendo-treemap-font-family: var( --kendo-font-family, inherit ) !default;
310
+ /// The font size of the TreeMap.
311
+ /// @group charts
140
312
  $kendo-treemap-font-size: var( --kendo-font-size, inherit ) !default;
313
+ /// The height of the TreeMap.
314
+ /// @group charts
141
315
  $kendo-treemap-line-height: var( --kendo-line-height, normal ) !default;
142
316
 
317
+ /// The horizontal padding of the TreeMap.
318
+ /// @group charts
143
319
  $kendo-treemap-padding-x: k-spacing(2) !default;
320
+ /// The vertical padding of the TreeMap.
321
+ /// @group charts
144
322
  $kendo-treemap-padding-y: k-spacing(1) !default;
145
323
 
324
+ /// The text color of the TreeMap.
325
+ /// @group charts
146
326
  $kendo-treemap-text: k-color(on-app-surface) !default;
327
+ /// The background color of the TreeMap.
328
+ /// @group charts
147
329
  $kendo-treemap-bg: k-color(surface-alt) !default;
330
+ /// The border color of the TreeMap.
331
+ /// @group charts
148
332
  $kendo-treemap-border: k-color(border) !default;
149
333
 
334
+ /// The text color of the Dataviz title.
335
+ /// @group charts
150
336
  $kendo-treemap-title-text: k-color(on-app-surface) !default;
337
+ /// The background color of the Dataviz title.
338
+ /// @group charts
151
339
  $kendo-treemap-title-bg: k-color(surface) !default;
340
+ /// The border color of the Dataviz title.
341
+ /// @group charts
152
342
  $kendo-treemap-title-border: k-color(border) !default;
153
343
 
154
344
  // Chart Overlay
345
+ /// The background color of the Dataviz overlay.
346
+ /// @group charts
155
347
  $kendo-chart-overlay-bg: k-color(surface) !default;
156
348
 
157
349
  // No Data
350
+ /// The font size of the Chart.
351
+ /// @group charts
158
352
  $kendo-chart-no-data-font-size: var( --kendo-font-size-lg, inherit ) !default;
353
+ /// The font weight of the Chart.
354
+ /// @group charts
159
355
  $kendo-chart-no-data-font-weight: var( --kendo-font-weight, normal ) !default;
356
+ /// The vertical padding of the Chart.
357
+ /// @group charts
160
358
  $kendo-chart-no-data-padding-y: k-spacing( 25 ) !default;
161
359
 
162
360
  // Gauge
361
+ /// The background color of the Gauge.
362
+ /// @group charts
163
363
  $kendo-gauge-pointer-bg: k-color(primary-on-surface) !default;
364
+ /// The background color of the Gauge track.
365
+ /// @group charts
164
366
  $kendo-gauge-track-bg: k-color(base-emphasis) !default;
165
367
 
166
368
 
@@ -1,4 +1,6 @@
1
1
  // Daterangepicker
2
+ /// The width of the DateRangePicker input.
3
+ /// @group date-range-picker
2
4
  $kendo-daterange-picker-input-width: 10em !default;
3
5
 
4
6