@progress/kendo-theme-bootstrap 6.8.0-dev.2 → 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.
- package/dist/all.css +132 -79
- package/dist/all.scss +221 -83
- package/dist/meta/sassdoc-data.json +350 -182
- package/dist/meta/sassdoc-raw-data.json +134 -59
- package/dist/meta/variables.json +68 -72
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/card/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +14 -8
- package/scss/common/_index.scss +1 -0
- package/scss/common/_indicators.scss +1 -0
- package/scss/core/_index.scss +6 -0
- package/scss/core/elevation/index.import.scss +34 -0
- package/scss/fab/_variables.scss +2 -2
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +5 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +1 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -0
package/scss/fab/_variables.scss
CHANGED
|
@@ -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:
|
|
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:
|
|
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;
|
|
@@ -23,7 +23,7 @@ $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:
|
|
26
|
+
$kendo-pdf-viewer-page-shadow: k-elevation(3) !default;
|
|
27
27
|
|
|
28
28
|
$kendo-pdf-viewer-search-panel-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
29
29
|
$kendo-pdf-viewer-search-panel-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !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-
|
|
73
|
-
$kendo-pivotgrid-configurator-
|
|
74
|
-
$kendo-pivotgrid-configurator-
|
|
75
|
-
$kendo-pivotgrid-configurator-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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;
|