@progress/kendo-theme-default 5.6.0 → 5.6.1-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
@@ -18379,7 +18379,8 @@ kendo-label > .k-label {
18379
18379
  }
18380
18380
 
18381
18381
  .k-calendar-header .k-today,
18382
- .k-calendar-header .k-nav-today {
18382
+ .k-calendar-header .k-nav-today,
18383
+ .k-calendar-header .k-calendar-nav-today {
18383
18384
  text-decoration: none;
18384
18385
  cursor: pointer;
18385
18386
  outline: none;
@@ -18728,10 +18729,14 @@ kendo-label > .k-label {
18728
18729
  .k-rtl .k-calendar .k-nav-next,
18729
18730
  .k-rtl .k-calendar .k-prev-view,
18730
18731
  .k-rtl .k-calendar .k-next-view,
18732
+ .k-rtl .k-calendar .k-calendar-nav-prev,
18733
+ .k-rtl .k-calendar .k-calendar-nav-next,
18731
18734
  .k-calendar[dir="rtl"] .k-nav-prev,
18732
18735
  .k-calendar[dir="rtl"] .k-nav-next,
18733
18736
  .k-calendar[dir="rtl"] .k-prev-view,
18734
- .k-calendar[dir="rtl"] .k-next-view {
18737
+ .k-calendar[dir="rtl"] .k-next-view,
18738
+ .k-calendar[dir="rtl"] .k-calendar-nav-prev,
18739
+ .k-calendar[dir="rtl"] .k-calendar-nav-next {
18735
18740
  transform: scaleX(-1);
18736
18741
  }
18737
18742
 
@@ -18777,11 +18782,18 @@ kendo-label > .k-label {
18777
18782
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
18778
18783
  }
18779
18784
 
18780
- .k-calendar .k-nav-today {
18785
+ .k-calendar .k-nav-today,
18786
+ .k-calendar .k-calendar-nav-today {
18781
18787
  color: #ff6358;
18782
18788
  }
18783
18789
 
18784
- .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-focus, .k-calendar .k-nav-today.k-state-focus {
18790
+ .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-focus, .k-calendar .k-nav-today.k-state-focus,
18791
+ .k-calendar .k-calendar-nav-today:hover,
18792
+ .k-calendar .k-calendar-nav-today.k-hover,
18793
+ .k-calendar .k-calendar-nav-today.k-state-hover,
18794
+ .k-calendar .k-calendar-nav-today:focus,
18795
+ .k-calendar .k-calendar-nav-today.k-focus,
18796
+ .k-calendar .k-calendar-nav-today.k-state-focus {
18785
18797
  color: #d6534a;
18786
18798
  }
18787
18799
 
package/dist/all.scss CHANGED
@@ -16716,7 +16716,8 @@ $kendo-calendar-sizes: (
16716
16716
  font-weight: bold;
16717
16717
  }
16718
16718
  .k-today,
16719
- .k-nav-today {
16719
+ .k-nav-today,
16720
+ .k-calendar-nav-today {
16720
16721
  text-decoration: none;
16721
16722
  cursor: pointer;
16722
16723
  outline: none;
@@ -17086,7 +17087,9 @@ $kendo-calendar-sizes: (
17086
17087
  .k-nav-prev,
17087
17088
  .k-nav-next,
17088
17089
  .k-prev-view,
17089
- .k-next-view {
17090
+ .k-next-view,
17091
+ .k-calendar-nav-prev,
17092
+ .k-calendar-nav-next {
17090
17093
  transform: scaleX(-1);
17091
17094
  }
17092
17095
 
@@ -17143,7 +17146,8 @@ $kendo-calendar-sizes: (
17143
17146
 
17144
17147
 
17145
17148
  // Today navigation
17146
- .k-nav-today {
17149
+ .k-nav-today,
17150
+ .k-calendar-nav-today {
17147
17151
  color: $calendar-today-nav-text;
17148
17152
 
17149
17153
  &:hover,
@@ -18691,10 +18695,7 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
18691
18695
  // #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
18692
18696
  // File already imported_once. Skipping output.
18693
18697
  // #endregion
18694
- // #region @import "../colorpalette/_index.scss"; -> packages/default/scss/colorpalette/_index.scss
18695
- // File already imported_once. Skipping output.
18696
- // #endregion
18697
- // #region @import "../colorgradient/_index.scss"; -> packages/default/scss/colorgradient/_index.scss
18698
+ // #region @import "../coloreditor/_index.scss"; -> packages/default/scss/coloreditor/_index.scss
18698
18699
  // File already imported_once. Skipping output.
18699
18700
  // #endregion
18700
18701
  // #region @import "../popup/_index.scss"; -> packages/default/scss/popup/_index.scss
@@ -19069,6 +19070,9 @@ $kendo-daterange-picker-input-width: 10em;
19069
19070
  // #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
19070
19071
  // File already imported_once. Skipping output.
19071
19072
  // #endregion
19073
+ // #region @import "../table/_index.scss"; -> packages/default/scss/table/_index.scss
19074
+ // File already imported_once. Skipping output.
19075
+ // #endregion
19072
19076
  // #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
19073
19077
  // File already imported_once. Skipping output.
19074
19078
  // #endregion
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ff6358",
9
9
  "#ffd246",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#151515",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#50686e",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.0",
6
+ "version": "5.6.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "5.6.0",
4
+ "version": "5.6.1-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "sass-build": "^0.0.1"
46
46
  },
47
- "gitHead": "ef24d215b0a733af85dbc621ccc41f4f80b84d90"
47
+ "gitHead": "57dbcf8b8d0e6f11fc74d102cd8784a17438b2d2"
48
48
  }
@@ -134,7 +134,8 @@
134
134
  font-weight: bold;
135
135
  }
136
136
  .k-today,
137
- .k-nav-today {
137
+ .k-nav-today,
138
+ .k-calendar-nav-today {
138
139
  text-decoration: none;
139
140
  cursor: pointer;
140
141
  outline: none;
@@ -504,7 +505,9 @@
504
505
  .k-nav-prev,
505
506
  .k-nav-next,
506
507
  .k-prev-view,
507
- .k-next-view {
508
+ .k-next-view,
509
+ .k-calendar-nav-prev,
510
+ .k-calendar-nav-next {
508
511
  transform: scaleX(-1);
509
512
  }
510
513
 
@@ -25,7 +25,8 @@
25
25
 
26
26
 
27
27
  // Today navigation
28
- .k-nav-today {
28
+ .k-nav-today,
29
+ .k-calendar-nav-today {
29
30
  color: $calendar-today-nav-text;
30
31
 
31
32
  &:hover,
@@ -4,8 +4,7 @@
4
4
  // Dependencies
5
5
  @import "../input/_index.scss";
6
6
  @import "../button/_index.scss";
7
- @import "../colorpalette/_index.scss";
8
- @import "../colorgradient/_index.scss";
7
+ @import "../coloreditor/_index.scss";
9
8
  @import "../popup/_index.scss";
10
9
  @import "../icons/_index.scss";
11
10
 
@@ -3,6 +3,7 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
+ @import "../table/_index.scss";
6
7
  @import "../input/_index.scss";
7
8
  @import "../floating-label/_index.scss";
8
9
  @import "../combobox/_index.scss";