@progress/kendo-theme-classic 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
@@ -11160,7 +11160,7 @@ kendo-sortable {
11160
11160
  }
11161
11161
 
11162
11162
  .k-checkbox.k-invalid {
11163
- border-color: rgba(217, 40, 0, 0.5);
11163
+ border-color: #d92800;
11164
11164
  }
11165
11165
 
11166
11166
  .k-checkbox.k-invalid + .k-checkbox-label {
@@ -13653,7 +13653,7 @@ textarea.k-input-inner {
13653
13653
  .k-input-button {
13654
13654
  width: auto;
13655
13655
  border-width: 0;
13656
- border-inline-start-width: 0px;
13656
+ border-inline-start-width: 1px;
13657
13657
  flex: none;
13658
13658
  aspect-ratio: auto;
13659
13659
  box-shadow: none;
@@ -13683,7 +13683,7 @@ textarea.k-input-inner {
13683
13683
  .k-input-spinner .k-spinner-increase,
13684
13684
  .k-input-spinner .k-spinner-decrease {
13685
13685
  border-width: 0;
13686
- border-inline-start-width: 0px;
13686
+ border-inline-start-width: 1px;
13687
13687
  flex: 1 1 50%;
13688
13688
  box-shadow: none;
13689
13689
  position: relative;
@@ -13732,20 +13732,28 @@ textarea.k-input-inner {
13732
13732
  border-radius: 0 !important;
13733
13733
  border-width: 1px 0;
13734
13734
  border-top-color: transparent !important;
13735
- background: none !important;
13735
+ background-image: none !important;
13736
13736
  }
13737
13737
 
13738
- .k-input-flat .k-input-inner,
13739
- .k-picker-flat .k-input-inner {
13740
- padding-left: 0 !important;
13741
- padding-right: 0 !important;
13738
+ .k-input-flat:focus, .k-input-flat.k-focus,
13739
+ .k-picker-flat:focus,
13740
+ .k-picker-flat.k-focus {
13741
+ border-radius: 4px 4px 0px 0px !important;
13742
13742
  }
13743
13743
 
13744
- .k-input-outline,
13745
- .k-picker-outline {
13744
+ .k-input-flat:focus-within,
13745
+ .k-picker-flat:focus-within {
13746
+ border-radius: 4px 4px 0px 0px !important;
13747
+ }
13748
+
13749
+ .k-input-outline {
13746
13750
  background: none !important;
13747
13751
  }
13748
13752
 
13753
+ .k-picker.k-picker-flat {
13754
+ border-radius: 4px 4px 0px 0px !important;
13755
+ }
13756
+
13749
13757
  .k-input-sm,
13750
13758
  .k-picker-sm {
13751
13759
  font-size: 14px;
@@ -13986,7 +13994,7 @@ textarea.k-input-inner {
13986
13994
  }
13987
13995
 
13988
13996
  .k-input.k-invalid, .k-input.ng-invalid.ng-touched, .k-input.ng-invalid.ng-dirty {
13989
- border-color: rgba(217, 40, 0, 0.5);
13997
+ border-color: #d92800;
13990
13998
  }
13991
13999
 
13992
14000
  .k-input.k-invalid .k-input-validation-icon, .k-input.ng-invalid.ng-touched .k-input-validation-icon, .k-input.ng-invalid.ng-dirty .k-input-validation-icon {
@@ -14014,13 +14022,104 @@ textarea.k-input-inner {
14014
14022
  }
14015
14023
 
14016
14024
  .k-picker.k-invalid, .k-picker.ng-invalid.ng-touched, .k-picker.ng-invalid.ng-dirty {
14017
- border-color: rgba(217, 40, 0, 0.5);
14025
+ border-color: #d92800;
14018
14026
  }
14019
14027
 
14020
14028
  .k-picker.k-invalid .k-input-validation-icon, .k-picker.ng-invalid.ng-touched .k-input-validation-icon, .k-picker.ng-invalid.ng-dirty .k-input-validation-icon {
14021
14029
  color: #d92800;
14022
14030
  }
14023
14031
 
14032
+ .k-input-outline {
14033
+ border-color: rgba(39, 39, 39, 0.5);
14034
+ }
14035
+
14036
+ .k-input-outline > .k-input-button {
14037
+ border-color: inherit;
14038
+ }
14039
+
14040
+ .k-input-outline > .k-input-spinner {
14041
+ border-color: inherit;
14042
+ }
14043
+
14044
+ .k-input-outline > .k-input-spinner > .k-spinner-increase,
14045
+ .k-input-outline > .k-input-spinner > .k-spinner-decrease {
14046
+ border-color: inherit;
14047
+ }
14048
+
14049
+ .k-input-outline:hover, .k-input-outline.k-hover {
14050
+ border-color: rgba(39, 39, 39, 0.8);
14051
+ }
14052
+
14053
+ .k-input-outline.k-invalid, .k-input-outline.ng-invalid.ng-touched, .k-input-outline.ng-invalid.ng-dirty {
14054
+ border-color: #d92800;
14055
+ }
14056
+
14057
+ .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 {
14058
+ color: #d92800;
14059
+ }
14060
+
14061
+ .k-picker-outline {
14062
+ border-color: #272727;
14063
+ background-color: transparent;
14064
+ }
14065
+
14066
+ .k-picker-outline:hover, .k-picker-outline.k-hover {
14067
+ color: #ffffff;
14068
+ background-color: #272727;
14069
+ }
14070
+
14071
+ .k-picker-outline:focus, .k-picker-outline.k-focus {
14072
+ border-color: #272727;
14073
+ background-color: transparent;
14074
+ box-shadow: 0 0 4px 0 rgba(202, 202, 202, 0.75);
14075
+ }
14076
+
14077
+ .k-picker-outline:focus:hover, .k-picker-outline:focus.k-hover, .k-picker-outline.k-focus:hover, .k-picker-outline.k-focus.k-hover {
14078
+ color: #ffffff;
14079
+ background-color: #272727;
14080
+ }
14081
+
14082
+ .k-picker-outline.k-invalid, .k-picker-outline.ng-invalid.ng-touched, .k-picker-outline.ng-invalid.ng-dirty {
14083
+ border-color: #d92800;
14084
+ }
14085
+
14086
+ .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 {
14087
+ color: #d92800;
14088
+ }
14089
+
14090
+ .k-input-flat {
14091
+ border-color: #cacaca;
14092
+ color: #272727;
14093
+ background-color: transparent;
14094
+ }
14095
+
14096
+ .k-input-flat.k-invalid, .k-input-flat.ng-invalid.ng-touched, .k-input-flat.ng-invalid.ng-dirty {
14097
+ border-color: #d92800;
14098
+ }
14099
+
14100
+ .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 {
14101
+ color: #d92800;
14102
+ }
14103
+
14104
+ .k-picker-flat {
14105
+ border-color: #cacaca;
14106
+ color: #272727;
14107
+ background-color: transparent;
14108
+ }
14109
+
14110
+ .k-picker-flat:hover, .k-picker-flat.k-hover {
14111
+ border-color: rgba(202, 202, 202, 0.16);
14112
+ background-color: rgba(39, 39, 39, 0.04);
14113
+ }
14114
+
14115
+ .k-picker-flat.k-invalid, .k-picker-flat.ng-invalid.ng-touched, .k-picker-flat.ng-invalid.ng-dirty {
14116
+ border-color: #d92800;
14117
+ }
14118
+
14119
+ .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 {
14120
+ color: #d92800;
14121
+ }
14122
+
14024
14123
  .k-floating-label-container {
14025
14124
  padding-top: 20.0000000004px;
14026
14125
  box-sizing: border-box;
@@ -17506,7 +17605,7 @@ kendo-label > .k-label {
17506
17605
  .k-radio.k-state-invalid,
17507
17606
  .k-radio.ng-invalid.ng-touched,
17508
17607
  .k-radio.ng-invalid.ng-dirty {
17509
- border-color: rgba(217, 40, 0, 0.5);
17608
+ border-color: #d92800;
17510
17609
  }
17511
17610
 
17512
17611
  .k-radio.k-invalid + .k-radio-label,
@@ -18533,7 +18632,7 @@ kendo-label > .k-label {
18533
18632
  color: #f35800;
18534
18633
  }
18535
18634
 
18536
- .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 {
18635
+ .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 {
18537
18636
  color: #cc4a00;
18538
18637
  }
18539
18638
 
@@ -18559,32 +18658,39 @@ kendo-label > .k-label {
18559
18658
  }
18560
18659
 
18561
18660
  .k-calendar .k-calendar-td:hover .k-link,
18562
- .k-calendar .k-calendar-td.k-state-hover .k-link {
18661
+ .k-calendar .k-calendar-td.k-state-hover .k-link,
18662
+ .k-calendar .k-calendar-td.k-hover .k-link {
18563
18663
  border-color: #bababa;
18564
18664
  color: #272727;
18565
18665
  background-color: #dddddd;
18566
18666
  }
18567
18667
 
18568
- .k-calendar .k-calendar-td.k-state-selected .k-link {
18668
+ .k-calendar .k-calendar-td.k-state-selected .k-link,
18669
+ .k-calendar .k-calendar-td.k-selected .k-link {
18569
18670
  border-color: #cc4a00;
18570
18671
  color: white;
18571
18672
  background-color: #f35800;
18572
18673
  }
18573
18674
 
18574
18675
  .k-calendar .k-calendar-td.k-state-selected:hover .k-link,
18575
- .k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link {
18676
+ .k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link,
18677
+ .k-calendar .k-calendar-td.k-selected:hover .k-link,
18678
+ .k-calendar .k-calendar-td.k-selected.k-hover .k-link {
18576
18679
  border-color: #cc4a00;
18577
18680
  color: white;
18578
18681
  background-color: #e05100;
18579
18682
  }
18580
18683
 
18581
18684
  .k-calendar .k-calendar-td.k-state-focused .k-link,
18582
- .k-calendar .k-calendar-td.k-state-focus .k-link {
18685
+ .k-calendar .k-calendar-td.k-state-focus .k-link,
18686
+ .k-calendar .k-calendar-td.k-focus .k-link {
18583
18687
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
18584
18688
  }
18585
18689
 
18586
18690
  .k-calendar .k-calendar-td.k-state-selected.k-state-focused .k-link,
18587
- .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link {
18691
+ .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link,
18692
+ .k-calendar .k-calendar-td.k-selected:focus .k-link,
18693
+ .k-calendar .k-calendar-td.k-selected.k-focus .k-link {
18588
18694
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
18589
18695
  }
18590
18696
 
@@ -18595,7 +18701,8 @@ kendo-label > .k-label {
18595
18701
  }
18596
18702
 
18597
18703
  .k-calendar .k-calendar-navigation li:hover,
18598
- .k-calendar .k-calendar-navigation li.k-state-hover {
18704
+ .k-calendar .k-calendar-navigation li.k-state-hover,
18705
+ .k-calendar .k-calendar-navigation li.k-hover {
18599
18706
  color: #cc4a00;
18600
18707
  }
18601
18708
 
@@ -18611,7 +18718,7 @@ kendo-label > .k-label {
18611
18718
  }
18612
18719
 
18613
18720
  .k-calendar.k-invalid, .k-calendar.k-invalid:hover, .k-calendar.k-state-invalid, .k-calendar.ng-invalid.ng-touched, .k-calendar.ng-invalid.ng-dirty {
18614
- border-color: rgba(217, 40, 0, 0.5);
18721
+ border-color: #d92800;
18615
18722
  }
18616
18723
 
18617
18724
  .k-scheduler .k-calendar .k-other-month {
@@ -18643,7 +18750,8 @@ kendo-label > .k-label {
18643
18750
  }
18644
18751
 
18645
18752
  .k-calendar .k-range-start.k-state-active .k-link,
18646
- .k-calendar .k-range-end.k-state-active .k-link {
18753
+ .k-calendar .k-range-end.k-state-active .k-link,
18754
+ .k-calendar .k-range-end.k-active .k-link {
18647
18755
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
18648
18756
  }
18649
18757
 
@@ -20659,7 +20767,7 @@ kendo-label > .k-label {
20659
20767
  }
20660
20768
 
20661
20769
  .k-upload.k-state-invalid, .k-upload.ng-invalid.ng-touched, .k-upload.ng-invalid.ng-dirty {
20662
- border-color: rgba(217, 40, 0, 0.5);
20770
+ border-color: #d92800;
20663
20771
  }
20664
20772
 
20665
20773
  .k-appbar {
@@ -22528,11 +22636,15 @@ kendo-card-footer {
22528
22636
  background-color: #ffffff;
22529
22637
  }
22530
22638
 
22531
- .k-card:focus, .k-card.k-state-focus {
22639
+ .k-card:focus, .k-card.k-focus, .k-card.k-state-focus {
22532
22640
  border-color: rgba(0, 0, 0, 0.15);
22533
22641
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
22534
22642
  }
22535
22643
 
22644
+ .k-card.k-selected, .k-card.k-state-selected {
22645
+ box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
22646
+ }
22647
+
22536
22648
  .k-card-actions {
22537
22649
  border-color: #cacaca;
22538
22650
  }
@@ -22656,7 +22768,7 @@ kendo-card-footer {
22656
22768
  color: inherit;
22657
22769
  }
22658
22770
 
22659
- .k-card-wrap.k-state-focused > .k-card, .k-card-wrap.k-state-selected > .k-card {
22771
+ .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 {
22660
22772
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
22661
22773
  }
22662
22774
 
@@ -22666,26 +22778,31 @@ kendo-card-footer {
22666
22778
  }
22667
22779
 
22668
22780
  .k-card:focus .k-card-callout,
22781
+ .k-card.k-focus .k-card-callout,
22669
22782
  .k-card.k-state-focus .k-card-callout {
22670
22783
  border-color: rgba(0, 0, 0, 0.15);
22671
22784
  }
22672
22785
 
22673
22786
  .k-card:focus .k-card-callout.k-callout-n,
22787
+ .k-card.k-focus .k-card-callout.k-callout-n,
22674
22788
  .k-card.k-state-focus .k-card-callout.k-callout-n {
22675
22789
  box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.06);
22676
22790
  }
22677
22791
 
22678
22792
  .k-card:focus .k-card-callout.k-callout-e,
22793
+ .k-card.k-focus .k-card-callout.k-callout-e,
22679
22794
  .k-card.k-state-focus .k-card-callout.k-callout-e {
22680
22795
  box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
22681
22796
  }
22682
22797
 
22683
22798
  .k-card:focus .k-card-callout.k-callout-s,
22799
+ .k-card.k-focus .k-card-callout.k-callout-s,
22684
22800
  .k-card.k-state-focus .k-card-callout.k-callout-s {
22685
22801
  box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.06);
22686
22802
  }
22687
22803
 
22688
22804
  .k-card:focus .k-card-callout.k-callout-w,
22805
+ .k-card.k-focus .k-card-callout.k-callout-w,
22689
22806
  .k-card.k-state-focus .k-card-callout.k-callout-w {
22690
22807
  box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
22691
22808
  }
@@ -25017,6 +25134,7 @@ kendo-card-footer {
25017
25134
  }
25018
25135
 
25019
25136
  .k-tilelayout-item:focus,
25137
+ .k-tilelayout-item.k-focus,
25020
25138
  .k-tilelayout-item.k-state-focus,
25021
25139
  .k-tilelayout-item.k-state-focused {
25022
25140
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
@@ -26784,6 +26902,7 @@ div.k-grid-norecords {
26784
26902
  .k-filter-menu-container kendo-numeric-filter-menu,
26785
26903
  .k-filter-menu-container kendo-grid-string-filter-menu,
26786
26904
  .k-filter-menu-container kendo-grid-date-filter-menu,
26905
+ .k-filter-menu-container kendo-grid-numeric-filter-menu,
26787
26906
  .k-filter-menu-container kendo-grid-filter-menu-input-wrapper {
26788
26907
  display: flex;
26789
26908
  flex-flow: column nowrap;
@@ -30020,7 +30139,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
30020
30139
  overflow-wrap: anywhere;
30021
30140
  }
30022
30141
 
30023
- .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 {
30142
+ .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 {
30024
30143
  text-decoration: underline;
30025
30144
  }
30026
30145
 
@@ -30092,29 +30211,29 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
30092
30211
  color: #f35800;
30093
30212
  }
30094
30213
 
30095
- .k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-state-focus {
30214
+ .k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-focus, .k-taskboard-card .k-card-title.k-state-focus {
30096
30215
  color: #cc4a00;
30097
30216
  }
30098
30217
 
30099
- .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
30218
+ .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover, .k-taskboard-card .k-card-title.k-state-hover {
30100
30219
  color: #cc4a00;
30101
30220
  }
30102
30221
 
30103
- .k-taskboard-card:focus, .k-taskboard-card.k-state-focus {
30222
+ .k-taskboard-card:focus, .k-taskboard-card.k-focus, .k-taskboard-card.k-state-focus {
30104
30223
  border-color: #a6a6a6;
30105
30224
  box-shadow: none;
30106
30225
  }
30107
30226
 
30108
- .k-taskboard-card:hover, .k-taskboard-card.k-state-hover {
30227
+ .k-taskboard-card:hover, .k-taskboard-card.k-hover, .k-taskboard-card.k-state-hover {
30109
30228
  border-color: #b6b6b6;
30110
30229
  }
30111
30230
 
30112
- .k-taskboard-card.k-state-selected {
30231
+ .k-taskboard-card.k-selected, .k-taskboard-card.k-state-selected {
30113
30232
  border-color: #f9ab7f;
30114
30233
  box-shadow: none;
30115
30234
  }
30116
30235
 
30117
- .k-taskboard-card.k-state-disabled {
30236
+ .k-taskboard-card.k-disabled, .k-taskboard-card.k-state-disabled {
30118
30237
  outline: none;
30119
30238
  cursor: default;
30120
30239
  opacity: 0.6;
@@ -35903,7 +36022,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
35903
36022
  border-color: transparent;
35904
36023
  }
35905
36024
 
35906
- .k-orgchart-card:focus, .k-orgchart-card.k-state-focus {
36025
+ .k-orgchart-card:focus, .k-orgchart-card.k-focus, .k-orgchart-card.k-state-focus {
35907
36026
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
35908
36027
  }
35909
36028
 
@@ -35914,6 +36033,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
35914
36033
  }
35915
36034
 
35916
36035
  .k-orgchart-node-group-container:focus,
36036
+ .k-orgchart-node-group-container.k-focus,
35917
36037
  .k-orgchart-node-group-container.k-state-focus,
35918
36038
  .k-orgchart-node-group-container.k-state-focused {
35919
36039
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
package/dist/all.scss CHANGED
@@ -1305,7 +1305,7 @@ $placeholder-bg: rgba(0, 0, 0, .1) !default;
1305
1305
  // Validator
1306
1306
  $invalid-bg: null !default;
1307
1307
  $invalid-text: $error !default;
1308
- $invalid-border: rgba( $error, .5 ) !default;
1308
+ $invalid-border: $error !default;
1309
1309
  $invalid-shadow: null !default;
1310
1310
 
1311
1311
 
@@ -9017,6 +9017,29 @@ $kendo-input-disabled-border: null !default;
9017
9017
  $kendo-input-disabled-gradient: null !default;
9018
9018
  $kendo-input-disabled-shadow: null !default;
9019
9019
 
9020
+ $kendo-input-outline-bg: null !default;
9021
+ $kendo-input-outline-text: null !default;
9022
+ $kendo-input-outline-border: rgba( $kendo-button-text, .5) !default;
9023
+
9024
+ $kendo-input-outline-hover-bg: null !default;
9025
+ $kendo-input-outline-hover-text: null !default;
9026
+ $kendo-input-outline-hover-border: rgba( $kendo-button-text, .8) !default;
9027
+
9028
+ $kendo-input-outline-focus-bg: null !default;
9029
+ $kendo-input-outline-focus-text: null !default;
9030
+ $kendo-input-outline-focus-border: null !default;
9031
+ $kendo-input-outline-focus-shadow: null !default;
9032
+
9033
+ $kendo-input-flat-bg: transparent !default;
9034
+ $kendo-input-flat-text: $kendo-input-text !default;
9035
+ $kendo-input-flat-border: $kendo-input-border !default;
9036
+
9037
+ $kendo-input-flat-focus-bg: null !default;
9038
+ $kendo-input-flat-focus-text: null !default;
9039
+ $kendo-input-flat-focus-border: null !default;
9040
+
9041
+ $kendo-input-flat-border-radius: $kendo-border-radius $kendo-border-radius 0px 0px !default;
9042
+
9020
9043
  $kendo-picker-bg: $kendo-button-bg !default;
9021
9044
  $kendo-picker-text: $kendo-button-text !default;
9022
9045
  $kendo-picker-border: $kendo-button-border !default;
@@ -9041,6 +9064,40 @@ $kendo-picker-disabled-border: null !default;
9041
9064
  $kendo-picker-disabled-gradient: null !default;
9042
9065
  $kendo-picker-disabled-shadow: null !default;
9043
9066
 
9067
+ $kendo-picker-outline-bg: transparent !default;
9068
+ $kendo-picker-outline-text: null !default;
9069
+ $kendo-picker-outline-border: $kendo-button-text !default;
9070
+
9071
+ $kendo-picker-outline-hover-bg: $kendo-button-text !default;
9072
+ $kendo-picker-outline-hover-text: $body-bg !default;
9073
+ $kendo-picker-outline-hover-border: null !default;
9074
+
9075
+ $kendo-picker-outline-focus-bg: transparent !default;
9076
+ $kendo-picker-outline-focus-text: $kendo-picker-outline-text !default;
9077
+ $kendo-picker-outline-focus-border: $kendo-picker-outline-border !default;
9078
+ $kendo-picker-outline-focus-shadow: $kendo-picker-focus-shadow !default;
9079
+
9080
+ $kendo-picker-outline-hover-focus-bg: $kendo-picker-outline-hover-bg !default;
9081
+ $kendo-picker-outline-hover-focus-text: $kendo-picker-outline-hover-text !default;
9082
+ $kendo-picker-outline-hover-focus-border: $kendo-picker-outline-hover-border !default;
9083
+
9084
+ $kendo-picker-flat-bg: transparent !default;
9085
+ $kendo-picker-flat-text: $kendo-button-text !default;
9086
+ $kendo-picker-flat-border: $kendo-button-border !default;
9087
+
9088
+ $kendo-picker-flat-hover-bg: rgba( $kendo-button-text, .04 ) !default;
9089
+ $kendo-picker-flat-hover-text: null !default;
9090
+ $kendo-picker-flat-hover-border: rgba( $kendo-button-border, .16 ) !default;
9091
+
9092
+ $kendo-picker-flat-focus-bg: null !default;
9093
+ $kendo-picker-flat-focus-text: null !default;
9094
+ $kendo-picker-flat-focus-border: null !default;
9095
+ $kendo-picker-flat-focus-shadow: null !default;
9096
+
9097
+ $kendo-picker-flat-hover-focus-bg: null !default;
9098
+ $kendo-picker-flat-hover-focus-text: null !default;
9099
+ $kendo-picker-flat-hover-focus-border: null !default;
9100
+
9044
9101
  $kendo-input-placeholder-text: $subtle-text !default;
9045
9102
  $kendo-input-placeholder-opacity: 1 !default;
9046
9103
 
@@ -9058,7 +9115,7 @@ $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
9058
9115
 
9059
9116
  // Input actions
9060
9117
  $kendo-input-button-width: null !default;
9061
- $kendo-input-button-border-width: 0px !default;
9118
+ $kendo-input-button-border-width: 1px !default;
9062
9119
  $kendo-input-spinner-width: null !default;
9063
9120
  $kendo-input-spinner-icon-offset: null !default;
9064
9121
 
@@ -9418,19 +9475,25 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9418
9475
  @include border-radius( 0 !important ); // sass-lint:disable-line no-important
9419
9476
  border-width: $kendo-input-border-width 0;
9420
9477
  border-top-color: transparent !important; // sass-lint:disable-line no-important
9421
- background: none !important; // sass-lint:disable-line no-important
9478
+ background-image: none !important; // sass-lint:disable-line no-important
9422
9479
 
9423
- .k-input-inner {
9424
- padding-left: 0 !important; // sass-lint:disable-line no-important
9425
- padding-right: 0 !important; // sass-lint:disable-line no-important
9480
+ &:focus,
9481
+ &.k-focus {
9482
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9483
+ }
9484
+ &:focus-within {
9485
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9426
9486
  }
9427
9487
  }
9428
9488
 
9429
- .k-input-outline,
9430
- .k-picker-outline {
9489
+ .k-input-outline {
9431
9490
  background: none !important; // sass-lint:disable-line no-important
9432
9491
  }
9433
9492
 
9493
+ .k-picker.k-picker-flat {
9494
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9495
+ }
9496
+
9434
9497
 
9435
9498
  // Sizing
9436
9499
  @each $size, $size-props in $kendo-input-sizes {
@@ -9682,6 +9745,218 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9682
9745
  }
9683
9746
  }
9684
9747
 
9748
+ // Outline
9749
+ .k-input-outline {
9750
+ @include fill (
9751
+ $kendo-input-outline-text,
9752
+ $kendo-input-outline-bg,
9753
+ $kendo-input-outline-border
9754
+ );
9755
+
9756
+ & > .k-input-button {
9757
+ border-color: inherit;
9758
+ }
9759
+
9760
+ & > .k-input-spinner {
9761
+ border-color: inherit;
9762
+
9763
+ & > .k-spinner-increase,
9764
+ & > .k-spinner-decrease {
9765
+ border-color: inherit;
9766
+ }
9767
+ }
9768
+
9769
+ &:hover,
9770
+ &.k-hover {
9771
+ @include fill (
9772
+ $kendo-input-outline-hover-text,
9773
+ $kendo-input-outline-hover-bg,
9774
+ $kendo-input-outline-hover-border
9775
+ );
9776
+ }
9777
+
9778
+ &:focus,
9779
+ &.k-focus {
9780
+ @include fill (
9781
+ $kendo-input-outline-focus-text,
9782
+ $kendo-input-outline-focus-bg,
9783
+ $kendo-input-outline-focus-border
9784
+ );
9785
+ @include box-shadow ( $kendo-input-outline-focus-shadow );
9786
+ }
9787
+
9788
+ // Invalid
9789
+ &.k-invalid,
9790
+ &.ng-invalid.ng-touched,
9791
+ &.ng-invalid.ng-dirty {
9792
+ @include fill( $border: $invalid-border );
9793
+
9794
+ .k-input-validation-icon {
9795
+ color: $invalid-text;
9796
+ }
9797
+
9798
+ &:focus,
9799
+ &.k-focus {
9800
+ @include box-shadow($invalid-shadow);
9801
+ }
9802
+ &:focus-within {
9803
+ @include box-shadow($invalid-shadow);
9804
+ }
9805
+ }
9806
+
9807
+ }
9808
+
9809
+ .k-picker-outline {
9810
+ @include fill (
9811
+ $kendo-picker-outline-text,
9812
+ $kendo-picker-outline-bg,
9813
+ $kendo-picker-outline-border
9814
+ );
9815
+
9816
+ &:hover,
9817
+ &.k-hover {
9818
+ @include fill (
9819
+ $kendo-picker-outline-hover-text,
9820
+ $kendo-picker-outline-hover-bg,
9821
+ $kendo-picker-outline-hover-border
9822
+ );
9823
+ }
9824
+
9825
+ &:focus,
9826
+ &.k-focus {
9827
+ @include fill (
9828
+ $kendo-picker-outline-focus-text,
9829
+ $kendo-picker-outline-focus-bg,
9830
+ $kendo-picker-outline-focus-border
9831
+ );
9832
+ @include box-shadow ( $kendo-picker-outline-focus-shadow );
9833
+ }
9834
+
9835
+ &:focus:hover,
9836
+ &:focus.k-hover,
9837
+ &.k-focus:hover,
9838
+ &.k-focus.k-hover {
9839
+ @include fill (
9840
+ $kendo-picker-outline-hover-focus-text,
9841
+ $kendo-picker-outline-hover-focus-bg,
9842
+ $kendo-picker-outline-hover-focus-border
9843
+ );
9844
+ }
9845
+
9846
+ // Invalid
9847
+ &.k-invalid,
9848
+ &.ng-invalid.ng-touched,
9849
+ &.ng-invalid.ng-dirty {
9850
+ @include fill( $border: $invalid-border );
9851
+
9852
+ .k-input-validation-icon {
9853
+ color: $invalid-text;
9854
+ }
9855
+
9856
+ &:focus,
9857
+ &.k-focus {
9858
+ @include box-shadow($invalid-shadow);
9859
+ }
9860
+ &:focus-within {
9861
+ @include box-shadow($invalid-shadow);
9862
+ }
9863
+ }
9864
+ }
9865
+
9866
+ // Flat
9867
+ .k-input-flat {
9868
+ @include fill (
9869
+ $kendo-input-flat-text,
9870
+ $kendo-input-flat-bg,
9871
+ $kendo-input-flat-border
9872
+ );
9873
+
9874
+ &:focus,
9875
+ &.k-focus {
9876
+ @include fill (
9877
+ $kendo-input-flat-focus-text,
9878
+ $kendo-input-flat-focus-bg,
9879
+ $kendo-input-flat-focus-border
9880
+ );
9881
+ }
9882
+
9883
+ // Invalid
9884
+ &.k-invalid,
9885
+ &.ng-invalid.ng-touched,
9886
+ &.ng-invalid.ng-dirty {
9887
+ @include fill( $border: $kendo-input-invalid-border );
9888
+
9889
+ .k-input-validation-icon {
9890
+ color: $invalid-text;
9891
+ }
9892
+
9893
+ &:focus,
9894
+ &.k-focus {
9895
+ @include box-shadow( $kendo-input-invalid-shadow );
9896
+ }
9897
+ &:focus-within {
9898
+ @include box-shadow( $kendo-input-invalid-shadow );
9899
+ }
9900
+ }
9901
+ }
9902
+
9903
+ .k-picker-flat {
9904
+ @include fill (
9905
+ $kendo-picker-flat-text,
9906
+ $kendo-picker-flat-bg,
9907
+ $kendo-picker-flat-border
9908
+ );
9909
+
9910
+ &:hover,
9911
+ &.k-hover {
9912
+ @include fill (
9913
+ $kendo-picker-flat-hover-text,
9914
+ $kendo-picker-flat-hover-bg,
9915
+ $kendo-picker-flat-hover-border
9916
+ );
9917
+ }
9918
+
9919
+ &:focus,
9920
+ &.k-focus {
9921
+ @include fill (
9922
+ $kendo-picker-flat-focus-text,
9923
+ $kendo-picker-flat-focus-bg,
9924
+ $kendo-picker-flat-focus-border
9925
+ );
9926
+ @include box-shadow( $kendo-picker-flat-focus-shadow );
9927
+ }
9928
+
9929
+ &:focus:hover,
9930
+ &:focus.k-hover,
9931
+ &.k-focus:hover,
9932
+ &.k-focus.k-hover {
9933
+ @include fill (
9934
+ $kendo-picker-flat-hover-focus-text,
9935
+ $kendo-picker-flat-hover-focus-bg,
9936
+ $kendo-picker-flat-hover-focus-border
9937
+ );
9938
+ }
9939
+
9940
+ // Invalid
9941
+ &.k-invalid,
9942
+ &.ng-invalid.ng-touched,
9943
+ &.ng-invalid.ng-dirty {
9944
+ @include fill( $border: $kendo-input-invalid-border );
9945
+
9946
+ .k-input-validation-icon {
9947
+ color: $invalid-text;
9948
+ }
9949
+
9950
+ &:focus,
9951
+ &.k-focus {
9952
+ @include box-shadow( $kendo-input-invalid-shadow );
9953
+ }
9954
+ &:focus-within {
9955
+ @include box-shadow( $kendo-input-invalid-shadow );
9956
+ }
9957
+ }
9958
+ }
9959
+
9685
9960
  }
9686
9961
 
9687
9962
  // #endregion
@@ -16857,9 +17132,11 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16857
17132
  color: $calendar-today-nav-text;
16858
17133
 
16859
17134
  &:hover,
17135
+ &.k-hover,
16860
17136
  &.k-state-hover,
16861
17137
  &:focus,
16862
- &.k-state-focus {
17138
+ &.k-state-focus,
17139
+ &.k-focus {
16863
17140
  color: $calendar-today-nav-hover-text;
16864
17141
  }
16865
17142
  }
@@ -16880,7 +17157,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16880
17157
  .k-link {
16881
17158
  box-shadow: inset 0 0 0 1px $calendar-today-color;
16882
17159
  }
16883
- &.k-state-focused .k-link {
17160
+ &.k-state-focused .k-link,
17161
+ &.k-focus .k-link {
16884
17162
  box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
16885
17163
  }
16886
17164
  } @else if $calendar-today-style == color {
@@ -16915,7 +17193,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16915
17193
 
16916
17194
  // Interactive states
16917
17195
  .k-calendar-td:hover .k-link,
16918
- .k-calendar-td.k-state-hover .k-link {
17196
+ .k-calendar-td.k-state-hover .k-link,
17197
+ .k-calendar-td.k-hover .k-link {
16919
17198
  @include fill(
16920
17199
  $calendar-cell-hover-text,
16921
17200
  $calendar-cell-hover-bg,
@@ -16923,7 +17202,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16923
17202
  $calendar-cell-hover-gradient
16924
17203
  );
16925
17204
  }
16926
- .k-calendar-td.k-state-selected .k-link {
17205
+ .k-calendar-td.k-state-selected .k-link,
17206
+ .k-calendar-td.k-selected .k-link {
16927
17207
  @include fill(
16928
17208
  $calendar-cell-selected-text,
16929
17209
  $calendar-cell-selected-bg,
@@ -16932,7 +17212,9 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16932
17212
  );
16933
17213
  }
16934
17214
  .k-calendar-td.k-state-selected:hover .k-link,
16935
- .k-calendar-td.k-state-selected.k-state-hover .k-link {
17215
+ .k-calendar-td.k-state-selected.k-state-hover .k-link,
17216
+ .k-calendar-td.k-selected:hover .k-link,
17217
+ .k-calendar-td.k-selected.k-hover .k-link {
16936
17218
  @include fill(
16937
17219
  $calendar-cell-selected-hover-text,
16938
17220
  $calendar-cell-selected-hover-bg,
@@ -16941,11 +17223,14 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16941
17223
  );
16942
17224
  }
16943
17225
  .k-calendar-td.k-state-focused .k-link,
16944
- .k-calendar-td.k-state-focus .k-link {
17226
+ .k-calendar-td.k-state-focus .k-link,
17227
+ .k-calendar-td.k-focus .k-link {
16945
17228
  box-shadow: $calendar-cell-focused-shadow;
16946
17229
  }
16947
17230
  .k-calendar-td.k-state-selected.k-state-focused .k-link,
16948
- .k-calendar-td.k-state-selected.k-state-focus .k-link {
17231
+ .k-calendar-td.k-state-selected.k-state-focus .k-link,
17232
+ .k-calendar-td.k-selected:focus .k-link,
17233
+ .k-calendar-td.k-selected.k-focus .k-link {
16949
17234
  box-shadow: $calendar-cell-selected-focus-shadow;
16950
17235
  }
16951
17236
 
@@ -16959,7 +17244,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16959
17244
  box-shadow: inset -1px 0 $calendar-navigation-border;
16960
17245
 
16961
17246
  li:hover,
16962
- li.k-state-hover {
17247
+ li.k-state-hover,
17248
+ li.k-hover {
16963
17249
  color: $calendar-today-nav-hover-text;
16964
17250
  }
16965
17251
  }
@@ -17042,7 +17328,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
17042
17328
  }
17043
17329
 
17044
17330
  .k-range-start.k-state-active,
17045
- .k-range-end.k-state-active {
17331
+ .k-range-end.k-state-active,
17332
+ .k-range-end.k-active {
17046
17333
  .k-link {
17047
17334
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
17048
17335
  }
@@ -23593,6 +23880,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23593
23880
  @include box-shadow( $card-shadow );
23594
23881
 
23595
23882
  &:focus,
23883
+ &.k-focus,
23596
23884
  &.k-state-focus {
23597
23885
  @include fill(
23598
23886
  $card-focus-text,
@@ -23601,6 +23889,11 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23601
23889
  );
23602
23890
  @include box-shadow( $card-focus-shadow );
23603
23891
  }
23892
+
23893
+ &.k-selected,
23894
+ &.k-state-selected {
23895
+ @include box-shadow( $card-focus-shadow );
23896
+ }
23604
23897
  }
23605
23898
 
23606
23899
 
@@ -23651,7 +23944,10 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23651
23944
 
23652
23945
  .k-card-wrap {
23653
23946
  &.k-state-focused,
23654
- &.k-state-selected {
23947
+ &.k-focus,
23948
+ &:focus,
23949
+ &.k-state-selected,
23950
+ &.k-selected {
23655
23951
  > .k-card {
23656
23952
  @include box-shadow( $card-focus-shadow );
23657
23953
  }
@@ -23673,6 +23969,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23673
23969
  .k-card-callout.k-callout-w { @include box-shadow( $card-callout-box-shadow-w ); }
23674
23970
 
23675
23971
  .k-card:focus .k-card-callout,
23972
+ .k-card.k-focus .k-card-callout,
23676
23973
  .k-card.k-state-focus .k-card-callout {
23677
23974
  @include fill(
23678
23975
  $bg: $card-focus-bg,
@@ -26638,6 +26935,8 @@ $panelbar-font-family: $font-family !default;
26638
26935
  $panelbar-font-size: $font-size !default;
26639
26936
  $panelbar-line-height: $line-height !default;
26640
26937
  $panelbar-border-width: 1px !default;
26938
+ $panelbar-item-border-width: 1px !default;
26939
+ $panelbar-item-border-style: solid !default;
26641
26940
 
26642
26941
  $panelbar-header-padding-x: $nav-item-padding-x !default;
26643
26942
  $panelbar-header-padding-y: $nav-item-padding-y !default;
@@ -26767,7 +27066,7 @@ $panelbar-header-expanded-gradient: null !default;
26767
27066
  > .k-panelbar-header {
26768
27067
  // TODO
26769
27068
  border-width: 0;
26770
- border-style: solid;
27069
+ border-style: $panelbar-item-border-style;
26771
27070
  border-color: inherit;
26772
27071
  display: block;
26773
27072
 
@@ -26790,7 +27089,7 @@ $panelbar-header-expanded-gradient: null !default;
26790
27089
  }
26791
27090
  > .k-item + .k-item,
26792
27091
  > .k-panelbar-header + .k-panelbar-header {
26793
- border-top-width: 1px;
27092
+ border-top-width: $panelbar-item-border-width;
26794
27093
  }
26795
27094
 
26796
27095
 
@@ -27538,6 +27837,7 @@ $tilelayout-hint-border: $component-border !default;
27538
27837
  }
27539
27838
 
27540
27839
  .k-tilelayout-item:focus,
27840
+ .k-tilelayout-item.k-focus,
27541
27841
  .k-tilelayout-item.k-state-focus,
27542
27842
  .k-tilelayout-item.k-state-focused {
27543
27843
  @include box-shadow($tilelayout-card-focus-shadow);
@@ -29546,6 +29846,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29546
29846
  kendo-numeric-filter-menu,
29547
29847
  kendo-grid-string-filter-menu,
29548
29848
  kendo-grid-date-filter-menu,
29849
+ kendo-grid-numeric-filter-menu,
29549
29850
  kendo-grid-filter-menu-input-wrapper {
29550
29851
  display: flex;
29551
29852
  flex-flow: column nowrap;
@@ -34030,8 +34331,10 @@ $taskboard-drag-placeholder-border: $component-border !default;
34030
34331
  overflow-wrap: anywhere;
34031
34332
 
34032
34333
  &:focus,
34334
+ &.k-focus,
34033
34335
  &.k-state-focus,
34034
34336
  &:hover,
34337
+ &.k-hover,
34035
34338
  &.k-state-hover {
34036
34339
  text-decoration: underline;
34037
34340
  }
@@ -34162,32 +34465,38 @@ $taskboard-drag-placeholder-border: $component-border !default;
34162
34465
  @include fill( $color: $taskboard-card-header-text );
34163
34466
 
34164
34467
  &:focus,
34468
+ &.k-focus,
34165
34469
  &.k-state-focus {
34166
34470
  @include fill( $color: $taskboard-card-header-focus-text );
34167
34471
  }
34168
34472
 
34169
34473
  &:hover,
34474
+ &.k-hover,
34170
34475
  &.k-state-hover {
34171
34476
  @include fill( $color: $taskboard-card-header-hover-text );
34172
34477
  }
34173
34478
  }
34174
34479
 
34175
34480
  &:focus,
34481
+ &.k-focus,
34176
34482
  &.k-state-focus {
34177
34483
  @include fill( $border: $taskboard-card-focus-border );
34178
34484
  @include box-shadow( $taskboard-card-focus-shadow );
34179
34485
  }
34180
34486
 
34181
34487
  &:hover,
34488
+ &.k-hover,
34182
34489
  &.k-state-hover {
34183
34490
  @include fill( $border: $taskboard-card-hover-border );
34184
34491
  }
34185
34492
 
34493
+ &.k-selected,
34186
34494
  &.k-state-selected {
34187
34495
  @include fill( $border: $taskboard-card-selected-border );
34188
34496
  @include box-shadow( $taskboard-card-selected-shadow );
34189
34497
  }
34190
34498
 
34499
+ &.k-disabled,
34191
34500
  &.k-state-disabled {
34192
34501
  @include disabled( $disabled-styling );
34193
34502
  }
@@ -41774,6 +42083,7 @@ $orgchart-line-v-height: 25px !default;
41774
42083
  }
41775
42084
 
41776
42085
  &:focus,
42086
+ &.k-focus,
41777
42087
  &.k-state-focus {
41778
42088
  @include box-shadow( $orgchart-card-focus-shadow );
41779
42089
  }
@@ -41788,6 +42098,7 @@ $orgchart-line-v-height: 25px !default;
41788
42098
  );
41789
42099
  }
41790
42100
  .k-orgchart-node-group-container:focus,
42101
+ .k-orgchart-node-group-container.k-focus,
41791
42102
  .k-orgchart-node-group-container.k-state-focus,
41792
42103
  .k-orgchart-node-group-container.k-state-focused {
41793
42104
  @include box-shadow( $orgchart-node-group-focus-shadow );
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131413",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f4f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#101010",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#1e242d",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#def4fd",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131314",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.2-dev.2",
6
+ "version": "5.4.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#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.3.2-dev.2",
4
+ "version": "5.4.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.3.2-dev.2"
52
+ "@progress/kendo-theme-default": "^5.4.0"
53
53
  },
54
- "gitHead": "be486e034baed68c866f3b61313899b350317d60"
54
+ "gitHead": "b22eb7cb9edd01d6088487b6f0c0178dd1eb3847"
55
55
  }
@@ -373,7 +373,7 @@ $placeholder-bg: rgba(0, 0, 0, .1) !default;
373
373
  // Validator
374
374
  $invalid-bg: null !default;
375
375
  $invalid-text: $error !default;
376
- $invalid-border: rgba( $error, .5 ) !default;
376
+ $invalid-border: $error !default;
377
377
  $invalid-shadow: null !default;
378
378
 
379
379
 
@@ -77,6 +77,29 @@ $kendo-input-disabled-border: null !default;
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: rgba( $kendo-button-text, .5) !default;
83
+
84
+ $kendo-input-outline-hover-bg: null !default;
85
+ $kendo-input-outline-hover-text: null !default;
86
+ $kendo-input-outline-hover-border: rgba( $kendo-button-text, .8) !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: $kendo-input-text !default;
95
+ $kendo-input-flat-border: $kendo-input-border !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: $kendo-border-radius $kendo-border-radius 0px 0px !default;
102
+
80
103
  $kendo-picker-bg: $kendo-button-bg !default;
81
104
  $kendo-picker-text: $kendo-button-text !default;
82
105
  $kendo-picker-border: $kendo-button-border !default;
@@ -101,6 +124,40 @@ $kendo-picker-disabled-border: null !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: $kendo-button-text !default;
130
+
131
+ $kendo-picker-outline-hover-bg: $kendo-button-text !default;
132
+ $kendo-picker-outline-hover-text: $body-bg !default;
133
+ $kendo-picker-outline-hover-border: null !default;
134
+
135
+ $kendo-picker-outline-focus-bg: transparent !default;
136
+ $kendo-picker-outline-focus-text: $kendo-picker-outline-text !default;
137
+ $kendo-picker-outline-focus-border: $kendo-picker-outline-border !default;
138
+ $kendo-picker-outline-focus-shadow: $kendo-picker-focus-shadow !default;
139
+
140
+ $kendo-picker-outline-hover-focus-bg: $kendo-picker-outline-hover-bg !default;
141
+ $kendo-picker-outline-hover-focus-text: $kendo-picker-outline-hover-text !default;
142
+ $kendo-picker-outline-hover-focus-border: $kendo-picker-outline-hover-border !default;
143
+
144
+ $kendo-picker-flat-bg: transparent !default;
145
+ $kendo-picker-flat-text: $kendo-button-text !default;
146
+ $kendo-picker-flat-border: $kendo-button-border !default;
147
+
148
+ $kendo-picker-flat-hover-bg: rgba( $kendo-button-text, .04 ) !default;
149
+ $kendo-picker-flat-hover-text: null !default;
150
+ $kendo-picker-flat-hover-border: rgba( $kendo-button-border, .16 ) !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: $line-height !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: $nav-item-padding-x !default;
10
12
  $panelbar-header-padding-y: $nav-item-padding-y !default;