@progress/kendo-theme-material 6.2.0 → 6.2.1-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/dist/all.css +4 -4
- package/dist/all.scss +5 -5
- 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/dist/all.css
CHANGED
|
@@ -27754,10 +27754,6 @@ kendo-badge-container {
|
|
|
27754
27754
|
display: none !important;
|
|
27755
27755
|
}
|
|
27756
27756
|
|
|
27757
|
-
.k-chip .k-icon-wrapper-host {
|
|
27758
|
-
display: initial;
|
|
27759
|
-
}
|
|
27760
|
-
|
|
27761
27757
|
.k-chip-content {
|
|
27762
27758
|
padding-block: .5em;
|
|
27763
27759
|
padding-inline: 0;
|
|
@@ -27771,6 +27767,10 @@ kendo-badge-container {
|
|
|
27771
27767
|
flex: 1 1 auto;
|
|
27772
27768
|
}
|
|
27773
27769
|
|
|
27770
|
+
.k-chip-content .k-icon-wrapper-host {
|
|
27771
|
+
display: initial;
|
|
27772
|
+
}
|
|
27773
|
+
|
|
27774
27774
|
.k-chip-content:first-child {
|
|
27775
27775
|
margin-inline-start: 4px;
|
|
27776
27776
|
}
|
package/dist/all.scss
CHANGED
|
@@ -14456,11 +14456,6 @@ $kendo-chip-list-sizes: (
|
|
|
14456
14456
|
.k-selected-icon-wrapper {
|
|
14457
14457
|
display: none !important; // sass-lint:disable-line no-important
|
|
14458
14458
|
}
|
|
14459
|
-
|
|
14460
|
-
// Adjustment for kendo-icon-wrapper
|
|
14461
|
-
.k-icon-wrapper-host {
|
|
14462
|
-
display: initial;
|
|
14463
|
-
}
|
|
14464
14459
|
}
|
|
14465
14460
|
|
|
14466
14461
|
|
|
@@ -14476,6 +14471,11 @@ $kendo-chip-list-sizes: (
|
|
|
14476
14471
|
align-items: center;
|
|
14477
14472
|
overflow: hidden;
|
|
14478
14473
|
flex: 1 1 auto;
|
|
14474
|
+
|
|
14475
|
+
// Adjustment for kendo-icon-wrapper
|
|
14476
|
+
.k-icon-wrapper-host {
|
|
14477
|
+
display: initial;
|
|
14478
|
+
}
|
|
14479
14479
|
}
|
|
14480
14480
|
.k-chip-content:first-child {
|
|
14481
14481
|
margin-inline-start: $kendo-chip-spacing;
|
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": "6.2.0",
|
|
4
|
+
"version": "6.2.1-dev.0+7a0fad806",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.4.0",
|
|
53
|
-
"@progress/kendo-theme-core": "6.2.0",
|
|
54
|
-
"@progress/kendo-theme-default": "6.2.0",
|
|
55
|
-
"@progress/kendo-theme-utils": "6.2.0"
|
|
53
|
+
"@progress/kendo-theme-core": "6.2.1-dev.0+7a0fad806",
|
|
54
|
+
"@progress/kendo-theme-default": "6.2.1-dev.0+7a0fad806",
|
|
55
|
+
"@progress/kendo-theme-utils": "6.2.1-dev.0+7a0fad806"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "7a0fad8063cd9fe27e17a9898e289cca17895c32"
|
|
58
58
|
}
|