@progress/kendo-theme-default 7.3.0-dev.0 → 7.3.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.
package/dist/all.scss CHANGED
@@ -24046,19 +24046,6 @@ $kendo-form-sizes: (
24046
24046
  }
24047
24047
  }
24048
24048
 
24049
- .k-input-label {
24050
- margin-right: $kendo-horizontal-form-label-margin-x;
24051
- z-index: 1;
24052
-
24053
- &:dir(rtl),
24054
- .k-rtl &,
24055
- &.k-rtl,
24056
- [dir="rtl"] &,
24057
- &[dir="rtl"] {
24058
- margin-right: 0;
24059
- margin-left: $kendo-horizontal-form-label-margin-x;
24060
- }
24061
- }
24062
24049
 
24063
24050
 
24064
24051
  // Vertical Form
@@ -25989,7 +25976,7 @@ $kendo-floating-label-focus-text: null !default;
25989
25976
  box-sizing: border-box;
25990
25977
  }
25991
25978
 
25992
- > .k-label {
25979
+ > .k-floating-label {
25993
25980
  max-width: $kendo-floating-label-max-width;
25994
25981
  font-size: $kendo-floating-label-font-size;
25995
25982
  line-height: $kendo-floating-label-line-height;
@@ -26004,13 +25991,9 @@ $kendo-floating-label-focus-text: null !default;
26004
25991
  transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, left $kendo-floating-label-transition;
26005
25992
  }
26006
25993
 
26007
- > .k-widget {
26008
- flex: 1 1 auto;
26009
- width: auto;
26010
- }
26011
25994
 
26012
25995
  &.k-empty {
26013
- > .k-label {
25996
+ > .k-floating-label {
26014
25997
  top: var(--kendo-floating-label-offset-y, #{$kendo-floating-label-offset-y});
26015
25998
  left: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
26016
25999
  transform: scale( $kendo-floating-label-scale );
@@ -26018,13 +26001,13 @@ $kendo-floating-label-focus-text: null !default;
26018
26001
  }
26019
26002
  }
26020
26003
 
26021
- > .k-label,
26022
- &.k-focus > .k-label {
26004
+ > .k-floating-label,
26005
+ &.k-focus > .k-floating-label {
26023
26006
  top: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
26024
26007
  left: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
26025
26008
  transform: scale( $kendo-floating-label-focus-scale );
26026
26009
  }
26027
- &:focus-within > .k-label {
26010
+ &:focus-within > .k-floating-label {
26028
26011
  top: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
26029
26012
  left: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
26030
26013
  transform: scale( $kendo-floating-label-focus-scale );
@@ -26038,24 +26021,24 @@ $kendo-floating-label-focus-text: null !default;
26038
26021
  .k-rtl &,
26039
26022
  &[dir="rtl"] {
26040
26023
 
26041
- > .k-label {
26024
+ > .k-floating-label {
26042
26025
  transform-origin: right center;
26043
26026
  transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, right $kendo-floating-label-transition;
26044
26027
  }
26045
26028
 
26046
26029
  &.k-empty {
26047
- > .k-label {
26030
+ > .k-floating-label {
26048
26031
  left: auto;
26049
26032
  right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
26050
26033
  }
26051
26034
  }
26052
26035
 
26053
- > .k-label,
26054
- &.k-focus > .k-label {
26036
+ > .k-floating-label,
26037
+ &.k-focus > .k-floating-label {
26055
26038
  left: auto;
26056
26039
  right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
26057
26040
  }
26058
- &:focus-within > .k-label {
26041
+ &:focus-within > .k-floating-label {
26059
26042
  left: auto;
26060
26043
  right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
26061
26044
  }
@@ -26076,23 +26059,23 @@ $kendo-floating-label-focus-text: null !default;
26076
26059
  // Floating label
26077
26060
  .k-floating-label-container {
26078
26061
 
26079
- > .k-label {
26062
+ > .k-floating-label {
26080
26063
  @include fill(
26081
26064
  $color: $kendo-floating-label-text,
26082
26065
  $bg: $kendo-floating-label-bg
26083
26066
  );
26084
26067
  }
26085
26068
 
26086
- &.k-focus > .k-label {
26069
+ &.k-focus > .k-floating-label {
26087
26070
  @include fill(
26088
26071
  $color: $kendo-floating-label-focus-text,
26089
26072
  $bg: $kendo-floating-label-focus-bg
26090
26073
  );
26091
26074
  }
26092
26075
 
26093
- &.k-invalid > .k-label,
26094
- &.ng-invalid.ng-touched > .k-label,
26095
- &.ng-invalid.ng-dirty > .k-label {
26076
+ &.k-invalid > .k-floating-label,
26077
+ &.ng-invalid.ng-touched > .k-floating-label,
26078
+ &.ng-invalid.ng-dirty > .k-floating-label {
26096
26079
  @include fill ( $color: $kendo-invalid-text );
26097
26080
  }
26098
26081
  }
@@ -28496,137 +28479,333 @@ $_kendo-module-meta: (
28496
28479
  // #region @import "./_variables.scss"; -> scss/calendar/_variables.scss
28497
28480
  // Calendar
28498
28481
 
28482
+ /// The width of the border around the Calendar.
28483
+ /// @group calendar
28499
28484
  $kendo-calendar-border-width: 1px !default;
28485
+
28486
+ /// The font family of the Calendar.
28487
+ /// @group calendar
28500
28488
  $kendo-calendar-font-family: $kendo-font-family !default;
28489
+ /// The font size of the Calendar.
28490
+ /// @group calendar
28501
28491
  $kendo-calendar-font-size: $kendo-font-size-md !default;
28492
+ /// The line height of the Calendar.
28493
+ /// @group calendar
28502
28494
  $kendo-calendar-line-height: $kendo-line-height-md !default;
28503
28495
 
28496
+ /// The size of the cells in the Calendar.
28497
+ /// @group calendar
28504
28498
  $kendo-calendar-cell-size: 32px !default;
28505
28499
 
28500
+ /// The background color of the Calendar.
28501
+ /// @group calendar
28506
28502
  $kendo-calendar-bg: $kendo-component-bg !default;
28503
+ /// The text color of the Calendar.
28504
+ /// @group calendar
28507
28505
  $kendo-calendar-text: $kendo-component-text !default;
28506
+ /// The border color of the Calendar.
28507
+ /// @group calendar
28508
28508
  $kendo-calendar-border: $kendo-component-border !default;
28509
28509
 
28510
+ /// The horizontal padding of the header in the Calendar.
28511
+ /// @group calendar
28510
28512
  $kendo-calendar-header-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
28513
+ /// The vertical padding of the header in the Calendar.
28514
+ /// @group calendar
28511
28515
  $kendo-calendar-header-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
28516
+
28517
+ /// The border width of the header in the Calendar.
28518
+ /// @group calendar
28512
28519
  $kendo-calendar-header-border-width: 1px !default;
28513
28520
 
28521
+ /// The background color of the header in the Calendar.
28522
+ /// @group calendar
28514
28523
  $kendo-calendar-header-bg: $kendo-component-header-bg !default;
28524
+ /// The text color of the header in the Calendar.
28525
+ /// @group calendar
28515
28526
  $kendo-calendar-header-text: $kendo-component-header-text !default;
28527
+ /// The border color of the header in the Calendar.
28528
+ /// @group calendar
28516
28529
  $kendo-calendar-header-border: $kendo-component-header-border !default;
28530
+ /// The gradient of the header in the Calendar.
28531
+ /// @group calendar
28517
28532
  $kendo-calendar-header-gradient: $kendo-component-header-gradient !default;
28518
28533
  // TODO: variable is used, but the selector using it is not! Potentially remove;
28534
+ /// The shadow of the header in the Calendar.
28535
+ /// @group calendar
28519
28536
  $kendo-calendar-header-shadow: 0 1px 3px 1px rgba(black, .1) !default;
28520
28537
 
28538
+ /// The gap between the items in the navigation of the Calendar.
28539
+ /// @group calendar
28521
28540
  $kendo-calendar-nav-gap: null !default;
28522
28541
 
28542
+ /// The horizontal padding of the footer in the Calendar.
28543
+ /// @group calendar
28523
28544
  $kendo-calendar-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
28545
+ /// The vertical padding of the footer in the Calendar.
28546
+ /// @group calendar
28524
28547
  $kendo-calendar-footer-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
28525
28548
 
28549
+ /// The horizontal padding of the cells in the Calendar.
28550
+ /// @group calendar
28526
28551
  $kendo-calendar-cell-padding-x: .25em !default;
28552
+ /// The vertical padding of the cells in the Calendar.
28553
+ /// @group calendar
28527
28554
  $kendo-calendar-cell-padding-y: $kendo-calendar-cell-padding-x !default;
28555
+
28556
+ /// The line height of the cells in the Calendar.
28557
+ /// @group calendar
28528
28558
  $kendo-calendar-cell-line-height: $kendo-calendar-line-height !default;
28559
+
28560
+ /// The border radius of the cells in the Calendar.
28561
+ /// @group calendar
28529
28562
  $kendo-calendar-cell-border-radius: $kendo-border-radius-md !default;
28530
28563
 
28564
+ /// The horizontal padding of the header cells in the Calendar.
28565
+ /// @group calendar
28531
28566
  $kendo-calendar-header-cell-padding-x: null !default;
28567
+ /// The vertical padding of the header cells in the Calendar.
28568
+ /// @group calendar
28532
28569
  $kendo-calendar-header-cell-padding-y: null !default;
28570
+ /// The width of the header cells in the Calendar.
28571
+ /// @group calendar
28533
28572
  $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
28573
+ /// The height of the header cells in the Calendar.
28574
+ /// @group calendar
28534
28575
  $kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
28576
+ /// The font size of the header cells in the Calendar.
28577
+ /// @group calendar
28535
28578
  $kendo-calendar-header-cell-font-size: $kendo-font-size-sm !default;
28579
+ /// The line height of the header cells in the Calendar.
28580
+ /// @group calendar
28536
28581
  $kendo-calendar-header-cell-line-height: 2 !default;
28582
+
28583
+ /// The background color of the header cells in the Calendar.
28584
+ /// @group calendar
28537
28585
  $kendo-calendar-header-cell-bg: null !default;
28586
+ /// The text color of the header cells in the Calendar.
28587
+ /// @group calendar
28538
28588
  $kendo-calendar-header-cell-text: $kendo-subtle-text !default;
28589
+ /// The opacity of the header cells in the Calendar.
28590
+ /// @group calendar
28539
28591
  $kendo-calendar-header-cell-opacity: null !default;
28540
28592
 
28593
+ /// The horizontal padding of the caption in the Calendar.
28594
+ /// @group calendar
28541
28595
  $kendo-calendar-caption-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
28596
+ /// The vertical padding of the caption in the Calendar.
28597
+ /// @group calendar
28542
28598
  $kendo-calendar-caption-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
28599
+ /// The height of the caption in the Calendar.
28600
+ /// @group calendar
28543
28601
  $kendo-calendar-caption-height: $kendo-calendar-cell-size !default;
28602
+ /// The font size of the caption in the Calendar.
28603
+ /// @group calendar
28544
28604
  $kendo-calendar-caption-font-size: null !default;
28605
+ /// The line height of the caption in the Calendar.
28606
+ /// @group calendar
28545
28607
  $kendo-calendar-caption-line-height: null !default;
28608
+ /// The font weight of the caption in the Calendar.
28609
+ /// @group calendar
28546
28610
  $kendo-calendar-caption-font-weight: bold !default;
28547
28611
 
28612
+ /// The font size of the week number cells in the Calendar.
28613
+ /// @group calendar
28614
+ $kendo-calendar-week-number-font-size: $kendo-font-size-sm !default;
28615
+
28616
+ /// The width of the Calendar view.
28617
+ /// @group calendar
28548
28618
  $kendo-calendar-view-width: ($kendo-calendar-cell-size * 8) !default;
28619
+ /// The height of the Calendar view.
28620
+ /// @group calendar
28549
28621
  $kendo-calendar-view-height: ($kendo-calendar-cell-size * 7) !default;
28622
+
28623
+ /// The gap between the items in the Calendar view.
28624
+ /// @group calendar
28550
28625
  $kendo-calendar-view-gap: k-map-get( $kendo-spacing, 4 ) !default;
28551
28626
 
28627
+ /// The background color of the weekend cells in the Calendar.
28628
+ /// @group calendar
28552
28629
  $kendo-calendar-weekend-bg: null !default;
28630
+ /// The text color of the weekend cells in the Calendar.
28631
+ /// @group calendar
28553
28632
  $kendo-calendar-weekend-text: null !default;
28554
28633
 
28634
+ /// The style of the current day in the Calendar.
28635
+ /// @group calendar
28555
28636
  $kendo-calendar-today-style: color !default;
28637
+ /// The color of the current day in the Calendar.
28638
+ /// @group calendar
28556
28639
  $kendo-calendar-today-color: $kendo-color-primary !default;
28557
28640
 
28641
+ /// The background color of the week number cells in the Calendar.
28642
+ /// @group calendar
28558
28643
  $kendo-calendar-week-number-bg: null !default;
28644
+ /// The text color of the week number cells in the Calendar.
28645
+ /// @group calendar
28559
28646
  $kendo-calendar-week-number-text: $kendo-calendar-header-cell-text !default;
28560
28647
 
28648
+ /// The background color of the preceding/subsequent month cells in the Calendar.
28649
+ /// @group calendar
28561
28650
  $kendo-calendar-other-month-bg: null !default;
28651
+ /// The text color of the preceding/subsequent month cells in the Calendar.
28652
+ /// @group calendar
28562
28653
  $kendo-calendar-other-month-text: $kendo-calendar-header-cell-text !default;
28563
28654
 
28655
+ /// The background color of the cells in the Calendar.
28656
+ /// @group calendar
28564
28657
  $kendo-calendar-cell-bg: null !default;
28658
+ /// The text color of the cells in the Calendar.
28659
+ /// @group calendar
28565
28660
  $kendo-calendar-cell-text: null !default;
28661
+ /// The border color of the cells in the Calendar.
28662
+ /// @group calendar
28566
28663
  $kendo-calendar-cell-border: null !default;
28664
+ /// The gradient of the cells in the Calendar.
28665
+ /// @group calendar
28567
28666
  $kendo-calendar-cell-gradient: null !default;
28568
28667
 
28668
+ /// The background color of the hovered cells in the Calendar.
28669
+ /// @group calendar
28569
28670
  $kendo-calendar-cell-hover-bg: $kendo-hover-bg !default;
28671
+ /// The text color of the hovered cells in the Calendar.
28672
+ /// @group calendar
28570
28673
  $kendo-calendar-cell-hover-text: $kendo-hover-text !default;
28674
+ /// The border color of the hovered cells in the Calendar.
28675
+ /// @group calendar
28571
28676
  $kendo-calendar-cell-hover-border: $kendo-hover-border !default;
28677
+ /// The gradient of the hovered cells in the Calendar.
28678
+ /// @group calendar
28572
28679
  $kendo-calendar-cell-hover-gradient: null !default;
28573
28680
 
28681
+ /// The background color of the selected cells in the Calendar.
28682
+ /// @group calendar
28574
28683
  $kendo-calendar-cell-selected-bg: $kendo-selected-bg !default;
28684
+ /// The text color of the selected cells in the Calendar.
28685
+ /// @group calendar
28575
28686
  $kendo-calendar-cell-selected-text: $kendo-selected-text !default;
28687
+ /// The border color of the selected cells in the Calendar.
28688
+ /// @group calendar
28576
28689
  $kendo-calendar-cell-selected-border: $kendo-selected-border !default;
28690
+ /// The gradient of the selected cells in the Calendar.
28691
+ /// @group calendar
28577
28692
  $kendo-calendar-cell-selected-gradient: null !default;
28578
28693
 
28694
+ /// The background color of the selected and hovered cells in the Calendar.
28695
+ /// @group calendar
28579
28696
  $kendo-calendar-cell-selected-hover-bg: $kendo-selected-hover-bg !default;
28697
+ /// The text color of the selected and hovered cells in the Calendar.
28698
+ /// @group calendar
28580
28699
  $kendo-calendar-cell-selected-hover-text: $kendo-selected-hover-text !default;
28700
+ /// The border color of the selected and hovered cells in the Calendar.
28701
+ /// @group calendar
28581
28702
  $kendo-calendar-cell-selected-hover-border: null !default;
28703
+ /// The gradient of the selected and hovered cells in the Calendar.
28704
+ /// @group calendar
28582
28705
  $kendo-calendar-cell-selected-hover-gradient: null !default;
28583
28706
 
28707
+ /// The shadow of the focused cells in the Calendar.
28708
+ /// @group calendar
28584
28709
  $kendo-calendar-cell-focus-shadow: inset 0 0 0 2px rgba( $kendo-color-black, .08 ) !default;
28710
+ /// The shadow of the selected and focused cells in the Calendar.
28711
+ /// @group calendar
28585
28712
  $kendo-calendar-cell-selected-focus-shadow: $kendo-calendar-cell-focus-shadow !default;
28586
28713
 
28587
28714
 
28588
- // Calendar navigation
28715
+ /// The width of the Calendar navigation.
28716
+ /// @group calendar
28589
28717
  $kendo-calendar-navigation-width: 5em !default;
28718
+ /// The height of the items in the Calendar navigation.
28719
+ /// @group calendar
28590
28720
  $kendo-calendar-navigation-item-height: 2em !default;
28591
28721
 
28722
+ /// The background color of the Calendar navigation.
28723
+ /// @group calendar
28592
28724
  $kendo-calendar-navigation-bg: $kendo-calendar-header-bg !default;
28725
+ /// The text color of the Calendar navigation.
28726
+ /// @group calendar
28593
28727
  $kendo-calendar-navigation-text: $kendo-calendar-header-text !default;
28728
+ /// The border color of the Calendar navigation.
28729
+ /// @group calendar
28594
28730
  $kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
28595
28731
 
28732
+ /// The text color of the hovered items in the Calendar navigation.
28733
+ /// @group calendar
28596
28734
  $kendo-calendar-navigation-hover-text: $kendo-link-hover-text !default;
28597
28735
 
28598
28736
 
28599
- // Infinite calendar
28737
+ /// The horizontal padding of the header in the Infinite Calendar.
28738
+ /// @group calendar
28600
28739
  $kendo-infinite-calendar-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
28740
+ /// The vertical padding of the header in the Infinite Calendar.
28741
+ /// @group calendar
28601
28742
  $kendo-infinite-calendar-header-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
28602
28743
 
28744
+ /// The horizontal padding of the Calendar view in the Infinite Calendar.
28745
+ /// @group calendar
28603
28746
  $kendo-infinite-calendar-view-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
28747
+ /// The vertical padding of the Calendar view in the Infinite Calendar.
28748
+ /// @group calendar
28604
28749
  $kendo-infinite-calendar-view-padding-y: 0px !default;
28750
+
28751
+ /// The height of the Calendar view in the Infinite Calendar.
28752
+ /// @group calendar
28605
28753
  $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default;
28606
28754
 
28607
28755
 
28608
28756
  // Multiview calendar
28609
28757
 
28610
28758
 
28611
- // Calendar sizes
28759
+ /// The font size of the small Calendar.
28760
+ /// @group calendar
28612
28761
  $kendo-calendar-sm-font-size: $kendo-font-size-md !default;
28762
+ /// The line height of the small Calendar.
28763
+ /// @group calendar
28613
28764
  $kendo-calendar-sm-line-height: $kendo-line-height-md !default;
28765
+ /// The size of the cells in the small Calendar.
28766
+ /// @group calendar
28614
28767
  $kendo-calendar-sm-cell-size: 28px !default;
28768
+ /// The horizontal padding of the cells in the small Calendar.
28769
+ /// @group calendar
28615
28770
  $kendo-calendar-sm-cell-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
28771
+ /// The vertical padding of the cells in the small Calendar.
28772
+ /// @group calendar
28616
28773
  $kendo-calendar-sm-cell-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
28617
28774
 
28775
+ /// The font size of the medium Calendar.
28776
+ /// @group calendar
28618
28777
  $kendo-calendar-md-font-size: $kendo-font-size-md !default;
28778
+ /// The line height of the medium Calendar.
28779
+ /// @group calendar
28619
28780
  $kendo-calendar-md-line-height: $kendo-line-height-md !default;
28781
+ /// The size of the cells in the medium Calendar.
28782
+ /// @group calendar
28620
28783
  $kendo-calendar-md-cell-size: 32px !default;
28784
+ /// The horizontal padding of the cells in the medium Calendar.
28785
+ /// @group calendar
28621
28786
  $kendo-calendar-md-cell-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
28787
+ /// The vertical padding of the cells in the medium Calendar.
28788
+ /// @group calendar
28622
28789
  $kendo-calendar-md-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
28623
28790
 
28791
+ /// The font size of the large Calendar.
28792
+ /// @group calendar
28624
28793
  $kendo-calendar-lg-font-size: $kendo-font-size-lg !default;
28794
+ /// The line height of the large Calendar.
28795
+ /// @group calendar
28625
28796
  $kendo-calendar-lg-line-height: $kendo-line-height-lg !default;
28797
+ /// The size of the cells in the large Calendar.
28798
+ /// @group calendar
28626
28799
  $kendo-calendar-lg-cell-size: 40px !default;
28800
+ /// The horizontal padding of the cells in the large Calendar.
28801
+ /// @group calendar
28627
28802
  $kendo-calendar-lg-cell-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
28803
+ /// The vertical padding of the cells in the large Calendar.
28804
+ /// @group calendar
28628
28805
  $kendo-calendar-lg-cell-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
28629
28806
 
28807
+ /// The sizes Map of the Calendar.
28808
+ /// @group calendar
28630
28809
  $kendo-calendar-sizes: (
28631
28810
  sm: (
28632
28811
  font-size: $kendo-calendar-sm-font-size,
@@ -28741,6 +28920,9 @@ $kendo-calendar-sizes: (
28741
28920
  block-size: var( --INTERNAL--kendo-calendar-cell-size, min-content );
28742
28921
  border-color: transparent;
28743
28922
  }
28923
+ .k-calendar-td.k-alt {
28924
+ font-size: $kendo-calendar-week-number-font-size;
28925
+ }
28744
28926
 
28745
28927
 
28746
28928
  // Calendar cell inner
@@ -28788,11 +28970,6 @@ $kendo-calendar-sizes: (
28788
28970
  justify-content: space-between;
28789
28971
  flex: 0 0 auto;
28790
28972
 
28791
- .k-title,
28792
- .k-calendar-title {
28793
- font-weight: bold;
28794
- }
28795
-
28796
28973
  .k-calendar-nav {
28797
28974
  display: flex;
28798
28975
  flex-flow: row nowrap;
@@ -28826,6 +29003,10 @@ $kendo-calendar-sizes: (
28826
29003
  position: relative;
28827
29004
  z-index: 1;
28828
29005
  overflow: hidden;
29006
+
29007
+ .k-today {
29008
+ font-weight: bold;
29009
+ }
28829
29010
  }
28830
29011
 
28831
29012
 
@@ -29228,9 +29409,6 @@ $kendo-calendar-sizes: (
29228
29409
  $kendo-calendar-week-number-bg
29229
29410
  );
29230
29411
  }
29231
- .k-out-of-range {
29232
- pointer-events: none;
29233
- }
29234
29412
 
29235
29413
 
29236
29414
  // Interactive states
@@ -36752,59 +36930,129 @@ $_kendo-module-meta: (
36752
36930
  // Component
36753
36931
  // #region @import "./_variables.scss"; -> scss/drawer/_variables.scss
36754
36932
  // Drawer
36933
+
36934
+ /// The background color of the Drawer.
36935
+ /// @group drawer
36755
36936
  $kendo-drawer-bg: $kendo-component-bg !default;
36937
+ /// The text color of the Drawer.
36938
+ /// @group drawer
36756
36939
  $kendo-drawer-text: $kendo-component-text !default;
36940
+ /// The border color of the Drawer.
36941
+ /// @group drawer
36757
36942
  $kendo-drawer-border: $kendo-component-border !default;
36943
+ /// The border width of the Drawer.
36944
+ /// @group drawer
36758
36945
  $kendo-drawer-border-width: 1px !default;
36946
+ /// The font family of the Drawer.
36947
+ /// @group drawer
36759
36948
  $kendo-drawer-font-family: $kendo-font-family !default;
36949
+ /// The font size of the Drawer.
36950
+ /// @group drawer
36760
36951
  $kendo-drawer-font-size: $kendo-font-size-md !default;
36952
+ /// The line height of the Drawer.
36953
+ /// @group drawer
36761
36954
  $kendo-drawer-line-height: $kendo-line-height-md !default;
36955
+
36956
+ /// The horizontal padding of the Drawer content.
36957
+ /// @group drawer
36762
36958
  $kendo-drawer-content-padding-x: $kendo-padding-md-x !default;
36959
+ /// The vertical padding of the Drawer content.
36960
+ /// @group drawer
36763
36961
  $kendo-drawer-content-padding-y: $kendo-padding-md-y !default;
36764
36962
 
36963
+ /// The width of the Drawer scrollbar.
36964
+ /// @group drawer
36765
36965
  $kendo-drawer-scrollbar-width: 7px !default;
36966
+ /// The color of the Drawer scrollbar track.
36967
+ /// @group drawer
36766
36968
  $kendo-drawer-scrollbar-color: rgba(156, 156, 156, .7) !default;
36969
+ /// The background color of the Drawer scrollbar thumb.
36970
+ /// @group drawer
36767
36971
  $kendo-drawer-scrollbar-bg: #dedede !default;
36972
+ /// The border radius of the Drawer scrollbar.
36973
+ /// @group drawer
36768
36974
  $kendo-drawer-scrollbar-radius: 20px !default;
36975
+ /// The hover color of the Drawer scrollbar track.
36976
+ /// @group drawer
36769
36977
  $kendo-drawer-scrollbar-hover-color: rgba(156, 156, 156, 1) !default;
36770
36978
 
36979
+ /// The horizontal padding of the Drawer item.
36980
+ /// @group drawer
36771
36981
  $kendo-drawer-item-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
36982
+ /// The vertical padding of the Drawer item.
36983
+ /// @group drawer
36772
36984
  $kendo-drawer-item-padding-y: $kendo-padding-md-x !default;
36985
+ /// The font size of the Drawer item.
36986
+ /// @group drawer
36773
36987
  $kendo-drawer-item-font-size: 16px !default;
36988
+ /// The line height of the Drawer item.
36989
+ /// @group drawer
36774
36990
  $kendo-drawer-item-line-height: $kendo-line-height-lg !default;
36775
36991
 
36992
+ /// The horizontal padding of the Drawer item in each level.
36993
+ /// @group drawer
36776
36994
  $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
36995
+ /// The count of the Drawer item levels.
36996
+ /// @group drawer
36777
36997
  $kendo-drawer-item-level-count: 5 !default;
36778
36998
 
36999
+ /// The horizontal padding of the Drawer icon.
37000
+ /// @group drawer
36779
37001
  $kendo-drawer-icon-padding-x: 0 !default;
37002
+ /// The vertical padding of the Drawer icon.
37003
+ /// @group drawer
36780
37004
  $kendo-drawer-icon-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
36781
37005
 
37006
+ /// The initial width of the mini Drawer.
37007
+ /// @group drawer
36782
37008
  $kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size}) !default;
36783
37009
 
37010
+ /// The background color of the hovered Drawer item.
37011
+ /// @group drawer
36784
37012
  $kendo-drawer-hover-bg: $kendo-hover-bg !default;
37013
+ /// The text color of the hovered Drawer item.
37014
+ /// @group drawer
36785
37015
  $kendo-drawer-hover-text: $kendo-hover-text !default;
36786
37016
 
37017
+ /// The background color of the focused Drawer item.
37018
+ /// @group drawer
36787
37019
  $kendo-drawer-focus-bg: $kendo-drawer-bg !default;
37020
+ /// The box shadow of the focused Drawer item.
37021
+ /// @group drawer
36788
37022
  $kendo-drawer-focus-shadow: $kendo-list-item-focus-shadow !default;
36789
37023
 
37024
+ /// The background color of the selected Drawer item.
37025
+ /// @group drawer
36790
37026
  $kendo-drawer-selected-bg: $kendo-selected-bg !default;
37027
+ /// The text color of the selected Drawer item.
37028
+ /// @group drawer
36791
37029
  $kendo-drawer-selected-text: $kendo-selected-text !default;
37030
+
37031
+ /// The background color of the selected and hovered Drawer item.
37032
+ /// @group drawer
36792
37033
  $kendo-drawer-selected-hover-bg: $kendo-selected-hover-bg !default;
37034
+ /// The text color of the selected and hovered Drawer item.
37035
+ /// @group drawer
36793
37036
  $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
36794
37037
 
36795
37038
  // #endregion
36796
37039
  // #region @import "./_layout.scss"; -> scss/drawer/_layout.scss
36797
37040
  @mixin kendo-drawer--layout-base() {
36798
37041
 
37042
+ // Container
36799
37043
  .k-drawer-container {
36800
37044
  display: flex;
36801
37045
  flex-flow: row nowrap;
36802
37046
  align-items: flex-start;
36803
37047
  }
37048
+
36804
37049
  kendo-drawer.k-drawer,
36805
37050
  kendo-drawer .k-drawer-wrapper {
36806
37051
  transition: none;
36807
37052
  }
37053
+
37054
+
37055
+ // Drawer
36808
37056
  .k-drawer {
36809
37057
  height: 100%;
36810
37058
  max-width: 100%;
@@ -36829,41 +37077,38 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
36829
37077
  box-sizing: border-box;
36830
37078
  }
36831
37079
 
36832
- // Borders
36833
37080
  .k-drawer-mini &.k-drawer-start,
36834
- .k-drawer-expanded &.k-drawer-start,
36835
- .k-drawer-left.k-drawer-mini &,
36836
- .k-drawer-left.k-drawer-expanded & {
36837
- border-right-width: $kendo-drawer-border-width;
37081
+ .k-drawer-expanded &.k-drawer-start {
37082
+ border-inline-end-width: $kendo-drawer-border-width;
36838
37083
  }
37084
+
36839
37085
  .k-drawer-mini &.k-drawer-end,
36840
- .k-drawer-expanded &.k-drawer-end,
36841
- .k-drawer-right.k-drawer-mini &,
36842
- .k-drawer-right.k-drawer-expanded & {
36843
- border-left-width: $kendo-drawer-border-width;
37086
+ .k-drawer-expanded &.k-drawer-end {
37087
+ border-inline-start-width: $kendo-drawer-border-width;
36844
37088
  }
36845
37089
 
37090
+
36846
37091
  // Position
36847
- &.k-drawer-start,
36848
- .k-drawer-left & {
37092
+ &.k-drawer-start {
36849
37093
  top: 0;
36850
- left: 0;
37094
+ inset-inline-start: 0;
36851
37095
  }
36852
- &.k-drawer-end,
36853
- .k-drawer-right & {
37096
+ &.k-drawer-end {
36854
37097
  top: 0;
36855
- right: 0;
37098
+ inset-inline-end: 0;
36856
37099
  }
36857
37100
  }
37101
+
37102
+
37103
+ // Content
36858
37104
  .k-drawer-content {
36859
37105
  flex: 1 1 auto;
36860
37106
  overflow: auto;
36861
37107
  }
36862
37108
 
36863
37109
 
36864
- // Overlay drawer
37110
+ // Overlay
36865
37111
  .k-drawer-overlay {
36866
-
36867
37112
  .k-drawer {
36868
37113
  max-width: 80vw; // limit width
36869
37114
  position: fixed;
@@ -36877,7 +37122,6 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
36877
37122
  &.k-drawer-expanded > .k-overlay {
36878
37123
  display: block;
36879
37124
  }
36880
-
36881
37125
  }
36882
37126
 
36883
37127
 
@@ -36892,13 +37136,9 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
36892
37136
  align-self: stretch;
36893
37137
  }
36894
37138
 
36895
-
36896
- // right drawer
36897
- .k-drawer.k-drawer-end,
36898
- &.k-drawer-right .k-drawer {
36899
- order: 1;
37139
+ &:has(.k-drawer.k-drawer-end) {
37140
+ flex-direction: row-reverse;
36900
37141
  }
36901
-
36902
37142
  }
36903
37143
 
36904
37144
 
@@ -36917,8 +37157,7 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
36917
37157
  border-radius: $kendo-drawer-scrollbar-radius;
36918
37158
  }
36919
37159
  }
36920
- .k-drawer-items,
36921
- .k-drawer-items ul {
37160
+ .k-drawer-items {
36922
37161
  margin: 0;
36923
37162
  padding: 0;
36924
37163
  list-style: none;
@@ -36981,61 +37220,18 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
36981
37220
  }
36982
37221
  }
36983
37222
  }
37223
+
37224
+
37225
+ // Separator
36984
37226
  .k-drawer-separator {
36985
37227
  padding: 0;
36986
37228
  height: 1px;
36987
37229
  }
36988
37230
 
36989
37231
 
36990
-
36991
37232
  // Mini mode
36992
- .k-drawer-mini {
36993
-
36994
- .k-drawer-wrapper {
36995
- width: $kendo-drawer-mini-initial-width;
36996
- }
36997
-
36998
- }
36999
-
37000
-
37001
- .k-rtl,
37002
- [dir="rtl"] {
37003
-
37004
- // Borders
37005
- &.k-drawer-mini .k-drawer-start,
37006
- .k-drawer-mini .k-drawer-start,
37007
- .k-drawer-expanded .k-drawer-start,
37008
- &.k-drawer-expanded .k-drawer-start {
37009
- border-left-width: $kendo-drawer-border-width;
37010
- border-right-width: 0;
37011
- }
37012
- &.k-drawer-mini .k-drawer-end,
37013
- .k-drawer-mini .k-drawer-end,
37014
- &.k-drawer-expanded .k-drawer-end
37015
- .k-drawer-expanded .k-drawer-end {
37016
- border-left-width: 0;
37017
- border-right-width: $kendo-drawer-border-width;
37018
- }
37019
-
37020
- // Position
37021
- &.k-drawer-overlay .k-drawer-start,
37022
- .k-drawer-overlay .k-drawer-start {
37023
- left: auto;
37024
- right: 0;
37025
- }
37026
- &.k-drawer-overlay .k-drawer-end,
37027
- .k-drawer-overlay .k-drawer-end {
37028
- left: 0;
37029
- right: auto;
37030
- }
37031
-
37032
- // Order
37033
- .k-drawer-left.k-drawer-push .k-drawer {
37034
- order: 1;
37035
- }
37036
- .k-drawer-right.k-drawer-push .k-drawer {
37037
- order: 0;
37038
- }
37233
+ .k-drawer-mini .k-drawer-wrapper {
37234
+ width: $kendo-drawer-mini-initial-width;
37039
37235
  }
37040
37236
  }
37041
37237
 
@@ -41804,108 +42000,274 @@ $_kendo-module-meta: (
41804
42000
  // #region @import "./_variables.scss"; -> scss/panelbar/_variables.scss
41805
42001
  // Panelbar
41806
42002
 
42003
+ /// The horizontal padding of the PanelBar.
42004
+ /// @group panelbar
41807
42005
  $kendo-panelbar-padding-x: 0px !default;
42006
+ /// The vertical padding of the PanelBar.
42007
+ /// @group panelbar
41808
42008
  $kendo-panelbar-padding-y: 0px !default;
42009
+ /// The font family of the PanelBar.
42010
+ /// @group panelbar
41809
42011
  $kendo-panelbar-font-family: $kendo-font-family !default;
42012
+ /// The font size of the PanelBar.
42013
+ /// @group panelbar
41810
42014
  $kendo-panelbar-font-size: $kendo-font-size-md !default;
42015
+ /// The line height of the PanelBar.
42016
+ /// @group panelbar
41811
42017
  $kendo-panelbar-line-height: $kendo-line-height-md !default;
42018
+ /// The width of the border around the PanelBar.
42019
+ /// @group panelbar
41812
42020
  $kendo-panelbar-border-width: 1px !default;
42021
+ /// The border style around the the PanelBar.
42022
+ /// @group panelbar
41813
42023
  $kendo-panelbar-border-style: solid !default;
42024
+ /// The width of the border around the PanelBar items.
42025
+ /// @group panelbar
41814
42026
  $kendo-panelbar-item-border-width: 1px !default;
42027
+ /// The style of the border around the PanelBar items.
42028
+ /// @group panelbar
41815
42029
  $kendo-panelbar-item-border-style: solid !default;
41816
42030
 
42031
+ /// The horizontal padding of the PanelBar header.
42032
+ /// @group panelbar
41817
42033
  $kendo-panelbar-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
42034
+ /// The vertical padding of the PanelBar header.
42035
+ /// @group panelbar
41818
42036
  $kendo-panelbar-header-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
41819
42037
 
42038
+ /// The horizontal padding of the PanelBar items.
42039
+ /// @group panelbar
41820
42040
  $kendo-panelbar-item-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
42041
+ /// The vertical padding of the PanelBar items.
42042
+ /// @group panelbar
41821
42043
  $kendo-panelbar-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
41822
42044
 
42045
+ /// The maximum nesting of the PanelBar items.
42046
+ /// @group panelbar
41823
42047
  $kendo-panelbar-item-level-count: 4 !default;
41824
42048
 
42049
+ /// The background color of the PanelBar.
42050
+ /// @group panelbar
41825
42051
  $kendo-panelbar-bg: $kendo-component-bg !default;
42052
+ /// The text color of the PanelBar.
42053
+ /// @group panelbar
41826
42054
  $kendo-panelbar-text: $kendo-component-text !default;
42055
+ /// The border color of the PanelBar.
42056
+ /// @group panelbar
41827
42057
  $kendo-panelbar-border: $kendo-component-border !default;
41828
42058
 
42059
+ /// The background color of the PanelBar header.
42060
+ /// @group panelbar
41829
42061
  $kendo-panelbar-header-bg: $kendo-panelbar-bg !default;
42062
+ /// The text color of the PanelBar header.
42063
+ /// @group panelbar
41830
42064
  $kendo-panelbar-header-text: $kendo-link-text !default;
42065
+ /// The border color of the PanelBar header.
42066
+ /// @group panelbar
41831
42067
  $kendo-panelbar-header-border: null !default;
42068
+ /// The gradient of the PanelBar header.
42069
+ /// @group panelbar
41832
42070
  $kendo-panelbar-header-gradient: null !default;
41833
42071
 
42072
+ /// The background color of the hovered PanelBar header.
42073
+ /// @group panelbar
41834
42074
  $kendo-panelbar-header-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 )) !default;
42075
+ /// The text color of the hovered PanelBar header.
42076
+ /// @group panelbar
41835
42077
  $kendo-panelbar-header-hover-text: null !default;
42078
+ /// The border color of the hovered PanelBar header.
42079
+ /// @group panelbar
41836
42080
  $kendo-panelbar-header-hover-border: null !default;
42081
+ /// The gradient of the hovered PanelBar header.
42082
+ /// @group panelbar
41837
42083
  $kendo-panelbar-header-hover-gradient: null !default;
41838
42084
 
42085
+ /// The background color of the focused PanelBar header.
42086
+ /// @group panelbar
41839
42087
  $kendo-panelbar-header-focus-bg: null !default;
42088
+ /// The text color of the focused PanelBar header.
42089
+ /// @group panelbar
41840
42090
  $kendo-panelbar-header-focus-text: null !default;
42091
+ /// The border color of the focused PanelBar header.
42092
+ /// @group panelbar
41841
42093
  $kendo-panelbar-header-focus-border: null !default;
42094
+ /// The gradient of the focused PanelBar header.
42095
+ /// @group panelbar
41842
42096
  $kendo-panelbar-header-focus-gradient: null !default;
42097
+ /// The shadow of the focused PanelBar header.
42098
+ /// @group panelbar
41843
42099
  $kendo-panelbar-header-focus-shadow: $kendo-list-item-focus-shadow !default;
41844
42100
 
42101
+ /// The background color of the focused and hovered PanelBar header.
42102
+ /// @group panelbar
41845
42103
  $kendo-panelbar-header-hover-focus-bg: null !default;
42104
+ /// The text color of the focused and hovered PanelBar header.
42105
+ /// @group panelbar
41846
42106
  $kendo-panelbar-header-hover-focus-text: null !default;
42107
+ /// The border color of the focused and hovered PanelBar header.
42108
+ /// @group panelbar
41847
42109
  $kendo-panelbar-header-hover-focus-border: null !default;
42110
+ /// The gradient of the focused and hovered PanelBar header.
42111
+ /// @group panelbar
41848
42112
  $kendo-panelbar-header-hover-focus-gradient: null !default;
41849
42113
 
42114
+ /// The background color of the selected PanelBar header.
42115
+ /// @group panelbar
41850
42116
  $kendo-panelbar-header-selected-bg: $kendo-selected-bg !default;
42117
+ /// The text color of the selected PanelBar header.
42118
+ /// @group panelbar
41851
42119
  $kendo-panelbar-header-selected-text: $kendo-selected-text !default;
42120
+ /// The border color of the selected PanelBar header.
42121
+ /// @group panelbar
41852
42122
  $kendo-panelbar-header-selected-border: null !default;
42123
+ /// The gradient of the selected PanelBar header.
42124
+ /// @group panelbar
41853
42125
  $kendo-panelbar-header-selected-gradient: null !default;
41854
42126
 
42127
+ /// The background color of the selected and hovered PanelBar header.
42128
+ /// @group panelbar
41855
42129
  $kendo-panelbar-header-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-header-selected-bg )) !default;
42130
+ /// The text color of the selected and hovered PanelBar header.
42131
+ /// @group panelbar
41856
42132
  $kendo-panelbar-header-selected-hover-text: null !default;
42133
+ /// The border color of the selected and hovered PanelBar header.
42134
+ /// @group panelbar
41857
42135
  $kendo-panelbar-header-selected-hover-border: null !default;
42136
+ /// The gradient of the selected and hovered PanelBar header.
42137
+ /// @group panelbar
41858
42138
  $kendo-panelbar-header-selected-hover-gradient: null !default;
41859
42139
 
42140
+ /// The background color of the selected and focused PanelBar header.
42141
+ /// @group panelbar
41860
42142
  $kendo-panelbar-header-selected-focus-bg: null !default;
42143
+ /// The text color of the selected and focused PanelBar header.
42144
+ /// @group panelbar
41861
42145
  $kendo-panelbar-header-selected-focus-text: null !default;
42146
+ /// The border color of the selected and focused PanelBar header.
42147
+ /// @group panelbar
41862
42148
  $kendo-panelbar-header-selected-focus-border: null !default;
42149
+ /// The gradient of the selected and focused PanelBar header.
42150
+ /// @group panelbar
41863
42151
  $kendo-panelbar-header-selected-focus-gradient: null !default;
41864
42152
 
42153
+ /// The background color of the selected, hovered and focused PanelBar header.
42154
+ /// @group panelbar
41865
42155
  $kendo-panelbar-header-selected-hover-focus-bg: null !default;
42156
+ /// The text color of the selected, hovered and focused PanelBar header.
42157
+ /// @group panelbar
41866
42158
  $kendo-panelbar-header-selected-hover-focus-text: null !default;
42159
+ /// The border color of the selected, hovered and focused PanelBar header.
42160
+ /// @group panelbar
41867
42161
  $kendo-panelbar-header-selected-hover-focus-border: null !default;
42162
+ /// The gradient of the selected, hovered and focused PanelBar header.
42163
+ /// @group panelbar
41868
42164
  $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
41869
42165
 
42166
+ /// The background color of the hovered PanelBar items.
42167
+ /// @group panelbar
41870
42168
  $kendo-panelbar-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, .5 )) !default;
42169
+ /// The text color of the hovered PanelBar items.
42170
+ /// @group panelbar
41871
42171
  $kendo-panelbar-item-hover-text: null !default;
42172
+ /// The border color of the hovered PanelBar items.
42173
+ /// @group panelbar
41872
42174
  $kendo-panelbar-item-hover-border: null !default;
42175
+ /// The gradient of the hovered PanelBar items.
42176
+ /// @group panelbar
41873
42177
  $kendo-panelbar-item-hover-gradient: null !default;
41874
42178
 
42179
+ /// The background color of the focused PanelBar items.
42180
+ /// @group panelbar
41875
42181
  $kendo-panelbar-item-focus-bg: null !default;
42182
+ /// The text color of the focused PanelBar items.
42183
+ /// @group panelbar
41876
42184
  $kendo-panelbar-item-focus-text: null !default;
42185
+ /// The border color of the focused PanelBar items.
42186
+ /// @group panelbar
41877
42187
  $kendo-panelbar-item-focus-border: null !default;
42188
+ /// The gradient of the focused PanelBar items.
42189
+ /// @group panelbar
41878
42190
  $kendo-panelbar-item-focus-gradient: null !default;
42191
+ /// The box shadow of the focused PanelBar items.
42192
+ /// @group panelbar
41879
42193
  $kendo-panelbar-item-focus-shadow: $kendo-list-item-focus-shadow !default;
41880
42194
 
42195
+ /// The background color of the focused and hovered PanelBar items.
42196
+ /// @group panelbar
41881
42197
  $kendo-panelbar-item-hover-focus-bg: null !default;
42198
+ /// The text color of the focused and hovered PanelBar items.
42199
+ /// @group panelbar
41882
42200
  $kendo-panelbar-item-hover-focus-text: null !default;
42201
+ /// The border color of the focused and hovered PanelBar items.
42202
+ /// @group panelbar
41883
42203
  $kendo-panelbar-item-hover-focus-border: null !default;
42204
+ /// The gradient of the focused and hovered PanelBar items.
42205
+ /// @group panelbar
41884
42206
  $kendo-panelbar-item-hover-focus-gradient: null !default;
41885
42207
 
42208
+ /// The background color of the selected PanelBar items.
42209
+ /// @group panelbar
41886
42210
  $kendo-panelbar-item-selected-bg: $kendo-selected-bg !default;
42211
+ /// The text color of the selected PanelBar items.
42212
+ /// @group panelbar
41887
42213
  $kendo-panelbar-item-selected-text: $kendo-selected-text !default;
42214
+ /// The border color of the selected PanelBar items.
42215
+ /// @group panelbar
41888
42216
  $kendo-panelbar-item-selected-border: null !default;
42217
+ /// The gradient of the selected PanelBar items.
42218
+ /// @group panelbar
41889
42219
  $kendo-panelbar-item-selected-gradient: null !default;
41890
42220
 
42221
+ /// The background color of the selected and hovered PanelBar items.
42222
+ /// @group panelbar
41891
42223
  $kendo-panelbar-item-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-item-selected-bg )) !default;
42224
+ /// The text color of the selected and hovered PanelBar items.
42225
+ /// @group panelbar
41892
42226
  $kendo-panelbar-item-selected-hover-text: null !default;
42227
+ /// The border color of the selected and hovered PanelBar items.
42228
+ /// @group panelbar
41893
42229
  $kendo-panelbar-item-selected-hover-border: null !default;
42230
+ /// The gradient of the selected and hovered PanelBar items.
42231
+ /// @group panelbar
41894
42232
  $kendo-panelbar-item-selected-hover-gradient: null !default;
41895
42233
 
42234
+ /// The background color of the selected and focused PanelBar items.
42235
+ /// @group panelbar
41896
42236
  $kendo-panelbar-item-selected-focus-bg: null !default;
42237
+ /// The text color of the selected and focused PanelBar items.
42238
+ /// @group panelbar
41897
42239
  $kendo-panelbar-item-selected-focus-text: null !default;
42240
+ /// The border color of the selected and focused PanelBar items.
42241
+ /// @group panelbar
41898
42242
  $kendo-panelbar-item-selected-focus-border: null !default;
42243
+ /// The gradient of the selected and focused PanelBar items.
42244
+ /// @group panelbar
41899
42245
  $kendo-panelbar-item-selected-focus-gradient: null !default;
41900
42246
 
42247
+ /// The background color of the selected, hovered and focused PanelBar items.
42248
+ /// @group panelbar
41901
42249
  $kendo-panelbar-item-selected-hover-focus-bg: null !default;
42250
+ /// The text color of the selected, hovered and focused PanelBar items.
42251
+ /// @group panelbar
41902
42252
  $kendo-panelbar-item-selected-hover-focus-text: null !default;
42253
+ /// The border color of the selected, hovered and focused PanelBar items.
42254
+ /// @group panelbar
41903
42255
  $kendo-panelbar-item-selected-hover-focus-border: null !default;
42256
+ /// The gradient of the selected, hovered and focused PanelBar items.
42257
+ /// @group panelbar
41904
42258
  $kendo-panelbar-item-selected-hover-focus-gradient: null !default;
41905
42259
 
42260
+ /// The background color of the expanded PanelBar header.
42261
+ /// @group panelbar
41906
42262
  $kendo-panelbar-header-expanded-bg: null !default;
42263
+ /// The text color of the expanded PanelBar header.
42264
+ /// @group panelbar
41907
42265
  $kendo-panelbar-header-expanded-text: null !default;
42266
+ /// The border color of the expanded PanelBar header.
42267
+ /// @group panelbar
41908
42268
  $kendo-panelbar-header-expanded-border: null !default;
42269
+ /// The gradient of the expanded PanelBar header.
42270
+ /// @group panelbar
41909
42271
  $kendo-panelbar-header-expanded-gradient: null !default;
41910
42272
 
41911
42273
  // #endregion
@@ -41937,7 +42299,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
41937
42299
 
41938
42300
 
41939
42301
  // Root
41940
- > .k-item,
41941
42302
  > .k-panelbar-header {
41942
42303
  // TODO
41943
42304
  border-width: 0;
@@ -41963,14 +42324,12 @@ $kendo-panelbar-header-expanded-gradient: null !default;
41963
42324
  transition: $kendo-transition;
41964
42325
  }
41965
42326
  }
41966
- > .k-item + .k-item,
41967
42327
  > .k-panelbar-header + .k-panelbar-header {
41968
42328
  border-top-width: $kendo-panelbar-item-border-width;
41969
42329
  }
41970
42330
 
41971
42331
 
41972
42332
  // Sub
41973
- .k-group,
41974
42333
  .k-panelbar-group {
41975
42334
  margin: 0;
41976
42335
  padding: 0;
@@ -41980,7 +42339,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
41980
42339
  background-color: transparent;
41981
42340
  list-style: none;
41982
42341
  }
41983
- .k-group > .k-item,
41984
42342
  .k-panelbar-group > .k-panelbar-item {
41985
42343
  display: block;
41986
42344
 
@@ -42027,8 +42385,8 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42027
42385
  .k-panelbar-toggle {
42028
42386
  margin-inline-start: auto;
42029
42387
  }
42030
- .k-group .k-panelbar-expand,
42031
- .k-group .k-panelbar-collapse,
42388
+ .k-panelbar-group .k-panelbar-expand,
42389
+ .k-panelbar-group .k-panelbar-collapse,
42032
42390
  .k-panelbar-group .k-panelbar-toggle {
42033
42391
  margin-inline-end: calc( #{$kendo-panelbar-header-padding-x} - #{$kendo-panelbar-item-padding-x} );
42034
42392
  }
@@ -42037,7 +42395,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42037
42395
  .k-rtl &,
42038
42396
  &.k-rtl,
42039
42397
  &[dir = "rtl"] {
42040
- .k-group > .k-item,
42041
42398
  .k-panelbar-group > .k-panelbar-item {
42042
42399
  // Hierarchy items
42043
42400
  @for $i from 1 through $kendo-panelbar-item-level-count {
@@ -42074,7 +42431,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42074
42431
 
42075
42432
 
42076
42433
  // Root
42077
- > .k-item,
42078
42434
  > .k-panelbar-header {
42079
42435
 
42080
42436
  &.k-expanded.k-level-0 > .k-link {
@@ -42186,12 +42542,9 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42186
42542
 
42187
42543
 
42188
42544
  // Sub
42189
- .k-group,
42190
42545
  .k-panelbar-group {
42191
42546
 
42192
42547
  // Hover
42193
- > .k-item > .k-link:hover,
42194
- > .k-item > .k-link.k-hover,
42195
42548
  > .k-panelbar-item > .k-link:hover,
42196
42549
  > .k-panelbar-item > .k-link.k-hover {
42197
42550
  @include fill(
@@ -42203,8 +42556,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42203
42556
  }
42204
42557
 
42205
42558
  // Focus
42206
- > .k-item > .k-link:focus,
42207
- > .k-item > .k-link.k-focus,
42208
42559
  > .k-panelbar-item > .k-link:focus,
42209
42560
  > .k-panelbar-item > .k-link.k-focus {
42210
42561
  @include fill(
@@ -42217,8 +42568,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42217
42568
  }
42218
42569
 
42219
42570
  // Focus & Hover
42220
- > .k-item > .k-link:focus:hover,
42221
- > .k-item > .k-link.k-focus.k-hover,
42222
42571
  > .k-panelbar-item > .k-link:focus:hover,
42223
42572
  > .k-panelbar-item > .k-link.k-focus.k-hover {
42224
42573
  @include fill(
@@ -42230,7 +42579,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42230
42579
  }
42231
42580
 
42232
42581
  // Selected
42233
- > .k-item > .k-link.k-selected,
42234
42582
  > .k-panelbar-item > .k-link.k-selected {
42235
42583
  @include fill(
42236
42584
  $kendo-panelbar-item-selected-text,
@@ -42241,8 +42589,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42241
42589
  }
42242
42590
 
42243
42591
  // Selected Hover
42244
- > .k-item > .k-link.k-selected:hover,
42245
- > .k-item > .k-link.k-selected.k-hover,
42246
42592
  > .k-panelbar-item > .k-link.k-selected:hover,
42247
42593
  > .k-panelbar-item > .k-link.k-selected.k-hover {
42248
42594
  @include fill(
@@ -42254,8 +42600,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42254
42600
  }
42255
42601
 
42256
42602
  // Selected Focus
42257
- > .k-item > .k-link.k-selected:focus,
42258
- > .k-item > .k-link.k-selected.k-focus,
42259
42603
  > .k-panelbar-item > .k-link.k-selected:focus,
42260
42604
  > .k-panelbar-item > .k-link.k-selected.k-focus {
42261
42605
  @include fill(
@@ -42267,8 +42611,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
42267
42611
  }
42268
42612
 
42269
42613
  // Selected Focus & Hover
42270
- > .k-item > .k-link.k-selected:focus:hover,
42271
- > .k-item > .k-link.k-selected.k-focus.k-hover,
42272
42614
  > .k-panelbar-item > .k-link.k-selected:focus:hover,
42273
42615
  > .k-panelbar-item > .k-link.k-selected.k-focus.k-hover {
42274
42616
  @include fill(