@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 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: min(100%, 360px - var(--kendo-spacing-4, 1rem) * 2);
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-subtle, #edebe9);
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
- @use "../scss/all.scss";
1
+ @forward "../scss/all.scss";