@progress/kendo-theme-material 10.0.2-dev.0 → 10.1.0-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/meta/sassdoc-data.json +4 -4
- package/dist/meta/sassdoc-raw-data.json +2 -2
- 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/menu/_variables.scss +2 -2
|
@@ -36324,7 +36324,7 @@
|
|
|
36324
36324
|
"type": "variable",
|
|
36325
36325
|
"name": "kendo-menu-separator-margin-inline",
|
|
36326
36326
|
"value": "k-spacing(1)",
|
|
36327
|
-
"scope": "
|
|
36327
|
+
"scope": "default",
|
|
36328
36328
|
"line": {
|
|
36329
36329
|
"start": 144,
|
|
36330
36330
|
"end": 144
|
|
@@ -36351,7 +36351,7 @@
|
|
|
36351
36351
|
"type": "variable",
|
|
36352
36352
|
"name": "kendo-menu-separator-margin-block",
|
|
36353
36353
|
"value": "k-spacing(1)",
|
|
36354
|
-
"scope": "
|
|
36354
|
+
"scope": "default",
|
|
36355
36355
|
"line": {
|
|
36356
36356
|
"start": 147,
|
|
36357
36357
|
"end": 147
|
|
@@ -114352,7 +114352,7 @@
|
|
|
114352
114352
|
"type": "variable",
|
|
114353
114353
|
"name": "kendo-menu-separator-margin-inline",
|
|
114354
114354
|
"value": "k-spacing(1)",
|
|
114355
|
-
"scope": "
|
|
114355
|
+
"scope": "default",
|
|
114356
114356
|
"line": {
|
|
114357
114357
|
"start": 144,
|
|
114358
114358
|
"end": 144
|
|
@@ -114379,7 +114379,7 @@
|
|
|
114379
114379
|
"type": "variable",
|
|
114380
114380
|
"name": "kendo-menu-separator-margin-block",
|
|
114381
114381
|
"value": "k-spacing(1)",
|
|
114382
|
-
"scope": "
|
|
114382
|
+
"scope": "default",
|
|
114383
114383
|
"line": {
|
|
114384
114384
|
"start": 147,
|
|
114385
114385
|
"end": 147
|
|
@@ -33353,7 +33353,7 @@
|
|
|
33353
33353
|
"type": "variable",
|
|
33354
33354
|
"name": "kendo-menu-separator-margin-inline",
|
|
33355
33355
|
"value": "k-spacing(1)",
|
|
33356
|
-
"scope": "
|
|
33356
|
+
"scope": "default",
|
|
33357
33357
|
"line": {
|
|
33358
33358
|
"start": 144,
|
|
33359
33359
|
"end": 144
|
|
@@ -33378,7 +33378,7 @@
|
|
|
33378
33378
|
"type": "variable",
|
|
33379
33379
|
"name": "kendo-menu-separator-margin-block",
|
|
33380
33380
|
"value": "k-spacing(1)",
|
|
33381
|
-
"scope": "
|
|
33381
|
+
"scope": "default",
|
|
33382
33382
|
"line": {
|
|
33383
33383
|
"start": 147,
|
|
33384
33384
|
"end": 147
|
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.0
|
|
4
|
+
"version": "10.1.0-dev.1",
|
|
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": "^4.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "10.0
|
|
57
|
-
"@progress/kendo-theme-default": "10.0
|
|
58
|
-
"@progress/kendo-theme-utils": "10.0
|
|
56
|
+
"@progress/kendo-theme-core": "10.1.0-dev.1",
|
|
57
|
+
"@progress/kendo-theme-default": "10.1.0-dev.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "10.1.0-dev.1"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "f2470e15cb389e8c8e4be7f159b3474da5ffdc07"
|
|
65
65
|
}
|
|
@@ -141,10 +141,10 @@ $kendo-menu-scroll-button-hover-gradient: null !default;
|
|
|
141
141
|
|
|
142
142
|
/// The inline margin of the horizontal Menu separator.
|
|
143
143
|
/// @group menu
|
|
144
|
-
$kendo-menu-separator-margin-inline: k-spacing(1);
|
|
144
|
+
$kendo-menu-separator-margin-inline: k-spacing(1) !default;
|
|
145
145
|
/// The block margin of the horizontal Menu separator.
|
|
146
146
|
/// @group menu
|
|
147
|
-
$kendo-menu-separator-margin-block: k-spacing(1);
|
|
147
|
+
$kendo-menu-separator-margin-block: k-spacing(1) !default;
|
|
148
148
|
/// The border color of Menu separator.
|
|
149
149
|
/// @group menu
|
|
150
150
|
$kendo-menu-separator-border: if($kendo-enable-color-system, k-color(border), $kendo-component-border) !default;
|