@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/dist/all.css
CHANGED
|
@@ -40966,7 +40966,7 @@ textarea.k-input-inner {
|
|
|
40966
40966
|
padding-block: var(--kendo-adaptive-actionsheet-footer-padding-y, var(--kendo-spacing-2, 0.5rem));
|
|
40967
40967
|
}
|
|
40968
40968
|
.k-adaptive-actionsheet .k-actionsheet-filter {
|
|
40969
|
-
width:
|
|
40969
|
+
width: calc(360px - var(--kendo-spacing-4, 1rem)*2);
|
|
40970
40970
|
}
|
|
40971
40971
|
.k-adaptive-actionsheet .k-actionsheet-content,
|
|
40972
40972
|
.k-adaptive-actionsheet .k-actionsheet-footer {
|
|
@@ -54103,7 +54103,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54103
54103
|
}
|
|
54104
54104
|
|
|
54105
54105
|
.k-var--gauge-track {
|
|
54106
|
-
background-color: var(--kendo-color-base-
|
|
54106
|
+
background-color: var(--kendo-color-base-emphasis, #605e5c);
|
|
54107
54107
|
}
|
|
54108
54108
|
|
|
54109
54109
|
.k-var--chart-inactive {
|
package/dist/all.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@forward "../scss/all.scss";
|