@progress/kendo-theme-material 12.2.1 → 12.2.3-dev.0
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/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +360 -252
- package/dist/meta/sassdoc-raw-data.json +175 -125
- package/dist/meta/variables.json +8 -0
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.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 +4 -4
- package/scss/button/_theme.scss +9 -9
- package/scss/dataviz/_variables.scss +9 -0
- package/scss/tabstrip/_layout.scss +1 -1
package/dist/meta/variables.json
CHANGED
|
@@ -14910,6 +14910,14 @@
|
|
|
14910
14910
|
"type": "List",
|
|
14911
14911
|
"value": "(left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1))"
|
|
14912
14912
|
},
|
|
14913
|
+
"kendo-chart-tooltip-color": {
|
|
14914
|
+
"type": "String",
|
|
14915
|
+
"value": "var(--kendo-color-app-surface, #FEFBFF)"
|
|
14916
|
+
},
|
|
14917
|
+
"kendo-chart-tooltip-color-inverse": {
|
|
14918
|
+
"type": "String",
|
|
14919
|
+
"value": "var(--kendo-color-on-app-surface, #1D1B20)"
|
|
14920
|
+
},
|
|
14913
14921
|
"kendo-chart-bg": {
|
|
14914
14922
|
"type": "String",
|
|
14915
14923
|
"value": "var(--kendo-color-surface, #F7F3FA)"
|
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": "12.2.
|
|
4
|
+
"version": "12.2.3-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@progress/kendo-svg-icons": "^4.5.0",
|
|
58
|
-
"@progress/kendo-theme-core": "12.2.
|
|
59
|
-
"@progress/kendo-theme-utils": "12.2.
|
|
58
|
+
"@progress/kendo-theme-core": "12.2.3-dev.0",
|
|
59
|
+
"@progress/kendo-theme-utils": "12.2.3-dev.0"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "3a21c6e425a1b861db09f82d5b33e94625907d5b"
|
|
66
66
|
}
|
package/scss/button/_theme.scss
CHANGED
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
@include kendo-button--theme-base();
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
outline-width: calc( (#{$kendo-button-border-width} * 2 ));
|
|
16
|
-
outline-offset: calc( (#{$kendo-button-border-width} * 2 ) * -1);
|
|
17
|
-
}
|
|
9
|
+
.k-button {
|
|
10
|
+
&:focus,
|
|
11
|
+
&.k-focus {
|
|
12
|
+
outline-style: solid;
|
|
13
|
+
outline-width: calc( (#{$kendo-button-border-width} * 2 ));
|
|
14
|
+
outline-offset: calc( (#{$kendo-button-border-width} * 2 ) * -1);
|
|
18
15
|
}
|
|
16
|
+
}
|
|
19
17
|
|
|
18
|
+
// Solid button
|
|
19
|
+
@each $name, $color in $kendo-button-theme-colors {
|
|
20
20
|
.k-button-solid-#{$name} {
|
|
21
21
|
// Focus state
|
|
22
22
|
&:focus,
|
|
@@ -251,6 +251,13 @@ $kendo-chart-tooltip-padding-y: k-spacing(0.5) !default;
|
|
|
251
251
|
/// @group charts
|
|
252
252
|
$kendo-chart-tooltip-transition: left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1) !default;
|
|
253
253
|
|
|
254
|
+
/// The text color of the chart tooltip.
|
|
255
|
+
/// @group charts
|
|
256
|
+
$kendo-chart-tooltip-color: k-color(app-surface) !default;
|
|
257
|
+
/// The inverse text color of the chart tooltip.
|
|
258
|
+
/// @group charts
|
|
259
|
+
$kendo-chart-tooltip-color-inverse: k-color(on-app-surface) !default;
|
|
260
|
+
|
|
254
261
|
/// The background color of the Chart.
|
|
255
262
|
/// @group charts
|
|
256
263
|
$kendo-chart-bg: k-color(surface) !default;
|
|
@@ -441,6 +448,8 @@ $kendo-gauge-track-bg: k-color(primary-subtle) !default;
|
|
|
441
448
|
$kendo-chart-area-inactive-opacity: $kendo-chart-area-inactive-opacity,
|
|
442
449
|
$kendo-chart-line-inactive-opacity: $kendo-chart-line-inactive-opacity,
|
|
443
450
|
$kendo-chart-tooltip-transition: $kendo-chart-tooltip-transition,
|
|
451
|
+
$kendo-chart-tooltip-color: $kendo-chart-tooltip-color,
|
|
452
|
+
$kendo-chart-tooltip-color-inverse: $kendo-chart-tooltip-color-inverse,
|
|
444
453
|
$kendo-chart-bg: $kendo-chart-bg,
|
|
445
454
|
$kendo-chart-text: $kendo-chart-text,
|
|
446
455
|
$kendo-chart-border: $kendo-chart-border,
|