@progress/kendo-theme-material 8.0.0-dev.4 → 8.0.0-dev.6

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
@@ -29342,7 +29342,7 @@ kendo-sortable {
29342
29342
  }
29343
29343
 
29344
29344
  .k-display-1 {
29345
- font-size: var(--kendo-display1-font-size, calc(var( --kendo-font-size, inherit)*9.5));
29345
+ font-size: var(--kendo-display1-font-size, calc(var( --kendo-font-size, .875rem )*9.5));
29346
29346
  font-family: var(--kendo-display1-font-family, var(--kendo-font-family, inherit));
29347
29347
  line-height: var(--kendo-display1-line-height, 1.2);
29348
29348
  font-weight: var(--kendo-display1-font-weight, var(--kendo-font-weight-light, normal));
@@ -29350,7 +29350,7 @@ kendo-sortable {
29350
29350
  }
29351
29351
 
29352
29352
  .k-display-2 {
29353
- font-size: var(--kendo-display2-font-size, calc(var( --kendo-font-size, inherit)*8.75));
29353
+ font-size: var(--kendo-display2-font-size, calc(var( --kendo-font-size, .875rem )*8.75));
29354
29354
  font-family: var(--kendo-display2-font-family, var(--kendo-font-family, inherit));
29355
29355
  line-height: var(--kendo-display2-line-height, 1.2);
29356
29356
  font-weight: var(--kendo-display2-font-weight, var(--kendo-font-weight-light, normal));
@@ -29358,7 +29358,7 @@ kendo-sortable {
29358
29358
  }
29359
29359
 
29360
29360
  .k-display-3 {
29361
- font-size: var(--kendo-display3-font-size, calc(var( --kendo-font-size, inherit)*8));
29361
+ font-size: var(--kendo-display3-font-size, calc(var( --kendo-font-size, .875rem )*8));
29362
29362
  font-family: var(--kendo-display3-font-family, var(--kendo-font-family, inherit));
29363
29363
  line-height: var(--kendo-display3-line-height, 1.2);
29364
29364
  font-weight: var(--kendo-display3-font-weight, var(--kendo-font-weight-light, normal));
@@ -29366,7 +29366,7 @@ kendo-sortable {
29366
29366
  }
29367
29367
 
29368
29368
  .k-display-4 {
29369
- font-size: var(--kendo-display4-font-size, calc(var( --kendo-font-size, inherit)*7.25));
29369
+ font-size: var(--kendo-display4-font-size, calc(var( --kendo-font-size, .875rem )*7.25));
29370
29370
  font-family: var(--kendo-display4-font-family, var(--kendo-font-family, inherit));
29371
29371
  line-height: var(--kendo-display4-line-height, 1.2);
29372
29372
  font-weight: var(--kendo-display4-font-weight, var(--kendo-font-weight-light, normal));
@@ -54402,7 +54402,7 @@ kendo-scheduler .k-event .k-event-actions,
54402
54402
  }
54403
54403
 
54404
54404
  .k-event .k-event-delete .k-icon {
54405
- padding: calc(var( --kendo-font-size, inherit) - var( --kendo-font-size-sm, inherit));
54405
+ padding: calc(var( --kendo-font-size, .875rem) - var( --kendo-font-size-sm, .75rem));
54406
54406
  box-sizing: content-box;
54407
54407
  vertical-align: unset;
54408
54408
  }
@@ -56124,8 +56124,8 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
56124
56124
 
56125
56125
  .k-scrollview-nav > .k-link::before {
56126
56126
  content: "";
56127
- width: 10pxvar(--kendo-spacing-5, 1.25rem);
56128
- height: 10pxvar(--kendo-spacing-5, 1.25rem);
56127
+ width: calc(10px + var(--kendo-spacing-5, 1.25rem));
56128
+ height: calc(10px + var(--kendo-spacing-5, 1.25rem));
56129
56129
  display: block;
56130
56130
  position: absolute;
56131
56131
  top: 50%;
@@ -56412,7 +56412,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
56412
56412
 
56413
56413
  .k-chart-tooltip {
56414
56414
  border-radius: var(--kendo-border-radius-md, 0.25rem);
56415
- font-size: calc(var( --kendo-font-size, inherit )*0.929);
56415
+ font-size: 0.812875rem;
56416
56416
  line-height: var(--kendo-line-height, normal);
56417
56417
  padding-block: calc(var(--kendo-spacing-1, 0.25rem)*0.75);
56418
56418
  padding-inline: calc(var(--kendo-spacing-4, 1rem)/2);
package/dist/all.scss CHANGED
@@ -13410,25 +13410,25 @@ $kendo-utils: (
13410
13410
  // #region @import "./_text-decoration.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/typography/_text-decoration.scss
13411
13411
  /// This is equivalent to `text-decoration: underline;`.
13412
13412
  /// @example text-decoration: underline;
13413
- /// @name .k-underline
13413
+ /// @name .k-text-underline
13414
13414
  /// @group text-decoration
13415
13415
  /// @contextType css
13416
13416
 
13417
13417
  /// This is equivalent to `text-decoration: overline;`.
13418
13418
  /// @example text-decoration: overline;
13419
- /// @name .k-overline
13419
+ /// @name .k-text-overline
13420
13420
  /// @group text-decoration
13421
13421
  /// @contextType css
13422
13422
 
13423
13423
  /// This is equivalent to `text-decoration: line-through;`.
13424
13424
  /// @example text-decoration: line-through;
13425
- /// @name .k-line-through
13425
+ /// @name .k-text-line-through
13426
13426
  /// @group text-decoration
13427
13427
  /// @contextType css
13428
13428
 
13429
13429
  /// This is equivalent to `text-decoration: none-decoration;`.
13430
13430
  /// @example text-decoration: none-decoration;
13431
- /// @name .k-none-decoration
13431
+ /// @name .k-text-no-underline
13432
13432
  /// @group text-decoration
13433
13433
  /// @contextType css
13434
13434
 
@@ -16312,10 +16312,10 @@ $kendo-code-border: $kendo-component-border !default;
16312
16312
 
16313
16313
 
16314
16314
  // Display
16315
- $kendo-display1-font-size: calc( var( --kendo-font-size, inherit) * 9.5 ) !default;
16316
- $kendo-display2-font-size: calc( var( --kendo-font-size, inherit) * 8.75 ) !default;
16317
- $kendo-display3-font-size: calc( var( --kendo-font-size, inherit) * 8 ) !default;
16318
- $kendo-display4-font-size: calc( var( --kendo-font-size, inherit) * 7.25 ) !default;
16315
+ $kendo-display1-font-size: calc( var( --kendo-font-size, .875rem ) * 9.5 ) !default;
16316
+ $kendo-display2-font-size: calc( var( --kendo-font-size, .875rem ) * 8.75 ) !default;
16317
+ $kendo-display3-font-size: calc( var( --kendo-font-size, .875rem ) * 8 ) !default;
16318
+ $kendo-display4-font-size: calc( var( --kendo-font-size, .875rem ) * 7.25 ) !default;
16319
16319
 
16320
16320
  $kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
16321
16321
  $kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;
@@ -44513,119 +44513,161 @@ $_kendo-module-meta: (
44513
44513
 
44514
44514
  // Component
44515
44515
  // #region @import "./_variables.scss"; -> scss/tabstrip/_variables.scss
44516
- // Tabstrip
44516
+ // TabStrip
44517
+
44518
+
44519
+ /// The horizontal padding of the TabStrip wrapper.
44520
+ /// @group tabstrip
44517
44521
  $kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
44522
+ /// The vertical padding of the TabStrip wrapper.
44523
+ /// @group tabstrip
44518
44524
  $kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
44525
+ /// The border width around the TabStrip wrapper.
44526
+ /// @group tabstrip
44519
44527
  $kendo-tabstrip-wrapper-border-width: 0px !default;
44520
44528
 
44529
+ /// The font family of the TabStrip.
44530
+ /// @group tabstrip
44521
44531
  $kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
44532
+ /// The font size of the TabStrip.
44533
+ /// @group tabstrip
44522
44534
  $kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
44535
+ /// The line height of the TabStrip.
44536
+ /// @group tabstrip
44523
44537
  $kendo-tabstrip-line-height: k-math-div( 20, 14 ) !default;
44538
+ /// The border width around the TabStrip.
44539
+ /// @group tabstrip
44524
44540
  $kendo-tabstrip-border-width: 1px !default;
44525
44541
 
44542
+ /// The background color of the TabStrip wrapper.
44543
+ /// @group tabstrip
44526
44544
  $kendo-tabstrip-wrapper-bg: null !default;
44545
+ /// The text color of the TabStrip wrapper.
44546
+ /// @group tabstrip
44527
44547
  $kendo-tabstrip-wrapper-text: null !default;
44548
+ /// The border color of the TabStrip wrapper.
44549
+ /// @group tabstrip
44528
44550
  $kendo-tabstrip-wrapper-border: null !default;
44529
44551
 
44530
- /// Background color of tabstrip component
44552
+ /// The background color of the TabStrip.
44531
44553
  /// @group tabstrip
44532
44554
  $kendo-tabstrip-bg: null !default;
44533
- /// Text color of tabstrip component
44555
+ /// The text color of the TabStrip.
44534
44556
  /// @group tabstrip
44535
44557
  $kendo-tabstrip-text: $kendo-subtle-text !default;
44536
- /// Border color of tabstrip component
44558
+ /// The border color of the TabStrip.
44537
44559
  /// @group tabstrip
44538
44560
  $kendo-tabstrip-border: $kendo-component-border !default;
44539
44561
 
44540
- /// Horizontal padding of tabs
44562
+ /// The horizontal padding of the TabStrip items.
44541
44563
  /// @group tabstrip
44542
44564
  $kendo-tabstrip-item-padding-x: k-spacing(6) !default;
44543
- /// Vertical padding of tabs
44565
+ /// The vertical padding of the TabStrip items.
44544
44566
  /// @group tabstrip
44545
44567
  $kendo-tabstrip-item-padding-y: k-spacing(3.5) !default;
44546
- /// Width of border around of tabs
44568
+ /// The border width around the TabStrip items.
44547
44569
  /// @group tabstrip
44548
44570
  $kendo-tabstrip-item-border-width: 0px !default;
44549
- /// Border radius of tabs
44571
+ /// The border radius of the TabStrip items.
44550
44572
  /// @group tabstrip
44551
44573
  $kendo-tabstrip-item-border-radius: 0px !default;
44552
- /// Spacing between tabs
44574
+ /// The gap between the TabStrip items.
44553
44575
  /// @group tabstrip
44554
44576
  $kendo-tabstrip-item-gap: k-spacing(0) !default;
44555
44577
 
44556
- /// Background color of tabs
44578
+ /// The background color of the TabStrip items.
44557
44579
  /// @group tabstrip
44558
44580
  $kendo-tabstrip-item-bg: null !default;
44559
- /// Text color of tabs
44581
+ /// The text color of the TabStrip items.
44560
44582
  /// @group tabstrip
44561
44583
  $kendo-tabstrip-item-text: $kendo-subtle-text !default;
44562
- /// Border color of tabs
44584
+ /// The border color of the TabStrip items.
44563
44585
  /// @group tabstrip
44564
44586
  $kendo-tabstrip-item-border: null !default;
44565
- /// Background gradient of tabs
44587
+ /// The gradient of the TabStrip items.
44566
44588
  /// @group tabstrip
44567
44589
  $kendo-tabstrip-item-gradient: null !default;
44568
44590
 
44569
- /// Background color of hovered tabs
44591
+ /// The background color of the hovered TabStrip items.
44570
44592
  /// @group tabstrip
44571
44593
  $kendo-tabstrip-item-hover-bg: $kendo-hover-bg !default;
44572
- /// Text color of hovered tabs
44594
+ /// The text color of the hovered TabStrip items.
44573
44595
  /// @group tabstrip
44574
44596
  $kendo-tabstrip-item-hover-text: $kendo-body-text !default;
44575
- /// Border color of hovered tabs
44597
+ /// The border color of the hovered TabStrip items.
44576
44598
  /// @group tabstrip
44577
44599
  $kendo-tabstrip-item-hover-border: null !default;
44578
- /// Background gradient of hovered tabs
44600
+ /// The gradient of the hovered TabStrip items.
44579
44601
  /// @group tabstrip
44580
44602
  $kendo-tabstrip-item-hover-gradient: null !default;
44581
44603
 
44582
- /// Background color of selected tabs
44604
+ /// The background color of the selected TabStrip items.
44583
44605
  /// @group tabstrip
44584
44606
  $kendo-tabstrip-item-selected-bg: null !default;
44585
- /// Text color of selected tabs
44607
+ /// The text color of the selected TabStrip items.
44586
44608
  /// @group tabstrip
44587
44609
  $kendo-tabstrip-item-selected-text: $kendo-body-text !default;
44588
- /// Border color of selected tabs
44610
+ /// The border color of the selected TabStrip items.
44589
44611
  /// @group tabstrip
44590
44612
  $kendo-tabstrip-item-selected-border: null !default;
44591
- /// Background gradient of selected tabs
44613
+ /// The gradient of the selected TabStrip items.
44592
44614
  /// @group tabstrip
44593
44615
  $kendo-tabstrip-item-selected-gradient: null !default;
44594
44616
 
44617
+ /// The shadow of the focused TabStrip items.
44618
+ /// @group tabstrip
44595
44619
  $kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
44596
44620
 
44621
+ /// The shadow of the dragged TabStrip items.
44622
+ /// @group tabstrip
44597
44623
  $kendo-tabstrip-item-dragging-shadow: $box-shadow-depth-3 !default;
44598
44624
 
44625
+ /// The background color of the disabled TabStrip items.
44626
+ /// @group tabstrip
44599
44627
  $kendo-tabstrip-item-disabled-bg: null !default;
44628
+ /// The text color of the disabled TabStrip items.
44629
+ /// @group tabstrip
44600
44630
  $kendo-tabstrip-item-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), k-map-get( $theme, disabled-text )) !default;
44631
+ /// The border color of the disabled TabStrip items.
44632
+ /// @group tabstrip
44601
44633
  $kendo-tabstrip-item-disabled-border: null !default;
44634
+ /// The gradient of the disabled TabStrip items.
44635
+ /// @group tabstrip
44602
44636
  $kendo-tabstrip-item-disabled-gradient: null !default;
44637
+ /// The opacity of the disabled TabStrip items.
44638
+ /// @group tabstrip
44603
44639
  $kendo-tabstrip-item-disabled-opacity: 1 !default;
44640
+ /// The filter of the disabled TabStrip items.
44641
+ /// @group tabstrip
44604
44642
  $kendo-tabstrip-item-disabled-filter: none !default;
44605
44643
 
44644
+ /// The border width of the TabStrip indicator.
44645
+ /// @group tabstrip
44606
44646
  $kendo-tabstrip-indicator-size: 2px !default;
44647
+ /// The border color of the TabStrip ripple.
44648
+ /// @group tabstrip
44607
44649
  $kendo-tabstrip-indicator-color: $kendo-color-primary !default;
44608
44650
 
44609
- /// Horizontal padding of tabstrip content
44651
+ /// The horizontal padding of the TabStrip content.
44610
44652
  /// @group tabstrip
44611
44653
  $kendo-tabstrip-content-padding-x: k-spacing(4) !default;
44612
- /// Vertical padding of tabstrip content
44654
+ /// The vertical padding of the TabStrip content.
44613
44655
  /// @group tabstrip
44614
44656
  $kendo-tabstrip-content-padding-y: k-spacing(4) !default;
44615
- /// Width of border around tabstrip content
44657
+ /// The border width around the TabStrip content.
44616
44658
  /// @group tabstrip
44617
44659
  $kendo-tabstrip-content-border-width: 0px !default;
44618
44660
 
44619
- /// Background color of tabstrip content
44661
+ /// The background color of the TabStrip content.
44620
44662
  /// @group tabstrip
44621
44663
  $kendo-tabstrip-content-bg: transparent !default;
44622
- /// Text color of tabstrip content
44664
+ /// The text color of the TabStrip content.
44623
44665
  /// @group tabstrip
44624
44666
  $kendo-tabstrip-content-text: null !default;
44625
- /// Border color of tabstrip content
44667
+ /// The border color of the TabStrip content.
44626
44668
  /// @group tabstrip
44627
44669
  $kendo-tabstrip-content-border: null !default;
44628
- /// Border color of tabstrip focused content
44670
+ /// The border color of the focused TabStrip content.
44629
44671
  /// @group tabstrip
44630
44672
  $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
44631
44673
 
@@ -58720,96 +58762,240 @@ $_kendo-module-meta: (
58720
58762
  // Component
58721
58763
  // #region @import "./_variables.scss"; -> scss/scheduler/_variables.scss
58722
58764
  // Scheduler
58765
+
58766
+ /// The width of the border around the Scheduler.
58767
+ /// @group scheduler
58723
58768
  $kendo-scheduler-border-width: 1px !default;
58769
+ /// The font family of the Scheduler.
58770
+ /// @group scheduler
58724
58771
  $kendo-scheduler-font-family: var( --kendo-font-family, inherit ) !default;
58772
+ /// The font size of the Scheduler.
58773
+ /// @group scheduler
58725
58774
  $kendo-scheduler-font-size: var( --kendo-font-size, inherit ) !default;
58775
+ /// The line height of the Scheduler.
58776
+ /// @group scheduler
58726
58777
  $kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
58727
58778
 
58779
+ /// The background color of the Scheduler.
58780
+ /// @group scheduler
58728
58781
  $kendo-scheduler-bg: $kendo-component-bg !default;
58782
+ /// The text color of the Scheduler.
58783
+ /// @group scheduler
58729
58784
  $kendo-scheduler-text: $kendo-component-text !default;
58785
+ /// The border color of the Scheduler.
58786
+ /// @group scheduler
58730
58787
  $kendo-scheduler-border: $kendo-component-border !default;
58731
58788
 
58789
+ /// The background color of the Scheduler ToolBar.
58790
+ /// @group scheduler
58732
58791
  $kendo-scheduler-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) !default;
58792
+ /// The text color of the Scheduler ToolBar.
58793
+ /// @group scheduler
58733
58794
  $kendo-scheduler-toolbar-text: null !default;
58795
+ /// The border color of the Scheduler ToolBar.
58796
+ /// @group scheduler
58734
58797
  $kendo-scheduler-toolbar-border: null !default;
58798
+ /// The gradient of the Scheduler ToolBar.
58799
+ /// @group scheduler
58735
58800
  $kendo-scheduler-toolbar-gradient: null !default;
58736
58801
 
58802
+ /// The background color of the Scheduler footer.
58803
+ /// @group scheduler
58737
58804
  $kendo-scheduler-footer-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) !default;
58805
+ /// The text color of the Scheduler footer.
58806
+ /// @group scheduler
58738
58807
  $kendo-scheduler-footer-text: null !default;
58808
+ /// The border color of the Scheduler footer.
58809
+ /// @group scheduler
58739
58810
  $kendo-scheduler-footer-border: null !default;
58811
+ /// The gradient of the Scheduler footer.
58812
+ /// @group scheduler
58740
58813
  $kendo-scheduler-footer-gradient: null !default;
58741
58814
 
58815
+ /// The minimum height of the Scheduler event.
58816
+ /// @group scheduler
58742
58817
  $kendo-scheduler-event-min-height: 25px !default;
58818
+ /// The border radius of the Scheduler event.
58819
+ /// @group scheduler
58743
58820
  $kendo-scheduler-event-border-radius: k-border-radius(md) !default;
58821
+ /// The line height of the Scheduler event.
58822
+ /// @group scheduler
58744
58823
  $kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-sm-y}) ) !default;
58745
58824
 
58825
+ /// The background color of the Scheduler event.
58826
+ /// @group scheduler
58746
58827
  $kendo-scheduler-event-bg: $kendo-color-primary !default;
58828
+ /// The text color of the Scheduler event.
58829
+ /// @group scheduler
58747
58830
  $kendo-scheduler-event-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-scheduler-event-bg )) !default;
58831
+ /// The border color of the Scheduler event.
58832
+ /// @group scheduler
58748
58833
  $kendo-scheduler-event-border: null !default;
58834
+ /// The gradient of the Scheduler event.
58835
+ /// @group scheduler
58749
58836
  $kendo-scheduler-event-gradient: null !default;
58837
+ /// The shadow of the Scheduler event.
58838
+ /// @group scheduler
58750
58839
  $kendo-scheduler-event-shadow: null !default;
58751
58840
 
58841
+ /// The background color of the hovered Scheduler event.
58842
+ /// @group scheduler
58752
58843
  $kendo-scheduler-event-hover-bg: null !default;
58844
+ /// The text color of the hovered Scheduler event.
58845
+ /// @group scheduler
58753
58846
  $kendo-scheduler-event-hover-text: null !default;
58847
+ /// The border color of the hovered Scheduler event.
58848
+ /// @group scheduler
58754
58849
  $kendo-scheduler-event-hover-border: null !default;
58850
+ /// The gradient of the hovered Scheduler event.
58851
+ /// @group scheduler
58755
58852
  $kendo-scheduler-event-hover-gradient: null !default;
58853
+ /// The shadow of the hovered Scheduler event.
58854
+ /// @group scheduler
58756
58855
  $kendo-scheduler-event-hover-shadow: null !default;
58757
58856
 
58857
+ /// The background color of the selected Scheduler event.
58858
+ /// @group scheduler
58758
58859
  $kendo-scheduler-event-selected-bg: if($kendo-enable-color-system, k-color( primary-active ), k-try-tint( $kendo-color-primary, 1 )) !default;
58860
+ /// The text color of the selected Scheduler event.
58861
+ /// @group scheduler
58759
58862
  $kendo-scheduler-event-selected-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-scheduler-event-selected-bg )) !default;
58863
+ /// The border color of the selected Scheduler event.
58864
+ /// @group scheduler
58760
58865
  $kendo-scheduler-event-selected-border: null !default;
58866
+ /// The gradient of the selected Scheduler event.
58867
+ /// @group scheduler
58761
58868
  $kendo-scheduler-event-selected-gradient: null !default;
58869
+ /// The shadow of the selected Scheduler event.
58870
+ /// @group scheduler
58762
58871
  $kendo-scheduler-event-selected-shadow: $box-shadow-depth-3 !default;
58763
58872
 
58873
+ /// The shadow of the ongoing Scheduler event.
58874
+ /// @group scheduler
58764
58875
  $kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
58765
58876
 
58877
+ /// The horizontal padding of the Scheduler cell.
58878
+ /// @group scheduler
58766
58879
  $kendo-scheduler-cell-padding-x: k-spacing(2) !default;
58880
+ /// The vertical padding of the Scheduler cell.
58881
+ /// @group scheduler
58767
58882
  $kendo-scheduler-cell-padding-y: k-spacing(2) !default;
58883
+ /// The height of the Scheduler cell.
58884
+ /// @group scheduler
58768
58885
  $kendo-scheduler-cell-height: calc( var( --kendo-line-height, normal) * 1rem) !default;
58886
+ /// The width of the Scheduler date column.
58887
+ /// @group scheduler
58769
58888
  $kendo-scheduler-datecolumn-width: 12rem !default;
58889
+
58890
+ /// The width of the Scheduler time column.
58891
+ /// @group scheduler
58770
58892
  $kendo-scheduler-timecolumn-width: 11rem !default;
58771
58893
 
58894
+ /// The background color of the non-working hours in the Scheduler.
58895
+ /// @group scheduler
58772
58896
  $kendo-scheduler-nonwork-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
58897
+ /// The text color of the non-working hours in the Scheduler.
58898
+ /// @group scheduler
58773
58899
  $kendo-scheduler-nonwork-text: null !default;
58774
58900
 
58901
+ /// The background color of the weekends in the Scheduler.
58902
+ /// @group scheduler
58775
58903
  $kendo-scheduler-weekend-bg: null !default;
58904
+ /// The text color of the weekends in the Scheduler.
58905
+ /// @group scheduler
58776
58906
  $kendo-scheduler-weekend-text: null !default;
58777
58907
 
58908
+ /// The background color of the preceding/subsequent month cells in the Calendar.
58909
+ /// @group scheduler
58778
58910
  $kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
58911
+ /// The text color of the preceding/subsequent month cells in the Calendar.
58912
+ /// @group scheduler
58779
58913
  $kendo-scheduler-othermonth-text: null !default;
58780
58914
 
58915
+ /// The horizontal padding of the year view in the Scheduler.
58916
+ /// @group scheduler
58781
58917
  $kendo-scheduler-yearview-padding-x: k-spacing(5) !default;
58918
+ /// The vertical padding of the year view in the Scheduler.
58919
+ /// @group scheduler
58782
58920
  $kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
58783
58921
 
58922
+ /// The spacing between the calendars of the year view in the Scheduler.
58923
+ /// @group scheduler
58784
58924
  $kendo-scheduler-yearview-calendar-gap: k-spacing(5) !default;
58785
58925
 
58926
+ /// The days with events indicator size of the year view in the Scheduler.
58927
+ /// @group scheduler
58786
58928
  $kendo-scheduler-yearview-indicator-size: 3px !default;
58929
+ /// The top position of the days with events indicator of the year view in the Scheduler.
58930
+ /// @group scheduler
58787
58931
  $kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
58932
+ /// The left position of the days with events indicator of the year view in the Scheduler.
58933
+ /// @group scheduler
58788
58934
  $kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{k-math-div( $kendo-scheduler-yearview-indicator-size, 2 )} ) !default;
58935
+ /// The border radius of the days with events indicator of the year view in the Scheduler.
58936
+ /// @group scheduler
58789
58937
  $kendo-scheduler-yearview-indicator-border-radius: 50% !default;
58938
+ /// The background color of the days with events indicator of the year view in the Scheduler.
58939
+ /// @group scheduler
58790
58940
  $kendo-scheduler-yearview-indicator-bg: $kendo-color-primary !default;
58941
+ /// The background color of the selected days with events indicator of the year view in the Scheduler.
58942
+ /// @group scheduler
58791
58943
  $kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-primary-contrast !default;
58792
58944
 
58945
+ /// The horizontal padding of the Scheduler Tooltip.
58946
+ /// @group scheduler
58793
58947
  $kendo-scheduler-tooltip-padding-x: k-spacing(2) !default;
58948
+ /// The vertical padding of the Scheduler Tooltip.
58949
+ /// @group scheduler
58794
58950
  $kendo-scheduler-tooltip-padding-y: k-spacing(2) !default;
58951
+ /// The width of the border of the Scheduler Tooltip.
58952
+ /// @group scheduler
58795
58953
  $kendo-scheduler-tooltip-border-width: 0 !default;
58954
+ /// The background color of the Scheduler Tooltip.
58955
+ /// @group scheduler
58796
58956
  $kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
58957
+ /// The text color of the Scheduler Tooltip.
58958
+ /// @group scheduler
58797
58959
  $kendo-scheduler-tooltip-text: $kendo-base-text !default;
58960
+ /// The border color of the Scheduler Tooltip.
58961
+ /// @group scheduler
58798
58962
  $kendo-scheduler-tooltip-border: null !default;
58963
+ /// The shadow of the Scheduler Tooltip.
58964
+ /// @group scheduler
58799
58965
  $kendo-scheduler-tooltip-shadow: $box-shadow-depth-2 !default;
58800
58966
 
58967
+ /// The vertical margin of the Scheduler Tooltip title.
58968
+ /// @group scheduler
58801
58969
  $kendo-scheduler-tooltip-title-margin-y: k-spacing(2) !default;
58970
+ /// The font size of the month inside the Scheduler Tooltip.
58971
+ /// @group scheduler
58802
58972
  $kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
58973
+ /// The font size of the day inside the Scheduler Tooltip.
58974
+ /// @group scheduler
58803
58975
  $kendo-scheduler-tooltip-day-font-size: calc( #{$kendo-scheduler-tooltip-month-font-size} * 2 ) !default;
58804
58976
 
58977
+ /// The max height of the events inside the Scheduler Tooltip.
58978
+ /// @group scheduler
58805
58979
  $kendo-scheduler-tooltip-events-max-height: 250px !default;
58980
+ /// The spacing between the events inside the Scheduler Tooltip.
58981
+ /// @group scheduler
58806
58982
  $kendo-scheduler-tooltip-events-gap: k-spacing(1) !default;
58807
58983
 
58984
+ /// The horizontal padding of the events inside the Scheduler Tooltip.
58985
+ /// @group scheduler
58808
58986
  $kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
58987
+ /// The vertical padding of the events inside the Scheduler Tooltip.
58988
+ /// @group scheduler
58809
58989
  $kendo-scheduler-tooltip-event-padding-y: k-spacing(2) !default;
58990
+ /// The border radius of the events inside the Scheduler Tooltip.
58991
+ /// @group scheduler
58810
58992
  $kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
58993
+ /// The spacing between the events items inside the Scheduler Tooltip.
58994
+ /// @group scheduler
58811
58995
  $kendo-scheduler-tooltip-event-gap: k-spacing(2) !default;
58812
58996
 
58997
+ /// The color of the Scheduler Tooltip callout.
58998
+ /// @group scheduler
58813
58999
  $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
58814
59000
 
58815
59001
  // #endregion
@@ -59927,7 +60113,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
59927
60113
  line-height: normal;
59928
60114
 
59929
60115
  .k-icon {
59930
- padding: calc( var( --kendo-font-size, inherit) - var( --kendo-font-size-sm, inherit) );
60116
+ padding: calc( var( --kendo-font-size, .875rem) - var( --kendo-font-size-sm, .75rem) );
59931
60117
  box-sizing: content-box;
59932
60118
  vertical-align: unset;
59933
60119
  }
@@ -63041,8 +63227,8 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
63041
63227
 
63042
63228
  &::before {
63043
63229
  content: "";
63044
- width: ($kendo-scrollview-pagebutton-size + $kendo-scrollview-pager-item-spacing);
63045
- height: ($kendo-scrollview-pagebutton-size + $kendo-scrollview-pager-item-spacing);
63230
+ width: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-spacing} );
63231
+ height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-spacing} );
63046
63232
  display: block;
63047
63233
  position: absolute;
63048
63234
  top: 50%;
@@ -63608,7 +63794,7 @@ $kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
63608
63794
  $kendo-chart-sm-font-size: 11px !default;
63609
63795
  $kendo-chart-md-font-size: 12px !default;
63610
63796
  $kendo-chart-lg-font-size: 16px !default;
63611
- $kendo-chart-tooltip-font-size: calc( var( --kendo-font-size, inherit ) * .929 ) !default;
63797
+ $kendo-chart-tooltip-font-size: calc( #{$kendo-font-size} * .929) !default;
63612
63798
  $kendo-chart-label-font-size: .857em !default;
63613
63799
  $kendo-chart-title-font-size: 1.143em !default;
63614
63800
  $kendo-chart-pane-title-font-size: $kendo-chart-label-font-size !default;