@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +46 -54
- package/dist/meta/sassdoc-raw-data.json +10 -10
- package/dist/meta/variables.json +19 -27
- 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 +1 -1
- package/scss/core/elevation/index.scss +5 -17
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/fab/_variables.scss +1 -1
|
@@ -48,7 +48,7 @@ $kendo-actionsheet-text: k-color(on-app-surface) !default;
|
|
|
48
48
|
$kendo-actionsheet-border: k-color(border) !default;
|
|
49
49
|
/// The shadow of the ActionSheet.
|
|
50
50
|
/// @group action-sheet
|
|
51
|
-
$kendo-actionsheet-shadow: k-elevation(
|
|
51
|
+
$kendo-actionsheet-shadow: k-elevation(5) !default;
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
// Actionsheet header
|
|
@@ -46,10 +46,10 @@ $kendo-appbar-gap: k-spacing(2) !default;
|
|
|
46
46
|
|
|
47
47
|
/// The box shadow of the AppBar.
|
|
48
48
|
/// @group appbar
|
|
49
|
-
$kendo-appbar-box-shadow: k-elevation(
|
|
49
|
+
$kendo-appbar-box-shadow: k-elevation(3) !default;
|
|
50
50
|
/// The box shadow of the AppBar with bottom position.
|
|
51
51
|
/// @group appbar
|
|
52
|
-
$kendo-appbar-bottom-box-shadow: k-elevation(
|
|
52
|
+
$kendo-appbar-bottom-box-shadow: k-elevation(3) !default;
|
|
53
53
|
|
|
54
54
|
@forward "@progress/kendo-theme-core/scss/components/appbar/_variables.scss" with (
|
|
55
55
|
$kendo-appbar-margin-x: $kendo-appbar-margin-x,
|
|
@@ -61,7 +61,7 @@ $kendo-bottom-nav-item-gap: 0 k-spacing(1) !default;
|
|
|
61
61
|
|
|
62
62
|
/// The box shadow of the BottomNavigation.
|
|
63
63
|
/// @group bottom-navigation
|
|
64
|
-
$kendo-bottom-nav-shadow: k-elevation(
|
|
64
|
+
$kendo-bottom-nav-shadow: k-elevation(3) !default;
|
|
65
65
|
|
|
66
66
|
/// The text color of the flat BottomNavigation.
|
|
67
67
|
/// @group bottom-navigation
|
|
@@ -2,31 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
$_default-elevation: (
|
|
4
4
|
1: (
|
|
5
|
-
0px
|
|
5
|
+
0px 2px 4px 0px rgba(0, 0, 0, 0.08)
|
|
6
6
|
),
|
|
7
7
|
2: (
|
|
8
|
-
0px
|
|
8
|
+
0px 4px 8px 0px rgba(0, 0, 0, 0.1)
|
|
9
9
|
),
|
|
10
10
|
3: (
|
|
11
|
-
0px
|
|
11
|
+
0px 6px 12px 0px rgba(0, 0, 0, 0.12)
|
|
12
12
|
),
|
|
13
13
|
4: (
|
|
14
|
-
0px 6px 13px rgba(0, 0, 0, 0.125)
|
|
15
|
-
),
|
|
16
|
-
5: (
|
|
17
14
|
0px 8px 16px 0px rgba(0, 0, 0, 0.15)
|
|
18
15
|
),
|
|
19
|
-
|
|
20
|
-
0px
|
|
21
|
-
),
|
|
22
|
-
7: (
|
|
23
|
-
0px 14px 36px 0px rgba(0, 0, 0, 0.168)
|
|
24
|
-
),
|
|
25
|
-
8: (
|
|
26
|
-
0px 16px 48px 0px rgba(0, 0, 0, 0.176)
|
|
27
|
-
),
|
|
28
|
-
9: (
|
|
29
|
-
0px 18px 60px 0px rgba(0, 0, 0, 0.185)
|
|
16
|
+
5: (
|
|
17
|
+
0px 16px 48px 0px rgba(0, 0, 0, 0.17)
|
|
30
18
|
)
|
|
31
19
|
);
|
|
32
20
|
|
|
@@ -94,7 +94,7 @@ $kendo-dock-indicator-outline-style: solid !default;
|
|
|
94
94
|
$kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
|
|
95
95
|
/// The box shadow of the dock indicator in the DockManager component.
|
|
96
96
|
/// @group dock-manager
|
|
97
|
-
$kendo-dock-indicator-shadow: k-elevation(
|
|
97
|
+
$kendo-dock-indicator-shadow: k-elevation(4) !default;
|
|
98
98
|
|
|
99
99
|
/// The background color of the hovered dock indicator in the DockManager component.
|
|
100
100
|
/// @group dock-manager
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -106,7 +106,7 @@ $kendo-fab-item-icon-border-radius: 50% !default;
|
|
|
106
106
|
|
|
107
107
|
/// The base shadow of the FAB.
|
|
108
108
|
/// @group floating-action-button
|
|
109
|
-
$kendo-fab-shadow: k-elevation(
|
|
109
|
+
$kendo-fab-shadow: k-elevation(4) !default;
|
|
110
110
|
/// The shadow of the disabled FAB.
|
|
111
111
|
/// @group floating-action-button
|
|
112
112
|
$kendo-fab-disabled-shadow: null !default;
|