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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.css CHANGED
@@ -25993,38 +25993,74 @@ kendo-sortable {
25993
25993
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12);
25994
25994
  }
25995
25995
 
25996
+ .\!k-elevation-1 {
25997
+ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
25998
+ }
25999
+
25996
26000
  .k-elevation-2 {
25997
26001
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12);
25998
26002
  }
25999
26003
 
26004
+ .\!k-elevation-2 {
26005
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
26006
+ }
26007
+
26000
26008
  .k-elevation-3 {
26001
26009
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12);
26002
26010
  }
26003
26011
 
26012
+ .\!k-elevation-3 {
26013
+ box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
26014
+ }
26015
+
26004
26016
  .k-elevation-4 {
26005
26017
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
26006
26018
  }
26007
26019
 
26020
+ .\!k-elevation-4 {
26021
+ box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
26022
+ }
26023
+
26008
26024
  .k-elevation-5 {
26009
26025
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12);
26010
26026
  }
26011
26027
 
26028
+ .\!k-elevation-5 {
26029
+ box-shadow: 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
26030
+ }
26031
+
26012
26032
  .k-elevation-6 {
26013
26033
  box-shadow: 0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12);
26014
26034
  }
26015
26035
 
26036
+ .\!k-elevation-6 {
26037
+ box-shadow: 0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
26038
+ }
26039
+
26016
26040
  .k-elevation-7 {
26017
26041
  box-shadow: 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12);
26018
26042
  }
26019
26043
 
26044
+ .\!k-elevation-7 {
26045
+ box-shadow: 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
26046
+ }
26047
+
26020
26048
  .k-elevation-8 {
26021
26049
  box-shadow: 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12);
26022
26050
  }
26023
26051
 
26052
+ .\!k-elevation-8 {
26053
+ box-shadow: 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
26054
+ }
26055
+
26024
26056
  .k-elevation-9 {
26025
26057
  box-shadow: 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12);
26026
26058
  }
26027
26059
 
26060
+ .\!k-elevation-9 {
26061
+ box-shadow: 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
26062
+ }
26063
+
26028
26064
  .k-body,
26029
26065
  .k-typography {
26030
26066
  font-size: 14px;
@@ -47498,6 +47534,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47498
47534
  display: inline-flex;
47499
47535
  }
47500
47536
 
47537
+ .k-gantt .k-gantt-splitter {
47538
+ border-width: 0;
47539
+ }
47540
+
47501
47541
  .k-gantt .k-treelist-scrollable {
47502
47542
  width: 100%;
47503
47543
  border-width: 0;
package/dist/all.scss CHANGED
@@ -8891,43 +8891,43 @@ $kendo-utils: (
8891
8891
  // #region @import "./_zindex.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/layout/_zindex.scss
8892
8892
  /// This is equivalent to `z-index: 0;`.
8893
8893
  /// @example z-index: 0;
8894
- /// @name .k-zindex-0
8894
+ /// @name .k-z-0
8895
8895
  /// @group zindex
8896
8896
  /// @contextType css
8897
8897
 
8898
8898
  /// This is equivalent to `z-index: 10;`.
8899
8899
  /// @example z-index: 10;
8900
- /// @name .k-zindex-10
8900
+ /// @name .k-z-10
8901
8901
  /// @group zindex
8902
8902
  /// @contextType css
8903
8903
 
8904
8904
  /// This is equivalent to `z-index: 20;`.
8905
8905
  /// @example z-index: 20;
8906
- /// @name .k-zindex-20
8906
+ /// @name .k-z-20
8907
8907
  /// @group zindex
8908
8908
  /// @contextType css
8909
8909
 
8910
8910
  /// This is equivalent to `z-index: 30;`.
8911
8911
  /// @example z-index: 30;
8912
- /// @name .k-zindex-30
8912
+ /// @name .k-z-30
8913
8913
  /// @group zindex
8914
8914
  /// @contextType css
8915
8915
 
8916
8916
  /// This is equivalent to `z-index: 40;`.
8917
8917
  /// @example z-index: 40;
8918
- /// @name .k-zindex-40
8918
+ /// @name .k-z-40
8919
8919
  /// @group zindex
8920
8920
  /// @contextType css
8921
8921
 
8922
8922
  /// This is equivalent to `z-index: 50;`.
8923
8923
  /// @example z-index: 50;
8924
- /// @name .k-zindex-50
8924
+ /// @name .k-z-50
8925
8925
  /// @group zindex
8926
8926
  /// @contextType css
8927
8927
 
8928
8928
  /// This is equivalent to `z-index: auto;`.
8929
8929
  /// @example z-index: auto;
8930
- /// @name .k-zindex-auto
8930
+ /// @name .k-z-auto
8931
8931
  /// @group zindex
8932
8932
  /// @contextType css
8933
8933
 
@@ -14830,11 +14830,7 @@ $kendo-utils: (
14830
14830
  // #endregion
14831
14831
 
14832
14832
  @mixin kendo-utils--elevation {
14833
- @each $level, $elevation in $kendo-elevation {
14834
- .k-elevation-#{$level} {
14835
- box-shadow: $elevation;
14836
- }
14837
- }
14833
+ @include generate-utils(elevation, box-shadow, $kendo-elevation);
14838
14834
  }
14839
14835
 
14840
14836
  // #endregion
@@ -27795,49 +27791,119 @@ $_kendo-module-meta: (
27795
27791
 
27796
27792
 
27797
27793
  // Slider
27794
+ /// The default size of the Slider.
27795
+ /// @group slider
27798
27796
  $kendo-slider-size: 200px !default;
27797
+ /// The default size of the Slider tick.
27798
+ /// @group slider
27799
27799
  $kendo-slider-tick-size: null !default;
27800
+ /// The default size of the Slider's track wrap.
27801
+ /// @group slider
27800
27802
  $kendo-slider-alt-size: 30px !default;
27801
27803
 
27804
+ /// The font family of the Slider.
27805
+ /// @group slider
27802
27806
  $kendo-slider-font-family: $kendo-font-family !default;
27807
+ /// The font size of the Slider.
27808
+ /// @group slider
27803
27809
  $kendo-slider-font-size: $kendo-font-size-md !default;
27810
+ /// The line height of the Slider.
27811
+ /// @group slider
27804
27812
  $kendo-slider-line-height: $kendo-line-height-md !default;
27805
27813
 
27814
+ /// The offset of the Slider Buttons.
27815
+ /// @group slider
27806
27816
  $kendo-slider-button-offset: 10px !default;
27817
+ /// The size of the Slider Buttons.
27818
+ /// @group slider
27807
27819
  $kendo-slider-button-size: ($kendo-slider-alt-size - 2) !default;
27820
+ /// The spacing of the Slider Buttons.
27821
+ /// @group slider
27808
27822
  $kendo-slider-button-spacing: ($kendo-slider-button-size + $kendo-slider-button-offset) !default;
27823
+ /// The shadow of the focused Slider Buttons.
27824
+ /// @group slider
27809
27825
  $kendo-slider-button-focus-shadow: null !default;
27810
27826
 
27827
+ /// The thickness of the Slider track.
27828
+ /// @group slider
27811
27829
  $kendo-slider-track-thickness: 4px !default;
27830
+ /// The size of the Slider drag handle.
27831
+ /// @group slider
27812
27832
  $kendo-slider-draghandle-size: 14px !default;
27833
+ /// The border width of the Slider drag handle.
27834
+ /// @group slider
27813
27835
  $kendo-slider-draghandle-border-width: 1px !default;
27836
+ /// The transition scale of the active Slider drag handle.
27837
+ /// @group slider
27814
27838
  $kendo-slider-draghandle-active-scale: 1 !default;
27839
+ /// The size of the active Slider drag handle.
27840
+ /// @group slider
27815
27841
  $kendo-slider-draghandle-active-size: null !default;
27816
27842
 
27843
+ /// The background color of the Slider drag handle.
27844
+ /// @group slider
27817
27845
  $kendo-slider-draghandle-bg: $kendo-color-primary !default;
27846
+ /// The text color of the Slider drag handle.
27847
+ /// @group slider
27818
27848
  $kendo-slider-draghandle-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-color-primary )) !default;
27849
+ /// The border color of the Slider drag handle.
27850
+ /// @group slider
27819
27851
  $kendo-slider-draghandle-border: $kendo-color-primary !default;
27852
+ /// The gradient of the Slider drag handle.
27853
+ /// @group slider
27820
27854
  $kendo-slider-draghandle-gradient: null !default;
27821
27855
 
27856
+ /// The background color of the hovered Slider drag handle.
27857
+ /// @group slider
27822
27858
  $kendo-slider-draghandle-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-color-primary , .5 )) !default;
27859
+ /// The text color of the hovered Slider drag handle.
27860
+ /// @group slider
27823
27861
  $kendo-slider-draghandle-hover-text: null !default;
27862
+ /// The border color of the hovered Slider drag handle.
27863
+ /// @group slider
27824
27864
  $kendo-slider-draghandle-hover-border: $kendo-color-primary !default;
27865
+ /// The gradient of the hovered Slider drag handle.
27866
+ /// @group slider
27825
27867
  $kendo-slider-draghandle-hover-gradient: null !default;
27826
27868
 
27869
+ /// The background color of the active Slider drag handle.
27870
+ /// @group slider
27827
27871
  $kendo-slider-draghandle-pressed-bg: if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-color-primary , 1.5 )) !default;
27872
+ /// The text color of the active Slider drag handle.
27873
+ /// @group slider
27828
27874
  $kendo-slider-draghandle-pressed-text: null !default;
27875
+ /// The border color of the active Slider drag handle.
27876
+ /// @group slider
27829
27877
  $kendo-slider-draghandle-pressed-border: if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-color-primary , 1.5 )) !default;
27878
+ /// The gradient of the active Slider drag handle.
27879
+ /// @group slider
27830
27880
  $kendo-slider-draghandle-pressed-gradient: null !default;
27831
27881
 
27882
+ /// The shadow of the focused Slider drag handle.
27883
+ /// @group slider
27832
27884
  $kendo-slider-draghandle-focus-shadow: 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary , .3 )) !default;
27833
27885
 
27886
+ /// The transition speed of the Slider.
27887
+ /// @group slider
27834
27888
  $kendo-slider-transition-speed: .3s !default;
27889
+ /// The transition function of the Slider.
27890
+ /// @group slider
27835
27891
  $kendo-slider-transition-function: ease-out !default;
27892
+ /// The transition speed of the Slider drag handle.
27893
+ /// @group slider
27836
27894
  $kendo-slider-draghandle-transition-speed: .4s !default;
27895
+ /// The transition function of the Slider drag handle.
27896
+ /// @group slider
27837
27897
  $kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !default;
27838
27898
 
27899
+ /// The background color of the Slider track.
27900
+ /// @group slider
27839
27901
  $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 )) !default;
27902
+ /// The background color of the Slider's track selection.
27903
+ /// @group slider
27840
27904
  $kendo-slider-selection-bg: $kendo-color-primary !default;
27905
+ /// @group slider
27906
+ /// The opacity of the disabled Slider.
27841
27907
  $kendo-slider-disabled-opacity: null !default;
27842
27908
 
27843
27909
  // #endregion
@@ -52180,6 +52246,11 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
52180
52246
  display: inline-flex;
52181
52247
  }
52182
52248
 
52249
+ // Splitter
52250
+ .k-gantt-splitter {
52251
+ border-width: 0;
52252
+ }
52253
+
52183
52254
  // React gantt
52184
52255
  .k-treelist-scrollable {
52185
52256
  width: 100%;
@@ -55863,70 +55934,171 @@ $_kendo-module-meta: (
55863
55934
  // Component
55864
55935
  // #region @import "./_variables.scss"; -> scss/timeline/_variables.scss
55865
55936
  // Timeline
55937
+
55938
+ /// The horizontal spacing of the Timeline.
55939
+ /// @group timeline
55866
55940
  $kendo-timeline-spacing-x: 40px !default;
55941
+ /// The vertical spacing of the Timeline.
55942
+ /// @group timeline
55867
55943
  $kendo-timeline-spacing-y: 40px !default;
55944
+ /// The padding between the Timeline's track items.
55945
+ /// @group timeline
55868
55946
  $kendo-timeline-items-padding: 16px !default;
55869
55947
 
55948
+ /// The font family of the Timeline.
55949
+ /// @group timeline
55870
55950
  $kendo-timeline-font-family: $kendo-font-family !default;
55951
+ /// The font size of the Timeline.
55952
+ /// @group timeline
55871
55953
  $kendo-timeline-font-size: $kendo-font-size-md !default;
55954
+ /// The line height of the Timeline.
55955
+ /// @group timeline
55872
55956
  $kendo-timeline-line-height: $kendo-line-height-md !default;
55873
55957
 
55958
+ /// The horizontal spacing of the mobile Timeline.
55959
+ /// @group timeline
55874
55960
  $kendo-timeline-mobile-spacing-x: 16px !default;
55961
+ /// The vertical spacing of the mobile Timeline.
55962
+ /// @group timeline
55875
55963
  $kendo-timeline-mobile-spacing-y: 16px !default;
55876
55964
 
55965
+ /// The width of the Timeline track arrow.
55966
+ /// @group timeline
55877
55967
  $kendo-timeline-track-arrow-width: 30px !default;
55968
+ /// The height of the Timeline track arrow.
55969
+ /// @group timeline
55878
55970
  $kendo-timeline-track-arrow-height: 30px !default;
55879
55971
 
55972
+ /// The background color of the disabled Timeline track arrow.
55973
+ /// @group timeline
55880
55974
  $kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, rgba( k-color( base-subtle, true ), .6 ), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%)) !default;
55975
+ /// The text color of the disabled Timeline track arrow.
55976
+ /// @group timeline
55881
55977
  $kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .6 ), k-true-mix($kendo-button-text, $kendo-body-bg, 65%)) !default;
55978
+ /// The border color of the disabled Timeline track arrow.
55979
+ /// @group timeline
55882
55980
  $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, k-color( border ), k-true-mix(#000000, $kendo-body-bg, 4.8%)) !default;
55883
55981
 
55982
+ /// The size of the Timeline track.
55983
+ /// @group timeline
55884
55984
  $kendo-timeline-track-size: 6px !default;
55985
+ /// The bottom padding of the Timeline's track wrapper.
55986
+ /// @group timeline
55885
55987
  $kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-size, 2 ) !default;
55988
+ /// The border width of the Timeline track.
55989
+ /// @group timeline
55886
55990
  $kendo-timeline-track-border-width: 1px !default;
55991
+ /// The bottom margin of the Timeline track.
55992
+ /// @group timeline
55887
55993
  $kendo-timeline-track-margin-bottom: 16px !default;
55994
+ /// The bottom offset of the Timeline track.
55995
+ /// @group timeline
55888
55996
  $kendo-timeline-track-bottom-calc: calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
55997
+ /// The left offset of the Timeline track.
55998
+ /// @group timeline
55889
55999
  $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
56000
+ /// The right offset of the Timeline track.
56001
+ /// @group timeline
55890
56002
  $kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
56003
+ /// The background color of the Timeline track.
56004
+ /// @group timeline
55891
56005
  $kendo-timeline-track-bg: $kendo-button-bg !default;
56006
+ /// The border color of the Timeline track.
56007
+ /// @group timeline
55892
56008
  $kendo-timeline-track-border-color: $kendo-button-border !default;
55893
56009
 
56010
+ /// The shadow of the Timeline's focused track items.
56011
+ /// @group timeline
55894
56012
  $kendo-timeline-track-item-focus-shadow: k-elevation(2) !default;
55895
56013
 
56014
+ /// The offset of the Timeline track event.
56015
+ /// @group timeline
55896
56016
  $kendo-timeline-track-event-offset: 36px !default;
55897
56017
 
56018
+ /// The horizontal padding of the Timeline flag.
56019
+ /// @group timeline
55898
56020
  $kendo-timeline-flag-padding-x: $kendo-button-padding-x !default;
56021
+ /// The vertical padding of the Timeline flag.
56022
+ /// @group timeline
55899
56023
  $kendo-timeline-flag-padding-y: $kendo-button-padding-y !default;
56024
+ /// The line height of the Timeline flag.
56025
+ /// @group timeline
55900
56026
  $kendo-timeline-flag-line-height: $kendo-button-line-height !default;
56027
+ /// The minimum width of the Timeline flag.
56028
+ /// @group timeline
55901
56029
  $kendo-timeline-flag-min-width: 80px !default;
56030
+ /// The maximum width of the Timeline flag.
56031
+ /// @group timeline
55902
56032
  $kendo-timeline-flag-max-width: calc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-spacing-x}) !default;
56033
+ /// The maximum width of the mobile Timeline flag.
56034
+ /// @group timeline
55903
56035
  $kendo-timeline-mobile-flag-max-width: calc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-mobile-spacing-x}) !default;
56036
+ /// The minimum width of the horizontal Timeline flag.
56037
+ /// @group timeline
55904
56038
  $kendo-timeline-horizontal-flag-min-width: 60px !default;
56039
+ /// The background color of the Timeline flag.
56040
+ /// @group timeline
55905
56041
  $kendo-timeline-flag-bg: $kendo-color-primary !default;
56042
+ /// The text color of the Timeline flag.
56043
+ /// @group timeline
55906
56044
  $kendo-timeline-flag-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-timeline-flag-bg )) !default;
55907
56045
 
56046
+ /// The width of the Timeline's flag callout.
56047
+ /// @group timeline
55908
56048
  $kendo-timeline-flag-callout-width: 10px !default;
56049
+ /// The height of the Timeline's flag callout.
56050
+ /// @group timeline
55909
56051
  $kendo-timeline-flag-callout-height: 10px !default;
55910
56052
 
56053
+ /// The bottom offset of the Timeline flag.
56054
+ /// @group timeline
55911
56055
  $kendo-timeline-flag-offset-bottom: 4px !default;
56056
+ /// The bottom margin of the Timeline flag.
56057
+ /// @group timeline
55912
56058
  $kendo-timeline-flag-margin-bottom-calc: calc(#{$kendo-timeline-track-size} + 2 * #{$kendo-timeline-track-border-width} + #{$kendo-timeline-flag-offset-bottom} + #{$kendo-timeline-flag-callout-height}) !default;
55913
56059
 
56060
+ /// The width of the Timeline date.
56061
+ /// @group timeline
55914
56062
  $kendo-timeline-date-width: 50px !default;
56063
+ /// The bottom margin of the Timeline date.
56064
+ /// @group timeline
55915
56065
  $kendo-timeline-date-margin-bottom: 8px !default;
55916
56066
 
56067
+ /// The padding of the vertical Timeline.
56068
+ /// @group timeline
55917
56069
  $kendo-timeline-vertical-padding-calc: calc(#{$kendo-timeline-spacing-x} + (#{$kendo-timeline-flag-min-width} - #{$kendo-timeline-track-size}) / 2) !default;
56070
+ /// The padding of the vertical Timeline date.
56071
+ /// @group timeline
55918
56072
  $kendo-timeline-vertical-padding-with-dates-calc: calc(#{$kendo-timeline-vertical-padding-calc} + #{$kendo-timeline-date-width}) !default;
56073
+ /// The padding of the vertical mobile Timeline.
56074
+ /// @group timeline
55919
56075
  $kendo-timeline-mobile-vertical-padding-calc: calc(#{$kendo-timeline-mobile-spacing-x} + (#{$kendo-timeline-flag-min-width} - #{$kendo-timeline-track-size}) / 2) !default;
56076
+ /// The padding of the vertical mobile Timeline date.
56077
+ /// @group timeline
55920
56078
  $kendo-timeline-mobile-vertical-padding-with-dates-calc: calc(#{$kendo-timeline-mobile-vertical-padding-calc} + #{$kendo-timeline-date-width}) !default;
55921
56079
 
56080
+ /// The width of the Timeline circle.
56081
+ /// @group timeline
55922
56082
  $kendo-timeline-circle-width: 16px !default;
56083
+ /// The height of the Timeline circle.
56084
+ /// @group timeline
55923
56085
  $kendo-timeline-circle-height: 16px !default;
56086
+ /// The background color of the Timeline circle.
56087
+ /// @group timeline
55924
56088
  $kendo-timeline-circle-bg: $kendo-color-primary !default;
55925
56089
 
56090
+ /// The horizontal padding of the Timeline collapse arrow.
56091
+ /// @group timeline
55926
56092
  $kendo-timeline-collapse-arrow-padding-x: $kendo-padding-md-x !default;
55927
56093
 
56094
+ /// The width of the Timeline event.
56095
+ /// @group timeline
55928
56096
  $kendo-timeline-event-width: 400px !default;
56097
+ /// The height of the Timeline event.
56098
+ /// @group timeline
55929
56099
  $kendo-timeline-event-height: 600px !default;
56100
+ /// The minimum height of the Timeline event.
56101
+ /// @group timeline
55930
56102
  $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-offset} - #{$kendo-card-border-width})) !default;
55931
56103
 
55932
56104
  // #endregion