@progress/kendo-theme-material 10.3.2-dev.0 → 10.3.2-dev.1
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-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 +4 -4
- package/dist/meta/sassdoc-raw-data.json +1 -1
- package/dist/meta/variables.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/_variables.scss +1 -1
|
@@ -3720,7 +3720,7 @@
|
|
|
3720
3720
|
"context": {
|
|
3721
3721
|
"type": "variable",
|
|
3722
3722
|
"name": "kendo-button-font-family",
|
|
3723
|
-
"value": "var( --kendo-font-
|
|
3723
|
+
"value": "var( --kendo-font-family, inherit )",
|
|
3724
3724
|
"scope": "default",
|
|
3725
3725
|
"line": {
|
|
3726
3726
|
"start": 44,
|
|
@@ -3735,7 +3735,7 @@
|
|
|
3735
3735
|
"path": "material/scss/button/_variables.scss",
|
|
3736
3736
|
"name": "_variables.scss"
|
|
3737
3737
|
},
|
|
3738
|
-
"resolvedValue": "var(--kendo-font-
|
|
3738
|
+
"resolvedValue": "var(--kendo-font-family, inherit)",
|
|
3739
3739
|
"resolvedType": "String"
|
|
3740
3740
|
},
|
|
3741
3741
|
{
|
|
@@ -83968,7 +83968,7 @@
|
|
|
83968
83968
|
"context": {
|
|
83969
83969
|
"type": "variable",
|
|
83970
83970
|
"name": "kendo-button-font-family",
|
|
83971
|
-
"value": "var( --kendo-font-
|
|
83971
|
+
"value": "var( --kendo-font-family, inherit )",
|
|
83972
83972
|
"scope": "default",
|
|
83973
83973
|
"line": {
|
|
83974
83974
|
"start": 44,
|
|
@@ -83983,7 +83983,7 @@
|
|
|
83983
83983
|
"path": "material/scss/button/_variables.scss",
|
|
83984
83984
|
"name": "_variables.scss"
|
|
83985
83985
|
},
|
|
83986
|
-
"resolvedValue": "var(--kendo-font-
|
|
83986
|
+
"resolvedValue": "var(--kendo-font-family, inherit)",
|
|
83987
83987
|
"resolvedType": "String"
|
|
83988
83988
|
},
|
|
83989
83989
|
{
|
|
@@ -3383,7 +3383,7 @@
|
|
|
3383
3383
|
"context": {
|
|
3384
3384
|
"type": "variable",
|
|
3385
3385
|
"name": "kendo-button-font-family",
|
|
3386
|
-
"value": "var( --kendo-font-
|
|
3386
|
+
"value": "var( --kendo-font-family, inherit )",
|
|
3387
3387
|
"scope": "default",
|
|
3388
3388
|
"line": {
|
|
3389
3389
|
"start": 44,
|
package/dist/meta/variables.json
CHANGED
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": "10.3.2-dev.
|
|
4
|
+
"version": "10.3.2-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
57
|
-
"@progress/kendo-theme-core": "10.3.2-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "10.3.2-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "10.3.2-dev.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "10.3.2-dev.1"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e5d03994478433e3ebee6e8050002d4960479017"
|
|
65
65
|
}
|
|
@@ -41,7 +41,7 @@ $kendo-button-lg-padding-y: k-spacing(2.5) !default;
|
|
|
41
41
|
|
|
42
42
|
/// The font family of the Button.
|
|
43
43
|
/// @group button
|
|
44
|
-
$kendo-button-font-family: var( --kendo-font-
|
|
44
|
+
$kendo-button-font-family: var( --kendo-font-family, inherit ) !default;
|
|
45
45
|
|
|
46
46
|
/// The font size of the Button.
|
|
47
47
|
/// @group button
|