@progress/kendo-theme-bootstrap 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: 0px 1px 2px rgba(0, 0, 0, 0.038);
25994
25994
  }
25995
25995
 
25996
+ .\!k-elevation-1 {
25997
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.038) !important;
25998
+ }
25999
+
25996
26000
  .k-elevation-2 {
25997
26001
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.075);
25998
26002
  }
25999
26003
 
26004
+ .\!k-elevation-2 {
26005
+ box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.075) !important;
26006
+ }
26007
+
26000
26008
  .k-elevation-3 {
26001
26009
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
26002
26010
  }
26003
26011
 
26012
+ .\!k-elevation-3 {
26013
+ box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
26014
+ }
26015
+
26004
26016
  .k-elevation-4 {
26005
26017
  box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.125);
26006
26018
  }
26007
26019
 
26020
+ .\!k-elevation-4 {
26021
+ box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.125) !important;
26022
+ }
26023
+
26008
26024
  .k-elevation-5 {
26009
26025
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
26010
26026
  }
26011
26027
 
26028
+ .\!k-elevation-5 {
26029
+ box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15) !important;
26030
+ }
26031
+
26012
26032
  .k-elevation-6 {
26013
26033
  box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.159);
26014
26034
  }
26015
26035
 
26036
+ .\!k-elevation-6 {
26037
+ box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.159) !important;
26038
+ }
26039
+
26016
26040
  .k-elevation-7 {
26017
26041
  box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, 0.168);
26018
26042
  }
26019
26043
 
26044
+ .\!k-elevation-7 {
26045
+ box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, 0.168) !important;
26046
+ }
26047
+
26020
26048
  .k-elevation-8 {
26021
26049
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
26022
26050
  }
26023
26051
 
26052
+ .\!k-elevation-8 {
26053
+ box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176) !important;
26054
+ }
26055
+
26024
26056
  .k-elevation-9 {
26025
26057
  box-shadow: 0px 18px 60px 0px rgba(0, 0, 0, 0.185);
26026
26058
  }
26027
26059
 
26060
+ .\!k-elevation-9 {
26061
+ box-shadow: 0px 18px 60px 0px rgba(0, 0, 0, 0.185) !important;
26062
+ }
26063
+
26028
26064
  .k-body,
26029
26065
  .k-typography {
26030
26066
  font-size: 1rem;
@@ -47760,6 +47796,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47760
47796
  display: inline-flex;
47761
47797
  }
47762
47798
 
47799
+ .k-gantt .k-gantt-splitter {
47800
+ border-width: 0;
47801
+ }
47802
+
47763
47803
  .k-gantt .k-treelist-scrollable {
47764
47804
  width: 100%;
47765
47805
  border-width: 0;
package/dist/all.scss CHANGED
@@ -10730,43 +10730,43 @@ $kendo-utils: (
10730
10730
  // #region @import "./_zindex.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/layout/_zindex.scss
10731
10731
  /// This is equivalent to `z-index: 0;`.
10732
10732
  /// @example z-index: 0;
10733
- /// @name .k-zindex-0
10733
+ /// @name .k-z-0
10734
10734
  /// @group zindex
10735
10735
  /// @contextType css
10736
10736
 
10737
10737
  /// This is equivalent to `z-index: 10;`.
10738
10738
  /// @example z-index: 10;
10739
- /// @name .k-zindex-10
10739
+ /// @name .k-z-10
10740
10740
  /// @group zindex
10741
10741
  /// @contextType css
10742
10742
 
10743
10743
  /// This is equivalent to `z-index: 20;`.
10744
10744
  /// @example z-index: 20;
10745
- /// @name .k-zindex-20
10745
+ /// @name .k-z-20
10746
10746
  /// @group zindex
10747
10747
  /// @contextType css
10748
10748
 
10749
10749
  /// This is equivalent to `z-index: 30;`.
10750
10750
  /// @example z-index: 30;
10751
- /// @name .k-zindex-30
10751
+ /// @name .k-z-30
10752
10752
  /// @group zindex
10753
10753
  /// @contextType css
10754
10754
 
10755
10755
  /// This is equivalent to `z-index: 40;`.
10756
10756
  /// @example z-index: 40;
10757
- /// @name .k-zindex-40
10757
+ /// @name .k-z-40
10758
10758
  /// @group zindex
10759
10759
  /// @contextType css
10760
10760
 
10761
10761
  /// This is equivalent to `z-index: 50;`.
10762
10762
  /// @example z-index: 50;
10763
- /// @name .k-zindex-50
10763
+ /// @name .k-z-50
10764
10764
  /// @group zindex
10765
10765
  /// @contextType css
10766
10766
 
10767
10767
  /// This is equivalent to `z-index: auto;`.
10768
10768
  /// @example z-index: auto;
10769
- /// @name .k-zindex-auto
10769
+ /// @name .k-z-auto
10770
10770
  /// @group zindex
10771
10771
  /// @contextType css
10772
10772
 
@@ -16669,11 +16669,7 @@ $kendo-utils: (
16669
16669
  // #endregion
16670
16670
 
16671
16671
  @mixin kendo-utils--elevation {
16672
- @each $level, $elevation in $kendo-elevation {
16673
- .k-elevation-#{$level} {
16674
- box-shadow: $elevation;
16675
- }
16676
- }
16672
+ @include generate-utils(elevation, box-shadow, $kendo-elevation);
16677
16673
  }
16678
16674
 
16679
16675
  // #endregion
@@ -30322,49 +30318,119 @@ $_kendo-module-meta: (
30322
30318
 
30323
30319
 
30324
30320
  // Slider
30321
+ /// The default size of the Slider.
30322
+ /// @group slider
30325
30323
  $kendo-slider-size: 200px !default;
30324
+ /// The default size of the Slider tick.
30325
+ /// @group slider
30326
30326
  $kendo-slider-tick-size: null !default;
30327
+ /// The default size of the Slider's track wrap.
30328
+ /// @group slider
30327
30329
  $kendo-slider-alt-size: 30px !default;
30328
30330
 
30331
+ /// The font family of the Slider.
30332
+ /// @group slider
30329
30333
  $kendo-slider-font-family: $kendo-font-family !default;
30334
+ /// The font size of the Slider.
30335
+ /// @group slider
30330
30336
  $kendo-slider-font-size: $kendo-font-size-md !default;
30337
+ /// The line height of the Slider.
30338
+ /// @group slider
30331
30339
  $kendo-slider-line-height: $kendo-line-height-md !default;
30332
30340
 
30341
+ /// The offset of the Slider Buttons.
30342
+ /// @group slider
30333
30343
  $kendo-slider-button-offset: 10px !default;
30344
+ /// The size of the Slider Buttons.
30345
+ /// @group slider
30334
30346
  $kendo-slider-button-size: ($kendo-slider-alt-size - 2) !default;
30347
+ /// The spacing of the Slider Buttons.
30348
+ /// @group slider
30335
30349
  $kendo-slider-button-spacing: ($kendo-slider-button-size + $kendo-slider-button-offset) !default;
30350
+ /// The shadow of the focused Slider Buttons.
30351
+ /// @group slider
30336
30352
  $kendo-slider-button-focus-shadow: $kendo-button-focus-shadow !default;
30337
30353
 
30354
+ /// The thickness of the Slider track.
30355
+ /// @group slider
30338
30356
  $kendo-slider-track-thickness: 4px !default;
30357
+ /// The size of the Slider drag handle.
30358
+ /// @group slider
30339
30359
  $kendo-slider-draghandle-size: 14px !default;
30360
+ /// The border width of the Slider drag handle.
30361
+ /// @group slider
30340
30362
  $kendo-slider-draghandle-border-width: 1px !default;
30363
+ /// The transition scale of the active Slider drag handle.
30364
+ /// @group slider
30341
30365
  $kendo-slider-draghandle-active-scale: 1 !default;
30366
+ /// The size of the active Slider drag handle.
30367
+ /// @group slider
30342
30368
  $kendo-slider-draghandle-active-size: null !default;
30343
30369
 
30370
+ /// The background color of the Slider drag handle.
30371
+ /// @group slider
30344
30372
  $kendo-slider-draghandle-bg: $kendo-color-primary !default;
30373
+ /// The text color of the Slider drag handle.
30374
+ /// @group slider
30345
30375
  $kendo-slider-draghandle-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-color-primary )) !default;
30376
+ /// The border color of the Slider drag handle.
30377
+ /// @group slider
30346
30378
  $kendo-slider-draghandle-border: $kendo-color-primary !default;
30379
+ /// The gradient of the Slider drag handle.
30380
+ /// @group slider
30347
30381
  $kendo-slider-draghandle-gradient: null !default;
30348
30382
 
30383
+ /// The background color of the hovered Slider drag handle.
30384
+ /// @group slider
30349
30385
  $kendo-slider-draghandle-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-darken( $kendo-color-primary, 7.5% )) !default;
30386
+ /// The text color of the hovered Slider drag handle.
30387
+ /// @group slider
30350
30388
  $kendo-slider-draghandle-hover-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-color-primary )) !default;
30389
+ /// The border color of the hovered Slider drag handle.
30390
+ /// @group slider
30351
30391
  $kendo-slider-draghandle-hover-border: if($kendo-enable-color-system, k-color( primary-hover ), k-try-darken( $kendo-color-primary, 10% )) !default;
30392
+ /// The gradient of the hovered Slider drag handle.
30393
+ /// @group slider
30352
30394
  $kendo-slider-draghandle-hover-gradient: null !default;
30353
30395
 
30396
+ /// The background color of the active Slider drag handle.
30397
+ /// @group slider
30354
30398
  $kendo-slider-draghandle-pressed-bg: if($kendo-enable-color-system, k-color( primary-active ), k-try-darken( $kendo-color-primary, 10% )) !default;
30399
+ /// The text color of the active Slider drag handle.
30400
+ /// @group slider
30355
30401
  $kendo-slider-draghandle-pressed-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-color-primary )) !default;
30402
+ /// The border color of the active Slider drag handle.
30403
+ /// @group slider
30356
30404
  $kendo-slider-draghandle-pressed-border: if($kendo-enable-color-system, k-color( primary-active ), k-try-darken( $kendo-color-primary, 12.5% )) !default;
30405
+ /// The gradient of the active Slider drag handle.
30406
+ /// @group slider
30357
30407
  $kendo-slider-draghandle-pressed-gradient: null !default;
30358
30408
 
30409
+ /// The shadow of the focused Slider drag handle.
30410
+ /// @group slider
30359
30411
  $kendo-slider-draghandle-focus-shadow: 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .5 ), rgba( $kendo-color-primary, .5 )) !default;
30360
30412
 
30413
+ /// The transition speed of the Slider.
30414
+ /// @group slider
30361
30415
  $kendo-slider-transition-speed: .3s !default;
30416
+ /// The transition function of the Slider.
30417
+ /// @group slider
30362
30418
  $kendo-slider-transition-function: ease-out !default;
30419
+ /// The transition speed of the Slider drag handle.
30420
+ /// @group slider
30363
30421
  $kendo-slider-draghandle-transition-speed: .4s !default;
30422
+ /// The transition function of the Slider drag handle.
30423
+ /// @group slider
30364
30424
  $kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !default;
30365
30425
 
30426
+ /// The background color of the Slider track.
30427
+ /// @group slider
30366
30428
  $kendo-slider-track-bg: $gray-200 !default;
30429
+ /// The background color of the Slider's track selection.
30430
+ /// @group slider
30367
30431
  $kendo-slider-selection-bg: $kendo-selected-bg !default;
30432
+ /// @group slider
30433
+ /// The opacity of the disabled Slider.
30368
30434
  $kendo-slider-disabled-opacity: null !default;
30369
30435
 
30370
30436
  // #endregion
@@ -56396,6 +56462,11 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
56396
56462
  display: inline-flex;
56397
56463
  }
56398
56464
 
56465
+ // Splitter
56466
+ .k-gantt-splitter {
56467
+ border-width: 0;
56468
+ }
56469
+
56399
56470
  // React gantt
56400
56471
  .k-treelist-scrollable {
56401
56472
  width: 100%;
@@ -60174,70 +60245,171 @@ $_kendo-module-meta: (
60174
60245
  // Component
60175
60246
  // #region @import "./_variables.scss"; -> scss/timeline/_variables.scss
60176
60247
  // Timeline
60248
+
60249
+ /// The horizontal spacing of the Timeline.
60250
+ /// @group timeline
60177
60251
  $kendo-timeline-spacing-x: 40px !default;
60252
+ /// The vertical spacing of the Timeline.
60253
+ /// @group timeline
60178
60254
  $kendo-timeline-spacing-y: 40px !default;
60255
+ /// The padding between the Timeline's track items.
60256
+ /// @group timeline
60179
60257
  $kendo-timeline-items-padding: $kendo-padding-md-x !default;
60180
60258
 
60259
+ /// The font family of the Timeline.
60260
+ /// @group timeline
60181
60261
  $kendo-timeline-font-family: $kendo-font-family !default;
60262
+ /// The font size of the Timeline.
60263
+ /// @group timeline
60182
60264
  $kendo-timeline-font-size: $kendo-font-size-md !default;
60265
+ /// The line height of the Timeline.
60266
+ /// @group timeline
60183
60267
  $kendo-timeline-line-height: $kendo-line-height-md !default;
60184
60268
 
60269
+ /// The horizontal spacing of the mobile Timeline.
60270
+ /// @group timeline
60185
60271
  $kendo-timeline-mobile-spacing-x: $kendo-padding-md-x !default;
60272
+ /// The vertical spacing of the mobile Timeline.
60273
+ /// @group timeline
60186
60274
  $kendo-timeline-mobile-spacing-y: $kendo-padding-md-x !default;
60187
60275
 
60276
+ /// The width of the Timeline track arrow.
60277
+ /// @group timeline
60188
60278
  $kendo-timeline-track-arrow-width: 38px !default;
60279
+ /// The height of the Timeline track arrow.
60280
+ /// @group timeline
60189
60281
  $kendo-timeline-track-arrow-height: 38px !default;
60190
60282
 
60283
+ /// The background color of the disabled Timeline track arrow.
60284
+ /// @group timeline
60191
60285
  $kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, rgba( k-color( base-subtle, true ), .65 ), k-true-mix( $kendo-button-bg, $kendo-body-bg, 65% )) !default;
60286
+ /// The text color of the disabled Timeline track arrow.
60287
+ /// @group timeline
60192
60288
  $kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .65 ), k-true-mix( $kendo-button-text, $kendo-body-bg, 65% )) !default;
60289
+ /// The border color of the disabled Timeline track arrow.
60290
+ /// @group timeline
60193
60291
  $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, rgba( k-color( border, true ), .15 ), k-true-mix( $kendo-button-border, $kendo-body-bg, 65% )) !default;
60194
60292
 
60293
+ /// The size of the Timeline track.
60294
+ /// @group timeline
60195
60295
  $kendo-timeline-track-size: 6px !default;
60296
+ /// The bottom padding of the Timeline's track wrapper.
60297
+ /// @group timeline
60196
60298
  $kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-size, 2 ) !default;
60299
+ /// The border width of the Timeline track.
60300
+ /// @group timeline
60197
60301
  $kendo-timeline-track-border-width: 1px !default;
60302
+ /// The bottom margin of the Timeline track.
60303
+ /// @group timeline
60198
60304
  $kendo-timeline-track-margin-bottom: k-map-get( $kendo-spacing, 4 ) !default;
60305
+ /// The bottom offset of the Timeline track.
60306
+ /// @group timeline
60199
60307
  $kendo-timeline-track-bottom-calc: calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
60308
+ /// The left offset of the Timeline track.
60309
+ /// @group timeline
60200
60310
  $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
60311
+ /// The right offset of the Timeline track.
60312
+ /// @group timeline
60201
60313
  $kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
60314
+ /// The background color of the Timeline track.
60315
+ /// @group timeline
60202
60316
  $kendo-timeline-track-bg: $kendo-button-bg !default;
60317
+ /// The border color of the Timeline track.
60318
+ /// @group timeline
60203
60319
  $kendo-timeline-track-border-color: $kendo-timeline-track-bg !default;
60204
60320
 
60321
+ /// The shadow of the Timeline's focused track items.
60322
+ /// @group timeline
60205
60323
  $kendo-timeline-track-item-focus-shadow: k-elevation(2) !default;
60206
60324
 
60325
+ /// The offset of the Timeline track event.
60326
+ /// @group timeline
60207
60327
  $kendo-timeline-track-event-offset: 36px !default;
60208
60328
 
60329
+ /// The horizontal padding of the Timeline flag.
60330
+ /// @group timeline
60209
60331
  $kendo-timeline-flag-padding-x: $kendo-button-padding-x !default;
60332
+ /// The vertical padding of the Timeline flag.
60333
+ /// @group timeline
60210
60334
  $kendo-timeline-flag-padding-y: $kendo-button-padding-y !default;
60335
+ /// The line height of the Timeline flag.
60336
+ /// @group timeline
60211
60337
  $kendo-timeline-flag-line-height: $kendo-button-line-height !default;
60338
+ /// The minimum width of the Timeline flag.
60339
+ /// @group timeline
60212
60340
  $kendo-timeline-flag-min-width: 80px !default;
60341
+ /// The maximum width of the Timeline flag.
60342
+ /// @group timeline
60213
60343
  $kendo-timeline-flag-max-width: calc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-spacing-x}) !default;
60344
+ /// The maximum width of the mobile Timeline flag.
60345
+ /// @group timeline
60214
60346
  $kendo-timeline-mobile-flag-max-width: calc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-mobile-spacing-x}) !default;
60347
+ /// The minimum width of the horizontal Timeline flag.
60348
+ /// @group timeline
60215
60349
  $kendo-timeline-horizontal-flag-min-width: 80px !default;
60350
+ /// The background color of the Timeline flag.
60351
+ /// @group timeline
60216
60352
  $kendo-timeline-flag-bg: $kendo-color-primary !default;
60353
+ /// The text color of the Timeline flag.
60354
+ /// @group timeline
60217
60355
  $kendo-timeline-flag-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-timeline-flag-bg )) !default;
60218
60356
 
60357
+ /// The width of the Timeline's flag callout.
60358
+ /// @group timeline
60219
60359
  $kendo-timeline-flag-callout-width: 10px !default;
60360
+ /// The height of the Timeline's flag callout.
60361
+ /// @group timeline
60220
60362
  $kendo-timeline-flag-callout-height: 10px !default;
60221
60363
 
60364
+ /// The bottom offset of the Timeline flag.
60365
+ /// @group timeline
60222
60366
  $kendo-timeline-flag-offset-bottom: 4px !default;
60367
+ /// The bottom margin of the Timeline flag.
60368
+ /// @group timeline
60223
60369
  $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;
60224
60370
 
60371
+ /// The width of the Timeline date.
60372
+ /// @group timeline
60225
60373
  $kendo-timeline-date-width: 50px !default;
60374
+ /// The bottom margin of the Timeline date.
60375
+ /// @group timeline
60226
60376
  $kendo-timeline-date-margin-bottom: 10px !default;
60227
60377
 
60378
+ /// The padding of the vertical Timeline.
60379
+ /// @group timeline
60228
60380
  $kendo-timeline-vertical-padding-calc: calc(#{$kendo-timeline-spacing-x} + (#{$kendo-timeline-flag-min-width} - #{$kendo-timeline-track-size}) / 2) !default;
60381
+ /// The padding of the vertical Timeline date.
60382
+ /// @group timeline
60229
60383
  $kendo-timeline-vertical-padding-with-dates-calc: calc(#{$kendo-timeline-vertical-padding-calc} + #{$kendo-timeline-date-width}) !default;
60384
+ /// The padding of the vertical mobile Timeline.
60385
+ /// @group timeline
60230
60386
  $kendo-timeline-mobile-vertical-padding-calc: calc(#{$kendo-timeline-mobile-spacing-x} + (#{$kendo-timeline-flag-min-width} - #{$kendo-timeline-track-size}) / 2) !default;
60387
+ /// The padding of the vertical mobile Timeline date.
60388
+ /// @group timeline
60231
60389
  $kendo-timeline-mobile-vertical-padding-with-dates-calc: calc(#{$kendo-timeline-mobile-vertical-padding-calc} + #{$kendo-timeline-date-width}) !default;
60232
60390
 
60391
+ /// The width of the Timeline circle.
60392
+ /// @group timeline
60233
60393
  $kendo-timeline-circle-width: 16px !default;
60394
+ /// The height of the Timeline circle.
60395
+ /// @group timeline
60234
60396
  $kendo-timeline-circle-height: 16px !default;
60397
+ /// The background color of the Timeline circle.
60398
+ /// @group timeline
60235
60399
  $kendo-timeline-circle-bg: $kendo-color-primary !default;
60236
60400
 
60401
+ /// The horizontal padding of the Timeline collapse arrow.
60402
+ /// @group timeline
60237
60403
  $kendo-timeline-collapse-arrow-padding-x: $kendo-padding-sm-x !default;
60238
60404
 
60405
+ /// The width of the Timeline event.
60406
+ /// @group timeline
60239
60407
  $kendo-timeline-event-width: 400px !default;
60408
+ /// The height of the Timeline event.
60409
+ /// @group timeline
60240
60410
  $kendo-timeline-event-height: 600px !default;
60411
+ /// The minimum height of the Timeline event.
60412
+ /// @group timeline
60241
60413
  $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-offset} - #{$kendo-card-border-width})) !default;
60242
60414
 
60243
60415
  // #endregion