@progress/kendo-theme-bootstrap 5.5.1-dev.0 → 5.6.0

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
@@ -8148,16 +8148,16 @@ $message-box-link-text-decoration: underline !default;
8148
8148
  /// Font size of the list component, if no size is set.
8149
8149
  /// @group list
8150
8150
  $kendo-list-font-size: null !default;
8151
- $kendo-list-font-size-sm: $font-size-md !default;
8151
+ $kendo-list-font-size-sm: $font-size-sm !default;
8152
8152
  $kendo-list-font-size-md: $font-size-md !default;
8153
8153
  $kendo-list-font-size-lg: $font-size-md !default;
8154
8154
 
8155
8155
  /// Line height of the list component, if no size is set.
8156
8156
  /// @group list
8157
8157
  $kendo-list-line-height: null !default;
8158
- $kendo-list-line-height-sm: null !default;
8159
- $kendo-list-line-height-md: null !default;
8160
- $kendo-list-line-height-lg: null !default;
8158
+ $kendo-list-line-height-sm: (20 / 14) !default;
8159
+ $kendo-list-line-height-md: $line-height-md !default;
8160
+ $kendo-list-line-height-lg: $line-height-md !default;
8161
8161
 
8162
8162
  /// Horizontal padding of list header, if no size is set.
8163
8163
  /// @group list
@@ -8171,9 +8171,9 @@ $kendo-list-header-padding-x-lg: map-get( $spacing, 4 ) !default;
8171
8171
  /// @group list
8172
8172
  $kendo-list-header-padding-y: null !default;
8173
8173
  $kendo-list-header-padding-y-base: map-get( $spacing, 1 ) !default;
8174
- $kendo-list-header-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
8174
+ $kendo-list-header-padding-y-sm: map-get( $spacing, 1 ) !default;
8175
8175
  $kendo-list-header-padding-y-md: map-get( $spacing, 1 ) !default;
8176
- $kendo-list-header-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
8176
+ $kendo-list-header-padding-y-lg: map-get( $spacing, 2 ) !default;
8177
8177
 
8178
8178
  /// Border width of list header.
8179
8179
  /// @group list
@@ -8209,9 +8209,9 @@ $kendo-list-item-padding-x-lg: map-get( $spacing, 4 ) !default;
8209
8209
  /// @group list
8210
8210
  $kendo-list-item-padding-y: null !default;
8211
8211
  $kendo-list-item-padding-y-base: map-get( $spacing, 1 ) !default;
8212
- $kendo-list-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
8212
+ $kendo-list-item-padding-y-sm: map-get( $spacing, 1 ) !default;
8213
8213
  $kendo-list-item-padding-y-md: map-get( $spacing, 1 ) !default;
8214
- $kendo-list-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
8214
+ $kendo-list-item-padding-y-lg: map-get( $spacing, 2 ) !default;
8215
8215
 
8216
8216
  /// Font size of list items, if no size is set.
8217
8217
  /// @group list
@@ -10124,34 +10124,33 @@ $kendo-button-border-radius: null !default;
10124
10124
  /// Horizontal padding of the button.
10125
10125
  /// @group button
10126
10126
  $kendo-button-padding-x: $btn-padding-x !default;
10127
- $kendo-button-padding-x-sm: $btn-padding-x !default;
10128
- $kendo-button-padding-x-md: $btn-padding-x !default;
10129
- $kendo-button-padding-x-lg: $btn-padding-x !default;
10130
-
10131
10127
  /// Vertical padding of the button.
10132
10128
  /// @group button
10133
10129
  $kendo-button-padding-y: $btn-padding-y !default;
10134
- $kendo-button-padding-y-sm: $btn-padding-y-sm !default;
10135
- $kendo-button-padding-y-md: $btn-padding-y !default;
10136
- $kendo-button-padding-y-lg: $btn-padding-y-lg !default;
10137
-
10138
10130
  /// Font family of the button.
10139
10131
  /// @group button
10140
10132
  $kendo-button-font-family: $font-family !default;
10141
-
10142
10133
  /// Font sizes of the button.
10143
10134
  /// @group button
10144
10135
  $kendo-button-font-size: $btn-font-size !default;
10145
- $kendo-button-font-size-sm: $btn-font-size !default;
10146
- $kendo-button-font-size-md: $btn-font-size !default;
10147
- $kendo-button-font-size-lg: $btn-font-size !default;
10148
-
10149
10136
  /// Line heights used along with $font-size.
10150
10137
  /// @group button
10151
10138
  $kendo-button-line-height: $btn-line-height !default;
10152
- $kendo-button-line-height-sm: $btn-line-height !default;
10153
- $kendo-button-line-height-md: $btn-line-height !default;
10154
- $kendo-button-line-height-lg: $btn-line-height !default;
10139
+
10140
+ $kendo-button-padding-x-sm: $btn-padding-x-sm !default;
10141
+ $kendo-button-padding-y-sm: $btn-padding-y-sm !default;
10142
+ $kendo-button-font-size-sm: $font-size-sm !default;
10143
+ $kendo-button-line-height-sm: ( 20 / 14 ) !default;
10144
+
10145
+ $kendo-button-padding-x-md: $btn-padding-x !default;
10146
+ $kendo-button-padding-y-md: $btn-padding-y !default;
10147
+ $kendo-button-font-size-md: $font-size-md !default;
10148
+ $kendo-button-line-height-md: $line-height-md !default;
10149
+
10150
+ $kendo-button-padding-x-lg: $btn-padding-x-lg !default;
10151
+ $kendo-button-padding-y-lg: $btn-padding-y-lg !default;
10152
+ $kendo-button-font-size-lg: $font-size-md !default;
10153
+ $kendo-button-line-height-lg: $line-height-md !default;
10155
10154
 
10156
10155
  /// Calculated height of the button.
10157
10156
  /// @group button
@@ -10161,6 +10160,27 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
10161
10160
  /// @group button
10162
10161
  $kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
10163
10162
 
10163
+ $kendo-button-sizes: (
10164
+ sm: (
10165
+ padding-x: $kendo-button-padding-x-sm,
10166
+ padding-y: $kendo-button-padding-y-sm,
10167
+ font-size: $kendo-button-font-size-sm,
10168
+ line-height: $kendo-button-line-height-sm
10169
+ ),
10170
+ md: (
10171
+ padding-x: $kendo-button-padding-x-md,
10172
+ padding-y: $kendo-button-padding-y-md,
10173
+ font-size: $kendo-button-font-size-md,
10174
+ line-height: $kendo-button-line-height-md
10175
+ ),
10176
+ lg: (
10177
+ padding-x: $kendo-button-padding-x-lg,
10178
+ padding-y: $kendo-button-padding-y-lg,
10179
+ font-size: $kendo-button-font-size-lg,
10180
+ line-height: $kendo-button-line-height-lg
10181
+ )
10182
+ ) !default;
10183
+
10164
10184
  /// Theme colors map for the button.
10165
10185
  /// @group button
10166
10186
  $kendo-button-theme-colors: map-merge(
@@ -10386,45 +10406,27 @@ $kendo-button-transition: $transition !default;
10386
10406
 
10387
10407
  .k-button-text {}
10388
10408
 
10389
- // Sizes
10390
- .k-button-sm {
10391
- padding: $kendo-button-padding-y-sm $kendo-button-padding-x-sm;
10392
- font-size: $kendo-button-font-size-sm;
10393
- line-height: $kendo-button-line-height-sm;
10394
- }
10395
- .k-button-md {
10396
- padding: $kendo-button-padding-y-md $kendo-button-padding-x-md;
10397
- font-size: $kendo-button-font-size-md;
10398
- line-height: $kendo-button-line-height-md;
10399
- }
10400
- .k-button-lg {
10401
- padding: $kendo-button-padding-y-lg $kendo-button-padding-x-lg;
10402
- font-size: $kendo-button-font-size-lg;
10403
- line-height: $kendo-button-line-height-lg;
10404
- }
10405
10409
 
10406
- .k-icon-button.k-button-sm {
10407
- padding: $kendo-button-padding-y-sm;
10410
+ // Sizes
10411
+ @each $size, $size-props in $kendo-button-sizes {
10412
+ $_padding-x: map-get( $size-props, padding-x );
10413
+ $_padding-y: map-get( $size-props, padding-y );
10414
+ $_font-size: map-get( $size-props, font-size );
10415
+ $_line-height: map-get( $size-props, line-height );
10408
10416
 
10409
- > .k-button-icon {
10410
- min-width: calc( #{$kendo-button-font-size-sm} * #{$kendo-button-line-height-sm} );
10411
- min-height: calc( #{$kendo-button-font-size-sm} * #{$kendo-button-line-height-sm} );
10417
+ .k-button-#{$size} {
10418
+ padding: $_padding-y $_padding-x;
10419
+ font-size: $_font-size;
10420
+ line-height: $_line-height;
10412
10421
  }
10413
- }
10414
- .k-icon-button.k-button-md {
10415
- padding: $kendo-button-padding-y-md;
10416
10422
 
10417
- > .k-button-icon {
10418
- min-width: calc( #{$kendo-button-font-size-md} * #{$kendo-button-line-height-md} );
10419
- min-height: calc( #{$kendo-button-font-size-md} * #{$kendo-button-line-height-md} );
10420
- }
10421
- }
10422
- .k-icon-button.k-button-lg {
10423
- padding: $kendo-button-padding-y-lg;
10423
+ .k-button-#{$size}.k-icon-button {
10424
+ padding: $_padding-y;
10424
10425
 
10425
- > .k-button-icon {
10426
- min-width: calc( #{$kendo-button-font-size-lg} * #{$kendo-button-line-height-lg} );
10427
- min-height: calc( #{$kendo-button-font-size-lg} * #{$kendo-button-line-height-lg} );
10426
+ > .k-button-icon {
10427
+ min-width: calc( #{$_font-size} * #{$_line-height} );
10428
+ min-height: calc( #{$_font-size} * #{$_line-height} );
10429
+ }
10428
10430
  }
10429
10431
  }
10430
10432
 
@@ -10952,29 +10954,46 @@ $kendo-button-transition: $transition !default;
10952
10954
  // Component
10953
10955
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/input/_variables.scss
10954
10956
  // Input
10957
+
10958
+ /// Default width of input components.
10959
+ /// @group input
10955
10960
  $kendo-input-default-width: 100% !default;
10956
10961
 
10962
+ /// Border width of input components.
10963
+ /// @group input
10957
10964
  $kendo-input-border-width: $input-border-width !default;
10958
10965
  $kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
10966
+ /// Border radius of input components.
10967
+ /// @group input
10959
10968
  $kendo-input-border-radius: null !default;
10960
10969
 
10970
+ /// Horizontal padding of input components.
10971
+ /// @group input
10961
10972
  $kendo-input-padding-x: $input-padding-x !default;
10973
+ /// Vertical padding of input components.
10974
+ /// @group input
10962
10975
  $kendo-input-padding-y: $input-padding-y !default;
10976
+ /// Font family of input components.
10977
+ /// @group input
10963
10978
  $kendo-input-font-family: $font-family !default;
10979
+ /// Font size of input components.
10980
+ /// @group input
10964
10981
  $kendo-input-font-size: $font-size !default;
10982
+ /// Line height of input components.
10983
+ /// @group input
10965
10984
  $kendo-input-line-height: $input-line-height !default;
10966
10985
 
10967
- $kendo-input-padding-x-sm: $input-padding-x !default;
10986
+ $kendo-input-padding-x-sm: $input-padding-x-sm !default;
10968
10987
  $kendo-input-padding-y-sm: $input-padding-y-sm !default;
10969
- $kendo-input-font-size-sm: $font-size-md !default;
10970
- $kendo-input-line-height-sm: $line-height-md !default;
10988
+ $kendo-input-font-size-sm: $font-size-sm !default;
10989
+ $kendo-input-line-height-sm: ( 20 / 14 ) !default;
10971
10990
 
10972
10991
  $kendo-input-padding-x-md: $input-padding-x !default;
10973
10992
  $kendo-input-padding-y-md: $input-padding-y !default;
10974
10993
  $kendo-input-font-size-md: $font-size-md !default;
10975
10994
  $kendo-input-line-height-md: $line-height-md !default;
10976
10995
 
10977
- $kendo-input-padding-x-lg: $input-padding-x !default;
10996
+ $kendo-input-padding-x-lg: $input-padding-x-lg !default;
10978
10997
  $kendo-input-padding-y-lg: $input-padding-y-lg !default;
10979
10998
  $kendo-input-font-size-lg: $font-size-md !default;
10980
10999
  $kendo-input-line-height-lg: $line-height-md !default;
@@ -13494,7 +13513,7 @@ $kendo-chip-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !de
13494
13513
  /// Font sizes of the chip.
13495
13514
  /// @group chip
13496
13515
  $kendo-chip-font-size: $font-size-md !default;
13497
- $kendo-chip-font-size-sm: $font-size-md !default;
13516
+ $kendo-chip-font-size-sm: $font-size-sm !default;
13498
13517
  $kendo-chip-font-size-md: $font-size-md !default;
13499
13518
  $kendo-chip-font-size-lg: $font-size-md !default;
13500
13519
 
@@ -17301,6 +17320,10 @@ $progressbar-indeterminate-gradient: null !default;
17301
17320
 
17302
17321
  $progressbar-chunk-border: $body-bg !default;
17303
17322
 
17323
+ // Circular Progressbar
17324
+ $kendo-circular-progressbar-arc-stroke: $primary !default;
17325
+ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
17326
+
17304
17327
  // #endregion
17305
17328
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/progressbar/_layout.scss
17306
17329
  // #region @import "~@progress/kendo-theme-default/scss/progressbar/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss
@@ -17571,6 +17594,49 @@ $progressbar-chunk-border: $body-bg !default;
17571
17594
 
17572
17595
  }
17573
17596
 
17597
+ @include exports("circular-progressbar/layout") {
17598
+
17599
+ .k-circular-progressbar {
17600
+ display: inline-block;
17601
+ text-align: left;
17602
+ position: relative;
17603
+ }
17604
+
17605
+ .k-circular-progressbar-surface {
17606
+ height: 100%;
17607
+
17608
+ & > div {
17609
+ width: 100%;
17610
+ height: 100%;
17611
+ }
17612
+
17613
+ svg {
17614
+ width: 100%;
17615
+ height: 100%;
17616
+ }
17617
+ }
17618
+
17619
+ .k-circular-progressbar-scale {
17620
+ fill: none;
17621
+ }
17622
+
17623
+ .k-circular-progressbar-arc {
17624
+ transform-box: fill-box;
17625
+ transform-origin: center center;
17626
+ transform: rotate(-90deg);
17627
+ stroke-linecap: round;
17628
+ fill: none;
17629
+ }
17630
+
17631
+ .k-circular-progressbar-label {
17632
+ position: absolute;
17633
+ text-align: center;
17634
+ padding: 0;
17635
+ margin: 0;
17636
+ }
17637
+
17638
+ }
17639
+
17574
17640
  // #endregion
17575
17641
 
17576
17642
  // #endregion
@@ -17605,6 +17671,19 @@ $progressbar-chunk-border: $body-bg !default;
17605
17671
 
17606
17672
  }
17607
17673
 
17674
+ @include exports("circular-progressbar/theme") {
17675
+
17676
+ .k-circular-progressbar-scale {
17677
+ stroke: $kendo-circular-progressbar-scale-stroke;
17678
+ }
17679
+
17680
+ .k-circular-progressbar-arc {
17681
+ stroke: $kendo-circular-progressbar-arc-stroke;
17682
+ transition: stroke .5s ease;
17683
+ }
17684
+
17685
+ }
17686
+
17608
17687
  // #endregion
17609
17688
 
17610
17689
  // #endregion
@@ -18772,7 +18851,6 @@ $calendar-border: $component-border !default;
18772
18851
  $calendar-header-padding-x: map-get( $spacing, 1 ) !default;
18773
18852
  $calendar-header-padding-y: map-get( $spacing, 1 ) !default;
18774
18853
  $calendar-header-border-width: 1px !default;
18775
- $calendar-header-min-width: ( $calendar-cell-size * 8 ) !default;
18776
18854
 
18777
18855
  $calendar-header-bg: $header-bg !default;
18778
18856
  $calendar-header-text: $header-text !default;
@@ -18870,6 +18948,50 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18870
18948
 
18871
18949
  // Multiview calendar
18872
18950
 
18951
+
18952
+ // Calendar sizes
18953
+ $kendo-calendar-sm-font-size: $font-size-md !default;
18954
+ $kendo-calendar-sm-line-height: $line-height-md !default;
18955
+ $kendo-calendar-sm-cell-size: 32px !default;
18956
+ $kendo-calendar-sm-cell-padding-x: .125rem !default;
18957
+ $kendo-calendar-sm-cell-padding-y: .125rem !default;
18958
+
18959
+ $kendo-calendar-md-font-size: $font-size-md !default;
18960
+ $kendo-calendar-md-line-height: $line-height-md !default;
18961
+ $kendo-calendar-md-cell-size: 36px !default;
18962
+ $kendo-calendar-md-cell-padding-x: map-get( $spacing, 1 ) !default;
18963
+ $kendo-calendar-md-cell-padding-y: map-get( $spacing, 1 ) !default;
18964
+
18965
+ $kendo-calendar-lg-font-size: $font-size-lg !default;
18966
+ $kendo-calendar-lg-line-height: $line-height-lg !default;
18967
+ $kendo-calendar-lg-cell-size: 40px !default;
18968
+ $kendo-calendar-lg-cell-padding-x: map-get( $spacing, 1 ) !default;
18969
+ $kendo-calendar-lg-cell-padding-y: map-get( $spacing, 1 ) !default;
18970
+
18971
+ $kendo-calendar-sizes: (
18972
+ sm: (
18973
+ font-size: $kendo-calendar-sm-font-size,
18974
+ line-height: $kendo-calendar-sm-line-height,
18975
+ cell-size: $kendo-calendar-sm-cell-size,
18976
+ cell-padding-x: $kendo-calendar-sm-cell-padding-y,
18977
+ cell-padding-y: $kendo-calendar-sm-cell-padding-x
18978
+ ),
18979
+ md: (
18980
+ font-size: $kendo-calendar-md-font-size,
18981
+ line-height: $kendo-calendar-md-line-height,
18982
+ cell-size: $kendo-calendar-md-cell-size,
18983
+ cell-padding-x: $kendo-calendar-md-cell-padding-y,
18984
+ cell-padding-y: $kendo-calendar-md-cell-padding-x
18985
+ ),
18986
+ lg: (
18987
+ font-size: $kendo-calendar-lg-font-size,
18988
+ line-height: $kendo-calendar-lg-line-height,
18989
+ cell-size: $kendo-calendar-lg-cell-size,
18990
+ cell-padding-x: $kendo-calendar-lg-cell-padding-y,
18991
+ cell-padding-y: $kendo-calendar-lg-cell-padding-x
18992
+ )
18993
+ ) !default;
18994
+
18873
18995
  // #endregion
18874
18996
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/calendar/_layout.scss
18875
18997
  // #region @import "~@progress/kendo-theme-default/scss/calendar/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/calendar/_layout.scss
@@ -18877,6 +18999,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18877
18999
 
18878
19000
  // Base
18879
19001
  .k-calendar {
19002
+ inline-size: var( --INTERNAL--kendo-calendar-width, min-content );
19003
+ block-size: var( --INTERNAL--kendo-calendar-height, min-content );
18880
19004
  border-width: $calendar-border-width;
18881
19005
  border-style: solid;
18882
19006
  box-sizing: border-box;
@@ -18897,19 +19021,12 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18897
19021
  > .k-calendar {
18898
19022
  border: 0;
18899
19023
  }
18900
-
18901
- // Common
18902
- .k-link {
18903
- white-space: normal;
18904
- position: relative;
18905
- overflow: hidden;
18906
- }
18907
19024
  }
18908
19025
 
18909
19026
 
18910
19027
  // Calendar table
18911
19028
  .k-calendar-table {
18912
- margin: 0;
19029
+ margin: 0 auto;
18913
19030
  border-width: 0;
18914
19031
  border-color: inherit;
18915
19032
  border-spacing: 0;
@@ -18917,8 +19034,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18917
19034
  table-layout: fixed;
18918
19035
  text-align: center;
18919
19036
  outline: 0;
18920
- display: inline-table;
18921
- vertical-align: top;
19037
+ display: table;
18922
19038
  position: relative;
18923
19039
  z-index: 1;
18924
19040
  }
@@ -18936,6 +19052,9 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18936
19052
  font-weight: $calendar-caption-font-weight;
18937
19053
  cursor: default;
18938
19054
  }
19055
+
19056
+
19057
+ // Calendar cell
18939
19058
  .k-calendar-th,
18940
19059
  .k-calendar-td {
18941
19060
  border-width: 0;
@@ -18957,10 +19076,32 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18957
19076
  }
18958
19077
  .k-calendar-td {
18959
19078
  @include border-radius( $calendar-cell-border-radius );
19079
+ inline-size: var( --INTERNAL--kendo-calendar-cell-size, min-content );
19080
+ block-size: var( --INTERNAL--kendo-calendar-cell-size, min-content );
18960
19081
  border-color: transparent;
18961
19082
  }
18962
19083
 
18963
19084
 
19085
+ // Calendar cell inner
19086
+ // Remove .k-calendar once we remove k-link
19087
+ .k-calendar .k-calendar-cell-inner {
19088
+ @include border-radius( $calendar-cell-border-radius );
19089
+ padding: $calendar-cell-padding-y $calendar-cell-padding-x;
19090
+ padding-inline: var( --INTERNAL--kendo-calendar-cell-padding-x, #{$calendar-cell-padding-x} );
19091
+ padding-block: var( --INTERNAL--kendo-calendar-cell-padding-y, #{$calendar-cell-padding-y} );
19092
+ width: 100%;
19093
+ height: 100%;
19094
+ box-sizing: border-box;
19095
+ display: flex;
19096
+ flex-direction: row;
19097
+ align-items: center;
19098
+ justify-content: center;
19099
+ white-space: normal;
19100
+ position: relative;
19101
+ overflow: hidden;
19102
+ }
19103
+
19104
+
18964
19105
  // Calendar header
18965
19106
  .k-calendar .k-header {
18966
19107
  padding: $calendar-header-padding-y $calendar-header-padding-x;
@@ -18978,7 +19119,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18978
19119
  // Calendar header
18979
19120
  .k-calendar-header {
18980
19121
  padding: $calendar-header-padding-y $calendar-header-padding-x;
18981
- min-width: $calendar-header-min-width;
19122
+ min-width: ($calendar-cell-size * 8);
18982
19123
  box-sizing: border-box;
18983
19124
  display: flex;
18984
19125
  align-items: center;
@@ -19020,22 +19161,13 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19020
19161
  padding: 0 $calendar-header-padding-x;
19021
19162
  // setting width / height prevents layout changes in meta views
19022
19163
  width: $calendar-view-width;
19164
+ inline-size: var( --INTERNAL--kendo-calendar-view-width, #{$calendar-view-width});
19023
19165
  min-height: $calendar-view-height;
19024
19166
  box-sizing: content-box;
19025
19167
  gap: $calendar-view-gap;
19026
19168
  position: relative;
19027
19169
  z-index: 1;
19028
19170
  overflow: hidden;
19029
-
19030
- .k-link {
19031
- @include border-radius( $calendar-cell-border-radius );
19032
- padding: $calendar-cell-padding-y $calendar-cell-padding-x;
19033
- box-sizing: border-box;
19034
- display: flex;
19035
- flex-direction: row;
19036
- align-items: center;
19037
- justify-content: center;
19038
- }
19039
19171
  }
19040
19172
  .k-week-number .k-calendar-view {
19041
19173
  width: (8 * $calendar-cell-size);
@@ -19043,61 +19175,59 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19043
19175
 
19044
19176
 
19045
19177
  // Month view
19178
+ .k-month-calendar,
19046
19179
  .k-calendar-monthview {
19047
19180
  $_month-cell-size: $calendar-cell-size;
19048
19181
 
19049
19182
  .k-calendar-td {
19050
19183
  width: $_month-cell-size;
19051
19184
  height: $_month-cell-size;
19052
- }
19053
- .k-link {
19054
- width: $_month-cell-size;
19055
- height: $_month-cell-size;
19185
+ inline-size: var( --INTERNAL--kendo-calendar-cell-size, #{$_month-cell-size} );
19186
+ block-size: var( --INTERNAL--kendo-calendar-cell-size, #{$_month-cell-size} );
19056
19187
  }
19057
19188
  }
19058
19189
 
19059
19190
 
19060
19191
  // Year view
19192
+ .k-year-calendar,
19061
19193
  .k-calendar-yearview {
19062
- $_year-cell-size: ( (7 / 4) * $calendar-cell-size);
19194
+ $_year-cell-size: ( 1.75 * $calendar-cell-size ); // 7 / 4 => 1.75
19063
19195
 
19064
19196
  .k-calendar-td {
19065
- width: auto;
19066
- height: auto;
19067
- }
19068
- .k-link {
19069
19197
  width: $_year-cell-size;
19070
19198
  height: $_year-cell-size;
19199
+ inline-size: var( --INTERNAL--kendo-calendar-cell-size, #{$_year-cell-size} );
19200
+ block-size: var( --INTERNAL--kendo-calendar-cell-size, #{$_year-cell-size} );
19071
19201
  }
19072
19202
  }
19073
19203
 
19074
19204
 
19075
19205
  // Decade view
19206
+ .k-decade-calendar,
19076
19207
  .k-calendar-decadeview {
19077
- $_decade-cell-size: ( (7 / 4) * $calendar-cell-size);
19208
+ $_decade-cell-size: ( 1.75 * $calendar-cell-size ); // 7 / 4 => 1.75
19078
19209
 
19079
19210
  .k-calendar-td {
19080
- width: auto;
19081
- height: auto;
19082
- }
19083
- .k-link {
19084
19211
  width: $_decade-cell-size;
19085
19212
  height: $_decade-cell-size;
19213
+ inline-size: var( --INTERNAL--kendo-calendar-cell-size, #{$_decade-cell-size} );
19214
+ block-size: var( --INTERNAL--kendo-calendar-cell-size, #{$_decade-cell-size} );
19086
19215
  }
19087
19216
  }
19088
19217
 
19089
19218
 
19090
19219
  // Century view
19220
+ .k-century-calendar,
19091
19221
  .k-calendar-centuryview {
19092
- $_century-cell-size: ( (7 / 4) * $calendar-cell-size);
19222
+ $_century-cell-size: ( 1.75 * $calendar-cell-size ); // 7 / 4 => 1.75
19093
19223
 
19094
19224
  .k-calendar-td {
19095
- width: auto;
19096
- height: auto;
19097
- }
19098
- .k-link {
19099
19225
  width: $_century-cell-size;
19100
19226
  height: $_century-cell-size;
19227
+ inline-size: var( --INTERNAL--kendo-calendar-cell-size, #{$_century-cell-size} );
19228
+ block-size: var( --INTERNAL--kendo-calendar-cell-size, #{$_century-cell-size} );
19229
+ }
19230
+ .k-calendar-cell-inner {
19101
19231
  text-align: left;
19102
19232
  }
19103
19233
  }
@@ -19137,6 +19267,56 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19137
19267
  top: 0;
19138
19268
  right: 0;
19139
19269
  }
19270
+
19271
+
19272
+
19273
+
19274
+ // Calendar sizes
19275
+ @each $size, $size-props in $kendo-calendar-sizes {
19276
+ $_font-size: map-get( $size-props, font-size );
19277
+ $_line-height: map-get( $size-props, line-height );
19278
+ $_cell-size: map-get( $size-props, cell-size );
19279
+ $_cell-padding-x: map-get( $size-props, cell-padding-x );
19280
+ $_cell-padding-y: map-get( $size-props, cell-padding-y );
19281
+
19282
+ $_month-cell-size: $_cell-size;
19283
+ $_year-cell-size: ( 1.75 * $_cell-size ); // 7 / 4 => 1.75
19284
+ $_decade-cell-size: ( 1.75 * $_cell-size ); // 7 / 4 => 1.75
19285
+ $_century-cell-size: ( 1.75 * $_cell-size ); // 7 / 4 => 1.75
19286
+
19287
+ .k-calendar-#{$size} {
19288
+ --INTERNAL--kendo-calendar-view-width: #{8 * $_cell-size};
19289
+ --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-#{$size}-cell-padding-x, #{$_cell-padding-x} );
19290
+ --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-#{$size}-cell-padding-y, #{$_cell-padding-y} );
19291
+ font-size: $_font-size;
19292
+ line-height: $_line-height;
19293
+
19294
+ &.k-month-calendar,
19295
+ .k-calendar-monthview {
19296
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-#{$size}-month-cell-size, #{$_month-cell-size} );
19297
+ }
19298
+ &.k-year-calendar,
19299
+ .k-calendar-yearview {
19300
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-#{$size}-year-cell-size, #{$_year-cell-size} );
19301
+ }
19302
+ &.k-decade-calendar,
19303
+ .k-calendar-decadeview {
19304
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-#{$size}-decade-cell-size, #{$_decade-cell-size} );
19305
+ }
19306
+ &.k-century-calendar,
19307
+ .k-calendar-centuryview {
19308
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-#{$size}-century-cell-size, #{$_century-cell-size} );
19309
+ }
19310
+ }
19311
+ }
19312
+
19313
+
19314
+
19315
+
19316
+ // Alias
19317
+ .k-link {
19318
+ @extend .k-calendar-cell-inner;
19319
+ }
19140
19320
  }
19141
19321
 
19142
19322
 
@@ -19388,8 +19568,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19388
19568
  &.k-hover,
19389
19569
  &.k-state-hover,
19390
19570
  &:focus,
19391
- &.k-state-focus,
19392
- &.k-focus {
19571
+ &.k-focus,
19572
+ &.k-state-focus {
19393
19573
  color: $calendar-today-nav-hover-text;
19394
19574
  }
19395
19575
  }
@@ -19407,11 +19587,11 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19407
19587
  // Special days
19408
19588
  .k-calendar-view .k-today {
19409
19589
  @if $calendar-today-style == box {
19410
- .k-link {
19590
+ .k-calendar-cell-inner {
19411
19591
  box-shadow: inset 0 0 0 1px $calendar-today-color;
19412
19592
  }
19413
- &.k-state-focused .k-link,
19414
- &.k-focus .k-link {
19593
+ &.k-focus .k-calendar-cell-inner,
19594
+ &.k-state-focused .k-calendar-cell-inner {
19415
19595
  box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
19416
19596
  }
19417
19597
  } @else if $calendar-today-style == color {
@@ -19445,9 +19625,9 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19445
19625
 
19446
19626
 
19447
19627
  // Interactive states
19448
- .k-calendar-td:hover .k-link,
19449
- .k-calendar-td.k-state-hover .k-link,
19450
- .k-calendar-td.k-hover .k-link {
19628
+ .k-calendar-td:hover .k-calendar-cell-inner,
19629
+ .k-calendar-td.k-hover .k-calendar-cell-inner,
19630
+ .k-calendar-td.k-state-hover .k-calendar-cell-inner {
19451
19631
  @include fill(
19452
19632
  $calendar-cell-hover-text,
19453
19633
  $calendar-cell-hover-bg,
@@ -19455,8 +19635,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19455
19635
  $calendar-cell-hover-gradient
19456
19636
  );
19457
19637
  }
19458
- .k-calendar-td.k-state-selected .k-link,
19459
- .k-calendar-td.k-selected .k-link {
19638
+ .k-calendar-td.k-selected .k-calendar-cell-inner,
19639
+ .k-calendar-td.k-state-selected .k-calendar-cell-inner {
19460
19640
  @include fill(
19461
19641
  $calendar-cell-selected-text,
19462
19642
  $calendar-cell-selected-bg,
@@ -19464,12 +19644,9 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19464
19644
  $calendar-cell-selected-gradient
19465
19645
  );
19466
19646
  }
19467
- .k-calendar-td.k-state-selected:hover .k-link,
19468
- .k-calendar-td.k-selected:hover .k-link,
19469
- .k-calendar-td.k-state-selected.k-state-hover .k-link,
19470
- .k-calendar-td.k-selected.k-hover .k-link,
19471
- .k-calendar-td.k-selected:hover .k-link,
19472
- .k-calendar-td.k-selected.k-hover .k-link {
19647
+ .k-calendar-td.k-selected:hover .k-calendar-cell-inner,
19648
+ .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
19649
+ .k-calendar-td.k-state-selected:hover .k-calendar-cell-inner {
19473
19650
  @include fill(
19474
19651
  $calendar-cell-selected-hover-text,
19475
19652
  $calendar-cell-selected-hover-bg,
@@ -19477,18 +19654,15 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19477
19654
  $calendar-cell-selected-hover-gradient
19478
19655
  );
19479
19656
  }
19480
- .k-calendar-td.k-state-focused .k-link,
19481
- .k-calendar-td.k-focus .k-link,
19482
- .k-calendar-td.k-state-focus .k-link,
19483
- .k-calendar-td.k-focus .k-link {
19657
+ .k-calendar-td:focus .k-calendar-cell-inner,
19658
+ .k-calendar-td.k-focus .k-calendar-cell-inner,
19659
+ .k-calendar-td.k-state-focus .k-calendar-cell-inner,
19660
+ .k-calendar-td.k-state-focused .k-calendar-cell-inner {
19484
19661
  box-shadow: $calendar-cell-focused-shadow;
19485
19662
  }
19486
- .k-calendar-td.k-state-selected.k-state-focused .k-link,
19487
- .k-calendar-td.k-selected.k-focused .k-link,
19488
- .k-calendar-td.k-state-selected.k-state-focus .k-link,
19489
- .k-calendar-td.k-selected.k-focus .k-link,
19490
- .k-calendar-td.k-selected:focus .k-link,
19491
- .k-calendar-td.k-selected.k-focus .k-link {
19663
+ .k-calendar-td.k-selected:focus .k-calendar-cell-inner,
19664
+ .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
19665
+ .k-calendar-td.k-state-selected.k-state-focus .k-calendar-cell-inner {
19492
19666
  box-shadow: $calendar-cell-selected-focus-shadow;
19493
19667
  }
19494
19668
 
@@ -19502,8 +19676,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19502
19676
  box-shadow: inset -1px 0 $calendar-navigation-border;
19503
19677
 
19504
19678
  li:hover,
19505
- li.k-state-hover,
19506
- li.k-hover {
19679
+ li.k-hover,
19680
+ li.k-state-hover {
19507
19681
  color: $calendar-today-nav-hover-text;
19508
19682
  }
19509
19683
  }
@@ -19558,19 +19732,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19558
19732
  .k-range-start,
19559
19733
  .k-range-end,
19560
19734
  .k-range-mid {
19561
- // sass-lint:disable-block indentation
19562
- background-image:
19563
- linear-gradient(
19564
- transparent $calendar-range-gap,
19565
- $calendar-range-bg $calendar-range-gap,
19566
- $calendar-range-bg calc(100% - #{$calendar-range-gap}),
19567
- transparent calc(100% - #{$calendar-range-gap})
19568
- );
19569
-
19570
- .k-ie & {
19571
- background-image: none;
19572
- background-color: $calendar-range-bg;
19573
- }
19735
+ background-color: $calendar-range-bg;
19574
19736
  }
19575
19737
 
19576
19738
  .k-range-start.k-range-end {
@@ -19580,16 +19742,16 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19580
19742
 
19581
19743
  .k-range-start,
19582
19744
  .k-range-end {
19583
- .k-link {
19745
+ .k-calendar-cell-inner {
19584
19746
  background-color: $calendar-cell-selected-bg;
19585
19747
  }
19586
19748
  }
19587
19749
 
19588
- .k-range-start.k-state-active,
19589
19750
  .k-range-start.k-active,
19590
- .k-range-end.k-state-active,
19591
- .k-range-end.k-active {
19592
- .k-link {
19751
+ .k-range-start.k-state-active,
19752
+ .k-range-end.k-active,
19753
+ .k-range-end.k-state-active {
19754
+ .k-calendar-cell-inner {
19593
19755
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
19594
19756
  }
19595
19757
  }
@@ -19602,8 +19764,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
19602
19764
  content: "";
19603
19765
  display: block;
19604
19766
  position: absolute;
19605
- top: $calendar-range-gap;
19606
- bottom: $calendar-range-gap;
19767
+ top: 0;
19768
+ bottom: 0;
19607
19769
  width: $calendar-range-split-size;
19608
19770
  }
19609
19771
  }
@@ -19681,6 +19843,44 @@ $time-list-highlight-border: $component-border !default;
19681
19843
 
19682
19844
  $time-list-focused-bg: rgba(0, 0, 0, .02) !default;
19683
19845
 
19846
+
19847
+ // Time selector sizes
19848
+ $kendo-time-selector-sm-font-size: $kendo-list-font-size-sm !default;
19849
+ $kendo-time-selector-sm-line-height: $kendo-list-line-height-sm !default;
19850
+ $kendo-time-selector-sm-list-item-padding-x: $kendo-list-item-padding-x-sm !default;
19851
+ $kendo-time-selector-sm-list-item-padding-y: $kendo-list-item-padding-y-sm !default;
19852
+
19853
+ $kendo-time-selector-md-font-size: $kendo-list-font-size-md !default;
19854
+ $kendo-time-selector-md-line-height: $kendo-list-line-height-md !default;
19855
+ $kendo-time-selector-md-list-item-padding-x: $kendo-list-item-padding-x-md !default;
19856
+ $kendo-time-selector-md-list-item-padding-y: $kendo-list-item-padding-y-md !default;
19857
+
19858
+ $kendo-time-selector-lg-font-size: $kendo-list-font-size-lg !default;
19859
+ $kendo-time-selector-lg-line-height: $kendo-list-line-height-lg !default;
19860
+ $kendo-time-selector-lg-list-item-padding-x: $kendo-list-item-padding-x-lg !default;
19861
+ $kendo-time-selector-lg-list-item-padding-y: $kendo-list-item-padding-y-lg !default;
19862
+
19863
+ $kendo-time-selector-sizes: (
19864
+ sm: (
19865
+ font-size: $kendo-time-selector-sm-font-size,
19866
+ line-height: $kendo-time-selector-sm-line-height,
19867
+ list-item-padding-x: $kendo-time-selector-sm-list-item-padding-x,
19868
+ list-item-padding-y: $kendo-time-selector-sm-list-item-padding-y
19869
+ ),
19870
+ md: (
19871
+ font-size: $kendo-time-selector-md-font-size,
19872
+ line-height: $kendo-time-selector-md-line-height,
19873
+ list-item-padding-x: $kendo-time-selector-md-list-item-padding-x,
19874
+ list-item-padding-y: $kendo-time-selector-md-list-item-padding-y
19875
+ ),
19876
+ lg: (
19877
+ font-size: $kendo-time-selector-lg-font-size,
19878
+ line-height: $kendo-time-selector-lg-line-height,
19879
+ list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
19880
+ list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y
19881
+ )
19882
+ ) !default;
19883
+
19684
19884
  // #endregion
19685
19885
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/timeselector/_layout.scss
19686
19886
  // #region @import "~@progress/kendo-theme-default/scss/timeselector/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss
@@ -19892,6 +20092,36 @@ $time-list-focused-bg: rgba(0, 0, 0, .02) !default;
19892
20092
  top: calc( #{$time-list-title-height / 2} );
19893
20093
  }
19894
20094
 
20095
+
20096
+ // Time selector sizes
20097
+ @each $size, $size-props in $kendo-time-selector-sizes {
20098
+ $_font-size: map-get( $size-props, font-size );
20099
+ $_line-height: map-get( $size-props, line-height );
20100
+ $_list-item-padding-x: map-get( $size-props, list-item-padding-x );
20101
+ $_list-item-padding-y: map-get( $size-props, list-item-padding-y );
20102
+ $_highlight-height: calc( #{$_font-size * $_line-height} + #{ $_list-item-padding-y * 2} );
20103
+
20104
+
20105
+ .k-timeselector-#{$size} {
20106
+ font-size: $_font-size;
20107
+ line-height: $_line-height;
20108
+
20109
+ .k-time-highlight,
20110
+ .k-time-list-highlight {
20111
+ height: $_highlight-height;
20112
+ }
20113
+
20114
+ .k-time-separator {
20115
+ height: $_highlight-height;
20116
+ }
20117
+
20118
+ .k-time-list-item,
20119
+ .k-time-list .k-item {
20120
+ padding: $_list-item-padding-y $_list-item-padding-x;
20121
+ }
20122
+ }
20123
+ }
20124
+
19895
20125
  }
19896
20126
 
19897
20127
  // #endregion
@@ -21610,13 +21840,13 @@ $kendo-treeview-font-family: $font-family !default;
21610
21840
  /// Font size of the treeview component.
21611
21841
  /// @group treeview
21612
21842
  $kendo-treeview-font-size: $font-size-md !default;
21613
- $kendo-treeview-font-size-sm: $font-size-md !default;
21843
+ $kendo-treeview-font-size-sm: $font-size-sm !default;
21614
21844
  $kendo-treeview-font-size-md: $font-size-md !default;
21615
21845
  $kendo-treeview-font-size-lg: $font-size-md !default;
21616
21846
  /// Line height of the treeview component.
21617
21847
  /// @group treeview
21618
21848
  $kendo-treeview-line-height: $line-height !default;
21619
- $kendo-treeview-line-height-sm: $line-height !default;
21849
+ $kendo-treeview-line-height-sm: (20 / 14) !default;
21620
21850
  $kendo-treeview-line-height-md: $line-height !default;
21621
21851
  $kendo-treeview-line-height-lg: $line-height !default;
21622
21852
 
@@ -21627,15 +21857,15 @@ $kendo-treeview-indent: 16px !default;
21627
21857
  /// Horizontal padding of treeview items.
21628
21858
  /// @group treeview
21629
21859
  $kendo-treeview-item-padding-x: map-get( $spacing, 3 ) !default;
21630
- $kendo-treeview-item-padding-x-sm: map-get( $spacing, 3 ) !default;
21860
+ $kendo-treeview-item-padding-x-sm: map-get( $spacing, 2 ) !default;
21631
21861
  $kendo-treeview-item-padding-x-md: map-get( $spacing, 3 ) !default;
21632
21862
  $kendo-treeview-item-padding-x-lg: map-get( $spacing, 3 ) !default;
21633
21863
  /// Vertical padding of treeview items.
21634
21864
  /// @group treeview
21635
21865
  $kendo-treeview-item-padding-y: map-get( $spacing, 1 ) !default;
21636
- $kendo-treeview-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
21866
+ $kendo-treeview-item-padding-y-sm: map-get( $spacing, 1 ) !default;
21637
21867
  $kendo-treeview-item-padding-y-md: map-get( $spacing, 1 ) !default;
21638
- $kendo-treeview-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
21868
+ $kendo-treeview-item-padding-y-lg: map-get( $spacing, 2 ) !default;
21639
21869
  /// Border width of treeview items.
21640
21870
  /// @group treeview
21641
21871
  $kendo-treeview-item-border-width: 0px !default;
@@ -24515,6 +24745,10 @@ $actionsheet-item-disabled-shadow: null !default;
24515
24745
  box-sizing: border-box;
24516
24746
  }
24517
24747
  }
24748
+ .k-actionsheet-fullscreen {
24749
+ max-height: 100%;
24750
+ height: 100%;
24751
+ }
24518
24752
 
24519
24753
 
24520
24754
  // Actionsheet header
@@ -24528,6 +24762,35 @@ $actionsheet-item-disabled-shadow: null !default;
24528
24762
  font-size: $actionsheet-header-font-size;
24529
24763
  font-family: $actionsheet-header-font-family;
24530
24764
  line-height: $actionsheet-header-line-height;
24765
+ flex: none;
24766
+ }
24767
+
24768
+
24769
+ // Actionsheet titlebar
24770
+ .k-actionsheet-titlebar {
24771
+ @extend .k-actionsheet-header !optional;
24772
+ display: flex;
24773
+ flex-flow: row nowrap;
24774
+ align-items: center;
24775
+ }
24776
+ .k-actionsheet-title {
24777
+ flex: 1;
24778
+ }
24779
+ .k-actionsheet-actions {
24780
+ flex: none;
24781
+ }
24782
+
24783
+
24784
+ // Actionsheet content
24785
+ .k-actionsheet-content {
24786
+ flex: 1;
24787
+ overflow: auto;
24788
+ }
24789
+
24790
+
24791
+ // Actionsheet footer
24792
+ .k-actionsheet-footer {
24793
+ flex: none;
24531
24794
  }
24532
24795
 
24533
24796
 
@@ -24624,6 +24887,37 @@ $actionsheet-item-disabled-shadow: null !default;
24624
24887
  transform: none;
24625
24888
  }
24626
24889
 
24890
+
24891
+ // Adaptive action sheet
24892
+ .k-adaptive-actionsheet {
24893
+ max-width: 100%;
24894
+ width: 100%;
24895
+
24896
+ // TMP: this should be moved to action sheet
24897
+ display: flex;
24898
+ flex-flow: column nowrap;
24899
+
24900
+ .k-calendar {
24901
+ margin-inline: auto;
24902
+ border-width: 0;
24903
+ display: flex;
24904
+ }
24905
+
24906
+ .k-timeselector {
24907
+ height: 100%;
24908
+ border-width: 0;
24909
+ overflow: hidden;
24910
+
24911
+ .k-time-part {
24912
+ display: contents;
24913
+ }
24914
+
24915
+ .k-time-list-wrapper {
24916
+ height: 100%;
24917
+ }
24918
+ }
24919
+ }
24920
+
24627
24921
  }
24628
24922
 
24629
24923
  // #endregion
@@ -44331,8 +44625,6 @@ $treemap-line-height: $line-height !default;
44331
44625
  }
44332
44626
 
44333
44627
 
44334
-
44335
-
44336
44628
  @include exports("dataviz/treemap/theme") {
44337
44629
 
44338
44630
  // Treemap