@progress/kendo-theme-fluent 10.1.1-dev.1 → 10.2.0-dev.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.
@@ -3,53 +3,6 @@
3
3
 
4
4
  @mixin kendo-dataviz--theme() {
5
5
 
6
- // Exported variables
7
- // stylelint-disable selector-class-pattern
8
- .k-var--chart-inactive {
9
- @include fill( $bg: var( --kendo-chart-inactive-bg, #{$kendo-chart-inactive-bg} ) );
10
- }
11
-
12
- .k-var--chart-major-lines {
13
- @include fill( $bg: var( --kendo-chart-major-lines, #{$kendo-chart-major-lines} ) );
14
- }
15
-
16
- .k-var--chart-minor-lines {
17
- @include fill( $bg: var( --kendo-chart-minor-lines, #{$kendo-chart-minor-lines} ) );
18
- }
19
-
20
- .k-var--chart-area-opacity {
21
- opacity: var( --kendo-chart-area-opacity, #{$kendo-chart-area-opacity} );
22
- }
23
-
24
- .k-var--chart-area-inactive-opacity {
25
- opacity: var( --kendo-chart-area-inactive-opacity, #{$kendo-chart-area-inactive-opacity} );
26
- }
27
-
28
- .k-var--chart-line-inactive-opacity {
29
- opacity: var( --kendo-chart-line-inactive-opacity, #{$kendo-chart-line-inactive-opacity} );
30
- }
31
-
32
- .k-var--chart-notes-background {
33
- @include fill( $bg: var( --kendo-chart-notes-background, #{$kendo-chart-notes-background} ) );
34
- }
35
-
36
- .k-var--chart-notes-border {
37
- @include fill( $bg: var( --kendo-chart-notes-border, #{$kendo-chart-notes-border} ) );
38
- }
39
-
40
- .k-var--chart-notes-lines {
41
- @include fill( $bg: var( --kendo-chart-notes-lines, #{$kendo-chart-notes-lines} ) );
42
- }
43
-
44
- .k-var--chart-crosshair-background {
45
- @include fill( $bg: var( --kendo-chart-crosshair-background, #{$kendo-chart-crosshair-background} ) );
46
- }
47
-
48
- .k-var--chart-error-bars-background {
49
- @include fill( $bg: var( --kendo-error-bars-background, #{$kendo-color-error-bars-background} ) );
50
- }
51
- // stylelint-enable selector-class-pattern
52
-
53
6
  // Elements
54
7
  .k-chart,
55
8
  .k-sparkline,
@@ -92,9 +92,6 @@ $kendo-chart-font-family: var( --kendo-font-family, inherit ) !default;
92
92
  /// The font-size of the chart component.
93
93
  /// @group charts
94
94
  $kendo-chart-font-size: var( --kendo-font-size, inherit ) !default;
95
- $kendo-chart-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
96
- $kendo-chart-md-font-size: var( --kendo-font-size, inherit ) !default;
97
- $kendo-chart-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
98
95
  /// The line-height of the chart component.
99
96
  /// @group charts
100
97
  $kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
@@ -204,7 +201,7 @@ $kendo-chart-handle-hover-border: var( --kendo-hover-border, initial ) !default;
204
201
 
205
202
  /// The color of the chart error bars.
206
203
  /// @group charts
207
- $kendo-color-error-bars-background: if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( neutral-110 )) !default;
204
+ $kendo-chart-error-bars-background: if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( neutral-110 )) !default;
208
205
 
209
206
  /// The size of the selection handle of the chart component.
210
207
  /// @group charts
@@ -271,6 +271,10 @@
271
271
 
272
272
  .k-item {
273
273
  margin-block-end: calc( var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} ) * -1 );
274
+
275
+ .k-link {
276
+ justify-content: center;
277
+ }
274
278
  }
275
279
 
276
280
  }
@@ -282,8 +286,11 @@
282
286
 
283
287
  .k-item {
284
288
  margin-block-start: calc( var( --kendo-tabstrip-border-width, #{$kendo-tabstrip-border-width} ) * -1 );
285
- }
286
289
 
290
+ .k-link {
291
+ justify-content: center;
292
+ }
293
+ }
287
294
  }
288
295
  }
289
296
  .k-tabstrip-left {
@@ -338,7 +345,6 @@
338
345
  flex: 1 0 0;
339
346
  }
340
347
 
341
-
342
348
  // Selected indicator
343
349
  @if ($kendo-tabstrip-indicator-size) {
344
350
 
@@ -43,30 +43,30 @@
43
43
  flex-wrap: nowrap;
44
44
  position: relative;
45
45
  margin-inline-start: calc( var( --INTERNAL--kendo-toolbar-spacing, 0 ) * -1 );
46
+ }
47
+
48
+ &.k-toolbar-scrollable-overlay {
49
+
50
+ &::before,
51
+ &::after {
52
+ content: '';
53
+ height: 100%;
54
+ aspect-ratio: 1;
55
+ position: absolute;
56
+ z-index: 3;
57
+ }
58
+
59
+ &::before {
60
+ inset-inline-start: var( --INTERNAL--kendo-toolbar-spacing, 0 );
61
+ }
62
+
63
+ &::after {
64
+ inset-inline-end: 0;
65
+ }
46
66
 
47
- &.k-toolbar-scrollable-overlay {
48
- &::before {
49
- content: '';
50
- height: 100%;
51
- aspect-ratio: 1;
52
- position: absolute;
53
- inset-inline-start: 0;
54
- z-index: 3;
55
- }
56
-
57
- &::after {
58
- content: '';
59
- height: 100%;
60
- aspect-ratio: 1;
61
- position: absolute;
62
- inset-inline-end: 0;
63
- z-index: 3;
64
- }
65
-
66
- &.k-toolbar-scrollable-start::before,
67
- &.k-toolbar-scrollable-end::after {
68
- display: none;
69
- }
67
+ &.k-toolbar-scrollable-start::before,
68
+ &.k-toolbar-scrollable-end::after {
69
+ display: none;
70
70
  }
71
71
  }
72
72