@progress/kendo-theme-default 7.1.0-dev.1 → 7.1.0-dev.2
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 +0 -1
- package/dist/all.scss +0 -2
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/common/_indicators.scss +0 -2
package/dist/all.css
CHANGED
package/dist/all.scss
CHANGED
|
@@ -6026,12 +6026,10 @@ $kendo-zindex-loading: 100 !default;
|
|
|
6026
6026
|
// #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
|
|
6027
6027
|
@include exports( "common/indicators/current-time" ) {
|
|
6028
6028
|
|
|
6029
|
-
$kendo-current-time-width: 1px !default;
|
|
6030
6029
|
$kendo-current-time-color: #ff0000 !default;
|
|
6031
6030
|
|
|
6032
6031
|
// Layout
|
|
6033
6032
|
.k-current-time {
|
|
6034
|
-
width: $kendo-current-time-width;
|
|
6035
6033
|
position: absolute;
|
|
6036
6034
|
|
|
6037
6035
|
&.k-current-time-arrow-left,
|
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": "7.1.0-dev.
|
|
4
|
+
"version": "7.1.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
55
|
-
"@progress/kendo-theme-core": "7.1.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "7.1.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "7.1.0-dev.2",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.2"
|
|
57
57
|
},
|
|
58
58
|
"directories": {
|
|
59
59
|
"doc": "docs",
|
|
60
60
|
"lib": "lib"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "5c463cc90be2d59355a047ce91142b02465fcc13"
|
|
63
63
|
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
@include exports( "common/indicators/current-time" ) {
|
|
2
2
|
|
|
3
|
-
$kendo-current-time-width: 1px !default;
|
|
4
3
|
$kendo-current-time-color: #ff0000 !default;
|
|
5
4
|
|
|
6
5
|
// Layout
|
|
7
6
|
.k-current-time {
|
|
8
|
-
width: $kendo-current-time-width;
|
|
9
7
|
position: absolute;
|
|
10
8
|
|
|
11
9
|
&.k-current-time-arrow-left,
|