@progress/kendo-theme-default 6.6.1-dev.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
@@ -43548,8 +43548,6 @@ kendo-card-footer {
43548
43548
  box-sizing: border-box;
43549
43549
  outline: 0;
43550
43550
  font-family: inherit;
43551
- font-size: 14px;
43552
- line-height: 1.4285714286;
43553
43551
  display: flex;
43554
43552
  flex-direction: row;
43555
43553
  -webkit-touch-callout: none;
@@ -43593,8 +43591,6 @@ kendo-card-footer {
43593
43591
  .k-breadcrumb-link,
43594
43592
  .k-breadcrumb-root-link {
43595
43593
  border-radius: 4px;
43596
- padding-block: 6px;
43597
- padding-inline: 8px;
43598
43594
  color: inherit;
43599
43595
  text-decoration: none;
43600
43596
  white-space: nowrap;
@@ -43608,21 +43604,12 @@ kendo-card-footer {
43608
43604
  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;
43609
43605
  }
43610
43606
 
43611
- .k-breadcrumb-root-link {
43612
- margin-inline-end: 8px;
43613
- }
43614
-
43615
43607
  .k-breadcrumb-link > .k-image,
43616
43608
  .k-breadcrumb-icontext-link .k-icon,
43617
43609
  .k-breadcrumb-icontext-link .k-svg-icon {
43618
43610
  margin-inline-end: 4px;
43619
43611
  }
43620
43612
 
43621
- .k-breadcrumb-icon-link {
43622
- padding-block: 8px;
43623
- padding-inline: 8px;
43624
- }
43625
-
43626
43613
  .k-breadcrumb-delimiter,
43627
43614
  .k-breadcrumb-delimiter-icon {
43628
43615
  color: inherit;
@@ -43637,6 +43624,54 @@ kendo-card-footer {
43637
43624
  border-color: transparent;
43638
43625
  }
43639
43626
 
43627
+ .k-breadcrumb-sm {
43628
+ font-size: 14px;
43629
+ line-height: 1.4285714286;
43630
+ }
43631
+
43632
+ .k-breadcrumb-sm .k-breadcrumb-link,
43633
+ .k-breadcrumb-sm .k-breadcrumb-root-link {
43634
+ padding-block: 4px;
43635
+ padding-inline: 8px;
43636
+ }
43637
+
43638
+ .k-breadcrumb-sm .k-breadcrumb-icon-link {
43639
+ padding-block: 6px;
43640
+ padding-inline: 6px;
43641
+ }
43642
+
43643
+ .k-breadcrumb-md {
43644
+ font-size: 14px;
43645
+ line-height: 1.4285714286;
43646
+ }
43647
+
43648
+ .k-breadcrumb-md .k-breadcrumb-link,
43649
+ .k-breadcrumb-md .k-breadcrumb-root-link {
43650
+ padding-block: 6px;
43651
+ padding-inline: 8px;
43652
+ }
43653
+
43654
+ .k-breadcrumb-md .k-breadcrumb-icon-link {
43655
+ padding-block: 8px;
43656
+ padding-inline: 8px;
43657
+ }
43658
+
43659
+ .k-breadcrumb-lg {
43660
+ font-size: 16px;
43661
+ line-height: 1.5;
43662
+ }
43663
+
43664
+ .k-breadcrumb-lg .k-breadcrumb-link,
43665
+ .k-breadcrumb-lg .k-breadcrumb-root-link {
43666
+ padding-block: 8px;
43667
+ padding-inline: 8px;
43668
+ }
43669
+
43670
+ .k-breadcrumb-lg .k-breadcrumb-icon-link {
43671
+ padding-block: 12px;
43672
+ padding-inline: 12px;
43673
+ }
43674
+
43640
43675
  .k-breadcrumb {
43641
43676
  border-color: rgba(0, 0, 0, 0.08);
43642
43677
  color: #424242;
@@ -49825,12 +49860,12 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
49825
49860
 
49826
49861
  .k-filter .k-filter-container,
49827
49862
  .k-filter .k-filter-preview {
49828
- margin-bottom: 30px;
49863
+ margin-block-end: 30px;
49829
49864
  }
49830
49865
 
49831
49866
  .k-filter .k-filter-lines,
49832
49867
  .k-filter .k-filter-item {
49833
- padding-left: 8px;
49868
+ padding-inline-start: 8px;
49834
49869
  }
49835
49870
 
49836
49871
  .k-filter .k-filter-toolbar {
@@ -49845,8 +49880,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
49845
49880
  position: absolute;
49846
49881
  width: 8px;
49847
49882
  height: 1px;
49848
- top: 50%;
49849
- left: -8px;
49883
+ inset-block-start: 50%;
49884
+ inset-inline-start: -8px;
49850
49885
  }
49851
49886
 
49852
49887
  .k-filter .k-filter-toolbar .k-toolbar {
@@ -49867,8 +49902,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
49867
49902
  position: absolute;
49868
49903
  width: 1px;
49869
49904
  height: 100%;
49870
- top: -4px;
49871
- left: 0;
49905
+ inset-block-start: -4px;
49906
+ inset-inline-start: 0;
49872
49907
  }
49873
49908
 
49874
49909
  .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
@@ -49876,9 +49911,9 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
49876
49911
  content: "";
49877
49912
  position: absolute;
49878
49913
  width: 1px;
49879
- top: -5px;
49880
- bottom: 50%;
49881
- left: -8px;
49914
+ inset-block-start: -5px;
49915
+ inset-block-end: 50%;
49916
+ inset-inline-start: -8px;
49882
49917
  }
49883
49918
 
49884
49919
  .k-filter .k-filter-group-main::before,
@@ -49890,36 +49925,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
49890
49925
  display: none;
49891
49926
  }
49892
49927
 
49893
- .k-rtl .k-filter .k-filter-lines,
49894
- .k-rtl .k-filter .k-filter-item, .k-filter[dir="rtl"] .k-filter-lines,
49895
- .k-filter[dir="rtl"] .k-filter-item,
49896
- [dir="rtl"] .k-filter .k-filter-lines,
49897
- [dir="rtl"] .k-filter .k-filter-item {
49898
- padding-left: 0;
49899
- padding-right: 8px;
49900
- }
49901
-
49902
- .k-rtl .k-filter .k-filter-toolbar::before, .k-filter[dir="rtl"] .k-filter-toolbar::before,
49903
- [dir="rtl"] .k-filter .k-filter-toolbar::before {
49904
- left: auto;
49905
- right: -8px;
49906
- }
49907
-
49908
- .k-rtl .k-filter .k-filter-item::before, .k-filter[dir="rtl"] .k-filter-item::before,
49909
- [dir="rtl"] .k-filter .k-filter-item::before {
49910
- left: auto;
49911
- right: 0;
49912
- }
49913
-
49914
- .k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
49915
- .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,
49916
- .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after,
49917
- [dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
49918
- [dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
49919
- left: auto;
49920
- right: -8px;
49921
- }
49922
-
49923
49928
  .k-filter {
49924
49929
  color: #424242;
49925
49930
  }
package/dist/all.scss CHANGED
@@ -38620,63 +38620,234 @@ $_kendo-module-meta: (
38620
38620
  // #region @import "./_variables.scss"; -> scss/breadcrumb/_variables.scss
38621
38621
  // Breadcrumb
38622
38622
 
38623
+ /// The width of the border around the Breadcrumb.
38624
+ /// @group breadcrumb
38625
+ $kendo-breadcrumb-border-width: 0px !default;
38626
+
38627
+ /// The horizontal margin of the Breadcrumb.
38628
+ /// @group breadcrumb
38623
38629
  $kendo-breadcrumb-margin-x: null !default;
38630
+ /// The vertical margin of the Breadcrumb.
38631
+ /// @group breadcrumb
38624
38632
  $kendo-breadcrumb-margin-y: null !default;
38633
+ /// The horizontal padding of the Breadcrumb.
38634
+ /// @group breadcrumb
38625
38635
  $kendo-breadcrumb-padding-x: null !default;
38636
+ /// The vertical padding of the Breadcrumb.
38637
+ /// @group breadcrumb
38626
38638
  $kendo-breadcrumb-padding-y: null !default;
38627
- $kendo-breadcrumb-border-width: 0px !default;
38628
38639
 
38640
+ /// The font family of the Breadcrumb.
38641
+ /// @group breadcrumb
38629
38642
  $kendo-breadcrumb-font-family: $kendo-font-family !default;
38643
+
38644
+ /// The font size of the Breadcrumb.
38645
+ /// @group breadcrumb
38630
38646
  $kendo-breadcrumb-font-size: $kendo-font-size-md !default;
38647
+ /// The font size of the small Breadcrumb.
38648
+ /// @group breadcrumb
38649
+ $kendo-breadcrumb-sm-font-size: $kendo-font-size-md !default;
38650
+ /// The font size of the medium Breadcrumb.
38651
+ /// @group breadcrumb
38652
+ $kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
38653
+ /// The font size of the large Breadcrumb.
38654
+ /// @group breadcrumb
38655
+ $kendo-breadcrumb-lg-font-size: $kendo-font-size-lg !default;
38656
+
38657
+ /// The line-height of the Breadcrumb.
38658
+ /// @group breadcrumb
38631
38659
  $kendo-breadcrumb-line-height: $kendo-line-height-md !default;
38632
-
38660
+ /// The line-height of the small Breadcrumb.
38661
+ /// @group breadcrumb
38662
+ $kendo-breadcrumb-sm-line-height: $kendo-line-height-md !default;
38663
+ /// The line-height of the medium Breadcrumb.
38664
+ /// @group breadcrumb
38665
+ $kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
38666
+ /// The line-height of the height Breadcrumb.
38667
+ /// @group breadcrumb
38668
+ $kendo-breadcrumb-lg-line-height: $kendo-line-height-lg !default;
38669
+
38670
+ /// The base background of the Breadcrumb.
38671
+ /// @group breadcrumb
38633
38672
  $kendo-breadcrumb-bg: $kendo-component-bg !default;
38673
+ /// The base text color of the Breadcrumb.
38674
+ /// @group breadcrumb
38634
38675
  $kendo-breadcrumb-text: $kendo-component-text !default;
38676
+ /// The base border color of the Breadcrumb.
38677
+ /// @group breadcrumb
38635
38678
  $kendo-breadcrumb-border: $kendo-component-border !default;
38636
38679
 
38680
+ /// The box shadow of the focused Breadcrumb.
38681
+ /// @group breadcrumb
38682
+ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
38683
+
38684
+ /// The horizontal padding of the Breadcrumb link.
38685
+ /// @group breadcrumb
38637
38686
  $kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
38687
+ /// The horizontal padding of the small Breadcrumb link.
38688
+ /// @group breadcrumb
38689
+ $kendo-breadcrumb-sm-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
38690
+ /// The horizontal padding of the medium Breadcrumb link.
38691
+ /// @group breadcrumb
38692
+ $kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
38693
+ /// The horizontal padding of the large Breadcrumb link.
38694
+ /// @group breadcrumb
38695
+ $kendo-breadcrumb-lg-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
38696
+
38697
+ /// The vertical padding of the Breadcrumb link.
38698
+ /// @group breadcrumb
38638
38699
  $kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
38700
+ /// The vertical padding of the small Breadcrumb link.
38701
+ /// @group breadcrumb
38702
+ $kendo-breadcrumb-sm-link-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
38703
+ /// The vertical padding of the medium Breadcrumb link.
38704
+ /// @group breadcrumb
38705
+ $kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
38706
+ /// The vertical padding of the large Breadcrumb link.
38707
+ /// @group breadcrumb
38708
+ $kendo-breadcrumb-lg-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
38709
+
38710
+ /// The border-radius of the Breadcrumb link.
38711
+ /// @group breadcrumb
38639
38712
  $kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
38640
38713
 
38641
- $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
38642
- $kendo-breadcrumb-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-x !default;
38643
-
38644
- $kendo-breadcrumb-root-link-spacing: $kendo-breadcrumb-link-padding-x !default;
38645
- $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
38646
-
38714
+ /// The vertical padding of the Breadcrumb link icon.
38715
+ /// @group breadcrumb
38716
+ $kendo-breadcrumb-icon-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
38717
+ /// The vertical padding of the small Breadcrumb link icon.
38718
+ /// @group breadcrumb
38719
+ $kendo-breadcrumb-sm-icon-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
38720
+ /// The vertical padding of the medium Breadcrumb link icon.
38721
+ /// @group breadcrumb
38722
+ $kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
38723
+ /// The vertical padding of the large Breadcrumb link icon.
38724
+ /// @group breadcrumb
38725
+ $kendo-breadcrumb-lg-icon-link-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
38726
+
38727
+ /// The horizontal padding of the Breadcrumb link icon.
38728
+ /// @group breadcrumb
38729
+ $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-y !default;
38730
+ /// The horizontal padding of the small Breadcrumb link icon.
38731
+ /// @group breadcrumb
38732
+ $kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
38733
+ /// The horizontal padding of the medium Breadcrumb link icon.
38734
+ /// @group breadcrumb
38735
+ $kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-x !default;
38736
+ /// The horizontal padding of the large Breadcrumb link icon.
38737
+ /// @group breadcrumb
38738
+ $kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
38739
+
38740
+ /// The text color of the Breadcrumb link.
38741
+ /// @group breadcrumb
38647
38742
  $kendo-breadcrumb-link-initial-text: inherit !default;
38743
+ /// The spacing of the Breadcrumb link icon.
38744
+ /// @group breadcrumb
38745
+ $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
38648
38746
 
38747
+ /// The background color of the Breadcrumb link.
38748
+ /// @group breadcrumb
38649
38749
  $kendo-breadcrumb-link-bg: null !default;
38750
+ /// The text color of the Breadcrumb link.
38751
+ /// @group breadcrumb
38650
38752
  $kendo-breadcrumb-link-text: $kendo-link-text !default;
38753
+ /// The border color of the Breadcrumb link.
38754
+ /// @group breadcrumb
38651
38755
  $kendo-breadcrumb-link-border: null !default;
38652
38756
 
38757
+ /// The background color of the hovered Breadcrumb link.
38758
+ /// @group breadcrumb
38653
38759
  $kendo-breadcrumb-link-hover-bg: $kendo-base-bg !default;
38760
+ /// The text color of the hovered Breadcrumb link.
38761
+ /// @group breadcrumb
38654
38762
  $kendo-breadcrumb-link-hover-text: $kendo-link-hover-text !default;
38763
+ /// The border color of the hovered Breadcrumb link.
38764
+ /// @group breadcrumb
38655
38765
  $kendo-breadcrumb-link-hover-border: null !default;
38656
38766
 
38767
+ /// The background color of the focused Breadcrumb link.
38768
+ /// @group breadcrumb
38657
38769
  $kendo-breadcrumb-link-focus-bg: null !default;
38770
+ /// The text color of the focused Breadcrumb link.
38771
+ /// @group breadcrumb
38658
38772
  $kendo-breadcrumb-link-focus-text: $kendo-link-text !default;
38773
+ /// The border color of the focused Breadcrumb link.
38774
+ /// @group breadcrumb
38659
38775
  $kendo-breadcrumb-link-focus-border: null !default;
38776
+ /// The box shadow of the focused Breadcrumb link.
38777
+ /// @group breadcrumb
38660
38778
  $kendo-breadcrumb-link-focus-shadow: $kendo-focus-shadow !default;
38661
38779
 
38780
+ /// The background color of the Breadcrumb root link.
38781
+ /// @group breadcrumb
38662
38782
  $kendo-breadcrumb-root-link-bg: null !default;
38783
+ /// The text color of the Breadcrumb root link.
38784
+ /// @group breadcrumb
38663
38785
  $kendo-breadcrumb-root-link-text: null !default;
38786
+ /// The border color of the Breadcrumb root link.
38787
+ /// @group breadcrumb
38664
38788
  $kendo-breadcrumb-root-link-border: null !default;
38665
38789
 
38790
+ /// The background color of the hovered Breadcrumb root link.
38791
+ /// @group breadcrumb
38666
38792
  $kendo-breadcrumb-root-link-hover-bg: $kendo-base-bg !default;
38793
+ /// The text color of the hovered Breadcrumb root link.
38794
+ /// @group breadcrumb
38667
38795
  $kendo-breadcrumb-root-link-hover-text: null !default;
38796
+ /// The border color of the hovered Breadcrumb root link.
38797
+ /// @group breadcrumb
38668
38798
  $kendo-breadcrumb-root-link-hover-border: null !default;
38669
38799
 
38800
+ /// The background color of the focused Breadcrumb root link.
38801
+ /// @group breadcrumb
38670
38802
  $kendo-breadcrumb-root-link-focus-bg: null !default;
38803
+ /// The text color of the focused Breadcrumb root link.
38804
+ /// @group breadcrumb
38671
38805
  $kendo-breadcrumb-root-link-focus-text: null !default;
38806
+ /// The border color of the focused Breadcrumb root link.
38807
+ /// @group breadcrumb
38672
38808
  $kendo-breadcrumb-root-link-focus-border: null !default;
38809
+ /// The box shadow of the focused Breadcrumb root link.
38810
+ /// @group breadcrumb
38673
38811
  $kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
38674
38812
 
38813
+ /// The background color of the current Breadcrumb root link.
38814
+ /// @group breadcrumb
38675
38815
  $kendo-breadcrumb-current-item-bg: null !default;
38816
+ /// The text color of the current Breadcrumb root link.
38817
+ /// @group breadcrumb
38676
38818
  $kendo-breadcrumb-current-item-text: null !default;
38819
+ /// The border color of the current Breadcrumb root link.
38820
+ /// @group breadcrumb
38677
38821
  $kendo-breadcrumb-current-item-border: null !default;
38678
38822
 
38679
- $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
38823
+ /// The sizes map for the Breadcrumb.
38824
+ /// @group breadcrumb
38825
+ $kendo-breadcrumb-sizes: (
38826
+ sm: (
38827
+ link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
38828
+ link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
38829
+ icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
38830
+ icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
38831
+ font-size: $kendo-breadcrumb-sm-font-size,
38832
+ line-height: $kendo-breadcrumb-sm-line-height
38833
+ ),
38834
+ md: (
38835
+ link-padding-x: $kendo-breadcrumb-md-link-padding-x,
38836
+ link-padding-y: $kendo-breadcrumb-md-link-padding-y,
38837
+ icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
38838
+ icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
38839
+ font-size: $kendo-breadcrumb-md-font-size,
38840
+ line-height: $kendo-breadcrumb-md-line-height
38841
+ ),
38842
+ lg: (
38843
+ link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
38844
+ link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
38845
+ icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
38846
+ icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
38847
+ font-size: $kendo-breadcrumb-lg-font-size,
38848
+ line-height: $kendo-breadcrumb-lg-line-height
38849
+ )
38850
+ ) !default;
38680
38851
 
38681
38852
  // #endregion
38682
38853
  // #region @import "./_layout.scss"; -> scss/breadcrumb/_layout.scss
@@ -38693,8 +38864,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
38693
38864
  box-sizing: border-box;
38694
38865
  outline: 0;
38695
38866
  font-family: $kendo-breadcrumb-font-family;
38696
- font-size: $kendo-breadcrumb-font-size;
38697
- line-height: $kendo-breadcrumb-line-height;
38698
38867
  display: flex;
38699
38868
  flex-direction: row;
38700
38869
  -webkit-touch-callout: none;
@@ -38746,8 +38915,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
38746
38915
  .k-breadcrumb-link,
38747
38916
  .k-breadcrumb-root-link {
38748
38917
  @include border-radius( $kendo-breadcrumb-link-border-radius );
38749
- padding-block: $kendo-breadcrumb-link-padding-y;
38750
- padding-inline: $kendo-breadcrumb-link-padding-x;
38751
38918
  color: $kendo-breadcrumb-link-initial-text;
38752
38919
  text-decoration: none;
38753
38920
  white-space: nowrap;
@@ -38761,21 +38928,12 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
38761
38928
  transition: $kendo-transition;
38762
38929
  }
38763
38930
 
38764
- .k-breadcrumb-root-link {
38765
- margin-inline-end: $kendo-breadcrumb-root-link-spacing;
38766
- }
38767
-
38768
38931
  .k-breadcrumb-link > .k-image,
38769
38932
  .k-breadcrumb-icontext-link .k-icon,
38770
38933
  .k-breadcrumb-icontext-link .k-svg-icon {
38771
38934
  margin-inline-end: $kendo-breadcrumb-link-icon-spacing;
38772
38935
  }
38773
38936
 
38774
- .k-breadcrumb-icon-link {
38775
- padding-block: $kendo-breadcrumb-icon-link-padding-y;
38776
- padding-inline: $kendo-breadcrumb-icon-link-padding-x;
38777
- }
38778
-
38779
38937
 
38780
38938
  // Breadcrumb delimiter
38781
38939
  .k-breadcrumb-delimiter,
@@ -38794,6 +38952,34 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
38794
38952
  }
38795
38953
  }
38796
38954
 
38955
+
38956
+ // Sizes
38957
+ @each $size, $size-props in $kendo-breadcrumb-sizes {
38958
+ $_link-padding-x: k-map-get( $size-props, link-padding-x );
38959
+ $_link-padding-y: k-map-get( $size-props, link-padding-y );
38960
+ $_icon-link-padding-x: k-map-get( $size-props, icon-link-padding-x );
38961
+ $_icon-link-padding-y: k-map-get( $size-props, icon-link-padding-y );
38962
+ $_font-size: k-map-get( $size-props, font-size );
38963
+ $_line-height: k-map-get( $size-props, line-height );
38964
+
38965
+ .k-breadcrumb-#{$size} {
38966
+ font-size: $_font-size;
38967
+ line-height: $_line-height;
38968
+
38969
+
38970
+ .k-breadcrumb-link,
38971
+ .k-breadcrumb-root-link {
38972
+ padding-block: $_link-padding-y;
38973
+ padding-inline: $_link-padding-x;
38974
+ }
38975
+
38976
+ .k-breadcrumb-icon-link {
38977
+ padding-block: $_icon-link-padding-y;
38978
+ padding-inline: $_icon-link-padding-x;
38979
+ }
38980
+ }
38981
+ }
38982
+
38797
38983
  }
38798
38984
 
38799
38985
 
@@ -48330,12 +48516,12 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
48330
48516
 
48331
48517
  .k-filter-container,
48332
48518
  .k-filter-preview {
48333
- margin-bottom: $kendo-filter-bottom-margin;
48519
+ margin-block-end: $kendo-filter-bottom-margin;
48334
48520
  }
48335
48521
 
48336
48522
  .k-filter-lines,
48337
48523
  .k-filter-item {
48338
- padding-left: $kendo-filter-padding-x;
48524
+ padding-inline-start: $kendo-filter-padding-x;
48339
48525
  }
48340
48526
 
48341
48527
  .k-filter-toolbar {
@@ -48349,8 +48535,8 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
48349
48535
  position: absolute;
48350
48536
  width: $kendo-filter-padding-x;
48351
48537
  height: $kendo-filter-line-size;
48352
- top: 50%;
48353
- left: -$kendo-filter-padding-x;
48538
+ inset-block-start: 50%;
48539
+ inset-inline-start: -$kendo-filter-padding-x;
48354
48540
  }
48355
48541
 
48356
48542
  .k-toolbar {
@@ -48369,8 +48555,8 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
48369
48555
  position: absolute;
48370
48556
  width: $kendo-filter-line-size;
48371
48557
  height: 100%;
48372
- top: -$kendo-filter-padding-y;
48373
- left: 0;
48558
+ inset-block-start: -$kendo-filter-padding-y;
48559
+ inset-inline-start: 0;
48374
48560
  }
48375
48561
  }
48376
48562
 
@@ -48380,9 +48566,9 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
48380
48566
  content: "";
48381
48567
  position: absolute;
48382
48568
  width: $kendo-filter-line-size;
48383
- top: calc(-#{$kendo-filter-padding-y} - #{$kendo-filter-line-size});
48384
- bottom: 50%;
48385
- left: -$kendo-filter-padding-x;
48569
+ inset-block-start: calc(-#{$kendo-filter-padding-y} - #{$kendo-filter-line-size});
48570
+ inset-block-end: 50%;
48571
+ inset-inline-start: -$kendo-filter-padding-x;
48386
48572
  }
48387
48573
 
48388
48574
  // The forth and fifth selectors targets the Angular rendering
@@ -48394,39 +48580,6 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
48394
48580
  .k-filter-lines .k-filter-item:last-child::before {
48395
48581
  display: none;
48396
48582
  }
48397
-
48398
- .k-rtl &,
48399
- &[dir="rtl"],
48400
- [dir="rtl"] & {
48401
- .k-filter-lines,
48402
- .k-filter-item {
48403
- padding-left: 0;
48404
- padding-right: $kendo-filter-padding-x;
48405
- }
48406
-
48407
- .k-filter-toolbar {
48408
-
48409
- &::before {
48410
- left: auto;
48411
- right: -$kendo-filter-padding-x;
48412
- }
48413
- }
48414
-
48415
- .k-filter-item {
48416
-
48417
- &::before {
48418
- left: auto;
48419
- right: 0;
48420
- }
48421
- }
48422
-
48423
- // The second selector targets the Angular rendering
48424
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
48425
- .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
48426
- left: auto;
48427
- right: -$kendo-filter-padding-x;
48428
- }
48429
- }
48430
48583
  }
48431
48584
 
48432
48585
  }