@progress/kendo-theme-bootstrap 6.4.0-dev.0 → 6.4.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
@@ -8138,6 +8138,22 @@ $kendo-utils: (
8138
8138
  "black": black,
8139
8139
  "white": white
8140
8140
  )),
8141
+ "background-position": (
8142
+ center: center,
8143
+ top: top,
8144
+ right: right,
8145
+ bottom: bottom,
8146
+ left: left,
8147
+ top-left: top left,
8148
+ top-right: top right,
8149
+ bottom-left: bottom left,
8150
+ bottom-right: bottom right
8151
+ ),
8152
+ "background-size": (
8153
+ auto,
8154
+ cover,
8155
+ contain
8156
+ ),
8141
8157
 
8142
8158
  // Border
8143
8159
  "border-width": (
@@ -8547,25 +8563,25 @@ $kendo-utils: (
8547
8563
  /// This is equivalent to `clear: left;`.
8548
8564
  /// @example clear: left;
8549
8565
  /// @name .k-clear-left
8550
- /// @group float
8566
+ /// @group clear
8551
8567
  /// @contextType css
8552
8568
 
8553
8569
  /// This is equivalent to `clear: right;`.
8554
8570
  /// @example clear: right;
8555
8571
  /// @name .k-clear-right
8556
- /// @group float
8572
+ /// @group clear
8557
8573
  /// @contextType css
8558
8574
 
8559
8575
  /// This is equivalent to `clear: both;`.
8560
8576
  /// @example clear: both;
8561
8577
  /// @name .k-clear-both
8562
- /// @group float
8578
+ /// @group clear
8563
8579
  /// @contextType css
8564
8580
 
8565
8581
  /// This is equivalent to `clear: none;`.
8566
8582
  /// @example clear: none;
8567
8583
  /// @name .k-clear-none
8568
- /// @group float
8584
+ /// @group clear
8569
8585
  /// @contextType css
8570
8586
 
8571
8587
  @mixin kendo-utils--layout--clear() {
@@ -9010,91 +9026,91 @@ $kendo-utils: (
9010
9026
  /// This is equivalent to `top: 0;`.
9011
9027
  /// @example top: 0;
9012
9028
  /// @name .k-top-0
9013
- /// @group position
9029
+ /// @group placement
9014
9030
  /// @contextType css
9015
9031
 
9016
9032
  /// This is equivalent to `right: 0;`.
9017
9033
  /// @example right: 0;
9018
9034
  /// @name .k-right-0
9019
- /// @group position
9035
+ /// @group placement
9020
9036
  /// @contextType css
9021
9037
 
9022
9038
  /// This is equivalent to `bottom: 0;`.
9023
9039
  /// @example bottom: 0;
9024
9040
  /// @name .k-bottom-0
9025
- /// @group position
9041
+ /// @group placement
9026
9042
  /// @contextType css
9027
9043
 
9028
9044
  /// This is equivalent to `left: 0;`.
9029
9045
  /// @example left: 0;
9030
9046
  /// @name .k-left-0
9031
- /// @group position
9047
+ /// @group placement
9032
9048
  /// @contextType css
9033
9049
 
9034
9050
  /// This is equivalent to `top: 0;`.
9035
9051
  /// @example top: 0;
9036
9052
  /// @name .k-pos-top-0
9037
- /// @group position
9053
+ /// @group placement
9038
9054
  /// @contextType css
9039
9055
 
9040
9056
  /// This is equivalent to `right: 0;`.
9041
9057
  /// @example right: 0;
9042
9058
  /// @name .k-pos-right-0
9043
- /// @group position
9059
+ /// @group placement
9044
9060
  /// @contextType css
9045
9061
 
9046
9062
  /// This is equivalent to `bottom: 0;`.
9047
9063
  /// @example bottom: 0;
9048
9064
  /// @name .k-pos-bottom-0
9049
- /// @group position
9065
+ /// @group placement
9050
9066
  /// @contextType css
9051
9067
 
9052
9068
  /// This is equivalent to `left: 0;`.
9053
9069
  /// @example left: 0;
9054
9070
  /// @name .k-pos-left-0
9055
- /// @group position
9071
+ /// @group placement
9056
9072
  /// @contextType css
9057
9073
 
9058
9074
  /// This is equivalent to `top: 0; left: 0;`.
9059
9075
  /// @example top: 0; left: 0;
9060
9076
  /// @name .k-top-left-0
9061
- /// @group position
9077
+ /// @group placement
9062
9078
  /// @contextType css
9063
9079
 
9064
9080
  /// This is equivalent to `top: 0; right: 0;`.
9065
9081
  /// @example top: 0; right: 0;
9066
9082
  /// @name .k-top-right-0
9067
- /// @group position
9083
+ /// @group placement
9068
9084
  /// @contextType css
9069
9085
 
9070
9086
  /// This is equivalent to `bottom: 0; left: 0;`.
9071
9087
  /// @example bottom: 0; left: 0;
9072
9088
  /// @name .k-bottom-left-0
9073
- /// @group position
9089
+ /// @group placement
9074
9090
  /// @contextType css
9075
9091
 
9076
9092
  /// This is equivalent to `bottom: 0; right: 0;`.
9077
9093
  /// @example bottom: 0; right: 0;
9078
9094
  /// @name .k-bottom-right-0
9079
- /// @group position
9095
+ /// @group placement
9080
9096
  /// @contextType css
9081
9097
 
9082
- /// This is equivalent to `inset: 0;`.This is a shorthand that corresponds to the top: 0; right: 0; bottom: 0; and/or left: 0 properties. It has the same multi-value syntax of the margin shorthand.
9098
+ /// This is equivalent to `inset: 0;`.
9083
9099
  /// @example inset: 0;
9084
9100
  /// @name .k-inset-0
9085
- /// @group position
9101
+ /// @group placement
9086
9102
  /// @contextType css
9087
9103
 
9088
9104
  /// This is equivalent to `inset-inline: 0;`.
9089
9105
  /// @example inset-inline: 0;
9090
9106
  /// @name .k-inset-x-0
9091
- /// @group position
9107
+ /// @group placement
9092
9108
  /// @contextType css
9093
9109
 
9094
9110
  /// This is equivalent to `inset-block: 0;`.
9095
9111
  /// @example inset-block: 0;
9096
9112
  /// @name .k-inset-y-0
9097
- /// @group position
9113
+ /// @group placement
9098
9114
  /// @contextType css
9099
9115
 
9100
9116
  @mixin kendo-utils--layout--placement() {
@@ -9106,7 +9122,7 @@ $kendo-utils: (
9106
9122
  @include generate-utils( left, left, $kendo-utils-placement );
9107
9123
 
9108
9124
 
9109
- // Position length utility classes
9125
+ // placement length utility classes
9110
9126
  @each $side in (top, right, bottom, left) {
9111
9127
  .#{$kendo-prefix}#{$side},
9112
9128
  .#{$kendo-prefix}pos-#{$side} { #{$side}: 0; } // sass-lint:disable-line brace-style
@@ -9999,37 +10015,37 @@ $kendo-utils: (
9999
10015
  // #region @import "./_grid-auto-flow.scss"; -> node_modules/@progress/kendo-theme-utils/scss/flex-grid/_grid-auto-flow.scss
10000
10016
  /// This is equivalent to `grid-auto-flow: row;`.
10001
10017
  /// @example grid-auto-flow: row;
10002
- /// @name .k-grid-auto-flow-row
10018
+ /// @name .k-grid-flow-row
10003
10019
  /// @group grid-auto-flow
10004
10020
  /// @contextType css
10005
10021
 
10006
10022
  /// This is equivalent to `grid-auto-flow: column;`.
10007
10023
  /// @example grid-auto-flow: column;
10008
- /// @name .k-grid-auto-flow-column
10024
+ /// @name .k-grid-flow-column
10009
10025
  /// @group grid-auto-flow
10010
10026
  /// @contextType css
10011
10027
 
10012
10028
  /// This is equivalent to `grid-auto-flow: dense;`.
10013
10029
  /// @example grid-auto-flow: dense;
10014
- /// @name .k-grid-auto-flow-dense
10030
+ /// @name .k-grid-flow-dense
10015
10031
  /// @group grid-auto-flow
10016
10032
  /// @contextType css
10017
10033
 
10018
10034
  /// This is equivalent to `grid-auto-flow: row dense;`.
10019
10035
  /// @example grid-auto-flow: row dense;
10020
- /// @name .k-grid-auto-flow-row-dense
10036
+ /// @name .k-grid-flow-row-dense
10021
10037
  /// @group grid-auto-flow
10022
10038
  /// @contextType css
10023
10039
 
10024
10040
  /// This is equivalent to `grid-auto-flow: col dense;`.
10025
10041
  /// @example grid-auto-flow: col dense;
10026
- /// @name .k-grid-auto-flow-col-dense
10042
+ /// @name .k-grid-flow-col-dense
10027
10043
  /// @group grid-auto-flow
10028
10044
  /// @contextType css
10029
10045
 
10030
10046
  /// This is equivalent to `grid-auto-flow: unset;`.
10031
10047
  /// @example grid-auto-flow: unset;
10032
- /// @name .k-grid-auto-flow-unset
10048
+ /// @name .k-grid-flow-unset
10033
10049
  /// @group grid-auto-flow
10034
10050
  /// @contextType css
10035
10051
 
@@ -11401,7 +11417,7 @@ $kendo-utils: (
11401
11417
 
11402
11418
  /// This is equivalent to `padding: 0.75rem;`.
11403
11419
  /// @example padding: 0.75rem;
11404
- /// @name .k-p-pd
11420
+ /// @name .k-p-md
11405
11421
  /// @group padding
11406
11422
  /// @contextType css
11407
11423
 
@@ -12796,12 +12812,106 @@ $kendo-utils: (
12796
12812
 
12797
12813
  }
12798
12814
 
12815
+ // #endregion
12816
+ // #region @import "./_background-position.scss"; -> node_modules/@progress/kendo-theme-utils/scss/background/_background-position.scss
12817
+ /// This is equivalent to `background-position: center;`.
12818
+ /// @example background-position: center;
12819
+ /// @name .k-bg-center
12820
+ /// @group background-position
12821
+ /// @contextType css
12822
+
12823
+ /// This is equivalent to `background-position: top;`.
12824
+ /// @example background-position: top;
12825
+ /// @name .k-bg-top
12826
+ /// @group background-position
12827
+ /// @contextType css
12828
+
12829
+ /// This is equivalent to `background-position: right;`.
12830
+ /// @example background-position: right;
12831
+ /// @name .k-bg-right
12832
+ /// @group background-position
12833
+ /// @contextType css
12834
+
12835
+ /// This is equivalent to `background-position: bottom;`.
12836
+ /// @example background-position: bottom;
12837
+ /// @name .k-bg-bottom
12838
+ /// @group background-position
12839
+ /// @contextType css
12840
+
12841
+ /// This is equivalent to `background-position: left;`.
12842
+ /// @example background-position: left;
12843
+ /// @name .k-bg-left
12844
+ /// @group background-position
12845
+ /// @contextType css
12846
+
12847
+ /// This is equivalent to `background-position: top left;`.
12848
+ /// @example background-position: top left;
12849
+ /// @name .k-bg-top-left
12850
+ /// @group background-position
12851
+ /// @contextType css
12852
+
12853
+ /// This is equivalent to `background-position: top right;`.
12854
+ /// @example background-position: top right;
12855
+ /// @name .k-bg-top-right
12856
+ /// @group background-position
12857
+ /// @contextType css
12858
+
12859
+ /// This is equivalent to `background-position: bottom left;`.
12860
+ /// @example background-position: bottom left;
12861
+ /// @name .k-bg-bottom-left
12862
+ /// @group background-position
12863
+ /// @contextType css
12864
+
12865
+ /// This is equivalent to `background-position: bottom right;`.
12866
+ /// @example background-position: bottom right;
12867
+ /// @name .k-bg-bottom-right
12868
+ /// @group background-position
12869
+ /// @contextType css
12870
+
12871
+ @mixin kendo-utils--background--background-position() {
12872
+
12873
+ // Background position utility classes
12874
+ $kendo-utils-background-position: k-map-get( $kendo-utils, "background-position" ) !default;
12875
+ @include generate-utils( bg, background-position, $kendo-utils-background-position );
12876
+
12877
+ }
12878
+
12879
+ // #endregion
12880
+ // #region @import "./_background-size.scss"; -> node_modules/@progress/kendo-theme-utils/scss/background/_background-size.scss
12881
+ /// This is equivalent to `background-size: auto;`.
12882
+ /// @example background-size: auto;
12883
+ /// @name .k-bg-auto
12884
+ /// @group background-size
12885
+ /// @contextType css
12886
+
12887
+ /// This is equivalent to `background-size: cover;`.
12888
+ /// @example background-size: cover;
12889
+ /// @name .k-bg-cover
12890
+ /// @group background-size
12891
+ /// @contextType css
12892
+
12893
+ /// This is equivalent to `background-size: contain;`.
12894
+ /// @example background-size: contain;
12895
+ /// @name .k-bg-contain
12896
+ /// @group background-size
12897
+ /// @contextType css
12898
+
12899
+ @mixin kendo-utils--background--background-size() {
12900
+
12901
+ // Background size utility classes
12902
+ $kendo-utils-background-size: k-map-get( $kendo-utils, "background-size" ) !default;
12903
+ @include generate-utils( bg, background-size, $kendo-utils-background-size );
12904
+
12905
+ }
12906
+
12799
12907
  // #endregion
12800
12908
 
12801
12909
 
12802
12910
  @mixin kendo-utils--background() {
12803
12911
  @include kendo-utils--background--background-clip();
12804
12912
  @include kendo-utils--background--background-color();
12913
+ @include kendo-utils--background--background-position();
12914
+ @include kendo-utils--background--background-size();
12805
12915
  }
12806
12916
 
12807
12917
  // #endregion
@@ -16837,13 +16947,16 @@ $ki-rotate-map: (
16837
16947
  }
16838
16948
 
16839
16949
  // RTL icons
16840
- .k-rtl .k-i-indent-increase,
16841
- .k-rtl .k-i-indent-decrease,
16842
- .k-rtl .k-i-caret-alt-right,
16843
- .k-rtl .k-i-caret-alt-left,
16844
- [dir="rtl"] .k-i-caret-alt-right,
16845
- [dir="rtl"] .k-i-caret-alt-left {
16846
- transform: scaleX(-1);
16950
+ .k-rtl,
16951
+ [dir="rtl"] {
16952
+ .k-i-indent-increase,
16953
+ .k-i-indent-decrease,
16954
+ .k-i-caret-alt-right,
16955
+ .k-i-caret-alt-left,
16956
+ .k-svg-i-caret-alt-right,
16957
+ .k-svg-i-caret-alt-left {
16958
+ transform: scaleX(-1);
16959
+ }
16847
16960
  }
16848
16961
 
16849
16962
  .k-sprite {
@@ -18685,7 +18798,7 @@ $kendo-listgroup-item-border-width: $kendo-listgroup-border-width !default;
18685
18798
  flex: 0 0 auto;
18686
18799
  position: absolute;
18687
18800
  top: 50%;
18688
- right: 0;
18801
+ inset-inline-end: 0;
18689
18802
  transform: translateY(-50%);
18690
18803
  }
18691
18804
  }
@@ -24873,7 +24986,6 @@ $kendo-input-sizes: (
24873
24986
  padding-y: $kendo-input-sm-padding-y,
24874
24987
  font-size: $kendo-input-sm-font-size,
24875
24988
  line-height: $kendo-input-sm-line-height,
24876
- icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-sm-padding-y * 2} ),
24877
24989
  button-padding-x: $kendo-input-sm-padding-y,
24878
24990
  button-padding-y: $kendo-input-sm-padding-y
24879
24991
  ),
@@ -24882,7 +24994,6 @@ $kendo-input-sizes: (
24882
24994
  padding-y: $kendo-input-md-padding-y,
24883
24995
  font-size: $kendo-input-md-font-size,
24884
24996
  line-height: $kendo-input-md-line-height,
24885
- icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-md-padding-y * 2} ),
24886
24997
  button-padding-x: $kendo-input-md-padding-y,
24887
24998
  button-padding-y: $kendo-input-md-padding-y
24888
24999
  ),
@@ -24891,7 +25002,6 @@ $kendo-input-sizes: (
24891
25002
  padding-y: $kendo-input-lg-padding-y,
24892
25003
  font-size: $kendo-input-lg-font-size,
24893
25004
  line-height: $kendo-input-lg-line-height,
24894
- icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-lg-padding-y * 2} ),
24895
25005
  button-padding-x: $kendo-input-lg-padding-y,
24896
25006
  button-padding-y: $kendo-input-lg-padding-y
24897
25007
  )
@@ -26431,8 +26541,8 @@ $_kendo-module-meta: (
26431
26541
  box-sizing: border-box;
26432
26542
  }
26433
26543
 
26434
- .k-input,
26435
- .k-picker {
26544
+ > .k-input,
26545
+ > .k-picker {
26436
26546
  border-width: 0 !important; // sass-lint:disable-line no-important
26437
26547
  color: inherit;
26438
26548
  background: none;
@@ -26624,6 +26734,7 @@ $_kendo-module-meta: (
26624
26734
  flex-flow: row nowrap;
26625
26735
  align-items: center;
26626
26736
  justify-content: center;
26737
+ box-sizing: content-box;
26627
26738
  }
26628
26739
 
26629
26740
  // Input with SVG icon
@@ -26796,7 +26907,6 @@ $_kendo-module-meta: (
26796
26907
  $_padding-y: k-map-get( $size-props, padding-y );
26797
26908
  $_font-size: k-map-get( $size-props, font-size );
26798
26909
  $_line-height: k-map-get( $size-props, line-height );
26799
- $_icon-size: k-map-get( $size-props, icon-size );
26800
26910
  $_button-padding-x: k-map-get( $size-props, button-padding-x );
26801
26911
  $_button-padding-y: k-map-get( $size-props, button-padding-y );
26802
26912
 
@@ -26834,8 +26944,9 @@ $_kendo-module-meta: (
26834
26944
  .k-input-prefix > .k-svg-icon,
26835
26945
  .k-input-suffix > .k-icon,
26836
26946
  .k-input-suffix > .k-svg-icon {
26837
- width: $_icon-size;
26838
- height: $_icon-size;
26947
+ padding-block: $_padding-y;
26948
+ padding-inline: $_padding-y;
26949
+ box-sizing: content-box;
26839
26950
  }
26840
26951
 
26841
26952
  &.k-icon-picker .k-input-inner {
@@ -28296,11 +28407,8 @@ $kendo-listbox-drop-hint-width: 1px !default;
28296
28407
  &[dir="rtl"],
28297
28408
  [dir="rtl"] & {
28298
28409
 
28299
- &.k-listbox-actions-left,
28300
- &.k-listbox-actions-right {
28301
- .k-listbox-actions {
28302
- transform: scaleX(-1);
28303
- }
28410
+ .k-listbox-actions .k-button-icon {
28411
+ transform: scaleX(-1);
28304
28412
  }
28305
28413
  }
28306
28414
  }
@@ -36864,12 +36972,12 @@ $kendo-fab-sm-padding-y: k-math-div( $kendo-fab-padding-y, 2 ) !default;
36864
36972
  $kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
36865
36973
  $kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
36866
36974
 
36867
- /// FAB icon width.
36975
+ /// Horizontal padding of the FAB icon.
36868
36976
  /// @group floating-action-button
36869
- $kendo-fab-icon-width: 24px !default;
36870
- /// FAB icon height.
36977
+ $kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
36978
+ /// Vertical padding of the FAB icon.
36871
36979
  /// @group floating-action-button
36872
- $kendo-fab-icon-height: $kendo-fab-icon-width !default;
36980
+ $kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
36873
36981
  /// FAB icon spacing.
36874
36982
  /// @group floating-action-button
36875
36983
  $kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
@@ -36902,7 +37010,7 @@ $kendo-fab-item-text-line-height: 14px !default;
36902
37010
 
36903
37011
  /// FAB item icon horizontal padding.
36904
37012
  /// @group floating-action-button
36905
- $kendo-fab-item-icon-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
37013
+ $kendo-fab-item-icon-padding-x: k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x !default;
36906
37014
  /// FAB item icon vertical padding.
36907
37015
  /// @group floating-action-button
36908
37016
  $kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
@@ -36912,12 +37020,6 @@ $kendo-fab-item-icon-border-width: 0 !default;
36912
37020
  /// Border radius of the FAB item icon.
36913
37021
  /// @group floating-action-button
36914
37022
  $kendo-fab-item-icon-border-radius: 50% !default;
36915
- /// Width of the FAB item icon.
36916
- /// @group floating-action-button
36917
- $kendo-fab-item-icon-width: 24px !default;
36918
- /// height of the FAB item icon.
36919
- /// @group floating-action-button
36920
- $kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
36921
37023
 
36922
37024
  /// Theme colors map for the FAB.
36923
37025
  /// @group floating-action-button
@@ -37036,8 +37138,9 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
37036
37138
 
37037
37139
  // FAB Icon
37038
37140
  .k-fab-icon {
37039
- width: $kendo-fab-icon-width;
37040
- height: $kendo-fab-icon-height;
37141
+ padding-inline: $kendo-fab-icon-padding-x;
37142
+ padding-block: $kendo-fab-icon-padding-y;
37143
+ box-sizing: content-box;
37041
37144
 
37042
37145
  .k-icon-wrapper-host:not(:only-child) &,
37043
37146
  &:not(:only-child) {
@@ -37118,8 +37221,6 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
37118
37221
  }
37119
37222
 
37120
37223
  .k-fab-item-icon {
37121
- width: $kendo-fab-item-icon-width;
37122
- height: $kendo-fab-item-icon-height;
37123
37224
  padding-block: $kendo-fab-item-icon-padding-y;
37124
37225
  padding-inline: $kendo-fab-item-icon-padding-x;
37125
37226
  border-width: $kendo-fab-item-icon-border-width;
@@ -37276,7 +37377,7 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
37276
37377
  }
37277
37378
 
37278
37379
  // Popup
37279
- .k-animation-container > .k-fab-popup {
37380
+ .k-fab-popup {
37280
37381
  @include box-shadow( none );
37281
37382
  }
37282
37383
 
@@ -37412,6 +37513,11 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
37412
37513
  }
37413
37514
  }
37414
37515
 
37516
+ // Popup
37517
+ .k-fab-popup {
37518
+ @include box-shadow( none );
37519
+ }
37520
+
37415
37521
  }
37416
37522
 
37417
37523
  // #endregion
@@ -37763,7 +37869,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
37763
37869
  border-width: if( $kendo-actionsheet-border-width, $kendo-actionsheet-border-width, null );
37764
37870
  border-top-width: if( $kendo-actionsheet-border-width, 0, null );
37765
37871
  top: 0;
37766
- left: 50%;
37872
+ inset-inline-start: 50%;
37767
37873
  transform: translateX( -50% );
37768
37874
  }
37769
37875
  .k-actionsheet-bottom {
@@ -37771,7 +37877,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
37771
37877
  border-width: if( $kendo-actionsheet-border-width, $kendo-actionsheet-border-width, null );
37772
37878
  border-bottom-width: if( $kendo-actionsheet-border-width, 0, null );
37773
37879
  bottom: 0;
37774
- left: 50%;
37880
+ inset-inline-start: 50%;
37775
37881
  transform: translateX( -50% );
37776
37882
  }
37777
37883
  .k-actionsheet-left {
@@ -37930,6 +38036,15 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
37930
38036
  }
37931
38037
  }
37932
38038
 
38039
+ // RTL
38040
+ .k-rtl,
38041
+ [dir="rtl"] {
38042
+ .k-actionsheet-top,
38043
+ .k-actionsheet-bottom {
38044
+ transform: translateX( 50% );
38045
+ }
38046
+ }
38047
+
37933
38048
  }
37934
38049
 
37935
38050
 
@@ -38643,6 +38758,8 @@ $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
38643
38758
  $kendo-drawer-item-level-count: 5 !default;
38644
38759
 
38645
38760
  $kendo-drawer-icon-size: $kendo-icon-size !default;
38761
+ $kendo-drawer-icon-padding-x: 0 !default;
38762
+ $kendo-drawer-icon-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
38646
38763
 
38647
38764
  $kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + #{$kendo-drawer-icon-size} ) !default;
38648
38765
 
@@ -38817,16 +38934,26 @@ $kendo-drawer-selected-hover-text: $kendo-selected-text !default;
38817
38934
 
38818
38935
  .k-svg-icon,
38819
38936
  .k-icon {
38820
- height: auto;
38821
- font-size: $kendo-drawer-icon-size;
38822
- line-height: $kendo-drawer-item-line-height;
38823
38937
  flex-shrink: 0;
38938
+ padding-inline: $kendo-drawer-icon-padding-x;
38939
+ padding-block: $kendo-drawer-icon-padding-y;
38940
+ box-sizing: content-box;
38824
38941
 
38825
38942
  &.k-i-none {
38826
38943
  margin: 0;
38827
38944
  }
38828
38945
  }
38829
38946
 
38947
+ .k-icon {
38948
+ height: auto;
38949
+ font-size: $kendo-drawer-icon-size;
38950
+ }
38951
+
38952
+ .k-svg-icon {
38953
+ width: $kendo-drawer-icon-size;
38954
+ height: $kendo-drawer-icon-size;
38955
+ }
38956
+
38830
38957
  .k-item-text {
38831
38958
  display: inline-block;
38832
38959
  white-space: nowrap;
@@ -41182,18 +41309,7 @@ $kendo-pager-sizes: (
41182
41309
  .k-rtl &,
41183
41310
  &[dir="rtl"],
41184
41311
  [dir="rtl"] & {
41185
- .k-i-caret-alt-to-left,
41186
- .k-i-caret-alt-to-right,
41187
- .k-i-caret-alt-left,
41188
- .k-i-caret-alt-right,
41189
- .k-i-arrow-end-left,
41190
- .k-i-arrow-60-left,
41191
- .k-i-arrow-60-right,
41192
- .k-i-arrow-end-right,
41193
- .k-i-seek-w,
41194
- .k-i-arrow-w,
41195
- .k-i-arrow-e,
41196
- .k-i-seek-e {
41312
+ .k-pager-nav .k-button-icon {
41197
41313
  transform: scaleX(-1);
41198
41314
  }
41199
41315
  }
@@ -44822,15 +44938,11 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
44822
44938
  .k-task {
44823
44939
  display: flex;
44824
44940
  align-items: center;
44941
+ gap: .5em;
44825
44942
 
44826
44943
  .k-scheduler-mark {
44827
44944
  border-radius: 50%;
44828
- }
44829
-
44830
- .k-i-reload,
44831
- .k-i-arrow-rotate-cw {
44832
- font-size: 1em;
44833
- margin-right: .5em;
44945
+ margin: 0;
44834
44946
  }
44835
44947
 
44836
44948
  .k-scheduler-task-text {
@@ -44977,8 +45089,9 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
44977
45089
  &[dir="rtl"],
44978
45090
  [dir="rtl"] & {
44979
45091
 
44980
- .k-header-cancel .k-i-arrow-chevron-left,
44981
- .k-listgroup-item .k-select .k-i-arrow-chevron-right {
45092
+ .k-header-cancel .k-button-icon,
45093
+ .k-listgroup-item .k-select .k-svg-icon,
45094
+ .k-listgroup-item .k-select .k-icon {
44982
45095
  transform: scaleX( -1 );
44983
45096
  }
44984
45097
 
@@ -45592,6 +45705,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
45592
45705
 
45593
45706
  .k-grid-header,
45594
45707
  .k-grid-content,
45708
+ .k-grid-content-locked,
45595
45709
  .k-grid-footer {
45596
45710
  .k-table {
45597
45711
  table-layout: fixed;
@@ -48476,7 +48590,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
48476
48590
  align-items: center;
48477
48591
  flex: 1;
48478
48592
 
48479
- > .k-i-formula-fx {
48593
+ > .k-icon,
48594
+ > .k-svg-icon {
48480
48595
  padding-block: 0;
48481
48596
  padding-inline: $kendo-padding-md-y;
48482
48597
  box-sizing: content-box;
@@ -59208,11 +59323,11 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
59208
59323
  }
59209
59324
 
59210
59325
  .k-scrollview-prev {
59211
- left: 0;
59326
+ inset-inline-start: 0;
59212
59327
  }
59213
59328
 
59214
59329
  .k-scrollview-next {
59215
- right: 0;
59330
+ inset-inline-end: 0;
59216
59331
  }
59217
59332
 
59218
59333
 
@@ -59238,6 +59353,17 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
59238
59353
  }
59239
59354
  }
59240
59355
 
59356
+ .k-rtl,
59357
+ [dir="rtl"] {
59358
+ .k-scrollview-prev,
59359
+ .k-scrollview-next {
59360
+ .k-icon,
59361
+ .k-svg-icon {
59362
+ transform: scaleX(-1);
59363
+ }
59364
+ }
59365
+ }
59366
+
59241
59367
  }
59242
59368
 
59243
59369