@progress/kendo-theme-material 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/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/dist/all.css
CHANGED
package/dist/all.scss
CHANGED
|
@@ -6894,12 +6894,10 @@ $kendo-zindex-loading: 100 !default;
|
|
|
6894
6894
|
// #region @import "@progress/kendo-theme-default/scss/common/_indicators.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_indicators.scss
|
|
6895
6895
|
@include exports( "common/indicators/current-time" ) {
|
|
6896
6896
|
|
|
6897
|
-
$kendo-current-time-width: 1px !default;
|
|
6898
6897
|
$kendo-current-time-color: #ff0000 !default;
|
|
6899
6898
|
|
|
6900
6899
|
// Layout
|
|
6901
6900
|
.k-current-time {
|
|
6902
|
-
width: $kendo-current-time-width;
|
|
6903
6901
|
position: absolute;
|
|
6904
6902
|
|
|
6905
6903
|
&.k-current-time-arrow-left,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
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": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.1.0-dev.
|
|
58
|
-
"@progress/kendo-theme-default": "7.1.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "7.1.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "7.1.0-dev.2",
|
|
58
|
+
"@progress/kendo-theme-default": "7.1.0-dev.2",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.2"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "5c463cc90be2d59355a047ce91142b02465fcc13"
|
|
66
66
|
}
|