@progress/kendo-theme-fluent 12.2.1-dev.1 → 12.2.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.
@@ -17017,6 +17017,14 @@
17017
17017
  "type": "List",
17018
17018
  "value": "(left ease-in 80ms, top ease-in 80ms)"
17019
17019
  },
17020
+ "kendo-chart-tooltip-color": {
17021
+ "type": "String",
17022
+ "value": "var(--kendo-chart-tooltip-color, var(--kendo-color-app-surface, #fafafa))"
17023
+ },
17024
+ "kendo-chart-tooltip-color-inverse": {
17025
+ "type": "String",
17026
+ "value": "var(--kendo-chart-tooltip-color-inverse, var(--kendo-color-on-app-surface, #242424))"
17027
+ },
17020
17028
  "kendo-chart-bg": {
17021
17029
  "type": "String",
17022
17030
  "value": "var(--kendo-color-surface-alt, #ffffff)"
@@ -17153,14 +17161,6 @@
17153
17161
  "type": "String",
17154
17162
  "value": "var(--kendo-color-base-subtle, #f5f5f5)"
17155
17163
  },
17156
- "kendo-chart-tooltip-color": {
17157
- "type": "String",
17158
- "value": "var(--kendo-chart-tooltip-color, var(--kendo-color-app-surface, #fafafa))"
17159
- },
17160
- "kendo-chart-tooltip-color-inverse": {
17161
- "type": "String",
17162
- "value": "var(--kendo-chart-tooltip-color-inverse, var(--kendo-color-on-app-surface, #242424))"
17163
- },
17164
17164
  "kendo-chart-handle-bg": {
17165
17165
  "type": "String",
17166
17166
  "value": "var(--kendo-chart-handle-bg, var(--kendo-color-surface, #ffffff))"
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "12.2.1-dev.1",
6
+ "version": "12.2.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "12.2.1-dev.1",
6
+ "version": "12.2.2",
7
7
  "previewColors": [
8
8
  "#1b1a19",
9
9
  "#21201f",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "12.2.1-dev.1",
6
+ "version": "12.2.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#faf9f8",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "12.2.1-dev.1",
6
+ "version": "12.2.2",
7
7
  "previewColors": [
8
8
  "#1F1F1F",
9
9
  "#292929",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "12.2.1-dev.1",
6
+ "version": "12.2.2",
7
7
  "previewColors": [
8
8
  "#fafafa",
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": "12.2.1-dev.1",
4
+ "version": "12.2.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -55,12 +55,12 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@progress/kendo-svg-icons": "^4.5.0",
58
- "@progress/kendo-theme-core": "12.2.1-dev.1",
59
- "@progress/kendo-theme-utils": "12.2.1-dev.1"
58
+ "@progress/kendo-theme-core": "12.2.2",
59
+ "@progress/kendo-theme-utils": "12.2.2"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "52adf1714a222c00f6353d50266b60ef8c23e9a1"
65
+ "gitHead": "5df749fa84adc0243e661b3b6f3477325553088b"
66
66
  }
@@ -6,13 +6,6 @@
6
6
 
7
7
  @include kendo-dataviz--theme-base();
8
8
 
9
- .k-chart-tooltip {
10
- @include fill( $color: $kendo-chart-tooltip-color );
11
- }
12
- .k-chart-tooltip-inverse {
13
- @include fill( $color: $kendo-chart-tooltip-color-inverse );
14
- }
15
-
16
9
  .k-handle {
17
10
  cursor: e-resize;
18
11
  @include fill(
@@ -462,6 +462,8 @@ $kendo-gauge-track-bg: k-color(base-emphasis) !default;
462
462
  $kendo-chart-area-inactive-opacity: $kendo-chart-area-inactive-opacity,
463
463
  $kendo-chart-line-inactive-opacity: $kendo-chart-line-inactive-opacity,
464
464
  $kendo-chart-tooltip-transition: $kendo-chart-tooltip-transition,
465
+ $kendo-chart-tooltip-color: $kendo-chart-tooltip-color,
466
+ $kendo-chart-tooltip-color-inverse: $kendo-chart-tooltip-color-inverse,
465
467
  $kendo-chart-bg: $kendo-chart-bg,
466
468
  $kendo-chart-text: $kendo-chart-text,
467
469
  $kendo-chart-border: $kendo-chart-border,