@progress/kendo-theme-material 4.42.1-dev.1 → 4.42.1-dev.2
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
CHANGED
|
@@ -11606,6 +11606,7 @@ kendo-badge-container {
|
|
|
11606
11606
|
font-size: 14px;
|
|
11607
11607
|
}
|
|
11608
11608
|
|
|
11609
|
+
.k-selection-multiple .k-chip.k-state-selected .k-selected-icon-wrapper,
|
|
11609
11610
|
.k-selection-multiple .k-chip.k-selected .k-selected-icon-wrapper {
|
|
11610
11611
|
width: 24px;
|
|
11611
11612
|
visibility: visible;
|
|
@@ -11622,6 +11623,7 @@ kendo-badge-container {
|
|
|
11622
11623
|
transition: width .2s, opacity .2s;
|
|
11623
11624
|
}
|
|
11624
11625
|
|
|
11626
|
+
.k-selection-multiple :not(.k-chip-has-icon).k-state-selected .k-selected-icon-wrapper,
|
|
11625
11627
|
.k-selection-multiple :not(.k-chip-has-icon).k-selected .k-selected-icon-wrapper {
|
|
11626
11628
|
opacity: 1;
|
|
11627
11629
|
}
|
|
@@ -11728,6 +11730,7 @@ kendo-badge-container {
|
|
|
11728
11730
|
right: 0px;
|
|
11729
11731
|
}
|
|
11730
11732
|
|
|
11733
|
+
.k-selection-multiple .k-chip-has-icon.k-state-selected .k-selected-icon-wrapper,
|
|
11731
11734
|
.k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
|
|
11732
11735
|
color: #ffffff;
|
|
11733
11736
|
background-color: rgba(0, 0, 0, 0.36);
|
package/dist/all.scss
CHANGED
|
@@ -7870,6 +7870,7 @@ $chip-error-focus-shadow: null !default;
|
|
|
7870
7870
|
font-size: $chip-selected-icon-font-size;
|
|
7871
7871
|
}
|
|
7872
7872
|
|
|
7873
|
+
.k-chip.k-state-selected .k-selected-icon-wrapper,
|
|
7873
7874
|
.k-chip.k-selected .k-selected-icon-wrapper {
|
|
7874
7875
|
width: $chip-selected-icon-size;
|
|
7875
7876
|
visibility: visible;
|
|
@@ -7889,6 +7890,7 @@ $chip-error-focus-shadow: null !default;
|
|
|
7889
7890
|
transition: width .2s, opacity .2s;
|
|
7890
7891
|
}
|
|
7891
7892
|
|
|
7893
|
+
&.k-state-selected .k-selected-icon-wrapper,
|
|
7892
7894
|
&.k-selected .k-selected-icon-wrapper {
|
|
7893
7895
|
opacity: 1;
|
|
7894
7896
|
}
|
|
@@ -8012,6 +8014,7 @@ $chip-error-focus-shadow: null !default;
|
|
|
8012
8014
|
// #region @import "~@progress/kendo-theme-default/scss/chip/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/chip/_theme.scss
|
|
8013
8015
|
@include exports("chip/theme") {
|
|
8014
8016
|
|
|
8017
|
+
.k-selection-multiple .k-chip-has-icon.k-state-selected .k-selected-icon-wrapper,
|
|
8015
8018
|
.k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
|
|
8016
8019
|
@include fill(
|
|
8017
8020
|
$color: $chip-multiple-selected-icon-text,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "4.42.1-dev.
|
|
4
|
+
"version": "4.42.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"dart:flat": "gulp dart:flat",
|
|
48
48
|
"prepublishOnly": "echo 'no prebublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "7594d845144b5289cc2484b488f2bc9418387f12"
|
|
51
51
|
}
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
font-size: $chip-selected-icon-font-size;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
+
.k-chip.k-state-selected .k-selected-icon-wrapper,
|
|
38
39
|
.k-chip.k-selected .k-selected-icon-wrapper {
|
|
39
40
|
width: $chip-selected-icon-size;
|
|
40
41
|
visibility: visible;
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
transition: width .2s, opacity .2s;
|
|
55
56
|
}
|
|
56
57
|
|
|
58
|
+
&.k-state-selected .k-selected-icon-wrapper,
|
|
57
59
|
&.k-selected .k-selected-icon-wrapper {
|
|
58
60
|
opacity: 1;
|
|
59
61
|
}
|
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": "4.42.1-dev.
|
|
4
|
+
"version": "4.42.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"postpublish": "rm -rf modules && git checkout scss"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@progress/kendo-theme-default": "^4.42.1-dev.
|
|
54
|
+
"@progress/kendo-theme-default": "^4.42.1-dev.2"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "7594d845144b5289cc2484b488f2bc9418387f12"
|
|
57
57
|
}
|