@progress/kendo-theme-classic 5.0.1 → 5.1.2-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
@@ -23909,13 +23909,13 @@ kendo-card-footer {
23909
23909
  background-color: #dddddd;
23910
23910
  }
23911
23911
 
23912
- .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
23912
+ .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
23913
23913
  border-color: #cacaca;
23914
23914
  color: #272727;
23915
23915
  background-color: #ffffff;
23916
23916
  }
23917
23917
 
23918
- .k-tabstrip-items-wrapper .k-item.k-state-focused {
23918
+ .k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-state-focused {
23919
23919
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
23920
23920
  }
23921
23921
 
package/dist/all.scss CHANGED
@@ -1120,7 +1120,7 @@ $light: #ebebeb !default;
1120
1120
  $inverse: if( $dark-theme, $light, $dark ) !default;
1121
1121
 
1122
1122
 
1123
- $theme-colors: (
1123
+ $kendo-theme-colors: (
1124
1124
  "primary": $primary,
1125
1125
  "secondary": $secondary,
1126
1126
  "tertiary": $tertiary,
@@ -1175,7 +1175,7 @@ $base-border: try-shade( $base-bg, 2 ) !default;
1175
1175
  $base-gradient: rgba( white, .1 ), rgba( white, 0 ) !default;
1176
1176
 
1177
1177
  /// Background color of a component.
1178
- /// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$grid-bg: $component-bg !defualt;`.
1178
+ /// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$grid-bg: $component-bg !default;`.
1179
1179
  /// @group component
1180
1180
  $component-bg: $body-bg !default;
1181
1181
  /// Text color of a component.
@@ -3331,7 +3331,7 @@ $utils-border-radius: (
3331
3331
  0: 0
3332
3332
  ) !default;
3333
3333
 
3334
- $utils-border-color: $theme-colors !default;
3334
+ $utils-border-color: $kendo-theme-colors !default;
3335
3335
 
3336
3336
  $utils-border-radius-sides: (
3337
3337
  default: border-radius,
@@ -4429,7 +4429,7 @@ $utils-border-radius: (
4429
4429
 
4430
4430
  .k-color-inherit { color: inherit; }
4431
4431
 
4432
- @each $name, $color in $theme-colors {
4432
+ @each $name, $color in $kendo-theme-colors {
4433
4433
  .k-text-#{$name},
4434
4434
  .k-color-#{$name} {
4435
4435
  color: $color !important;
@@ -4443,7 +4443,7 @@ $utils-border-radius: (
4443
4443
 
4444
4444
  // sass-lint:disable-block no-important
4445
4445
 
4446
- @each $name, $bg-color in $theme-colors {
4446
+ @each $name, $bg-color in $kendo-theme-colors {
4447
4447
  .k-bg-#{$name} {
4448
4448
  background-color: $bg-color !important;
4449
4449
  }
@@ -4460,7 +4460,7 @@ $utils-border-radius: (
4460
4460
 
4461
4461
  @include exports( "common/decoration/variant" ) {
4462
4462
 
4463
- @each $name, $variant in $theme-colors {
4463
+ @each $name, $variant in $kendo-theme-colors {
4464
4464
  .k-state-#{$name} {
4465
4465
  @include variant( $variant );
4466
4466
  }
@@ -5972,7 +5972,7 @@ $message-box-link-text-decoration: underline !default;
5972
5972
  // #region @import "~@progress/kendo-theme-default/scss/messagebox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/messagebox/_theme.scss
5973
5973
  @include exports("messagebox/theme") {
5974
5974
 
5975
- @each $color-name, $color in $theme-colors {
5975
+ @each $color-name, $color in $kendo-theme-colors {
5976
5976
  .k-messagebox-#{$color-name} {
5977
5977
  @include fill(
5978
5978
  color-level( $color, $message-box-text-level ),
@@ -7383,7 +7383,7 @@ $listgroup-item-border-width: 1px !default;
7383
7383
 
7384
7384
  // Component
7385
7385
  // #region @import "_variables.scss"; -> packages/classic/scss/overlay/_variables.scss
7386
- $overlay-theme-colors: $theme-colors !default;
7386
+ $overlay-theme-colors: $kendo-theme-colors !default;
7387
7387
 
7388
7388
  $overlay-bg: $black !default;
7389
7389
  $overlay-opacity: .5 !default;
@@ -7926,7 +7926,7 @@ $badge-dot-size-lg: 12px !default;
7926
7926
  @include exports( "badge/theme" ) {
7927
7927
 
7928
7928
  // Solid badges
7929
- @each $name, $color in $theme-colors {
7929
+ @each $name, $color in $kendo-theme-colors {
7930
7930
  .k-badge-solid.k-badge-#{$name} {
7931
7931
  border-color: $color;
7932
7932
  color: contrast-wcag( $color );
@@ -7940,7 +7940,7 @@ $badge-dot-size-lg: 12px !default;
7940
7940
  background-color: $component-bg;
7941
7941
  }
7942
7942
 
7943
- @each $name, $color in $theme-colors {
7943
+ @each $name, $color in $kendo-theme-colors {
7944
7944
  .k-badge-outline.k-badge-#{$name} {
7945
7945
  color: $color;
7946
7946
  }
@@ -8023,7 +8023,7 @@ $kendo-button-arrow-padding-y: $kendo-button-padding-y !default;
8023
8023
  /// Theme colors map for the button.
8024
8024
  /// @group button
8025
8025
  $kendo-button-theme-colors: map-merge(
8026
- $theme-colors,
8026
+ $kendo-theme-colors,
8027
8027
  ( "base": $base-bg )
8028
8028
  ) !default;
8029
8029
 
@@ -8937,6 +8937,12 @@ $kendo-input-focus-text: null !default;
8937
8937
  $kendo-input-focus-border: rgba(0, 0, 0, .1) !default;
8938
8938
  $kendo-input-focus-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !default;
8939
8939
 
8940
+ $kendo-input-disabled-bg: null !default;
8941
+ $kendo-input-disabled-text: null !default;
8942
+ $kendo-input-disabled-border: null !default;
8943
+ $kendo-input-disabled-gradient: null !default;
8944
+ $kendo-input-disabled-shadow: null !default;
8945
+
8940
8946
  $kendo-picker-bg: $kendo-button-bg !default;
8941
8947
  $kendo-picker-text: $kendo-button-text !default;
8942
8948
  $kendo-picker-border: $kendo-button-border !default;
@@ -8955,6 +8961,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
8955
8961
  $kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
8956
8962
  $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
8957
8963
 
8964
+ $kendo-picker-disabled-bg: null !default;
8965
+ $kendo-picker-disabled-text: null !default;
8966
+ $kendo-picker-disabled-border: null !default;
8967
+ $kendo-picker-disabled-gradient: null !default;
8968
+ $kendo-picker-disabled-shadow: null !default;
8969
+
8958
8970
  $kendo-input-placeholder-text: $subtle-text !default;
8959
8971
  $kendo-input-placeholder-opacity: 1 !default;
8960
8972
 
@@ -9448,6 +9460,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9448
9460
  @include box-shadow( $kendo-input-focus-shadow );
9449
9461
  }
9450
9462
 
9463
+ //Disabled
9464
+ &:disabled,
9465
+ &[disabled],
9466
+ &.k-disabled {
9467
+ @include fill(
9468
+ $kendo-input-disabled-text,
9469
+ $kendo-input-disabled-bg,
9470
+ $kendo-input-disabled-border,
9471
+ $kendo-input-disabled-gradient
9472
+ );
9473
+ @include box-shadow( $kendo-input-disabled-shadow );
9474
+ }
9475
+
9451
9476
  // Invalid
9452
9477
  &.k-invalid,
9453
9478
  &.ng-invalid.ng-touched,
@@ -9511,6 +9536,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9511
9536
  @include box-shadow( $kendo-picker-focus-shadow );
9512
9537
  }
9513
9538
 
9539
+ //Disabled
9540
+ &:disabled,
9541
+ &[disabled],
9542
+ &.k-disabled {
9543
+ @include fill(
9544
+ $kendo-picker-disabled-text,
9545
+ $kendo-picker-disabled-bg,
9546
+ $kendo-picker-disabled-border,
9547
+ $kendo-picker-disabled-gradient
9548
+ );
9549
+ @include box-shadow( $kendo-picker-disabled-shadow );
9550
+ }
9551
+
9514
9552
  // Invalid
9515
9553
  &.k-invalid,
9516
9554
  &.ng-invalid.ng-touched,
@@ -10773,7 +10811,7 @@ $kendo-avatar-sizes: (
10773
10811
 
10774
10812
  /// Theme colors map of the avatar.
10775
10813
  /// @group avatar
10776
- $kendo-avatar-theme-colors: $theme-colors !default;
10814
+ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
10777
10815
 
10778
10816
  // #endregion
10779
10817
  // #region @import "_layout.scss"; -> packages/classic/scss/avatar/_layout.scss
@@ -10977,10 +11015,10 @@ $kendo-chip-base-bg: if( $dark-theme, contrast-wcag($kendo-button-text), $kendo-
10977
11015
  /// @group chip
10978
11016
  $kendo-chip-theme-colors: (
10979
11017
  "base": $kendo-chip-base-bg,
10980
- "error": map-get( $theme-colors, "error" ),
10981
- "info": map-get( $theme-colors, "info" ),
10982
- "warning": map-get( $theme-colors, "warning" ),
10983
- "success": map-get( $theme-colors, "success" )
11018
+ "error": map-get( $kendo-theme-colors, "error" ),
11019
+ "info": map-get( $kendo-theme-colors, "info" ),
11020
+ "warning": map-get( $kendo-theme-colors, "warning" ),
11021
+ "success": map-get( $kendo-theme-colors, "success" )
10984
11022
  ) !default;
10985
11023
 
10986
11024
  /// The base background color of solid chip.
@@ -12026,7 +12064,7 @@ $loader-container-font-size-lg: $font-size-lg !default;
12026
12064
  // #region @import "~@progress/kendo-theme-default/scss/loader/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/loader/_theme.scss
12027
12065
  @include exports( "loader/theme" ) {
12028
12066
 
12029
- @each $name, $color in $theme-colors {
12067
+ @each $name, $color in $kendo-theme-colors {
12030
12068
  .k-loader-#{$name} {
12031
12069
  @if $name == "secondary" {
12032
12070
  color: $loader-secondary-bg;
@@ -21247,7 +21285,7 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
21247
21285
 
21248
21286
 
21249
21287
  // AppBar theme colors
21250
- @each $name, $color in $theme-colors {
21288
+ @each $name, $color in $kendo-theme-colors {
21251
21289
  .k-appbar-#{$name} {
21252
21290
  @if $name == "light" {
21253
21291
  color: $appbar-light-text;
@@ -21385,7 +21423,7 @@ $kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
21385
21423
 
21386
21424
  /// Theme colors map for the FAB.
21387
21425
  /// @group floating-action-button
21388
- $kendo-fab-theme-colors: $theme-colors !default;
21426
+ $kendo-fab-theme-colors: $kendo-theme-colors !default;
21389
21427
 
21390
21428
  /// The base shadow of the FAB.
21391
21429
  /// @group floating-action-button
@@ -22851,7 +22889,7 @@ $notification-themes: () !default;
22851
22889
  // sass-lint:enable indentation
22852
22890
  }
22853
22891
 
22854
- @each $theme, $props in $theme-colors {
22892
+ @each $theme, $props in $kendo-theme-colors {
22855
22893
  $notification-themes: map-merge($notification-themes, ($theme: notification-theme($theme, $props)) );
22856
22894
  }
22857
22895
 
@@ -23565,7 +23603,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23565
23603
 
23566
23604
 
23567
23605
  // Card theme colors
23568
- @each $name, $color in $theme-colors {
23606
+ @each $name, $color in $kendo-theme-colors {
23569
23607
  .k-card-#{$name} {
23570
23608
  background-color: tint($color, 10);
23571
23609
  color: shade($color, 6);
@@ -24066,7 +24104,7 @@ $bottom-nav-flat-border: $component-border !default;
24066
24104
  @include exports("bottom-navigation/theme") {
24067
24105
 
24068
24106
  // Solid
24069
- @each $name, $color in $theme-colors {
24107
+ @each $name, $color in $kendo-theme-colors {
24070
24108
  .k-bottom-nav-solid.k-bottom-nav-#{$name} {
24071
24109
  @include fill(
24072
24110
  $color: true-mix( $color, contrast-wcag( $color ), 35%),
@@ -24099,7 +24137,7 @@ $bottom-nav-flat-border: $component-border !default;
24099
24137
  @include fill( $bg: rgba($bottom-nav-flat-text, .05) );
24100
24138
  }
24101
24139
 
24102
- @each $name, $color in $theme-colors {
24140
+ @each $name, $color in $kendo-theme-colors {
24103
24141
  &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected {
24104
24142
  @if $name == "secondary" or $name == "light" {
24105
24143
  @include fill( $color: try-shade($color, 3) );
@@ -26086,6 +26124,7 @@ $tabstrip-content-border-focused: $component-text !default;
26086
26124
  );
26087
26125
  }
26088
26126
 
26127
+ &:active,
26089
26128
  &.k-state-active,
26090
26129
  &.k-state-selected {
26091
26130
  @include fill(
@@ -26096,6 +26135,7 @@ $tabstrip-content-border-focused: $component-text !default;
26096
26135
  );
26097
26136
  }
26098
26137
 
26138
+ &:focus,
26099
26139
  &.k-state-focused {
26100
26140
  @include box-shadow( $tabstrip-item-focused-shadow );
26101
26141
  }
@@ -19,8 +19,8 @@ $hovered-text: #ffffff;
19
19
  $hovered-bg: #262726;
20
20
  $selected-text: #ffffff;
21
21
  $selected-bg: #3ea44e;
22
- $button-text: #ffffff;
23
- $button-bg: #131413;
22
+ $kendo-button-text: #ffffff;
23
+ $kendo-button-bg: #131413;
24
24
  $link-text: #3ea44e;
25
25
  $link-hover-text: #348a42;
26
26
  $series-a: #007bc3;
@@ -18,8 +18,8 @@ $hovered-text: #272727;
18
18
  $hovered-bg: #e0e0e0;
19
19
  $selected-text: #ffffff;
20
20
  $selected-bg: #3ea44e;
21
- $button-text: #272727;
22
- $button-bg: #f3f4f3;
21
+ $kendo-button-text: #272727;
22
+ $kendo-button-bg: #f3f4f3;
23
23
  $link-text: #3ea44e;
24
24
  $link-hover-text: #348a42;
25
25
  $series-a: #007bc3;
@@ -19,8 +19,8 @@ $hovered-text: #ffffff;
19
19
  $hovered-bg: #232323;
20
20
  $selected-text: #ffffff;
21
21
  $selected-bg: #ff6358;
22
- $button-text: #ffffff;
23
- $button-bg: #101010;
22
+ $kendo-button-text: #ffffff;
23
+ $kendo-button-bg: #101010;
24
24
  $link-text: #f35800;
25
25
  $link-hover-text: #cc4a00;
26
26
  $series-a: #007bc3;
@@ -18,8 +18,8 @@ $hovered-text: #272727;
18
18
  $hovered-bg: #bababa;
19
19
  $selected-text: #ffffff;
20
20
  $selected-bg: #ff6358;
21
- $button-text: #272727;
22
- $button-bg: #f0f0f0;
21
+ $kendo-button-text: #272727;
22
+ $kendo-button-bg: #f0f0f0;
23
23
  $link-text: #f35800;
24
24
  $link-hover-text: #cc4a00;
25
25
  $series-a: #007bc3;
@@ -19,8 +19,8 @@ $hovered-text: #ffffff;
19
19
  $hovered-bg: #30363e;
20
20
  $selected-text: #000000;
21
21
  $selected-bg: #7bd2f6;
22
- $button-text: #ffffff;
23
- $button-bg: #1e242d;
22
+ $kendo-button-text: #ffffff;
23
+ $kendo-button-bg: #1e242d;
24
24
  $link-text: #375d6d;
25
25
  $link-hover-text: #2e4e5c;
26
26
  $series-a: #007bc3;
@@ -18,8 +18,8 @@ $hovered-text: #003f59;
18
18
  $hovered-bg: #a3d0e4;
19
19
  $selected-text: #000000;
20
20
  $selected-bg: #7bd2f6;
21
- $button-text: #003f59;
22
- $button-bg: #def4fd;
21
+ $kendo-button-text: #003f59;
22
+ $kendo-button-bg: #def4fd;
23
23
  $link-text: #375d6d;
24
24
  $link-hover-text: #2e4e5c;
25
25
  $series-a: #007bc3;
@@ -19,8 +19,8 @@ $hovered-text: #ffffff;
19
19
  $hovered-bg: #262627;
20
20
  $selected-text: #ffffff;
21
21
  $selected-bg: #1984c8;
22
- $button-text: #ffffff;
23
- $button-bg: #131314;
22
+ $kendo-button-text: #ffffff;
23
+ $kendo-button-bg: #131314;
24
24
  $link-text: #1984c8;
25
25
  $link-hover-text: #156fa8;
26
26
  $series-a: #007bc3;
@@ -18,8 +18,8 @@ $hovered-text: #263248;
18
18
  $hovered-bg: #dbdee5;
19
19
  $selected-text: #ffffff;
20
20
  $selected-bg: #1984c8;
21
- $button-text: #515967;
22
- $button-bg: #f3f3f4;
21
+ $kendo-button-text: #515967;
22
+ $kendo-button-bg: #f3f3f4;
23
23
  $link-text: #1984c8;
24
24
  $link-hover-text: #156fa8;
25
25
  $series-a: #007bc3;
@@ -144,12 +144,12 @@
144
144
  {
145
145
  "name": "Button",
146
146
  "variables": {
147
- "button-text": {
147
+ "kendo-button-text": {
148
148
  "name": "Button text color",
149
149
  "type": "color",
150
150
  "value": "#ffffff"
151
151
  },
152
- "button-bg": {
152
+ "kendo-button-bg": {
153
153
  "name": "Button background",
154
154
  "type": "color",
155
155
  "value": "#131413"
@@ -134,12 +134,12 @@
134
134
  {
135
135
  "name": "Button",
136
136
  "variables": {
137
- "button-text": {
137
+ "kendo-button-text": {
138
138
  "name": "Button text color",
139
139
  "type": "color",
140
140
  "value": "#272727"
141
141
  },
142
- "button-bg": {
142
+ "kendo-button-bg": {
143
143
  "name": "Button background",
144
144
  "type": "color",
145
145
  "value": "#f3f4f3"
@@ -144,12 +144,12 @@
144
144
  {
145
145
  "name": "Button",
146
146
  "variables": {
147
- "button-text": {
147
+ "kendo-button-text": {
148
148
  "name": "Button text color",
149
149
  "type": "color",
150
150
  "value": "#ffffff"
151
151
  },
152
- "button-bg": {
152
+ "kendo-button-bg": {
153
153
  "name": "Button background",
154
154
  "type": "color",
155
155
  "value": "#101010"
@@ -134,12 +134,12 @@
134
134
  {
135
135
  "name": "Button",
136
136
  "variables": {
137
- "button-text": {
137
+ "kendo-button-text": {
138
138
  "name": "Button text color",
139
139
  "type": "color",
140
140
  "value": "#272727"
141
141
  },
142
- "button-bg": {
142
+ "kendo-button-bg": {
143
143
  "name": "Button background",
144
144
  "type": "color",
145
145
  "value": "#f0f0f0"
@@ -144,12 +144,12 @@
144
144
  {
145
145
  "name": "Button",
146
146
  "variables": {
147
- "button-text": {
147
+ "kendo-button-text": {
148
148
  "name": "Button text color",
149
149
  "type": "color",
150
150
  "value": "#ffffff"
151
151
  },
152
- "button-bg": {
152
+ "kendo-button-bg": {
153
153
  "name": "Button background",
154
154
  "type": "color",
155
155
  "value": "#1e242d"
@@ -134,12 +134,12 @@
134
134
  {
135
135
  "name": "Button",
136
136
  "variables": {
137
- "button-text": {
137
+ "kendo-button-text": {
138
138
  "name": "Button text color",
139
139
  "type": "color",
140
140
  "value": "#003f59"
141
141
  },
142
- "button-bg": {
142
+ "kendo-button-bg": {
143
143
  "name": "Button background",
144
144
  "type": "color",
145
145
  "value": "#def4fd"
@@ -144,12 +144,12 @@
144
144
  {
145
145
  "name": "Button",
146
146
  "variables": {
147
- "button-text": {
147
+ "kendo-button-text": {
148
148
  "name": "Button text color",
149
149
  "type": "color",
150
150
  "value": "#ffffff"
151
151
  },
152
- "button-bg": {
152
+ "kendo-button-bg": {
153
153
  "name": "Button background",
154
154
  "type": "color",
155
155
  "value": "#131314"
@@ -134,12 +134,12 @@
134
134
  {
135
135
  "name": "Button",
136
136
  "variables": {
137
- "button-text": {
137
+ "kendo-button-text": {
138
138
  "name": "Button text color",
139
139
  "type": "color",
140
140
  "value": "#515967"
141
141
  },
142
- "button-bg": {
142
+ "kendo-button-bg": {
143
143
  "name": "Button background",
144
144
  "type": "color",
145
145
  "value": "#f3f3f4"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "5.0.1",
4
+ "version": "5.1.2-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,7 +49,7 @@
49
49
  "postpublish": "echo 'no postpublish for classic theme'"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-theme-default": "^5.0.1"
52
+ "@progress/kendo-theme-default": "^5.1.2-dev.0"
53
53
  },
54
- "gitHead": "7d2371ce2d1bf6cb93c6514e6578965140837353"
54
+ "gitHead": "c492bbaeca2d104534c4b4329c41afd762bb563b"
55
55
  }
@@ -189,7 +189,7 @@ $light: #ebebeb !default;
189
189
  $inverse: if( $dark-theme, $light, $dark ) !default;
190
190
 
191
191
 
192
- $theme-colors: (
192
+ $kendo-theme-colors: (
193
193
  "primary": $primary,
194
194
  "secondary": $secondary,
195
195
  "tertiary": $tertiary,
@@ -244,7 +244,7 @@ $base-border: try-shade( $base-bg, 2 ) !default;
244
244
  $base-gradient: rgba( white, .1 ), rgba( white, 0 ) !default;
245
245
 
246
246
  /// Background color of a component.
247
- /// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$grid-bg: $component-bg !defualt;`.
247
+ /// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$grid-bg: $component-bg !default;`.
248
248
  /// @group component
249
249
  $component-bg: $body-bg !default;
250
250
  /// Text color of a component.
@@ -24,4 +24,4 @@ $kendo-avatar-sizes: (
24
24
 
25
25
  /// Theme colors map of the avatar.
26
26
  /// @group avatar
27
- $kendo-avatar-theme-colors: $theme-colors !default;
27
+ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
@@ -54,7 +54,7 @@ $kendo-button-arrow-padding-y: $kendo-button-padding-y !default;
54
54
  /// Theme colors map for the button.
55
55
  /// @group button
56
56
  $kendo-button-theme-colors: map-merge(
57
- $theme-colors,
57
+ $kendo-theme-colors,
58
58
  ( "base": $base-bg )
59
59
  ) !default;
60
60
 
@@ -66,10 +66,10 @@ $kendo-chip-base-bg: if( $dark-theme, contrast-wcag($kendo-button-text), $kendo-
66
66
  /// @group chip
67
67
  $kendo-chip-theme-colors: (
68
68
  "base": $kendo-chip-base-bg,
69
- "error": map-get( $theme-colors, "error" ),
70
- "info": map-get( $theme-colors, "info" ),
71
- "warning": map-get( $theme-colors, "warning" ),
72
- "success": map-get( $theme-colors, "success" )
69
+ "error": map-get( $kendo-theme-colors, "error" ),
70
+ "info": map-get( $kendo-theme-colors, "info" ),
71
+ "warning": map-get( $kendo-theme-colors, "warning" ),
72
+ "success": map-get( $kendo-theme-colors, "success" )
73
73
  ) !default;
74
74
 
75
75
  /// The base background color of solid chip.
@@ -88,7 +88,7 @@ $kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
88
88
 
89
89
  /// Theme colors map for the FAB.
90
90
  /// @group floating-action-button
91
- $kendo-fab-theme-colors: $theme-colors !default;
91
+ $kendo-fab-theme-colors: $kendo-theme-colors !default;
92
92
 
93
93
  /// The base shadow of the FAB.
94
94
  /// @group floating-action-button
@@ -71,6 +71,12 @@ $kendo-input-focus-text: null !default;
71
71
  $kendo-input-focus-border: rgba(0, 0, 0, .1) !default;
72
72
  $kendo-input-focus-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !default;
73
73
 
74
+ $kendo-input-disabled-bg: null !default;
75
+ $kendo-input-disabled-text: null !default;
76
+ $kendo-input-disabled-border: null !default;
77
+ $kendo-input-disabled-gradient: null !default;
78
+ $kendo-input-disabled-shadow: null !default;
79
+
74
80
  $kendo-picker-bg: $kendo-button-bg !default;
75
81
  $kendo-picker-text: $kendo-button-text !default;
76
82
  $kendo-picker-border: $kendo-button-border !default;
@@ -89,6 +95,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
89
95
  $kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
90
96
  $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
91
97
 
98
+ $kendo-picker-disabled-bg: null !default;
99
+ $kendo-picker-disabled-text: null !default;
100
+ $kendo-picker-disabled-border: null !default;
101
+ $kendo-picker-disabled-gradient: null !default;
102
+ $kendo-picker-disabled-shadow: null !default;
103
+
92
104
  $kendo-input-placeholder-text: $subtle-text !default;
93
105
  $kendo-input-placeholder-opacity: 1 !default;
94
106
 
@@ -29,6 +29,6 @@ $notification-themes: () !default;
29
29
  // sass-lint:enable indentation
30
30
  }
31
31
 
32
- @each $theme, $props in $theme-colors {
32
+ @each $theme, $props in $kendo-theme-colors {
33
33
  $notification-themes: map-merge($notification-themes, ($theme: notification-theme($theme, $props)) );
34
34
  }
@@ -1,4 +1,4 @@
1
- $overlay-theme-colors: $theme-colors !default;
1
+ $overlay-theme-colors: $kendo-theme-colors !default;
2
2
 
3
3
  $overlay-bg: $black !default;
4
4
  $overlay-opacity: .5 !default;