@progress/kendo-theme-material 10.6.0-dev.4 → 10.6.0-dev.5
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/variables.json +16 -0
- 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/column-menu/_variables.scss +11 -1
package/dist/meta/variables.json
CHANGED
|
@@ -16055,5 +16055,21 @@
|
|
|
16055
16055
|
"line-height": "var(--kendo-line-height, normal)"
|
|
16056
16056
|
}
|
|
16057
16057
|
}
|
|
16058
|
+
},
|
|
16059
|
+
"kendo-group-menu-item-action-hover-bg": {
|
|
16060
|
+
"type": "String",
|
|
16061
|
+
"value": "color-mix(in srgb, currentColor 4%, transparent)"
|
|
16062
|
+
},
|
|
16063
|
+
"kendo-group-menu-item-action-selected-bg": {
|
|
16064
|
+
"type": "String",
|
|
16065
|
+
"value": "color-mix(in srgb, currentColor 16%, transparent)"
|
|
16066
|
+
},
|
|
16067
|
+
"kendo-group-menu-item-add-action-text": {
|
|
16068
|
+
"type": "String",
|
|
16069
|
+
"value": "var(--kendo-color-primary, #3f51b5)"
|
|
16070
|
+
},
|
|
16071
|
+
"kendo-group-menu-item-border": {
|
|
16072
|
+
"type": "String",
|
|
16073
|
+
"value": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))"
|
|
16058
16074
|
}
|
|
16059
16075
|
}
|
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.6.0-dev.
|
|
4
|
+
"version": "10.6.0-dev.5",
|
|
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.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "10.6.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "10.6.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "10.6.0-dev.5",
|
|
58
|
+
"@progress/kendo-theme-utils": "10.6.0-dev.5"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "974ffdfcf9036dc8bfd368b17f6fcef80e6a1d98"
|
|
65
65
|
}
|
|
@@ -46,6 +46,11 @@ $kendo-column-menu-sizes: (
|
|
|
46
46
|
)
|
|
47
47
|
) !default;
|
|
48
48
|
|
|
49
|
+
// Group Menu
|
|
50
|
+
$kendo-group-menu-item-action-hover-bg: color-mix(in srgb, currentColor 4%, transparent) !default;
|
|
51
|
+
$kendo-group-menu-item-action-selected-bg: color-mix(in srgb, currentColor 16%, transparent) !default;
|
|
52
|
+
$kendo-group-menu-item-add-action-text: k-color(primary) !default;
|
|
53
|
+
$kendo-group-menu-item-border: k-color(border) !default;
|
|
49
54
|
|
|
50
55
|
@forward "@progress/kendo-theme-core/scss/components/column-menu/_variables.scss" with (
|
|
51
56
|
$kendo-column-menu-font-size: $kendo-column-menu-font-size,
|
|
@@ -65,5 +70,10 @@ $kendo-column-menu-sizes: (
|
|
|
65
70
|
$kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-md-padding-y,
|
|
66
71
|
$kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
67
72
|
$kendo-column-menu-item-lg-padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
68
|
-
$kendo-column-menu-sizes: $kendo-column-menu-sizes
|
|
73
|
+
$kendo-column-menu-sizes: $kendo-column-menu-sizes,
|
|
74
|
+
// Group Menu
|
|
75
|
+
$kendo-group-menu-item-action-hover-bg: $kendo-group-menu-item-action-hover-bg,
|
|
76
|
+
$kendo-group-menu-item-action-selected-bg: $kendo-group-menu-item-action-selected-bg,
|
|
77
|
+
$kendo-group-menu-item-add-action-text: $kendo-group-menu-item-add-action-text,
|
|
78
|
+
$kendo-group-menu-item-border: $kendo-group-menu-item-border
|
|
69
79
|
);
|