@progress/kendo-theme-utils 10.6.0-dev.6 → 11.0.0-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/package.json +3 -3
- package/scss/_variables.scss +4 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-utils",
|
|
3
3
|
"description": "Utility first library alongside Kendo UI",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "11.0.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for utils'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-core": "
|
|
47
|
+
"@progress/kendo-theme-core": "11.0.0-dev.0"
|
|
48
48
|
},
|
|
49
49
|
"directories": {
|
|
50
50
|
"doc": "docs"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "b83fa9575266e751edf9317822154d05a4fc566a"
|
|
53
53
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -65,8 +65,6 @@ $kendo-elevation: () !default;
|
|
|
65
65
|
|
|
66
66
|
$kendo-colors: () !default;
|
|
67
67
|
|
|
68
|
-
$kendo-enable-color-system: true !default;
|
|
69
|
-
|
|
70
68
|
$_default-kendo-fraction-classes: (
|
|
71
69
|
'91-6': 91.6666%,
|
|
72
70
|
'83-3': 83.3333%,
|
|
@@ -653,7 +651,7 @@ $kendo-utils: (
|
|
|
653
651
|
start,
|
|
654
652
|
end
|
|
655
653
|
),
|
|
656
|
-
"text-color": map.merge(
|
|
654
|
+
"text-color": map.merge( $kendo-util-colors , (
|
|
657
655
|
"inherit": inherit,
|
|
658
656
|
"current": currentColor,
|
|
659
657
|
"transparent": transparent,
|
|
@@ -708,7 +706,7 @@ $kendo-utils: (
|
|
|
708
706
|
content: content-box,
|
|
709
707
|
text: text
|
|
710
708
|
),
|
|
711
|
-
"background-color": map.merge(
|
|
709
|
+
"background-color": map.merge( $kendo-util-colors, (
|
|
712
710
|
"inherit": inherit,
|
|
713
711
|
"transparent": transparent,
|
|
714
712
|
"black": black,
|
|
@@ -751,7 +749,7 @@ $kendo-utils: (
|
|
|
751
749
|
hidden,
|
|
752
750
|
none
|
|
753
751
|
),
|
|
754
|
-
"border-color": map.merge(
|
|
752
|
+
"border-color": map.merge( $kendo-util-colors, (
|
|
755
753
|
"inherit": inherit,
|
|
756
754
|
"current": currentColor,
|
|
757
755
|
"transparent": transparent,
|
|
@@ -777,7 +775,7 @@ $kendo-utils: (
|
|
|
777
775
|
outset,
|
|
778
776
|
none
|
|
779
777
|
),
|
|
780
|
-
"outline-color": map.merge(
|
|
778
|
+
"outline-color": map.merge( $kendo-util-colors, (
|
|
781
779
|
"inherit": inherit,
|
|
782
780
|
"current": currentColor,
|
|
783
781
|
"transparent": transparent,
|