@progress/kendo-theme-bootstrap 7.2.1-dev.7 → 7.2.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.
Files changed (47) hide show
  1. package/dist/all.css +8 -1
  2. package/dist/all.scss +100 -101
  3. package/dist/meta/sassdoc-data.json +70 -70
  4. package/dist/meta/sassdoc-raw-data.json +35 -35
  5. package/lib/swatches/bootstrap-3-dark.json +1 -1
  6. package/lib/swatches/bootstrap-3.json +1 -1
  7. package/lib/swatches/bootstrap-4-dark.json +1 -1
  8. package/lib/swatches/bootstrap-4.json +1 -1
  9. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  10. package/lib/swatches/bootstrap-main-dark.json +1 -1
  11. package/lib/swatches/bootstrap-main.json +1 -1
  12. package/lib/swatches/bootstrap-nordic.json +1 -1
  13. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  14. package/lib/swatches/bootstrap-turquoise.json +1 -1
  15. package/lib/swatches/bootstrap-urban.json +1 -1
  16. package/lib/swatches/bootstrap-vintage.json +1 -1
  17. package/package.json +5 -5
  18. package/scss/breadcrumb/_variables.scss +1 -1
  19. package/scss/button/_variables.scss +1 -1
  20. package/scss/calendar/_variables.scss +1 -1
  21. package/scss/checkbox/_variables.scss +1 -1
  22. package/scss/core/color-system/_swatch-legacy.scss +1 -1
  23. package/scss/dataviz/_variables.scss +11 -11
  24. package/scss/dock-manager/_variables.scss +1 -1
  25. package/scss/fab/_theme.scss +6 -6
  26. package/scss/filter/_variables.scss +1 -1
  27. package/scss/gantt/_variables.scss +1 -1
  28. package/scss/grid/_variables.scss +6 -6
  29. package/scss/input/_variables.scss +3 -3
  30. package/scss/list/_variables.scss +1 -1
  31. package/scss/listview/_variables.scss +2 -2
  32. package/scss/map/_variables.scss +1 -1
  33. package/scss/mediaplayer/_variables.scss +1 -1
  34. package/scss/menu/_variables.scss +6 -6
  35. package/scss/pager/_variables.scss +1 -1
  36. package/scss/pivotgrid/_variables.scss +1 -1
  37. package/scss/signature/_variables.scss +1 -1
  38. package/scss/skeleton/_variables.scss +1 -1
  39. package/scss/slider/_variables.scss +1 -1
  40. package/scss/spreadsheet/_variables.scss +4 -4
  41. package/scss/stepper/_variables.scss +3 -3
  42. package/scss/switch/_variables.scss +2 -2
  43. package/scss/table/_variables.scss +3 -3
  44. package/scss/taskboard/_variables.scss +1 -1
  45. package/scss/timeline/_variables.scss +3 -3
  46. package/scss/toolbar/_variables.scss +1 -1
  47. package/scss/treeview/_variables.scss +1 -1
package/dist/all.scss CHANGED
@@ -5634,7 +5634,7 @@ $kendo-palettes: (
5634
5634
  color-on-subtle: k-color( #{$color}-on-subtle ),
5635
5635
  on-color: k-color( on-#{$color} ),
5636
5636
  color-on-surface: k-color( #{$color}-on-surface ),
5637
- on-color-disabled: rgba( k-color( on-#{$color}, true ), .46)
5637
+ on-color-disabled: color-mix(in srgb, k-color( on-#{$color} ) 46%, transparent)
5638
5638
  );
5639
5639
 
5640
5640
  @return if( k-map-has-key( $map, $name ), k-map-get( $map, $name ), $name );
@@ -5897,15 +5897,11 @@ $_default-colors: (
5897
5897
  $kendo-colors: $_default-colors !default;
5898
5898
  $kendo-colors: k-map-merge($_default-colors, $kendo-colors);
5899
5899
 
5900
- @function k-color($key, $rgb: false) {
5900
+ @function k-color($key) {
5901
5901
  $_color: k-map-get($kendo-colors, $key);
5902
5902
 
5903
5903
  @if ($_color) {
5904
- @if ($rgb) {
5905
- @return var(--kendo-color-#{$key}-rgb, k-hex-to-rgb($_color));
5906
- } @else {
5907
- @return var(--kendo-color-#{$key}, $_color);
5908
- }
5904
+ @return var(--kendo-color-#{$key}, $_color);
5909
5905
  } @else {
5910
5906
  @error "Color Variable \`#{$key}\` does not exists in the color collection.";
5911
5907
  }
@@ -5916,7 +5912,6 @@ $kendo-colors: k-map-merge($_default-colors, $kendo-colors);
5916
5912
  @each $key, $value in $kendo-colors {
5917
5913
  @if($value) {
5918
5914
  --kendo-color-#{$key}: #{$value};
5919
- --kendo-color-#{$key}-rgb: #{k-hex-to-rgb($value)};
5920
5915
  }
5921
5916
  }
5922
5917
  }
@@ -7638,7 +7633,7 @@ $kendo-zindex-loading: 100 !default;
7638
7633
  $kendo-invalid-bg: null;
7639
7634
  $kendo-invalid-text: $kendo-color-error;
7640
7635
  $kendo-invalid-border: $kendo-color-error;
7641
- $kendo-invalid-shadow: 0 0 0 .25rem rgba( k-color( error, true ), .25 );
7636
+ $kendo-invalid-shadow: 0 0 0 .25rem color-mix(in srgb, k-color( error ) 25%, transparent);
7642
7637
 
7643
7638
  $kendo-theme-colors: (
7644
7639
  "primary": $kendo-color-primary,
@@ -18021,7 +18016,7 @@ $kendo-list-item-focus-bg: null !default;
18021
18016
  $kendo-list-item-focus-text: null !default;
18022
18017
  /// The box shadow of the focused List items.
18023
18018
  /// @group list
18024
- $kendo-list-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 )) !default;
18019
+ $kendo-list-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-list-text, .15 )) !default;
18025
18020
 
18026
18021
  /// The background color of the selected List items.
18027
18022
  /// @group list
@@ -18154,7 +18149,7 @@ $kendo-checkbox-indeterminate-border: $kendo-checkbox-checked-border !default;
18154
18149
  $kendo-checkbox-focus-border: if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% )) !default;
18155
18150
  /// The box shadow of the focused CheckBox.
18156
18151
  /// @group checkbox
18157
- $kendo-checkbox-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) !default;
18152
+ $kendo-checkbox-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
18158
18153
  /// The border color of the focused and checked CheckBox.
18159
18154
  /// @group checkbox
18160
18155
  $kendo-checkbox-focus-checked-border: $kendo-checkbox-checked-border !default;
@@ -19930,7 +19925,7 @@ $kendo-table-group-row-border: $kendo-table-header-border !default;
19930
19925
 
19931
19926
  /// Background color of alternating rows in table.
19932
19927
  /// @group table
19933
- $kendo-table-alt-row-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 )) !default;
19928
+ $kendo-table-alt-row-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .04 )) !default;
19934
19929
  /// Text color of alternating rows in table.
19935
19930
  /// @group table
19936
19931
  $kendo-table-alt-row-text: null !default;
@@ -19941,7 +19936,7 @@ $kendo-table-alt-row-border: null !default;
19941
19936
 
19942
19937
  /// Background color of hovered rows in table.
19943
19938
  /// @group table
19944
- $kendo-table-hover-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 )) !default;
19939
+ $kendo-table-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 9%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .08 )) !default;
19945
19940
  /// Text color of hovered rows in table.
19946
19941
  /// @group table
19947
19942
  $kendo-table-hover-text: null !default;
@@ -19966,7 +19961,7 @@ $kendo-table-focus-shadow: inset 0 0 0 2px rgba( $kendo-color-black, .08) !defau
19966
19961
 
19967
19962
  /// Background color of selected rows in table.
19968
19963
  /// @group table
19969
- $kendo-table-selected-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
19964
+ $kendo-table-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
19970
19965
  /// Text color of selected rows in table.
19971
19966
  /// @group table
19972
19967
  $kendo-table-selected-text: $kendo-table-text !default;
@@ -20092,12 +20087,15 @@ $kendo-table-selected-border: null !default;
20092
20087
  list-style: none;
20093
20088
  outline: none;
20094
20089
 
20090
+ .k-table-row {
20091
+ position: relative;
20092
+ }
20093
+
20095
20094
  .k-table-row,
20096
20095
  .k-table-group-row {
20097
20096
  width: 100%;
20098
20097
  box-sizing: border-box;
20099
20098
  display: table-row;
20100
- position: relative;
20101
20099
  }
20102
20100
  .k-table-row.k-first {
20103
20101
  border-top: 1px solid currentColor;
@@ -20109,6 +20107,7 @@ $kendo-table-selected-border: null !default;
20109
20107
  }
20110
20108
 
20111
20109
  .k-table-group-row {
20110
+ position: sticky;
20112
20111
 
20113
20112
  &::before {
20114
20113
  content: "\200b";
@@ -21293,7 +21292,7 @@ $kendo-button-focus-border: if($kendo-enable-color-system, k-color( base-active
21293
21292
  $kendo-button-focus-gradient: null !default;
21294
21293
  /// The base shadow of the focused Button.
21295
21294
  /// @group button
21296
- $kendo-button-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( border, true ), .5), rgba( $kendo-button-border, .5 )) !default;
21295
+ $kendo-button-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 50%, transparent), rgba( $kendo-button-border, .5 )) !default;
21297
21296
 
21298
21297
  /// The base background of the disabled Button.
21299
21298
  /// @group button
@@ -21761,7 +21760,7 @@ $kendo-chip-list-sizes: (
21761
21760
 
21762
21761
  &:focus,
21763
21762
  &.k-focus {
21764
- @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), rgba( $color, .16 )) );
21763
+ @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), rgba( $color, .16 )) );
21765
21764
  }
21766
21765
 
21767
21766
  &:hover,
@@ -21815,7 +21814,7 @@ $kendo-chip-list-sizes: (
21815
21814
 
21816
21815
  &:focus,
21817
21816
  &.k-focus {
21818
- @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
21817
+ @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
21819
21818
  }
21820
21819
 
21821
21820
  &:hover,
@@ -21841,7 +21840,7 @@ $kendo-chip-list-sizes: (
21841
21840
 
21842
21841
  &:focus,
21843
21842
  &.k-focus {
21844
- @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( $name, true ), .16 ), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
21843
+ @include focus-indicator( 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 16%, transparent), if( $kendo-is-dark-theme, rgba( k-color-tint( $color, 50% ), .32 ), rgba( $color, .16 ))) );
21845
21844
  }
21846
21845
 
21847
21846
  &:hover,
@@ -22905,7 +22904,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
22905
22904
 
22906
22905
  /// The background color of the Skeleton item.
22907
22906
  /// @group skeleton
22908
- $kendo-skeleton-item-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 )) !default;
22907
+ $kendo-skeleton-item-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $kendo-color-inverse, .2 )) !default;
22909
22908
  /// The background color of the Skeleton wave animation.
22910
22909
  /// @group skeleton
22911
22910
  $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
@@ -23630,7 +23629,7 @@ $_kendo-module-meta: (
23630
23629
  &:focus,
23631
23630
  &.k-focus {
23632
23631
  @if ( $kendo-solid-button-shadow ) {
23633
- @include focus-indicator( 0 0 $kendo-solid-button-shadow-blur $kendo-solid-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-solid-button-shadow-opacity ), rgba( $_button-border, $kendo-solid-button-shadow-opacity )), true, true );
23632
+ @include focus-indicator( 0 0 $kendo-solid-button-shadow-blur $kendo-solid-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-solid-button-shadow-opacity * 100% ), transparent), rgba( $_button-border, $kendo-solid-button-shadow-opacity )), true, true );
23634
23633
  }
23635
23634
  }
23636
23635
 
@@ -23700,9 +23699,9 @@ $_kendo-module-meta: (
23700
23699
  &.k-focus {
23701
23700
  @if $kendo-outline-button-shadow {
23702
23701
  @if $name == "base" {
23703
- @include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), $kendo-outline-button-shadow-opacity ), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
23702
+ @include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) ( $kendo-outline-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
23704
23703
  } @else {
23705
- @include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-outline-button-shadow-opacity ), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
23704
+ @include focus-indicator( 0 0 $kendo-outline-button-shadow-blur $kendo-outline-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-outline-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-outline-button-shadow-opacity )), true, true );
23706
23705
  }
23707
23706
  }
23708
23707
  }
@@ -23785,9 +23784,9 @@ $_kendo-module-meta: (
23785
23784
  &.k-focus {
23786
23785
  @if ( $kendo-link-button-shadow ) {
23787
23786
  @if $name == "base" {
23788
- @include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), $kendo-link-button-shadow-opacity ), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
23787
+ @include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) ( $kendo-link-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
23789
23788
  } @else {
23790
- @include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, rgba( k-color( $name, true ), $kendo-link-button-shadow-opacity ), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
23789
+ @include focus-indicator( 0 0 $kendo-link-button-shadow-blur $kendo-link-button-shadow-spread if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) ( $kendo-link-button-shadow-opacity * 100% ), transparent), rgba( $color, $kendo-link-button-shadow-opacity )), true, true );
23791
23790
  }
23792
23791
  }
23793
23792
  }
@@ -23945,31 +23944,31 @@ $kendo-menu-item-spacing: 0 !default;
23945
23944
  $kendo-menu-item-icon-spacing: $kendo-icon-spacing !default;
23946
23945
 
23947
23946
  $kendo-menu-item-bg: null !default;
23948
- $kendo-menu-item-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-menu-text, .5 )) !default;
23947
+ $kendo-menu-item-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-menu-text, .5 )) !default;
23949
23948
  $kendo-menu-item-border: null !default;
23950
23949
  $kendo-menu-item-gradient: null !default;
23951
23950
 
23952
23951
  $kendo-menu-item-hover-bg: null !default;
23953
- $kendo-menu-item-hover-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .7 ), rgba( $kendo-menu-text, .7 )) !default;
23952
+ $kendo-menu-item-hover-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), rgba( $kendo-menu-text, .7 )) !default;
23954
23953
  $kendo-menu-item-hover-border: null !default;
23955
23954
  $kendo-menu-item-hover-gradient: null !default;
23956
23955
 
23957
23956
  $kendo-menu-item-expanded-bg: null !default;
23958
- $kendo-menu-item-expanded-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .9 ), rgba( $kendo-menu-text, .9 )) !default;
23957
+ $kendo-menu-item-expanded-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 90%, transparent), rgba( $kendo-menu-text, .9 )) !default;
23959
23958
  $kendo-menu-item-expanded-border: null !default;
23960
23959
  $kendo-menu-item-expanded-gradient: null !default;
23961
23960
 
23962
- $kendo-menu-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-menu-text, .15 )) !default;
23961
+ $kendo-menu-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-menu-text, .15 )) !default;
23963
23962
 
23964
23963
  $kendo-menu-separator-spacing: k-map-get( $kendo-spacing, 1 ) !default;
23965
23964
 
23966
23965
  $kendo-menu-scroll-button-bg: $kendo-menu-bg !default;
23967
- $kendo-menu-scroll-button-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-menu-text, .5 )) !default;
23966
+ $kendo-menu-scroll-button-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-menu-text, .5 )) !default;
23968
23967
  $kendo-menu-scroll-button-border: $kendo-menu-border !default;
23969
23968
  $kendo-menu-scroll-button-gradient: null !default;
23970
23969
 
23971
23970
  $kendo-menu-scroll-button-hover-bg: null !default;
23972
- $kendo-menu-scroll-button-hover-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .7 ), rgba( $kendo-menu-text, .7 )) !default;
23971
+ $kendo-menu-scroll-button-hover-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), rgba( $kendo-menu-text, .7 )) !default;
23973
23972
  $kendo-menu-scroll-button-hover-border: null !default;
23974
23973
  $kendo-menu-scroll-button-hover-gradient: null !default;
23975
23974
 
@@ -24732,7 +24731,7 @@ $kendo-toolbar-input-width: 10em !default;
24732
24731
 
24733
24732
  /// The box shadow of the focused Toolbar item.
24734
24733
  /// @group toolbar
24735
- $kendo-toolbar-item-shadow: 0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) !default;
24734
+ $kendo-toolbar-item-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
24736
24735
 
24737
24736
  /// Border width of the flat Toolbar.
24738
24737
  /// @group toolbar
@@ -25502,7 +25501,7 @@ $kendo-input-outline-bg: null !default;
25502
25501
  $kendo-input-outline-text: $kendo-base-text !default;
25503
25502
  /// The border color of the outline Input components.
25504
25503
  /// @group input
25505
- $kendo-input-outline-border: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 )) !default;
25504
+ $kendo-input-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-base-text, .5 )) !default;
25506
25505
 
25507
25506
  /// The background color of the outline hovered Input components.
25508
25507
  /// @group input
@@ -25693,7 +25692,7 @@ $kendo-picker-outline-bg: null !default;
25693
25692
  $kendo-picker-outline-text: $kendo-button-text !default;
25694
25693
  /// The border color of the outline Picker components.
25695
25694
  /// @group picker
25696
- $kendo-picker-outline-border: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 )) !default;
25695
+ $kendo-picker-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-picker-outline-text, .5 )) !default;
25697
25696
 
25698
25697
  /// The background color of the outline hovered Picker components.
25699
25698
  /// @group picker
@@ -25740,7 +25739,7 @@ $kendo-picker-flat-border: $kendo-button-border !default;
25740
25739
 
25741
25740
  /// The background color of the flat hovered Picker components.
25742
25741
  /// @group picker
25743
- $kendo-picker-flat-hover-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 )) !default;
25742
+ $kendo-picker-flat-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-button-text, .08 )) !default;
25744
25743
  /// The text color of the flat hovered Picker components.
25745
25744
  /// @group picker
25746
25745
  $kendo-picker-flat-hover-text: null !default;
@@ -29532,7 +29531,7 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
29532
29531
 
29533
29532
  .k-progressbar-indeterminate {
29534
29533
  @include fill( $kendo-progressbar-indeterminate-text, $kendo-progressbar-indeterminate-bg, $kendo-progressbar-indeterminate-border );
29535
- @include striped-gradient( if($kendo-enable-color-system, rgba( k-color( base-emphasis, true ), .55 ), k-color-shade($kendo-progressbar-indeterminate-bg)) );
29534
+ @include striped-gradient( if($kendo-enable-color-system, color-mix(in srgb, k-color( base-emphasis ) 55%, transparent), k-color-shade($kendo-progressbar-indeterminate-bg)) );
29536
29535
  background-size: $kendo-progressbar-height $kendo-progressbar-height;
29537
29536
  animation: kendo-progressbar-indeterminate-animation $kendo-progressbar-animation-timing;
29538
29537
  }
@@ -30299,7 +30298,7 @@ $kendo-slider-draghandle-pressed-gradient: null !default;
30299
30298
 
30300
30299
  /// The shadow of the focused Slider drag handle.
30301
30300
  /// @group slider
30302
- $kendo-slider-draghandle-focus-shadow: 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .5 ), rgba( $kendo-color-primary, .5 )) !default;
30301
+ $kendo-slider-draghandle-focus-shadow: 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 50%, transparent), rgba( $kendo-color-primary, .5 )) !default;
30303
30302
 
30304
30303
  /// The transition speed of the Slider.
30305
30304
  /// @group slider
@@ -30977,7 +30976,7 @@ $kendo-calendar-cell-selected-hover-border: $kendo-selected-hover-border !defaul
30977
30976
  $kendo-calendar-cell-selected-hover-gradient: null !default;
30978
30977
 
30979
30978
  $kendo-calendar-cell-focus-shadow: inset $kendo-button-focus-shadow !default;
30980
- $kendo-calendar-cell-selected-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary-active, true ), .5 ), rgba( k-color-darken( $kendo-color-primary, 12.5% ), .5 )) !default;
30979
+ $kendo-calendar-cell-selected-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary-active ) 50%, transparent), rgba( k-color-darken( $kendo-color-primary, 12.5% ), .5 )) !default;
30981
30980
 
30982
30981
 
30983
30982
  // Calendar navigation
@@ -31728,7 +31727,7 @@ $kendo-calendar-sizes: (
31728
31727
  .k-calendar { // stylelint-disable-line
31729
31728
 
31730
31729
  $kendo-calendar-range-gap: 1px !default;
31731
- $kendo-calendar-range-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-calendar-cell-selected-bg, .25 ));
31730
+ $kendo-calendar-range-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-calendar-cell-selected-bg, .25 ));
31732
31731
  $kendo-calendar-range-split-size: 5px !default;
31733
31732
 
31734
31733
  .k-range-start,
@@ -35334,7 +35333,7 @@ $kendo-treeview-item-selected-gradient: null !default;
35334
35333
 
35335
35334
  /// The box shadow of focused TreeView items.
35336
35335
  /// @group treeview
35337
- $kendo-treeview-item-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-treeview-text, .15 )) !default;
35336
+ $kendo-treeview-item-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-treeview-text, .15 )) !default;
35338
35337
 
35339
35338
  /// The background color of the Load More button in the TreeView.
35340
35339
  /// @group treeview
@@ -36396,7 +36395,7 @@ $kendo-switch-off-track-focus-border: if($kendo-enable-color-system, k-color( pr
36396
36395
  $kendo-switch-off-track-focus-gradient: null !default;
36397
36396
  /// The ring around the track when the focused Switch is not checked.
36398
36397
  /// @group switch
36399
- $kendo-switch-off-track-focus-ring: .25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) !default;
36398
+ $kendo-switch-off-track-focus-ring: .25rem solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
36400
36399
 
36401
36400
  /// The background of the track when the disabled Switch is not checked.
36402
36401
  /// @group switch
@@ -36478,7 +36477,7 @@ $kendo-switch-on-track-focus-border: null !default;
36478
36477
  $kendo-switch-on-track-focus-gradient: null !default;
36479
36478
  /// The ring around the track when the focused Switch is checked.
36480
36479
  /// @group switch
36481
- $kendo-switch-on-track-focus-ring: .25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 )) !default;
36480
+ $kendo-switch-on-track-focus-ring: .25rem solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-switch-on-track-border, .25 )) !default;
36482
36481
 
36483
36482
  /// The background of the track when the disabled Switch is checked.
36484
36483
  /// @group switch
@@ -36759,7 +36758,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
36759
36758
  $kendo-switch-off-track-focus-gradient
36760
36759
  );
36761
36760
  @if $kendo-enable-focus-contrast {
36762
- @include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
36761
+ @include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
36763
36762
  } @else {
36764
36763
  outline: $kendo-switch-off-track-focus-ring;
36765
36764
  }
@@ -36839,7 +36838,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
36839
36838
  $kendo-switch-on-track-focus-gradient
36840
36839
  );
36841
36840
  @if $kendo-enable-focus-contrast {
36842
- @include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
36841
+ @include box-shadow( 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
36843
36842
  } @else {
36844
36843
  outline: $kendo-switch-on-track-focus-ring;
36845
36844
  }
@@ -38340,7 +38339,7 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
38340
38339
  @if $kendo-enable-focus-contrast {
38341
38340
  @include box-shadow( inset 0 0 0 2px currentColor );
38342
38341
  } @else {
38343
- outline: $kendo-fab-outline-style $kendo-fab-outline-width if($kendo-enable-color-system, rgba( k-color( $name, true ), .3 ), rgba( $color, .3 ));
38342
+ outline: $kendo-fab-outline-style $kendo-fab-outline-width if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 30%, transparent), rgba( $color, .3 ));
38344
38343
  }
38345
38344
  }
38346
38345
  }
@@ -38361,8 +38360,8 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
38361
38360
  .k-disabled.k-fab-solid-#{$name},
38362
38361
  .k-fab-solid-#{$name}:disabled {
38363
38362
  @include box-shadow($kendo-fab-disabled-shadow);
38364
- background-color: if($kendo-enable-color-system, rgba( k-color( $name, true ), .6 ), k-try-tint( $color, 5 ));
38365
- color: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .6 ), k-try-tint( k-contrast-legacy( $color ), 5 ));
38363
+ background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 60%, transparent), k-try-tint( $color, 5 ));
38364
+ color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 60%, transparent), k-try-tint( k-contrast-legacy( $color ), 5 ));
38366
38365
  opacity: 1;
38367
38366
  }
38368
38367
  }
@@ -38401,7 +38400,7 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
38401
38400
  .k-fab-item.k-focus .k-fab-item-text,
38402
38401
  .k-fab-item.k-focus .k-fab-item-icon {
38403
38402
  @if $kendo-enable-focus-contrast {
38404
- @include box-shadow( inset 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
38403
+ @include box-shadow( inset 0 0 0 2px if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )) );
38405
38404
  } @else {
38406
38405
  outline: $kendo-fab-item-outline-style $kendo-fab-item-outline-width $kendo-fab-item-outline-color;
38407
38406
  }
@@ -38423,8 +38422,8 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
38423
38422
  .k-fab-item-text,
38424
38423
  .k-fab-item-icon {
38425
38424
  @include box-shadow($kendo-fab-item-disabled-shadow);
38426
- background-color: if($kendo-enable-color-system, rgba( k-color( base, true ), .6 ), k-try-tint( $kendo-fab-item-bg, 5 ));
38427
- color: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .6 ), k-try-tint( $kendo-fab-item-text, 5 ));
38425
+ background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 60%, transparent), k-try-tint( $kendo-fab-item-bg, 5 ));
38426
+ color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-try-tint( $kendo-fab-item-text, 5 ));
38428
38427
  }
38429
38428
  }
38430
38429
 
@@ -38471,7 +38470,7 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
38471
38470
  @each $name, $color in $kendo-fab-theme-colors {
38472
38471
  .k-fab-solid-#{$name}:focus,
38473
38472
  .k-fab-solid-#{$name}.k-focus {
38474
- outline: $kendo-fab-outline-width $kendo-fab-outline-style if($kendo-enable-color-system, rgba( k-color( $name, true ), .5 ), rgba( $color, .5 ));
38473
+ outline: $kendo-fab-outline-width $kendo-fab-outline-style if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 50%, transparent), rgba( $color, .5 ));
38475
38474
  }
38476
38475
  }
38477
38476
 
@@ -38492,8 +38491,8 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
38492
38491
  .k-fab-solid-#{$name}:disabled,
38493
38492
  .k-fab-solid-#{$name}.k-disabled {
38494
38493
  @include box-shadow( $kendo-fab-disabled-shadow );
38495
- background-color: if($kendo-enable-color-system, rgba( k-color( $name, true ), .65 ), k-try-tint( $color, 4.5 ));
38496
- color: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .65 ), k-try-tint( k-contrast-color( $color ), 5 ));
38494
+ background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 65%, transparent), k-try-tint( $color, 4.5 ));
38495
+ color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 65%, transparent), k-try-tint( k-contrast-color( $color ), 5 ));
38497
38496
  opacity: 1;
38498
38497
  }
38499
38498
  }
@@ -38534,7 +38533,7 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
38534
38533
  .k-fab-item.k-focus .k-fab-item-text,
38535
38534
  .k-fab-item:focus .k-fab-item-icon,
38536
38535
  .k-fab-item.k-focus .k-fab-item-icon {
38537
- outline: $kendo-fab-item-outline-width $kendo-fab-item-outline-style if($kendo-enable-color-system, rgba( k-color( base, true ), .5 ), rgba( $kendo-fab-item-icon-border, .5 ));
38536
+ outline: $kendo-fab-item-outline-width $kendo-fab-item-outline-style if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 50%, transparent), rgba( $kendo-fab-item-icon-border, .5 ));
38538
38537
  }
38539
38538
 
38540
38539
  // Active state
@@ -38556,8 +38555,8 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
38556
38555
  .k-fab-item-text,
38557
38556
  .k-fab-item-icon {
38558
38557
  @include box-shadow( $kendo-fab-item-disabled-shadow );
38559
- background-color: if($kendo-enable-color-system, rgba( k-color( base, true ), .65 ), k-try-tint( $kendo-fab-item-bg, 8 ));
38560
- color: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .65 ), k-try-tint( $kendo-fab-item-text, 8 ));
38558
+ background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 65%, transparent), k-try-tint( $kendo-fab-item-bg, 8 ));
38559
+ color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 65%, transparent), k-try-tint( $kendo-fab-item-text, 8 ));
38561
38560
  }
38562
38561
  }
38563
38562
 
@@ -41830,13 +41829,13 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
41830
41829
  @each $name, $color in $kendo-theme-colors {
41831
41830
  .k-bottom-nav-solid-#{$name} {
41832
41831
  @include fill(
41833
- $color: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .65 ), k-true-mix( $color, k-contrast-legacy( $color ), 35%)),
41832
+ $color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 65%, transparent), k-true-mix( $color, k-contrast-legacy( $color ), 35%)),
41834
41833
  $bg: $color
41835
41834
  );
41836
41835
 
41837
41836
  .k-bottom-nav-item.k-focus,
41838
41837
  .k-bottom-nav-item:focus {
41839
- @include fill( $bg: if($kendo-enable-color-system, rgba( k-color( on-#{$name}, true ), .125 ), rgba(k-true-mix( $color, k-contrast-legacy( $color ), 35%), .2)));
41838
+ @include fill( $bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 12.5%, transparent), rgba(k-true-mix( $color, k-contrast-legacy( $color ), 35%), .2)));
41840
41839
  }
41841
41840
 
41842
41841
  .k-bottom-nav-item.k-selected {
@@ -41860,7 +41859,7 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
41860
41859
 
41861
41860
  .k-bottom-nav-item.k-focus,
41862
41861
  .k-bottom-nav-item:focus {
41863
- @include fill( $bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05), rgba($kendo-bottom-nav-flat-text, .05)) );
41862
+ @include fill( $bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba($kendo-bottom-nav-flat-text, .05)) );
41864
41863
  }
41865
41864
 
41866
41865
  .k-bottom-nav-item.k-selected {
@@ -42104,7 +42103,7 @@ $kendo-breadcrumb-link-focus-text: null !default;
42104
42103
  $kendo-breadcrumb-link-focus-border: null !default;
42105
42104
  /// The box shadow of the focused Breadcrumb link.
42106
42105
  /// @group breadcrumb
42107
- $kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .25 ), rgba( $kendo-breadcrumb-text, .25 )) !default;
42106
+ $kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( $kendo-breadcrumb-text, .25 )) !default;
42108
42107
 
42109
42108
  /// The background color of the Breadcrumb root link.
42110
42109
  /// @group breadcrumb
@@ -42643,7 +42642,7 @@ $kendo-pager-item-focus-opacity: null !default;
42643
42642
  $kendo-pager-item-focus-bg: $kendo-pager-item-bg !default;
42644
42643
  /// The box shadow of the focused Pager items.
42645
42644
  /// @group pager
42646
- $kendo-pager-item-focus-shadow: 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25)) !default;
42645
+ $kendo-pager-item-focus-shadow: 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-color-primary, .25)) !default;
42647
42646
 
42648
42647
  /// The border radius of the Pager numbers.
42649
42648
  /// @group pager
@@ -43090,7 +43089,7 @@ $kendo-stepper-indicator-hover-border: null !default;
43090
43089
  $kendo-stepper-indicator-disabled-bg: null !default;
43091
43090
  /// The text color of the disabled Stepper indicator.
43092
43091
  /// @group stepper
43093
- $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .65 ), $kendo-disabled-text) !default;
43092
+ $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text) !default;
43094
43093
  /// The border color of the disabled Stepper indicator.
43095
43094
  /// @group stepper
43096
43095
  $kendo-stepper-indicator-disabled-border: null !default;
@@ -43117,7 +43116,7 @@ $kendo-stepper-indicator-done-hover-border: null !default;
43117
43116
 
43118
43117
  /// The background color of the Stepper's disabled done indicator.
43119
43118
  /// @group stepper
43120
- $kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
43119
+ $kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
43121
43120
  /// The text color of the Stepper's disabled done indicator.
43122
43121
  /// @group stepper
43123
43122
  $kendo-stepper-indicator-done-disabled-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) !default;
@@ -43169,7 +43168,7 @@ $kendo-stepper-label-error-text: $kendo-color-error !default;
43169
43168
  $kendo-stepper-label-hover-text: null !default;
43170
43169
  /// The text color of the disabled Stepper label.
43171
43170
  /// @group stepper
43172
- $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .65 ), $kendo-disabled-text) !default;
43171
+ $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text) !default;
43173
43172
 
43174
43173
  /// The text color of the optional Stepper label.
43175
43174
  /// @group stepper
@@ -46295,7 +46294,7 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
46295
46294
  $kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
46296
46295
  /// The background color of the dropping area in the DockManager component.
46297
46296
  /// @group dock-manager
46298
- $kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) !default;
46297
+ $kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 )) !default;
46299
46298
  /// The border color of the dropping area in the DockManager component.
46300
46299
  /// @group dock-manager
46301
46300
  $kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
@@ -47650,7 +47649,7 @@ $kendo-grid-selection-aggregates-font-weight: $kendo-font-weight-bold !default;
47650
47649
  $kendo-grid-grouping-row-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-grid-bg )) !default;
47651
47650
  $kendo-grid-grouping-row-text: $kendo-grid-text !default;
47652
47651
 
47653
- $kendo-grid-sorted-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .02 ), rgba( k-contrast-color( $kendo-grid-bg ), .02 )) !default;
47652
+ $kendo-grid-sorted-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 2%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .02 )) !default;
47654
47653
  $kendo-grid-sorting-indicator-text: $kendo-color-primary !default;
47655
47654
  $kendo-grid-sorting-index-font-size: ($kendo-icon-size * .75) !default;
47656
47655
  $kendo-grid-sorting-index-height: $kendo-icon-size !default;
@@ -47668,7 +47667,7 @@ $kendo-grid-command-cell-padding-y: calc( #{$kendo-grid-cell-padding-y} - (#{$ke
47668
47667
  // Must be a solid color
47669
47668
  $kendo-grid-sticky-bg: $kendo-grid-bg !default;
47670
47669
  $kendo-grid-sticky-text: $kendo-grid-text !default;
47671
- $kendo-grid-sticky-border: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba($kendo-grid-text, .5)) !default;
47670
+ $kendo-grid-sticky-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba($kendo-grid-text, .5)) !default;
47672
47671
 
47673
47672
  // Must be a solid color
47674
47673
  $kendo-grid-sticky-alt-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-grid-bg, .5 )) !default;
@@ -47680,12 +47679,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
47680
47679
  $kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
47681
47680
  $kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-bg !default;
47682
47681
 
47683
- $kendo-grid-sticky-selected-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), k-color-mix( $kendo-selected-bg, $kendo-grid-bg, 25% )) !default;
47684
- $kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .24 ), k-color-shade( $kendo-grid-sticky-selected-bg, .4 )) !default;
47682
+ $kendo-grid-sticky-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), k-color-mix( $kendo-selected-bg, $kendo-grid-bg, 25% )) !default;
47683
+ $kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 24%, transparent), k-color-shade( $kendo-grid-sticky-selected-bg, .4 )) !default;
47685
47684
 
47686
47685
  // Must be a solid color
47687
47686
  $kendo-grid-sticky-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-grid-bg )) !default;
47688
- $kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .24 ), k-color-shade( $kendo-grid-sticky-selected-bg, .7 )) !default;
47687
+ $kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 24%, transparent), k-color-shade( $kendo-grid-sticky-selected-bg, .7 )) !default;
47689
47688
 
47690
47689
  $kendo-grid-column-menu-width: 250px !default;
47691
47690
  $kendo-grid-column-menu-max-width: 320px !default;
@@ -47736,7 +47735,7 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
47736
47735
 
47737
47736
  /// Background color of the grid row resize indicator
47738
47737
  /// @group grid
47739
- $kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) !default;
47738
+ $kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) !default;
47740
47739
  /// Active background color of the grid row resize indicator
47741
47740
  /// @group grid
47742
47741
  $kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
@@ -50305,7 +50304,7 @@ $kendo-listview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
50305
50304
  $kendo-listview-item-selected-text: null !default;
50306
50305
  /// The background color of the selected ListView items.
50307
50306
  /// @group listview
50308
- $kendo-listview-item-selected-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
50307
+ $kendo-listview-item-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
50309
50308
  /// The border color of the selected ListView items.
50310
50309
  /// @group listview
50311
50310
  $kendo-listview-item-selected-border: null !default;
@@ -50321,7 +50320,7 @@ $kendo-listview-item-focus-bg: null !default;
50321
50320
  $kendo-listview-item-focus-border: null !default;
50322
50321
  /// The box shadow of the focused ListView items.
50323
50322
  /// @group listview
50324
- $kendo-listview-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 )) !default;
50323
+ $kendo-listview-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-listview-text, .15 )) !default;
50325
50324
 
50326
50325
  // #endregion
50327
50326
  // #region @import "./_layout.scss"; -> scss/listview/_layout.scss
@@ -50742,7 +50741,7 @@ $kendo-spreadsheet-view-font-size: $kendo-spreadsheet-font-size !default;
50742
50741
 
50743
50742
  /// The background color of the Spreadsheet selection.
50744
50743
  /// @group spreadsheet
50745
- $kendo-spreadsheet-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
50744
+ $kendo-spreadsheet-selection-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
50746
50745
  /// The text color of the Spreadsheet selection.
50747
50746
  /// @group spreadsheet
50748
50747
  $kendo-spreadsheet-selection-text: null !default;
@@ -50765,7 +50764,7 @@ $kendo-spreadsheet-single-selection-border: $kendo-spreadsheet-bg !default;
50765
50764
 
50766
50765
  /// The background color of the Spreadsheet partial selection.
50767
50766
  /// @group spreadsheet
50768
- $kendo-spreadsheet-partial-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
50767
+ $kendo-spreadsheet-partial-selection-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
50769
50768
 
50770
50769
  /// The background color of the Spreadsheet active cell.
50771
50770
  /// @group spreadsheet
@@ -50776,7 +50775,7 @@ $kendo-spreadsheet-active-cell-shadow: inset 0 0 0 1px $kendo-selected-bg !defau
50776
50775
 
50777
50776
  /// The background color of the Spreadsheet auto fill.
50778
50777
  /// @group spreadsheet
50779
- $kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
50778
+ $kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
50780
50779
  /// The text color of the Spreadsheet auto fill.
50781
50780
  /// @group spreadsheet
50782
50781
  $kendo-spreadsheet-auto-fill-text: null !default;
@@ -50906,7 +50905,7 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
50906
50905
 
50907
50906
  /// The background color of the Spreadsheet drawing anchor.
50908
50907
  /// @group spreadsheet
50909
- $kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
50908
+ $kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
50910
50909
 
50911
50910
  /// The vertical spacing of the Spreadsheet DropZone.
50912
50911
  /// @group spreadsheet
@@ -52178,7 +52177,7 @@ $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-h
52178
52177
  $kendo-pivotgrid-hover-text: null !default;
52179
52178
  $kendo-pivotgrid-hover-border: null !default;
52180
52179
 
52181
- $kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) !default;
52180
+ $kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
52182
52181
  $kendo-pivotgrid-selected-text: null !default;
52183
52182
  $kendo-pivotgrid-selected-border: null !default;
52184
52183
 
@@ -53531,7 +53530,7 @@ $kendo-filter-preview-operator-text: $kendo-subtle-text !default;
53531
53530
 
53532
53531
  /// The box shadow of the focused Filter toolbar.
53533
53532
  /// @group filter
53534
- $kendo-filter-toolbar-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) !default;
53533
+ $kendo-filter-toolbar-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
53535
53534
 
53536
53535
  // #endregion
53537
53536
  // #region @import "./_layout.scss"; -> scss/filter/_layout.scss
@@ -54654,7 +54653,7 @@ $kendo-taskboard-drag-placeholder-border-width: 1px !default;
54654
54653
  $kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-radius !default;
54655
54654
  /// The background color of the TaskBoard Card placeholder.
54656
54655
  /// @group taskboard
54657
- $kendo-taskboard-drag-placeholder-bg: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .1 ) !default;
54656
+ $kendo-taskboard-drag-placeholder-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 10%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .1 )) !default;
54658
54657
  /// The border color of the TaskBoard Card placeholder.
54659
54658
  /// @group taskboard
54660
54659
  $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
@@ -56369,7 +56368,7 @@ $kendo-gantt-treelist-bg: null !default;
56369
56368
  $kendo-gantt-treelist-text: null !default;
56370
56369
  $kendo-gantt-treelist-border: null !default;
56371
56370
 
56372
- $kendo-gantt-nonwork-bg: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .03 ), rgba( k-contrast-color( $kendo-gantt-bg ), .025 )) !default;
56371
+ $kendo-gantt-nonwork-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 3%, transparent), rgba( k-contrast-color( $kendo-gantt-bg ), .025 )) !default;
56373
56372
  $kendo-gantt-nonwork-text: null !default;
56374
56373
  $kendo-gantt-nonwork-border: null !default;
56375
56374
 
@@ -58983,7 +58982,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
58983
58982
 
58984
58983
  .k-scheduler-layout td.k-selected,
58985
58984
  .k-scheduler-layout .k-scheduler-cell.k-selected {
58986
- background-color: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25));
58985
+ background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25));
58987
58986
  }
58988
58987
 
58989
58988
  .k-scheduler-layout-flex {
@@ -59100,7 +59099,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
59100
59099
 
59101
59100
  // Selected
59102
59101
  .k-scheduler-content tr.k-selected {
59103
- background-color: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25));
59102
+ background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25));
59104
59103
  }
59105
59104
  .k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
59106
59105
  .k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
@@ -60079,7 +60078,7 @@ $kendo-media-player-titlebar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
60079
60078
  $kendo-media-player-titlebar-bg: null !default;
60080
60079
  $kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
60081
60080
  $kendo-media-player-titlebar-border: null !default;
60082
- $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( rgba( k-color( on-app-surface, true ), .7 ), rgba( k-color( on-app-surface, true ), 0 ) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) )) !default;
60081
+ $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), color-mix(in srgb, k-color( on-app-surface ) 0%, transparent) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) )) !default;
60083
60082
 
60084
60083
  // #endregion
60085
60084
  // #region @import "./_layout.scss"; -> scss/mediaplayer/_layout.scss
@@ -60217,7 +60216,7 @@ $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( rgba( k-
60217
60216
  .k-mediaplayer-titlebar {
60218
60217
  color: $kendo-media-player-titlebar-text;
60219
60218
  background-image: linear-gradient( $kendo-media-player-titlebar-gradient );
60220
- text-shadow: 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-media-player-text, .5 ));
60219
+ text-shadow: 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-media-player-text, .5 ));
60221
60220
  }
60222
60221
 
60223
60222
  }
@@ -60332,13 +60331,13 @@ $kendo-timeline-track-arrow-height: 38px !default;
60332
60331
 
60333
60332
  /// The background color of the disabled Timeline track arrow.
60334
60333
  /// @group timeline
60335
- $kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, rgba( k-color( base-subtle, true ), .65 ), k-true-mix( $kendo-button-bg, $kendo-body-bg, 65% )) !default;
60334
+ $kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 65%, transparent), k-true-mix( $kendo-button-bg, $kendo-body-bg, 65% )) !default;
60336
60335
  /// The text color of the disabled Timeline track arrow.
60337
60336
  /// @group timeline
60338
- $kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-base, true ), .65 ), k-true-mix( $kendo-button-text, $kendo-body-bg, 65% )) !default;
60337
+ $kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 65%, transparent), k-true-mix( $kendo-button-text, $kendo-body-bg, 65% )) !default;
60339
60338
  /// The border color of the disabled Timeline track arrow.
60340
60339
  /// @group timeline
60341
- $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, rgba( k-color( border, true ), .15 ), k-true-mix( $kendo-button-border, $kendo-body-bg, 65% )) !default;
60340
+ $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 15%, transparent), k-true-mix( $kendo-button-border, $kendo-body-bg, 65% )) !default;
60342
60341
 
60343
60342
  /// The size of the Timeline track.
60344
60343
  /// @group timeline
@@ -62547,13 +62546,13 @@ $kendo-chart-pane-title-font-weight: $kendo-font-weight-normal !default;
62547
62546
 
62548
62547
  /// The color of the Chart grid lines (major).
62549
62548
  /// @group charts
62550
- $kendo-chart-major-lines: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 ) !default;
62549
+ $kendo-chart-major-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
62551
62550
 
62552
62551
  /// The color of the Chart grid lines (minor).
62553
62552
  /// @group charts
62554
- $kendo-chart-minor-lines: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .04 ) !default;
62553
+ $kendo-chart-minor-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )) !default;
62555
62554
 
62556
- $kendo-chart-inactive: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), $kendo-body-text), .5 ) !default;
62555
+ $kendo-chart-inactive: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-body-text, .5 )) !default;
62557
62556
  $kendo-chart-area-opacity: .6 !default;
62558
62557
  $kendo-chart-area-inactive-opacity: .1 !default;
62559
62558
  $kendo-chart-line-inactive-opacity: .3 !default;
@@ -62564,20 +62563,20 @@ $kendo-chart-bg: $kendo-component-bg !default;
62564
62563
  $kendo-chart-text: $kendo-component-text !default;
62565
62564
  $kendo-chart-border: $kendo-component-border !default;
62566
62565
 
62567
- $kendo-chart-crosshair-background: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
62566
+ $kendo-chart-crosshair-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
62568
62567
  $kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
62569
62568
  $kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-chart-bg, 1 )) !default;
62570
- $kendo-chart-crosshair-shared-tooltip-border: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ))), .08) !default;
62569
+ $kendo-chart-crosshair-shared-tooltip-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
62571
62570
 
62572
- $kendo-chart-notes-background: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
62573
- $kendo-chart-notes-border: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
62574
- $kendo-chart-notes-lines: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
62571
+ $kendo-chart-notes-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
62572
+ $kendo-chart-notes-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
62573
+ $kendo-chart-notes-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
62575
62574
 
62576
- $kendo-chart-error-bars-background: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .5 ) !default;
62575
+ $kendo-chart-error-bars-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
62577
62576
 
62578
62577
  $kendo-chart-selection-handle-size: 22px !default;
62579
- $kendo-chart-selection-border-color: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .08 ) !default;
62580
- $kendo-chart-selection-shadow: inset 0 1px 7px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .15) !default;
62578
+ $kendo-chart-selection-border-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
62579
+ $kendo-chart-selection-shadow: inset 0 1px 7px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .15 )) !default;
62581
62580
 
62582
62581
 
62583
62582
  // TreeMap
@@ -63339,7 +63338,7 @@ $kendo-map-zoom-control-button-padding-y: $kendo-map-zoom-control-button-padding
63339
63338
  $kendo-map-attribution-padding-x: $kendo-padding-sm-x !default;
63340
63339
  $kendo-map-attribution-padding-y: $kendo-padding-sm-y !default;
63341
63340
  $kendo-map-attribution-font-size: ($kendo-map-font-size * .75) !default;
63342
- $kendo-map-attribution-bg: if($kendo-enable-color-system, rgba( k-color( app-surface, true ), .8 ), rgba( $kendo-map-bg, .8 )) !default;
63341
+ $kendo-map-attribution-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 80%, transparent), rgba( $kendo-map-bg, .8 )) !default;
63343
63342
 
63344
63343
  $kendo-map-marker-fill: $kendo-color-primary !default;
63345
63344
 
@@ -64031,7 +64030,7 @@ $kendo-signature-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
64031
64030
 
64032
64031
  $kendo-signature-line-width: 1px !default;
64033
64032
  $kendo-signature-line-style: dashed !default;
64034
- $kendo-signature-line-color: if($kendo-enable-color-system, rgba( k-color( info, true ), .24 ), rgba( $kendo-color-info, .24 )) !default;
64033
+ $kendo-signature-line-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( info ) 24%, transparent), rgba( $kendo-color-info, .24 )) !default;
64035
64034
 
64036
64035
  $kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
64037
64036
  $kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;