@progress/kendo-theme-material 5.3.2-dev.2 → 5.4.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
@@ -14026,7 +14026,7 @@ textarea.k-input-inner {
14026
14026
  .k-input-button {
14027
14027
  width: auto;
14028
14028
  border-width: 0;
14029
- border-inline-start-width: 0px;
14029
+ border-inline-start-width: 1px;
14030
14030
  flex: none;
14031
14031
  aspect-ratio: auto;
14032
14032
  box-shadow: none;
@@ -14056,7 +14056,7 @@ textarea.k-input-inner {
14056
14056
  .k-input-spinner .k-spinner-increase,
14057
14057
  .k-input-spinner .k-spinner-decrease {
14058
14058
  border-width: 0;
14059
- border-inline-start-width: 0px;
14059
+ border-inline-start-width: 1px;
14060
14060
  flex: 1 1 50%;
14061
14061
  box-shadow: none;
14062
14062
  position: relative;
@@ -14105,20 +14105,28 @@ textarea.k-input-inner {
14105
14105
  border-radius: 0 !important;
14106
14106
  border-width: 1px 0;
14107
14107
  border-top-color: transparent !important;
14108
- background: none !important;
14108
+ background-image: none !important;
14109
14109
  }
14110
14110
 
14111
- .k-input-flat .k-input-inner,
14112
- .k-picker-flat .k-input-inner {
14113
- padding-left: 0 !important;
14114
- padding-right: 0 !important;
14111
+ .k-input-flat:focus, .k-input-flat.k-focus,
14112
+ .k-picker-flat:focus,
14113
+ .k-picker-flat.k-focus {
14114
+ border-radius: !important;
14115
14115
  }
14116
14116
 
14117
- .k-input-outline,
14118
- .k-picker-outline {
14117
+ .k-input-flat:focus-within,
14118
+ .k-picker-flat:focus-within {
14119
+ border-radius: !important;
14120
+ }
14121
+
14122
+ .k-input-outline {
14119
14123
  background: none !important;
14120
14124
  }
14121
14125
 
14126
+ .k-picker.k-picker-flat {
14127
+ border-radius: !important;
14128
+ }
14129
+
14122
14130
  .k-input-sm,
14123
14131
  .k-picker-sm {
14124
14132
  font-size: 16px;
@@ -14355,6 +14363,19 @@ textarea.k-input-inner {
14355
14363
  background: none;
14356
14364
  }
14357
14365
 
14366
+ .k-input-solid:focus,
14367
+ .k-input-solid.k-focus {
14368
+ border-width: 1px;
14369
+ border-top-color: #3f51b5 !important;
14370
+ }
14371
+
14372
+ .k-input-solid:focus.k-invalid, .k-input-solid:focus.ng-invalid.ng-touched, .k-input-solid:focus.ng-invalid.ng-dirty,
14373
+ .k-input-solid.k-focus.k-invalid,
14374
+ .k-input-solid.k-focus.ng-invalid.ng-touched,
14375
+ .k-input-solid.k-focus.ng-invalid.ng-dirty {
14376
+ border-top-color: #f31700 !important;
14377
+ }
14378
+
14358
14379
  .k-input-flat .k-input-button,
14359
14380
  .k-input-flat .k-input-spinner .k-spinner-increase,
14360
14381
  .k-input-flat .k-input-spinner .k-spinner-decrease,
@@ -14414,7 +14435,7 @@ textarea.k-input-inner {
14414
14435
  }
14415
14436
 
14416
14437
  .k-input {
14417
- border-color: rgba(0, 0, 0, 0.12);
14438
+ border-color: rgba(0, 0, 0, 0.54);
14418
14439
  color: rgba(0, 0, 0, 0.87);
14419
14440
  background-color: whitesmoke;
14420
14441
  }
@@ -14446,7 +14467,7 @@ textarea.k-input-inner {
14446
14467
  }
14447
14468
 
14448
14469
  .k-picker {
14449
- border-color: rgba(0, 0, 0, 0.12);
14470
+ border-color: rgba(0, 0, 0, 0.54);
14450
14471
  color: rgba(0, 0, 0, 0.87);
14451
14472
  background-color: whitesmoke;
14452
14473
  }
@@ -14477,6 +14498,67 @@ textarea.k-input-inner {
14477
14498
  color: #f31700;
14478
14499
  }
14479
14500
 
14501
+ .k-input-outline > .k-input-button {
14502
+ border-color: inherit;
14503
+ }
14504
+
14505
+ .k-input-outline > .k-input-spinner {
14506
+ border-color: inherit;
14507
+ }
14508
+
14509
+ .k-input-outline > .k-input-spinner > .k-spinner-increase,
14510
+ .k-input-outline > .k-input-spinner > .k-spinner-decrease {
14511
+ border-color: inherit;
14512
+ }
14513
+
14514
+ .k-input-outline.k-invalid, .k-input-outline.ng-invalid.ng-touched, .k-input-outline.ng-invalid.ng-dirty {
14515
+ border-color: #f31700;
14516
+ }
14517
+
14518
+ .k-input-outline.k-invalid .k-input-validation-icon, .k-input-outline.ng-invalid.ng-touched .k-input-validation-icon, .k-input-outline.ng-invalid.ng-dirty .k-input-validation-icon {
14519
+ color: #f31700;
14520
+ }
14521
+
14522
+ .k-picker-outline {
14523
+ background-color: transparent;
14524
+ }
14525
+
14526
+ .k-picker-outline:focus, .k-picker-outline.k-focus {
14527
+ background-color: nul;
14528
+ }
14529
+
14530
+ .k-picker-outline.k-invalid, .k-picker-outline.ng-invalid.ng-touched, .k-picker-outline.ng-invalid.ng-dirty {
14531
+ border-color: #f31700;
14532
+ }
14533
+
14534
+ .k-picker-outline.k-invalid .k-input-validation-icon, .k-picker-outline.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-outline.ng-invalid.ng-dirty .k-input-validation-icon {
14535
+ color: #f31700;
14536
+ }
14537
+
14538
+ .k-input-flat {
14539
+ background-color: transparent;
14540
+ }
14541
+
14542
+ .k-input-flat.k-invalid, .k-input-flat.ng-invalid.ng-touched, .k-input-flat.ng-invalid.ng-dirty {
14543
+ border-color: #f31700;
14544
+ }
14545
+
14546
+ .k-input-flat.k-invalid .k-input-validation-icon, .k-input-flat.ng-invalid.ng-touched .k-input-validation-icon, .k-input-flat.ng-invalid.ng-dirty .k-input-validation-icon {
14547
+ color: #f31700;
14548
+ }
14549
+
14550
+ .k-picker-flat {
14551
+ background-color: transparent;
14552
+ }
14553
+
14554
+ .k-picker-flat.k-invalid, .k-picker-flat.ng-invalid.ng-touched, .k-picker-flat.ng-invalid.ng-dirty {
14555
+ border-color: #f31700;
14556
+ }
14557
+
14558
+ .k-picker-flat.k-invalid .k-input-validation-icon, .k-picker-flat.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-flat.ng-invalid.ng-dirty .k-input-validation-icon {
14559
+ color: #f31700;
14560
+ }
14561
+
14480
14562
  .k-floating-label-container {
14481
14563
  padding-top: 20px;
14482
14564
  box-sizing: border-box;
@@ -19481,7 +19563,7 @@ kendo-label > .k-label {
19481
19563
  color: #e51a5f;
19482
19564
  }
19483
19565
 
19484
- .k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-state-focus {
19566
+ .k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-state-focus, .k-calendar .k-nav-today.k-focus {
19485
19567
  color: #c2185b;
19486
19568
  }
19487
19569
 
@@ -19511,20 +19593,24 @@ kendo-label > .k-label {
19511
19593
  }
19512
19594
 
19513
19595
  .k-calendar .k-calendar-td:hover .k-link,
19514
- .k-calendar .k-calendar-td.k-state-hover .k-link {
19596
+ .k-calendar .k-calendar-td.k-state-hover .k-link,
19597
+ .k-calendar .k-calendar-td.k-hover .k-link {
19515
19598
  border-color: rgba(0, 0, 0, 0.15);
19516
19599
  color: rgba(0, 0, 0, 0.87);
19517
19600
  background-color: rgba(0, 0, 0, 0.04);
19518
19601
  }
19519
19602
 
19520
- .k-calendar .k-calendar-td.k-state-selected .k-link {
19603
+ .k-calendar .k-calendar-td.k-state-selected .k-link,
19604
+ .k-calendar .k-calendar-td.k-selected .k-link {
19521
19605
  border-color: #3f51b5;
19522
19606
  color: white;
19523
19607
  background-color: #3f51b5;
19524
19608
  }
19525
19609
 
19526
19610
  .k-calendar .k-calendar-td.k-state-selected:hover .k-link,
19527
- .k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link {
19611
+ .k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link,
19612
+ .k-calendar .k-calendar-td.k-selected:hover .k-link,
19613
+ .k-calendar .k-calendar-td.k-selected.k-hover .k-link {
19528
19614
  color: white;
19529
19615
  background-color: #3c4eae;
19530
19616
  }
@@ -19536,7 +19622,8 @@ kendo-label > .k-label {
19536
19622
  }
19537
19623
 
19538
19624
  .k-calendar .k-calendar-navigation li:hover,
19539
- .k-calendar .k-calendar-navigation li.k-state-hover {
19625
+ .k-calendar .k-calendar-navigation li.k-state-hover,
19626
+ .k-calendar .k-calendar-navigation li.k-hover {
19540
19627
  color: #c2185b;
19541
19628
  }
19542
19629
 
@@ -19584,7 +19671,8 @@ kendo-label > .k-label {
19584
19671
  }
19585
19672
 
19586
19673
  .k-calendar .k-range-start.k-state-active .k-link,
19587
- .k-calendar .k-range-end.k-state-active .k-link {
19674
+ .k-calendar .k-range-end.k-state-active .k-link,
19675
+ .k-calendar .k-range-end.k-active .k-link {
19588
19676
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
19589
19677
  }
19590
19678
 
@@ -23519,7 +23607,11 @@ kendo-card-footer {
23519
23607
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
23520
23608
  }
23521
23609
 
23522
- .k-card:focus, .k-card.k-state-focus {
23610
+ .k-card:focus, .k-card.k-focus, .k-card.k-state-focus {
23611
+ box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
23612
+ }
23613
+
23614
+ .k-card.k-selected, .k-card.k-state-selected {
23523
23615
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
23524
23616
  }
23525
23617
 
@@ -23644,7 +23736,7 @@ kendo-card-footer {
23644
23736
  color: inherit;
23645
23737
  }
23646
23738
 
23647
- .k-card-wrap.k-state-focused > .k-card, .k-card-wrap.k-state-selected > .k-card {
23739
+ .k-card-wrap.k-state-focused > .k-card, .k-card-wrap.k-focus > .k-card, .k-card-wrap:focus > .k-card, .k-card-wrap.k-state-selected > .k-card, .k-card-wrap.k-selected > .k-card {
23648
23740
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
23649
23741
  }
23650
23742
 
@@ -24547,7 +24639,7 @@ kendo-card-footer {
24547
24639
 
24548
24640
  .k-pager-md .k-pager-numbers .k-current-page .k-link,
24549
24641
  .k-pager-sm .k-pager-numbers .k-current-page .k-link {
24550
- border-color: rgba(0, 0, 0, 0.12);
24642
+ border-color: rgba(0, 0, 0, 0.54);
24551
24643
  color: rgba(0, 0, 0, 0.87);
24552
24644
  background-color: whitesmoke;
24553
24645
  }
@@ -26155,6 +26247,7 @@ kendo-card-footer {
26155
26247
  }
26156
26248
 
26157
26249
  .k-tilelayout-item:focus,
26250
+ .k-tilelayout-item.k-focus,
26158
26251
  .k-tilelayout-item.k-state-focus,
26159
26252
  .k-tilelayout-item.k-state-focused {
26160
26253
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
@@ -27923,6 +28016,7 @@ div.k-grid-norecords {
27923
28016
  .k-filter-menu-container kendo-numeric-filter-menu,
27924
28017
  .k-filter-menu-container kendo-grid-string-filter-menu,
27925
28018
  .k-filter-menu-container kendo-grid-date-filter-menu,
28019
+ .k-filter-menu-container kendo-grid-numeric-filter-menu,
27926
28020
  .k-filter-menu-container kendo-grid-filter-menu-input-wrapper {
27927
28021
  display: flex;
27928
28022
  flex-flow: column nowrap;
@@ -31585,7 +31679,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
31585
31679
  overflow-wrap: anywhere;
31586
31680
  }
31587
31681
 
31588
- .k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-state-focus, .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
31682
+ .k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-focus, .k-taskboard-card .k-card-title.k-state-focus, .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover, .k-taskboard-card .k-card-title.k-state-hover {
31589
31683
  text-decoration: underline;
31590
31684
  }
31591
31685
 
@@ -31658,29 +31752,29 @@ thead.k-grid-header > tr:not(:only-child) > th {
31658
31752
  color: #3f51b5;
31659
31753
  }
31660
31754
 
31661
- .k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-state-focus {
31755
+ .k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-focus, .k-taskboard-card .k-card-title.k-state-focus {
31662
31756
  color: #303f9f;
31663
31757
  }
31664
31758
 
31665
- .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
31759
+ .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover, .k-taskboard-card .k-card-title.k-state-hover {
31666
31760
  color: #303f9f;
31667
31761
  }
31668
31762
 
31669
- .k-taskboard-card:focus, .k-taskboard-card.k-state-focus {
31763
+ .k-taskboard-card:focus, .k-taskboard-card.k-focus, .k-taskboard-card.k-state-focus {
31670
31764
  border-color: rgba(0, 0, 0, 0.1628);
31671
31765
  box-shadow: none;
31672
31766
  }
31673
31767
 
31674
- .k-taskboard-card:hover, .k-taskboard-card.k-state-hover {
31768
+ .k-taskboard-card:hover, .k-taskboard-card.k-hover, .k-taskboard-card.k-state-hover {
31675
31769
  border-color: rgba(0, 0, 0, 0.172);
31676
31770
  }
31677
31771
 
31678
- .k-taskboard-card.k-state-selected {
31772
+ .k-taskboard-card.k-selected, .k-taskboard-card.k-state-selected {
31679
31773
  border-color: #7986cb;
31680
31774
  box-shadow: none;
31681
31775
  }
31682
31776
 
31683
- .k-taskboard-card.k-state-disabled {
31777
+ .k-taskboard-card.k-disabled, .k-taskboard-card.k-state-disabled {
31684
31778
  outline: none;
31685
31779
  cursor: default;
31686
31780
  opacity: 0.6;
@@ -37672,7 +37766,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
37672
37766
  border-color: transparent;
37673
37767
  }
37674
37768
 
37675
- .k-orgchart-card:focus, .k-orgchart-card.k-state-focus {
37769
+ .k-orgchart-card:focus, .k-orgchart-card.k-focus, .k-orgchart-card.k-state-focus {
37676
37770
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
37677
37771
  }
37678
37772
 
@@ -37683,6 +37777,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
37683
37777
  }
37684
37778
 
37685
37779
  .k-orgchart-node-group-container:focus,
37780
+ .k-orgchart-node-group-container.k-focus,
37686
37781
  .k-orgchart-node-group-container.k-state-focus,
37687
37782
  .k-orgchart-node-group-container.k-state-focused {
37688
37783
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
package/dist/all.scss CHANGED
@@ -10061,7 +10061,7 @@ $kendo-input-sizes: (
10061
10061
 
10062
10062
  $kendo-input-bg: try-shade( $component-bg, .5 ) !default;
10063
10063
  $kendo-input-text: $component-text !default;
10064
- $kendo-input-border: $component-border !default;
10064
+ $kendo-input-border: rgba( $component-border, .54 ) !default;
10065
10065
  $kendo-input-shadow: null !default;
10066
10066
 
10067
10067
  $kendo-input-hover-bg: null !default;
@@ -10080,6 +10080,29 @@ $kendo-input-disabled-border: rgba( $component-border, (alpha( $component-border
10080
10080
  $kendo-input-disabled-gradient: null !default;
10081
10081
  $kendo-input-disabled-shadow: null !default;
10082
10082
 
10083
+ $kendo-input-outline-bg: null !default;
10084
+ $kendo-input-outline-text: null !default;
10085
+ $kendo-input-outline-border: null !default;
10086
+
10087
+ $kendo-input-outline-hover-bg: null !default;
10088
+ $kendo-input-outline-hover-text: null !default;
10089
+ $kendo-input-outline-hover-border: null !default;
10090
+
10091
+ $kendo-input-outline-focus-bg: null !default;
10092
+ $kendo-input-outline-focus-text: null !default;
10093
+ $kendo-input-outline-focus-border: null !default;
10094
+ $kendo-input-outline-focus-shadow: null !default;
10095
+
10096
+ $kendo-input-flat-bg: transparent !default;
10097
+ $kendo-input-flat-text: null !default;
10098
+ $kendo-input-flat-border: null !default;
10099
+
10100
+ $kendo-input-flat-focus-bg: null !default;
10101
+ $kendo-input-flat-focus-text: null !default;
10102
+ $kendo-input-flat-focus-border: null !default;
10103
+
10104
+ $kendo-input-flat-border-radius: null !default;
10105
+
10083
10106
  $kendo-picker-bg: $kendo-input-bg !default;
10084
10107
  $kendo-picker-text: $kendo-input-text !default;
10085
10108
  $kendo-picker-border: $kendo-input-border !default;
@@ -10104,6 +10127,40 @@ $kendo-picker-disabled-border: $kendo-input-disabled-border !default;
10104
10127
  $kendo-picker-disabled-gradient: null !default;
10105
10128
  $kendo-picker-disabled-shadow: null !default;
10106
10129
 
10130
+ $kendo-picker-outline-bg: transparent !default;
10131
+ $kendo-picker-outline-text: null !default;
10132
+ $kendo-picker-outline-border: null !default;
10133
+
10134
+ $kendo-picker-outline-hover-bg: null !default;
10135
+ $kendo-picker-outline-hover-text: null !default;
10136
+ $kendo-picker-outline-hover-border: null !default;
10137
+
10138
+ $kendo-picker-outline-focus-bg: nul !default;
10139
+ $kendo-picker-outline-focus-text: null !default;
10140
+ $kendo-picker-outline-focus-border: null !default;
10141
+ $kendo-picker-outline-focus-shadow: null !default;
10142
+
10143
+ $kendo-picker-outline-hover-focus-bg: null !default;
10144
+ $kendo-picker-outline-hover-focus-text: null !default;
10145
+ $kendo-picker-outline-hover-focus-border: null !default;
10146
+
10147
+ $kendo-picker-flat-bg: transparent !default;
10148
+ $kendo-picker-flat-text: null !default;
10149
+ $kendo-picker-flat-border: null !default;
10150
+
10151
+ $kendo-picker-flat-hover-bg: null !default;
10152
+ $kendo-picker-flat-hover-text: null !default;
10153
+ $kendo-picker-flat-hover-border: null !default;
10154
+
10155
+ $kendo-picker-flat-focus-bg: null !default;
10156
+ $kendo-picker-flat-focus-text: null !default;
10157
+ $kendo-picker-flat-focus-border: null !default;
10158
+ $kendo-picker-flat-focus-shadow: null !default;
10159
+
10160
+ $kendo-picker-flat-hover-focus-bg: null !default;
10161
+ $kendo-picker-flat-hover-focus-text: null !default;
10162
+ $kendo-picker-flat-hover-focus-border: null !default;
10163
+
10107
10164
  $kendo-input-placeholder-text: $subtle-text !default;
10108
10165
  $kendo-input-placeholder-opacity: 1 !default;
10109
10166
 
@@ -10121,7 +10178,7 @@ $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
10121
10178
 
10122
10179
  // Input actions
10123
10180
  $kendo-input-button-width: null !default;
10124
- $kendo-input-button-border-width: 0px !default;
10181
+ $kendo-input-button-border-width: 1px !default;
10125
10182
  $kendo-input-spinner-width: null !default;
10126
10183
  $kendo-input-spinner-icon-offset: null !default;
10127
10184
 
@@ -10481,19 +10538,25 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
10481
10538
  @include border-radius( 0 !important ); // sass-lint:disable-line no-important
10482
10539
  border-width: $kendo-input-border-width 0;
10483
10540
  border-top-color: transparent !important; // sass-lint:disable-line no-important
10484
- background: none !important; // sass-lint:disable-line no-important
10541
+ background-image: none !important; // sass-lint:disable-line no-important
10485
10542
 
10486
- .k-input-inner {
10487
- padding-left: 0 !important; // sass-lint:disable-line no-important
10488
- padding-right: 0 !important; // sass-lint:disable-line no-important
10543
+ &:focus,
10544
+ &.k-focus {
10545
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
10546
+ }
10547
+ &:focus-within {
10548
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
10489
10549
  }
10490
10550
  }
10491
10551
 
10492
- .k-input-outline,
10493
- .k-picker-outline {
10552
+ .k-input-outline {
10494
10553
  background: none !important; // sass-lint:disable-line no-important
10495
10554
  }
10496
10555
 
10556
+ .k-picker.k-picker-flat {
10557
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
10558
+ }
10559
+
10497
10560
 
10498
10561
  // Sizing
10499
10562
  @each $size, $size-props in $kendo-input-sizes {
@@ -10608,6 +10671,20 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
10608
10671
  }
10609
10672
  }
10610
10673
 
10674
+ .k-input-solid:focus,
10675
+ .k-input-solid.k-focus {
10676
+ border-width: $kendo-input-border-width;
10677
+ border-top-color: $kendo-input-focus-border !important; // sass-lint:disable-line no-important
10678
+
10679
+ &.k-invalid,
10680
+ &.ng-invalid.ng-touched,
10681
+ &.ng-invalid.ng-dirty {
10682
+ border-top-color: $invalid-border !important; // sass-lint:disable-line no-important
10683
+ }
10684
+ }
10685
+
10686
+
10687
+
10611
10688
  .k-input-flat,
10612
10689
  .k-picker-flat {
10613
10690
 
@@ -10802,6 +10879,218 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
10802
10879
  }
10803
10880
  }
10804
10881
 
10882
+ // Outline
10883
+ .k-input-outline {
10884
+ @include fill (
10885
+ $kendo-input-outline-text,
10886
+ $kendo-input-outline-bg,
10887
+ $kendo-input-outline-border
10888
+ );
10889
+
10890
+ & > .k-input-button {
10891
+ border-color: inherit;
10892
+ }
10893
+
10894
+ & > .k-input-spinner {
10895
+ border-color: inherit;
10896
+
10897
+ & > .k-spinner-increase,
10898
+ & > .k-spinner-decrease {
10899
+ border-color: inherit;
10900
+ }
10901
+ }
10902
+
10903
+ &:hover,
10904
+ &.k-hover {
10905
+ @include fill (
10906
+ $kendo-input-outline-hover-text,
10907
+ $kendo-input-outline-hover-bg,
10908
+ $kendo-input-outline-hover-border
10909
+ );
10910
+ }
10911
+
10912
+ &:focus,
10913
+ &.k-focus {
10914
+ @include fill (
10915
+ $kendo-input-outline-focus-text,
10916
+ $kendo-input-outline-focus-bg,
10917
+ $kendo-input-outline-focus-border
10918
+ );
10919
+ @include box-shadow ( $kendo-input-outline-focus-shadow );
10920
+ }
10921
+
10922
+ // Invalid
10923
+ &.k-invalid,
10924
+ &.ng-invalid.ng-touched,
10925
+ &.ng-invalid.ng-dirty {
10926
+ @include fill( $border: $invalid-border );
10927
+
10928
+ .k-input-validation-icon {
10929
+ color: $invalid-text;
10930
+ }
10931
+
10932
+ &:focus,
10933
+ &.k-focus {
10934
+ @include box-shadow($invalid-shadow);
10935
+ }
10936
+ &:focus-within {
10937
+ @include box-shadow($invalid-shadow);
10938
+ }
10939
+ }
10940
+
10941
+ }
10942
+
10943
+ .k-picker-outline {
10944
+ @include fill (
10945
+ $kendo-picker-outline-text,
10946
+ $kendo-picker-outline-bg,
10947
+ $kendo-picker-outline-border
10948
+ );
10949
+
10950
+ &:hover,
10951
+ &.k-hover {
10952
+ @include fill (
10953
+ $kendo-picker-outline-hover-text,
10954
+ $kendo-picker-outline-hover-bg,
10955
+ $kendo-picker-outline-hover-border
10956
+ );
10957
+ }
10958
+
10959
+ &:focus,
10960
+ &.k-focus {
10961
+ @include fill (
10962
+ $kendo-picker-outline-focus-text,
10963
+ $kendo-picker-outline-focus-bg,
10964
+ $kendo-picker-outline-focus-border
10965
+ );
10966
+ @include box-shadow ( $kendo-picker-outline-focus-shadow );
10967
+ }
10968
+
10969
+ &:focus:hover,
10970
+ &:focus.k-hover,
10971
+ &.k-focus:hover,
10972
+ &.k-focus.k-hover {
10973
+ @include fill (
10974
+ $kendo-picker-outline-hover-focus-text,
10975
+ $kendo-picker-outline-hover-focus-bg,
10976
+ $kendo-picker-outline-hover-focus-border
10977
+ );
10978
+ }
10979
+
10980
+ // Invalid
10981
+ &.k-invalid,
10982
+ &.ng-invalid.ng-touched,
10983
+ &.ng-invalid.ng-dirty {
10984
+ @include fill( $border: $invalid-border );
10985
+
10986
+ .k-input-validation-icon {
10987
+ color: $invalid-text;
10988
+ }
10989
+
10990
+ &:focus,
10991
+ &.k-focus {
10992
+ @include box-shadow($invalid-shadow);
10993
+ }
10994
+ &:focus-within {
10995
+ @include box-shadow($invalid-shadow);
10996
+ }
10997
+ }
10998
+ }
10999
+
11000
+ // Flat
11001
+ .k-input-flat {
11002
+ @include fill (
11003
+ $kendo-input-flat-text,
11004
+ $kendo-input-flat-bg,
11005
+ $kendo-input-flat-border
11006
+ );
11007
+
11008
+ &:focus,
11009
+ &.k-focus {
11010
+ @include fill (
11011
+ $kendo-input-flat-focus-text,
11012
+ $kendo-input-flat-focus-bg,
11013
+ $kendo-input-flat-focus-border
11014
+ );
11015
+ }
11016
+
11017
+ // Invalid
11018
+ &.k-invalid,
11019
+ &.ng-invalid.ng-touched,
11020
+ &.ng-invalid.ng-dirty {
11021
+ @include fill( $border: $kendo-input-invalid-border );
11022
+
11023
+ .k-input-validation-icon {
11024
+ color: $invalid-text;
11025
+ }
11026
+
11027
+ &:focus,
11028
+ &.k-focus {
11029
+ @include box-shadow( $kendo-input-invalid-shadow );
11030
+ }
11031
+ &:focus-within {
11032
+ @include box-shadow( $kendo-input-invalid-shadow );
11033
+ }
11034
+ }
11035
+ }
11036
+
11037
+ .k-picker-flat {
11038
+ @include fill (
11039
+ $kendo-picker-flat-text,
11040
+ $kendo-picker-flat-bg,
11041
+ $kendo-picker-flat-border
11042
+ );
11043
+
11044
+ &:hover,
11045
+ &.k-hover {
11046
+ @include fill (
11047
+ $kendo-picker-flat-hover-text,
11048
+ $kendo-picker-flat-hover-bg,
11049
+ $kendo-picker-flat-hover-border
11050
+ );
11051
+ }
11052
+
11053
+ &:focus,
11054
+ &.k-focus {
11055
+ @include fill (
11056
+ $kendo-picker-flat-focus-text,
11057
+ $kendo-picker-flat-focus-bg,
11058
+ $kendo-picker-flat-focus-border
11059
+ );
11060
+ @include box-shadow( $kendo-picker-flat-focus-shadow );
11061
+ }
11062
+
11063
+ &:focus:hover,
11064
+ &:focus.k-hover,
11065
+ &.k-focus:hover,
11066
+ &.k-focus.k-hover {
11067
+ @include fill (
11068
+ $kendo-picker-flat-hover-focus-text,
11069
+ $kendo-picker-flat-hover-focus-bg,
11070
+ $kendo-picker-flat-hover-focus-border
11071
+ );
11072
+ }
11073
+
11074
+ // Invalid
11075
+ &.k-invalid,
11076
+ &.ng-invalid.ng-touched,
11077
+ &.ng-invalid.ng-dirty {
11078
+ @include fill( $border: $kendo-input-invalid-border );
11079
+
11080
+ .k-input-validation-icon {
11081
+ color: $invalid-text;
11082
+ }
11083
+
11084
+ &:focus,
11085
+ &.k-focus {
11086
+ @include box-shadow( $kendo-input-invalid-shadow );
11087
+ }
11088
+ &:focus-within {
11089
+ @include box-shadow( $kendo-input-invalid-shadow );
11090
+ }
11091
+ }
11092
+ }
11093
+
10805
11094
  }
10806
11095
 
10807
11096
  // #endregion
@@ -18556,9 +18845,11 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18556
18845
  color: $calendar-today-nav-text;
18557
18846
 
18558
18847
  &:hover,
18848
+ &.k-hover,
18559
18849
  &.k-state-hover,
18560
18850
  &:focus,
18561
- &.k-state-focus {
18851
+ &.k-state-focus,
18852
+ &.k-focus {
18562
18853
  color: $calendar-today-nav-hover-text;
18563
18854
  }
18564
18855
  }
@@ -18579,7 +18870,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18579
18870
  .k-link {
18580
18871
  box-shadow: inset 0 0 0 1px $calendar-today-color;
18581
18872
  }
18582
- &.k-state-focused .k-link {
18873
+ &.k-state-focused .k-link,
18874
+ &.k-focus .k-link {
18583
18875
  box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
18584
18876
  }
18585
18877
  } @else if $calendar-today-style == color {
@@ -18614,7 +18906,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18614
18906
 
18615
18907
  // Interactive states
18616
18908
  .k-calendar-td:hover .k-link,
18617
- .k-calendar-td.k-state-hover .k-link {
18909
+ .k-calendar-td.k-state-hover .k-link,
18910
+ .k-calendar-td.k-hover .k-link {
18618
18911
  @include fill(
18619
18912
  $calendar-cell-hover-text,
18620
18913
  $calendar-cell-hover-bg,
@@ -18622,7 +18915,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18622
18915
  $calendar-cell-hover-gradient
18623
18916
  );
18624
18917
  }
18625
- .k-calendar-td.k-state-selected .k-link {
18918
+ .k-calendar-td.k-state-selected .k-link,
18919
+ .k-calendar-td.k-selected .k-link {
18626
18920
  @include fill(
18627
18921
  $calendar-cell-selected-text,
18628
18922
  $calendar-cell-selected-bg,
@@ -18631,7 +18925,9 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18631
18925
  );
18632
18926
  }
18633
18927
  .k-calendar-td.k-state-selected:hover .k-link,
18634
- .k-calendar-td.k-state-selected.k-state-hover .k-link {
18928
+ .k-calendar-td.k-state-selected.k-state-hover .k-link,
18929
+ .k-calendar-td.k-selected:hover .k-link,
18930
+ .k-calendar-td.k-selected.k-hover .k-link {
18635
18931
  @include fill(
18636
18932
  $calendar-cell-selected-hover-text,
18637
18933
  $calendar-cell-selected-hover-bg,
@@ -18640,11 +18936,14 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18640
18936
  );
18641
18937
  }
18642
18938
  .k-calendar-td.k-state-focused .k-link,
18643
- .k-calendar-td.k-state-focus .k-link {
18939
+ .k-calendar-td.k-state-focus .k-link,
18940
+ .k-calendar-td.k-focus .k-link {
18644
18941
  box-shadow: $calendar-cell-focused-shadow;
18645
18942
  }
18646
18943
  .k-calendar-td.k-state-selected.k-state-focused .k-link,
18647
- .k-calendar-td.k-state-selected.k-state-focus .k-link {
18944
+ .k-calendar-td.k-state-selected.k-state-focus .k-link,
18945
+ .k-calendar-td.k-selected:focus .k-link,
18946
+ .k-calendar-td.k-selected.k-focus .k-link {
18648
18947
  box-shadow: $calendar-cell-selected-focus-shadow;
18649
18948
  }
18650
18949
 
@@ -18658,7 +18957,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18658
18957
  box-shadow: inset -1px 0 $calendar-navigation-border;
18659
18958
 
18660
18959
  li:hover,
18661
- li.k-state-hover {
18960
+ li.k-state-hover,
18961
+ li.k-hover {
18662
18962
  color: $calendar-today-nav-hover-text;
18663
18963
  }
18664
18964
  }
@@ -18741,7 +19041,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18741
19041
  }
18742
19042
 
18743
19043
  .k-range-start.k-state-active,
18744
- .k-range-end.k-state-active {
19044
+ .k-range-end.k-state-active,
19045
+ .k-range-end.k-active {
18745
19046
  .k-link {
18746
19047
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
18747
19048
  }
@@ -25532,6 +25833,7 @@ $card-focus-callout-box-shadow-w: null !default;
25532
25833
  @include box-shadow( $card-shadow );
25533
25834
 
25534
25835
  &:focus,
25836
+ &.k-focus,
25535
25837
  &.k-state-focus {
25536
25838
  @include fill(
25537
25839
  $card-focus-text,
@@ -25540,6 +25842,11 @@ $card-focus-callout-box-shadow-w: null !default;
25540
25842
  );
25541
25843
  @include box-shadow( $card-focus-shadow );
25542
25844
  }
25845
+
25846
+ &.k-selected,
25847
+ &.k-state-selected {
25848
+ @include box-shadow( $card-focus-shadow );
25849
+ }
25543
25850
  }
25544
25851
 
25545
25852
 
@@ -25590,7 +25897,10 @@ $card-focus-callout-box-shadow-w: null !default;
25590
25897
 
25591
25898
  .k-card-wrap {
25592
25899
  &.k-state-focused,
25593
- &.k-state-selected {
25900
+ &.k-focus,
25901
+ &:focus,
25902
+ &.k-state-selected,
25903
+ &.k-selected {
25594
25904
  > .k-card {
25595
25905
  @include box-shadow( $card-focus-shadow );
25596
25906
  }
@@ -25612,6 +25922,7 @@ $card-focus-callout-box-shadow-w: null !default;
25612
25922
  .k-card-callout.k-callout-w { @include box-shadow( $card-callout-box-shadow-w ); }
25613
25923
 
25614
25924
  .k-card:focus .k-card-callout,
25925
+ .k-card.k-focus .k-card-callout,
25615
25926
  .k-card.k-state-focus .k-card-callout {
25616
25927
  @include fill(
25617
25928
  $bg: $card-focus-bg,
@@ -28659,6 +28970,8 @@ $panelbar-font-family: $font-family !default;
28659
28970
  $panelbar-font-size: $font-size !default;
28660
28971
  $panelbar-line-height: (20 / 14) !default;
28661
28972
  $panelbar-border-width: 1px !default;
28973
+ $panelbar-item-border-width: 1px !default;
28974
+ $panelbar-item-border-style: solid !default;
28662
28975
 
28663
28976
  $panelbar-header-padding-x: map-get( $spacing, 6 ) !default;
28664
28977
  $panelbar-header-padding-y: map-get( $spacing, 3 ) !default;
@@ -28788,7 +29101,7 @@ $panelbar-header-expanded-gradient: null !default;
28788
29101
  > .k-panelbar-header {
28789
29102
  // TODO
28790
29103
  border-width: 0;
28791
- border-style: solid;
29104
+ border-style: $panelbar-item-border-style;
28792
29105
  border-color: inherit;
28793
29106
  display: block;
28794
29107
 
@@ -28811,7 +29124,7 @@ $panelbar-header-expanded-gradient: null !default;
28811
29124
  }
28812
29125
  > .k-item + .k-item,
28813
29126
  > .k-panelbar-header + .k-panelbar-header {
28814
- border-top-width: 1px;
29127
+ border-top-width: $panelbar-item-border-width;
28815
29128
  }
28816
29129
 
28817
29130
 
@@ -29559,6 +29872,7 @@ $tilelayout-hint-border: $component-border !default;
29559
29872
  }
29560
29873
 
29561
29874
  .k-tilelayout-item:focus,
29875
+ .k-tilelayout-item.k-focus,
29562
29876
  .k-tilelayout-item.k-state-focus,
29563
29877
  .k-tilelayout-item.k-state-focused {
29564
29878
  @include box-shadow($tilelayout-card-focus-shadow);
@@ -31579,6 +31893,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
31579
31893
  kendo-numeric-filter-menu,
31580
31894
  kendo-grid-string-filter-menu,
31581
31895
  kendo-grid-date-filter-menu,
31896
+ kendo-grid-numeric-filter-menu,
31582
31897
  kendo-grid-filter-menu-input-wrapper {
31583
31898
  display: flex;
31584
31899
  flex-flow: column nowrap;
@@ -36607,8 +36922,10 @@ $taskboard-drag-placeholder-border: $component-border !default;
36607
36922
  overflow-wrap: anywhere;
36608
36923
 
36609
36924
  &:focus,
36925
+ &.k-focus,
36610
36926
  &.k-state-focus,
36611
36927
  &:hover,
36928
+ &.k-hover,
36612
36929
  &.k-state-hover {
36613
36930
  text-decoration: underline;
36614
36931
  }
@@ -36739,32 +37056,38 @@ $taskboard-drag-placeholder-border: $component-border !default;
36739
37056
  @include fill( $color: $taskboard-card-header-text );
36740
37057
 
36741
37058
  &:focus,
37059
+ &.k-focus,
36742
37060
  &.k-state-focus {
36743
37061
  @include fill( $color: $taskboard-card-header-focus-text );
36744
37062
  }
36745
37063
 
36746
37064
  &:hover,
37065
+ &.k-hover,
36747
37066
  &.k-state-hover {
36748
37067
  @include fill( $color: $taskboard-card-header-hover-text );
36749
37068
  }
36750
37069
  }
36751
37070
 
36752
37071
  &:focus,
37072
+ &.k-focus,
36753
37073
  &.k-state-focus {
36754
37074
  @include fill( $border: $taskboard-card-focus-border );
36755
37075
  @include box-shadow( $taskboard-card-focus-shadow );
36756
37076
  }
36757
37077
 
36758
37078
  &:hover,
37079
+ &.k-hover,
36759
37080
  &.k-state-hover {
36760
37081
  @include fill( $border: $taskboard-card-hover-border );
36761
37082
  }
36762
37083
 
37084
+ &.k-selected,
36763
37085
  &.k-state-selected {
36764
37086
  @include fill( $border: $taskboard-card-selected-border );
36765
37087
  @include box-shadow( $taskboard-card-selected-shadow );
36766
37088
  }
36767
37089
 
37090
+ &.k-disabled,
36768
37091
  &.k-state-disabled {
36769
37092
  @include disabled( $disabled-styling );
36770
37093
  }
@@ -44655,6 +44978,7 @@ $orgchart-line-v-height: 25px !default;
44655
44978
  }
44656
44979
 
44657
44980
  &:focus,
44981
+ &.k-focus,
44658
44982
  &.k-state-focus {
44659
44983
  @include box-shadow( $orgchart-card-focus-shadow );
44660
44984
  }
@@ -44669,6 +44993,7 @@ $orgchart-line-v-height: 25px !default;
44669
44993
  );
44670
44994
  }
44671
44995
  .k-orgchart-node-group-container:focus,
44996
+ .k-orgchart-node-group-container.k-focus,
44672
44997
  .k-orgchart-node-group-container.k-state-focus,
44673
44998
  .k-orgchart-node-group-container.k-state-focused {
44674
44999
  @include box-shadow( $orgchart-node-group-focus-shadow );
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#3f51b5",
9
9
  "#2196f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Nova",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Pacific Light",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#121212",
9
9
  "#212121",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Smoke",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e0e0e0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "5.3.2-dev.2",
4
+ "version": "5.4.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,7 +50,7 @@
50
50
  "postpublish": "echo 'no postpublish for material theme'"
51
51
  },
52
52
  "dependencies": {
53
- "@progress/kendo-theme-default": "^5.3.2-dev.2"
53
+ "@progress/kendo-theme-default": "^5.4.0"
54
54
  },
55
- "gitHead": "be486e034baed68c866f3b61313899b350317d60"
55
+ "gitHead": "b22eb7cb9edd01d6088487b6f0c0178dd1eb3847"
56
56
  }
@@ -16,6 +16,20 @@
16
16
  }
17
17
  }
18
18
 
19
+ .k-input-solid:focus,
20
+ .k-input-solid.k-focus {
21
+ border-width: $kendo-input-border-width;
22
+ border-top-color: $kendo-input-focus-border !important; // sass-lint:disable-line no-important
23
+
24
+ &.k-invalid,
25
+ &.ng-invalid.ng-touched,
26
+ &.ng-invalid.ng-dirty {
27
+ border-top-color: $invalid-border !important; // sass-lint:disable-line no-important
28
+ }
29
+ }
30
+
31
+
32
+
19
33
  .k-input-flat,
20
34
  .k-picker-flat {
21
35
 
@@ -58,7 +58,7 @@ $kendo-input-sizes: (
58
58
 
59
59
  $kendo-input-bg: try-shade( $component-bg, .5 ) !default;
60
60
  $kendo-input-text: $component-text !default;
61
- $kendo-input-border: $component-border !default;
61
+ $kendo-input-border: rgba( $component-border, .54 ) !default;
62
62
  $kendo-input-shadow: null !default;
63
63
 
64
64
  $kendo-input-hover-bg: null !default;
@@ -77,6 +77,29 @@ $kendo-input-disabled-border: rgba( $component-border, (alpha( $component-border
77
77
  $kendo-input-disabled-gradient: null !default;
78
78
  $kendo-input-disabled-shadow: null !default;
79
79
 
80
+ $kendo-input-outline-bg: null !default;
81
+ $kendo-input-outline-text: null !default;
82
+ $kendo-input-outline-border: null !default;
83
+
84
+ $kendo-input-outline-hover-bg: null !default;
85
+ $kendo-input-outline-hover-text: null !default;
86
+ $kendo-input-outline-hover-border: null !default;
87
+
88
+ $kendo-input-outline-focus-bg: null !default;
89
+ $kendo-input-outline-focus-text: null !default;
90
+ $kendo-input-outline-focus-border: null !default;
91
+ $kendo-input-outline-focus-shadow: null !default;
92
+
93
+ $kendo-input-flat-bg: transparent !default;
94
+ $kendo-input-flat-text: null !default;
95
+ $kendo-input-flat-border: null !default;
96
+
97
+ $kendo-input-flat-focus-bg: null !default;
98
+ $kendo-input-flat-focus-text: null !default;
99
+ $kendo-input-flat-focus-border: null !default;
100
+
101
+ $kendo-input-flat-border-radius: null !default;
102
+
80
103
  $kendo-picker-bg: $kendo-input-bg !default;
81
104
  $kendo-picker-text: $kendo-input-text !default;
82
105
  $kendo-picker-border: $kendo-input-border !default;
@@ -101,6 +124,40 @@ $kendo-picker-disabled-border: $kendo-input-disabled-border !default;
101
124
  $kendo-picker-disabled-gradient: null !default;
102
125
  $kendo-picker-disabled-shadow: null !default;
103
126
 
127
+ $kendo-picker-outline-bg: transparent !default;
128
+ $kendo-picker-outline-text: null !default;
129
+ $kendo-picker-outline-border: null !default;
130
+
131
+ $kendo-picker-outline-hover-bg: null !default;
132
+ $kendo-picker-outline-hover-text: null !default;
133
+ $kendo-picker-outline-hover-border: null !default;
134
+
135
+ $kendo-picker-outline-focus-bg: nul !default;
136
+ $kendo-picker-outline-focus-text: null !default;
137
+ $kendo-picker-outline-focus-border: null !default;
138
+ $kendo-picker-outline-focus-shadow: null !default;
139
+
140
+ $kendo-picker-outline-hover-focus-bg: null !default;
141
+ $kendo-picker-outline-hover-focus-text: null !default;
142
+ $kendo-picker-outline-hover-focus-border: null !default;
143
+
144
+ $kendo-picker-flat-bg: transparent !default;
145
+ $kendo-picker-flat-text: null !default;
146
+ $kendo-picker-flat-border: null !default;
147
+
148
+ $kendo-picker-flat-hover-bg: null !default;
149
+ $kendo-picker-flat-hover-text: null !default;
150
+ $kendo-picker-flat-hover-border: null !default;
151
+
152
+ $kendo-picker-flat-focus-bg: null !default;
153
+ $kendo-picker-flat-focus-text: null !default;
154
+ $kendo-picker-flat-focus-border: null !default;
155
+ $kendo-picker-flat-focus-shadow: null !default;
156
+
157
+ $kendo-picker-flat-hover-focus-bg: null !default;
158
+ $kendo-picker-flat-hover-focus-text: null !default;
159
+ $kendo-picker-flat-hover-focus-border: null !default;
160
+
104
161
  $kendo-input-placeholder-text: $subtle-text !default;
105
162
  $kendo-input-placeholder-opacity: 1 !default;
106
163
 
@@ -118,7 +175,7 @@ $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
118
175
 
119
176
  // Input actions
120
177
  $kendo-input-button-width: null !default;
121
- $kendo-input-button-border-width: 0px !default;
178
+ $kendo-input-button-border-width: 1px !default;
122
179
  $kendo-input-spinner-width: null !default;
123
180
  $kendo-input-spinner-icon-offset: null !default;
124
181
 
@@ -5,6 +5,8 @@ $panelbar-font-family: $font-family !default;
5
5
  $panelbar-font-size: $font-size !default;
6
6
  $panelbar-line-height: (20 / 14) !default;
7
7
  $panelbar-border-width: 1px !default;
8
+ $panelbar-item-border-width: 1px !default;
9
+ $panelbar-item-border-style: solid !default;
8
10
 
9
11
  $panelbar-header-padding-x: map-get( $spacing, 6 ) !default;
10
12
  $panelbar-header-padding-y: map-get( $spacing, 3 ) !default;