@progress/kendo-theme-classic 8.0.0-dev.1 → 8.0.0-dev.11

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.scss CHANGED
@@ -2615,6 +2615,7 @@ $kendo-line-height: k-math-div( 20, 14 ) !default;
2615
2615
  /// @group typography
2616
2616
  $kendo-line-height-xs: 1 !default;
2617
2617
  /// The small line height across all components.
2618
+ /// @group typography
2618
2619
  $kendo-line-height-sm: 1.25 !default;
2619
2620
  /// The medium line height across all components.
2620
2621
  /// @group typography
@@ -5949,14 +5950,32 @@ $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
5949
5950
  // File already imported_once. Skipping output.
5950
5951
  // #endregion
5951
5952
  // #region @import "./border-radii/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/border-radii/index.import.scss
5953
+ /// The none border radius used across the Components.
5954
+ /// @group radii
5952
5955
  $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
5956
+ /// The extra small border radius used across the Components.
5957
+ /// @group radii
5953
5958
  $kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
5959
+ /// The small border radius used across the Components.
5960
+ /// @group radii
5954
5961
  $kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
5962
+ /// The medium border radius used across the Components.
5963
+ /// @group radii
5955
5964
  $kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
5965
+ /// The large border radius used across the Components.
5966
+ /// @group radii
5956
5967
  $kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
5968
+ /// The extra large border radius used across the Components.
5969
+ /// @group radii
5957
5970
  $kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
5971
+ /// The third largest border radius used across the Components.
5972
+ /// @group radii
5958
5973
  $kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
5974
+ /// The second largest border radius used across the Components.
5975
+ /// @group radii
5959
5976
  $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
5977
+ /// The largest border radius used across the Components.
5978
+ /// @group radii
5960
5979
  $kendo-border-radius-full: 9999px !default;
5961
5980
 
5962
5981
 
@@ -5975,6 +5994,8 @@ $_default-border-radii: (
5975
5994
 
5976
5995
  $kendo-border-radii: $_default-border-radii !default;
5977
5996
 
5997
+ /// The global radii Map.
5998
+ /// @group radii
5978
5999
  $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
5979
6000
 
5980
6001
 
@@ -7821,13 +7842,14 @@ $_kendo-module-meta: (
7821
7842
  @mixin kendo-utils--spacing--margin() {
7822
7843
 
7823
7844
  // Margin utility classes
7824
- @include generate-utils( m, margin, $kendo-spacing, $css-var: "spacing" );
7825
- @include generate-utils( mt, margin-top, $kendo-spacing, $css-var: "spacing" );
7826
- @include generate-utils( mr, margin-right, $kendo-spacing, $css-var: "spacing" );
7827
- @include generate-utils( mb, margin-bottom, $kendo-spacing, $css-var: "spacing" );
7828
- @include generate-utils( ml, margin-left, $kendo-spacing, $css-var: "spacing" );
7829
- @include generate-utils( mx, margin-inline, $kendo-spacing, $css-var: "spacing" );
7830
- @include generate-utils( my, margin-block, $kendo-spacing, $css-var: "spacing" );
7845
+ $kendo-utils-margin: k-map-get( $kendo-utils, "margin" ) !default;
7846
+ @include generate-utils( m, margin, $kendo-utils-margin, $css-var: "spacing" );
7847
+ @include generate-utils( mt, margin-top, $kendo-utils-margin, $css-var: "spacing" );
7848
+ @include generate-utils( mr, margin-right, $kendo-utils-margin, $css-var: "spacing" );
7849
+ @include generate-utils( mb, margin-bottom, $kendo-utils-margin, $css-var: "spacing" );
7850
+ @include generate-utils( ml, margin-left, $kendo-utils-margin, $css-var: "spacing" );
7851
+ @include generate-utils( mx, margin-inline, $kendo-utils-margin, $css-var: "spacing" );
7852
+ @include generate-utils( my, margin-block, $kendo-utils-margin, $css-var: "spacing" );
7831
7853
 
7832
7854
  }
7833
7855
 
@@ -7851,18 +7873,6 @@ $_kendo-module-meta: (
7851
7873
  /// @group padding
7852
7874
  /// @contextType css
7853
7875
 
7854
- /// This is equivalent to `padding: -1px;`.
7855
- /// @example padding: -1px;
7856
- /// @name .k-p--1px
7857
- /// @group padding
7858
- /// @contextType css
7859
-
7860
- /// This is equivalent to `padding: -0.25rem;`.
7861
- /// @example padding: -0.25rem;
7862
- /// @name .k-p--1
7863
- /// @group padding
7864
- /// @contextType css
7865
-
7866
7876
  /// This is equivalent to `padding: 0.25rem;`.
7867
7877
  /// @example padding: 0.25rem;
7868
7878
  /// @name .k-p-xs
@@ -7929,18 +7939,6 @@ $_kendo-module-meta: (
7929
7939
  /// @group padding
7930
7940
  /// @contextType css
7931
7941
 
7932
- /// This is equivalent to `padding-top: -1px;`.
7933
- /// @example padding-top: -1px;
7934
- /// @name .k-pt--1px
7935
- /// @group padding
7936
- /// @contextType css
7937
-
7938
- /// This is equivalent to `padding-top: -0.25rem;`.
7939
- /// @example padding-top: -0.25rem;
7940
- /// @name .k-pt--1
7941
- /// @group padding
7942
- /// @contextType css
7943
-
7944
7942
  /// This is equivalent to `padding-top: 0.25rem;`.
7945
7943
  /// @example padding-top: 0.25rem;
7946
7944
  /// @name .k-pt-xs
@@ -8007,18 +8005,6 @@ $_kendo-module-meta: (
8007
8005
  /// @group padding
8008
8006
  /// @contextType css
8009
8007
 
8010
- /// This is equivalent to `padding-right: -1px;`.
8011
- /// @example padding-right: -1px;
8012
- /// @name .k-pr--1px
8013
- /// @group padding
8014
- /// @contextType css
8015
-
8016
- /// This is equivalent to `padding-right: -0.25rem;`.
8017
- /// @example padding-right: -0.25rem;
8018
- /// @name .k-pr--1
8019
- /// @group padding
8020
- /// @contextType css
8021
-
8022
8008
  /// This is equivalent to `padding-right: 0.25rem;`.
8023
8009
  /// @example padding-right: 0.25rem;
8024
8010
  /// @name .k-pr-xs
@@ -8085,18 +8071,6 @@ $_kendo-module-meta: (
8085
8071
  /// @group padding
8086
8072
  /// @contextType css
8087
8073
 
8088
- /// This is equivalent to `padding-bottom: -1px;`.
8089
- /// @example padding-bottom: -1px;
8090
- /// @name .k-pb--1px
8091
- /// @group padding
8092
- /// @contextType css
8093
-
8094
- /// This is equivalent to `padding-bottom: -0.25rem;`.
8095
- /// @example padding-bottom: -0.25rem;
8096
- /// @name .k-pb--1
8097
- /// @group padding
8098
- /// @contextType css
8099
-
8100
8074
  /// This is equivalent to `padding-bottom: 0.25rem;`.
8101
8075
  /// @example padding-bottom: 0.25rem;
8102
8076
  /// @name .k-pb-xs
@@ -8163,18 +8137,6 @@ $_kendo-module-meta: (
8163
8137
  /// @group padding
8164
8138
  /// @contextType css
8165
8139
 
8166
- /// This is equivalent to `padding-left: -1px;`.
8167
- /// @example padding-left: -1px;
8168
- /// @name .k-pl--1px
8169
- /// @group padding
8170
- /// @contextType css
8171
-
8172
- /// This is equivalent to `padding-left: -0.25rem;`.
8173
- /// @example padding-left: -0.25rem;
8174
- /// @name .k-pl--1
8175
- /// @group padding
8176
- /// @contextType css
8177
-
8178
8140
  /// This is equivalent to `padding-left: 0.25rem;`.
8179
8141
  /// @example padding-left: 0.25rem;
8180
8142
  /// @name .k-pl-xs
@@ -8241,18 +8203,6 @@ $_kendo-module-meta: (
8241
8203
  /// @group padding
8242
8204
  /// @contextType css
8243
8205
 
8244
- /// This is equivalent to `padding-inline: -1px;`.
8245
- /// @example padding-inline: -1px;
8246
- /// @name .k-px--1px
8247
- /// @group padding
8248
- /// @contextType css
8249
-
8250
- /// This is equivalent to `padding-inline: -0.25rem;`.
8251
- /// @example padding-inline: -0.25rem;
8252
- /// @name .k-px--1
8253
- /// @group padding
8254
- /// @contextType css
8255
-
8256
8206
  /// This is equivalent to `padding-inline: 0.25rem;`.
8257
8207
  /// @example padding-inline: 0.25rem;
8258
8208
  /// @name .k-px-xs
@@ -8319,18 +8269,6 @@ $_kendo-module-meta: (
8319
8269
  /// @group padding
8320
8270
  /// @contextType css
8321
8271
 
8322
- /// This is equivalent to `padding-block: -1px;`.
8323
- /// @example padding-block: -1px;
8324
- /// @name .k-py--1px
8325
- /// @group padding
8326
- /// @contextType css
8327
-
8328
- /// This is equivalent to `padding-block: -0.25rem;`.
8329
- /// @example padding-block: -0.25rem;
8330
- /// @name .k-py--1
8331
- /// @group padding
8332
- /// @contextType css
8333
-
8334
8272
  /// This is equivalent to `padding-block: 0.25rem;`.
8335
8273
  /// @example padding-block: 0.25rem;
8336
8274
  /// @name .k-py-xs
@@ -8382,13 +8320,14 @@ $_kendo-module-meta: (
8382
8320
  @mixin kendo-utils--spacing--padding() {
8383
8321
 
8384
8322
  // Padding utility classes
8385
- @include generate-utils( p, padding, $kendo-spacing, $css-var: "spacing" );
8386
- @include generate-utils( pt, padding-top, $kendo-spacing, $css-var: "spacing" );
8387
- @include generate-utils( pr, padding-right, $kendo-spacing, $css-var: "spacing" );
8388
- @include generate-utils( pb, padding-bottom, $kendo-spacing, $css-var: "spacing" );
8389
- @include generate-utils( pl, padding-left, $kendo-spacing, $css-var: "spacing" );
8390
- @include generate-utils( px, padding-inline, $kendo-spacing, $css-var: "spacing" );
8391
- @include generate-utils( py, padding-block, $kendo-spacing, $css-var: "spacing" );
8323
+ $kendo-utils-padding: k-map-get( $kendo-utils, "padding" ) !default;
8324
+ @include generate-utils( p, padding, $kendo-utils-padding, $css-var: "spacing" );
8325
+ @include generate-utils( pt, padding-top, $kendo-utils-padding, $css-var: "spacing" );
8326
+ @include generate-utils( pr, padding-right, $kendo-utils-padding, $css-var: "spacing" );
8327
+ @include generate-utils( pb, padding-bottom, $kendo-utils-padding, $css-var: "spacing" );
8328
+ @include generate-utils( pl, padding-left, $kendo-utils-padding, $css-var: "spacing" );
8329
+ @include generate-utils( px, padding-inline, $kendo-utils-padding, $css-var: "spacing" );
8330
+ @include generate-utils( py, padding-block, $kendo-utils-padding, $css-var: "spacing" );
8392
8331
 
8393
8332
  }
8394
8333
 
@@ -8433,6 +8372,15 @@ $kendo-theme-colors: () !default;
8433
8372
  $kendo-font-sizes: () !default;
8434
8373
 
8435
8374
  $kendo-util-colors-list: (
8375
+ app-surface,
8376
+ on-app-surface,
8377
+ subtle,
8378
+ surface,
8379
+ surface-alt,
8380
+ border,
8381
+ border-alt,
8382
+ base-subtle,
8383
+ base-emphasis,
8436
8384
  primary-subtle,
8437
8385
  primary,
8438
8386
  primary-emphasis,
@@ -10973,9 +10921,9 @@ $kendo-utils: (
10973
10921
 
10974
10922
  // Gap utility classes
10975
10923
  $kendo-utils-gap: k-map-get( $kendo-utils, "gap" ) !default;
10976
- @include generate-utils( gap, gap, $kendo-utils-gap );
10977
- @include generate-utils( gap-x, column-gap, $kendo-utils-gap );
10978
- @include generate-utils( gap-y, row-gap, $kendo-utils-gap );
10924
+ @include generate-utils( gap, gap, $kendo-utils-gap, $css-var: "spacing" );
10925
+ @include generate-utils( gap-x, column-gap, $kendo-utils-gap, $css-var: "spacing" );
10926
+ @include generate-utils( gap-y, row-gap, $kendo-utils-gap, $css-var: "spacing" );
10979
10927
 
10980
10928
  }
10981
10929
 
@@ -12293,7 +12241,7 @@ $kendo-utils: (
12293
12241
  @mixin kendo-utils--typography--font-weight() {
12294
12242
 
12295
12243
  // Font weight utility classes
12296
- @include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font" );
12244
+ @include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font-weight" );
12297
12245
 
12298
12246
 
12299
12247
  // Legacy aliases
@@ -12414,25 +12362,25 @@ $kendo-utils: (
12414
12362
  // #region @import "./_text-decoration.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/typography/_text-decoration.scss
12415
12363
  /// This is equivalent to `text-decoration: underline;`.
12416
12364
  /// @example text-decoration: underline;
12417
- /// @name .k-underline
12365
+ /// @name .k-text-underline
12418
12366
  /// @group text-decoration
12419
12367
  /// @contextType css
12420
12368
 
12421
12369
  /// This is equivalent to `text-decoration: overline;`.
12422
12370
  /// @example text-decoration: overline;
12423
- /// @name .k-overline
12371
+ /// @name .k-text-overline
12424
12372
  /// @group text-decoration
12425
12373
  /// @contextType css
12426
12374
 
12427
12375
  /// This is equivalent to `text-decoration: line-through;`.
12428
12376
  /// @example text-decoration: line-through;
12429
- /// @name .k-line-through
12377
+ /// @name .k-text-line-through
12430
12378
  /// @group text-decoration
12431
12379
  /// @contextType css
12432
12380
 
12433
12381
  /// This is equivalent to `text-decoration: none-decoration;`.
12434
12382
  /// @example text-decoration: none-decoration;
12435
- /// @name .k-none-decoration
12383
+ /// @name .k-text-no-underline
12436
12384
  /// @group text-decoration
12437
12385
  /// @contextType css
12438
12386
 
@@ -15193,48 +15141,123 @@ $_kendo-module-meta: (
15193
15141
 
15194
15142
 
15195
15143
  // Headings
15196
- $kendo-h1-font-size: calc( var( --kendo-font-size, inherit ) * 4 ) !default;
15197
- $kendo-h2-font-size: calc( var( --kendo-font-size, inherit ) * 3 ) !default;
15198
- $kendo-h3-font-size: calc( var( --kendo-font-size, inherit ) * 2.5 ) !default;
15199
- $kendo-h4-font-size: calc( var( --kendo-font-size, inherit ) * 2 ) !default;
15200
- $kendo-h5-font-size: calc( var( --kendo-font-size, inherit ) * 1.5 ) !default;
15144
+
15145
+ /// The font size of the highest level heading.
15146
+ /// @group typography
15147
+ $kendo-h1-font-size: calc( var( --kendo-font-size, .875rem ) * 4 ) !default;
15148
+ /// The font size of the second highest level heading.
15149
+ /// @group typography
15150
+ $kendo-h2-font-size: calc( var( --kendo-font-size, .875rem ) * 3 ) !default;
15151
+ /// The font size of the third highest level heading.
15152
+ /// @group typography
15153
+ $kendo-h3-font-size: calc( var( --kendo-font-size, .875rem ) * 2.5 ) !default;
15154
+ /// The font size of the fourth highest level heading.
15155
+ /// @group typography
15156
+ $kendo-h4-font-size: calc( var( --kendo-font-size, .875rem ) * 2 ) !default;
15157
+ /// The font size of the fifth highest level heading.
15158
+ /// @group typography
15159
+ $kendo-h5-font-size: calc( var( --kendo-font-size, .875rem ) * 1.5 ) !default;
15160
+ /// The font size of the sixth highest level heading.
15161
+ /// @group typography
15201
15162
  $kendo-h6-font-size: var( --kendo-font-size, inherit ) !default;
15202
15163
 
15164
+ /// The font family of the highest level heading.
15165
+ /// @group typography
15203
15166
  $kendo-h1-font-family: var( --kendo-font-family, inherit ) !default;
15167
+ /// The font family of the second highest level heading.
15168
+ /// @group typography
15204
15169
  $kendo-h2-font-family: var( --kendo-font-family, inherit ) !default;
15170
+ /// The font family of the third highest level heading.
15171
+ /// @group typography
15205
15172
  $kendo-h3-font-family: var( --kendo-font-family, inherit ) !default;
15173
+ /// The font family of the fourth highest level heading.
15174
+ /// @group typography
15206
15175
  $kendo-h4-font-family: var( --kendo-font-family, inherit ) !default;
15176
+ /// The font family of the fifth highest level heading.
15177
+ /// @group typography
15207
15178
  $kendo-h5-font-family: var( --kendo-font-family, inherit ) !default;
15179
+ /// The font family of the sixth highest level heading.
15180
+ /// @group typography
15208
15181
  $kendo-h6-font-family: var( --kendo-font-family, inherit ) !default;
15209
15182
 
15183
+ /// The line height of the highest level heading.
15184
+ /// @group typography
15210
15185
  $kendo-h1-line-height: 74px !default;
15186
+ /// The line height of the second highest level heading.
15187
+ /// @group typography
15211
15188
  $kendo-h2-line-height: 56px !default;
15189
+ /// The line height of the third highest level heading.
15190
+ /// @group typography
15212
15191
  $kendo-h3-line-height: 42px !default;
15192
+ /// The line height of the fourth highest level heading.
15193
+ /// @group typography
15213
15194
  $kendo-h4-line-height: 40px !default;
15195
+ /// The line height of the fifth highest level heading.
15196
+ /// @group typography
15214
15197
  $kendo-h5-line-height: 28px !default;
15198
+ /// The line height of the sixth highest level heading.
15199
+ /// @group typography
15215
15200
  $kendo-h6-line-height: 20px !default;
15216
15201
 
15202
+ /// The font weight of the highest level heading.
15203
+ /// @group typography
15217
15204
  $kendo-h1-font-weight: var( --kendo-font-weight-normal, normal ) !default;
15205
+ /// The font weight of the second highest level heading.
15206
+ /// @group typography
15218
15207
  $kendo-h2-font-weight: var( --kendo-font-weight-normal, normal ) !default;
15208
+ /// The font weight of the third highest level heading.
15209
+ /// @group typography
15219
15210
  $kendo-h3-font-weight: var( --kendo-font-weight-normal, normal ) !default;
15211
+ /// The font weight of the fourth highest level heading.
15212
+ /// @group typography
15220
15213
  $kendo-h4-font-weight: var( --kendo-font-weight-bold, normal ) !default;
15214
+ /// The font weight of the fifth highest level heading.
15215
+ /// @group typography
15221
15216
  $kendo-h5-font-weight: var( --kendo-font-weight-bold, normal ) !default;
15217
+ /// The font weight of the sixth highest level heading.
15218
+ /// @group typography
15222
15219
  $kendo-h6-font-weight: var( --kendo-font-weight-bold, normal ) !default;
15223
15220
 
15221
+ /// The letter spacing of the highest level heading.
15222
+ /// @group typography
15224
15223
  $kendo-h1-letter-spacing: null !default;
15224
+ /// The letter spacing of the second highest level heading.
15225
+ /// @group typography
15225
15226
  $kendo-h2-letter-spacing: null !default;
15227
+ /// The letter spacing of the third highest level heading.
15228
+ /// @group typography
15226
15229
  $kendo-h3-letter-spacing: null !default;
15230
+ /// The letter spacing of the fourth highest level heading.
15231
+ /// @group typography
15227
15232
  $kendo-h4-letter-spacing: null !default;
15233
+ /// The letter spacing of the fifth highest level heading.
15234
+ /// @group typography
15228
15235
  $kendo-h5-letter-spacing: null !default;
15236
+ /// The letter spacing of the sixth highest level heading.
15237
+ /// @group typography
15229
15238
  $kendo-h6-letter-spacing: null !default;
15230
15239
 
15240
+ /// The margin of the highest level heading.
15241
+ /// @group typography
15231
15242
  $kendo-h1-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15243
+ /// The margin of the second highest level heading.
15244
+ /// @group typography
15232
15245
  $kendo-h2-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15246
+ /// The margin of the third highest level heading.
15247
+ /// @group typography
15233
15248
  $kendo-h3-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15249
+ /// The margin of the fourth highest level heading.
15250
+ /// @group typography
15234
15251
  $kendo-h4-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15252
+ /// The margin of the fifth highest level heading.
15253
+ /// @group typography
15235
15254
  $kendo-h5-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15255
+ /// The margin of the sixth highest level heading.
15256
+ /// @group typography
15236
15257
  $kendo-h6-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15237
15258
 
15259
+ /// The headings Map
15260
+ /// @group typography
15238
15261
  $kendo-headings: (
15239
15262
  h1: (
15240
15263
  font-size: $kendo-h1-font-size,
@@ -15287,60 +15310,139 @@ $kendo-headings: (
15287
15310
  ),
15288
15311
  ) !default;
15289
15312
 
15290
-
15291
15313
  // Paragraph
15314
+
15315
+ /// The margin of the paragraph.
15316
+ /// @group typography
15292
15317
  $kendo-paragraph-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15318
+ /// The font size of the paragraph.
15319
+ /// @group typography
15293
15320
  $kendo-paragraph-font-size: var( --kendo-font-size, inherit ) !default;
15321
+ /// The font family of the paragraph.
15322
+ /// @group typography
15294
15323
  $kendo-paragraph-font-family: var( --kendo-font-family, inherit ) !default;
15324
+ /// The line height of the paragraph.
15325
+ /// @group typography
15295
15326
  $kendo-paragraph-line-height: 20px !default;
15327
+ /// The font weight of the paragraph.
15328
+ /// @group typography
15296
15329
  $kendo-paragraph-font-weight: var( --kendo-font-weight-normal, normal ) !default;
15330
+ /// The letter spacing of the paragraph.
15331
+ /// @group typography
15297
15332
  $kendo-paragraph-letter-spacing: null !default;
15298
15333
 
15299
-
15300
15334
  // Code
15335
+
15336
+ /// The font size of the code tag.
15337
+ /// @group typography
15301
15338
  $kendo-code-font-size: var( --kendo-font-size, inherit ) !default;
15339
+ /// The font family of the code tag.
15340
+ /// @group typography
15302
15341
  $kendo-code-font-family: var( --kendo-font-family-monospace, normal ) !default;
15342
+ /// The line height of the code tag.
15343
+ /// @group typography
15303
15344
  $kendo-code-line-height: 20px !default;
15345
+ /// The font weight of the code tag.
15346
+ /// @group typography
15304
15347
  $kendo-code-font-weight: var( --kendo-font-weight-normal, normal ) !default;
15348
+ /// The letter spacing of the code tag.
15349
+ /// @group typography
15305
15350
  $kendo-code-letter-spacing: null !default;
15306
15351
 
15352
+ /// The horizontal padding of the code tag.
15353
+ /// @group typography
15307
15354
  $kendo-code-padding-x: k-spacing(1) !default;
15355
+ /// The vertical padding of the code tag.
15356
+ /// @group typography
15308
15357
  $kendo-code-padding-y: k-spacing(0) !default;
15358
+ /// The horizontal padding of the preformatted text.
15359
+ /// @group typography
15309
15360
  $kendo-pre-padding-x: k-spacing(6) !default;
15361
+ /// The vertical padding of the preformatted text.
15362
+ /// @group typography
15310
15363
  $kendo-pre-padding-y: k-spacing(4) !default;
15364
+ /// The width of the border of the code tag.
15365
+ /// @group typography
15311
15366
  $kendo-code-border-width: 1px !default;
15312
15367
 
15368
+ /// The background color of the code tag.
15369
+ /// @group typography
15313
15370
  $kendo-code-bg: $kendo-base-bg !default;
15371
+ /// The text color of the code tag.
15372
+ /// @group typography
15314
15373
  $kendo-code-text: $kendo-component-text !default;
15374
+ /// The border color of the code tag.
15375
+ /// @group typography
15315
15376
  $kendo-code-border: $kendo-component-border !default;
15316
15377
 
15317
-
15318
15378
  // Display
15319
- $kendo-display1-font-size: calc( var( --kendo-font-size, inherit ) * 8 ) !default;
15320
- $kendo-display2-font-size: calc( var( --kendo-font-size, inherit ) * 7 ) !default;
15321
- $kendo-display3-font-size: calc( var( --kendo-font-size, inherit ) * 6 ) !default;
15322
- $kendo-display4-font-size: calc( var( --kendo-font-size, inherit ) * 5 ) !default;
15379
+ /// The font size of the largest display text.
15380
+ /// @group typography
15381
+ $kendo-display1-font-size: calc( var( --kendo-font-size, .875rem ) * 8 ) !default;
15382
+ /// The font size of the second largest display text.
15383
+ /// @group typography
15384
+ $kendo-display2-font-size: calc( var( --kendo-font-size, .875rem ) * 7 ) !default;
15385
+ /// The font size of the third largest display text.
15386
+ /// @group typography
15387
+ $kendo-display3-font-size: calc( var( --kendo-font-size, .875rem ) * 6 ) !default;
15388
+ /// The font size of the fourth largest display text.
15389
+ /// @group typography
15390
+ $kendo-display4-font-size: calc( var( --kendo-font-size, .875rem ) * 5 ) !default;
15323
15391
 
15392
+ /// The font family of the largest display text.
15393
+ /// @group typography
15324
15394
  $kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
15395
+ /// The font family of the second largest display text.
15396
+ /// @group typography
15325
15397
  $kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;
15398
+ /// The font family of the third largest display text.
15399
+ /// @group typography
15326
15400
  $kendo-display3-font-family: var( --kendo-font-family, inherit ) !default;
15401
+ /// The font family of the fourth largest display text.
15402
+ /// @group typography
15327
15403
  $kendo-display4-font-family: var( --kendo-font-family, inherit ) !default;
15328
15404
 
15405
+ /// The line height of the largest display text.
15406
+ /// @group typography
15329
15407
  $kendo-display1-line-height: 1.2 !default;
15408
+ /// The line height of the second largest display text.
15409
+ /// @group typography
15330
15410
  $kendo-display2-line-height: 1.2 !default;
15411
+ /// The line height of the third largest display text.
15412
+ /// @group typography
15331
15413
  $kendo-display3-line-height: 1.2 !default;
15414
+ /// The line height of the fourth largest display text.
15415
+ /// @group typography
15332
15416
  $kendo-display4-line-height: 1.2 !default;
15333
15417
 
15418
+ /// The font weight of the largest display text.
15419
+ /// @group typography
15334
15420
  $kendo-display1-font-weight: var( --kendo-font-weight-light, normal ) !default;
15421
+ /// The font weight of the second largest display text.
15422
+ /// @group typography
15335
15423
  $kendo-display2-font-weight: var( --kendo-font-weight-light, normal ) !default;
15424
+ /// The font weight of the third largest display text.
15425
+ /// @group typography
15336
15426
  $kendo-display3-font-weight: var( --kendo-font-weight-light, normal ) !default;
15427
+ /// The font weight of the fourth largest display text.
15428
+ /// @group typography
15337
15429
  $kendo-display4-font-weight: var( --kendo-font-weight-light, normal ) !default;
15338
15430
 
15431
+ /// The letter spacing of the largest display text.
15432
+ /// @group typography
15339
15433
  $kendo-display1-letter-spacing: null !default;
15434
+ /// The letter spacing of the second largest display text.
15435
+ /// @group typography
15340
15436
  $kendo-display2-letter-spacing: null !default;
15437
+ /// The letter spacing of the third largest display text.
15438
+ /// @group typography
15341
15439
  $kendo-display3-letter-spacing: null !default;
15440
+ /// The letter spacing of the fourth largest display text.
15441
+ /// @group typography
15342
15442
  $kendo-display4-letter-spacing: null !default;
15343
15443
 
15444
+ /// The displays Map
15445
+ /// @group typography
15344
15446
  $kendo-display: (
15345
15447
  1: (
15346
15448
  font-size: $kendo-display1-font-size,
@@ -19494,7 +19596,7 @@ $kendo-badge-sizes: (
19494
19596
  // Outline badges
19495
19597
  .k-badge-outline {
19496
19598
  border-color: currentColor;
19497
- background-color: $kendo-component-bg;
19599
+ background-color: transparent;
19498
19600
  }
19499
19601
 
19500
19602
  @each $name, $color in $kendo-theme-colors {
@@ -19974,7 +20076,7 @@ $kendo-chip-solid-selected-text: null !default;
19974
20076
  $kendo-chip-outline-bg: $kendo-component-bg !default;
19975
20077
  /// The base text color of the outline Chip.
19976
20078
  /// @group chip
19977
- $kendo-chip-outline-text: $kendo-chip-solid-text !default;
20079
+ $kendo-chip-outline-text: if($kendo-enable-color-system, k-color( base-on-surface ), $kendo-chip-solid-text) !default;
19978
20080
  /// The base border color of the outline Chip.
19979
20081
  /// @group chip
19980
20082
  $kendo-chip-outline-border: $kendo-chip-outline-text !default;
@@ -20246,7 +20348,7 @@ $kendo-chip-list-sizes: (
20246
20348
  @if ($name == "base") {
20247
20349
  @include fill(
20248
20350
  $kendo-chip-outline-text,
20249
- $kendo-chip-outline-bg,
20351
+ transparent,
20250
20352
  $kendo-chip-outline-border
20251
20353
  );
20252
20354
 
@@ -20271,8 +20373,8 @@ $kendo-chip-list-sizes: (
20271
20373
  }
20272
20374
  } @else if ($name == "warning") {
20273
20375
  @include fill(
20274
- if($kendo-enable-color-system, $kendo-chip-outline-text, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $kendo-chip-outline-text)),
20275
- if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )),
20376
+ if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, k-color-tint($color, 25%), $kendo-chip-outline-text)),
20377
+ if($kendo-enable-color-system, transparent, if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )),
20276
20378
  if($kendo-enable-color-system, $color, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color))
20277
20379
  );
20278
20380
 
@@ -20298,7 +20400,7 @@ $kendo-chip-list-sizes: (
20298
20400
  } @else {
20299
20401
  @include fill(
20300
20402
  if($kendo-enable-color-system, k-color( #{$name}-on-surface ), k-try-shade( $color, 25% )),
20301
- if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )),
20403
+ if($kendo-enable-color-system, transparent, if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )),
20302
20404
  if($kendo-enable-color-system, k-color( #{$name}-on-surface ), k-try-shade( $color, 25% ))
20303
20405
  );
20304
20406
 
@@ -21078,7 +21180,7 @@ $kendo-loading-opacity: .3 !default;
21078
21180
  display: flex;
21079
21181
  align-items: center;
21080
21182
  justify-content: center;
21081
- z-index: 2001;
21183
+ z-index: 20001;
21082
21184
 
21083
21185
  .k-loader {
21084
21186
  padding: 0;
@@ -22102,9 +22204,9 @@ $_kendo-module-meta: (
22102
22204
  &.k-hover {
22103
22205
  @if $name == "base" {
22104
22206
  @include fill(
22105
- if($kendo-enable-color-system, $kendo-base-bg, k-contrast-legacy( $color )),
22106
- $color,
22107
- $color
22207
+ if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $color )),
22208
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( $color )),
22209
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( $color ))
22108
22210
  );
22109
22211
  } @else {
22110
22212
  @include fill(
@@ -22132,9 +22234,9 @@ $_kendo-module-meta: (
22132
22234
  &.k-active {
22133
22235
  @if $name == "base" {
22134
22236
  @include fill(
22135
- if($kendo-enable-color-system, $kendo-base-bg, k-contrast-legacy( $color )),
22136
- $color,
22137
- $color
22237
+ if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $color )),
22238
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( $color )),
22239
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( $color ))
22138
22240
  );
22139
22241
  } @else {
22140
22242
  @include fill(
@@ -22149,9 +22251,9 @@ $_kendo-module-meta: (
22149
22251
  &.k-selected {
22150
22252
  @if $name == "base" {
22151
22253
  @include fill(
22152
- if($kendo-enable-color-system, $kendo-base-bg, k-contrast-legacy( $color )),
22153
- $color,
22154
- $color
22254
+ if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $color )),
22255
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( $color )),
22256
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( $color ))
22155
22257
  );
22156
22258
  } @else {
22157
22259
  @include fill(
@@ -22174,7 +22276,11 @@ $_kendo-module-meta: (
22174
22276
  // Flat button
22175
22277
  @each $name, $color in k-map-merge( $kendo-button-theme-colors, ( "base": inherit ) ) {
22176
22278
  .k-button-flat-#{$name} {
22177
- color: $color;
22279
+ @if $name == "base" {
22280
+ color: inherit;
22281
+ } @else {
22282
+ color: if($kendo-enable-color-system, k-color( #{$name}-on-surface ), $color);
22283
+ }
22178
22284
 
22179
22285
  // Disabled state
22180
22286
  &:disabled,
@@ -22243,7 +22349,7 @@ $_kendo-module-meta: (
22243
22349
  // Clear button
22244
22350
  @each $name, $color in k-map-merge( $kendo-button-theme-colors, ( "base": $kendo-base-text ) ) {
22245
22351
  .k-button-clear-#{$name} {
22246
- color: $color;
22352
+ color: if($kendo-enable-color-system, k-color( #{$name}-on-surface ), $color);
22247
22353
 
22248
22354
  &:focus,
22249
22355
  &.k-focus,
@@ -23098,7 +23204,7 @@ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
23098
23204
 
23099
23205
  /// The background color of the Toolbar.
23100
23206
  /// @group toolbar
23101
- $kendo-toolbar-bg: $kendo-button-bg !default;
23207
+ $kendo-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), $kendo-button-bg) !default;
23102
23208
  /// The text color of the Toolbar.
23103
23209
  /// @group toolbar
23104
23210
  $kendo-toolbar-text: $kendo-button-text !default;
@@ -24197,7 +24303,7 @@ $kendo-tooltip-line-height: 1.25 !default;
24197
24303
 
24198
24304
  /// The font size of the Tooltip title.
24199
24305
  /// @group tooltip
24200
- $kendo-tooltip-title-font-size: calc( #{$kendo-tooltip-font-size} * 1.25 ) !default;
24306
+ $kendo-tooltip-title-font-size: calc( var( --kendo-font-size, .875rem ) * 1.25 ) !default;
24201
24307
  /// The line height of the Tooltip title.
24202
24308
  /// @group tooltip
24203
24309
  $kendo-tooltip-title-line-height: 1 !default;
@@ -28641,7 +28747,7 @@ $kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !def
28641
28747
 
28642
28748
  /// The background color of the Slider track.
28643
28749
  /// @group slider
28644
- $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 )) !default;
28750
+ $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 1 )) !default;
28645
28751
  /// The background color of the Slider's track selection.
28646
28752
  /// @group slider
28647
28753
  $kendo-slider-selection-bg: $kendo-color-primary !default;
@@ -29220,8 +29326,15 @@ $_kendo-module-meta: (
29220
29326
  /// The width of the border around the Calendar.
29221
29327
  /// @group calendar
29222
29328
  $kendo-calendar-border-width: 1px !default;
29329
+
29330
+ /// The font family of the Calendar.
29331
+ /// @group calendar
29223
29332
  $kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
29333
+ /// The font size of the Calendar.
29334
+ /// @group calendar
29224
29335
  $kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
29336
+ /// The line height of the Calendar.
29337
+ /// @group calendar
29225
29338
  $kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
29226
29339
 
29227
29340
  /// The size of the cells in the Calendar.
@@ -29303,7 +29416,11 @@ $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
29303
29416
  /// The height of the header cells in the Calendar.
29304
29417
  /// @group calendar
29305
29418
  $kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
29419
+ /// The font size of the header cells in the Calendar.
29420
+ /// @group calendar
29306
29421
  $kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
29422
+ /// The line height of the header cells in the Calendar.
29423
+ /// @group calendar
29307
29424
  $kendo-calendar-header-cell-line-height: 2 !default;
29308
29425
 
29309
29426
  /// The background color of the header cells in the Calendar.
@@ -29481,12 +29598,21 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
29481
29598
 
29482
29599
  // Multiview calendar
29483
29600
 
29601
+ /// The border radius of the range cells in the Multiview Calendar.
29602
+ /// @group calendar
29603
+ $kendo-calendar-range-cell-border-radius: k-border-radius(lg) !default;
29484
29604
 
29485
29605
  // Calendar sizes
29606
+
29607
+ /// The font size of the small Calendar.
29608
+ /// @group calendar
29486
29609
  $kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
29610
+ /// The line height of the small Calendar.
29611
+ /// @group calendar
29487
29612
  $kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
29613
+ /// The size of the cells in the small Calendar.
29614
+ /// @group calendar
29488
29615
  $kendo-calendar-sm-cell-size: 28px !default;
29489
-
29490
29616
  /// The horizontal padding of the cells in the small Calendar.
29491
29617
  /// @group calendar
29492
29618
  $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
@@ -29494,10 +29620,15 @@ $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
29494
29620
  /// @group calendar
29495
29621
  $kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
29496
29622
 
29623
+ /// The font size of the medium Calendar.
29624
+ /// @group calendar
29497
29625
  $kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
29626
+ /// The line height of the medium Calendar.
29627
+ /// @group calendar
29498
29628
  $kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
29629
+ /// The size of the cells in the medium Calendar.
29630
+ /// @group calendar
29499
29631
  $kendo-calendar-md-cell-size: 32px !default;
29500
-
29501
29632
  /// The horizontal padding of the cells in the medium Calendar.
29502
29633
  /// @group calendar
29503
29634
  $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
@@ -29505,10 +29636,15 @@ $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
29505
29636
  /// @group calendar
29506
29637
  $kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
29507
29638
 
29639
+ /// The font size of the large Calendar.
29640
+ /// @group calendar
29508
29641
  $kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
29642
+ /// The line height of the large Calendar.
29643
+ /// @group calendar
29509
29644
  $kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
29645
+ /// The size of the cells in the large Calendar.
29646
+ /// @group calendar
29510
29647
  $kendo-calendar-lg-cell-size: 40px !default;
29511
-
29512
29648
  /// The horizontal padding of the cells in the large Calendar.
29513
29649
  /// @group calendar
29514
29650
  $kendo-calendar-lg-cell-padding-x: k-spacing(2) !default;
@@ -29996,9 +30132,6 @@ $kendo-calendar-sizes: (
29996
30132
  // }
29997
30133
  }
29998
30134
 
29999
-
30000
-
30001
-
30002
30135
  // Multiview calendar
30003
30136
  .k-calendar-range {
30004
30137
  width: auto;
@@ -30015,25 +30148,34 @@ $kendo-calendar-sizes: (
30015
30148
  outline: 0;
30016
30149
  }
30017
30150
  }
30151
+ }
30018
30152
 
30019
- .k-range-start {
30020
- border-color: inherit;
30021
- border-top-right-radius: 0;
30022
- border-bottom-right-radius: 0;
30023
- }
30024
- .k-range-end {
30153
+ // Range Selection
30154
+ .k-range-start {
30155
+ border-radius: $kendo-calendar-range-cell-border-radius 0 0 $kendo-calendar-range-cell-border-radius;
30156
+
30157
+ .k-calendar-cell-inner,
30158
+ .k-link {
30025
30159
  border-color: inherit;
30026
- border-top-left-radius: 0;
30027
- border-bottom-left-radius: 0;
30160
+ border-radius: inherit;
30028
30161
  }
30029
- .k-range-mid {
30162
+ }
30163
+ .k-range-end {
30164
+ border-radius: 0 $kendo-calendar-range-cell-border-radius $kendo-calendar-range-cell-border-radius 0;
30165
+
30166
+ .k-calendar-cell-inner,
30167
+ .k-link {
30030
30168
  border-color: inherit;
30031
- border-radius: 0;
30169
+ border-radius: inherit;
30032
30170
  }
30033
30171
  }
30034
-
30035
-
30036
-
30172
+ .k-range-mid {
30173
+ border-color: inherit;
30174
+ border-radius: 0;
30175
+ }
30176
+ .k-range-start.k-range-end {
30177
+ border-radius: $kendo-calendar-range-cell-border-radius;
30178
+ }
30037
30179
 
30038
30180
  // RTL
30039
30181
  .k-rtl .k-calendar,
@@ -30046,6 +30188,14 @@ $kendo-calendar-sizes: (
30046
30188
  @include hide-scrollbar("left");
30047
30189
  }
30048
30190
 
30191
+ // Range Selection RTL
30192
+ .k-range-start {
30193
+ border-radius: 0 $kendo-calendar-range-cell-border-radius $kendo-calendar-range-cell-border-radius 0;
30194
+ }
30195
+ .k-range-end {
30196
+ border-radius: $kendo-calendar-range-cell-border-radius 0 0 $kendo-calendar-range-cell-border-radius;
30197
+ }
30198
+
30049
30199
  }
30050
30200
 
30051
30201
  }
@@ -30232,11 +30382,6 @@ $kendo-calendar-sizes: (
30232
30382
  background-color: $kendo-calendar-range-bg;
30233
30383
  }
30234
30384
 
30235
- .k-range-start.k-range-end {
30236
- background-image: none;
30237
- background-color: transparent;
30238
- }
30239
-
30240
30385
  .k-range-start,
30241
30386
  .k-range-end {
30242
30387
  .k-calendar-cell-inner {
@@ -38163,13 +38308,23 @@ $kendo-drawer-border: $kendo-component-border !default;
38163
38308
  /// The border width of the Drawer.
38164
38309
  /// @group drawer
38165
38310
  $kendo-drawer-border-width: 1px !default;
38311
+
38312
+ /// The font family of the Drawer.
38313
+ /// @group drawer
38166
38314
  $kendo-drawer-font-family: var( --kendo-font-family, inherit ) !default;
38315
+ /// The font size of the Drawer.
38316
+ /// @group drawer
38167
38317
  $kendo-drawer-font-size: var( --kendo-font-size, inherit ) !default;
38318
+ /// The line height of the Drawer.
38319
+ /// @group drawer
38168
38320
  $kendo-drawer-line-height: var( --kendo-line-height, normal ) !default;
38169
- $kendo-drawer-content-padding-x: $kendo-padding-md-x !default;
38321
+
38322
+ /// The horizontal padding of the Drawer content.
38323
+ /// @group drawer
38324
+ $kendo-drawer-content-padding-x: null !default;
38170
38325
  /// The vertical padding of the Drawer content.
38171
38326
  /// @group drawer
38172
- $kendo-drawer-content-padding-y: $kendo-padding-md-y !default;
38327
+ $kendo-drawer-content-padding-y: null !default;
38173
38328
 
38174
38329
  /// The width of the Drawer scrollbar.
38175
38330
  /// @group drawer
@@ -38317,6 +38472,8 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
38317
38472
  .k-drawer-content {
38318
38473
  flex: 1 1 auto;
38319
38474
  overflow: auto;
38475
+ padding-block: $kendo-drawer-content-padding-y;
38476
+ padding-inline: $kendo-drawer-content-padding-x;
38320
38477
  }
38321
38478
 
38322
38479
 
@@ -42164,119 +42321,161 @@ $_kendo-module-meta: (
42164
42321
 
42165
42322
  // Component
42166
42323
  // #region @import "./_variables.scss"; -> scss/tabstrip/_variables.scss
42167
- // Tabstrip
42324
+ // TabStrip
42325
+
42326
+
42327
+ /// The horizontal padding of the TabStrip wrapper.
42328
+ /// @group tabstrip
42168
42329
  $kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
42330
+ /// The vertical padding of the TabStrip wrapper.
42331
+ /// @group tabstrip
42169
42332
  $kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
42333
+ /// The border width around the TabStrip wrapper.
42334
+ /// @group tabstrip
42170
42335
  $kendo-tabstrip-wrapper-border-width: 0px !default;
42171
42336
 
42337
+ /// The font family of the TabStrip.
42338
+ /// @group tabstrip
42172
42339
  $kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
42340
+ /// The font size of the TabStrip.
42341
+ /// @group tabstrip
42173
42342
  $kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
42343
+ /// The line height of the TabStrip.
42344
+ /// @group tabstrip
42174
42345
  $kendo-tabstrip-line-height: var( --kendo-line-height, normal )!default;
42346
+ /// The border width around the TabStrip.
42347
+ /// @group tabstrip
42175
42348
  $kendo-tabstrip-border-width: 1px !default;
42176
42349
 
42350
+ /// The background color of the TabStrip wrapper.
42351
+ /// @group tabstrip
42177
42352
  $kendo-tabstrip-wrapper-bg: null !default;
42353
+ /// The text color of the TabStrip wrapper.
42354
+ /// @group tabstrip
42178
42355
  $kendo-tabstrip-wrapper-text: null !default;
42356
+ /// The border color of the TabStrip wrapper.
42357
+ /// @group tabstrip
42179
42358
  $kendo-tabstrip-wrapper-border: null !default;
42180
42359
 
42181
- /// Background color of tabstrip component
42360
+ /// The background color of the TabStrip.
42182
42361
  /// @group tabstrip
42183
42362
  $kendo-tabstrip-bg: null !default;
42184
- /// Text color of tabstrip component
42363
+ /// The text color of the TabStrip.
42185
42364
  /// @group tabstrip
42186
42365
  $kendo-tabstrip-text: $kendo-component-text !default;
42187
- /// Border color of tabstrip component
42366
+ /// The border color of the TabStrip.
42188
42367
  /// @group tabstrip
42189
42368
  $kendo-tabstrip-border: $kendo-component-border !default;
42190
42369
 
42191
- /// Horizontal padding of tabs
42370
+ /// The horizontal padding of the TabStrip items.
42192
42371
  /// @group tabstrip
42193
42372
  $kendo-tabstrip-item-padding-x: k-spacing(2) !default;
42194
- /// Vertical padding of tabs
42373
+ /// The vertical padding of the TabStrip items.
42195
42374
  /// @group tabstrip
42196
42375
  $kendo-tabstrip-item-padding-y: k-spacing(1) !default;
42197
- /// Width of border around tabs
42376
+ /// The border width around the TabStrip items.
42198
42377
  /// @group tabstrip
42199
42378
  $kendo-tabstrip-item-border-width: 1px !default;
42200
- /// Border radius of tabs
42379
+ /// The border radius of the TabStrip items.
42201
42380
  /// @group tabstrip
42202
42381
  $kendo-tabstrip-item-border-radius: k-border-radius(md) !default;
42203
- /// Spacing between tabs
42382
+ /// The gap between the TabStrip items.
42204
42383
  /// @group tabstrip
42205
42384
  $kendo-tabstrip-item-gap: k-spacing(0) !default;
42206
42385
 
42207
- /// Background color of tabs
42386
+ /// The background color of the TabStrip items.
42208
42387
  /// @group tabstrip
42209
42388
  $kendo-tabstrip-item-bg: $kendo-base-bg !default;
42210
- /// Text color of tabs
42389
+ /// The text color of the TabStrip items.
42211
42390
  /// @group tabstrip
42212
42391
  $kendo-tabstrip-item-text: $kendo-base-text !default;
42213
- /// Border color of tabs
42392
+ /// The border color of the TabStrip items.
42214
42393
  /// @group tabstrip
42215
42394
  $kendo-tabstrip-item-border: $kendo-base-border !default;
42216
- /// Background gradient of tabs
42395
+ /// The gradient of the TabStrip items.
42217
42396
  /// @group tabstrip
42218
42397
  $kendo-tabstrip-item-gradient: $kendo-base-gradient !default;
42219
42398
 
42220
- /// Background color of hovered tabs
42399
+ /// The background color of the hovered TabStrip items.
42221
42400
  /// @group tabstrip
42222
42401
  $kendo-tabstrip-item-hover-bg: $kendo-hover-bg !default;
42223
- /// Text color of hovered tabs
42402
+ /// The text color of the hovered TabStrip items.
42224
42403
  /// @group tabstrip
42225
42404
  $kendo-tabstrip-item-hover-text: $kendo-hover-text !default;
42226
- /// Border color of hovered tabs
42405
+ /// The border color of the hovered TabStrip items.
42227
42406
  /// @group tabstrip
42228
42407
  $kendo-tabstrip-item-hover-border: $kendo-hover-border !default;
42229
- /// Background gradient of hovered tabs
42408
+ /// The gradient of the hovered TabStrip items.
42230
42409
  /// @group tabstrip
42231
42410
  $kendo-tabstrip-item-hover-gradient: null !default;
42232
42411
 
42233
- /// Background color of selected tabs
42412
+ /// The background color of the selected TabStrip items.
42234
42413
  /// @group tabstrip
42235
42414
  $kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
42236
- /// Text color of selected tabs
42415
+ /// The text color of the selected TabStrip items.
42237
42416
  /// @group tabstrip
42238
42417
  $kendo-tabstrip-item-selected-text: $kendo-component-text !default;
42239
- /// Border color of selected tabs
42418
+ /// The border color of the selected TabStrip items.
42240
42419
  /// @group tabstrip
42241
42420
  $kendo-tabstrip-item-selected-border: $kendo-component-border !default;
42242
- /// Background gradient of selected tabs
42421
+ /// The gradient of the selected TabStrip items.
42243
42422
  /// @group tabstrip
42244
42423
  $kendo-tabstrip-item-selected-gradient: false !default;
42245
42424
 
42425
+ /// The shadow of the focused TabStrip items.
42426
+ /// @group tabstrip
42246
42427
  $kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
42247
42428
 
42429
+ /// The shadow of the dragged TabStrip items.
42430
+ /// @group tabstrip
42248
42431
  $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
42249
42432
 
42433
+ /// The background color of the disabled TabStrip items.
42434
+ /// @group tabstrip
42250
42435
  $kendo-tabstrip-item-disabled-bg: null !default;
42436
+ /// The text color of the disabled TabStrip items.
42437
+ /// @group tabstrip
42251
42438
  $kendo-tabstrip-item-disabled-text: null !default;
42439
+ /// The border color of the disabled TabStrip items.
42440
+ /// @group tabstrip
42252
42441
  $kendo-tabstrip-item-disabled-border: null !default;
42442
+ /// The gradient of the disabled TabStrip items.
42443
+ /// @group tabstrip
42253
42444
  $kendo-tabstrip-item-disabled-gradient: null !default;
42445
+ /// The opacity of the disabled TabStrip items.
42446
+ /// @group tabstrip
42254
42447
  $kendo-tabstrip-item-disabled-opacity: null !default;
42448
+ /// The filter of the disabled TabStrip items.
42449
+ /// @group tabstrip
42255
42450
  $kendo-tabstrip-item-disabled-filter: null !default;
42256
42451
 
42452
+ /// The border width of the TabStrip indicator.
42453
+ /// @group tabstrip
42257
42454
  $kendo-tabstrip-indicator-size: null !default;
42455
+ /// The border color of the TabStrip ripple.
42456
+ /// @group tabstrip
42258
42457
  $kendo-tabstrip-indicator-color: null !default;
42259
42458
 
42260
- /// Horizontal padding of tabstrip content
42459
+ /// The horizontal padding of the TabStrip content.
42261
42460
  /// @group tabstrip
42262
42461
  $kendo-tabstrip-content-padding-x: k-spacing(4) !default;
42263
- /// Vertical padding of tabstrip content
42462
+ /// The vertical padding of the TabStrip content.
42264
42463
  /// @group tabstrip
42265
42464
  $kendo-tabstrip-content-padding-y: k-spacing(4) !default;
42266
- /// Width of border around tabstrip content
42465
+ /// The border width around the TabStrip content.
42267
42466
  /// @group tabstrip
42268
42467
  $kendo-tabstrip-content-border-width: 1px !default;
42269
42468
 
42270
- /// Background color of tabstrip content
42469
+ /// The background color of the TabStrip content.
42271
42470
  /// @group tabstrip
42272
42471
  $kendo-tabstrip-content-bg: $kendo-component-bg !default;
42273
- /// Text color of tabstrip content
42472
+ /// The text color of the TabStrip content.
42274
42473
  /// @group tabstrip
42275
42474
  $kendo-tabstrip-content-text: $kendo-component-text !default;
42276
- /// Border color of tabstrip content
42475
+ /// The border color of the TabStrip content.
42277
42476
  /// @group tabstrip
42278
42477
  $kendo-tabstrip-content-border: $kendo-component-border !default;
42279
- /// Border color of tabstrip focused content
42478
+ /// The border color of the focused TabStrip content.
42280
42479
  /// @group tabstrip
42281
42480
  $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
42282
42481
 
@@ -48317,6 +48516,7 @@ $kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
48317
48516
  font-family: $kendo-listview-font-family;
48318
48517
  font-size: $kendo-listview-font-size;
48319
48518
  line-height: $kendo-listview-line-height;
48519
+ display: flex;
48320
48520
  flex-flow: column nowrap;
48321
48521
  position: relative;
48322
48522
  -webkit-touch-callout: none;
@@ -48897,7 +49097,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-spacing(4) !default;
48897
49097
 
48898
49098
  // Spreadsheet
48899
49099
  .k-spreadsheet {
48900
- width: 800px;
49100
+ width: 100%;
48901
49101
  height: 600px;
48902
49102
  border-width: $kendo-spreadsheet-border-width;
48903
49103
  border-style: solid;
@@ -55812,98 +56012,241 @@ $_kendo-module-meta: (
55812
56012
  // Component
55813
56013
  // #region @import "./_variables.scss"; -> scss/scheduler/_variables.scss
55814
56014
  // Scheduler
56015
+
56016
+ /// The width of the border around the Scheduler.
56017
+ /// @group scheduler
55815
56018
  $kendo-scheduler-border-width: 1px !default;
56019
+ /// The font family of the Scheduler.
56020
+ /// @group scheduler
55816
56021
  $kendo-scheduler-font-family: var( --kendo-font-family, inherit ) !default;
56022
+ /// The font size of the Scheduler.
56023
+ /// @group scheduler
55817
56024
  $kendo-scheduler-font-size: var( --kendo-font-size, inherit ) !default;
56025
+ /// The line height of the Scheduler.
56026
+ /// @group scheduler
55818
56027
  $kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
55819
56028
 
56029
+ /// The background color of the Scheduler.
56030
+ /// @group scheduler
55820
56031
  $kendo-scheduler-bg: $kendo-component-bg !default;
56032
+ /// The text color of the Scheduler.
56033
+ /// @group scheduler
55821
56034
  $kendo-scheduler-text: $kendo-component-text !default;
56035
+ /// The border color of the Scheduler.
56036
+ /// @group scheduler
55822
56037
  $kendo-scheduler-border: $kendo-component-border !default;
55823
56038
 
56039
+ /// The background color of the Scheduler ToolBar.
56040
+ /// @group scheduler
55824
56041
  $kendo-scheduler-toolbar-bg: $kendo-toolbar-bg !default;
56042
+ /// The text color of the Scheduler ToolBar.
56043
+ /// @group scheduler
55825
56044
  $kendo-scheduler-toolbar-text: $kendo-toolbar-text !default;
56045
+ /// The border color of the Scheduler ToolBar.
56046
+ /// @group scheduler
55826
56047
  $kendo-scheduler-toolbar-border: $kendo-toolbar-border !default;
56048
+ /// The gradient of the Scheduler ToolBar.
56049
+ /// @group scheduler
55827
56050
  $kendo-scheduler-toolbar-gradient: $kendo-toolbar-gradient !default;
55828
56051
 
56052
+ /// The background color of the Scheduler footer.
56053
+ /// @group scheduler
55829
56054
  $kendo-scheduler-footer-bg: $kendo-toolbar-bg !default;
56055
+ /// The text color of the Scheduler footer.
56056
+ /// @group scheduler
55830
56057
  $kendo-scheduler-footer-text: $kendo-toolbar-text !default;
56058
+ /// The border color of the Scheduler footer.
56059
+ /// @group scheduler
55831
56060
  $kendo-scheduler-footer-border: $kendo-toolbar-border !default;
56061
+ /// The gradient of the Scheduler footer.
56062
+ /// @group scheduler
55832
56063
  $kendo-scheduler-footer-gradient: $kendo-toolbar-gradient !default;
55833
56064
 
56065
+ /// The minimum height of the Scheduler event.
56066
+ /// @group scheduler
55834
56067
  $kendo-scheduler-event-min-height: 25px !default;
56068
+ /// The border radius of the Scheduler event.
56069
+ /// @group scheduler
55835
56070
  $kendo-scheduler-event-border-radius: k-border-radius(md) !default;
56071
+ /// The line height of the Scheduler event.
56072
+ /// @group scheduler
55836
56073
  $kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-md-y}) ) !default;
55837
56074
 
56075
+ /// The background color of the Scheduler event.
56076
+ /// @group scheduler
55838
56077
  $kendo-scheduler-event-bg: if($kendo-enable-color-system, k-color( primary ), k-color-tint( $kendo-selected-bg, 2 )) !default;
56078
+ /// The text color of the Scheduler event.
56079
+ /// @group scheduler
55839
56080
  $kendo-scheduler-event-text: $kendo-selected-text !default;
56081
+ /// The border color of the Scheduler event.
56082
+ /// @group scheduler
55840
56083
  $kendo-scheduler-event-border: null !default;
56084
+ /// The gradient of the Scheduler event.
56085
+ /// @group scheduler
55841
56086
  $kendo-scheduler-event-gradient: null !default;
56087
+ /// The shadow of the Scheduler event.
56088
+ /// @group scheduler
55842
56089
  $kendo-scheduler-event-shadow: null !default;
55843
56090
 
56091
+ /// The background color of the hovered Scheduler event.
56092
+ /// @group scheduler
55844
56093
  $kendo-scheduler-event-hover-bg: null !default;
56094
+ /// The text color of the hovered Scheduler event.
56095
+ /// @group scheduler
55845
56096
  $kendo-scheduler-event-hover-text: null !default;
56097
+ /// The border color of the hovered Scheduler event.
56098
+ /// @group scheduler
55846
56099
  $kendo-scheduler-event-hover-border: null !default;
56100
+ /// The gradient of the hovered Scheduler event.
56101
+ /// @group scheduler
55847
56102
  $kendo-scheduler-event-hover-gradient: null !default;
56103
+ /// The shadow of the hovered Scheduler event.
56104
+ /// @group scheduler
55848
56105
  $kendo-scheduler-event-hover-shadow: null !default;
55849
56106
 
56107
+ /// The background color of the selected Scheduler event.
56108
+ /// @group scheduler
55850
56109
  $kendo-scheduler-event-selected-bg: $kendo-selected-bg !default;
56110
+ /// The text color of the selected Scheduler event.
56111
+ /// @group scheduler
55851
56112
  $kendo-scheduler-event-selected-text: $kendo-selected-text !default;
56113
+ /// The border color of the selected Scheduler event.
56114
+ /// @group scheduler
55852
56115
  $kendo-scheduler-event-selected-border: null !default;
56116
+ /// The gradient of the selected Scheduler event.
56117
+ /// @group scheduler
55853
56118
  $kendo-scheduler-event-selected-gradient: null !default;
56119
+ /// The shadow of the selected Scheduler event.
56120
+ /// @group scheduler
55854
56121
  $kendo-scheduler-event-selected-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
55855
56122
 
56123
+ /// The shadow of the ongoing Scheduler event.
56124
+ /// @group scheduler
55856
56125
  $kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
55857
56126
 
56127
+ /// The horizontal padding of the Scheduler cell.
56128
+ /// @group scheduler
55858
56129
  $kendo-scheduler-cell-padding-x: k-spacing(2) !default;
56130
+ /// The vertical padding of the Scheduler cell.
56131
+ /// @group scheduler
55859
56132
  $kendo-scheduler-cell-padding-y: k-spacing(2) !default;
56133
+ /// The height of the Scheduler cell.
56134
+ /// @group scheduler
55860
56135
  $kendo-scheduler-cell-height: $kendo-line-height-em !default;
56136
+ /// The width of the Scheduler date column.
56137
+ /// @group scheduler
55861
56138
  $kendo-scheduler-datecolumn-width: 12em !default;
56139
+ /// The width of the Scheduler time column.
56140
+ /// @group scheduler
55862
56141
  $kendo-scheduler-timecolumn-width: 11em !default;
55863
56142
 
56143
+ /// The background color of the non-working hours in the Scheduler.
56144
+ /// @group scheduler
55864
56145
  $kendo-scheduler-nonwork-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
56146
+ /// The text color of the non-working hours in the Scheduler.
56147
+ /// @group scheduler
55865
56148
  $kendo-scheduler-nonwork-text: null !default;
55866
56149
 
56150
+ /// The background color of the weekends in the Scheduler.
56151
+ /// @group scheduler
55867
56152
  $kendo-scheduler-weekend-bg: null !default;
56153
+ /// The text color of the weekends in the Scheduler.
56154
+ /// @group scheduler
55868
56155
  $kendo-scheduler-weekend-text: null !default;
55869
56156
 
56157
+ /// The background color of the preceding/subsequent month cells in the Calendar.
56158
+ /// @group scheduler
55870
56159
  $kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
56160
+ /// The text color of the preceding/subsequent month cells in the Calendar.
56161
+ /// @group scheduler
55871
56162
  $kendo-scheduler-othermonth-text: null !default;
55872
56163
 
56164
+ /// The horizontal padding of the year view in the Scheduler.
56165
+ /// @group scheduler
55873
56166
  $kendo-scheduler-yearview-padding-x: k-spacing(3) !default;
56167
+ /// The vertical padding of the year view in the Scheduler.
56168
+ /// @group scheduler
55874
56169
  $kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
55875
56170
 
56171
+ /// The spacing between the calendars of the year view in the Scheduler.
56172
+ /// @group scheduler
55876
56173
  $kendo-scheduler-yearview-calendar-gap: k-spacing(3) !default;
55877
56174
 
56175
+ /// The days with events indicator size of the year view in the Scheduler.
56176
+ /// @group scheduler
55878
56177
  $kendo-scheduler-yearview-indicator-size: 3px !default;
56178
+ /// The top position of the days with events indicator of the year view in the Scheduler.
56179
+ /// @group scheduler
55879
56180
  $kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
56181
+ /// The left position of the days with events indicator of the year view in the Scheduler.
56182
+ /// @group scheduler
55880
56183
  $kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{k-math-div( $kendo-scheduler-yearview-indicator-size, 2 )} ) !default;
56184
+ /// The border radius of the days with events indicator of the year view in the Scheduler.
56185
+ /// @group scheduler
55881
56186
  $kendo-scheduler-yearview-indicator-border-radius: 50% !default;
56187
+ /// The background color of the days with events indicator of the year view in the Scheduler.
56188
+ /// @group scheduler
55882
56189
  $kendo-scheduler-yearview-indicator-bg: $kendo-color-primary !default;
56190
+ /// The background color of the selected days with events indicator of the year view in the Scheduler.
56191
+ /// @group scheduler
55883
56192
  $kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-primary-contrast !default;
55884
56193
 
56194
+ /// The horizontal padding of the Scheduler Tooltip.
56195
+ /// @group scheduler
55885
56196
  $kendo-scheduler-tooltip-padding-x: k-spacing(2) !default;
56197
+ /// The vertical padding of the Scheduler Tooltip.
56198
+ /// @group scheduler
55886
56199
  $kendo-scheduler-tooltip-padding-y: k-spacing(2) !default;
56200
+ /// The width of the border of the Scheduler Tooltip.
56201
+ /// @group scheduler
55887
56202
  $kendo-scheduler-tooltip-border-width: 0 !default;
56203
+ /// The background color of the Scheduler Tooltip.
56204
+ /// @group scheduler
55888
56205
  $kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
56206
+ /// The text color of the Scheduler Tooltip.
56207
+ /// @group scheduler
55889
56208
  $kendo-scheduler-tooltip-text: $kendo-base-text !default;
56209
+ /// The border color of the Scheduler Tooltip.
56210
+ /// @group scheduler
55890
56211
  $kendo-scheduler-tooltip-border: null !default;
56212
+ /// The shadow of the Scheduler Tooltip.
56213
+ /// @group scheduler
55891
56214
  $kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
55892
56215
 
55893
56216
 
55894
56217
  // TODO: use 3
56218
+ /// The vertical margin of the Scheduler Tooltip title.
56219
+ /// @group scheduler
55895
56220
  $kendo-scheduler-tooltip-title-margin-y: k-spacing(1) !default;
56221
+ /// The font size of the month inside the Scheduler Tooltip.
56222
+ /// @group scheduler
55896
56223
  $kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
55897
- $kendo-scheduler-tooltip-day-font-size: calc( #{$kendo-scheduler-tooltip-month-font-size} * 2 ) !default;
56224
+ /// The font size of the day inside the Scheduler Tooltip.
56225
+ /// @group scheduler
56226
+ $kendo-scheduler-tooltip-day-font-size: calc( var( --kendo-font-size-sm, .75rem ) * 2 ) !default;
55898
56227
 
56228
+ /// The max height of the events inside the Scheduler Tooltip.
56229
+ /// @group scheduler
55899
56230
  $kendo-scheduler-tooltip-events-max-height: 250px !default;
56231
+ /// The spacing between the events inside the Scheduler Tooltip.
56232
+ /// @group scheduler
55900
56233
  $kendo-scheduler-tooltip-events-gap: k-spacing(1) !default;
55901
56234
 
56235
+ /// The horizontal padding of the events inside the Scheduler Tooltip.
56236
+ /// @group scheduler
55902
56237
  $kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
56238
+ /// The vertical padding of the events inside the Scheduler Tooltip.
56239
+ /// @group scheduler
55903
56240
  $kendo-scheduler-tooltip-event-padding-y: k-spacing(1) !default;
56241
+ /// The border radius of the events inside the Scheduler Tooltip.
56242
+ /// @group scheduler
55904
56243
  $kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
56244
+ /// The spacing between the events items inside the Scheduler Tooltip.
56245
+ /// @group scheduler
55905
56246
  $kendo-scheduler-tooltip-event-gap: k-spacing(1) !default;
55906
56247
 
56248
+ /// The color of the Scheduler Tooltip callout.
56249
+ /// @group scheduler
55907
56250
  $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
55908
56251
 
55909
56252
  // #endregion
@@ -59929,8 +60272,8 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
59929
60272
 
59930
60273
  &::before {
59931
60274
  content: "";
59932
- width: ($kendo-scrollview-pagebutton-size + $kendo-scrollview-pager-item-spacing);
59933
- height: ($kendo-scrollview-pagebutton-size + $kendo-scrollview-pager-item-spacing);
60275
+ width: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-spacing} );
60276
+ height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-spacing} );
59934
60277
  display: block;
59935
60278
  position: absolute;
59936
60279
  top: 50%;
@@ -60496,7 +60839,7 @@ $kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
60496
60839
  $kendo-chart-sm-font-size: 11px !default;
60497
60840
  $kendo-chart-md-font-size: 12px !default;
60498
60841
  $kendo-chart-lg-font-size: 16px !default;
60499
- $kendo-chart-tooltip-font-size: calc( var( --kendo-font-size, inherit ) * .929) !default;
60842
+ $kendo-chart-tooltip-font-size: calc( #{$kendo-font-size} * .929) !default;
60500
60843
  $kendo-chart-label-font-size: .857em !default;
60501
60844
  $kendo-chart-title-font-size: 1.143em !default;
60502
60845
  $kendo-chart-pane-title-font-size: $kendo-chart-label-font-size !default;
@@ -60815,7 +61158,10 @@ $kendo-treemap-line-height: var( --kendo-line-height, normal ) !default;
60815
61158
  }
60816
61159
 
60817
61160
 
60818
-
61161
+ // Sankey labels
61162
+ .k-sankey text {
61163
+ pointer-events: none;
61164
+ }
60819
61165
 
60820
61166
  // Treemap
60821
61167
  .k-treemap {