@progress/kendo-theme-bootstrap 6.8.0-dev.1 → 7.0.0-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.
Files changed (40) hide show
  1. package/dist/all.css +402 -106
  2. package/dist/all.scss +712 -124
  3. package/dist/meta/sassdoc-data.json +16026 -13962
  4. package/dist/meta/sassdoc-raw-data.json +1085 -135
  5. package/dist/meta/variables.json +212 -76
  6. package/lib/swatches/bootstrap-3-dark.json +1 -1
  7. package/lib/swatches/bootstrap-3.json +1 -1
  8. package/lib/swatches/bootstrap-4-dark.json +1 -1
  9. package/lib/swatches/bootstrap-4.json +1 -1
  10. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  11. package/lib/swatches/bootstrap-main-dark.json +1 -1
  12. package/lib/swatches/bootstrap-main.json +1 -1
  13. package/lib/swatches/bootstrap-nordic.json +1 -1
  14. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  15. package/lib/swatches/bootstrap-turquoise.json +1 -1
  16. package/lib/swatches/bootstrap-urban.json +1 -1
  17. package/lib/swatches/bootstrap-vintage.json +1 -1
  18. package/package.json +5 -5
  19. package/scss/action-sheet/_variables.scss +1 -1
  20. package/scss/appbar/_variables.scss +2 -2
  21. package/scss/bottom-navigation/_variables.scss +2 -2
  22. package/scss/card/_variables.scss +1 -1
  23. package/scss/colorgradient/_variables.scss +14 -8
  24. package/scss/common/_index.scss +1 -0
  25. package/scss/common/_indicators.scss +1 -0
  26. package/scss/core/_index.scss +6 -0
  27. package/scss/core/elevation/index.import.scss +34 -0
  28. package/scss/dock-manager/_index.scss +38 -0
  29. package/scss/dock-manager/_layout.scss +6 -0
  30. package/scss/dock-manager/_theme.scss +6 -0
  31. package/scss/dock-manager/_variables.scss +113 -0
  32. package/scss/fab/_variables.scss +2 -2
  33. package/scss/index.scss +2 -0
  34. package/scss/pdf-viewer/_variables.scss +4 -5
  35. package/scss/pivotgrid/_variables.scss +5 -4
  36. package/scss/popup/_variables.scss +1 -1
  37. package/scss/scheduler/_variables.scss +1 -3
  38. package/scss/tabstrip/_variables.scss +1 -1
  39. package/scss/timeline/_variables.scss +1 -1
  40. package/scss/tooltip/_variables.scss +2 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "6.8.0-dev.1",
4
+ "version": "7.0.0-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -51,10 +51,10 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@progress/kendo-font-icons": "1.9.0",
54
- "@progress/kendo-theme-core": "6.8.0-dev.1",
55
- "@progress/kendo-theme-default": "6.8.0-dev.1",
56
- "@progress/kendo-theme-utils": "6.8.0-dev.1",
54
+ "@progress/kendo-theme-core": "7.0.0-dev.0",
55
+ "@progress/kendo-theme-default": "7.0.0-dev.0",
56
+ "@progress/kendo-theme-utils": "7.0.0-dev.0",
57
57
  "bootstrap": "5.2.1"
58
58
  },
59
- "gitHead": "8b90f3aef2d8742d9fea94474dabb38bd7553c1d"
59
+ "gitHead": "228be168555ed9f71c328cefd10924e3fd037023"
60
60
  }
@@ -16,7 +16,7 @@ $kendo-actionsheet-line-height: $kendo-line-height-md !default;
16
16
  $kendo-actionsheet-bg: $kendo-component-bg !default;
17
17
  $kendo-actionsheet-text: $kendo-component-text !default;
18
18
  $kendo-actionsheet-border: $kendo-component-border !default;
19
- $kendo-actionsheet-shadow: 0 8px 10px -5px rgba( black, .2 ), 0 16px 24px 2px rgba( black, .14 ), 0 6px 30px 5px rgba( black, .12 ) !default;
19
+ $kendo-actionsheet-shadow: k-elevation(7) !default;
20
20
 
21
21
 
22
22
  // Actionsheet header
@@ -48,7 +48,7 @@ $kendo-appbar-dark-text: k-contrast-color( $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( black, .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( black, .16 ) !default;
54
+ $kendo-appbar-bottom-box-shadow: k-elevation(4) !default;
@@ -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( black, .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;
@@ -21,7 +21,7 @@ $kendo-card-shadow: null !default;
21
21
  $kendo-card-focus-bg: null !default;
22
22
  $kendo-card-focus-text: null !default;
23
23
  $kendo-card-focus-border: null !default;
24
- $kendo-card-focus-shadow: 0 0 0 3px rgba( $kendo-card-border, .5 ) !default;
24
+ $kendo-card-focus-shadow: k-elevation(3) !default;
25
25
 
26
26
  $kendo-card-header-padding-x: $kendo-card-padding-x !default;
27
27
  $kendo-card-header-padding-y: $kendo-card-padding-y !default;
@@ -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;
@@ -97,16 +100,19 @@ $kendo-color-gradient-draghandle-text: null !default;
97
100
  $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
- $kendo-color-gradient-draghandle-border: rgba( white, .8) !default;
101
- /// The box shadow of the ColorGradient canvas drag handle.
103
+ $kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
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( black, .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 outline 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, 2 ) !default;
142
+ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 2 ) !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 @@
1
+ @import "@progress/kendo-theme-default/scss/common/_indicators.scss";
@@ -3,9 +3,15 @@ $wcag-min-contrast-ratio: 4.5 !default;
3
3
  // Variables
4
4
  @import "../_variables.scss";
5
5
 
6
+ // Elevation
7
+ @import "./elevation/index.import.scss";
8
+
6
9
  @import "@progress/kendo-theme-core/scss/index.import.scss";
7
10
 
8
11
  // Expose
9
12
  @include exports("kendo-core-styles") {
10
13
  @include kendo-core--styles();
14
+
15
+ // Elevation System
16
+ @include kendo-elevation--styles();
11
17
  }
@@ -0,0 +1,34 @@
1
+ $_default-elevation: (
2
+ 1: (
3
+ 0px 1px 2px rgba(0, 0, 0, 0.038),
4
+ ),
5
+ 2: (
6
+ 0px 2px 7px rgba(0, 0, 0, 0.075),
7
+ ),
8
+ 3: (
9
+ 0px 4px 10px rgba(0, 0, 0, 0.1),
10
+ ),
11
+ 4: (
12
+ 0px 6px 13px rgba(0, 0, 0, 0.125),
13
+ ),
14
+ 5: (
15
+ 0px 8px 16px 0px rgba(0, 0, 0, 0.15),
16
+ ),
17
+ 6: (
18
+ 0px 11px 24px 0px rgba(0, 0, 0, 0.159),
19
+ ),
20
+ 7: (
21
+ 0px 14px 36px 0px rgba(0, 0, 0, 0.168),
22
+ ),
23
+ 8: (
24
+ 0px 16px 48px 0px rgba(0, 0, 0, 0.176),
25
+ ),
26
+ 9: (
27
+ 0px 18px 60px 0px rgba(0, 0, 0, 0.185),
28
+ ),
29
+ );
30
+
31
+ /// Global Elevation.
32
+ /// @group elevation
33
+ $kendo-elevation: $_default-elevation !default;
34
+
@@ -0,0 +1,38 @@
1
+ @import "../core/_index.scss";
2
+ @import "../utils/_index.scss";
3
+
4
+ // Module meta
5
+ $_kendo-module-meta: (
6
+ name: "dock-manager",
7
+ dependencies: (
8
+ "splitter",
9
+ "toolbar",
10
+ "tabstrip"
11
+ )
12
+ );
13
+
14
+ // Dependencies
15
+ @import "../splitter/_index.scss";
16
+ @import "../toolbar/_index.scss";
17
+ @import "../tabstrip/_index.scss";
18
+
19
+ // Component
20
+ @import "./_variables.scss";
21
+ @import "./_layout.scss";
22
+ @import "./_theme.scss";
23
+
24
+ // Register
25
+ @import "../core/module-system/index.import.scss";
26
+ @include module-register( $_kendo-module-meta... );
27
+
28
+ // Expose
29
+ @mixin kendo-dock-manager--styles() {
30
+ @include module-render("dock-manager") {
31
+ @include kendo-dock-manager--layout();
32
+ @include kendo-dock-manager--theme();
33
+ }
34
+ }
35
+
36
+ @if $kendo-auto-bootstrap {
37
+ @include kendo-dock-manager--styles();
38
+ }
@@ -0,0 +1,6 @@
1
+ @import "@progress/kendo-theme-default/scss/dock-manager/_layout.scss";
2
+
3
+ @mixin kendo-dock-manager--layout() {
4
+ @include kendo-dock-manager--layout-base();
5
+ @include kendo-dock-navigator--layout();
6
+ }
@@ -0,0 +1,6 @@
1
+ @import "@progress/kendo-theme-default/scss/dock-manager/_theme.scss";
2
+
3
+ @mixin kendo-dock-manager--theme() {
4
+ @include kendo-dock-manager--theme-base();
5
+ @include kendo-dock-navigator--theme();
6
+ }
@@ -0,0 +1,113 @@
1
+ /// The width of the border around the DockManager component.
2
+ /// @group dock-manager
3
+ $kendo-dock-manager-border-width: 1px !default;
4
+ /// The style of the border around the DockManager component.
5
+ /// @group dock-manager
6
+ $kendo-dock-manager-border-style: solid !default;
7
+ /// The color of the border around the DockManager component.
8
+ /// @group dock-manager
9
+ $kendo-dock-manager-border: $kendo-base-border !default;
10
+
11
+ /// The vertical padding of the pane header in the DockManager component.
12
+ /// @group dock-manager
13
+ $kendo-dock-manager-pane-header-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
14
+ /// The horizontal padding of the pane header in the DockManager component.
15
+ /// @group dock-manager
16
+ $kendo-dock-manager-pane-header-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
17
+ /// The width of the border around the pane header in the DockManager component.
18
+ /// @group dock-manager
19
+ $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !default;
20
+ /// The style of the border around the pane header in the DockManager component.
21
+ /// @group dock-manager
22
+ $kendo-dock-manager-pane-header-border-style: solid !default;
23
+ /// The background color of the pane header in the DockManager component.
24
+ /// @group dock-manager
25
+ $kendo-dock-manager-pane-header-bg: $kendo-component-bg !default;
26
+
27
+ /// The vertical padding of the pane title in the DockManager component.
28
+ /// @group dock-manager
29
+ $kendo-dock-manager-pane-title-padding-y: null !default;
30
+ /// The horizontal padding of the pane title in the DockManager component.
31
+ /// @group dock-manager
32
+ $kendo-dock-manager-pane-title-padding-x: null !default;
33
+ /// The font family of the pane title in the DockManager component.
34
+ /// @group dock-manager
35
+ $kendo-dock-manager-pane-title-font-family: $kendo-font-family !default;
36
+ /// The font size of the pane title in the DockManager component.
37
+ /// @group dock-manager
38
+ $kendo-dock-manager-pane-title-font-size: $kendo-font-size-lg !default;
39
+ /// The line height of the pane title in the DockManager component.
40
+ /// @group dock-manager
41
+ $kendo-dock-manager-pane-title-line-height: $kendo-line-height-sm !default;
42
+ /// The font weight of the pane title in the DockManager component.
43
+ /// @group dock-manager
44
+ $kendo-dock-manager-pane-title-font-weight: $kendo-font-weight-normal !default;
45
+
46
+ /// The horizontal padding of the pane content in the DockManager component.
47
+ /// @group dock-manager
48
+ $kendo-dock-manager-pane-content-padding-x: $kendo-dock-manager-pane-header-padding-x !default;
49
+ /// The vertical padding of the pane content in the DockManager component.
50
+ /// @group dock-manager
51
+ $kendo-dock-manager-pane-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
52
+
53
+ /// The horizontal padding of the tabbed pane in the DockManager component.
54
+ /// @group dock-manager
55
+ $kendo-dock-manager-tabbed-pane-padding-y: k-map-get( $kendo-spacing, 3.5 ) !default;
56
+ /// The horizontal padding of the tabbed pane in the DockManager component.
57
+ /// @group dock-manager
58
+ $kendo-dock-manager-tabbed-pane-padding-x: $kendo-dock-manager-pane-content-padding-y !default;
59
+
60
+ /// The width of the unpinned pane container in the DockManager component.
61
+ /// @group dock-manager
62
+ $kendo-dock-manager-unpinned-container-width: 300px !default;
63
+ /// The background-color of the unpinned pane container in the DockManager component.
64
+ /// @group dock-manager
65
+ $kendo-dock-manager-unpinned-container-bg: $kendo-component-bg !default;
66
+ /// The box shadow of the unpinned pane container in the DockManager component.
67
+ /// @group dock-manager
68
+ $kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) !default;
69
+
70
+ /// The padding of the dock indicator in the DockManager component.
71
+ /// @group dock-manager
72
+ $kendo-dock-indicator-padding: k-map-get( $kendo-spacing, 1.5 ) !default;
73
+ /// The background color of the dock indicator in the DockManager component.
74
+ /// @group dock-manager
75
+ $kendo-dock-indicator-bg: $kendo-component-bg !default;
76
+ /// The text color of the dock indicator in the DockManager component.
77
+ /// @group dock-manager
78
+ $kendo-dock-indicator-text: $kendo-color-primary !default;
79
+ /// The outline width of the dock indicator in the DockManager component.
80
+ /// @group dock-manager
81
+ $kendo-dock-indicator-outline-width: 1px !default;
82
+ /// The outline style of the dock indicator in the DockManager component.
83
+ /// @group dock-manager
84
+ $kendo-dock-indicator-outline-style: solid !default;
85
+ /// The outline color of the dock indicator in the DockManager component.
86
+ /// @group dock-manager
87
+ $kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
88
+ /// The box shadow of the dock indicator in the DockManager component.
89
+ /// @group dock-manager
90
+ $kendo-dock-indicator-shadow: drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) !default;
91
+
92
+ /// The background color of the hovered dock indicator in the DockManager component.
93
+ /// @group dock-manager
94
+ $kendo-dock-indicator-hover-bg: $kendo-color-primary !default;
95
+ /// The text color of the hovered dock indicator in the DockManager component.
96
+ /// @group dock-manager
97
+ $kendo-dock-indicator-hover-text: $kendo-color-white !default;
98
+
99
+ /// The width of the border around the dropping area in the DockManager component.
100
+ /// @group dock-manager
101
+ $kendo-dock-manager-dock-preview-border-width: 1px !default;
102
+ /// The style of the border around the dropping area in the DockManager component.
103
+ /// @group dock-manager
104
+ $kendo-dock-manager-dock-preview-border-style: dashed !default;
105
+ /// The border radius of the dropping area in the DockManager component.
106
+ /// @group dock-manager
107
+ $kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
108
+ /// The background color of the dropping area in the DockManager component.
109
+ /// @group dock-manager
110
+ $kendo-dock-manager-dock-preview-bg: rgba( $kendo-color-primary, .16 ) !default;
111
+ /// The border color of the dropping area in the DockManager component.
112
+ /// @group dock-manager
113
+ $kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
@@ -114,10 +114,10 @@ $kendo-fab-sizes: (
114
114
 
115
115
  /// The base shadow of the FAB.
116
116
  /// @group floating-action-button
117
- $kendo-fab-shadow: 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ), 0px 3px 5px rgba( black, .2 ) !default;
117
+ $kendo-fab-shadow: k-elevation(5) !default;
118
118
  /// The shadow of the disabled FAB.
119
119
  /// @group floating-action-button
120
- $kendo-fab-disabled-shadow: 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 ), 0px 3px 5px k-try-tint( rgba( black, .2 ), .5 ) !default;
120
+ $kendo-fab-disabled-shadow: k-elevation(5) !default;
121
121
  /// The shadow of the active FAB.
122
122
  /// @group floating-action-button
123
123
  $kendo-fab-active-shadow: null !default;
package/scss/index.scss CHANGED
@@ -120,6 +120,7 @@
120
120
  @import "./panelbar/_index.scss";
121
121
  @import "./splitter/_index.scss";
122
122
  @import "./tilelayout/_index.scss";
123
+ @import "./dock-manager/_index.scss";
123
124
 
124
125
 
125
126
  // Data management
@@ -288,6 +289,7 @@
288
289
  @include kendo-panelbar--styles();
289
290
  @include kendo-splitter--styles();
290
291
  @include kendo-tile-layout--styles();
292
+ @include kendo-dock-manager--styles();
291
293
 
292
294
 
293
295
  // Data management
@@ -23,12 +23,11 @@ $kendo-pdf-viewer-page-spacing: 30px !default;
23
23
  $kendo-pdf-viewer-page-bg: white !default;
24
24
  $kendo-pdf-viewer-page-text: $kendo-component-text !default;
25
25
  $kendo-pdf-viewer-page-border: $kendo-component-border !default;
26
- $kendo-pdf-viewer-page-shadow: 0 0 k-math-div( $kendo-pdf-viewer-page-spacing, 2 ) $kendo-pdf-viewer-page-border !default;
27
-
28
- $kendo-pdf-viewer-search-dialog-padding-x: $kendo-toolbar-md-padding-x !default;
29
- $kendo-pdf-viewer-search-dialog-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !default;
30
- $kendo-pdf-viewer-search-dialog-spacing: $kendo-toolbar-md-spacing !default;
26
+ $kendo-pdf-viewer-page-shadow: k-elevation(3) !default;
31
27
 
28
+ $kendo-pdf-viewer-search-panel-padding-x: $kendo-toolbar-md-padding-x !default;
29
+ $kendo-pdf-viewer-search-panel-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !default;
30
+ $kendo-pdf-viewer-search-panel-spacing: $kendo-toolbar-md-spacing !default;
32
31
  $kendo-pdf-viewer-search-panel-border-width: 1px !default;
33
32
  $kendo-pdf-viewer-search-panel-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
34
33
  $kendo-pdf-viewer-search-panel-bg: $kendo-component-bg !default;
@@ -69,10 +69,11 @@ $kendo-pivotgrid-configurator-header-bg: null !default;
69
69
  $kendo-pivotgrid-configurator-header-text: $kendo-component-header-text !default;
70
70
  $kendo-pivotgrid-configurator-header-border: null !default;
71
71
 
72
- $kendo-pivotgrid-configurator-end-shadow: -3px 0px 6px rgba( black, .16 ) !default;
73
- $kendo-pivotgrid-configurator-start-shadow: 3px 0px 6px rgba( black, .16 ) !default;
74
- $kendo-pivotgrid-configurator-top-shadow: 0px -3px 6px rgba( black, .16 ) !default;
75
- $kendo-pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba( black, .16 ) !default;
72
+ $kendo-pivotgrid-configurator-shadow: k-elevation(3) !default;
73
+ $kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-shadow !default;
74
+ $kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow !default;
75
+ $kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default;
76
+ $kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default;
76
77
 
77
78
  $kendo-pivotgrid-configurator-button-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
78
79
  $kendo-pivotgrid-configurator-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
@@ -36,4 +36,4 @@ $kendo-popup-text: $kendo-component-text !default;
36
36
  $kendo-popup-border: $kendo-component-border !default;
37
37
  /// Box shadow of the popup.
38
38
  /// @group popup
39
- $kendo-popup-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 ) !default;
39
+ $kendo-popup-shadow: k-elevation(4) !default;
@@ -48,8 +48,6 @@ $kendo-scheduler-cell-height: $kendo-line-height-em !default;
48
48
  $kendo-scheduler-datecolumn-width: 12em !default;
49
49
  $kendo-scheduler-timecolumn-width: 11em !default;
50
50
 
51
- $kendo-scheduler-current-time-color: #ff0000 !default;
52
-
53
51
  $kendo-scheduler-nonwork-bg: k-try-shade( $kendo-scheduler-bg, .5 ) !default;
54
52
  $kendo-scheduler-nonwork-text: null !default;
55
53
 
@@ -77,7 +75,7 @@ $kendo-scheduler-tooltip-border-width: 0 !default;
77
75
  $kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
78
76
  $kendo-scheduler-tooltip-text: $kendo-base-text !default;
79
77
  $kendo-scheduler-tooltip-border: null !default;
80
- $kendo-scheduler-tooltip-shadow: 0px 0px 10px rgba( black, .2 ) !default;
78
+ $kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
81
79
 
82
80
  $kendo-scheduler-tooltip-title-margin-y: k-map-get( $kendo-spacing, 3 ) !default;
83
81
  $kendo-scheduler-tooltip-month-font-size: $kendo-font-size-sm !default;
@@ -80,7 +80,7 @@ $kendo-tabstrip-item-selected-gradient: null !default;
80
80
 
81
81
  $kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
82
82
 
83
- $kendo-tabstrip-item-dragging-shadow: 0px 3px 4px rgba( black, .15 ) !default;
83
+ $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
84
84
 
85
85
  $kendo-tabstrip-item-disabled-bg: null !default;
86
86
  $kendo-tabstrip-item-disabled-text: null !default;
@@ -27,7 +27,7 @@ $kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 *
27
27
  $kendo-timeline-track-bg: $kendo-button-bg !default;
28
28
  $kendo-timeline-track-border-color: $kendo-timeline-track-bg !default;
29
29
 
30
- $kendo-timeline-track-item-focus-shadow: 0 0 0 3px rgba( $kendo-color-primary, .5 ) !default;
30
+ $kendo-timeline-track-item-focus-shadow: k-elevation(2) !default;
31
31
 
32
32
  $kendo-timeline-track-event-offset: 36px !default;
33
33
 
@@ -18,6 +18,8 @@ $kendo-tooltip-bg: if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-bl
18
18
  $kendo-tooltip-text: k-contrast-color( $kendo-tooltip-bg ) !default;
19
19
  $kendo-tooltip-border: $kendo-tooltip-bg !default;
20
20
 
21
+ $kendo-tooltip-shadow: k-elevation(2) !default;
22
+
21
23
  $kendo-tooltip-primary-bg: $kendo-color-primary !default;
22
24
  $kendo-tooltip-primary-text: k-contrast-color( $kendo-tooltip-primary-bg ) !default;
23
25
  $kendo-tooltip-primary-border: $kendo-tooltip-primary-bg !default;