@progress/kendo-theme-material 6.6.0 → 6.7.0-dev.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.css CHANGED
@@ -44574,8 +44574,6 @@ kendo-card-footer {
44574
44574
  box-sizing: border-box;
44575
44575
  outline: 0;
44576
44576
  font-family: Roboto, "Helvetica Neue", sans-serif;
44577
- font-size: 14px;
44578
- line-height: 2;
44579
44577
  display: flex;
44580
44578
  flex-direction: row;
44581
44579
  -webkit-touch-callout: none;
@@ -44619,8 +44617,6 @@ kendo-card-footer {
44619
44617
  .k-breadcrumb-link,
44620
44618
  .k-breadcrumb-root-link {
44621
44619
  border-radius: 4px;
44622
- padding-block: 4px;
44623
- padding-inline: 10px;
44624
44620
  color: inherit;
44625
44621
  text-decoration: none;
44626
44622
  white-space: nowrap;
@@ -44634,21 +44630,12 @@ kendo-card-footer {
44634
44630
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
44635
44631
  }
44636
44632
 
44637
- .k-breadcrumb-root-link {
44638
- margin-inline-end: 10px;
44639
- }
44640
-
44641
44633
  .k-breadcrumb-link > .k-image,
44642
44634
  .k-breadcrumb-icontext-link .k-icon,
44643
44635
  .k-breadcrumb-icontext-link .k-svg-icon {
44644
44636
  margin-inline-end: 8px;
44645
44637
  }
44646
44638
 
44647
- .k-breadcrumb-icon-link {
44648
- padding-block: 10px;
44649
- padding-inline: 10px;
44650
- }
44651
-
44652
44639
  .k-breadcrumb-delimiter,
44653
44640
  .k-breadcrumb-delimiter-icon {
44654
44641
  color: inherit;
@@ -44663,6 +44650,54 @@ kendo-card-footer {
44663
44650
  border-color: transparent;
44664
44651
  }
44665
44652
 
44653
+ .k-breadcrumb-sm {
44654
+ font-size: 14px;
44655
+ line-height: 2;
44656
+ }
44657
+
44658
+ .k-breadcrumb-sm .k-breadcrumb-link,
44659
+ .k-breadcrumb-sm .k-breadcrumb-root-link {
44660
+ padding-block: 2px;
44661
+ padding-inline: 10px;
44662
+ }
44663
+
44664
+ .k-breadcrumb-sm .k-breadcrumb-icon-link {
44665
+ padding-block: 8px;
44666
+ padding-inline: 8px;
44667
+ }
44668
+
44669
+ .k-breadcrumb-md {
44670
+ font-size: 14px;
44671
+ line-height: 2;
44672
+ }
44673
+
44674
+ .k-breadcrumb-md .k-breadcrumb-link,
44675
+ .k-breadcrumb-md .k-breadcrumb-root-link {
44676
+ padding-block: 4px;
44677
+ padding-inline: 10px;
44678
+ }
44679
+
44680
+ .k-breadcrumb-md .k-breadcrumb-icon-link {
44681
+ padding-block: 10px;
44682
+ padding-inline: 10px;
44683
+ }
44684
+
44685
+ .k-breadcrumb-lg {
44686
+ font-size: 14px;
44687
+ line-height: 2;
44688
+ }
44689
+
44690
+ .k-breadcrumb-lg .k-breadcrumb-link,
44691
+ .k-breadcrumb-lg .k-breadcrumb-root-link {
44692
+ padding-block: 6px;
44693
+ padding-inline: 10px;
44694
+ }
44695
+
44696
+ .k-breadcrumb-lg .k-breadcrumb-icon-link {
44697
+ padding-block: 12px;
44698
+ padding-inline: 12px;
44699
+ }
44700
+
44666
44701
  .k-breadcrumb {
44667
44702
  border-color: rgba(0, 0, 0, 0.12);
44668
44703
  color: rgba(0, 0, 0, 0.87);
@@ -51395,12 +51430,12 @@ kendo-grid .k-grid-row-sticky .k-table-td {
51395
51430
 
51396
51431
  .k-filter .k-filter-container,
51397
51432
  .k-filter .k-filter-preview {
51398
- margin-bottom: 2.1em;
51433
+ margin-block-end: 2.1em;
51399
51434
  }
51400
51435
 
51401
51436
  .k-filter .k-filter-lines,
51402
51437
  .k-filter .k-filter-item {
51403
- padding-left: 8px;
51438
+ padding-inline-start: 8px;
51404
51439
  }
51405
51440
 
51406
51441
  .k-filter .k-filter-toolbar {
@@ -51415,8 +51450,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
51415
51450
  position: absolute;
51416
51451
  width: 8px;
51417
51452
  height: 1px;
51418
- top: 50%;
51419
- left: -8px;
51453
+ inset-block-start: 50%;
51454
+ inset-inline-start: -8px;
51420
51455
  }
51421
51456
 
51422
51457
  .k-filter .k-filter-toolbar .k-toolbar {
@@ -51437,8 +51472,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
51437
51472
  position: absolute;
51438
51473
  width: 1px;
51439
51474
  height: 100%;
51440
- top: -8px;
51441
- left: 0;
51475
+ inset-block-start: -8px;
51476
+ inset-inline-start: 0;
51442
51477
  }
51443
51478
 
51444
51479
  .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
@@ -51446,9 +51481,9 @@ kendo-grid .k-grid-row-sticky .k-table-td {
51446
51481
  content: "";
51447
51482
  position: absolute;
51448
51483
  width: 1px;
51449
- top: -9px;
51450
- bottom: 50%;
51451
- left: -8px;
51484
+ inset-block-start: -9px;
51485
+ inset-block-end: 50%;
51486
+ inset-inline-start: -8px;
51452
51487
  }
51453
51488
 
51454
51489
  .k-filter .k-filter-group-main::before,
@@ -51460,36 +51495,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
51460
51495
  display: none;
51461
51496
  }
51462
51497
 
51463
- .k-rtl .k-filter .k-filter-lines,
51464
- .k-rtl .k-filter .k-filter-item, .k-filter[dir="rtl"] .k-filter-lines,
51465
- .k-filter[dir="rtl"] .k-filter-item,
51466
- [dir="rtl"] .k-filter .k-filter-lines,
51467
- [dir="rtl"] .k-filter .k-filter-item {
51468
- padding-left: 0;
51469
- padding-right: 8px;
51470
- }
51471
-
51472
- .k-rtl .k-filter .k-filter-toolbar::before, .k-filter[dir="rtl"] .k-filter-toolbar::before,
51473
- [dir="rtl"] .k-filter .k-filter-toolbar::before {
51474
- left: auto;
51475
- right: -8px;
51476
- }
51477
-
51478
- .k-rtl .k-filter .k-filter-item::before, .k-filter[dir="rtl"] .k-filter-item::before,
51479
- [dir="rtl"] .k-filter .k-filter-item::before {
51480
- left: auto;
51481
- right: 0;
51482
- }
51483
-
51484
- .k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
51485
- .k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after, .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
51486
- .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after,
51487
- [dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
51488
- [dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
51489
- left: auto;
51490
- right: -8px;
51491
- }
51492
-
51493
51498
  .k-filter {
51494
51499
  color: rgba(0, 0, 0, 0.87);
51495
51500
  }
package/dist/all.scss CHANGED
@@ -41806,63 +41806,236 @@ $_kendo-module-meta: (
41806
41806
  // Component
41807
41807
  // #region @import "./_variables.scss"; -> scss/breadcrumb/_variables.scss
41808
41808
  // Breadcrumb
41809
+
41810
+ /// The width of the border around the Breadcrumb.
41811
+ /// @group breadcrumb
41812
+ $kendo-breadcrumb-border-width: 0px !default;
41813
+
41814
+ /// The horizontal margin of the Breadcrumb.
41815
+ /// @group breadcrumb
41809
41816
  $kendo-breadcrumb-margin-x: null !default;
41817
+ /// The vertical margin of the Breadcrumb.
41818
+ /// @group breadcrumb
41810
41819
  $kendo-breadcrumb-margin-y: null !default;
41820
+ /// The horizontal padding of the Breadcrumb.
41821
+ /// @group breadcrumb
41811
41822
  $kendo-breadcrumb-padding-x: null !default;
41823
+ /// The vertical padding of the Breadcrumb.
41824
+ /// @group breadcrumb
41812
41825
  $kendo-breadcrumb-padding-y: null !default;
41813
- $kendo-breadcrumb-border-width: 0px !default;
41814
41826
 
41827
+ /// The font family of the Breadcrumb.
41828
+ /// @group breadcrumb
41815
41829
  $kendo-breadcrumb-font-family: $kendo-font-family !default;
41830
+
41831
+ /// The font size of the Breadcrumb.
41832
+ /// @group breadcrumb
41816
41833
  $kendo-breadcrumb-font-size: $kendo-font-size-md !default;
41834
+ /// The font size of the small Breadcrumb.
41835
+ /// @group breadcrumb
41836
+ $kendo-breadcrumb-sm-font-size: $kendo-font-size-md !default;
41837
+ /// The font size of the medium Breadcrumb.
41838
+ /// @group breadcrumb
41839
+ $kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
41840
+ /// The font size of the large Breadcrumb.
41841
+ /// @group breadcrumb
41842
+ $kendo-breadcrumb-lg-font-size: $kendo-font-size-md !default;
41843
+
41844
+ /// The line-height of the Breadcrumb.
41845
+ /// @group breadcrumb
41817
41846
  $kendo-breadcrumb-line-height: $kendo-line-height-md !default;
41818
-
41847
+ /// The line-height of the small Breadcrumb.
41848
+ /// @group breadcrumb
41849
+ $kendo-breadcrumb-sm-line-height: $kendo-line-height-md !default;
41850
+ /// The line-height of the medium Breadcrumb.
41851
+ /// @group breadcrumb
41852
+ $kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
41853
+ /// The line-height of the height Breadcrumb.
41854
+ /// @group breadcrumb
41855
+ $kendo-breadcrumb-lg-line-height: $kendo-line-height-md !default;
41856
+
41857
+ /// The base background of the Breadcrumb.
41858
+ /// @group breadcrumb
41819
41859
  $kendo-breadcrumb-bg: $kendo-component-bg !default;
41860
+ /// The base text color of the Breadcrumb.
41861
+ /// @group breadcrumb
41820
41862
  $kendo-breadcrumb-text: $kendo-component-text !default;
41863
+ /// The base border color of the Breadcrumb.
41864
+ /// @group breadcrumb
41821
41865
  $kendo-breadcrumb-border: $kendo-component-border !default;
41822
41866
 
41867
+ /// The box shadow of the focused Breadcrumb.
41868
+ /// @group breadcrumb
41869
+ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
41870
+
41871
+ /// The horizontal padding of the Breadcrumb link.
41872
+ /// @group breadcrumb
41823
41873
  $kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
41874
+ /// The horizontal padding of the small Breadcrumb link.
41875
+ /// @group breadcrumb
41876
+ $kendo-breadcrumb-sm-link-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
41877
+ /// The horizontal padding of the medium Breadcrumb link.
41878
+ /// @group breadcrumb
41879
+ $kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
41880
+ /// The horizontal padding of the large Breadcrumb link.
41881
+ /// @group breadcrumb
41882
+ $kendo-breadcrumb-lg-link-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
41883
+
41884
+ /// The vertical padding of the Breadcrumb link.
41885
+ /// @group breadcrumb
41824
41886
  $kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
41887
+ /// The vertical padding of the small Breadcrumb link.
41888
+ /// @group breadcrumb
41889
+ $kendo-breadcrumb-sm-link-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
41890
+ /// The vertical padding of the medium Breadcrumb link.
41891
+ /// @group breadcrumb
41892
+ $kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
41893
+ /// The vertical padding of the large Breadcrumb link.
41894
+ /// @group breadcrumb
41895
+ $kendo-breadcrumb-lg-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
41896
+
41897
+ /// The border-radius of the Breadcrumb link.
41898
+ /// @group breadcrumb
41825
41899
  $kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
41826
41900
 
41827
- $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
41828
- $kendo-breadcrumb-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-x !default;
41829
-
41830
- $kendo-breadcrumb-root-link-spacing: $kendo-breadcrumb-link-padding-x !default;
41901
+ /// The vertical padding of the Breadcrumb link icon.
41902
+ /// @group breadcrumb
41903
+ $kendo-breadcrumb-icon-link-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
41904
+ /// The vertical padding of the small Breadcrumb link icon.
41905
+ /// @group breadcrumb
41906
+ $kendo-breadcrumb-sm-icon-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
41907
+ /// The vertical padding of the medium Breadcrumb link icon.
41908
+ /// @group breadcrumb
41909
+ $kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
41910
+ /// The vertical padding of the large Breadcrumb link icon.
41911
+ /// @group breadcrumb
41912
+ $kendo-breadcrumb-lg-icon-link-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
41913
+
41914
+ /// The horizontal padding of the Breadcrumb link icon.
41915
+ /// @group breadcrumb
41916
+ $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-y !default;
41917
+ /// The horizontal padding of the small Breadcrumb link icon.
41918
+ /// @group breadcrumb
41919
+ $kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
41920
+ /// The horizontal padding of the medium Breadcrumb link icon.
41921
+ /// @group breadcrumb
41922
+ $kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-x !default;
41923
+ /// The horizontal padding of the large Breadcrumb link icon.
41924
+ /// @group breadcrumb
41925
+ $kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
41926
+
41927
+ /// The spacing of the Breadcrumb link icon.
41928
+ /// @group breadcrumb
41831
41929
  $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
41832
41930
 
41931
+ /// The text color of the Breadcrumb link.
41932
+ /// @group breadcrumb
41833
41933
  $kendo-breadcrumb-link-initial-text: inherit !default;
41834
41934
 
41935
+ /// The background color of the Breadcrumb link.
41936
+ /// @group breadcrumb
41835
41937
  $kendo-breadcrumb-link-bg: null !default;
41938
+ /// The text color of the Breadcrumb link.
41939
+ /// @group breadcrumb
41836
41940
  $kendo-breadcrumb-link-text: $kendo-color-primary !default;
41941
+ /// The border color of the Breadcrumb link.
41942
+ /// @group breadcrumb
41837
41943
  $kendo-breadcrumb-link-border: null !default;
41838
41944
 
41945
+ /// The background color of the hovered Breadcrumb link.
41946
+ /// @group breadcrumb
41839
41947
  $kendo-breadcrumb-link-hover-bg: $kendo-hover-bg !default;
41948
+ /// The text color of the hovered Breadcrumb link.
41949
+ /// @group breadcrumb
41840
41950
  $kendo-breadcrumb-link-hover-text: null !default;
41951
+ /// The border color of the hovered Breadcrumb link.
41952
+ /// @group breadcrumb
41841
41953
  $kendo-breadcrumb-link-hover-border: null !default;
41842
41954
 
41955
+ /// The background color of the focused Breadcrumb link.
41956
+ /// @group breadcrumb
41843
41957
  $kendo-breadcrumb-link-focus-bg: k-map-get( $theme, focus-bg ) !default;
41958
+ /// The text color of the focused Breadcrumb link.
41959
+ /// @group breadcrumb
41844
41960
  $kendo-breadcrumb-link-focus-text: null !default;
41961
+ /// The border color of the focused Breadcrumb link.
41962
+ /// @group breadcrumb
41845
41963
  $kendo-breadcrumb-link-focus-border: null !default;
41964
+ /// The box shadow of the focused Breadcrumb link.
41965
+ /// @group breadcrumb
41846
41966
  $kendo-breadcrumb-link-focus-shadow: null !default;
41847
41967
 
41968
+ /// The background color of the Breadcrumb root link.
41969
+ /// @group breadcrumb
41848
41970
  $kendo-breadcrumb-root-link-bg: null !default;
41971
+ /// The text color of the Breadcrumb root link.
41972
+ /// @group breadcrumb
41849
41973
  $kendo-breadcrumb-root-link-text: null !default;
41974
+ /// The border color of the Breadcrumb root link.
41975
+ /// @group breadcrumb
41850
41976
  $kendo-breadcrumb-root-link-border: null !default;
41851
41977
 
41978
+ /// The background color of the hovered Breadcrumb root link.
41979
+ /// @group breadcrumb
41852
41980
  $kendo-breadcrumb-root-link-hover-bg: $kendo-hover-bg !default;
41981
+ /// The text color of the hovered Breadcrumb root link.
41982
+ /// @group breadcrumb
41853
41983
  $kendo-breadcrumb-root-link-hover-text: null !default;
41984
+ /// The border color of the hovered Breadcrumb root link.
41985
+ /// @group breadcrumb
41854
41986
  $kendo-breadcrumb-root-link-hover-border: null !default;
41855
41987
 
41988
+ /// The background color of the focused Breadcrumb root link.
41989
+ /// @group breadcrumb
41856
41990
  $kendo-breadcrumb-root-link-focus-bg: k-map-get( $theme, focus-bg ) !default;
41991
+ /// The text color of the focused Breadcrumb root link.
41992
+ /// @group breadcrumb
41857
41993
  $kendo-breadcrumb-root-link-focus-text: null !default;
41994
+ /// The border color of the focused Breadcrumb root link.
41995
+ /// @group breadcrumb
41858
41996
  $kendo-breadcrumb-root-link-focus-border: null !default;
41997
+ /// The box shadow of the focused Breadcrumb root link.
41998
+ /// @group breadcrumb
41859
41999
  $kendo-breadcrumb-root-link-focus-shadow: null !default;
41860
42000
 
42001
+ /// The background color of the current Breadcrumb root link.
42002
+ /// @group breadcrumb
41861
42003
  $kendo-breadcrumb-current-item-bg: null !default;
42004
+ /// The text color of the current Breadcrumb root link.
42005
+ /// @group breadcrumb
41862
42006
  $kendo-breadcrumb-current-item-text: null !default;
42007
+ /// The border color of the current Breadcrumb root link.
42008
+ /// @group breadcrumb
41863
42009
  $kendo-breadcrumb-current-item-border: null !default;
41864
42010
 
41865
- $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
42011
+ /// The sizes map for the Breadcrumb.
42012
+ /// @group breadcrumb
42013
+ $kendo-breadcrumb-sizes: (
42014
+ sm: (
42015
+ link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
42016
+ link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
42017
+ icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
42018
+ icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
42019
+ font-size: $kendo-breadcrumb-sm-font-size,
42020
+ line-height: $kendo-breadcrumb-sm-line-height
42021
+ ),
42022
+ md: (
42023
+ link-padding-x: $kendo-breadcrumb-md-link-padding-x,
42024
+ link-padding-y: $kendo-breadcrumb-md-link-padding-y,
42025
+ icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
42026
+ icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
42027
+ font-size: $kendo-breadcrumb-md-font-size,
42028
+ line-height: $kendo-breadcrumb-md-line-height
42029
+ ),
42030
+ lg: (
42031
+ link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
42032
+ link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
42033
+ icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
42034
+ icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
42035
+ font-size: $kendo-breadcrumb-lg-font-size,
42036
+ line-height: $kendo-breadcrumb-lg-line-height
42037
+ )
42038
+ ) !default;
41866
42039
 
41867
42040
  // #endregion
41868
42041
  // #region @import "./_layout.scss"; -> scss/breadcrumb/_layout.scss
@@ -41880,8 +42053,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
41880
42053
  box-sizing: border-box;
41881
42054
  outline: 0;
41882
42055
  font-family: $kendo-breadcrumb-font-family;
41883
- font-size: $kendo-breadcrumb-font-size;
41884
- line-height: $kendo-breadcrumb-line-height;
41885
42056
  display: flex;
41886
42057
  flex-direction: row;
41887
42058
  -webkit-touch-callout: none;
@@ -41933,8 +42104,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
41933
42104
  .k-breadcrumb-link,
41934
42105
  .k-breadcrumb-root-link {
41935
42106
  @include border-radius( $kendo-breadcrumb-link-border-radius );
41936
- padding-block: $kendo-breadcrumb-link-padding-y;
41937
- padding-inline: $kendo-breadcrumb-link-padding-x;
41938
42107
  color: $kendo-breadcrumb-link-initial-text;
41939
42108
  text-decoration: none;
41940
42109
  white-space: nowrap;
@@ -41948,21 +42117,12 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
41948
42117
  transition: $kendo-transition;
41949
42118
  }
41950
42119
 
41951
- .k-breadcrumb-root-link {
41952
- margin-inline-end: $kendo-breadcrumb-root-link-spacing;
41953
- }
41954
-
41955
42120
  .k-breadcrumb-link > .k-image,
41956
42121
  .k-breadcrumb-icontext-link .k-icon,
41957
42122
  .k-breadcrumb-icontext-link .k-svg-icon {
41958
42123
  margin-inline-end: $kendo-breadcrumb-link-icon-spacing;
41959
42124
  }
41960
42125
 
41961
- .k-breadcrumb-icon-link {
41962
- padding-block: $kendo-breadcrumb-icon-link-padding-y;
41963
- padding-inline: $kendo-breadcrumb-icon-link-padding-x;
41964
- }
41965
-
41966
42126
 
41967
42127
  // Breadcrumb delimiter
41968
42128
  .k-breadcrumb-delimiter,
@@ -41981,6 +42141,34 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
41981
42141
  }
41982
42142
  }
41983
42143
 
42144
+
42145
+ // Sizes
42146
+ @each $size, $size-props in $kendo-breadcrumb-sizes {
42147
+ $_link-padding-x: k-map-get( $size-props, link-padding-x );
42148
+ $_link-padding-y: k-map-get( $size-props, link-padding-y );
42149
+ $_icon-link-padding-x: k-map-get( $size-props, icon-link-padding-x );
42150
+ $_icon-link-padding-y: k-map-get( $size-props, icon-link-padding-y );
42151
+ $_font-size: k-map-get( $size-props, font-size );
42152
+ $_line-height: k-map-get( $size-props, line-height );
42153
+
42154
+ .k-breadcrumb-#{$size} {
42155
+ font-size: $_font-size;
42156
+ line-height: $_line-height;
42157
+
42158
+
42159
+ .k-breadcrumb-link,
42160
+ .k-breadcrumb-root-link {
42161
+ padding-block: $_link-padding-y;
42162
+ padding-inline: $_link-padding-x;
42163
+ }
42164
+
42165
+ .k-breadcrumb-icon-link {
42166
+ padding-block: $_icon-link-padding-y;
42167
+ padding-inline: $_icon-link-padding-x;
42168
+ }
42169
+ }
42170
+ }
42171
+
41984
42172
  }
41985
42173
 
41986
42174
 
@@ -52524,12 +52712,12 @@ $kendo-filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px
52524
52712
 
52525
52713
  .k-filter-container,
52526
52714
  .k-filter-preview {
52527
- margin-bottom: $kendo-filter-bottom-margin;
52715
+ margin-block-end: $kendo-filter-bottom-margin;
52528
52716
  }
52529
52717
 
52530
52718
  .k-filter-lines,
52531
52719
  .k-filter-item {
52532
- padding-left: $kendo-filter-padding-x;
52720
+ padding-inline-start: $kendo-filter-padding-x;
52533
52721
  }
52534
52722
 
52535
52723
  .k-filter-toolbar {
@@ -52543,8 +52731,8 @@ $kendo-filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px
52543
52731
  position: absolute;
52544
52732
  width: $kendo-filter-padding-x;
52545
52733
  height: $kendo-filter-line-size;
52546
- top: 50%;
52547
- left: -$kendo-filter-padding-x;
52734
+ inset-block-start: 50%;
52735
+ inset-inline-start: -$kendo-filter-padding-x;
52548
52736
  }
52549
52737
 
52550
52738
  .k-toolbar {
@@ -52563,8 +52751,8 @@ $kendo-filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px
52563
52751
  position: absolute;
52564
52752
  width: $kendo-filter-line-size;
52565
52753
  height: 100%;
52566
- top: -$kendo-filter-padding-y;
52567
- left: 0;
52754
+ inset-block-start: -$kendo-filter-padding-y;
52755
+ inset-inline-start: 0;
52568
52756
  }
52569
52757
  }
52570
52758
 
@@ -52574,9 +52762,9 @@ $kendo-filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px
52574
52762
  content: "";
52575
52763
  position: absolute;
52576
52764
  width: $kendo-filter-line-size;
52577
- top: calc(-#{$kendo-filter-padding-y} - #{$kendo-filter-line-size});
52578
- bottom: 50%;
52579
- left: -$kendo-filter-padding-x;
52765
+ inset-block-start: calc(-#{$kendo-filter-padding-y} - #{$kendo-filter-line-size});
52766
+ inset-block-end: 50%;
52767
+ inset-inline-start: -$kendo-filter-padding-x;
52580
52768
  }
52581
52769
 
52582
52770
  // The forth and fifth selectors targets the Angular rendering
@@ -52588,39 +52776,6 @@ $kendo-filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px
52588
52776
  .k-filter-lines .k-filter-item:last-child::before {
52589
52777
  display: none;
52590
52778
  }
52591
-
52592
- .k-rtl &,
52593
- &[dir="rtl"],
52594
- [dir="rtl"] & {
52595
- .k-filter-lines,
52596
- .k-filter-item {
52597
- padding-left: 0;
52598
- padding-right: $kendo-filter-padding-x;
52599
- }
52600
-
52601
- .k-filter-toolbar {
52602
-
52603
- &::before {
52604
- left: auto;
52605
- right: -$kendo-filter-padding-x;
52606
- }
52607
- }
52608
-
52609
- .k-filter-item {
52610
-
52611
- &::before {
52612
- left: auto;
52613
- right: 0;
52614
- }
52615
- }
52616
-
52617
- // The second selector targets the Angular rendering
52618
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
52619
- .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
52620
- left: auto;
52621
- right: -$kendo-filter-padding-x;
52622
- }
52623
- }
52624
52779
  }
52625
52780
 
52626
52781
  }