@progress/kendo-theme-fluent 8.0.0 → 8.0.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/all.css +2 -2
- package/dist/all.scss +1 -1
- package/dist/meta/sassdoc-data.json +18690 -6230
- package/dist/meta/variables.json +13554 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/all.scss +1 -0
- package/scss/dataviz/_layout.scss +1 -1
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "3.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.
|
|
57
|
-
"@progress/kendo-theme-utils": "8.0.
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "8.0.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d9dbfd45e66577d6451602edd28f05e7c8588d8e"
|
|
64
64
|
}
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
.k-actionsheet-filter {
|
|
286
|
-
width: calc(
|
|
286
|
+
width: calc( 360px - #{$kendo-adaptive-actionsheet-header-padding-x} * 2 );
|
|
287
287
|
}
|
|
288
288
|
.k-actionsheet-content,
|
|
289
289
|
.k-actionsheet-footer {
|
package/scss/all.scss
CHANGED
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
series-30: $kendo-series-30,
|
|
451
451
|
|
|
452
452
|
gauge-pointer: $kendo-series-f,
|
|
453
|
-
gauge-track: if($kendo-enable-color-system, k-color( base-
|
|
453
|
+
gauge-track: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-30 ))
|
|
454
454
|
);
|
|
455
455
|
|
|
456
456
|
@each $name, $value in $exported {
|