@progress/kendo-theme-classic 7.0.2-dev.2 → 7.0.2-dev.4
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/all.scss +4 -1
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -33903,7 +33903,7 @@ select.k-picker-lg {
|
|
|
33903
33903
|
}
|
|
33904
33904
|
|
|
33905
33905
|
.k-slider-transitions.k-slider-horizontal .k-draghandle {
|
|
33906
|
-
transition:
|
|
33906
|
+
transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
33907
33907
|
}
|
|
33908
33908
|
|
|
33909
33909
|
.k-slider-transitions.k-slider-vertical .k-draghandle {
|
package/dist/all.scss
CHANGED
|
@@ -4896,7 +4896,10 @@ $_default-elevation: (
|
|
|
4896
4896
|
)
|
|
4897
4897
|
) !default;
|
|
4898
4898
|
|
|
4899
|
+
/// The global default Elevation map.
|
|
4900
|
+
/// @group elevation
|
|
4899
4901
|
$kendo-elevation: $_default-elevation !default;
|
|
4902
|
+
|
|
4900
4903
|
$kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
|
|
4901
4904
|
|
|
4902
4905
|
@function k-shadow-filter($shadow) {
|
|
@@ -27664,7 +27667,7 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
27664
27667
|
height: $kendo-slider-draghandle-size;
|
|
27665
27668
|
|
|
27666
27669
|
.k-slider-transitions.k-slider-horizontal & {
|
|
27667
|
-
transition:
|
|
27670
|
+
transition: inset-inline-start $kendo-slider-transition-speed $kendo-slider-transition-function, background-color $kendo-slider-transition-speed $kendo-slider-transition-function, transform $kendo-slider-draghandle-transition-speed $kendo-slider-draghandle-transition-function;
|
|
27668
27671
|
}
|
|
27669
27672
|
|
|
27670
27673
|
.k-slider-transitions.k-slider-vertical & {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "7.0.2-dev.
|
|
4
|
+
"version": "7.0.2-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.0.2-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "7.0.2-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.0.2-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.0.2-dev.4",
|
|
57
|
+
"@progress/kendo-theme-default": "7.0.2-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.0.2-dev.4"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "6d2e939e23235b80ff5b886fe5e19e3ef2b3f582"
|
|
65
65
|
}
|