@progress/kendo-theme-fluent 7.1.0-dev.1 → 7.1.0-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
@@ -469,7 +469,6 @@
469
469
  }
470
470
 
471
471
  .k-current-time {
472
- width: var(--kendo-current-time-width, 1px);
473
472
  position: absolute;
474
473
  }
475
474
  .k-current-time.k-current-time-arrow-left, .k-current-time.k-current-time-arrow-right, .k-current-time.k-current-time-arrow-down {
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "7.1.0-dev.1",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "7.1.0-dev.1",
6
+ "version": "7.1.0-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
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": "7.1.0-dev.1",
4
+ "version": "7.1.0-dev.2",
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": "2.0.0",
56
- "@progress/kendo-theme-core": "7.1.0-dev.1",
57
- "@progress/kendo-theme-utils": "7.1.0-dev.1"
56
+ "@progress/kendo-theme-core": "7.1.0-dev.2",
57
+ "@progress/kendo-theme-utils": "7.1.0-dev.2"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "9b5f2911c5d1962fef292ed43c870776a0bf23d9"
63
+ "gitHead": "5c463cc90be2d59355a047ce91142b02465fcc13"
64
64
  }
@@ -1,9 +1,7 @@
1
- $kendo-current-time-width: 1px !default;
2
1
  $kendo-current-time-color: #ff0000 !default;
3
2
 
4
3
  // Layout
5
4
  .k-current-time {
6
- width: var( --kendo-current-time-width, #{$kendo-current-time-width} );
7
5
  position: absolute;
8
6
 
9
7
  &.k-current-time-arrow-left,