@progress/kendo-theme-default 6.4.1-dev.1 → 6.5.0-dev.1

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/dist/all.css +103 -36
  2. package/dist/all.scss +1092 -192
  3. package/dist/meta/sassdoc-data.json +42290 -20378
  4. package/dist/meta/sassdoc-raw-data.json +18688 -8588
  5. package/dist/meta/variables.json +273 -213
  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 +4 -4
  19. package/scss/appbar/_variables.scss +39 -7
  20. package/scss/bottom-navigation/_variables.scss +42 -8
  21. package/scss/breadcrumb/_layout.scss +28 -13
  22. package/scss/breadcrumb/_variables.scss +177 -6
  23. package/scss/chip/_layout.scss +4 -0
  24. package/scss/coloreditor/_variables.scss +53 -4
  25. package/scss/colorgradient/_variables.scss +86 -4
  26. package/scss/colorpalette/_variables.scss +18 -1
  27. package/scss/dialog/_variables.scss +16 -2
  28. package/scss/dropdowntree/_layout.scss +4 -5
  29. package/scss/editor/_variables.scss +33 -0
  30. package/scss/expansion-panel/_variables.scss +55 -11
  31. package/scss/filter/_variables.scss +18 -1
  32. package/scss/icons/_layout.scss +4 -0
  33. package/scss/list/_layout.scss +1 -0
  34. package/scss/list/_variables.scss +2 -2
  35. package/scss/listbox/_variables.scss +21 -20
  36. package/scss/listview/_variables.scss +42 -7
  37. package/scss/loader/_variables.scss +88 -12
  38. package/scss/notification/_variables.scss +20 -19
  39. package/scss/popover/_variables.scss +60 -6
  40. package/scss/progressbar/_variables.scss +24 -23
  41. package/scss/scheduler/_layout.scss +1 -0
  42. package/scss/scrollview/_variables.scss +59 -6
  43. package/scss/splitter/_layout.scss +1 -0
  44. package/scss/splitter/_variables.scss +2 -0
  45. package/scss/spreadsheet/_variables.scss +1 -0
  46. package/scss/tilelayout/_variables.scss +22 -3
  47. package/scss/treelist/_layout.scss +6 -0
  48. package/scss/treeview/_layout.scss +13 -9
  49. package/scss/treeview/_variables.scss +30 -4
  50. package/scss/upload/_variables.scss +62 -9
  51. package/scss/window/_variables.scss +61 -6
package/dist/all.scss CHANGED
@@ -1323,6 +1323,10 @@ $_kendo-escape-class-name: (
1323
1323
  /// @example scss - Usage
1324
1324
  /// @debug k-meta-function-exists( "k-string-replace" ); // => true
1325
1325
  @function k-meta-function-exists( $name ) {
1326
+ @if $name == "" {
1327
+ @return false;
1328
+ }
1329
+
1326
1330
  @return function-exists( $name );
1327
1331
  }
1328
1332
 
@@ -15018,7 +15022,11 @@ $ki-rotate-map: (
15018
15022
  }
15019
15023
 
15020
15024
  .k-icon-action {
15025
+ display: inline-flex;
15021
15026
  padding: $kendo-icon-padding;
15027
+ line-height: 1;
15028
+ align-items: center;
15029
+ vertical-align: middle;
15022
15030
  cursor: pointer;
15023
15031
  }
15024
15032
 
@@ -15520,7 +15528,7 @@ $kendo-list-lg-header-line-height: null !default;
15520
15528
 
15521
15529
  /// The font weight of the List header.
15522
15530
  /// @group list
15523
- $kendo-list-header-font-weight: null !default;
15531
+ $kendo-list-header-font-weight: $kendo-font-weight-bold !default;
15524
15532
 
15525
15533
  /// The horizontal padding of the List items, when no size is set.
15526
15534
  /// @group list
@@ -15584,7 +15592,7 @@ $kendo-list-lg-group-item-line-height: null !default;
15584
15592
 
15585
15593
  /// The font weight of a List group item.
15586
15594
  /// @group list
15587
- $kendo-list-group-item-font-weight: null !default;
15595
+ $kendo-list-group-item-font-weight: $kendo-font-weight-bold !default;
15588
15596
 
15589
15597
 
15590
15598
  /// The map with the sizes of the List.
@@ -16389,6 +16397,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
16389
16397
  }
16390
16398
  }
16391
16399
  .k-list-item-text,
16400
+ .k-list-header-text,
16392
16401
  .k-list-optionlabel {
16393
16402
  &::before {
16394
16403
  content: "\200b";
@@ -19170,6 +19179,10 @@ $kendo-chip-list-sizes: (
19170
19179
  padding-inline: $_padding-x;
19171
19180
  font-size: $_font-size;
19172
19181
  line-height: $_line-height;
19182
+
19183
+ .k-chip-action {
19184
+ padding: $_padding-y;
19185
+ }
19173
19186
  }
19174
19187
 
19175
19188
  .k-chip-avatar {
@@ -19570,53 +19583,129 @@ $_kendo-module-meta: (
19570
19583
  // #region @import "./_variables.scss"; -> scss/loader/_variables.scss
19571
19584
  // Loader
19572
19585
 
19586
+ /// The border radius of the Loader segment.
19587
+ /// @group loader
19573
19588
  $kendo-loader-segment-border-radius: 50% !default;
19589
+
19590
+ /// The size of the small Loader segment.
19591
+ /// @group loader
19574
19592
  $kendo-loader-sm-segment-size: k-map-get( $kendo-spacing, 1 ) !default;
19593
+ /// The size of the medium Loader segment.
19594
+ /// @group loader
19575
19595
  $kendo-loader-md-segment-size: k-map-get( $kendo-spacing, 2 ) !default;
19596
+ /// The size of the large Loader segment.
19597
+ /// @group loader
19576
19598
  $kendo-loader-lg-segment-size: k-map-get( $kendo-spacing, 4 ) !default;
19577
19599
 
19600
+ /// The padding of the small Loader.
19601
+ /// @group loader
19578
19602
  $kendo-loader-sm-padding: k-math-div( $kendo-loader-sm-segment-size, 2 ) !default;
19603
+ /// The padding of the medium Loader.
19604
+ /// @group loader
19579
19605
  $kendo-loader-md-padding: k-math-div( $kendo-loader-md-segment-size, 2 ) !default;
19606
+ /// The padding of the large Loader.
19607
+ /// @group loader
19580
19608
  $kendo-loader-lg-padding: k-math-div( $kendo-loader-lg-segment-size, 2 ) !default;
19581
19609
 
19610
+ /// The width of the small spinner-3 Loader.
19611
+ /// @group loader
19582
19612
  $kendo-loader-sm-spinner-3-width: ( $kendo-loader-sm-segment-size * 4 ) !default;
19583
- $kendo-loader-sm-spinner-3-height: ( $kendo-loader-sm-spinner-3-width * $equilateral-height ) !default;
19613
+ /// The width of the medium spinner-3 Loader.
19614
+ /// @group loader
19584
19615
  $kendo-loader-md-spinner-3-width: ( $kendo-loader-md-segment-size * 4 ) !default;
19585
- $kendo-loader-md-spinner-3-height: ( $kendo-loader-md-spinner-3-width * $equilateral-height ) !default;
19616
+ /// The width of the large spinner-3 Loader.
19617
+ /// @group loader
19586
19618
  $kendo-loader-lg-spinner-3-width: ( $kendo-loader-lg-segment-size * 4 ) !default;
19619
+
19620
+ /// The height of the small spinner-3 Loader.
19621
+ /// @group loader
19622
+ $kendo-loader-sm-spinner-3-height: ( $kendo-loader-sm-spinner-3-width * $equilateral-height ) !default;
19623
+ /// The height of the medium spinner-3 Loader.
19624
+ /// @group loader
19625
+ $kendo-loader-md-spinner-3-height: ( $kendo-loader-md-spinner-3-width * $equilateral-height ) !default;
19626
+ /// The height of the large spinner-3 Loader.
19627
+ /// @group loader
19587
19628
  $kendo-loader-lg-spinner-3-height: ( $kendo-loader-lg-spinner-3-width * $equilateral-height ) !default;
19588
19629
 
19630
+ /// The width of the small spinner-4 Loader.
19631
+ /// @group loader
19589
19632
  $kendo-loader-sm-spinner-4-width: $kendo-loader-sm-segment-size * 4 !default;
19590
- $kendo-loader-sm-spinner-4-height: $kendo-loader-sm-spinner-4-width !default;
19633
+ /// The width of the medium spinner-4 Loader.
19634
+ /// @group loader
19591
19635
  $kendo-loader-md-spinner-4-width: $kendo-loader-md-segment-size * 4 !default;
19592
- $kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
19636
+ /// The width of the large spinner-4 Loader.
19637
+ /// @group loader
19593
19638
  $kendo-loader-lg-spinner-4-width: $kendo-loader-lg-segment-size * 4 !default;
19639
+
19640
+ /// The height of the small spinner-4 Loader.
19641
+ /// @group loader
19642
+ $kendo-loader-sm-spinner-4-height: $kendo-loader-sm-spinner-4-width !default;
19643
+ /// The height of the medium spinner-4 Loader.
19644
+ /// @group loader
19645
+ $kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
19646
+ /// The height of the large spinner-4 Loader.
19647
+ /// @group loader
19594
19648
  $kendo-loader-lg-spinner-4-height: $kendo-loader-lg-spinner-4-width !default;
19595
19649
 
19650
+ /// The color of the Loader based on the secondary theme color.
19651
+ /// @group loader
19596
19652
  $kendo-loader-secondary-bg: #656565 !default;
19597
19653
 
19654
+ /// The border width of the container panel.
19655
+ /// @group loader
19598
19656
  $kendo-loader-container-panel-border-width: 1px !default;
19657
+ /// The border style of the container panel.
19658
+ /// @group loader
19599
19659
  $kendo-loader-container-panel-border-style: solid !default;
19660
+ /// The border color of the container panel.
19661
+ /// @group loader
19600
19662
  $kendo-loader-container-panel-border-color: $kendo-component-border !default;
19663
+ /// The border radius of the container panel.
19664
+ /// @group loader
19601
19665
  $kendo-loader-container-panel-border-radius: $kendo-border-radius-md !default;
19666
+ /// The background color of the container panel.
19667
+ /// @group loader
19602
19668
  $kendo-loader-container-panel-bg: $kendo-color-white !default;
19603
19669
 
19670
+ /// The padding of the small Loader container.
19671
+ /// @group loader
19604
19672
  $kendo-loader-sm-container-padding: k-map-get( $kendo-spacing, 4 ) !default;
19605
- $kendo-loader-sm-container-gap: k-map-get( $kendo-spacing, 1 ) !default;
19606
- $kendo-loader-sm-container-font-size: $kendo-font-size-sm !default;
19607
-
19673
+ /// The padding of the medium Loader container.
19674
+ /// @group loader
19608
19675
  $kendo-loader-md-container-padding: k-map-get( $kendo-spacing, 5 ) !default;
19609
- $kendo-loader-md-container-gap: k-map-get( $kendo-spacing, 2 ) !default;
19610
- $kendo-loader-md-container-font-size: $kendo-font-size-md !default;
19611
-
19676
+ /// The padding of the large Loader container.
19677
+ /// @group loader
19612
19678
  $kendo-loader-lg-container-padding: k-map-get( $kendo-spacing, 6 ) !default;
19679
+
19680
+ /// The gap of the small Loader container.
19681
+ /// @group loader
19682
+ $kendo-loader-sm-container-gap: k-map-get( $kendo-spacing, 1 ) !default;
19683
+ /// The gap of the medium Loader container.
19684
+ /// @group loader
19685
+ $kendo-loader-md-container-gap: k-map-get( $kendo-spacing, 2 ) !default;
19686
+ /// The gap of the large Loader container.
19687
+ /// @group loader
19613
19688
  $kendo-loader-lg-container-gap: k-map-get( $kendo-spacing, 3 ) !default;
19614
- $kendo-loader-lg-container-font-size: $kendo-font-size-lg !default;
19615
19689
 
19690
+ /// The font size of the small Loader container.
19691
+ /// @group loader
19692
+ $kendo-loader-sm-container-font-size: $kendo-font-size-sm !default;
19693
+ /// The font size of the medium Loader container.
19694
+ /// @group loader
19695
+ $kendo-loader-md-container-font-size: $kendo-font-size-md !default;
19696
+ /// The font size of the large Loader container.
19697
+ /// @group loader
19698
+ $kendo-loader-lg-container-font-size: $kendo-font-size-lg !default;
19616
19699
 
19617
- // Loading
19700
+ // Loading indicator
19701
+ /// The background color of the Loading indicator.
19702
+ /// @group loading
19618
19703
  $kendo-loading-bg: $kendo-component-bg !default;
19704
+ /// The text color of the Loading indicator.
19705
+ /// @group loading
19619
19706
  $kendo-loading-text: currentColor !default;
19707
+ /// The opacity of the Loading indicator.
19708
+ /// @group loading
19620
19709
  $kendo-loading-opacity: .3 !default;
19621
19710
 
19622
19711
  // #endregion
@@ -23035,54 +23124,109 @@ $kendo-tooltip-error-border: $kendo-tooltip-error-bg !default;
23035
23124
  // File already imported_once. Skipping output.
23036
23125
  // #endregion
23037
23126
 
23038
-
23039
23127
  // Window
23040
23128
 
23129
+ /// The width of the border around the Window.
23130
+ /// @group window
23041
23131
  $kendo-window-border-width: 0px !default;
23132
+ /// The border radius of the Window.
23133
+ /// @group window
23042
23134
  $kendo-window-border-radius: 0px !default;
23135
+ /// The font family of the Window.
23136
+ /// @group window
23043
23137
  $kendo-window-font-family: $kendo-font-family !default;
23138
+ /// The font size of the Window.
23139
+ /// @group window
23044
23140
  $kendo-window-font-size: $kendo-font-size-md !default;
23141
+ /// The line height of the Window.
23142
+ /// @group window
23045
23143
  $kendo-window-line-height: 1.25 !default;
23046
23144
 
23145
+ /// The horizontal padding of the Window titlebar.
23146
+ /// @group window
23047
23147
  $kendo-window-titlebar-padding-x: 16px !default;
23148
+ /// The vertical padding of the Window titlebar.
23149
+ /// @group window
23048
23150
  $kendo-window-titlebar-padding-y: 12px !default;
23151
+ /// The width of the border of the Window titlebar.
23152
+ /// @group window
23049
23153
  $kendo-window-titlebar-border-width: 0 0 1px !default;
23154
+ /// The style of the border of the Window titlebar.
23155
+ /// @group window
23050
23156
  $kendo-window-titlebar-border-style: solid !default;
23051
23157
 
23158
+ /// The font size of the title of the Window.
23159
+ /// @group window
23052
23160
  $kendo-window-title-font-size: $kendo-font-size-lg !default;
23161
+ /// The line height of the title of the Window.
23162
+ /// @group window
23053
23163
  $kendo-window-title-line-height: 1.25 !default;
23054
23164
 
23165
+ /// The spacing between the buttons in the Window titlebar.
23166
+ /// @group window
23055
23167
  $kendo-window-actions-gap: null !default;
23056
-
23168
+ /// The opacity of the buttons in the Window titlebar.
23169
+ /// @group window
23057
23170
  $kendo-window-action-opacity: null !default;
23171
+ /// The opacity of the hovered buttons in the Window titlebar.
23172
+ /// @group window
23058
23173
  $kendo-window-action-hover-opacity: null !default;
23059
23174
 
23175
+ /// The horizontal padding of the content of the Window.
23176
+ /// @group window
23060
23177
  $kendo-window-inner-padding-x: 16px !default;
23178
+ /// The vertical padding of the content of the Window.
23179
+ /// @group window
23061
23180
  $kendo-window-inner-padding-y: 16px !default;
23062
23181
 
23182
+ /// The horizontal padding of the Window action buttons.
23183
+ /// @group window
23063
23184
  $kendo-window-buttongroup-padding-x: $kendo-actions-padding-x !default;
23185
+ /// The vertical padding of the Window action buttons.
23186
+ /// @group window
23064
23187
  $kendo-window-buttongroup-padding-y: $kendo-actions-padding-y !default;
23188
+ /// The width of the top border of the Window action buttons.
23189
+ /// @group window
23065
23190
  $kendo-window-buttongroup-border-width: 1px !default;
23066
23191
 
23192
+ /// The background color of the Window.
23193
+ /// @group window
23067
23194
  $kendo-window-bg: $kendo-component-bg !default;
23195
+ /// The text color of the Window.
23196
+ /// @group window
23068
23197
  $kendo-window-text: $kendo-component-text !default;
23198
+ /// The border color of the Window.
23199
+ /// @group window
23069
23200
  $kendo-window-border: $kendo-component-border !default;
23201
+ /// The box shadow of the Window.
23202
+ /// @group window
23203
+ $kendo-window-shadow: 0 3px 3px 0 rgba(0, 0, 0, .06) !default;
23204
+ /// The box shadow of the focused Window.
23205
+ /// @group window
23206
+ $kendo-window-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3) !default;
23070
23207
 
23208
+ /// The background color of the Window titlebar.
23209
+ /// @group window
23071
23210
  $kendo-window-titlebar-bg: $kendo-component-header-bg !default;
23211
+ /// The text color of the Window titlebar.
23212
+ /// @group window
23072
23213
  $kendo-window-titlebar-text: $kendo-component-header-text !default;
23214
+ /// The border color of the Window titlebar.
23215
+ /// @group window
23073
23216
  $kendo-window-titlebar-border: inherit !default;
23217
+ /// The background gradient of the Window titlebar.
23218
+ /// @group window
23074
23219
  $kendo-window-titlebar-gradient: null !default;
23075
23220
 
23076
- $kendo-window-shadow: 0 3px 3px 0 rgba(0, 0, 0, .06) !default;
23077
- $kendo-window-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3) !default;
23078
-
23221
+ /// The map of the width for the different Window sizes.
23222
+ /// @group window
23079
23223
  $kendo-window-sizes: (
23080
23224
  sm: 300px,
23081
23225
  md: 800px,
23082
23226
  lg: 1200px
23083
23227
  ) !default;
23084
23228
 
23085
- /// Theme colors map for the window.
23229
+ /// The theme colors map for the Window.
23086
23230
  /// @group window
23087
23231
  $kendo-window-theme-colors: (
23088
23232
  "primary": k-map-get($kendo-theme-colors, "primary"),
@@ -25845,56 +25989,56 @@ $_kendo-module-meta: (
25845
25989
 
25846
25990
  // Component
25847
25991
  // #region @import "./_variables.scss"; -> scss/listbox/_variables.scss
25848
- // Listbox
25992
+ // ListBox
25849
25993
 
25850
- /// Margin between the listbox elements.
25994
+ /// The spacing between the ListBox elements.
25851
25995
  /// @group listbox
25852
25996
  $kendo-listbox-spacing: k-map-get( $kendo-spacing, 2 ) !default;
25853
- /// Margin between the listbox buttons.
25997
+ /// The spacing between the ListBox buttons.
25854
25998
  /// @group listbox
25855
25999
  $kendo-listbox-button-spacing: k-map-get( $kendo-spacing, 2 ) !default;
25856
- /// Width of the listbox.
26000
+ /// The width of the ListBox.
25857
26001
  /// @group listbox
25858
26002
  $kendo-listbox-width: 10em !default;
25859
- /// Height of the listbox.
26003
+ /// The height of the ListBox.
25860
26004
  /// @group listbox
25861
26005
  $kendo-listbox-default-height: 200px !default;
25862
- /// Width of the border around the listbox.
26006
+ /// The width of the border around the ListBox.
25863
26007
  /// @group listbox
25864
26008
  $kendo-listbox-border-width: 1px !default;
25865
- /// Font family of the listbox.
26009
+ /// The font family of the ListBox.
25866
26010
  /// @group listbox
25867
26011
  $kendo-listbox-font-family: $kendo-font-family !default;
25868
- /// Font size of the listbox.
26012
+ /// The font size of the ListBox.
25869
26013
  /// @group listbox
25870
26014
  $kendo-listbox-font-size: $kendo-font-size-md !default;
25871
- /// Line height of the listbox.
26015
+ /// The line height of the ListBox.
25872
26016
  /// @group listbox
25873
26017
  $kendo-listbox-line-height: $kendo-line-height-md !default;
25874
- /// Background color of the listbox.
25875
- /// @group listbox
25876
- $kendo-listbox-bg: $kendo-component-bg !default;
25877
- /// Text color of the listbox.
26018
+
26019
+ /// The text color of the ListBox.
25878
26020
  /// @group listbox
25879
26021
  $kendo-listbox-text: $kendo-component-text !default;
25880
- /// Border color of the listbox.
26022
+ /// The background color of the ListBox.
26023
+ /// @group listbox
26024
+ $kendo-listbox-bg: $kendo-component-bg !default;
26025
+ /// The border color of the ListBox.
25881
26026
  /// @group listbox
25882
26027
  $kendo-listbox-border: $kendo-component-border !default;
25883
26028
 
25884
- /// Inline item padding of the listbox.
26029
+ /// The inline padding of the ListBox item.
25885
26030
  /// @group listbox
25886
26031
  $kendo-listbox-item-padding-x: null !default;
25887
- /// Block item padding of the listbox.
26032
+ /// The block padding of the ListBox item.
25888
26033
  /// @group listbox
25889
26034
  $kendo-listbox-item-padding-y: null !default;
25890
26035
 
25891
- /// Width of the border around the drop hint.
25892
- /// @group listbox
25893
- $kendo-listbox-drop-hint-border-width: null !default;
25894
- /// Width of the drop hint.
26036
+ /// The width of the ListBox drop hint.
25895
26037
  /// @group listbox
25896
26038
  $kendo-listbox-drop-hint-width: 1px !default;
25897
-
26039
+ /// The width of the border around the ListBox drop hint.
26040
+ /// @group listbox
26041
+ $kendo-listbox-drop-hint-border-width: null !default;
25898
26042
  // #endregion
25899
26043
  // #region @import "./_layout.scss"; -> scss/listbox/_layout.scss
25900
26044
  @mixin kendo-listbox--layout-base() {
@@ -26055,77 +26199,78 @@ $_kendo-module-meta: (
26055
26199
 
26056
26200
  // Component
26057
26201
  // #region @import "./_variables.scss"; -> scss/progressbar/_variables.scss
26058
- // Progressbar
26202
+ // ProgressBar
26059
26203
 
26060
- /// Height of the progressbar.
26204
+ /// The height of the ProgressBar.
26061
26205
  /// @group progressbar
26062
26206
  $kendo-progressbar-height: 22px !default;
26063
- /// Horizontal width of the progressbar.
26207
+ /// The horizontal width of the ProgressBar.
26064
26208
  /// @group progressbar
26065
26209
  $kendo-progressbar-horizontal-width: 100% !default;
26066
- /// Animation timing of the progressbar.
26210
+ /// The animation timing of the ProgressBar.
26067
26211
  /// @group progressbar
26068
26212
  $kendo-progressbar-animation-timing: 1s linear infinite !default;
26069
- /// Border width of the progressbar.
26213
+ /// The width of the border around the ProgressBar.
26070
26214
  /// @group progressbar
26071
26215
  $kendo-progressbar-border-width: 0px !default;
26072
- /// Font family of the progressbar.
26216
+ /// The font family of the ProgressBar.
26073
26217
  /// @group progressbar
26074
26218
  $kendo-progressbar-font-family: $kendo-font-family !default;
26075
- /// Font size of the progressbar.
26219
+ /// The font size of the ProgressBar.
26076
26220
  /// @group progressbar
26077
26221
  $kendo-progressbar-font-size: $kendo-font-size-sm !default;
26078
- /// Line height of the progressbar.
26222
+ /// The line height of the ProgressBar.
26079
26223
  /// @group progressbar
26080
26224
  $kendo-progressbar-line-height: 1 !default;
26081
- /// Background color of the progressbar.
26225
+
26226
+ /// The background color of the ProgressBar.
26082
26227
  /// @group progressbar
26083
26228
  $kendo-progressbar-bg: k-try-shade( $kendo-component-bg, 1 ) !default;
26084
- /// Text color of the progressbar.
26229
+ /// The text color of the ProgressBar.
26085
26230
  /// @group progressbar
26086
26231
  $kendo-progressbar-text: $kendo-component-text !default;
26087
- /// Border color of the progressbar.
26232
+ /// The border color of the ProgressBar.
26088
26233
  /// @group progressbar
26089
26234
  $kendo-progressbar-border: $kendo-component-border !default;
26090
- /// Background gradient of the progressbar.
26235
+ /// The background gradient of the ProgressBar.
26091
26236
  /// @group progressbar
26092
26237
  $kendo-progressbar-gradient: null !default;
26093
26238
 
26094
- /// Progress background color of the progressbar.
26239
+ /// The progress background color of the ProgressBar.
26095
26240
  /// @group progressbar
26096
26241
  $kendo-progressbar-value-bg: $kendo-color-primary !default;
26097
- /// Progress text color of the progressbar.
26242
+ /// The progress text color of the ProgressBar.
26098
26243
  /// @group progressbar
26099
26244
  $kendo-progressbar-value-text: k-contrast-legacy( $kendo-progressbar-value-bg ) !default;
26100
- /// Progress border color of the progressbar.
26245
+ /// The progress border color of the ProgressBar.
26101
26246
  /// @group progressbar
26102
26247
  $kendo-progressbar-value-border: k-try-shade( $kendo-progressbar-value-bg ) !default;
26103
- /// Progress background gradient of the progressbar.
26248
+ /// The progress background gradient of the ProgressBar.
26104
26249
  /// @group progressbar
26105
26250
  $kendo-progressbar-value-gradient: null !default;
26106
26251
 
26107
- /// Background color of the indeterminate progressbar.
26252
+ /// The background color of the indeterminate ProgressBar.
26108
26253
  /// @group progressbar
26109
26254
  $kendo-progressbar-indeterminate-bg: $kendo-progressbar-bg !default;
26110
- /// Text color of the indeterminate progressbar.
26255
+ /// The text color of the indeterminate ProgressBar.
26111
26256
  /// @group progressbar
26112
26257
  $kendo-progressbar-indeterminate-text: $kendo-progressbar-text !default;
26113
- /// Border color of the indeterminate progressbar.
26258
+ /// The border color of the indeterminate ProgressBar.
26114
26259
  /// @group progressbar
26115
26260
  $kendo-progressbar-indeterminate-border: $kendo-progressbar-border !default;
26116
- /// Background gradient of the indeterminate progressbar.
26261
+ /// The background gradient of the indeterminate ProgressBar.
26117
26262
  /// @group progressbar
26118
26263
  $kendo-progressbar-indeterminate-gradient: null !default;
26119
26264
 
26120
- /// Border color of the chunk progressbar.
26265
+ /// The border color of the chunk ProgressBar.
26121
26266
  /// @group progressbar
26122
26267
  $kendo-progressbar-chunk-border: $kendo-body-bg !default;
26123
26268
 
26124
26269
  // Circular Progressbar
26125
- /// Arc stroke color of the circular progressbar.
26270
+ /// The arc stroke color of the circular ProgressBar.
26126
26271
  /// @group progressbar
26127
26272
  $kendo-circular-progressbar-arc-stroke: $kendo-color-primary !default;
26128
- /// Scale stroke background color of the circular progressbar.
26273
+ /// The scale stroke background color of the circular ProgressBar.
26129
26274
  /// @group progressbar
26130
26275
  $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
26131
26276
 
@@ -29370,15 +29515,32 @@ $_kendo-module-meta: (
29370
29515
 
29371
29516
  // Component
29372
29517
  // #region @import "./_variables.scss"; -> scss/colorpalette/_variables.scss
29373
- // Colorpalette
29518
+ // ColorPalette
29519
+
29520
+ /// The font family of the ColorPalette.
29521
+ /// @group colorpalette
29374
29522
  $kendo-color-palette-font-family: $kendo-font-family !default;
29523
+ /// The font size of the ColorPalette.
29524
+ /// @group colorpalette
29375
29525
  $kendo-color-palette-font-size: $kendo-font-size-md !default;
29526
+ /// The line height of the ColorPalette.
29527
+ /// @group colorpalette
29376
29528
  $kendo-color-palette-line-height: 0 !default;
29377
29529
 
29530
+ /// The width of the ColorPalette tile.
29531
+ /// @group colorpalette
29378
29532
  $kendo-color-palette-tile-width: k-map-get( $kendo-spacing, 6 ) !default;
29533
+ /// The height of the ColorPalette tile.
29534
+ /// @group colorpalette
29379
29535
  $kendo-color-palette-tile-height: $kendo-color-palette-tile-width !default;
29536
+ /// The shadow of the ColorPalette focused tile.
29537
+ /// @group colorpalette
29380
29538
  $kendo-color-palette-tile-focus-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) !default;
29539
+ /// The shadow of the ColorPalette hovered tile.
29540
+ /// @group colorpalette
29381
29541
  $kendo-color-palette-tile-hover-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) !default;
29542
+ /// The shadow of the ColorPalette selected tile.
29543
+ /// @group colorpalette
29382
29544
  $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) !default;
29383
29545
 
29384
29546
  // #endregion
@@ -29639,59 +29801,140 @@ $_kendo-module-meta: (
29639
29801
  // File already imported_once. Skipping output.
29640
29802
  // #endregion
29641
29803
 
29642
-
29643
29804
  // ColorGradient
29805
+
29806
+ /// The spacer of the ColorGradient.
29807
+ /// @group cologradient
29644
29808
  $kendo-color-gradient-spacer: k-map-get( $kendo-spacing, 3 ) !default;
29645
29809
 
29810
+ /// The width of the ColorGradient.
29811
+ /// @group cologradient
29646
29812
  $kendo-color-gradient-width: 272px !default;
29813
+ /// The width of the border around the ColorGradient.
29814
+ /// @group cologradient
29647
29815
  $kendo-color-gradient-border-width: 1px !default;
29816
+ /// The border radius of the ColorGradient.
29817
+ /// @group cologradient
29648
29818
  $kendo-color-gradient-border-radius: $kendo-border-radius-md !default;
29819
+ /// The vertical padding of the ColorGradient.
29820
+ /// @group cologradient
29649
29821
  $kendo-color-gradient-padding-y: $kendo-color-gradient-spacer !default;
29822
+ /// The horizontal padding of the ColorGradient.
29823
+ /// @group cologradient
29650
29824
  $kendo-color-gradient-padding-x: $kendo-color-gradient-padding-y !default;
29825
+ /// The spacing between the sections of the ColorGradient.
29826
+ /// @group cologradient
29651
29827
  $kendo-color-gradient-gap: $kendo-color-gradient-spacer !default;
29828
+ /// The font family of the ColorGradient.
29829
+ /// @group cologradient
29652
29830
  $kendo-color-gradient-font-family: $kendo-font-family !default;
29831
+ /// The font size of the ColorGradient.
29832
+ /// @group cologradient
29653
29833
  $kendo-color-gradient-font-size: $kendo-font-size-md !default;
29834
+ /// The line height of the ColorGradient.
29835
+ /// @group cologradient
29654
29836
  $kendo-color-gradient-line-height: $kendo-line-height-md !default;
29655
- $kendo-color-gradient-bg: $kendo-component-bg !default;
29837
+ /// The text color of the ColorGradient.
29838
+ /// @group cologradient
29656
29839
  $kendo-color-gradient-text: $kendo-component-text !default;
29840
+ /// The background color of the ColorGradient.
29841
+ /// @group cologradient
29842
+ $kendo-color-gradient-bg: $kendo-component-bg !default;
29843
+ /// The border color of the ColorGradient.
29844
+ /// @group cologradient
29657
29845
  $kendo-color-gradient-border: $kendo-component-border !default;
29658
29846
 
29847
+ /// The border color of the focused ColorGradient.
29848
+ /// @group cologradient
29659
29849
  $kendo-color-gradient-focus-border: null !default;
29850
+ /// The box shadow of the focused ColorGradient.
29851
+ /// @group cologradient
29660
29852
  $kendo-color-gradient-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3) !default;
29661
29853
 
29854
+ /// The border radius of the ColorGradient canvas.
29855
+ /// @group cologradient
29662
29856
  $kendo-color-gradient-canvas-border-radius: $kendo-border-radius-md !default;
29857
+ /// The spacing between the items of the ColorGradient canvas.
29858
+ /// @group cologradient
29663
29859
  $kendo-color-gradient-canvas-gap: $kendo-color-gradient-spacer !default;
29860
+ /// The height the ColorGradient canvas hsv rectangle.
29861
+ /// @group cologradient
29664
29862
  $kendo-color-gradient-canvas-rectangle-height: 180px !default;
29665
29863
 
29864
+ /// The width of the ColorGradient slider.
29865
+ /// @group cologradient
29666
29866
  $kendo-color-gradient-slider-track-size: 10px !default;
29867
+ /// The border radius of the ColorGradient slider.
29868
+ /// @group cologradient
29667
29869
  $kendo-color-gradient-slider-border-radius: 10px !default;
29870
+ /// The width of the border around the ColorGradient slider drag handle.
29871
+ /// @group cologradient
29668
29872
  $kendo-color-gradient-slider-draghandle-border-width: 3px !default;
29669
29873
 
29874
+ /// The height of the ColorGradient vertical slider.
29875
+ /// @group cologradient
29670
29876
  $kendo-color-gradient-slider-vertical-size: 180px !default;
29877
+ /// The width of the ColorGradient horizontal slider.
29878
+ /// @group cologradient
29671
29879
  $kendo-color-gradient-slider-horizontal-size: 100% !default;
29672
29880
 
29881
+ /// The width of the ColorGradient canvas drag handle.
29882
+ /// @group cologradient
29673
29883
  $kendo-color-gradient-draghandle-width: 14px !default;
29884
+ /// The height of the ColorGradient canvas drag handle.
29885
+ /// @group cologradient
29674
29886
  $kendo-color-gradient-draghandle-height: 14px !default;
29887
+ /// The width of the border around the ColorGradient canvas drag handle.
29888
+ /// @group cologradient
29675
29889
  $kendo-color-gradient-draghandle-border-width: 1px !default;
29890
+ /// The border radius of the ColorGradient canvas drag handle.
29891
+ /// @group cologradient
29676
29892
  $kendo-color-gradient-draghandle-border-radius: 50% !default;
29677
- $kendo-color-gradient-draghandle-bg: transparent !default;
29893
+ /// The text color of the ColorGradient canvas drag handle.
29894
+ /// @group cologradient
29678
29895
  $kendo-color-gradient-draghandle-text: null !default;
29896
+ /// The background color of the ColorGradient canvas drag handle.
29897
+ /// @group cologradient
29898
+ $kendo-color-gradient-draghandle-bg: transparent !default;
29899
+ /// The color of the border around the ColorGradient canvas drag handle.
29900
+ /// @group cologradient
29679
29901
  $kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
29902
+ /// The box shadow of the ColorGradient canvas drag handle.
29903
+ /// @group cologradient
29680
29904
  $kendo-color-gradient-draghandle-shadow: 0 1px 4px rgba(0, 0, 0, .5) !default;
29905
+ /// The box shadow of the focused ColorGradient canvas drag handle.
29906
+ /// @group cologradient
29681
29907
  $kendo-color-gradient-draghandle-focus-shadow: 0 1px 4px black !default;
29908
+ /// The box shadow of the hovered ColorGradient canvas drag handle.
29909
+ /// @group cologradient
29682
29910
  $kendo-color-gradient-draghandle-hover-shadow: $kendo-color-gradient-draghandle-focus-shadow !default;
29683
29911
 
29912
+ /// The vertical margin of the ColorGradient canvas drag handle.
29913
+ /// @group cologradient
29684
29914
  $kendo-color-gradient-canvas-draghandle-margin-y: - k-math-div( $kendo-color-gradient-draghandle-height, 2 ) !default;
29915
+ /// The horizontal margin of the ColorGradient canvas drag handle.
29916
+ /// @group cologradient
29685
29917
  $kendo-color-gradient-canvas-draghandle-margin-x: - k-math-div( $kendo-color-gradient-draghandle-width, 2 ) !default;
29686
29918
 
29919
+ /// The width of the ColorGradient input.
29920
+ /// @group cologradient
29687
29921
  $kendo-color-gradient-input-width: 46px !default;
29922
+ /// The spacing between the ColorGradient inputs.
29923
+ /// @group cologradient
29688
29924
  $kendo-color-gradient-input-gap: k-math-div( $kendo-color-gradient-spacer, 1.5 ) !default;
29925
+ /// The spacing between the ColorGradient inputs and their labels.
29926
+ /// @group cologradient
29689
29927
  $kendo-color-gradient-input-label-gap: k-math-div( $kendo-color-gradient-spacer, 3 ) !default;
29928
+ /// The text color of the ColorGradient input labels.
29929
+ /// @group cologradient
29690
29930
  $kendo-color-gradient-input-label-text: $kendo-subtle-text !default;
29691
29931
 
29932
+ /// The font weight of the ColorGradient contrast ratio text.
29933
+ /// @group cologradient
29692
29934
  $kendo-color-gradient-contrast-ratio-font-weight: $kendo-font-weight-bold !default;
29935
+ /// The spacing between the items in the ColorGradient contrast tool.
29936
+ /// @group cologradient
29693
29937
  $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 1.5 ) !default;
29694
-
29695
29938
  // #endregion
29696
29939
  // #region @import "./_layout.scss"; -> scss/colorgradient/_layout.scss
29697
29940
  @mixin kendo-color-gradient--layout-base() {
@@ -30042,38 +30285,86 @@ $_kendo-module-meta: (
30042
30285
 
30043
30286
  // Component
30044
30287
  // #region @import "./_variables.scss"; -> scss/coloreditor/_variables.scss
30045
- // Coloreditor/FlatColorPicker
30288
+ // ColorEditor/FlatColorPicker
30289
+
30290
+ /// The spacer of the ColorEditor.
30291
+ /// @group coloreditor
30046
30292
  $kendo-color-editor-spacer: k-map-get( $kendo-spacing, 3 ) !default;
30047
30293
 
30294
+ /// The minimum width of the ColorEditor.
30295
+ /// @group coloreditor
30048
30296
  $kendo-color-editor-min-width: 272px !default;
30297
+ /// The width of the border around the ColorEditor.
30298
+ /// @group coloreditor
30049
30299
  $kendo-color-editor-border-width: 1px !default;
30300
+ /// The border radius of the ColorEditor.
30301
+ /// @group coloreditor
30050
30302
  $kendo-color-editor-border-radius: $kendo-border-radius-md !default;
30303
+ /// The font family of the ColorEditor.
30304
+ /// @group coloreditor
30051
30305
  $kendo-color-editor-font-family: $kendo-font-family !default;
30306
+ /// The font size of the ColorEditor.
30307
+ /// @group coloreditor
30052
30308
  $kendo-color-editor-font-size: $kendo-font-size-md !default;
30309
+ /// The line height of the ColorEditor.
30310
+ /// @group coloreditor
30053
30311
  $kendo-color-editor-line-height: $kendo-line-height-md !default;
30054
- $kendo-color-editor-bg: $kendo-component-bg !default;
30312
+ /// The text color of the ColorEditor.
30313
+ /// @group coloreditor
30055
30314
  $kendo-color-editor-text: $kendo-component-text !default;
30315
+ /// The background color of the ColorEditor.
30316
+ /// @group coloreditor
30317
+ $kendo-color-editor-bg: $kendo-component-bg !default;
30318
+ /// The border color of the ColorEditor.
30319
+ /// @group coloreditor
30056
30320
  $kendo-color-editor-border: $kendo-component-border !default;
30057
30321
 
30322
+ /// The border color of the focused ColorEditor.
30323
+ /// @group coloreditor
30058
30324
  $kendo-color-editor-focus-border: null !default;
30325
+ /// The box shadow of the focused ColorEditor.
30326
+ /// @group coloreditor
30059
30327
  $kendo-color-editor-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3) !default;
30060
30328
 
30329
+ /// The vertical padding of the ColorEditor header.
30330
+ /// @group coloreditor
30061
30331
  $kendo-color-editor-header-padding-y: $kendo-color-editor-spacer !default;
30332
+ /// The horizontal padding of the ColorEditor header.
30333
+ /// @group coloreditor
30062
30334
  $kendo-color-editor-header-padding-x: $kendo-color-editor-header-padding-y !default;
30335
+ /// The spacing between the ColorEditor header actions.
30336
+ /// @group coloreditor
30063
30337
  $kendo-color-editor-header-actions-gap: k-math-div( $kendo-color-editor-spacer, 1.5 ) !default;
30064
30338
 
30065
- $kendo-color-editor-preview-gap: k-map-get( $kendo-spacing, 1 ) !default;
30339
+ /// The width of the ColorEditor preview.
30340
+ /// @group coloreditor
30066
30341
  $kendo-color-editor-color-preview-width: 32px !default;
30342
+ /// The height of the ColorEditor preview.
30343
+ /// @group coloreditor
30067
30344
  $kendo-color-editor-color-preview-height: 12px !default;
30345
+ /// The spacing between the colors in the ColorEditor preview.
30346
+ /// @group coloreditor
30347
+ $kendo-color-editor-preview-gap: k-map-get( $kendo-spacing, 1 ) !default;
30068
30348
 
30349
+ /// The vertical padding of the ColorEditor views container.
30350
+ /// @group coloreditor
30069
30351
  $kendo-color-editor-views-padding-y: $kendo-color-editor-spacer !default;
30352
+ /// The horizontal padding of the ColorEditor views container.
30353
+ /// @group coloreditor
30070
30354
  $kendo-color-editor-views-padding-x: $kendo-color-editor-views-padding-y !default;
30355
+ /// The spacing of the ColorEditor views container.
30356
+ /// @group coloreditor
30071
30357
  $kendo-color-editor-views-gap: $kendo-color-editor-spacer !default;
30072
30358
 
30359
+ /// The outline color of the focused ColorGradient.
30360
+ /// @group coloreditor
30073
30361
  $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, .3) !default;
30362
+ /// The outline width of the focused ColorGradient.
30363
+ /// @group coloreditor
30074
30364
  $kendo-color-editor-color-gradient-focus-outline: 2px !default;
30365
+ /// The outline offset of the focused ColorGradient.
30366
+ /// @group coloreditor
30075
30367
  $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
30076
-
30077
30368
  // #endregion
30078
30369
  // #region @import "./_layout.scss"; -> scss/coloreditor/_layout.scss
30079
30370
  @mixin kendo-color-editor--layout-base() {
@@ -31512,7 +31803,7 @@ $kendo-treeview-md-line-height: $kendo-line-height-md !default;
31512
31803
  $kendo-treeview-lg-line-height: $kendo-line-height-lg !default;
31513
31804
  /// The indentation of child groups in the TreeView.
31514
31805
  /// @group treeview
31515
- $kendo-treeview-indent: 16px !default;
31806
+ $kendo-treeview-indent: 24px !default;
31516
31807
 
31517
31808
  /// The horizontal padding of the TreeView items.
31518
31809
  /// @group treeview
@@ -31545,6 +31836,25 @@ $kendo-treeview-item-border-width: 0px !default;
31545
31836
  /// @group treeview
31546
31837
  $kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
31547
31838
 
31839
+ /// The horizontal padding of the checkbox in the small TreeView.
31840
+ /// @group treeview
31841
+ $kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
31842
+ /// The horizontal padding of the checkbox in the medium TreeView.
31843
+ /// @group treeview
31844
+ $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
31845
+ /// The horizontal padding of the checkbox in the large TreeView.
31846
+ /// @group treeview
31847
+ $kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
31848
+ /// The vertical padding of the checkbox in the small TreeView.
31849
+ /// @group treeview
31850
+ $kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
31851
+ /// The vertical padding of the checkbox in the medium TreeView.
31852
+ /// @group treeview
31853
+ $kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;
31854
+ /// The vertical padding of the checkbox in the large TreeView.
31855
+ /// @group treeview
31856
+ $kendo-treeview-lg-checkbox-padding-y: null !default;
31857
+
31548
31858
 
31549
31859
  /// The sizes map of the TreeView.
31550
31860
  /// @group treeview
@@ -31553,19 +31863,25 @@ $kendo-treeview-sizes: (
31553
31863
  font-size: $kendo-treeview-sm-font-size,
31554
31864
  line-height: $kendo-treeview-sm-line-height,
31555
31865
  item-padding-x: $kendo-treeview-sm-item-padding-x,
31556
- item-padding-y: $kendo-treeview-sm-item-padding-y
31866
+ item-padding-y: $kendo-treeview-sm-item-padding-y,
31867
+ checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
31868
+ checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
31557
31869
  ),
31558
31870
  md: (
31559
31871
  font-size: $kendo-treeview-md-font-size,
31560
31872
  line-height: $kendo-treeview-md-line-height,
31561
31873
  item-padding-x: $kendo-treeview-md-item-padding-x,
31562
- item-padding-y: $kendo-treeview-md-item-padding-y
31874
+ item-padding-y: $kendo-treeview-md-item-padding-y,
31875
+ checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
31876
+ checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
31563
31877
  ),
31564
31878
  lg: (
31565
31879
  font-size: $kendo-treeview-lg-font-size,
31566
31880
  line-height: $kendo-treeview-lg-line-height,
31567
31881
  item-padding-x: $kendo-treeview-lg-item-padding-x,
31568
- item-padding-y: $kendo-treeview-lg-item-padding-y
31882
+ item-padding-y: $kendo-treeview-lg-item-padding-y,
31883
+ checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
31884
+ checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
31569
31885
  )
31570
31886
  ) !default;
31571
31887
 
@@ -31643,6 +31959,7 @@ $kendo-treeview-loadmore-focus-border: null !default;
31643
31959
  /// @group treeview
31644
31960
  $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
31645
31961
 
31962
+
31646
31963
  // #endregion
31647
31964
  // #region @import "./_layout.scss"; -> scss/treeview/_layout.scss
31648
31965
  @mixin kendo-treeview--layout-base() {
@@ -31720,13 +32037,18 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
31720
32037
 
31721
32038
  // Treeview toggle
31722
32039
  .k-treeview-toggle {
31723
- margin-left: -$kendo-treeview-indent;
32040
+ margin-inline-start: -$kendo-treeview-indent;
31724
32041
  flex: none;
31725
32042
  display: inline-flex;
31726
32043
  flex-flow: row nowrap;
31727
32044
  align-items: center;
31728
32045
  cursor: pointer;
31729
32046
  }
32047
+ .k-treeview-toggle .k-icon,
32048
+ .k-treeview-toggle .k-svg-icon {
32049
+ padding: $kendo-icon-padding;
32050
+ box-sizing: content-box;
32051
+ }
31730
32052
 
31731
32053
 
31732
32054
  // Loading icon
@@ -31738,8 +32060,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
31738
32060
  // Checkbox
31739
32061
  .k-treeview .k-checkbox-wrap,
31740
32062
  .k-treeview .k-checkbox-wrapper {
31741
- margin-left: $kendo-icon-spacing;
31742
- margin-right: $kendo-icon-spacing;
31743
32063
  align-self: center;
31744
32064
  }
31745
32065
 
@@ -31795,12 +32115,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
31795
32115
  padding-right: $kendo-treeview-indent;
31796
32116
  }
31797
32117
 
31798
- // Treeview toggle
31799
- .k-treeview-toggle {
31800
- margin-left: 0;
31801
- margin-right: -$kendo-treeview-indent;
31802
- }
31803
-
31804
32118
  // Loading
31805
32119
  .k-treeview-loading {
31806
32120
  margin-right: 0;
@@ -31825,6 +32139,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
31825
32139
  $_line-height: k-map-get( $size-props, line-height);
31826
32140
  $_item-padding-x: k-map-get( $size-props, item-padding-x);
31827
32141
  $_item-padding-y: k-map-get( $size-props, item-padding-y);
32142
+ $_checkbox-padding-x: k-map-get( $size-props, checkbox-padding-x );
32143
+ $_checkbox-padding-y: k-map-get( $size-props, checkbox-padding-y );
31828
32144
 
31829
32145
  .k-treeview-#{$size} {
31830
32146
  font-size: $_font-size;
@@ -31834,6 +32150,11 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
31834
32150
  padding-block: $_item-padding-y;
31835
32151
  padding-inline: $_item-padding-x;
31836
32152
  }
32153
+
32154
+ .k-checkbox-wrap {
32155
+ padding-block: $_checkbox-padding-y;
32156
+ padding-inline: $_checkbox-padding-x;
32157
+ }
31837
32158
  }
31838
32159
  }
31839
32160
 
@@ -31978,13 +32299,12 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
31978
32299
  .k-popup-dropdowntree, // remove legacy class once updated in components
31979
32300
  .k-dropdowntree-popup,
31980
32301
  .k-multiselecttree-popup {
31981
- padding: 0;
31982
-
31983
- .k-check-all {
31984
- padding: $kendo-dropdowntree-popup-padding-y $kendo-dropdowntree-popup-padding-x 0;
32302
+ .k-treeview {
32303
+ padding-block: k-math-div( $kendo-dropdowntree-popup-padding-y, 2 );
32304
+ padding-inline: k-math-div( $kendo-dropdowntree-popup-padding-x, 2 );
31985
32305
  }
31986
32306
 
31987
- .k-treeview {
32307
+ .k-check-all {
31988
32308
  padding-block: $kendo-dropdowntree-popup-padding-y;
31989
32309
  padding-inline: $kendo-dropdowntree-popup-padding-x;
31990
32310
  }
@@ -33227,49 +33547,102 @@ $kendo-dropzone-note-text: $kendo-subtle-text !default;
33227
33547
  // #region @import "./_variables.scss"; -> scss/upload/_variables.scss
33228
33548
  // Upload
33229
33549
 
33550
+ /// The width of the border around the Upload.
33551
+ /// @group upload
33230
33552
  $kendo-upload-border-width: 1px !default;
33553
+ /// The font family of the Upload.
33554
+ /// @group upload
33231
33555
  $kendo-upload-font-family: $kendo-font-family !default;
33556
+ /// The font size of the Upload.
33557
+ /// @group upload
33232
33558
  $kendo-upload-font-size: $kendo-font-size-md !default;
33559
+ /// The line height of the Upload.
33560
+ /// @group upload
33233
33561
  $kendo-upload-line-height: $kendo-line-height-md !default;
33562
+ /// The maximum height of the list with uploaded items.
33563
+ /// @group upload
33234
33564
  $kendo-upload-max-height: 300px !default;
33235
33565
 
33236
- $kendo-upload-bg: $kendo-component-bg !default;
33566
+ /// The text color of the Upload.
33567
+ /// @group upload
33237
33568
  $kendo-upload-text: $kendo-component-text !default;
33569
+ /// The background color of the Upload.
33570
+ /// @group upload
33571
+ $kendo-upload-bg: $kendo-component-bg !default;
33572
+ /// The border color of the Upload.
33573
+ /// @group upload
33238
33574
  $kendo-upload-border: $kendo-component-border !default;
33239
33575
 
33576
+ /// The horizontal padding of the Upload dropzone.
33577
+ /// @group upload
33240
33578
  $kendo-upload-dropzone-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
33579
+ /// The vertical padding of the Upload dropzone.
33580
+ /// @group upload
33241
33581
  $kendo-upload-dropzone-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
33242
- $kendo-upload-dropzone-bg: $kendo-component-header-bg !default;
33582
+ /// The text color of the Upload dropzone.
33583
+ /// @group upload
33243
33584
  $kendo-upload-dropzone-text: $kendo-component-header-text !default;
33585
+ /// The background color of the Upload dropzone.
33586
+ /// @group upload
33587
+ $kendo-upload-dropzone-bg: $kendo-component-header-bg !default;
33588
+ /// The border color of the Upload dropzone.
33589
+ /// @group upload
33244
33590
  $kendo-upload-dropzone-border: $kendo-upload-border !default;
33591
+ /// The background color of the hovered Upload dropzone.
33592
+ /// @group upload
33245
33593
  $kendo-upload-dropzone-hover-bg: $kendo-hover-bg !default;
33246
33594
 
33595
+ /// The text color of the Upload status message.
33596
+ /// @group upload
33247
33597
  $kendo-upload-status-text: $kendo-subtle-text !default;
33598
+ /// The opacity of the Upload status message.
33599
+ /// @group upload
33248
33600
  $kendo-upload-status-text-opacity: null !default;
33249
33601
 
33602
+ /// The horizontal padding of an uploaded item.
33603
+ /// @group upload
33250
33604
  $kendo-upload-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
33605
+ /// The vertical padding of an uploaded item.
33606
+ /// @group upload
33251
33607
  $kendo-upload-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
33252
33608
 
33609
+ /// The vertical spacing between uploaded batch items.
33610
+ /// @group upload
33253
33611
  $kendo-upload-multiple-items-spacing: 12px !default;
33254
33612
 
33613
+ /// The font size of the Upload validation message.
33614
+ /// @group upload
33255
33615
  $kendo-upload-validation-font-size: 11px !default;
33616
+ /// The horizontal spacing of the Upload status icon.
33617
+ /// @group upload
33256
33618
  $kendo-upload-icon-spacing: $kendo-icon-spacing !default;
33619
+ /// The color of the uploaded items icon.
33620
+ /// @group upload
33257
33621
  $kendo-upload-icon-color: $kendo-subtle-text !default;
33258
33622
 
33259
- $kendo-upload-item-image-width: 30px !default;
33260
- $kendo-upload-item-image-height: 30px !default;
33261
- $kendo-upload-item-image-border: 0px !default; // TODO: remove
33262
-
33623
+ /// The thickness of the Upload progress bar.
33624
+ /// @group upload
33263
33625
  $kendo-upload-progress-thickness: 2px !default;
33626
+ /// The background color of the Upload progress bar.
33627
+ /// @group upload
33264
33628
  $kendo-upload-progress-bg: $kendo-color-info !default;
33265
33629
 
33266
- $kendo-upload-success-bg: $kendo-color-success !default;
33630
+ /// The success text color of the Upload.
33631
+ /// @group upload
33267
33632
  $kendo-upload-success-text: $kendo-color-success !default;
33633
+ /// The success background color of the Upload progress bar.
33634
+ /// @group upload
33635
+ $kendo-upload-success-bg: $kendo-color-success !default;
33268
33636
 
33269
- $kendo-upload-error-bg: $kendo-color-error !default;
33637
+ /// The error text color of the Upload.
33638
+ /// @group upload
33270
33639
  $kendo-upload-error-text: $kendo-color-error !default;
33271
- $kendo-upload-error-border: $kendo-color-error !default;
33640
+ /// The error background color of the Upload progress bar.
33641
+ /// @group upload
33642
+ $kendo-upload-error-bg: $kendo-color-error !default;
33272
33643
 
33644
+ /// The shadow of the focused Upload button, actions and uploaded items.
33645
+ /// @group upload
33273
33646
  $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
33274
33647
 
33275
33648
  // #endregion
@@ -33691,29 +34064,60 @@ $_kendo-module-meta: (
33691
34064
 
33692
34065
  // Component
33693
34066
  // #region @import "./_variables.scss"; -> scss/appbar/_variables.scss
33694
- // Appbar
33695
- $kendo-appbar-margin-y: null !default;
34067
+ // AppBar
34068
+
34069
+ /// The horizontal margin of the AppBar.
34070
+ /// @group appbar
33696
34071
  $kendo-appbar-margin-x: null !default;
33697
- $kendo-appbar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
34072
+ /// The vertical margin of the AppBar.
34073
+ /// @group appbar
34074
+ $kendo-appbar-margin-y: null !default;
34075
+ /// The horizontal padding of the AppBar.
34076
+ /// @group appbar
33698
34077
  $kendo-appbar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
34078
+ /// The vertical padding of the AppBar.
34079
+ /// @group appbar
34080
+ $kendo-appbar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
34081
+ /// The width of the border around the AppBar.
34082
+ /// @group appbar
33699
34083
  $kendo-appbar-border-width: 0px !default;
33700
-
34084
+ /// The z-index of the AppBar.
34085
+ /// @group appbar
33701
34086
  $kendo-appbar-zindex: 1000 !default;
33702
-
34087
+ /// The font family of the AppBar.
34088
+ /// @group appbar
34089
+ $kendo-appbar-font-family: $kendo-font-family !default;
34090
+ /// The font size of the AppBar.
34091
+ /// @group appbar
33703
34092
  $kendo-appbar-font-size: $kendo-font-size-md !default;
34093
+ /// The line height of the AppBar.
34094
+ /// @group appbar
33704
34095
  $kendo-appbar-line-height: $kendo-line-height-md !default;
33705
- $kendo-appbar-font-family: $kendo-font-family !default;
34096
+
34097
+ /// The spacing between the AppBar sections.
34098
+ /// @group appbar
33706
34099
  $kendo-appbar-gap: k-map-get( $kendo-spacing, 2 ) !default;
33707
34100
 
34101
+ /// The background color of the AppBar based on light theme color.
34102
+ /// @group appbar
33708
34103
  $kendo-appbar-light-bg: $kendo-color-light !default;
34104
+ /// The text color of the AppBar based on light theme color.
34105
+ /// @group appbar
33709
34106
  $kendo-appbar-light-text: k-contrast-legacy( $kendo-color-light ) !default;
33710
34107
 
34108
+ /// The background color of the AppBar based on dark theme color.
34109
+ /// @group appbar
33711
34110
  $kendo-appbar-dark-bg: $kendo-color-dark !default;
34111
+ /// The text color of the AppBar based on dark theme color.
34112
+ /// @group appbar
33712
34113
  $kendo-appbar-dark-text: k-contrast-legacy( $kendo-color-dark ) !default;
33713
34114
 
34115
+ /// The box shadow of the AppBar.
34116
+ /// @group appbar
33714
34117
  $kendo-appbar-box-shadow: 0px 1px 1px rgba(0, 0, 0, .16) !default;
34118
+ /// The box shadow of the AppBar with bottom position.
34119
+ /// @group appbar
33715
34120
  $kendo-appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
33716
-
33717
34121
  // #endregion
33718
34122
  // #region @import "./_layout.scss"; -> scss/appbar/_layout.scss
33719
34123
  @mixin kendo-appbar--layout-base() {
@@ -35353,17 +35757,31 @@ $_kendo-module-meta: (
35353
35757
  // Component
35354
35758
  // #region @import "./_variables.scss"; -> scss/dialog/_variables.scss
35355
35759
  // Dialog
35760
+
35761
+ /// The background color of the Dialog titlebar.
35762
+ /// @group dialog
35356
35763
  $kendo-dialog-titlebar-bg: $kendo-component-header-bg !default;
35764
+ /// The text color of the Dialog titlebar.
35765
+ /// @group dialog
35357
35766
  $kendo-dialog-titlebar-text: $kendo-component-header-text !default;
35767
+ /// The border color of the Dialog titlebar.
35768
+ /// @group dialog
35358
35769
  $kendo-dialog-titlebar-border: inherit !default;
35359
35770
 
35771
+ /// The horizontal padding of the Dialog action buttons.
35772
+ /// @group dialog
35360
35773
  $kendo-dialog-buttongroup-padding-x: $kendo-actions-padding-x !default;
35774
+ /// The vertical padding of the Dialog action buttons.
35775
+ /// @group dialog
35361
35776
  $kendo-dialog-buttongroup-padding-y: $kendo-actions-padding-y !default;
35777
+ /// The width of the top border of the Dialog action buttons.
35778
+ /// @group dialog
35362
35779
  $kendo-dialog-buttongroup-border-width: 1px !default;
35363
-
35780
+ /// The spacing between the Dialog action buttons.
35781
+ /// @group dialog
35364
35782
  $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
35365
35783
 
35366
- /// Theme colors map for the dialog.
35784
+ /// The theme colors map for the Dialog.
35367
35785
  /// @group dialog
35368
35786
  $kendo-dialog-theme-colors: (
35369
35787
  "primary": k-map-get($kendo-theme-colors, "primary"),
@@ -35955,44 +36373,43 @@ $_kendo-module-meta: (
35955
36373
  // #region @import "./_variables.scss"; -> scss/notification/_variables.scss
35956
36374
  // Notification
35957
36375
 
35958
- /// Vertical padding of the notification container.
36376
+ /// The horizontal padding of the Notification.
35959
36377
  /// @group notification
35960
36378
  $kendo-notification-padding-x: 8px !default;
35961
- /// Horizontal padding of the notification.
36379
+ /// The vertical padding of the Notification.
35962
36380
  /// @group notification
35963
36381
  $kendo-notification-padding-y: 4px !default;
35964
- /// Width of the border around the notification.
36382
+ /// The width of the border around the Notification.
35965
36383
  /// @group notification
35966
36384
  $kendo-notification-border-width: 1px !default;
35967
- /// Border radius of the notification.
36385
+ /// The border radius of the Notification.
35968
36386
  /// @group notification
35969
36387
  $kendo-notification-border-radius: $kendo-border-radius-md !default;
35970
- /// Box shadow of the notification.
35971
- /// @group notification
35972
- $kendo-notification-shadow: $kendo-popup-shadow !default;
35973
- /// Font family of the notification.
36388
+ /// The font family of the Notification.
35974
36389
  /// @group notification
35975
36390
  $kendo-notification-font-family: $kendo-font-family !default;
35976
- /// Font size of the notification.
36391
+ /// The font size of the Notification.
35977
36392
  /// @group notification
35978
36393
  $kendo-notification-font-size: $kendo-font-size-sm !default;
35979
- /// Line height of the notification.
36394
+ /// The line height of the Notification.
35980
36395
  /// @group notification
35981
36396
  $kendo-notification-line-height: $kendo-line-height-md !default;
35982
-
35983
- /// Horizontal spacing of the notification icon.
35984
- /// @group notification
35985
- $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
35986
-
35987
- /// Background color of the notification.
36397
+ /// The background color of the Notification.
35988
36398
  /// @group notification
35989
36399
  $kendo-notification-bg: $kendo-component-bg !default;
35990
- /// Text color of the notification.
36400
+ /// The text color of the Notification.
35991
36401
  /// @group notification
35992
36402
  $kendo-notification-text: $kendo-component-text !default;
35993
- /// Border color of the notification.
36403
+ /// The border color of the Notification.
35994
36404
  /// @group notification
35995
36405
  $kendo-notification-border: $kendo-component-border !default;
36406
+ /// The box shadow of the Notification.
36407
+ /// @group notification
36408
+ $kendo-notification-shadow: $kendo-popup-shadow !default;
36409
+
36410
+ /// The horizontal spacing of the Notification icon.
36411
+ /// @group notification
36412
+ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
35996
36413
 
35997
36414
  @function notification-theme( $colors ) {
35998
36415
  $_theme: ();
@@ -36008,9 +36425,11 @@ $kendo-notification-border: $kendo-component-border !default;
36008
36425
  @return $_theme;
36009
36426
  }
36010
36427
 
36011
- /// Theme colors of the notification.
36428
+ /// The theme colors map for the Notification.
36012
36429
  /// @group notification
36013
36430
  $kendo-notification-theme-colors: $kendo-theme-colors !default;
36431
+ /// The generated theme colors map for the Notification.
36432
+ /// @group notification
36014
36433
  $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
36015
36434
 
36016
36435
  // #endregion
@@ -36802,37 +37221,90 @@ $kendo-card-callout-height: 20px !default;
36802
37221
  // Component
36803
37222
  // #region @import "./_variables.scss"; -> scss/popover/_variables.scss
36804
37223
  // Popover
37224
+
37225
+ /// The width of the border around the Popover.
37226
+ /// @group popover
36805
37227
  $kendo-popover-border-width: $kendo-card-border-width !default;
37228
+ /// The style of the border around the Popover.
37229
+ /// @group popover
36806
37230
  $kendo-popover-border-style: solid !default;
37231
+ /// The radius of the border around the Popover.
37232
+ /// @group popover
36807
37233
  $kendo-popover-border-radius: $kendo-card-border-radius !default;
36808
- $kendo-popover-font-size: $kendo-card-font-size !default;
37234
+ /// The font family of the Popover.
37235
+ /// @group popover
36809
37236
  $kendo-popover-font-family: $kendo-card-font-family !default;
37237
+ /// The font size of the Popover.
37238
+ /// @group popover
37239
+ $kendo-popover-font-size: $kendo-card-font-size !default;
37240
+ /// The line height of the Popover.
37241
+ /// @group popover
36810
37242
  $kendo-popover-line-height: $kendo-card-line-height !default;
36811
- $kendo-popover-bg: $kendo-component-bg !default;
37243
+
37244
+ /// The text color of the Popover.
37245
+ /// @group popover
36812
37246
  $kendo-popover-text: $kendo-component-text !default;
37247
+ /// The background color of the Popover.
37248
+ /// @group popover
37249
+ $kendo-popover-bg: $kendo-component-bg !default;
37250
+ /// The border color of the Popover.
37251
+ /// @group popover
36813
37252
  $kendo-popover-border: $kendo-component-border !default;
37253
+ /// The box shadow of the Popover.
37254
+ /// @group popover
36814
37255
  $kendo-popover-shadow: $kendo-popup-shadow !default;
36815
37256
 
36816
- $kendo-popover-header-padding-y: $kendo-card-header-padding-y !default;
37257
+ /// The horizontal padding of the Popover header.
37258
+ /// @group popover
36817
37259
  $kendo-popover-header-padding-x: $kendo-card-header-padding-x !default;
37260
+ /// The vertical padding of the Popover header.
37261
+ /// @group popover
37262
+ $kendo-popover-header-padding-y: $kendo-card-header-padding-y !default;
37263
+ /// The border width of the Popover header.
37264
+ /// @group popover
36818
37265
  $kendo-popover-header-border-width: $kendo-card-header-border-width !default;
37266
+ /// The border style of the Popover header.
37267
+ /// @group popover
36819
37268
  $kendo-popover-header-border-style: $kendo-popover-border-style !default;
36820
- $kendo-popover-header-bg: $kendo-card-header-bg !default;
37269
+ /// The text color of the Popover header.
37270
+ /// @group popover
36821
37271
  $kendo-popover-header-text: $kendo-card-header-text !default;
37272
+ /// The background color of the Popover header.
37273
+ /// @group popover
37274
+ $kendo-popover-header-bg: $kendo-card-header-bg !default;
37275
+ /// The border color of the Popover header.
37276
+ /// @group popover
36822
37277
  $kendo-popover-header-border: $kendo-card-header-border !default;
36823
37278
 
36824
- $kendo-popover-body-padding-y: $kendo-card-body-padding-y !default;
37279
+ /// The horizontal padding of the Popover body.
37280
+ /// @group popover
36825
37281
  $kendo-popover-body-padding-x: $kendo-card-body-padding-x !default;
37282
+ /// The vertical padding of the Popover body.
37283
+ /// @group popover
37284
+ $kendo-popover-body-padding-y: $kendo-card-body-padding-y !default;
36826
37285
 
37286
+ /// The border width of the Popover actions.
37287
+ /// @group popover
36827
37288
  $kendo-popover-actions-border-width: $kendo-popover-border-width !default;
36828
37289
 
37290
+ /// The width of the Popover callout.
37291
+ /// @group popover
36829
37292
  $kendo-popover-callout-width: $kendo-card-callout-width !default;
37293
+ /// The height of the Popover callout.
37294
+ /// @group popover
36830
37295
  $kendo-popover-callout-height: $kendo-card-callout-height !default;
37296
+ /// The border width of the Popover callout.
37297
+ /// @group popover
36831
37298
  $kendo-popover-callout-border-width: $kendo-popover-border-width !default;
37299
+ /// The border style of the Popover callout.
37300
+ /// @group popover
36832
37301
  $kendo-popover-callout-border-style: $kendo-popover-border-style !default;
37302
+ /// The background color of the Popover callout.
37303
+ /// @group popover
36833
37304
  $kendo-popover-callout-bg: $kendo-popover-bg !default;
37305
+ /// The border color of the Popover callout.
37306
+ /// @group popover
36834
37307
  $kendo-popover-callout-border: $kendo-popover-border !default;
36835
-
36836
37308
  // #endregion
36837
37309
  // #region @import "./_layout.scss"; -> scss/popover/_layout.scss
36838
37310
  @mixin kendo-popover--layout-base() {
@@ -37162,35 +37634,68 @@ $_kendo-module-meta: (
37162
37634
 
37163
37635
  // Component
37164
37636
  // #region @import "./_variables.scss"; -> scss/bottom-navigation/_variables.scss
37165
- // Bottom-navigation
37637
+ // BottomNavigation
37638
+
37639
+ /// The horizontal padding of the BottomNavigation.
37640
+ /// @group bottom-navigation
37166
37641
  $kendo-bottom-nav-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
37642
+ /// The vertical padding of the BottomNavigation.
37643
+ /// @group bottom-navigation
37167
37644
  $kendo-bottom-nav-padding-y: $kendo-bottom-nav-padding-x !default;
37645
+ /// The spacing between the BottomNavigation items.
37646
+ /// @group bottom-navigation
37168
37647
  $kendo-bottom-nav-gap: $kendo-bottom-nav-padding-x !default;
37648
+ /// The width of the border around the BottomNavigation.
37649
+ /// @group bottom-navigation
37169
37650
  $kendo-bottom-nav-border-width: 1px 0px 0px 0px !default;
37170
-
37651
+ /// The font family of the BottomNavigation.
37652
+ /// @group bottom-navigation
37171
37653
  $kendo-bottom-nav-font-family: $kendo-font-family !default;
37654
+ /// The font size of the BottomNavigation.
37655
+ /// @group bottom-navigation
37172
37656
  $kendo-bottom-nav-font-size: $kendo-font-size-md !default;
37657
+ /// The line height of the BottomNavigation.
37658
+ /// @group bottom-navigation
37173
37659
  $kendo-bottom-nav-line-height: normal !default;
37660
+ /// The letter spacing of the BottomNavigation.
37661
+ /// @group bottom-navigation
37174
37662
  $kendo-bottom-nav-letter-spacing: .2px !default;
37175
37663
 
37664
+ /// The horizontal padding of the BottomNavigation item.
37665
+ /// @group bottom-navigation
37176
37666
  $kendo-bottom-nav-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
37667
+ /// The vertical padding of the BottomNavigation item.
37668
+ /// @group bottom-navigation
37177
37669
  $kendo-bottom-nav-item-padding-y: 0 !default;
37670
+ /// The minimum width of the BottomNavigation item.
37671
+ /// @group bottom-navigation
37178
37672
  $kendo-bottom-nav-item-min-width: 72px !default;
37673
+ /// The maximum width of the BottomNavigation item.
37674
+ /// @group bottom-navigation
37179
37675
  $kendo-bottom-nav-item-max-width: null !default;
37676
+ /// The minimum height of the BottomNavigation item.
37677
+ /// @group bottom-navigation
37180
37678
  $kendo-bottom-nav-item-min-height: calc( #{$kendo-icon-size * 2.5} + #{$kendo-padding-md-x * 2} - #{$kendo-bottom-nav-padding-x * 2} ) !default;
37679
+ /// The border radius of the BottomNavigation item.
37680
+ /// @group bottom-navigation
37181
37681
  $kendo-bottom-nav-item-border-radius: $kendo-border-radius-md !default;
37682
+ /// The spacing of the BottomNavigation item.
37683
+ /// @group bottom-navigation
37182
37684
  $kendo-bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
37183
37685
 
37184
- $kendo-bottom-nav-item-icon-margin-y: k-map-get( $kendo-spacing, 2 ) !default;
37185
- $kendo-bottom-nav-item-icon-margin-x: $kendo-bottom-nav-item-icon-margin-y !default;
37186
- $kendo-bottom-nav-item-disabled-opacity: .5 !default;
37187
-
37686
+ /// The box shadow of the BottomNavigation.
37687
+ /// @group bottom-navigation
37188
37688
  $kendo-bottom-nav-shadow: 0px 0px 5px rgba(0, 0, 0, .12) !default;
37189
37689
 
37190
- $kendo-bottom-nav-flat-bg: $kendo-component-bg !default;
37690
+ /// The text color of the flat BottomNavigation.
37691
+ /// @group bottom-navigation
37191
37692
  $kendo-bottom-nav-flat-text: $kendo-component-text !default;
37693
+ /// The background color of the flat BottomNavigation.
37694
+ /// @group bottom-navigation
37695
+ $kendo-bottom-nav-flat-bg: $kendo-component-bg !default;
37696
+ /// The border color of the flat BottomNavigation.
37697
+ /// @group bottom-navigation
37192
37698
  $kendo-bottom-nav-flat-border: $kendo-component-border !default;
37193
-
37194
37699
  // #endregion
37195
37700
  // #region @import "./_layout.scss"; -> scss/bottom-navigation/_layout.scss
37196
37701
  @mixin kendo-bottom-navigation--layout-base() {
@@ -37431,63 +37936,234 @@ $_kendo-module-meta: (
37431
37936
  // #region @import "./_variables.scss"; -> scss/breadcrumb/_variables.scss
37432
37937
  // Breadcrumb
37433
37938
 
37939
+ /// The width of the border around the Breadcrumb.
37940
+ /// @group breadcrumb
37941
+ $kendo-breadcrumb-border-width: 0px !default;
37942
+
37943
+ /// The horizontal margin of the Breadcrumb.
37944
+ /// @group breadcrumb
37434
37945
  $kendo-breadcrumb-margin-x: null !default;
37946
+ /// The vertical margin of the Breadcrumb.
37947
+ /// @group breadcrumb
37435
37948
  $kendo-breadcrumb-margin-y: null !default;
37949
+ /// The horizontal padding of the Breadcrumb.
37950
+ /// @group breadcrumb
37436
37951
  $kendo-breadcrumb-padding-x: null !default;
37952
+ /// The vertical padding of the Breadcrumb.
37953
+ /// @group breadcrumb
37437
37954
  $kendo-breadcrumb-padding-y: null !default;
37438
- $kendo-breadcrumb-border-width: 0px !default;
37439
37955
 
37956
+ /// The font family of the Breadcrumb.
37957
+ /// @group breadcrumb
37440
37958
  $kendo-breadcrumb-font-family: $kendo-font-family !default;
37959
+
37960
+ /// The font size of the Breadcrumb.
37961
+ /// @group breadcrumb
37441
37962
  $kendo-breadcrumb-font-size: $kendo-font-size-md !default;
37963
+ /// The font size of the small Breadcrumb.
37964
+ /// @group breadcrumb
37965
+ $kendo-breadcrumb-sm-font-size: $kendo-font-size-md !default;
37966
+ /// The font size of the medium Breadcrumb.
37967
+ /// @group breadcrumb
37968
+ $kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
37969
+ /// The font size of the large Breadcrumb.
37970
+ /// @group breadcrumb
37971
+ $kendo-breadcrumb-lg-font-size: $kendo-font-size-lg !default;
37972
+
37973
+ /// The line-height of the Breadcrumb.
37974
+ /// @group breadcrumb
37442
37975
  $kendo-breadcrumb-line-height: $kendo-line-height-md !default;
37443
-
37976
+ /// The line-height of the small Breadcrumb.
37977
+ /// @group breadcrumb
37978
+ $kendo-breadcrumb-sm-line-height: $kendo-line-height-md !default;
37979
+ /// The line-height of the medium Breadcrumb.
37980
+ /// @group breadcrumb
37981
+ $kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
37982
+ /// The line-height of the height Breadcrumb.
37983
+ /// @group breadcrumb
37984
+ $kendo-breadcrumb-lg-line-height: $kendo-line-height-lg !default;
37985
+
37986
+ /// The base background of the Breadcrumb.
37987
+ /// @group breadcrumb
37444
37988
  $kendo-breadcrumb-bg: $kendo-component-bg !default;
37989
+ /// The base text color of the Breadcrumb.
37990
+ /// @group breadcrumb
37445
37991
  $kendo-breadcrumb-text: $kendo-component-text !default;
37992
+ /// The base border color of the Breadcrumb.
37993
+ /// @group breadcrumb
37446
37994
  $kendo-breadcrumb-border: $kendo-component-border !default;
37447
37995
 
37996
+ /// The box shadow of the focused Breadcrumb.
37997
+ /// @group breadcrumb
37998
+ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
37999
+
38000
+ /// The horizontal padding of the Breadcrumb link.
38001
+ /// @group breadcrumb
37448
38002
  $kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
38003
+ /// The horizontal padding of the small Breadcrumb link.
38004
+ /// @group breadcrumb
38005
+ $kendo-breadcrumb-sm-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
38006
+ /// The horizontal padding of the medium Breadcrumb link.
38007
+ /// @group breadcrumb
38008
+ $kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
38009
+ /// The horizontal padding of the large Breadcrumb link.
38010
+ /// @group breadcrumb
38011
+ $kendo-breadcrumb-lg-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
38012
+
38013
+ /// The vertical padding of the Breadcrumb link.
38014
+ /// @group breadcrumb
37449
38015
  $kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
38016
+ /// The vertical padding of the small Breadcrumb link.
38017
+ /// @group breadcrumb
38018
+ $kendo-breadcrumb-sm-link-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
38019
+ /// The vertical padding of the medium Breadcrumb link.
38020
+ /// @group breadcrumb
38021
+ $kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
38022
+ /// The vertical padding of the large Breadcrumb link.
38023
+ /// @group breadcrumb
38024
+ $kendo-breadcrumb-lg-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
38025
+
38026
+ /// The border-radius of the Breadcrumb link.
38027
+ /// @group breadcrumb
37450
38028
  $kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
37451
38029
 
37452
- $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
37453
- $kendo-breadcrumb-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-x !default;
37454
-
37455
- $kendo-breadcrumb-root-link-spacing: $kendo-breadcrumb-link-padding-x !default;
37456
- $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
37457
-
38030
+ /// The vertical padding of the Breadcrumb link icon.
38031
+ /// @group breadcrumb
38032
+ $kendo-breadcrumb-icon-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
38033
+ /// The vertical padding of the small Breadcrumb link icon.
38034
+ /// @group breadcrumb
38035
+ $kendo-breadcrumb-sm-icon-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
38036
+ /// The vertical padding of the medium Breadcrumb link icon.
38037
+ /// @group breadcrumb
38038
+ $kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
38039
+ /// The vertical padding of the large Breadcrumb link icon.
38040
+ /// @group breadcrumb
38041
+ $kendo-breadcrumb-lg-icon-link-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
38042
+
38043
+ /// The horizontal padding of the Breadcrumb link icon.
38044
+ /// @group breadcrumb
38045
+ $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-y !default;
38046
+ /// The horizontal padding of the small Breadcrumb link icon.
38047
+ /// @group breadcrumb
38048
+ $kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
38049
+ /// The horizontal padding of the medium Breadcrumb link icon.
38050
+ /// @group breadcrumb
38051
+ $kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-x !default;
38052
+ /// The horizontal padding of the large Breadcrumb link icon.
38053
+ /// @group breadcrumb
38054
+ $kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
38055
+
38056
+ /// The text color of the Breadcrumb link.
38057
+ /// @group breadcrumb
37458
38058
  $kendo-breadcrumb-link-initial-text: inherit !default;
38059
+ /// The spacing of the Breadcrumb link icon.
38060
+ /// @group breadcrumb
38061
+ $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
37459
38062
 
38063
+ /// The background color of the Breadcrumb link.
38064
+ /// @group breadcrumb
37460
38065
  $kendo-breadcrumb-link-bg: null !default;
38066
+ /// The text color of the Breadcrumb link.
38067
+ /// @group breadcrumb
37461
38068
  $kendo-breadcrumb-link-text: $kendo-link-text !default;
38069
+ /// The border color of the Breadcrumb link.
38070
+ /// @group breadcrumb
37462
38071
  $kendo-breadcrumb-link-border: null !default;
37463
38072
 
38073
+ /// The background color of the hovered Breadcrumb link.
38074
+ /// @group breadcrumb
37464
38075
  $kendo-breadcrumb-link-hover-bg: $kendo-base-bg !default;
38076
+ /// The text color of the hovered Breadcrumb link.
38077
+ /// @group breadcrumb
37465
38078
  $kendo-breadcrumb-link-hover-text: $kendo-link-hover-text !default;
38079
+ /// The border color of the hovered Breadcrumb link.
38080
+ /// @group breadcrumb
37466
38081
  $kendo-breadcrumb-link-hover-border: null !default;
37467
38082
 
38083
+ /// The background color of the focused Breadcrumb link.
38084
+ /// @group breadcrumb
37468
38085
  $kendo-breadcrumb-link-focus-bg: null !default;
38086
+ /// The text color of the focused Breadcrumb link.
38087
+ /// @group breadcrumb
37469
38088
  $kendo-breadcrumb-link-focus-text: $kendo-link-text !default;
38089
+ /// The border color of the focused Breadcrumb link.
38090
+ /// @group breadcrumb
37470
38091
  $kendo-breadcrumb-link-focus-border: null !default;
38092
+ /// The box shadow of the focused Breadcrumb link.
38093
+ /// @group breadcrumb
37471
38094
  $kendo-breadcrumb-link-focus-shadow: $kendo-focus-shadow !default;
37472
38095
 
38096
+ /// The background color of the Breadcrumb root link.
38097
+ /// @group breadcrumb
37473
38098
  $kendo-breadcrumb-root-link-bg: null !default;
38099
+ /// The text color of the Breadcrumb root link.
38100
+ /// @group breadcrumb
37474
38101
  $kendo-breadcrumb-root-link-text: null !default;
38102
+ /// The border color of the Breadcrumb root link.
38103
+ /// @group breadcrumb
37475
38104
  $kendo-breadcrumb-root-link-border: null !default;
37476
38105
 
38106
+ /// The background color of the hovered Breadcrumb root link.
38107
+ /// @group breadcrumb
37477
38108
  $kendo-breadcrumb-root-link-hover-bg: $kendo-base-bg !default;
38109
+ /// The text color of the hovered Breadcrumb root link.
38110
+ /// @group breadcrumb
37478
38111
  $kendo-breadcrumb-root-link-hover-text: null !default;
38112
+ /// The border color of the hovered Breadcrumb root link.
38113
+ /// @group breadcrumb
37479
38114
  $kendo-breadcrumb-root-link-hover-border: null !default;
37480
38115
 
38116
+ /// The background color of the focused Breadcrumb root link.
38117
+ /// @group breadcrumb
37481
38118
  $kendo-breadcrumb-root-link-focus-bg: null !default;
38119
+ /// The text color of the focused Breadcrumb root link.
38120
+ /// @group breadcrumb
37482
38121
  $kendo-breadcrumb-root-link-focus-text: null !default;
38122
+ /// The border color of the focused Breadcrumb root link.
38123
+ /// @group breadcrumb
37483
38124
  $kendo-breadcrumb-root-link-focus-border: null !default;
38125
+ /// The box shadow of the focused Breadcrumb root link.
38126
+ /// @group breadcrumb
37484
38127
  $kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
37485
38128
 
38129
+ /// The background color of the current Breadcrumb root link.
38130
+ /// @group breadcrumb
37486
38131
  $kendo-breadcrumb-current-item-bg: null !default;
38132
+ /// The text color of the current Breadcrumb root link.
38133
+ /// @group breadcrumb
37487
38134
  $kendo-breadcrumb-current-item-text: null !default;
38135
+ /// The border color of the current Breadcrumb root link.
38136
+ /// @group breadcrumb
37488
38137
  $kendo-breadcrumb-current-item-border: null !default;
37489
38138
 
37490
- $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
38139
+ /// The sizes map for the Breadcrumb.
38140
+ /// @group breadcrumb
38141
+ $kendo-breadcrumb-sizes: (
38142
+ sm: (
38143
+ link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
38144
+ link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
38145
+ icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
38146
+ icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
38147
+ font-size: $kendo-breadcrumb-sm-font-size,
38148
+ line-height: $kendo-breadcrumb-sm-line-height
38149
+ ),
38150
+ md: (
38151
+ link-padding-x: $kendo-breadcrumb-md-link-padding-x,
38152
+ link-padding-y: $kendo-breadcrumb-md-link-padding-y,
38153
+ icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
38154
+ icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
38155
+ font-size: $kendo-breadcrumb-md-font-size,
38156
+ line-height: $kendo-breadcrumb-md-line-height
38157
+ ),
38158
+ lg: (
38159
+ link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
38160
+ link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
38161
+ icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
38162
+ icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
38163
+ font-size: $kendo-breadcrumb-lg-font-size,
38164
+ line-height: $kendo-breadcrumb-lg-line-height
38165
+ )
38166
+ ) !default;
37491
38167
 
37492
38168
  // #endregion
37493
38169
  // #region @import "./_layout.scss"; -> scss/breadcrumb/_layout.scss
@@ -37504,8 +38180,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
37504
38180
  box-sizing: border-box;
37505
38181
  outline: 0;
37506
38182
  font-family: $kendo-breadcrumb-font-family;
37507
- font-size: $kendo-breadcrumb-font-size;
37508
- line-height: $kendo-breadcrumb-line-height;
37509
38183
  display: flex;
37510
38184
  flex-direction: row;
37511
38185
  -webkit-touch-callout: none;
@@ -37557,8 +38231,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
37557
38231
  .k-breadcrumb-link,
37558
38232
  .k-breadcrumb-root-link {
37559
38233
  @include border-radius( $kendo-breadcrumb-link-border-radius );
37560
- padding-block: $kendo-breadcrumb-link-padding-y;
37561
- padding-inline: $kendo-breadcrumb-link-padding-x;
37562
38234
  color: $kendo-breadcrumb-link-initial-text;
37563
38235
  text-decoration: none;
37564
38236
  white-space: nowrap;
@@ -37572,21 +38244,12 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
37572
38244
  transition: $kendo-transition;
37573
38245
  }
37574
38246
 
37575
- .k-breadcrumb-root-link {
37576
- margin-inline-end: $kendo-breadcrumb-root-link-spacing;
37577
- }
37578
-
37579
38247
  .k-breadcrumb-link > .k-image,
37580
38248
  .k-breadcrumb-icontext-link .k-icon,
37581
38249
  .k-breadcrumb-icontext-link .k-svg-icon {
37582
38250
  margin-inline-end: $kendo-breadcrumb-link-icon-spacing;
37583
38251
  }
37584
38252
 
37585
- .k-breadcrumb-icon-link {
37586
- padding-block: $kendo-breadcrumb-icon-link-padding-y;
37587
- padding-inline: $kendo-breadcrumb-icon-link-padding-x;
37588
- }
37589
-
37590
38253
 
37591
38254
  // Breadcrumb delimiter
37592
38255
  .k-breadcrumb-delimiter,
@@ -37605,6 +38268,34 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
37605
38268
  }
37606
38269
  }
37607
38270
 
38271
+
38272
+ // Sizes
38273
+ @each $size, $size-props in $kendo-breadcrumb-sizes {
38274
+ $_link-padding-x: k-map-get( $size-props, link-padding-x );
38275
+ $_link-padding-y: k-map-get( $size-props, link-padding-y );
38276
+ $_icon-link-padding-x: k-map-get( $size-props, icon-link-padding-x );
38277
+ $_icon-link-padding-y: k-map-get( $size-props, icon-link-padding-y );
38278
+ $_font-size: k-map-get( $size-props, font-size );
38279
+ $_line-height: k-map-get( $size-props, line-height );
38280
+
38281
+ .k-breadcrumb-#{$size} {
38282
+ font-size: $_font-size;
38283
+ line-height: $_line-height;
38284
+
38285
+
38286
+ .k-breadcrumb-link,
38287
+ .k-breadcrumb-root-link {
38288
+ padding-block: $_link-padding-y;
38289
+ padding-inline: $_link-padding-x;
38290
+ }
38291
+
38292
+ .k-breadcrumb-icon-link {
38293
+ padding-block: $_icon-link-padding-y;
38294
+ padding-inline: $_icon-link-padding-x;
38295
+ }
38296
+ }
38297
+ }
38298
+
37608
38299
  }
37609
38300
 
37610
38301
 
@@ -39806,40 +40497,83 @@ $_kendo-module-meta: (
39806
40497
 
39807
40498
  // Component
39808
40499
  // #region @import "./_variables.scss"; -> scss/expansion-panel/_variables.scss
39809
- // Expansion panel
40500
+ // ExpansionPanel
40501
+
40502
+ /// The vertical spacing of the ExpansionPanel.
40503
+ /// @group expander
39810
40504
  $kendo-expander-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
40505
+ /// The width of the border around the ExpansionPanel.
40506
+ /// @group expander
40507
+ $kendo-expander-border-width: 1px !default;
40508
+ /// The font family of the ExpansionPanel.
40509
+ /// @group expander
39811
40510
  $kendo-expander-font-family: $kendo-font-family !default;
40511
+ /// The font size of the ExpansionPanel.
40512
+ /// @group expander
39812
40513
  $kendo-expander-font-size: $kendo-font-size-md !default;
40514
+ /// The hine height of the ExpansionPanel.
40515
+ /// @group expander
39813
40516
  $kendo-expander-line-height: $kendo-line-height-md !default;
39814
- $kendo-expander-border-width: 1px !default;
39815
-
39816
- $kendo-expander-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
39817
- $kendo-expander-header-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
39818
-
39819
- $kendo-expander-indicator-margin-x: k-map-get( $kendo-spacing, 3 ) !default;
39820
40517
 
39821
- $kendo-expander-bg: $kendo-component-bg !default;
40518
+ /// The text color of the ExpansionPanel.
40519
+ /// @group expander
39822
40520
  $kendo-expander-text: $kendo-component-text !default;
40521
+ /// The background color of the ExpansionPanel.
40522
+ /// @group expander
40523
+ $kendo-expander-bg: $kendo-component-bg !default;
40524
+ /// The border color of the ExpansionPanel.
40525
+ /// @group expander
39823
40526
  $kendo-expander-border: $kendo-component-border !default;
39824
40527
 
40528
+ /// The box shadow of the focused ExpansionPanel.
40529
+ /// @group expander
39825
40530
  $kendo-expander-focus-shadow: $kendo-list-item-focus-shadow !default;
39826
40531
 
39827
- $kendo-expander-header-bg: transparent !default;
40532
+ /// The horizontal padding of the ExpansionPanel header.
40533
+ /// @group expander
40534
+ $kendo-expander-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
40535
+ /// The vertical padding of the ExpansionPanel header.
40536
+ /// @group expander
40537
+ $kendo-expander-header-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
40538
+
40539
+ /// The text color of the ExpansionPanel header.
40540
+ /// @group expander
39828
40541
  $kendo-expander-header-text: $kendo-expander-text !default;
40542
+ /// The background color of the ExpansionPanel header.
40543
+ /// @group expander
40544
+ $kendo-expander-header-bg: transparent !default;
40545
+ /// The border color of the ExpansionPanel header.
40546
+ /// @group expander
39829
40547
  $kendo-expander-header-border: null !default;
39830
40548
 
40549
+ /// The background color of the hovered ExpansionPanel header.
40550
+ /// @group expander
39831
40551
  $kendo-expander-header-hover-bg: rgba(0, 0, 0, .04) !default;
39832
-
40552
+ /// The background color of the focused ExpansionPanel header.
40553
+ /// @group expander
39833
40554
  $kendo-expander-header-focus-bg: null !default;
40555
+ /// The box shadow of the focused ExpansionPanel header.
40556
+ /// @group expander
39834
40557
  $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
39835
40558
 
40559
+ /// The text color of the ExpansionPanel title.
40560
+ /// @group expander
39836
40561
  $kendo-expander-title-text: $kendo-color-primary !default;
39837
40562
 
40563
+ /// The text color of the ExpansionPanel sub-title.
40564
+ /// @group expander
39838
40565
  $kendo-expander-header-sub-title-text: $kendo-subtle-text !default;
39839
40566
 
40567
+ /// The horizontal margin of the ExpansionPanel indicator.
40568
+ /// @group expander
40569
+ $kendo-expander-indicator-margin-x: k-map-get( $kendo-spacing, 3 ) !default;
40570
+
40571
+ /// The horizontal padding of the ExpansionPanel content.
40572
+ /// @group expander
39840
40573
  $kendo-expander-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
40574
+ /// The vertical padding of the ExpansionPanel content.
40575
+ /// @group expander
39841
40576
  $kendo-expander-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
39842
-
39843
40577
  // #endregion
39844
40578
  // #region @import "./_layout.scss"; -> scss/expansion-panel/_layout.scss
39845
40579
  @mixin kendo-expander--layout-base() {
@@ -40588,6 +41322,8 @@ $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
40588
41322
  $kendo-splitter-drag-handle-length: 20px !default;
40589
41323
  $kendo-splitter-drag-handle-thickness: 2px !default;
40590
41324
  $kendo-splitter-drag-icon-margin: 7px !default;
41325
+ $kendo-splitter-collapse-icon-padding-x: null !default;
41326
+ $kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
40591
41327
 
40592
41328
  $kendo-splitbar-bg: $kendo-base-bg !default;
40593
41329
  $kendo-splitbar-text: $kendo-base-text !default;
@@ -40658,6 +41394,7 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
40658
41394
  .k-collapse-prev,
40659
41395
  .k-collapse-next {
40660
41396
  cursor: pointer;
41397
+ padding: $kendo-splitter-collapse-icon-padding-y $kendo-splitter-collapse-icon-padding-x;
40661
41398
  }
40662
41399
 
40663
41400
  }
@@ -40890,17 +41627,36 @@ $_kendo-module-meta: (
40890
41627
  // Component
40891
41628
  // #region @import "./_variables.scss"; -> scss/tilelayout/_variables.scss
40892
41629
  // TileLayout
41630
+
41631
+ /// The width of the border around the TileLayout.
41632
+ /// @group tilelayout
40893
41633
  $kendo-tile-layout-border-width: 0px !default;
41634
+ /// The background color of the TileLayout.
41635
+ /// @group tilelayout
41636
+ $kendo-tile-layout-bg: $kendo-base-bg !default;
41637
+
41638
+ /// The width of the border around the TileLayout card.
41639
+ /// @group tilelayout
40894
41640
  $kendo-tile-layout-card-border-width: $kendo-card-border-width !default;
41641
+ /// The focus box shadow of the TileLayout card.
41642
+ /// @group tilelayout
40895
41643
  $kendo-tile-layout-card-focus-shadow: $kendo-card-focus-shadow !default;
40896
41644
 
41645
+ /// The width of the border around the TileLayout hint.
41646
+ /// @group tilelayout
40897
41647
  $kendo-tile-layout-hint-border-width: 1px !default;
41648
+ /// The radius of the border around the TileLayout hint.
41649
+ /// @group tilelayout
40898
41650
  $kendo-tile-layout-hint-border-radius: $kendo-border-radius-lg !default;
41651
+ /// The color of the border around the TileLayout hint.
41652
+ /// @group tilelayout
41653
+ $kendo-tile-layout-hint-border: $kendo-component-border !default;
41654
+ /// The background color of the TileLayout hint.
41655
+ /// @group tilelayout
41656
+ $kendo-tile-layout-hint-bg: rgba(255, 255, 255, .2) !default;
41657
+
40899
41658
 
40900
- $kendo-tile-layout-bg: $kendo-base-bg !default;
40901
41659
 
40902
- $kendo-tile-layout-hint-bg: rgba(255, 255, 255, .2) !default;
40903
- $kendo-tile-layout-hint-border: $kendo-component-border !default;
40904
41660
 
40905
41661
  // #endregion
40906
41662
  // #region @import "./_layout.scss"; -> scss/tilelayout/_layout.scss
@@ -44074,32 +44830,66 @@ $_kendo-module-meta: (
44074
44830
 
44075
44831
  // Component
44076
44832
  // #region @import "./_variables.scss"; -> scss/listview/_variables.scss
44077
- // Listview
44833
+ // ListView
44834
+
44835
+ /// The horizontal padding of the ListView.
44836
+ /// @group listview
44078
44837
  $kendo-listview-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
44838
+ /// The vertical padding of the ListView.
44839
+ /// @group listview
44079
44840
  $kendo-listview-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
44841
+ /// The width of the border around bordered ListView.
44842
+ /// @group listview
44080
44843
  $kendo-listview-border-width: 1px !default;
44844
+ /// The font family of the ListView.
44845
+ /// @group listview
44081
44846
  $kendo-listview-font-family: $kendo-font-family !default;
44847
+ /// The font size of the ListView.
44848
+ /// @group listview
44082
44849
  $kendo-listview-font-size: $kendo-font-size-md !default;
44850
+ /// The line height of the ListView.
44851
+ /// @group listview
44083
44852
  $kendo-listview-line-height: $kendo-line-height-md !default;
44084
44853
 
44085
- $kendo-listview-bg: $kendo-component-bg !default;
44854
+ /// The text color of the ListView.
44855
+ /// @group listview
44086
44856
  $kendo-listview-text: $kendo-component-text !default;
44857
+ /// The background color of the ListView.
44858
+ /// @group listview
44859
+ $kendo-listview-bg: $kendo-component-bg !default;
44860
+ /// The border color of the ListView.
44861
+ /// @group listview
44087
44862
  $kendo-listview-border: $kendo-component-border !default;
44088
44863
 
44089
- $kendo-listview-grid-gap: 10px !default;
44090
-
44864
+ /// The horizontal padding of the ListView items.
44865
+ /// @group listview
44091
44866
  $kendo-listview-item-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
44867
+ /// The vertical padding of the ListView items.
44868
+ /// @group listview
44092
44869
  $kendo-listview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
44093
44870
 
44094
- $kendo-listview-item-selected-bg: rgba( $kendo-selected-bg, .25 ) !default;
44871
+ /// The text color of the selected ListView items.
44872
+ /// @group listview
44095
44873
  $kendo-listview-item-selected-text: null !default;
44874
+ /// The background color of the selected ListView items.
44875
+ /// @group listview
44876
+ $kendo-listview-item-selected-bg: rgba( $kendo-selected-bg, .25 ) !default;
44877
+ /// The border color of the selected ListView items.
44878
+ /// @group listview
44096
44879
  $kendo-listview-item-selected-border: null !default;
44097
44880
 
44098
- $kendo-listview-item-focus-bg: null !default;
44881
+ /// The text color of the focused ListView items.
44882
+ /// @group listview
44099
44883
  $kendo-listview-item-focus-text: null !default;
44884
+ /// The background color of the focused ListView items.
44885
+ /// @group listview
44886
+ $kendo-listview-item-focus-bg: null !default;
44887
+ /// The border color of the focused ListView items.
44888
+ /// @group listview
44100
44889
  $kendo-listview-item-focus-border: null !default;
44890
+ /// The box shadow of the focused ListView items.
44891
+ /// @group listview
44101
44892
  $kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
44102
-
44103
44893
  // #endregion
44104
44894
  // #region @import "./_layout.scss"; -> scss/listview/_layout.scss
44105
44895
  @mixin kendo-listview--layout-base() {
@@ -44448,6 +45238,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
44448
45238
 
44449
45239
  $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
44450
45240
 
45241
+
44451
45242
  // #endregion
44452
45243
  // #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
44453
45244
  @mixin kendo-spreadsheet--layout-base() {
@@ -46868,6 +47659,12 @@ $kendo-treelist-footer-row-border-width: 1px !default;
46868
47659
  margin-inline: .5em;
46869
47660
  }
46870
47661
 
47662
+ .k-treelist-toggle {
47663
+ margin-block: -$kendo-icon-padding;
47664
+ padding: $kendo-icon-padding;
47665
+ cursor: pointer;
47666
+ }
47667
+
46871
47668
  }
46872
47669
 
46873
47670
 
@@ -46971,19 +47768,35 @@ $_kendo-module-meta: (
46971
47768
  // Component
46972
47769
  // #region @import "./_variables.scss"; -> scss/filter/_variables.scss
46973
47770
  // Filter expression builder
47771
+
47772
+ /// The horizontal padding of the Filter.
47773
+ /// @group filter
46974
47774
  $kendo-filter-padding-x: $kendo-padding-md-x !default;
47775
+ /// The vertical padding of the Filter.
47776
+ /// @group filter
46975
47777
  $kendo-filter-padding-y: $kendo-padding-md-y !default;
46976
47778
 
47779
+ /// The bottom margin of the Filter.
47780
+ /// @group filter
46977
47781
  $kendo-filter-bottom-margin: 30px !default;
47782
+ /// The width of the line that connects the Filter items.
47783
+ /// @group filter
46978
47784
  $kendo-filter-line-size: 1px !default;
46979
47785
 
47786
+ /// The width of the dropdown elements in the Filter items.
47787
+ /// @group filter
46980
47788
  $kendo-filter-operator-dropdown-width: 15em !default;
46981
47789
 
47790
+ /// The text color of the Filter preview field.
47791
+ /// @group filter
46982
47792
  $kendo-filter-preview-field-text: $kendo-color-primary !default;
47793
+ /// The text color of the Filter preview operator.
47794
+ /// @group filter
46983
47795
  $kendo-filter-preview-operator-text: $kendo-subtle-text !default;
46984
47796
 
47797
+ /// The box shadow of the focused Filter toolbar.
47798
+ /// @group filter
46985
47799
  $kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
46986
-
46987
47800
  // #endregion
46988
47801
  // #region @import "./_layout.scss"; -> scss/filter/_layout.scss
46989
47802
  @mixin kendo-filter--layout-base() {
@@ -48264,27 +49077,60 @@ $_kendo-module-meta: (
48264
49077
  // Component
48265
49078
  // #region @import "./_variables.scss"; -> scss/editor/_variables.scss
48266
49079
  // Editor
49080
+
49081
+ /// The width of the border around the Еditor.
49082
+ /// @group editor
48267
49083
  $kendo-editor-border-width: 1px !default;
49084
+ /// The font family of the Еditor.
49085
+ /// @group editor
48268
49086
  $kendo-editor-font-family: $kendo-font-family !default;
49087
+ /// The font size of the Еditor.
49088
+ /// @group editor
48269
49089
  $kendo-editor-font-size: $kendo-font-size-md !default;
49090
+ /// The line height of the Еditor.
49091
+ /// @group editor
48270
49092
  $kendo-editor-line-height: $kendo-line-height-md !default;
48271
49093
 
49094
+ /// The text color of the Еditor placeholder.
49095
+ /// @group editor
48272
49096
  $kendo-editor-placeholder-text: $kendo-input-placeholder-text !default;
49097
+ /// The opacity of the Editor placeholder.
49098
+ /// @group editor
48273
49099
  $kendo-editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
48274
49100
 
49101
+ /// The selected text color of the Editor.
49102
+ /// @group editor
48275
49103
  $kendo-editor-selected-text: $kendo-color-primary-contrast !default;
49104
+ /// The selected background color of the Editor.
49105
+ /// @group editor
48276
49106
  $kendo-editor-selected-bg: $kendo-color-primary !default;
48277
49107
 
49108
+ /// The highlighted background color of the Editor.
49109
+ /// @group editor
48278
49110
  $kendo-editor-highlighted-bg: k-color-mix($kendo-color-primary, #ffffff, 20%) !default;
48279
49111
 
49112
+ /// The horizontal margin of the Editor's export tool icon.
49113
+ /// @group editor
48280
49114
  $kendo-editor-export-tool-icon-margin-x: .25em !default;
48281
49115
 
49116
+ /// The size of the Editor's resize handle.
49117
+ /// @group editor
48282
49118
  $kendo-editor-resize-handle-size: 8px !default;
49119
+ /// The border width of the Editor's resize handle.
49120
+ /// @group editor
48283
49121
  $kendo-editor-resize-handle-border-width: 1px !default;
49122
+ /// The border color of the Editor's resize handle.
49123
+ /// @group editor
48284
49124
  $kendo-editor-resize-handle-border: #000000 !default;
49125
+ /// The background color of the Editor's resize handle.
49126
+ /// @group editor
48285
49127
  $kendo-editor-resize-handle-bg: #ffffff !default;
48286
49128
 
49129
+ /// The outline width of the Editor's selected node.
49130
+ /// @group editor
48287
49131
  $kendo-editor-selectednode-outline-width: 2px !default;
49132
+ /// The outline color of the Editor's selected node.
49133
+ /// @group editor
48288
49134
  $kendo-editor-selectednode-outline-color: #88ccff !default;
48289
49135
 
48290
49136
  // #endregion
@@ -50938,6 +51784,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
50938
51784
  th,
50939
51785
  td,
50940
51786
  div,
51787
+ .k-scheduler-edit-dialog,
50941
51788
  > * {
50942
51789
  border-color: inherit;
50943
51790
  }
@@ -54473,44 +55320,97 @@ $_kendo-module-meta: (
54473
55320
 
54474
55321
  // Component
54475
55322
  // #region @import "./_variables.scss"; -> scss/scrollview/_variables.scss
54476
- // Scrollview
55323
+ // ScrollView
55324
+
55325
+ /// The width of the border around the ScrollView.
55326
+ /// @group scrollview
54477
55327
  $kendo-scrollview-border-width: 1px !default;
55328
+ /// The font family of the ScrollView.
55329
+ /// @group scrollview
54478
55330
  $kendo-scrollview-font-family: $kendo-font-family !default;
55331
+ /// The font size of the ScrollView.
55332
+ /// @group scrollview
54479
55333
  $kendo-scrollview-font-size: $kendo-font-size-md !default;
55334
+ /// The line height of the ScrollView.
55335
+ /// @group scrollview
54480
55336
  $kendo-scrollview-line-height: $kendo-line-height-md !default;
54481
55337
 
54482
- $kendo-scrollview-bg: $kendo-component-bg !default;
55338
+ /// The text color of the ScrollView.
55339
+ /// @group scrollview
54483
55340
  $kendo-scrollview-text: $kendo-component-text !default;
55341
+ /// The background color of the ScrollView.
55342
+ /// @group scrollview
55343
+ $kendo-scrollview-bg: $kendo-component-bg !default;
55344
+ /// The border color of the ScrollView.
55345
+ /// @group scrollview
54484
55346
  $kendo-scrollview-border: $kendo-component-border !default;
54485
55347
 
55348
+ /// The size of the ScrollView page button.
55349
+ /// @group scrollview
54486
55350
  $kendo-scrollview-pagebutton-size: 10px !default;
55351
+ /// The background color of the ScrollView page button.
55352
+ /// @group scrollview
54487
55353
  $kendo-scrollview-pagebutton-bg: $kendo-button-bg !default;
55354
+ /// The border color of the ScrollView page button.
55355
+ /// @group scrollview
54488
55356
  $kendo-scrollview-pagebutton-border: $kendo-button-border !default;
55357
+ /// The primary background color of the ScrollView page button.
55358
+ /// @group scrollview
54489
55359
  $kendo-scrollview-pagebutton-primary-bg: $kendo-color-primary !default;
55360
+ /// The primary border color of the ScrollView page button.
55361
+ /// @group scrollview
54490
55362
  $kendo-scrollview-pagebutton-primary-border: $kendo-color-primary !default;
55363
+ /// The box shadow of the ScrollView page button.
55364
+ /// @group scrollview
54491
55365
  $kendo-scrollview-pagebutton-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
54492
55366
 
55367
+ /// The offset of the ScrollView pager.
55368
+ /// @group scrollview
54493
55369
  $kendo-scrollview-pager-offset: 0 !default;
55370
+ /// The spacing between the ScrollView pager items.
55371
+ /// @group scrollview
54494
55372
  $kendo-scrollview-pager-item-spacing: 20px !default;
55373
+ /// The border width of the ScrollView pager items.
55374
+ /// @group scrollview
54495
55375
  $kendo-scrollview-pager-item-border-width: 0px !default;
55376
+ /// The height of the ScrollView pager.
55377
+ /// @group scrollview
54496
55378
  $kendo-scrollview-pager-height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) !default;
54497
55379
 
54498
- $kendo-scrollview-pager-multidot-threshold: 10 !default;
54499
- $kendo-scrollview-pager-multidot-intermediate: 3 !default;
54500
- $kendo-scrollview-pager-multidot-step: 1px !default;
54501
-
55380
+ /// The text color of the highlight over the tapped ScrollView navigation arrows.
55381
+ /// @group scrollview
54502
55382
  $kendo-scrollview-arrow-tap-highlight-color: $kendo-color-rgba-transparent !default;
55383
+ /// The color of the ScrollView navigation arrows.
55384
+ /// @group scrollview
54503
55385
  $kendo-scrollview-navigation-color: white !default;
55386
+ /// The box shadow of the ScrollView navigation arrows.
55387
+ /// @group scrollview
54504
55388
  $kendo-scrollview-navigation-icon-shadow: rgba(0, 0, 0, .3) 0 0 15px !default;
55389
+ /// The background color of the ScrollView navigation.
55390
+ /// @group scrollview
54505
55391
  $kendo-scrollview-navigation-bg: rgba(0, 0, 0, 0) !default;
55392
+ /// The opacity of the ScrollView navigation.
55393
+ /// @group scrollview
54506
55394
  $kendo-scrollview-navigation-default-opacity: .7 !default;
55395
+ /// The hover opacity of the ScrollView navigation.
55396
+ /// @group scrollview
54507
55397
  $kendo-scrollview-navigation-hover-opacity: 1 !default;
55398
+ /// The hover background color of the ScrollView navigation arrows.
55399
+ /// @group scrollview
54508
55400
  $kendo-scrollview-navigation-hover-span-bg: null !default;
54509
55401
 
55402
+ /// The background color of the ScrollView pager in light mode.
55403
+ /// @group scrollview
54510
55404
  $kendo-scrollview-light-bg: rgba(255, 255, 255, .4) !default;
55405
+ /// The background color of the ScrollView pager in dark mode.
55406
+ /// @group scrollview
54511
55407
  $kendo-scrollview-dark-bg: rgba(0, 0, 0, .4) !default;
54512
55408
 
55409
+ /// The duration of the ScrollView transition.
55410
+ /// @group scrollview
54513
55411
  $kendo-scrollview-transition-duration: .3s !default;
55412
+ /// The timing function of the ScrollView transition.
55413
+ /// @group scrollview
54514
55414
  $kendo-scrollview-transition-timing-function: ease-in-out !default;
54515
55415
 
54516
55416
  // #endregion