@progress/kendo-theme-material 14.0.0-dev.5 → 14.0.0-dev.7
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 +1 -1
- package/dist/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +78 -86
- package/dist/meta/sassdoc-raw-data.json +16 -16
- package/dist/meta/variables.json +30 -38
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +2 -2
- package/scss/core/elevation/index.scss +10 -26
- package/scss/dock-manager/_variables.scss +2 -2
- package/scss/draggable/_variables.scss +1 -1
- package/scss/fab/_theme.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/window/_variables.scss +1 -1
package/scss/fab/_theme.scss
CHANGED
|
@@ -71,7 +71,7 @@ $kendo-pdf-viewer-page-text: k-color(on-app-surface) !default;
|
|
|
71
71
|
$kendo-pdf-viewer-page-border: k-color(border) !default;
|
|
72
72
|
/// The shadow of the PDFViewer page.
|
|
73
73
|
/// @group pdf-viewer
|
|
74
|
-
$kendo-pdf-viewer-page-shadow: k-elevation(
|
|
74
|
+
$kendo-pdf-viewer-page-shadow: k-elevation(2) !default;
|
|
75
75
|
|
|
76
76
|
/// The horizontal padding of the PDFViewer search panel.
|
|
77
77
|
/// @group pdf-viewer
|
|
@@ -115,7 +115,7 @@ $kendo-scheduler-event-selected-border: null !default;
|
|
|
115
115
|
$kendo-scheduler-event-selected-gradient: null !default;
|
|
116
116
|
/// The shadow of the selected Scheduler event.
|
|
117
117
|
/// @group scheduler
|
|
118
|
-
$kendo-scheduler-event-selected-shadow:
|
|
118
|
+
$kendo-scheduler-event-selected-shadow: null !default;
|
|
119
119
|
|
|
120
120
|
/// The shadow of the ongoing Scheduler event.
|
|
121
121
|
/// @group scheduler
|
|
@@ -79,7 +79,7 @@ $kendo-timeline-track-border-color: $kendo-timeline-track-bg !default;
|
|
|
79
79
|
|
|
80
80
|
/// The shadow of the Timeline's focused track items.
|
|
81
81
|
/// @group timeline
|
|
82
|
-
$kendo-timeline-track-item-focus-shadow:
|
|
82
|
+
$kendo-timeline-track-item-focus-shadow: null !default;
|
|
83
83
|
|
|
84
84
|
/// The offset of the Timeline track event.
|
|
85
85
|
/// @group timeline
|
|
@@ -87,7 +87,7 @@ $kendo-window-border: k-color(border) !default;
|
|
|
87
87
|
$kendo-window-shadow: k-elevation(3) !default;
|
|
88
88
|
/// The box shadow of the focused Window.
|
|
89
89
|
/// @group window
|
|
90
|
-
$kendo-window-focus-shadow: k-elevation(
|
|
90
|
+
$kendo-window-focus-shadow: k-elevation(5) !default;
|
|
91
91
|
|
|
92
92
|
/// The background color of the Window titlebar.
|
|
93
93
|
/// @group window
|