@progress/kendo-theme-default 6.8.0-dev.2 → 7.0.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.
Files changed (73) hide show
  1. package/dist/all.css +567 -4823
  2. package/dist/all.scss +257 -1320
  3. package/dist/meta/sassdoc-data.json +428 -320
  4. package/dist/meta/sassdoc-raw-data.json +166 -116
  5. package/dist/meta/variables.json +97 -121
  6. package/lib/swatches/default-blue.json +1 -1
  7. package/lib/swatches/default-dataviz-v4.json +1 -1
  8. package/lib/swatches/default-green.json +1 -1
  9. package/lib/swatches/default-main-dark.json +1 -1
  10. package/lib/swatches/default-main.json +1 -1
  11. package/lib/swatches/default-nordic.json +1 -1
  12. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  13. package/lib/swatches/default-ocean-blue.json +1 -1
  14. package/lib/swatches/default-orange.json +1 -1
  15. package/lib/swatches/default-purple.json +1 -1
  16. package/lib/swatches/default-turquoise.json +1 -1
  17. package/lib/swatches/default-urban.json +1 -1
  18. package/package.json +5 -5
  19. package/scss/_variables.scss +1 -1
  20. package/scss/action-sheet/_variables.scss +1 -1
  21. package/scss/appbar/_variables.scss +2 -2
  22. package/scss/bottom-navigation/_layout.scss +1 -0
  23. package/scss/bottom-navigation/_variables.scss +2 -2
  24. package/scss/breadcrumb/_layout.scss +1 -2
  25. package/scss/calendar/_theme.scss +1 -0
  26. package/scss/calendar/_variables.scss +1 -0
  27. package/scss/card/_variables.scss +2 -1
  28. package/scss/chat/_variables.scss +6 -6
  29. package/scss/coloreditor/_variables.scss +3 -2
  30. package/scss/colorgradient/_layout.scss +3 -3
  31. package/scss/colorgradient/_theme.scss +4 -2
  32. package/scss/colorgradient/_variables.scss +14 -8
  33. package/scss/common/_index.scss +1 -0
  34. package/scss/common/_indicators.scss +39 -0
  35. package/scss/core/_index.scss +3 -0
  36. package/scss/drawer/_layout.scss +0 -1
  37. package/scss/editor/_layout.scss +3 -7
  38. package/scss/fab/_variables.scss +2 -2
  39. package/scss/grid/_layout.scss +5 -10
  40. package/scss/grid/_theme.scss +3 -6
  41. package/scss/icons/_layout.scss +4 -4
  42. package/scss/index.scss +2 -0
  43. package/scss/input/_layout.scss +10 -10
  44. package/scss/list/_variables.scss +1 -1
  45. package/scss/listview/_variables.scss +1 -1
  46. package/scss/map/_layout.scss +1 -2
  47. package/scss/orgchart/_variables.scss +2 -2
  48. package/scss/panelbar/_layout.scss +1 -0
  49. package/scss/panelbar/_theme.scss +0 -2
  50. package/scss/pdf-viewer/_theme.scss +1 -2
  51. package/scss/pdf-viewer/_variables.scss +1 -1
  52. package/scss/pivotgrid/_layout.scss +3 -6
  53. package/scss/pivotgrid/_variables.scss +5 -4
  54. package/scss/popup/_variables.scss +1 -1
  55. package/scss/rating/_theme.scss +0 -6
  56. package/scss/rating/_variables.scss +2 -2
  57. package/scss/scheduler/_layout.scss +2 -16
  58. package/scss/scheduler/_theme.scss +0 -17
  59. package/scss/scheduler/_variables.scss +1 -3
  60. package/scss/scrollview/_layout.scss +1 -2
  61. package/scss/spreadsheet/_layout.scss +2 -5
  62. package/scss/stepper/_layout.scss +2 -4
  63. package/scss/stepper/_theme.scss +1 -2
  64. package/scss/tabstrip/_layout.scss +1 -0
  65. package/scss/tabstrip/_variables.scss +1 -1
  66. package/scss/tilelayout/_layout.scss +1 -0
  67. package/scss/timeline/_variables.scss +1 -1
  68. package/scss/tooltip/_layout.scss +1 -2
  69. package/scss/tooltip/_theme.scss +1 -1
  70. package/scss/tooltip/_variables.scss +2 -0
  71. package/scss/treeview/_layout.scss +1 -4
  72. package/scss/upload/_layout.scss +1 -2
  73. package/scss/window/_variables.scss +2 -2
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.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": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ff6358",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.8.0-dev.2",
6
+ "version": "7.0.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
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": "6.8.0-dev.2",
4
+ "version": "7.0.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,9 +49,9 @@
49
49
  "postpublish": "echo 'no postpublish for default theme'"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-font-icons": "1.9.0",
53
- "@progress/kendo-theme-core": "6.8.0-dev.2",
54
- "@progress/kendo-theme-utils": "6.8.0-dev.2"
52
+ "@progress/kendo-svg-icons": "2.0.0",
53
+ "@progress/kendo-theme-core": "7.0.0",
54
+ "@progress/kendo-theme-utils": "7.0.0"
55
55
  },
56
- "gitHead": "1d0254882897f857ca96fd31477a6e2c18d18433"
56
+ "gitHead": "61d73126ecd6c97602f73d0adf12a12bdafe4d0a"
57
57
  }
@@ -449,4 +449,4 @@ $kendo-invalid-shadow: null !default;
449
449
 
450
450
  // Loading
451
451
  $kendo-loading-opacity: .3 !default;
452
- $kendo-zindex-loading: 100 !default;
452
+ $kendo-zindex-loading: 100 !default;
@@ -17,7 +17,7 @@ $kendo-actionsheet-line-height: $kendo-line-height-md !default;
17
17
  $kendo-actionsheet-bg: $kendo-component-bg !default;
18
18
  $kendo-actionsheet-text: $kendo-component-text !default;
19
19
  $kendo-actionsheet-border: $kendo-component-border !default;
20
- $kendo-actionsheet-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12) !default;
20
+ $kendo-actionsheet-shadow: k-elevation(7) !default;
21
21
 
22
22
 
23
23
  // Actionsheet header
@@ -48,7 +48,7 @@ $kendo-appbar-dark-text: k-contrast-legacy( $kendo-color-dark ) !default;
48
48
 
49
49
  /// The box shadow of the AppBar.
50
50
  /// @group appbar
51
- $kendo-appbar-box-shadow: 0px 1px 1px rgba(0, 0, 0, .16) !default;
51
+ $kendo-appbar-box-shadow: k-elevation(4) !default;
52
52
  /// The box shadow of the AppBar with bottom position.
53
53
  /// @group appbar
54
- $kendo-appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
54
+ $kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
@@ -33,6 +33,7 @@
33
33
  border-width: $kendo-bottom-nav-border-width;
34
34
  }
35
35
 
36
+ // TODO: do we even use this?
36
37
  .k-bottom-nav-shadow {
37
38
  box-shadow: $kendo-bottom-nav-shadow;
38
39
  }
@@ -49,7 +49,7 @@ $kendo-bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
49
49
 
50
50
  /// The box shadow of the BottomNavigation.
51
51
  /// @group bottom-navigation
52
- $kendo-bottom-nav-shadow: 0px 0px 5px rgba(0, 0, 0, .12) !default;
52
+ $kendo-bottom-nav-shadow: k-elevation(4) !default;
53
53
 
54
54
  /// The text color of the flat BottomNavigation.
55
55
  /// @group bottom-navigation
@@ -59,4 +59,4 @@ $kendo-bottom-nav-flat-text: $kendo-component-text !default;
59
59
  $kendo-bottom-nav-flat-bg: $kendo-component-bg !default;
60
60
  /// The border color of the flat BottomNavigation.
61
61
  /// @group bottom-navigation
62
- $kendo-bottom-nav-flat-border: $kendo-component-border !default;
62
+ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
@@ -76,8 +76,7 @@
76
76
  }
77
77
 
78
78
  .k-breadcrumb-link > .k-image,
79
- .k-breadcrumb-icontext-link .k-icon,
80
- .k-breadcrumb-icontext-link .k-svg-icon {
79
+ .k-breadcrumb-icontext-link .k-icon {
81
80
  margin-inline-end: $kendo-breadcrumb-link-icon-spacing;
82
81
  }
83
82
 
@@ -8,6 +8,7 @@
8
8
  );
9
9
 
10
10
 
11
+ // TODO: do we even use this?
11
12
  // Header / footer
12
13
  .k-header {
13
14
  @include fill(
@@ -19,6 +19,7 @@ $kendo-calendar-header-bg: $kendo-component-header-bg !default;
19
19
  $kendo-calendar-header-text: $kendo-component-header-text !default;
20
20
  $kendo-calendar-header-border: $kendo-component-header-border !default;
21
21
  $kendo-calendar-header-gradient: $kendo-component-header-gradient !default;
22
+ // TODO: variable is used, but the selector using it is not! Potentially remove;
22
23
  $kendo-calendar-header-shadow: 0 1px 3px 1px rgba(black, .1) !default;
23
24
 
24
25
  $kendo-calendar-nav-gap: null !default;
@@ -20,7 +20,8 @@ $kendo-card-shadow: null !default;
20
20
  $kendo-card-focus-bg: null !default;
21
21
  $kendo-card-focus-text: null !default;
22
22
  $kendo-card-focus-border: rgba( black, .15 ) !default;
23
- $kendo-card-focus-shadow: 0 3px 4px 0 rgba( black, .06 ) !default;
23
+ // TODO: double-check: the default theme is not supposed to elevate the card on focus
24
+ $kendo-card-focus-shadow: null !default;
24
25
 
25
26
  $kendo-card-header-padding-x: $kendo-card-padding-x !default;
26
27
  $kendo-card-header-padding-y: $kendo-card-padding-y !default;
@@ -52,16 +52,16 @@ $kendo-chat-border: $kendo-app-border !default;
52
52
  $kendo-chat-bubble-bg: $kendo-component-bg !default;
53
53
  $kendo-chat-bubble-text: $kendo-component-text !default;
54
54
  $kendo-chat-bubble-border: $kendo-chat-bubble-bg !default;
55
- $kendo-chat-bubble-shadow: 0 1px 2px rgba( $kendo-color-black, .08) !default;
56
- $kendo-chat-bubble-hover-shadow: 0 1px 2px rgba( $kendo-color-black, .16) !default;
57
- $kendo-chat-bubble-selected-shadow: 0 3px 10px rgba( $kendo-color-black, .16) !default;
55
+ $kendo-chat-bubble-shadow: k-elevation(1) !default;
56
+ $kendo-chat-bubble-hover-shadow: k-elevation(2) !default;
57
+ $kendo-chat-bubble-selected-shadow: k-elevation(3) !default;
58
58
 
59
59
  $kendo-chat-alt-bubble-bg: $kendo-color-primary !default;
60
60
  $kendo-chat-alt-bubble-text: k-contrast-legacy( $kendo-chat-alt-bubble-bg ) !default;
61
61
  $kendo-chat-alt-bubble-border: $kendo-chat-alt-bubble-bg !default;
62
- $kendo-chat-alt-bubble-shadow: 0 1px 2px rgba( $kendo-chat-alt-bubble-bg, .2 ) !default;
63
- $kendo-chat-alt-bubble-hover-shadow: 0 1px 2px rgba( $kendo-chat-alt-bubble-bg, .2 ) !default;
64
- $kendo-chat-alt-bubble-selected-shadow: 0 3px 10px rgba( $kendo-chat-alt-bubble-bg, .4 ) !default;
62
+ $kendo-chat-alt-bubble-shadow: k-elevation(1) !default;
63
+ $kendo-chat-alt-bubble-hover-shadow: k-elevation(2) !default;
64
+ $kendo-chat-alt-bubble-selected-shadow: k-elevation(3) !default;
65
65
 
66
66
  $kendo-chat-quick-reply-bg: transparent !default;
67
67
  $kendo-chat-quick-reply-text: $kendo-color-primary !default;
@@ -35,9 +35,10 @@ $kendo-color-editor-border: $kendo-component-border !default;
35
35
  /// The border color of the focused ColorEditor.
36
36
  /// @group coloreditor
37
37
  $kendo-color-editor-focus-border: null !default;
38
+ // TODO: does this ever get focused? Isn't it always in a popup?
38
39
  /// The box shadow of the focused ColorEditor.
39
40
  /// @group coloreditor
40
- $kendo-color-editor-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3) !default;
41
+ $kendo-color-editor-focus-shadow: null !default; // 1px 1px 7px 1px rgba(0, 0, 0, .3)
41
42
 
42
43
  /// The vertical padding of the ColorEditor header.
43
44
  /// @group coloreditor
@@ -77,4 +78,4 @@ $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, .3) !defau
77
78
  $kendo-color-editor-color-gradient-focus-outline: 2px !default;
78
79
  /// The outline offset of the focused ColorGradient.
79
80
  /// @group coloreditor
80
- $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
81
+ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
@@ -67,6 +67,8 @@
67
67
  height: $kendo-color-gradient-draghandle-height;
68
68
  border-width: $kendo-color-gradient-draghandle-border-width;
69
69
  border-style: solid;
70
+ outline-width: $kendo-color-gradient-draghandle-outline-width;
71
+ outline-style: solid;
70
72
  box-sizing: border-box;
71
73
  }
72
74
 
@@ -165,14 +167,12 @@
165
167
  align-items: center;
166
168
  gap: k-math-div( $kendo-color-gradient-contrast-spacer, 2 );
167
169
 
168
- .k-icon,
169
- .k-svg-icon {
170
+ .k-icon {
170
171
  vertical-align: middle;
171
172
  }
172
173
 
173
174
  // Needed for the double check icons
174
175
  .k-icon + .k-icon,
175
- .k-svg-icon + .k-svg-icon,
176
176
  .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
177
177
  margin-inline-start: -13px;
178
178
  }
@@ -27,12 +27,14 @@
27
27
  $kendo-color-gradient-draghandle-bg,
28
28
  $kendo-color-gradient-draghandle-border
29
29
  );
30
+ outline-color: $kendo-color-gradient-draghandle-focus-shadow;
30
31
  @include box-shadow( $kendo-color-gradient-draghandle-shadow );
31
32
 
32
33
  &:focus,
33
34
  &.k-focus {
34
35
  @include fill( $bg: transparent, $border: $kendo-color-white );
35
- @include focus-indicator( $kendo-color-gradient-draghandle-focus-shadow );
36
+ outline-color: $kendo-color-gradient-draghandle-focus-shadow;
37
+ @include focus-indicator( $kendo-color-gradient-draghandle-shadow );
36
38
  }
37
39
 
38
40
  &:hover,
@@ -40,7 +42,7 @@
40
42
  &.k-active,
41
43
  &:active {
42
44
  @include fill( $bg: transparent, $border: $kendo-color-white );
43
- @include box-shadow( $kendo-color-gradient-draghandle-hover-shadow );
45
+ outline-color: $kendo-color-gradient-draghandle-hover-shadow;
44
46
  }
45
47
  }
46
48
 
@@ -48,7 +48,7 @@ $kendo-color-gradient-border: $kendo-component-border !default;
48
48
  $kendo-color-gradient-focus-border: null !default;
49
49
  /// The box shadow of the focused ColorGradient.
50
50
  /// @group cologradient
51
- $kendo-color-gradient-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3) !default;
51
+ $kendo-color-gradient-focus-shadow: k-elevation(3) !default;
52
52
 
53
53
  /// The border radius of the ColorGradient canvas.
54
54
  /// @group cologradient
@@ -86,6 +86,9 @@ $kendo-color-gradient-draghandle-height: 14px !default;
86
86
  /// The width of the border around the ColorGradient canvas drag handle.
87
87
  /// @group cologradient
88
88
  $kendo-color-gradient-draghandle-border-width: 1px !default;
89
+ /// The width of the outline around the ColorGradient canvas drag handle.
90
+ /// @group cologradient
91
+ $kendo-color-gradient-draghandle-outline-width: 1px !default;
89
92
  /// The border radius of the ColorGradient canvas drag handle.
90
93
  /// @group cologradient
91
94
  $kendo-color-gradient-draghandle-border-radius: 50% !default;
@@ -98,15 +101,18 @@ $kendo-color-gradient-draghandle-bg: transparent !default;
98
101
  /// The color of the border around the ColorGradient canvas drag handle.
99
102
  /// @group cologradient
100
103
  $kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
101
- /// The box shadow of the ColorGradient canvas drag handle.
104
+ /// The color of the outline around the ColorGradient canvas drag handle.
102
105
  /// @group cologradient
103
- $kendo-color-gradient-draghandle-shadow: 0 1px 4px rgba(0, 0, 0, .5) !default;
104
- /// The box shadow of the focused ColorGradient canvas drag handle.
106
+ $kendo-color-gradient-draghandle-shadow: rgba( $kendo-color-black, .5 ) !default;
107
+ /// The focus color of the outline around the ColorGradient canvas drag handle.
105
108
  /// @group cologradient
106
- $kendo-color-gradient-draghandle-focus-shadow: 0 1px 4px black !default;
107
- /// The box shadow of the hovered ColorGradient canvas drag handle.
109
+ $kendo-color-gradient-draghandle-focus-shadow: $kendo-color-black !default;
110
+ /// The hover color of the outline around the ColorGradient canvas drag handle.
111
+ /// @group cologradient
112
+ $kendo-color-gradient-draghandle-hover-shadow: $kendo-color-black !default;
113
+ /// The box shadow of the ColorGradient canvas drag handle.
108
114
  /// @group cologradient
109
- $kendo-color-gradient-draghandle-hover-shadow: $kendo-color-gradient-draghandle-focus-shadow !default;
115
+ $kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
110
116
 
111
117
  /// The vertical margin of the ColorGradient canvas drag handle.
112
118
  /// @group cologradient
@@ -133,4 +139,4 @@ $kendo-color-gradient-input-label-text: $kendo-subtle-text !default;
133
139
  $kendo-color-gradient-contrast-ratio-font-weight: $kendo-font-weight-bold !default;
134
140
  /// The spacing between the items in the ColorGradient contrast tool.
135
141
  /// @group cologradient
136
- $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 1.5 ) !default;
142
+ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 1.5 ) !default;
@@ -1,4 +1,5 @@
1
1
  @import "./_base.scss";
2
2
  @import "./_animations.scss";
3
+ @import "./_indicators.scss";
3
4
  @import "./_resizing.scss";
4
5
  @import "./_scrollbar.scss";
@@ -0,0 +1,39 @@
1
+ @include exports( "common/indicators/current-time" ) {
2
+
3
+ $kendo-current-time-width: 1px !default;
4
+ $kendo-current-time-color: #ff0000 !default;
5
+
6
+ // Layout
7
+ .k-current-time {
8
+ width: $kendo-current-time-width;
9
+ position: absolute;
10
+
11
+ &.k-current-time-arrow-left,
12
+ &.k-current-time-arrow-right,
13
+ &.k-current-time-arrow-down {
14
+ width: 0;
15
+ height: 0;
16
+ background: transparent;
17
+ border: 4px solid transparent;
18
+ }
19
+ }
20
+
21
+
22
+ // Theme
23
+ .k-current-time {
24
+ background: $kendo-current-time-color;
25
+
26
+ &.k-current-time-arrow-left {
27
+ border-right-color: $kendo-current-time-color;
28
+ }
29
+
30
+ &.k-current-time-arrow-right {
31
+ border-left-color: $kendo-current-time-color;
32
+ }
33
+
34
+ &.k-current-time-arrow-down {
35
+ border-top-color: $kendo-current-time-color;
36
+ }
37
+ }
38
+
39
+ }
@@ -8,4 +8,7 @@ $wcag-min-contrast-ratio: 4.5 !default;
8
8
  // Expose
9
9
  @include exports("kendo-core-styles") {
10
10
  @include kendo-core--styles();
11
+
12
+ // Elevation System
13
+ @include kendo-elevation--styles();
11
14
  }
@@ -153,7 +153,6 @@
153
153
  gap: $kendo-drawer-item-padding-x;
154
154
  }
155
155
 
156
- .k-svg-icon,
157
156
  .k-icon {
158
157
  flex-shrink: 0;
159
158
  padding-inline: $kendo-drawer-icon-padding-x;
@@ -139,13 +139,11 @@
139
139
  flex-shrink: 0;
140
140
 
141
141
  .k-editor-export {
142
- .k-icon,
143
- .k-svg-icon {
142
+ .k-icon {
144
143
  margin-right: $kendo-editor-export-tool-icon-margin-x;
145
144
  }
146
145
 
147
146
  .k-icon,
148
- .k-svg-icon,
149
147
  .k-export-tool-text {
150
148
  vertical-align: middle;
151
149
  }
@@ -384,8 +382,7 @@
384
382
  flex: 1;
385
383
  width: 100px; // fix width for Edge
386
384
  }
387
- .k-icon,
388
- .k-svg-icon {
385
+ .k-icon {
389
386
  margin: 0;
390
387
  position: static;
391
388
  }
@@ -483,8 +480,7 @@
483
480
  left: $kendo-input-padding-x;
484
481
  top: $kendo-input-padding-y;
485
482
 
486
- .k-icon,
487
- .k-svg-icon {
483
+ .k-icon {
488
484
  position: static;
489
485
  margin-top: 0;
490
486
  }
@@ -115,10 +115,10 @@ $kendo-fab-sizes: (
115
115
 
116
116
  /// The base shadow of the FAB.
117
117
  /// @group floating-action-button
118
- $kendo-fab-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2) !default;
118
+ $kendo-fab-shadow: k-elevation(5) !default;
119
119
  /// The shadow of the disabled FAB.
120
120
  /// @group floating-action-button
121
- $kendo-fab-disabled-shadow: 0 6px 10px k-try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px k-try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px k-try-tint( rgba(0, 0, 0, .2), .5 ) !default;
121
+ $kendo-fab-disabled-shadow: k-elevation(5) !default;
122
122
  /// The shadow of the active FAB.
123
123
  /// @group floating-action-button
124
124
  $kendo-fab-active-shadow: null !default;
@@ -187,8 +187,7 @@
187
187
  }
188
188
  }
189
189
 
190
- .k-cell-inner > .k-link > .k-sort-icon .k-icon,
191
- .k-cell-inner > .k-link > .k-sort-icon .k-svg-icon {
190
+ .k-cell-inner > .k-link > .k-sort-icon .k-icon {
192
191
  display: flex;
193
192
  }
194
193
 
@@ -278,8 +277,7 @@
278
277
  text-overflow: clip;
279
278
  }
280
279
 
281
- .k-grouping-row .k-icon,
282
- .k-grouping-row .k-svg-icon {
280
+ .k-grouping-row .k-icon {
283
281
  margin-inline-start: calc( #{k-math-div( $kendo-icon-size, 2 )} - #{$kendo-grid-cell-padding-x} );
284
282
  margin-inline-end: k-math-div( $kendo-icon-size, 2 );
285
283
  text-decoration: none;
@@ -301,7 +299,7 @@
301
299
  text-align: center;
302
300
  overflow: visible;
303
301
 
304
- > .k-icon {
302
+ > .k-font-icon {
305
303
  padding-block: $kendo-grid-cell-padding-y;
306
304
  padding-inline: 0;
307
305
  width: 100%;
@@ -972,8 +970,7 @@
972
970
  }
973
971
  }
974
972
 
975
- .k-grouping-row .k-icon,
976
- .k-grouping-row .k-svg-icon {
973
+ .k-grouping-row .k-icon {
977
974
  margin-inline-start: calc( #{k-math-div( $kendo-icon-size, 2 )} - #{$_cell-padding-x} );
978
975
  }
979
976
 
@@ -985,8 +982,7 @@
985
982
  .k-drag-cell {
986
983
  padding: 0;
987
984
 
988
- > .k-icon,
989
- > .k-svg-icon {
985
+ > .k-icon {
990
986
  padding-block: $_cell-padding-y;
991
987
  padding-inline: 0;
992
988
  }
@@ -1313,7 +1309,6 @@
1313
1309
  cursor: pointer;
1314
1310
 
1315
1311
  > .k-icon,
1316
- > .k-svg-icon,
1317
1312
  > .k-expander-indicator {
1318
1313
  margin-inline-end: $kendo-icon-spacing;
1319
1314
  }
@@ -113,16 +113,14 @@
113
113
  .k-grid-filter,
114
114
  .k-header-column-menu,
115
115
  .k-grid-header-menu,
116
- .k-hierarchy-cell .k-icon,
117
- .k-hierarchy-cell .k-svg-icon {
116
+ .k-hierarchy-cell .k-icon {
118
117
  color: $kendo-grid-header-text;
119
118
  }
120
119
 
121
120
  .k-grouping-row {
122
121
  background-color: $kendo-grid-grouping-row-bg;
123
122
 
124
- .k-icon,
125
- .k-svg-icon {
123
+ .k-icon {
126
124
  color: $kendo-grid-header-text;
127
125
  }
128
126
 
@@ -194,8 +192,7 @@
194
192
  .k-grid-filter,
195
193
  .k-header-column-menu,
196
194
  .k-grid-header-menu,
197
- .k-hierarchy-cell .k-icon,
198
- .k-hierarchy-cell .k-svg-icon {
195
+ .k-hierarchy-cell .k-icon {
199
196
  &:hover {
200
197
  color: $kendo-button-hover-text;
201
198
  background-color: $kendo-button-hover-bg;
@@ -1,11 +1,11 @@
1
- $ki-embed-font: true;
1
+ $ki-embed-font: false;
2
2
  $ki-icon-size: $kendo-icon-size;
3
3
 
4
- @import "@progress/kendo-font-icons/scss/index.scss";
4
+ @import "@progress/kendo-svg-icons/scss/index.scss";
5
5
 
6
6
  @mixin kendo-icon--layout-base() {
7
7
 
8
- @include kendo-icon-styles();
8
+ @include kendo-svg-icon-styles();
9
9
 
10
10
  // Icon wrap
11
11
  .k-icon-wrap {
@@ -45,7 +45,7 @@ $ki-icon-size: $kendo-icon-size;
45
45
  right: 0;
46
46
  margin: 0 -.5em -.5em 0;
47
47
  }
48
- .k-svg-icon.k-icon-modifier {
48
+ .k-icon.k-icon-modifier {
49
49
  width: 1em;
50
50
  height: 1em;
51
51
  }
package/scss/index.scss CHANGED
@@ -172,6 +172,8 @@
172
172
  @include kendo-core--styles();
173
173
 
174
174
  // Color system
175
+ @include color-system-styles();
176
+
175
177
 
176
178
  // Typography and utils
177
179
  @include kendo-typography--styles();