@progress/kendo-theme-material 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
@@ -25838,19 +25838,6 @@ $kendo-form-sizes: (
25838
25838
  }
25839
25839
  }
25840
25840
 
25841
- .k-input-label {
25842
- margin-right: $kendo-horizontal-form-label-margin-x;
25843
- z-index: 1;
25844
-
25845
- &:dir(rtl),
25846
- .k-rtl &,
25847
- &.k-rtl,
25848
- [dir="rtl"] &,
25849
- &[dir="rtl"] {
25850
- margin-right: 0;
25851
- margin-left: $kendo-horizontal-form-label-margin-x;
25852
- }
25853
- }
25854
25841
 
25855
25842
 
25856
25843
  // Vertical Form
@@ -27989,7 +27976,7 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
27989
27976
  box-sizing: border-box;
27990
27977
  }
27991
27978
 
27992
- > .k-label {
27979
+ > .k-floating-label {
27993
27980
  max-width: $kendo-floating-label-max-width;
27994
27981
  font-size: $kendo-floating-label-font-size;
27995
27982
  line-height: $kendo-floating-label-line-height;
@@ -28004,13 +27991,9 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
28004
27991
  transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, left $kendo-floating-label-transition;
28005
27992
  }
28006
27993
 
28007
- > .k-widget {
28008
- flex: 1 1 auto;
28009
- width: auto;
28010
- }
28011
27994
 
28012
27995
  &.k-empty {
28013
- > .k-label {
27996
+ > .k-floating-label {
28014
27997
  top: var(--kendo-floating-label-offset-y, #{$kendo-floating-label-offset-y});
28015
27998
  left: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
28016
27999
  transform: scale( $kendo-floating-label-scale );
@@ -28018,13 +28001,13 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
28018
28001
  }
28019
28002
  }
28020
28003
 
28021
- > .k-label,
28022
- &.k-focus > .k-label {
28004
+ > .k-floating-label,
28005
+ &.k-focus > .k-floating-label {
28023
28006
  top: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
28024
28007
  left: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
28025
28008
  transform: scale( $kendo-floating-label-focus-scale );
28026
28009
  }
28027
- &:focus-within > .k-label {
28010
+ &:focus-within > .k-floating-label {
28028
28011
  top: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
28029
28012
  left: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
28030
28013
  transform: scale( $kendo-floating-label-focus-scale );
@@ -28038,24 +28021,24 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
28038
28021
  .k-rtl &,
28039
28022
  &[dir="rtl"] {
28040
28023
 
28041
- > .k-label {
28024
+ > .k-floating-label {
28042
28025
  transform-origin: right center;
28043
28026
  transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, right $kendo-floating-label-transition;
28044
28027
  }
28045
28028
 
28046
28029
  &.k-empty {
28047
- > .k-label {
28030
+ > .k-floating-label {
28048
28031
  left: auto;
28049
28032
  right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
28050
28033
  }
28051
28034
  }
28052
28035
 
28053
- > .k-label,
28054
- &.k-focus > .k-label {
28036
+ > .k-floating-label,
28037
+ &.k-focus > .k-floating-label {
28055
28038
  left: auto;
28056
28039
  right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
28057
28040
  }
28058
- &:focus-within > .k-label {
28041
+ &:focus-within > .k-floating-label {
28059
28042
  left: auto;
28060
28043
  right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
28061
28044
  }
@@ -28079,7 +28062,7 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
28079
28062
  // Floating label
28080
28063
  .k-floating-label-container {
28081
28064
 
28082
- > .k-label {
28065
+ > .k-floating-label {
28083
28066
  transform-origin: left bottom;
28084
28067
  }
28085
28068
 
@@ -28087,7 +28070,7 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
28087
28070
  .k-rtl &,
28088
28071
  &[dir="rtl"] {
28089
28072
 
28090
- > .k-label {
28073
+ > .k-floating-label {
28091
28074
  transform-origin: right bottom;
28092
28075
  }
28093
28076
 
@@ -28104,23 +28087,23 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
28104
28087
  // Floating label
28105
28088
  .k-floating-label-container {
28106
28089
 
28107
- > .k-label {
28090
+ > .k-floating-label {
28108
28091
  @include fill(
28109
28092
  $color: $kendo-floating-label-text,
28110
28093
  $bg: $kendo-floating-label-bg
28111
28094
  );
28112
28095
  }
28113
28096
 
28114
- &.k-focus > .k-label {
28097
+ &.k-focus > .k-floating-label {
28115
28098
  @include fill(
28116
28099
  $color: $kendo-floating-label-focus-text,
28117
28100
  $bg: $kendo-floating-label-focus-bg
28118
28101
  );
28119
28102
  }
28120
28103
 
28121
- &.k-invalid > .k-label,
28122
- &.ng-invalid.ng-touched > .k-label,
28123
- &.ng-invalid.ng-dirty > .k-label {
28104
+ &.k-invalid > .k-floating-label,
28105
+ &.ng-invalid.ng-touched > .k-floating-label,
28106
+ &.ng-invalid.ng-dirty > .k-floating-label {
28124
28107
  @include fill ( $color: $kendo-invalid-text );
28125
28108
  }
28126
28109
  }
@@ -28142,10 +28125,10 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
28142
28125
  // Floating label
28143
28126
  .k-floating-label-container {
28144
28127
 
28145
- &.k-invalid + .k-label,
28146
- .k-invalid + .k-label,
28147
- .ng-invalid.ng-touched + .k-label,
28148
- .ng-invalid.ng-dirty + .k-label {
28128
+ &.k-invalid + .k-floating-label,
28129
+ .k-invalid + .k-floating-label,
28130
+ .ng-invalid.ng-touched + .k-floating-label,
28131
+ .ng-invalid.ng-dirty + .k-floating-label {
28149
28132
  @include fill( $color: $kendo-color-error );
28150
28133
  }
28151
28134
  }
@@ -30913,136 +30896,327 @@ $_kendo-module-meta: (
30913
30896
  // #region @import "./_variables.scss"; -> scss/calendar/_variables.scss
30914
30897
  // Calendar
30915
30898
 
30899
+ /// The width of the border around the Calendar.
30900
+ /// @group calendar
30916
30901
  $kendo-calendar-border-width: 1px !default;
30902
+ /// The font family of the Calendar.
30903
+ /// @group calendar
30917
30904
  $kendo-calendar-font-family: $kendo-font-family !default;
30905
+ /// The font size of the Calendar.
30906
+ /// @group calendar
30918
30907
  $kendo-calendar-font-size: $kendo-font-size-md !default;
30908
+ /// The line height of the Calendar.
30909
+ /// @group calendar
30919
30910
  $kendo-calendar-line-height: k-math-div( 20, 14 ) !default;
30920
30911
 
30912
+ /// The size of the cells in the Calendar.
30913
+ /// @group calendar
30921
30914
  $kendo-calendar-cell-size: 36px !default;
30922
30915
 
30916
+ /// The background color of the Calendar.
30917
+ /// @group calendar
30923
30918
  $kendo-calendar-bg: $kendo-component-bg !default;
30919
+ /// The text color of the Calendar.
30920
+ /// @group calendar
30924
30921
  $kendo-calendar-text: $kendo-component-text !default;
30922
+ /// The border color of the Calendar.
30923
+ /// @group calendar
30925
30924
  $kendo-calendar-border: $kendo-component-border !default;
30926
30925
 
30926
+ /// The horizontal padding of the header in the Calendar.
30927
+ /// @group calendar
30927
30928
  $kendo-calendar-header-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
30929
+ /// The vertical padding of the header in the Calendar.
30930
+ /// @group calendar
30928
30931
  $kendo-calendar-header-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
30932
+ /// The height of the header in the Calendar.
30933
+ /// @group calendar
30929
30934
  $kendo-calendar-header-border-width: 0px !default;
30930
30935
 
30936
+ /// The background color of the header in the Calendar.
30937
+ /// @group calendar
30931
30938
  $kendo-calendar-header-bg: null !default;
30939
+ /// The text color of the header in the Calendar.
30940
+ /// @group calendar
30932
30941
  $kendo-calendar-header-text: $kendo-component-header-text !default;
30942
+ /// The border color of the header in the Calendar.
30943
+ /// @group calendar
30933
30944
  $kendo-calendar-header-border: $kendo-component-header-border !default;
30945
+ /// The gradient of the header in the Calendar.
30946
+ /// @group calendar
30934
30947
  $kendo-calendar-header-gradient: null !default;
30948
+ /// The shadow of the header in the Calendar.
30949
+ /// @group calendar
30935
30950
  $kendo-calendar-header-shadow: null !default;
30936
30951
 
30952
+ /// The gap between the items in the navigation of the Calendar.
30953
+ /// @group calendar
30937
30954
  $kendo-calendar-nav-gap: null !default;
30938
30955
 
30956
+ /// The horizontal padding of the footer in the Calendar.
30957
+ /// @group calendar
30939
30958
  $kendo-calendar-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
30959
+ /// The vertical padding of the footer in the Calendar.
30940
30960
  $kendo-calendar-footer-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
30941
30961
 
30962
+ /// The horizontal padding of the cells in the Calendar.
30963
+ /// @group calendar
30942
30964
  $kendo-calendar-cell-padding-x: .25em !default;
30965
+ /// The vertical padding of the cells in the Calendar.
30966
+ /// @group calendar
30943
30967
  $kendo-calendar-cell-padding-y: $kendo-calendar-cell-padding-x !default;
30968
+
30969
+ /// The line height of the cells in the Calendar.
30970
+ /// @group calendar
30944
30971
  $kendo-calendar-cell-line-height: $kendo-calendar-line-height !default;
30972
+
30973
+ /// The border radius of the cells in the Calendar.
30974
+ /// @group calendar
30945
30975
  $kendo-calendar-cell-border-radius: 100px !default;
30946
30976
 
30977
+ /// The horizontal padding of the header cells in the Calendar.
30978
+ /// @group calenda
30947
30979
  $kendo-calendar-header-cell-padding-x: null !default;
30980
+ /// The vertical padding of the header cells in the Calendar.
30981
+ /// @group calendar
30948
30982
  $kendo-calendar-header-cell-padding-y: null !default;
30983
+ /// The width of the header cells in the Calendar.
30984
+ /// @group calendar
30949
30985
  $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
30986
+ /// The height of the header cells in the Calendar.
30987
+ /// @group calendar
30950
30988
  $kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
30989
+ /// The font size of the header cells in the Calendar.
30990
+ /// @group calendar
30951
30991
  $kendo-calendar-header-cell-font-size: $kendo-font-size-sm !default;
30992
+ /// The line height of the header cells in the Calendar.
30993
+ /// @group calendar
30952
30994
  $kendo-calendar-header-cell-line-height: 2 !default;
30995
+
30996
+ /// The background color of the header cells in the Calendar.
30997
+ /// @group calendar
30953
30998
  $kendo-calendar-header-cell-bg: null !default;
30999
+ /// The text color of the header cells in the Calendar.
31000
+ /// @group calendar
30954
31001
  $kendo-calendar-header-cell-text: $kendo-subtle-text !default;
31002
+
31003
+ /// The opacity of the header cells in the Calendar.
31004
+ /// @group calendar
30955
31005
  $kendo-calendar-header-cell-opacity: null !default;
30956
31006
 
31007
+ /// The horizontal padding of the caption in the Calendar.
31008
+ /// @group calendar
30957
31009
  $kendo-calendar-caption-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
31010
+ /// The vertical padding of the caption in the Calendar.
31011
+ /// @group calendar
30958
31012
  $kendo-calendar-caption-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
31013
+ /// The height of the caption in the Calendar.
31014
+ /// @group calendar
30959
31015
  $kendo-calendar-caption-height: $kendo-calendar-cell-size !default;
31016
+ /// The font size of the caption in the Calendar.
31017
+ /// @group calendar
30960
31018
  $kendo-calendar-caption-font-size: null !default;
31019
+ /// The line height of the caption in the Calendar.
31020
+ /// @group calendar
30961
31021
  $kendo-calendar-caption-line-height: null !default;
31022
+ /// The font weight of the caption in the Calendar.
31023
+ /// @group calendar
30962
31024
  $kendo-calendar-caption-font-weight: bold !default;
30963
31025
 
31026
+ /// The font size of the week number cells in the Calendar.
31027
+ /// @group calendar
31028
+ $kendo-calendar-week-number-font-size: $kendo-font-size-sm !default;
31029
+
31030
+ /// The width of the Calendar view.
31031
+ /// @group calendar
30964
31032
  $kendo-calendar-view-width: ($kendo-calendar-cell-size * 8) !default;
31033
+ /// The height of the Calendar view.
31034
+ /// @group calendar
30965
31035
  $kendo-calendar-view-height: ($kendo-calendar-cell-size * 7) !default;
31036
+
31037
+ /// The gap between the items in the Calendar view.
31038
+ /// @group calendar
30966
31039
  $kendo-calendar-view-gap: k-map-get( $kendo-spacing, 4 ) !default;
30967
31040
 
31041
+ /// The background color of the weekend cells in the Calendar.
31042
+ /// @group calendar
30968
31043
  $kendo-calendar-weekend-bg: null !default;
31044
+ /// The text color of the weekend cells in the Calendar.
30969
31045
  $kendo-calendar-weekend-text: null !default;
30970
31046
 
31047
+ /// The style of the current day in the Calendar.
31048
+ /// @group calendar
30971
31049
  $kendo-calendar-today-style: color !default;
31050
+ /// The color of the current day in the Calendar.
31051
+ /// @group calendar
30972
31052
  $kendo-calendar-today-color: $kendo-color-primary !default;
30973
31053
 
31054
+ /// The background color of the week number cells in the Calendar.
31055
+ /// @group calendar
30974
31056
  $kendo-calendar-week-number-bg: null !default;
31057
+ /// The text color of the week number cells in the Calendar.
31058
+ /// @group calendar
30975
31059
  $kendo-calendar-week-number-text: $kendo-calendar-header-cell-text !default;
30976
31060
 
31061
+ /// The background color of the preceding/subsequent month cells in the Calendar.
31062
+ /// @group calendar
30977
31063
  $kendo-calendar-other-month-bg: null !default;
31064
+ /// The text color of the preceding/subsequent month cells in the Calendar.
31065
+ /// @group calendar
30978
31066
  $kendo-calendar-other-month-text: $kendo-calendar-header-cell-text !default;
30979
31067
 
31068
+ /// The background color of the cells in the Calendar.
31069
+ /// @group calendar
30980
31070
  $kendo-calendar-cell-bg: null !default;
31071
+ /// The text color of the cells in the Calendar.
31072
+ /// @group calendar
30981
31073
  $kendo-calendar-cell-text: null !default;
31074
+ /// The border color of the cells in the Calendar.
31075
+ /// @group calendar
30982
31076
  $kendo-calendar-cell-border: null !default;
31077
+ /// The gradient of the cells in the Calendar.
31078
+ /// @group calendar
30983
31079
  $kendo-calendar-cell-gradient: null !default;
30984
31080
 
31081
+ /// The background color of the hovered cells in the Calendar.
31082
+ /// @group calendar
30985
31083
  $kendo-calendar-cell-hover-bg: $kendo-hover-bg !default;
31084
+ /// The text color of the hovered cells in the Calendar.
31085
+ /// @group calendar
30986
31086
  $kendo-calendar-cell-hover-text: $kendo-hover-text !default;
31087
+ /// The border color of the hovered cells in the Calendar.
31088
+ /// @group calendar
30987
31089
  $kendo-calendar-cell-hover-border: $kendo-hover-border !default;
31090
+ /// The gradient of the hovered cells in the Calendar.
31091
+ /// @group calendar
30988
31092
  $kendo-calendar-cell-hover-gradient: null !default;
30989
31093
 
31094
+ /// The background color of the selected cells in the Calendar.
31095
+ /// @group calendar
30990
31096
  $kendo-calendar-cell-selected-bg: $kendo-color-primary !default;
31097
+ /// The text color of the selected cells in the Calendar.
31098
+ /// @group calendar
30991
31099
  $kendo-calendar-cell-selected-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-calendar-cell-selected-bg )) !default;
31100
+ /// The border color of the selected cells in the Calendar.
31101
+ /// @group calendar
30992
31102
  $kendo-calendar-cell-selected-border: $kendo-calendar-cell-selected-bg !default;
31103
+ /// The gradient of the selected cells in the Calendar.
31104
+ /// @group calendar
30993
31105
  $kendo-calendar-cell-selected-gradient: null !default;
30994
31106
 
31107
+ /// The background color of the selected and hovered cells in the Calendar.
31108
+ /// @group calendar
30995
31109
  $kendo-calendar-cell-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-calendar-cell-selected-bg, .5 )) !default;
31110
+ /// The text color of the selected and hovered cells in the Calendar.
31111
+ /// @group calendar
30996
31112
  $kendo-calendar-cell-selected-hover-text: $kendo-calendar-cell-selected-text !default;
31113
+ /// The border color of the selected and hovered cells in the Calendar.
31114
+ /// @group calendar
30997
31115
  $kendo-calendar-cell-selected-hover-border: null !default;
31116
+ /// The gradient of the selected and hovered cells in the Calendar.
31117
+ /// @group calendar
30998
31118
  $kendo-calendar-cell-selected-hover-gradient: null !default;
30999
31119
 
31120
+ /// The shadow of the focused cells in the Calendar.
31121
+ /// @group calendar
31000
31122
  $kendo-calendar-cell-focus-shadow: $kendo-list-item-focus-shadow !default;
31123
+ /// The shadow of the selected and focused cells in the Calendar.
31124
+ /// @group calendar
31001
31125
  $kendo-calendar-cell-selected-focus-shadow: $kendo-calendar-cell-focus-shadow !default;
31002
31126
 
31003
31127
 
31004
- // Calendar navigation
31128
+ /// The width of the Calendar navigation.
31129
+ /// @group calendar
31005
31130
  $kendo-calendar-navigation-width: 5em !default;
31131
+ /// The height of the items in the Calendar navigation.
31132
+ /// @group calendar
31006
31133
  $kendo-calendar-navigation-item-height: 2em !default;
31007
31134
 
31135
+ /// The background color of the Calendar navigation.
31136
+ /// @group calendar
31008
31137
  $kendo-calendar-navigation-bg: if($kendo-enable-color-system, k-color( surface ), k-true-mix( $kendo-calendar-text, $kendo-calendar-bg, 3)) !default;
31138
+ /// The text color of the Calendar navigation.
31139
+ /// @group calendar
31009
31140
  $kendo-calendar-navigation-text: $kendo-calendar-text !default;
31141
+ /// The border color of the Calendar navigation.
31142
+ /// @group calendar
31010
31143
  $kendo-calendar-navigation-border: $kendo-calendar-border !default;
31011
31144
 
31145
+ /// The background color of the hovered items in the Calendar navigation.
31012
31146
  $kendo-calendar-navigation-hover-text: $kendo-link-hover-text !default;
31013
31147
 
31014
-
31015
- // Infinite calendar
31148
+ /// The horizontal padding of the header in the Infinite Calendar.
31149
+ /// @group calendar
31016
31150
  $kendo-infinite-calendar-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
31151
+ /// The vertical padding of the header in the Infinite Calendar.
31152
+ /// @group calendar
31017
31153
  $kendo-infinite-calendar-header-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
31018
31154
 
31155
+ /// The horizontal padding of the Calendar view in the Infinite Calendar.
31156
+ /// @group calendar
31019
31157
  $kendo-infinite-calendar-view-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
31158
+ /// The vertical padding of the Calendar view in the Infinite Calendar.
31159
+ /// @group calendar
31020
31160
  $kendo-infinite-calendar-view-padding-y: 0px !default;
31161
+
31162
+ /// The height of the Calendar view in the Infinite Calendar.
31163
+ /// @group calendar
31021
31164
  $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default;
31022
31165
 
31023
31166
 
31024
31167
  // Multiview calendar
31025
31168
 
31026
31169
 
31027
- // Calendar sizes
31170
+ /// The font size of the small Calendar.
31171
+ /// @group calendar
31028
31172
  $kendo-calendar-sm-font-size: $kendo-font-size-md !default;
31173
+ /// The line height of the small Calendar.
31174
+ /// @group calendar
31029
31175
  $kendo-calendar-sm-line-height: $kendo-line-height-md !default;
31176
+ /// The size of the cells in the small Calendar.
31177
+ /// @group calendar
31030
31178
  $kendo-calendar-sm-cell-size: 32px !default;
31179
+ /// The horizontal padding of the cells in the small Calendar.
31180
+ /// @group calendar
31031
31181
  $kendo-calendar-sm-cell-padding-x: .125rem !default;
31182
+ /// The vertical padding of the cells in the small Calendar.
31183
+ /// @group calendar
31032
31184
  $kendo-calendar-sm-cell-padding-y: .125rem !default;
31033
31185
 
31186
+ /// The font size of the medium Calendar.
31187
+ /// @group calendar
31034
31188
  $kendo-calendar-md-font-size: $kendo-font-size-md !default;
31189
+ /// The line height of the medium Calendar.
31190
+ /// @group calendar
31035
31191
  $kendo-calendar-md-line-height: $kendo-line-height-md !default;
31192
+ /// The size of the cells in the medium Calendar.
31193
+ /// @group calendar
31036
31194
  $kendo-calendar-md-cell-size: 36px !default;
31195
+ /// The horizontal padding of the cells in the medium Calendar.
31196
+ /// @group calendar
31037
31197
  $kendo-calendar-md-cell-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
31198
+ /// The vertical padding of the cells in the medium Calendar.
31199
+ /// @group calendar
31038
31200
  $kendo-calendar-md-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
31039
31201
 
31202
+ /// The font size of the large Calendar.
31203
+ /// @group calendar
31040
31204
  $kendo-calendar-lg-font-size: $kendo-font-size-lg !default;
31205
+ /// The line height of the large Calendar.
31206
+ /// @group calendar
31041
31207
  $kendo-calendar-lg-line-height: $kendo-line-height-lg !default;
31208
+ /// The size of the cells in the large Calendar.
31209
+ /// @group calendar
31042
31210
  $kendo-calendar-lg-cell-size: 40px !default;
31211
+ /// The horizontal padding of the cells in the large Calendar.
31212
+ /// @group calendar
31043
31213
  $kendo-calendar-lg-cell-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
31214
+ /// The vertical padding of the cells in the large Calendar.
31215
+ /// @group calendar
31044
31216
  $kendo-calendar-lg-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
31045
31217
 
31218
+ /// The sizes Map of the Calendar.
31219
+ /// @group calendar
31046
31220
  $kendo-calendar-sizes: (
31047
31221
  sm: (
31048
31222
  font-size: $kendo-calendar-sm-font-size,
@@ -31158,6 +31332,9 @@ $kendo-calendar-sizes: (
31158
31332
  block-size: var( --INTERNAL--kendo-calendar-cell-size, min-content );
31159
31333
  border-color: transparent;
31160
31334
  }
31335
+ .k-calendar-td.k-alt {
31336
+ font-size: $kendo-calendar-week-number-font-size;
31337
+ }
31161
31338
 
31162
31339
 
31163
31340
  // Calendar cell inner
@@ -31205,11 +31382,6 @@ $kendo-calendar-sizes: (
31205
31382
  justify-content: space-between;
31206
31383
  flex: 0 0 auto;
31207
31384
 
31208
- .k-title,
31209
- .k-calendar-title {
31210
- font-weight: bold;
31211
- }
31212
-
31213
31385
  .k-calendar-nav {
31214
31386
  display: flex;
31215
31387
  flex-flow: row nowrap;
@@ -31243,6 +31415,10 @@ $kendo-calendar-sizes: (
31243
31415
  position: relative;
31244
31416
  z-index: 1;
31245
31417
  overflow: hidden;
31418
+
31419
+ .k-today {
31420
+ font-weight: bold;
31421
+ }
31246
31422
  }
31247
31423
 
31248
31424
 
@@ -31676,9 +31852,6 @@ $kendo-calendar-sizes: (
31676
31852
  $kendo-calendar-week-number-bg
31677
31853
  );
31678
31854
  }
31679
- .k-out-of-range {
31680
- pointer-events: none;
31681
- }
31682
31855
 
31683
31856
 
31684
31857
  // Interactive states
@@ -39987,44 +40160,109 @@ $_kendo-module-meta: (
39987
40160
  // Component
39988
40161
  // #region @import "./_variables.scss"; -> scss/drawer/_variables.scss
39989
40162
  // Drawer
40163
+
40164
+ /// The background color of the Drawer.
40165
+ /// @group drawer
39990
40166
  $kendo-drawer-bg: $kendo-component-bg !default;
40167
+ /// The text color of the Drawer.
40168
+ /// @group drawer
39991
40169
  $kendo-drawer-text: $kendo-component-text !default;
40170
+ /// The border color of the Drawer.
40171
+ /// @group drawer
39992
40172
  $kendo-drawer-border: $kendo-component-border !default;
40173
+ /// The border width of the Drawer.
40174
+ /// @group drawer
39993
40175
  $kendo-drawer-border-width: 1px !default;
40176
+ /// The font family of the Drawer.
40177
+ /// @group drawer
39994
40178
  $kendo-drawer-font-family: $kendo-font-family !default;
40179
+ /// The font size of the Drawer.
40180
+ /// @group drawer
39995
40181
  $kendo-drawer-font-size: $kendo-font-size-md !default;
40182
+ /// The line height of the Drawer.
40183
+ /// @group drawer
39996
40184
  $kendo-drawer-line-height: $kendo-line-height-md !default;
40185
+
40186
+ /// The horizontal padding of the Drawer content.
40187
+ /// @group drawer
39997
40188
  $kendo-drawer-content-padding-x: $kendo-padding-md-x !default;
40189
+ /// The vertical padding of the Drawer content.
40190
+ /// @group drawer
39998
40191
  $kendo-drawer-content-padding-y: $kendo-padding-md-y !default;
39999
40192
 
40193
+ /// The width of the Drawer scrollbar.
40194
+ /// @group drawer
40000
40195
  $kendo-drawer-scrollbar-width: 7px !default;
40196
+ /// The color of the Drawer scrollbar track.
40197
+ /// @group drawer
40001
40198
  $kendo-drawer-scrollbar-color: rgba( 156, 156, 156, .7 ) !default;
40199
+ /// The background color of the Drawer scrollbar thumb.
40200
+ /// @group drawer
40002
40201
  $kendo-drawer-scrollbar-bg: #dedede !default;
40202
+ /// The border radius of the Drawer scrollbar.
40203
+ /// @group drawer
40003
40204
  $kendo-drawer-scrollbar-radius: 20px !default;
40205
+ /// The hover color of the Drawer scrollbar track.
40206
+ /// @group drawer
40004
40207
  $kendo-drawer-scrollbar-hover-color: rgba( 156, 156, 156, 1 ) !default;
40005
40208
 
40209
+ /// The horizontal padding of the Drawer item.
40210
+ /// @group drawer
40006
40211
  $kendo-drawer-item-padding-x: $kendo-padding-md-x !default;
40212
+ /// The vertical padding of the Drawer item.
40213
+ /// @group drawer
40007
40214
  $kendo-drawer-item-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
40215
+ /// The font size of the Drawer item.
40216
+ /// @group drawer
40008
40217
  $kendo-drawer-item-font-size: 16px !default;
40218
+ /// The line height of the Drawer item.
40219
+ /// @group drawer
40009
40220
  $kendo-drawer-item-line-height: $kendo-line-height-lg !default;
40010
40221
 
40222
+ /// The horizontal padding of the Drawer item in each level.
40223
+ /// @group drawer
40011
40224
  $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
40225
+ /// The count of the Drawer item levels.
40226
+ /// @group drawer
40012
40227
  $kendo-drawer-item-level-count: 5 !default;
40013
40228
 
40229
+ /// The horizontal padding of the Drawer icon.
40230
+ /// @group drawer
40014
40231
  $kendo-drawer-icon-padding-x: 0 !default;
40232
+ /// The vertical padding of the Drawer icon.
40233
+ /// @group drawer
40015
40234
  $kendo-drawer-icon-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
40016
40235
 
40236
+ /// The initial width of the mini Drawer.
40237
+ /// @group drawer
40017
40238
  $kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size}) !default;
40018
40239
 
40240
+ /// The background color of the hovered Drawer item.
40241
+ /// @group drawer
40019
40242
  $kendo-drawer-hover-bg: $kendo-hover-bg !default;
40243
+ /// The text color of the hovered Drawer item.
40244
+ /// @group drawer
40020
40245
  $kendo-drawer-hover-text: $kendo-hover-text !default;
40021
40246
 
40247
+ /// The background color of the focused Drawer item.
40248
+ /// @group drawer
40022
40249
  $kendo-drawer-focus-bg: $kendo-hover-bg !default;
40250
+ /// The box shadow of the focused Drawer item.
40251
+ /// @group drawer
40023
40252
  $kendo-drawer-focus-shadow: none !default;
40024
40253
 
40254
+ /// The background color of the selected Drawer item.
40255
+ /// @group drawer
40025
40256
  $kendo-drawer-selected-bg: null !default;
40257
+ /// The text color of the selected Drawer item.
40258
+ /// @group drawer
40026
40259
  $kendo-drawer-selected-text: $kendo-color-secondary !default;
40260
+
40261
+ /// The background color of the selected and hovered Drawer item.
40262
+ /// @group drawer
40027
40263
  $kendo-drawer-selected-hover-bg: $kendo-hover-bg !default;
40264
+ /// The text color of the selected and hovered Drawer item.
40265
+ /// @group drawer
40028
40266
  $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
40029
40267
 
40030
40268
  // #endregion
@@ -40032,15 +40270,20 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
40032
40270
  // #region @import "@progress/kendo-theme-default/scss/drawer/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/drawer/_layout.scss
40033
40271
  @mixin kendo-drawer--layout-base() {
40034
40272
 
40273
+ // Container
40035
40274
  .k-drawer-container {
40036
40275
  display: flex;
40037
40276
  flex-flow: row nowrap;
40038
40277
  align-items: flex-start;
40039
40278
  }
40279
+
40040
40280
  kendo-drawer.k-drawer,
40041
40281
  kendo-drawer .k-drawer-wrapper {
40042
40282
  transition: none;
40043
40283
  }
40284
+
40285
+
40286
+ // Drawer
40044
40287
  .k-drawer {
40045
40288
  height: 100%;
40046
40289
  max-width: 100%;
@@ -40065,41 +40308,38 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
40065
40308
  box-sizing: border-box;
40066
40309
  }
40067
40310
 
40068
- // Borders
40069
40311
  .k-drawer-mini &.k-drawer-start,
40070
- .k-drawer-expanded &.k-drawer-start,
40071
- .k-drawer-left.k-drawer-mini &,
40072
- .k-drawer-left.k-drawer-expanded & {
40073
- border-right-width: $kendo-drawer-border-width;
40312
+ .k-drawer-expanded &.k-drawer-start {
40313
+ border-inline-end-width: $kendo-drawer-border-width;
40074
40314
  }
40315
+
40075
40316
  .k-drawer-mini &.k-drawer-end,
40076
- .k-drawer-expanded &.k-drawer-end,
40077
- .k-drawer-right.k-drawer-mini &,
40078
- .k-drawer-right.k-drawer-expanded & {
40079
- border-left-width: $kendo-drawer-border-width;
40317
+ .k-drawer-expanded &.k-drawer-end {
40318
+ border-inline-start-width: $kendo-drawer-border-width;
40080
40319
  }
40081
40320
 
40321
+
40082
40322
  // Position
40083
- &.k-drawer-start,
40084
- .k-drawer-left & {
40323
+ &.k-drawer-start {
40085
40324
  top: 0;
40086
- left: 0;
40325
+ inset-inline-start: 0;
40087
40326
  }
40088
- &.k-drawer-end,
40089
- .k-drawer-right & {
40327
+ &.k-drawer-end {
40090
40328
  top: 0;
40091
- right: 0;
40329
+ inset-inline-end: 0;
40092
40330
  }
40093
40331
  }
40332
+
40333
+
40334
+ // Content
40094
40335
  .k-drawer-content {
40095
40336
  flex: 1 1 auto;
40096
40337
  overflow: auto;
40097
40338
  }
40098
40339
 
40099
40340
 
40100
- // Overlay drawer
40341
+ // Overlay
40101
40342
  .k-drawer-overlay {
40102
-
40103
40343
  .k-drawer {
40104
40344
  max-width: 80vw; // limit width
40105
40345
  position: fixed;
@@ -40113,7 +40353,6 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
40113
40353
  &.k-drawer-expanded > .k-overlay {
40114
40354
  display: block;
40115
40355
  }
40116
-
40117
40356
  }
40118
40357
 
40119
40358
 
@@ -40128,13 +40367,9 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
40128
40367
  align-self: stretch;
40129
40368
  }
40130
40369
 
40131
-
40132
- // right drawer
40133
- .k-drawer.k-drawer-end,
40134
- &.k-drawer-right .k-drawer {
40135
- order: 1;
40370
+ &:has(.k-drawer.k-drawer-end) {
40371
+ flex-direction: row-reverse;
40136
40372
  }
40137
-
40138
40373
  }
40139
40374
 
40140
40375
 
@@ -40153,8 +40388,7 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
40153
40388
  border-radius: $kendo-drawer-scrollbar-radius;
40154
40389
  }
40155
40390
  }
40156
- .k-drawer-items,
40157
- .k-drawer-items ul {
40391
+ .k-drawer-items {
40158
40392
  margin: 0;
40159
40393
  padding: 0;
40160
40394
  list-style: none;
@@ -40217,61 +40451,18 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
40217
40451
  }
40218
40452
  }
40219
40453
  }
40454
+
40455
+
40456
+ // Separator
40220
40457
  .k-drawer-separator {
40221
40458
  padding: 0;
40222
40459
  height: 1px;
40223
40460
  }
40224
40461
 
40225
40462
 
40226
-
40227
40463
  // Mini mode
40228
- .k-drawer-mini {
40229
-
40230
- .k-drawer-wrapper {
40231
- width: $kendo-drawer-mini-initial-width;
40232
- }
40233
-
40234
- }
40235
-
40236
-
40237
- .k-rtl,
40238
- [dir="rtl"] {
40239
-
40240
- // Borders
40241
- &.k-drawer-mini .k-drawer-start,
40242
- .k-drawer-mini .k-drawer-start,
40243
- .k-drawer-expanded .k-drawer-start,
40244
- &.k-drawer-expanded .k-drawer-start {
40245
- border-left-width: $kendo-drawer-border-width;
40246
- border-right-width: 0;
40247
- }
40248
- &.k-drawer-mini .k-drawer-end,
40249
- .k-drawer-mini .k-drawer-end,
40250
- &.k-drawer-expanded .k-drawer-end
40251
- .k-drawer-expanded .k-drawer-end {
40252
- border-left-width: 0;
40253
- border-right-width: $kendo-drawer-border-width;
40254
- }
40255
-
40256
- // Position
40257
- &.k-drawer-overlay .k-drawer-start,
40258
- .k-drawer-overlay .k-drawer-start {
40259
- left: auto;
40260
- right: 0;
40261
- }
40262
- &.k-drawer-overlay .k-drawer-end,
40263
- .k-drawer-overlay .k-drawer-end {
40264
- left: 0;
40265
- right: auto;
40266
- }
40267
-
40268
- // Order
40269
- .k-drawer-left.k-drawer-push .k-drawer {
40270
- order: 1;
40271
- }
40272
- .k-drawer-right.k-drawer-push .k-drawer {
40273
- order: 0;
40274
- }
40464
+ .k-drawer-mini .k-drawer-wrapper {
40465
+ width: $kendo-drawer-mini-initial-width;
40275
40466
  }
40276
40467
  }
40277
40468
 
@@ -45301,109 +45492,275 @@ $_kendo-module-meta: (
45301
45492
  // #region @import "./_variables.scss"; -> scss/panelbar/_variables.scss
45302
45493
  // Panelbar
45303
45494
 
45495
+ /// The horizontal padding of the PanelBar.
45496
+ /// @group panelbar
45304
45497
  $kendo-panelbar-padding-x: 0px !default;
45498
+ /// The vertical padding of the PanelBar.
45499
+ /// @group panelbar
45305
45500
  $kendo-panelbar-padding-y: 0px !default;
45501
+ /// The font family of the PanelBar.
45502
+ /// @group panelbar
45306
45503
  $kendo-panelbar-font-family: $kendo-font-family !default;
45504
+ /// The font size of the PanelBar.
45505
+ /// @group panelbar
45307
45506
  $kendo-panelbar-font-size: $kendo-font-size-md !default;
45507
+ /// The line height of the PanelBar.
45508
+ /// @group panelbar
45308
45509
  $kendo-panelbar-line-height: k-math-div( 20, 14 ) !default;
45510
+ /// The width of the border around the PanelBar.
45511
+ /// @group panelbar
45309
45512
  $kendo-panelbar-border-width: 1px !default;
45513
+ /// The border style around the the PanelBar.
45514
+ /// @group panelbar
45310
45515
  $kendo-panelbar-border-style: solid !default;
45516
+ /// The width of the border around the PanelBar items.
45517
+ /// @group panelbar
45311
45518
  $kendo-panelbar-item-border-width: 1px !default;
45519
+ /// The style of the border around the PanelBar items.
45520
+ /// @group panelbar
45312
45521
  $kendo-panelbar-item-border-style: solid !default;
45313
45522
 
45523
+ /// The horizontal padding of the PanelBar header.
45524
+ /// @group panelbar
45314
45525
  $kendo-panelbar-header-padding-x: k-map-get( $kendo-spacing, 6 ) !default;
45526
+ /// The vertical padding of the PanelBar header.
45527
+ /// @group panelbar
45315
45528
  $kendo-panelbar-header-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
45316
45529
 
45530
+ /// The horizontal padding of the PanelBar items.
45531
+ /// @group panelbar
45317
45532
  $kendo-panelbar-item-padding-x: k-map-get( $kendo-spacing, 6 ) !default;
45533
+ /// The vertical padding of the PanelBar items.
45534
+ /// @group panelbar
45318
45535
  $kendo-panelbar-item-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
45319
45536
 
45537
+ /// The maximum nesting of the PanelBar items.
45538
+ /// @group panelbar
45320
45539
  $kendo-panelbar-item-level-count: 4 !default;
45321
45540
 
45541
+ /// The background color of the PanelBar.
45542
+ /// @group panelbar
45322
45543
  $kendo-panelbar-bg: $kendo-component-bg !default;
45544
+ /// The text color of the PanelBar.
45545
+ /// @group panelbar
45323
45546
  $kendo-panelbar-text: $kendo-component-text !default;
45547
+ /// The border color of the PanelBar.
45548
+ /// @group panelbar
45324
45549
  $kendo-panelbar-border: $kendo-component-border !default;
45325
45550
 
45551
+ /// The background color of the PanelBar header.
45552
+ /// @group panelbar
45326
45553
  $kendo-panelbar-header-bg: $kendo-panelbar-bg !default;
45554
+ /// The text color of the PanelBar header.
45555
+ /// @group panelbar
45327
45556
  $kendo-panelbar-header-text: $kendo-link-text !default;
45557
+ /// The border color of the PanelBar header.
45558
+ /// @group panelbar
45328
45559
  $kendo-panelbar-header-border: null !default;
45560
+ /// The gradient of the PanelBar header.
45561
+ /// @group panelbar
45329
45562
  $kendo-panelbar-header-gradient: null !default;
45330
45563
 
45564
+ /// The background color of the hovered PanelBar header.
45565
+ /// @group panelbar
45331
45566
  $kendo-panelbar-header-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 )) !default;
45567
+ /// The text color of the hovered PanelBar header.
45568
+ /// @group panelbar
45332
45569
  $kendo-panelbar-header-hover-text: null !default;
45570
+ /// The border color of the hovered PanelBar header.
45571
+ /// @group panelbar
45333
45572
  $kendo-panelbar-header-hover-border: null !default;
45573
+ /// The gradient of the hovered PanelBar header.
45574
+ /// @group panelbar
45334
45575
  $kendo-panelbar-header-hover-gradient: null !default;
45335
45576
 
45577
+ /// The background color of the focused PanelBar header.
45578
+ /// @group panelbar
45336
45579
  $kendo-panelbar-header-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-panelbar-header-bg, 1.5 )) !default;
45580
+ /// The text color of the focused PanelBar header.
45581
+ /// @group panelbar
45337
45582
  $kendo-panelbar-header-focus-text: null !default;
45583
+ /// The border color of the focused PanelBar header.
45584
+ /// @group panelbar
45338
45585
  $kendo-panelbar-header-focus-border: null !default;
45586
+ /// The gradient of the focused PanelBar header.
45587
+ /// @group panelbar
45339
45588
  $kendo-panelbar-header-focus-gradient: null !default;
45589
+ /// The shadow of the focused PanelBar header.
45590
+ /// @group panelbar
45340
45591
  $kendo-panelbar-header-focus-shadow: null !default;
45341
45592
 
45593
+ /// The background color of the focused and hovered PanelBar header.
45594
+ /// @group panelbar
45342
45595
  $kendo-panelbar-header-hover-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-panelbar-header-bg, 2 )) !default;
45596
+ /// The text color of the focused and hovered PanelBar header.
45597
+ /// @group panelbar
45343
45598
  $kendo-panelbar-header-hover-focus-text: null !default;
45599
+ /// The border color of the focused and hovered PanelBar header.
45600
+ /// @group panelbar
45344
45601
  $kendo-panelbar-header-hover-focus-border: null !default;
45602
+ /// The gradient of the focused and hovered PanelBar header.
45603
+ /// @group panelbar
45345
45604
  $kendo-panelbar-header-hover-focus-gradient: null !default;
45346
45605
 
45606
+ /// The background color of the selected PanelBar header.
45607
+ /// @group panelbar
45347
45608
  $kendo-panelbar-header-selected-bg: $kendo-selected-bg !default;
45609
+ /// The text color of the selected PanelBar header.
45610
+ /// @group panelbar
45348
45611
  $kendo-panelbar-header-selected-text: $kendo-selected-text !default;
45612
+ /// The border color of the selected PanelBar header.
45613
+ /// @group panelbar
45349
45614
  $kendo-panelbar-header-selected-border: null !default;
45615
+ /// The gradient of the selected PanelBar header.
45616
+ /// @group panelbar
45350
45617
  $kendo-panelbar-header-selected-gradient: null !default;
45351
45618
 
45619
+ /// The background color of the selected and hovered PanelBar header.
45620
+ /// @group panelbar
45352
45621
  $kendo-panelbar-header-selected-hover-bg: if($kendo-enable-color-system, k-color( secondary-hover ), k-try-tint($kendo-panelbar-header-selected-bg, .95)) !default;
45622
+ /// The text color of the selected and hovered PanelBar header.
45623
+ /// @group panelbar
45353
45624
  $kendo-panelbar-header-selected-hover-text: null !default;
45625
+ /// The border color of the selected and hovered PanelBar header.
45626
+ /// @group panelbar
45354
45627
  $kendo-panelbar-header-selected-hover-border: null !default;
45628
+ /// The gradient of the selected and hovered PanelBar header.
45629
+ /// @group panelbar
45355
45630
  $kendo-panelbar-header-selected-hover-gradient: null !default;
45356
45631
 
45632
+ /// The background color of the selected and focused PanelBar header.
45633
+ /// @group panelbar
45357
45634
  $kendo-panelbar-header-selected-focus-bg: if($kendo-enable-color-system, k-color( secondary-active ), k-try-tint($kendo-panelbar-header-selected-bg, 3)) !default;
45635
+ /// The text color of the selected and focused PanelBar header.
45636
+ /// @group panelbar
45358
45637
  $kendo-panelbar-header-selected-focus-text: null !default;
45638
+ /// The border color of the selected and focused PanelBar header.
45639
+ /// @group panelbar
45359
45640
  $kendo-panelbar-header-selected-focus-border: null !default;
45641
+ /// The gradient of the selected and focused PanelBar header.
45642
+ /// @group panelbar
45360
45643
  $kendo-panelbar-header-selected-focus-gradient: null !default;
45361
45644
 
45645
+ /// The background color of the selected, hovered and focused PanelBar header.
45646
+ /// @group panelbar
45362
45647
  $kendo-panelbar-header-selected-hover-focus-bg: if($kendo-enable-color-system, k-color( secondary-active ), k-try-tint($kendo-panelbar-header-selected-bg, 3.95)) !default;
45648
+ /// The text color of the selected, hovered and focused PanelBar header.
45649
+ /// @group panelbar
45363
45650
  $kendo-panelbar-header-selected-hover-focus-text: null !default;
45651
+ /// The border color of the selected, hovered and focused PanelBar header.
45652
+ /// @group panelbar
45364
45653
  $kendo-panelbar-header-selected-hover-focus-border: null !default;
45654
+ /// The gradient of the selected, hovered and focused PanelBar header.
45655
+ /// @group panelbar
45365
45656
  $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
45366
45657
 
45367
45658
 
45659
+ /// The background color of the hovered PanelBar items.
45660
+ /// @group panelbar
45368
45661
  $kendo-panelbar-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, .5 )) !default;
45662
+ /// The text color of the hovered PanelBar items.
45663
+ /// @group panelbar
45369
45664
  $kendo-panelbar-item-hover-text: null !default;
45665
+ /// The border color of the hovered PanelBar items.
45666
+ /// @group panelbar
45370
45667
  $kendo-panelbar-item-hover-border: null !default;
45668
+ /// The gradient of the hovered PanelBar items.
45669
+ /// @group panelbar
45371
45670
  $kendo-panelbar-item-hover-gradient: null !default;
45372
45671
 
45672
+ /// The background color of the focused PanelBar items.
45673
+ /// @group panelbar
45373
45674
  $kendo-panelbar-item-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-panelbar-header-bg, 1.5 )) !default;
45675
+ /// The text color of the focused PanelBar items.
45676
+ /// @group panelbar
45374
45677
  $kendo-panelbar-item-focus-text: null !default;
45678
+ /// The border color of the focused PanelBar items.
45679
+ /// @group panelbar
45375
45680
  $kendo-panelbar-item-focus-border: null !default;
45681
+ /// The gradient of the focused PanelBar items.
45682
+ /// @group panelbar
45376
45683
  $kendo-panelbar-item-focus-gradient: null !default;
45684
+ /// The box shadow of the focused PanelBar items.
45685
+ /// @group panelbar
45377
45686
  $kendo-panelbar-item-focus-shadow: null !default;
45378
45687
 
45688
+ /// The background color of the focused and hovered PanelBar items.
45689
+ /// @group panelbar
45379
45690
  $kendo-panelbar-item-hover-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-panelbar-header-bg, 2 )) !default;
45691
+ /// The text color of the focused and hovered PanelBar items.
45692
+ /// @group panelbar
45380
45693
  $kendo-panelbar-item-hover-focus-text: null !default;
45694
+ /// The border color of the focused and hovered PanelBar items.
45695
+ /// @group panelbar
45381
45696
  $kendo-panelbar-item-hover-focus-border: null !default;
45697
+ /// The gradient of the focused and hovered PanelBar items.
45698
+ /// @group panelbar
45382
45699
  $kendo-panelbar-item-hover-focus-gradient: null !default;
45383
45700
 
45701
+ /// The background color of the selected PanelBar items.
45702
+ /// @group panelbar
45384
45703
  $kendo-panelbar-item-selected-bg: $kendo-selected-bg !default;
45704
+ /// The text color of the selected PanelBar items.
45705
+ /// @group panelbar
45385
45706
  $kendo-panelbar-item-selected-text: $kendo-selected-text !default;
45707
+ /// The border color of the selected PanelBar items.
45708
+ /// @group panelbar
45386
45709
  $kendo-panelbar-item-selected-border: null !default;
45710
+ /// The gradient of the selected PanelBar items.
45711
+ /// @group panelbar
45387
45712
  $kendo-panelbar-item-selected-gradient: null !default;
45388
45713
 
45714
+ /// The background color of the selected and hovered PanelBar items.
45715
+ /// @group panelbar
45389
45716
  $kendo-panelbar-item-selected-hover-bg: if($kendo-enable-color-system, k-color( secondary-hover ), k-try-tint($kendo-panelbar-item-selected-bg, .95)) !default;
45717
+ /// The text color of the selected and hovered PanelBar items.
45718
+ /// @group panelbar
45390
45719
  $kendo-panelbar-item-selected-hover-text: null !default;
45720
+ /// The border color of the selected and hovered PanelBar items.
45721
+ /// @group panelbar
45391
45722
  $kendo-panelbar-item-selected-hover-border: null !default;
45723
+ /// The gradient of the selected and hovered PanelBar items.
45724
+ /// @group panelbar
45392
45725
  $kendo-panelbar-item-selected-hover-gradient: null !default;
45393
45726
 
45727
+ /// The background color of the selected and focused PanelBar items.
45728
+ /// @group panelbar
45394
45729
  $kendo-panelbar-item-selected-focus-bg: if($kendo-enable-color-system, k-color( secondary-active ), k-try-tint($kendo-panelbar-item-selected-bg, 3)) !default;
45730
+ /// The text color of the selected and focused PanelBar items.
45731
+ /// @group panelbar
45395
45732
  $kendo-panelbar-item-selected-focus-text: null !default;
45733
+ /// The border color of the selected and focused PanelBar items.
45734
+ /// @group panelbar
45396
45735
  $kendo-panelbar-item-selected-focus-border: null !default;
45736
+ /// The gradient of the selected and focused PanelBar items.
45737
+ /// @group panelbar
45397
45738
  $kendo-panelbar-item-selected-focus-gradient: null !default;
45398
45739
 
45740
+ /// The background color of the selected, hovered and focused PanelBar items.
45741
+ /// @group panelbar
45399
45742
  $kendo-panelbar-item-selected-hover-focus-bg: if($kendo-enable-color-system, k-color( secondary-active ), k-try-tint($kendo-panelbar-item-selected-bg, 3.95)) !default;
45743
+ /// The text color of the selected, hovered and focused PanelBar items.
45744
+ /// @group panelbar
45400
45745
  $kendo-panelbar-item-selected-hover-focus-text: null !default;
45746
+ /// The border color of the selected, hovered and focused PanelBar items.
45747
+ /// @group panelbar
45401
45748
  $kendo-panelbar-item-selected-hover-focus-border: null !default;
45749
+ /// The gradient of the selected, hovered and focused PanelBar items.
45750
+ /// @group panelbar
45402
45751
  $kendo-panelbar-item-selected-hover-focus-gradient: null !default;
45403
45752
 
45753
+ /// The background color of the expanded PanelBar header.
45754
+ /// @group panelbar
45404
45755
  $kendo-panelbar-header-expanded-bg: null !default;
45756
+ /// The text color of the expanded PanelBar header.
45757
+ /// @group panelbar
45405
45758
  $kendo-panelbar-header-expanded-text: null !default;
45759
+ /// The border color of the expanded PanelBar header.
45760
+ /// @group panelbar
45406
45761
  $kendo-panelbar-header-expanded-border: null !default;
45762
+ /// The gradient of the expanded PanelBar header.
45763
+ /// @group panelbar
45407
45764
  $kendo-panelbar-header-expanded-gradient: null !default;
45408
45765
 
45409
45766
  // #endregion
@@ -45436,7 +45793,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45436
45793
 
45437
45794
 
45438
45795
  // Root
45439
- > .k-item,
45440
45796
  > .k-panelbar-header {
45441
45797
  // TODO
45442
45798
  border-width: 0;
@@ -45462,14 +45818,12 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45462
45818
  transition: $kendo-transition;
45463
45819
  }
45464
45820
  }
45465
- > .k-item + .k-item,
45466
45821
  > .k-panelbar-header + .k-panelbar-header {
45467
45822
  border-top-width: $kendo-panelbar-item-border-width;
45468
45823
  }
45469
45824
 
45470
45825
 
45471
45826
  // Sub
45472
- .k-group,
45473
45827
  .k-panelbar-group {
45474
45828
  margin: 0;
45475
45829
  padding: 0;
@@ -45479,7 +45833,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45479
45833
  background-color: transparent;
45480
45834
  list-style: none;
45481
45835
  }
45482
- .k-group > .k-item,
45483
45836
  .k-panelbar-group > .k-panelbar-item {
45484
45837
  display: block;
45485
45838
 
@@ -45526,8 +45879,8 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45526
45879
  .k-panelbar-toggle {
45527
45880
  margin-inline-start: auto;
45528
45881
  }
45529
- .k-group .k-panelbar-expand,
45530
- .k-group .k-panelbar-collapse,
45882
+ .k-panelbar-group .k-panelbar-expand,
45883
+ .k-panelbar-group .k-panelbar-collapse,
45531
45884
  .k-panelbar-group .k-panelbar-toggle {
45532
45885
  margin-inline-end: calc( #{$kendo-panelbar-header-padding-x} - #{$kendo-panelbar-item-padding-x} );
45533
45886
  }
@@ -45536,7 +45889,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45536
45889
  .k-rtl &,
45537
45890
  &.k-rtl,
45538
45891
  &[dir = "rtl"] {
45539
- .k-group > .k-item,
45540
45892
  .k-panelbar-group > .k-panelbar-item {
45541
45893
  // Hierarchy items
45542
45894
  @for $i from 1 through $kendo-panelbar-item-level-count {
@@ -45581,7 +45933,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45581
45933
 
45582
45934
 
45583
45935
  // Root
45584
- > .k-item,
45585
45936
  > .k-panelbar-header {
45586
45937
 
45587
45938
  &.k-expanded.k-level-0 > .k-link {
@@ -45693,12 +46044,9 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45693
46044
 
45694
46045
 
45695
46046
  // Sub
45696
- .k-group,
45697
46047
  .k-panelbar-group {
45698
46048
 
45699
46049
  // Hover
45700
- > .k-item > .k-link:hover,
45701
- > .k-item > .k-link.k-hover,
45702
46050
  > .k-panelbar-item > .k-link:hover,
45703
46051
  > .k-panelbar-item > .k-link.k-hover {
45704
46052
  @include fill(
@@ -45710,8 +46058,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45710
46058
  }
45711
46059
 
45712
46060
  // Focus
45713
- > .k-item > .k-link:focus,
45714
- > .k-item > .k-link.k-focus,
45715
46061
  > .k-panelbar-item > .k-link:focus,
45716
46062
  > .k-panelbar-item > .k-link.k-focus {
45717
46063
  @include fill(
@@ -45724,8 +46070,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45724
46070
  }
45725
46071
 
45726
46072
  // Focus & Hover
45727
- > .k-item > .k-link:focus:hover,
45728
- > .k-item > .k-link.k-focus.k-hover,
45729
46073
  > .k-panelbar-item > .k-link:focus:hover,
45730
46074
  > .k-panelbar-item > .k-link.k-focus.k-hover {
45731
46075
  @include fill(
@@ -45737,7 +46081,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45737
46081
  }
45738
46082
 
45739
46083
  // Selected
45740
- > .k-item > .k-link.k-selected,
45741
46084
  > .k-panelbar-item > .k-link.k-selected {
45742
46085
  @include fill(
45743
46086
  $kendo-panelbar-item-selected-text,
@@ -45748,8 +46091,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45748
46091
  }
45749
46092
 
45750
46093
  // Selected Hover
45751
- > .k-item > .k-link.k-selected:hover,
45752
- > .k-item > .k-link.k-selected.k-hover,
45753
46094
  > .k-panelbar-item > .k-link.k-selected:hover,
45754
46095
  > .k-panelbar-item > .k-link.k-selected.k-hover {
45755
46096
  @include fill(
@@ -45761,8 +46102,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45761
46102
  }
45762
46103
 
45763
46104
  // Selected Focus
45764
- > .k-item > .k-link.k-selected:focus,
45765
- > .k-item > .k-link.k-selected.k-focus,
45766
46105
  > .k-panelbar-item > .k-link.k-selected:focus,
45767
46106
  > .k-panelbar-item > .k-link.k-selected.k-focus {
45768
46107
  @include fill(
@@ -45774,8 +46113,6 @@ $kendo-panelbar-header-expanded-gradient: null !default;
45774
46113
  }
45775
46114
 
45776
46115
  // Selected Focus & Hover
45777
- > .k-item > .k-link.k-selected:focus:hover,
45778
- > .k-item > .k-link.k-selected.k-focus.k-hover,
45779
46116
  > .k-panelbar-item > .k-link.k-selected:focus:hover,
45780
46117
  > .k-panelbar-item > .k-link.k-selected.k-focus.k-hover {
45781
46118
  @include fill(