@progress/kendo-theme-material 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 +5 -2
- package/dist/meta/sassdoc-data.json +2 -2
- package/dist/meta/sassdoc-raw-data.json +1 -1
- 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/scss/core/elevation/index.import.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -34807,7 +34807,7 @@ select.k-picker-lg {
|
|
|
34807
34807
|
}
|
|
34808
34808
|
|
|
34809
34809
|
.k-slider-transitions.k-slider-horizontal .k-draghandle {
|
|
34810
|
-
transition:
|
|
34810
|
+
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);
|
|
34811
34811
|
}
|
|
34812
34812
|
|
|
34813
34813
|
.k-slider-transitions.k-slider-vertical .k-draghandle {
|
package/dist/all.scss
CHANGED
|
@@ -2583,7 +2583,7 @@ $_default-elevation: (
|
|
|
2583
2583
|
),
|
|
2584
2584
|
);
|
|
2585
2585
|
|
|
2586
|
-
///
|
|
2586
|
+
/// The global default Elevation map.
|
|
2587
2587
|
/// @group elevation
|
|
2588
2588
|
$kendo-elevation: $_default-elevation !default;
|
|
2589
2589
|
|
|
@@ -2631,7 +2631,10 @@ $_default-elevation: (
|
|
|
2631
2631
|
)
|
|
2632
2632
|
) !default;
|
|
2633
2633
|
|
|
2634
|
+
/// The global default Elevation map.
|
|
2635
|
+
/// @group elevation
|
|
2634
2636
|
$kendo-elevation: $_default-elevation !default;
|
|
2637
|
+
|
|
2635
2638
|
$kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
|
|
2636
2639
|
|
|
2637
2640
|
@function k-shadow-filter($shadow) {
|
|
@@ -29429,7 +29432,7 @@ $kendo-slider-disabled-opacity: .65 !default;
|
|
|
29429
29432
|
height: $kendo-slider-draghandle-size;
|
|
29430
29433
|
|
|
29431
29434
|
.k-slider-transitions.k-slider-horizontal & {
|
|
29432
|
-
transition:
|
|
29435
|
+
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;
|
|
29433
29436
|
}
|
|
29434
29437
|
|
|
29435
29438
|
.k-slider-transitions.k-slider-vertical & {
|
|
@@ -13328,7 +13328,7 @@
|
|
|
13328
13328
|
"resolvedType": "Color"
|
|
13329
13329
|
},
|
|
13330
13330
|
{
|
|
13331
|
-
"description": "
|
|
13331
|
+
"description": "The global default Elevation map.\n",
|
|
13332
13332
|
"commentRange": {
|
|
13333
13333
|
"start": 49,
|
|
13334
13334
|
"end": 50
|
|
@@ -52255,7 +52255,7 @@
|
|
|
52255
52255
|
"title": "Elevation",
|
|
52256
52256
|
"variables": [
|
|
52257
52257
|
{
|
|
52258
|
-
"description": "
|
|
52258
|
+
"description": "The global default Elevation map.\n",
|
|
52259
52259
|
"commentRange": {
|
|
52260
52260
|
"start": 49,
|
|
52261
52261
|
"end": 50
|
|
@@ -12341,7 +12341,7 @@
|
|
|
12341
12341
|
}
|
|
12342
12342
|
},
|
|
12343
12343
|
{
|
|
12344
|
-
"description": "
|
|
12344
|
+
"description": "The global default Elevation map.\n",
|
|
12345
12345
|
"commentRange": {
|
|
12346
12346
|
"start": 49,
|
|
12347
12347
|
"end": 50
|
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.0.2-dev.
|
|
4
|
+
"version": "7.0.2-dev.4",
|
|
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.0.2-dev.
|
|
58
|
-
"@progress/kendo-theme-default": "7.0.2-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "7.0.2-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "7.0.2-dev.4",
|
|
58
|
+
"@progress/kendo-theme-default": "7.0.2-dev.4",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.0.2-dev.4"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "6d2e939e23235b80ff5b886fe5e19e3ef2b3f582"
|
|
66
66
|
}
|