@progress/kendo-theme-bootstrap 6.5.0-dev.2 → 6.5.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
@@ -43650,6 +43650,8 @@ kendo-card-footer {
43650
43650
  box-sizing: border-box;
43651
43651
  outline: 0;
43652
43652
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
43653
+ font-size: 1rem;
43654
+ line-height: 1.5;
43653
43655
  display: flex;
43654
43656
  flex-direction: row;
43655
43657
  -webkit-touch-callout: none;
@@ -43693,6 +43695,8 @@ kendo-card-footer {
43693
43695
  .k-breadcrumb-link,
43694
43696
  .k-breadcrumb-root-link {
43695
43697
  border-radius: 0.375rem;
43698
+ padding-block: 0.5rem;
43699
+ padding-inline: 0.75rem;
43696
43700
  color: inherit;
43697
43701
  text-decoration: none;
43698
43702
  white-space: nowrap;
@@ -43706,12 +43710,21 @@ kendo-card-footer {
43706
43710
  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;
43707
43711
  }
43708
43712
 
43713
+ .k-breadcrumb-root-link {
43714
+ margin-inline-end: 0.75rem;
43715
+ }
43716
+
43709
43717
  .k-breadcrumb-link > .k-image,
43710
43718
  .k-breadcrumb-icontext-link .k-icon,
43711
43719
  .k-breadcrumb-icontext-link .k-svg-icon {
43712
43720
  margin-inline-end: 0.5rem;
43713
43721
  }
43714
43722
 
43723
+ .k-breadcrumb-icon-link {
43724
+ padding-block: 0.75rem;
43725
+ padding-inline: 0.75rem;
43726
+ }
43727
+
43715
43728
  .k-breadcrumb-delimiter,
43716
43729
  .k-breadcrumb-delimiter-icon {
43717
43730
  color: inherit;
@@ -43726,54 +43739,6 @@ kendo-card-footer {
43726
43739
  border-color: transparent;
43727
43740
  }
43728
43741
 
43729
- .k-breadcrumb-sm {
43730
- font-size: 0.875rem;
43731
- line-height: 1.4285714286;
43732
- }
43733
-
43734
- .k-breadcrumb-sm .k-breadcrumb-link,
43735
- .k-breadcrumb-sm .k-breadcrumb-root-link {
43736
- padding-block: 0.375rem;
43737
- padding-inline: 0.75rem;
43738
- }
43739
-
43740
- .k-breadcrumb-sm .k-breadcrumb-icon-link {
43741
- padding-block: 0.5rem;
43742
- padding-inline: 0.5rem;
43743
- }
43744
-
43745
- .k-breadcrumb-md {
43746
- font-size: 1rem;
43747
- line-height: 1.5;
43748
- }
43749
-
43750
- .k-breadcrumb-md .k-breadcrumb-link,
43751
- .k-breadcrumb-md .k-breadcrumb-root-link {
43752
- padding-block: 0.5rem;
43753
- padding-inline: 0.75rem;
43754
- }
43755
-
43756
- .k-breadcrumb-md .k-breadcrumb-icon-link {
43757
- padding-block: 0.75rem;
43758
- padding-inline: 0.75rem;
43759
- }
43760
-
43761
- .k-breadcrumb-lg {
43762
- font-size: 1rem;
43763
- line-height: 1.5;
43764
- }
43765
-
43766
- .k-breadcrumb-lg .k-breadcrumb-link,
43767
- .k-breadcrumb-lg .k-breadcrumb-root-link {
43768
- padding-block: 0.625rem;
43769
- padding-inline: 0.75rem;
43770
- }
43771
-
43772
- .k-breadcrumb-lg .k-breadcrumb-icon-link {
43773
- padding-block: 0.875rem;
43774
- padding-inline: 0.875rem;
43775
- }
43776
-
43777
43742
  .k-breadcrumb-link,
43778
43743
  .k-breadcrumb-root-link {
43779
43744
  text-decoration: underline;
@@ -49952,6 +49917,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
49952
49917
  .k-treelist-toggle {
49953
49918
  margin-block: -0.25rem;
49954
49919
  padding: 0.25rem;
49920
+ box-sizing: content-box;
49955
49921
  cursor: pointer;
49956
49922
  }
49957
49923
 
package/dist/all.scss CHANGED
@@ -41961,236 +41961,63 @@ $_kendo-module-meta: (
41961
41961
  // #region @import "./_variables.scss"; -> scss/breadcrumb/_variables.scss
41962
41962
  // Breadcrumb
41963
41963
 
41964
- /// The width of the border around the Breadcrumb.
41965
- /// @group breadcrumb
41966
- $kendo-breadcrumb-border-width: 0px !default;
41967
-
41968
- /// The horizontal margin of the Breadcrumb.
41969
- /// @group breadcrumb
41970
41964
  $kendo-breadcrumb-margin-x: null !default;
41971
- /// The vertical margin of the Breadcrumb.
41972
- /// @group breadcrumb
41973
41965
  $kendo-breadcrumb-margin-y: null !default;
41974
-
41975
- /// The horizontal padding of the Breadcrumb.
41976
- /// @group breadcrumb
41977
41966
  $kendo-breadcrumb-padding-x: null !default;
41978
- /// The vertical padding of the Breadcrumb.
41979
- /// @group breadcrumb
41980
41967
  $kendo-breadcrumb-padding-y: null !default;
41968
+ $kendo-breadcrumb-border-width: 0px !default;
41981
41969
 
41982
- /// The font family of the Breadcrumb.
41983
- /// @group breadcrumb
41984
41970
  $kendo-breadcrumb-font-family: $kendo-font-family !default;
41985
-
41986
- /// The font size of the Breadcrumb.
41987
- /// @group breadcrumb
41988
41971
  $kendo-breadcrumb-font-size: $kendo-font-size-md !default;
41989
- /// The font size of the small Breadcrumb.
41990
- /// @group breadcrumb
41991
- $kendo-breadcrumb-sm-font-size: $kendo-font-size-sm !default;
41992
- /// The font size of the medium Breadcrumb.
41993
- /// @group breadcrumb
41994
- $kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
41995
- /// The font size of the large Breadcrumb.
41996
- /// @group breadcrumb
41997
- $kendo-breadcrumb-lg-font-size: $kendo-font-size-md !default;
41998
-
41999
- /// The line-height of the Breadcrumb.
42000
- /// @group breadcrumb
42001
41972
  $kendo-breadcrumb-line-height: $kendo-line-height-md !default;
42002
- /// The line-height of the small Breadcrumb.
42003
- /// @group breadcrumb
42004
- $kendo-breadcrumb-sm-line-height: k-math-div( 20, 14 ) !default;
42005
- /// The line-height of the medium Breadcrumb.
42006
- /// @group breadcrumb
42007
- $kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
42008
- /// The line-height of the height Breadcrumb.
42009
- /// @group breadcrumb
42010
- $kendo-breadcrumb-lg-line-height: $kendo-line-height-md !default;
42011
-
42012
- /// The base background of the Breadcrumb.
42013
- /// @group breadcrumb
41973
+
42014
41974
  $kendo-breadcrumb-bg: $kendo-component-bg !default;
42015
- /// The base text color of the Breadcrumb.
42016
- /// @group breadcrumb
42017
41975
  $kendo-breadcrumb-text: $kendo-component-text !default;
42018
- /// The base border color of the Breadcrumb.
42019
- /// @group breadcrumb
42020
41976
  $kendo-breadcrumb-border: $kendo-component-border !default;
42021
41977
 
42022
- /// The box shadow of the focused Breadcrumb.
42023
- /// @group breadcrumb
42024
- $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
42025
-
42026
- /// The horizontal padding of the Breadcrumb link.
42027
- /// @group breadcrumb
42028
41978
  $kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
42029
- /// The horizontal padding of the small Breadcrumb link.
42030
- /// @group breadcrumb
42031
- $kendo-breadcrumb-sm-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
42032
- /// The horizontal padding of the medium Breadcrumb link.
42033
- /// @group breadcrumb
42034
- $kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
42035
- /// The horizontal padding of the large Breadcrumb link.
42036
- /// @group breadcrumb
42037
- $kendo-breadcrumb-lg-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
42038
-
42039
- /// The vertical padding of the Breadcrumb link.
42040
- /// @group breadcrumb
42041
41979
  $kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
42042
- /// The vertical padding of the small Breadcrumb link.
42043
- /// @group breadcrumb
42044
- $kendo-breadcrumb-sm-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
42045
- /// The vertical padding of the medium Breadcrumb link.
42046
- /// @group breadcrumb
42047
- $kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
42048
- /// The vertical padding of the large Breadcrumb link.
42049
- /// @group breadcrumb
42050
- $kendo-breadcrumb-lg-link-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
42051
-
42052
- /// The border-radius of the Breadcrumb link.
42053
- /// @group breadcrumb
42054
41980
  $kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
42055
41981
 
42056
- /// The vertical padding of the Breadcrumb link icon.
42057
- /// @group breadcrumb
42058
- $kendo-breadcrumb-icon-link-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
42059
- /// The vertical padding of the small Breadcrumb link icon.
42060
- /// @group breadcrumb
42061
- $kendo-breadcrumb-sm-icon-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
42062
- /// The vertical padding of the medium Breadcrumb link icon.
42063
- /// @group breadcrumb
42064
- $kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
42065
- /// The vertical padding of the large Breadcrumb link icon.
42066
- /// @group breadcrumb
42067
- $kendo-breadcrumb-lg-icon-link-padding-y: k-map-get( $kendo-spacing, 3.5 ) !default;
42068
-
42069
- /// The horizontal padding of the Breadcrumb link icon.
42070
- /// @group breadcrumb
42071
- $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-y !default;
42072
- /// The horizontal padding of the small Breadcrumb link icon.
42073
- /// @group breadcrumb
42074
- $kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
42075
- /// The horizontal padding of the medium Breadcrumb link icon.
42076
- /// @group breadcrumb
42077
- $kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-x !default;
42078
- /// The horizontal padding of the large Breadcrumb link icon.
42079
- /// @group breadcrumb
42080
- $kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
42081
-
42082
- /// The text color of the Breadcrumb link.
42083
- /// @group breadcrumb
42084
- $kendo-breadcrumb-link-initial-text: inherit !default;
42085
- /// The spacing of the Breadcrumb link icon.
42086
- /// @group breadcrumb
41982
+ $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
41983
+ $kendo-breadcrumb-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-x !default;
41984
+
41985
+ $kendo-breadcrumb-root-link-spacing: $kendo-breadcrumb-link-padding-x !default;
42087
41986
  $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
42088
41987
 
42089
- /// The background color of the Breadcrumb link.
42090
- /// @group breadcrumb
41988
+ $kendo-breadcrumb-link-initial-text: inherit !default;
41989
+
42091
41990
  $kendo-breadcrumb-link-bg: null !default;
42092
- /// The text color of the Breadcrumb link.
42093
- /// @group breadcrumb
42094
41991
  $kendo-breadcrumb-link-text: $kendo-link-text !default;
42095
- /// The border color of the Breadcrumb link.
42096
- /// @group breadcrumb
42097
41992
  $kendo-breadcrumb-link-border: null !default;
42098
41993
 
42099
- /// The background color of the hovered Breadcrumb link.
42100
- /// @group breadcrumb
42101
41994
  $kendo-breadcrumb-link-hover-bg: null !default;
42102
- /// The text color of the hovered Breadcrumb link.
42103
- /// @group breadcrumb
42104
41995
  $kendo-breadcrumb-link-hover-text: $kendo-link-hover-text !default;
42105
- /// The border color of the hovered Breadcrumb link.
42106
- /// @group breadcrumb
42107
41996
  $kendo-breadcrumb-link-hover-border: null !default;
42108
41997
 
42109
- /// The background color of the focused Breadcrumb link.
42110
- /// @group breadcrumb
42111
41998
  $kendo-breadcrumb-link-focus-bg: null !default;
42112
- /// The text color of the focused Breadcrumb link.
42113
- /// @group breadcrumb
42114
41999
  $kendo-breadcrumb-link-focus-text: null !default;
42115
- /// The border color of the focused Breadcrumb link.
42116
- /// @group breadcrumb
42117
42000
  $kendo-breadcrumb-link-focus-border: null !default;
42118
- /// The box shadow of the focused Breadcrumb link.
42119
- /// @group breadcrumb
42120
42001
  $kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 ) !default;
42121
42002
 
42122
- /// The background color of the Breadcrumb root link.
42123
- /// @group breadcrumb
42124
42003
  $kendo-breadcrumb-root-link-bg: null !default;
42125
- /// The text color of the Breadcrumb root link.
42126
- /// @group breadcrumb
42127
42004
  $kendo-breadcrumb-root-link-text: $kendo-link-text !default;
42128
- /// The border color of the Breadcrumb root link.
42129
- /// @group breadcrumb
42130
42005
  $kendo-breadcrumb-root-link-border: null !default;
42131
42006
 
42132
- /// The background color of the hovered Breadcrumb root link.
42133
- /// @group breadcrumb
42134
42007
  $kendo-breadcrumb-root-link-hover-bg: null !default;
42135
- /// The text color of the hovered Breadcrumb root link.
42136
- /// @group breadcrumb
42137
42008
  $kendo-breadcrumb-root-link-hover-text: $kendo-link-hover-text !default;
42138
- /// The border color of the hovered Breadcrumb root link.
42139
- /// @group breadcrumb
42140
42009
  $kendo-breadcrumb-root-link-hover-border: null !default;
42141
42010
 
42142
- /// The background color of the focused Breadcrumb root link.
42143
- /// @group breadcrumb
42144
42011
  $kendo-breadcrumb-root-link-focus-bg: null !default;
42145
- /// The text color of the focused Breadcrumb root link.
42146
- /// @group breadcrumb
42147
42012
  $kendo-breadcrumb-root-link-focus-text: null !default;
42148
- /// The border color of the focused Breadcrumb root link.
42149
- /// @group breadcrumb
42150
42013
  $kendo-breadcrumb-root-link-focus-border: null !default;
42151
- /// The box shadow of the focused Breadcrumb root link.
42152
- /// @group breadcrumb
42153
42014
  $kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
42154
42015
 
42155
- /// The background color of the current Breadcrumb root link.
42156
- /// @group breadcrumb
42157
42016
  $kendo-breadcrumb-current-item-bg: null !default;
42158
- /// The text color of the current Breadcrumb root link.
42159
- /// @group breadcrumb
42160
42017
  $kendo-breadcrumb-current-item-text: $kendo-color-secondary !default;
42161
- /// The border color of the current Breadcrumb root link.
42162
- /// @group breadcrumb
42163
42018
  $kendo-breadcrumb-current-item-border: null !default;
42164
42019
 
42165
-
42166
- /// The sizes map for the Breadcrumb.
42167
- /// @group breadcrumb
42168
- $kendo-breadcrumb-sizes: (
42169
- sm: (
42170
- link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
42171
- link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
42172
- icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
42173
- icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
42174
- font-size: $kendo-breadcrumb-sm-font-size,
42175
- line-height: $kendo-breadcrumb-sm-line-height
42176
- ),
42177
- md: (
42178
- link-padding-x: $kendo-breadcrumb-md-link-padding-x,
42179
- link-padding-y: $kendo-breadcrumb-md-link-padding-y,
42180
- icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
42181
- icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
42182
- font-size: $kendo-breadcrumb-md-font-size,
42183
- line-height: $kendo-breadcrumb-md-line-height
42184
- ),
42185
- lg: (
42186
- link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
42187
- link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
42188
- icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
42189
- icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
42190
- font-size: $kendo-breadcrumb-lg-font-size,
42191
- line-height: $kendo-breadcrumb-lg-line-height
42192
- )
42193
- ) !default;
42020
+ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
42194
42021
 
42195
42022
  // #endregion
42196
42023
  // #region @import "./_layout.scss"; -> scss/breadcrumb/_layout.scss
@@ -42208,6 +42035,8 @@ $kendo-breadcrumb-sizes: (
42208
42035
  box-sizing: border-box;
42209
42036
  outline: 0;
42210
42037
  font-family: $kendo-breadcrumb-font-family;
42038
+ font-size: $kendo-breadcrumb-font-size;
42039
+ line-height: $kendo-breadcrumb-line-height;
42211
42040
  display: flex;
42212
42041
  flex-direction: row;
42213
42042
  -webkit-touch-callout: none;
@@ -42259,6 +42088,8 @@ $kendo-breadcrumb-sizes: (
42259
42088
  .k-breadcrumb-link,
42260
42089
  .k-breadcrumb-root-link {
42261
42090
  @include border-radius( $kendo-breadcrumb-link-border-radius );
42091
+ padding-block: $kendo-breadcrumb-link-padding-y;
42092
+ padding-inline: $kendo-breadcrumb-link-padding-x;
42262
42093
  color: $kendo-breadcrumb-link-initial-text;
42263
42094
  text-decoration: none;
42264
42095
  white-space: nowrap;
@@ -42272,12 +42103,21 @@ $kendo-breadcrumb-sizes: (
42272
42103
  transition: $kendo-transition;
42273
42104
  }
42274
42105
 
42106
+ .k-breadcrumb-root-link {
42107
+ margin-inline-end: $kendo-breadcrumb-root-link-spacing;
42108
+ }
42109
+
42275
42110
  .k-breadcrumb-link > .k-image,
42276
42111
  .k-breadcrumb-icontext-link .k-icon,
42277
42112
  .k-breadcrumb-icontext-link .k-svg-icon {
42278
42113
  margin-inline-end: $kendo-breadcrumb-link-icon-spacing;
42279
42114
  }
42280
42115
 
42116
+ .k-breadcrumb-icon-link {
42117
+ padding-block: $kendo-breadcrumb-icon-link-padding-y;
42118
+ padding-inline: $kendo-breadcrumb-icon-link-padding-x;
42119
+ }
42120
+
42281
42121
 
42282
42122
  // Breadcrumb delimiter
42283
42123
  .k-breadcrumb-delimiter,
@@ -42296,34 +42136,6 @@ $kendo-breadcrumb-sizes: (
42296
42136
  }
42297
42137
  }
42298
42138
 
42299
-
42300
- // Sizes
42301
- @each $size, $size-props in $kendo-breadcrumb-sizes {
42302
- $_link-padding-x: k-map-get( $size-props, link-padding-x );
42303
- $_link-padding-y: k-map-get( $size-props, link-padding-y );
42304
- $_icon-link-padding-x: k-map-get( $size-props, icon-link-padding-x );
42305
- $_icon-link-padding-y: k-map-get( $size-props, icon-link-padding-y );
42306
- $_font-size: k-map-get( $size-props, font-size );
42307
- $_line-height: k-map-get( $size-props, line-height );
42308
-
42309
- .k-breadcrumb-#{$size} {
42310
- font-size: $_font-size;
42311
- line-height: $_line-height;
42312
-
42313
-
42314
- .k-breadcrumb-link,
42315
- .k-breadcrumb-root-link {
42316
- padding-block: $_link-padding-y;
42317
- padding-inline: $_link-padding-x;
42318
- }
42319
-
42320
- .k-breadcrumb-icon-link {
42321
- padding-block: $_icon-link-padding-y;
42322
- padding-inline: $_icon-link-padding-x;
42323
- }
42324
- }
42325
- }
42326
-
42327
42139
  }
42328
42140
 
42329
42141
 
@@ -52650,6 +52462,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
52650
52462
  .k-treelist-toggle {
52651
52463
  margin-block: -$kendo-icon-padding;
52652
52464
  padding: $kendo-icon-padding;
52465
+ box-sizing: content-box;
52653
52466
  cursor: pointer;
52654
52467
  }
52655
52468