@progress/kendo-theme-classic 8.0.0-dev.8 → 8.0.0-dev.9

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
@@ -34500,7 +34500,7 @@ kendo-badge-container {
34500
34500
  .k-toolbar {
34501
34501
  border-color: var(--kendo-color-border, #cacaca);
34502
34502
  color: var(--kendo-color-on-base, #272727);
34503
- background-color: var(--kendo-color-base, #ebebeb);
34503
+ background-color: var(--kendo-color-surface, #f0f0f0);
34504
34504
  }
34505
34505
 
34506
34506
  .k-toolbar .k-separator,
@@ -34517,7 +34517,7 @@ kendo-badge-container {
34517
34517
  .editorToolbarWindow.k-window-content {
34518
34518
  border-color: var(--kendo-color-border, #cacaca);
34519
34519
  color: var(--kendo-color-on-base, #272727);
34520
- background-color: var(--kendo-color-base, #ebebeb);
34520
+ background-color: var(--kendo-color-surface, #f0f0f0);
34521
34521
  }
34522
34522
 
34523
34523
  .k-overflow-container .k-button:hover, .k-overflow-container .k-button.k-hover {
@@ -35020,7 +35020,7 @@ kendo-label > .k-label {
35020
35020
 
35021
35021
  .k-tooltip-title {
35022
35022
  margin-bottom: .25em;
35023
- font-size: calc(var(--kendo-font-size, inherit)*1.25);
35023
+ font-size: calc(var( --kendo-font-size, .875rem )*1.25);
35024
35024
  line-height: 1;
35025
35025
  }
35026
35026
 
@@ -37344,7 +37344,7 @@ select.k-picker-lg {
37344
37344
  }
37345
37345
 
37346
37346
  .k-slider .k-slider-track {
37347
- background-color: var(--kendo-color-base, #ebebeb);
37347
+ background-color: var(--kendo-color-base-emphasis, #cacaca);
37348
37348
  }
37349
37349
 
37350
37350
  .k-slider .k-slider-selection {
@@ -49527,7 +49527,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected::before
49527
49527
  }
49528
49528
 
49529
49529
  .k-filemanager-breadcrumb {
49530
- background-color: var(--kendo-color-base, #ebebeb);
49530
+ background-color: var(--kendo-color-surface, #f0f0f0);
49531
49531
  }
49532
49532
 
49533
49533
  .k-filemanager-listview .k-listview-item .k-file-icon {
@@ -52513,7 +52513,7 @@ kendo-scheduler .k-recurrence-editor {
52513
52513
  }
52514
52514
 
52515
52515
  .k-scheduler-tooltip .k-tooltip-title .k-day {
52516
- font-size: calc(var(--kendo-font-size-sm, inherit)*2);
52516
+ font-size: calc(var( --kendo-font-size-sm, .75rem )*2);
52517
52517
  }
52518
52518
 
52519
52519
  .k-scheduler-tooltip .k-tooltip-events-container {
@@ -52705,13 +52705,13 @@ kendo-scheduler .k-recurrence-editor {
52705
52705
  .k-scheduler-toolbar {
52706
52706
  border-color: var(--kendo-color-border, #cacaca);
52707
52707
  color: var(--kendo-color-on-base, #272727);
52708
- background-color: var(--kendo-color-base, #ebebeb);
52708
+ background-color: var(--kendo-color-surface, #f0f0f0);
52709
52709
  }
52710
52710
 
52711
52711
  .k-scheduler-footer {
52712
52712
  border-color: var(--kendo-color-border, #cacaca);
52713
52713
  color: var(--kendo-color-on-base, #272727);
52714
- background-color: var(--kendo-color-base, #ebebeb);
52714
+ background-color: var(--kendo-color-surface, #f0f0f0);
52715
52715
  }
52716
52716
 
52717
52717
  .k-scheduler-header {
@@ -53338,7 +53338,7 @@ kendo-scheduler .k-recurrence-editor {
53338
53338
  .k-chat .k-toolbar-box {
53339
53339
  border-color: inherit;
53340
53340
  color: var(--kendo-color-on-base, #272727);
53341
- background-color: var(--kendo-color-base, #ebebeb);
53341
+ background-color: var(--kendo-color-surface, #f0f0f0);
53342
53342
  }
53343
53343
 
53344
53344
  .k-mediaplayer {
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
 
@@ -15120,48 +15141,123 @@ $_kendo-module-meta: (
15120
15141
 
15121
15142
 
15122
15143
  // Headings
15144
+
15145
+ /// The font size of the highest level heading.
15146
+ /// @group typography
15123
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
15124
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
15125
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
15126
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
15127
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
15128
15162
  $kendo-h6-font-size: var( --kendo-font-size, inherit ) !default;
15129
15163
 
15164
+ /// The font family of the highest level heading.
15165
+ /// @group typography
15130
15166
  $kendo-h1-font-family: var( --kendo-font-family, inherit ) !default;
15167
+ /// The font family of the second highest level heading.
15168
+ /// @group typography
15131
15169
  $kendo-h2-font-family: var( --kendo-font-family, inherit ) !default;
15170
+ /// The font family of the third highest level heading.
15171
+ /// @group typography
15132
15172
  $kendo-h3-font-family: var( --kendo-font-family, inherit ) !default;
15173
+ /// The font family of the fourth highest level heading.
15174
+ /// @group typography
15133
15175
  $kendo-h4-font-family: var( --kendo-font-family, inherit ) !default;
15176
+ /// The font family of the fifth highest level heading.
15177
+ /// @group typography
15134
15178
  $kendo-h5-font-family: var( --kendo-font-family, inherit ) !default;
15179
+ /// The font family of the sixth highest level heading.
15180
+ /// @group typography
15135
15181
  $kendo-h6-font-family: var( --kendo-font-family, inherit ) !default;
15136
15182
 
15183
+ /// The line height of the highest level heading.
15184
+ /// @group typography
15137
15185
  $kendo-h1-line-height: 74px !default;
15186
+ /// The line height of the second highest level heading.
15187
+ /// @group typography
15138
15188
  $kendo-h2-line-height: 56px !default;
15189
+ /// The line height of the third highest level heading.
15190
+ /// @group typography
15139
15191
  $kendo-h3-line-height: 42px !default;
15192
+ /// The line height of the fourth highest level heading.
15193
+ /// @group typography
15140
15194
  $kendo-h4-line-height: 40px !default;
15195
+ /// The line height of the fifth highest level heading.
15196
+ /// @group typography
15141
15197
  $kendo-h5-line-height: 28px !default;
15198
+ /// The line height of the sixth highest level heading.
15199
+ /// @group typography
15142
15200
  $kendo-h6-line-height: 20px !default;
15143
15201
 
15202
+ /// The font weight of the highest level heading.
15203
+ /// @group typography
15144
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
15145
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
15146
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
15147
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
15148
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
15149
15219
  $kendo-h6-font-weight: var( --kendo-font-weight-bold, normal ) !default;
15150
15220
 
15221
+ /// The letter spacing of the highest level heading.
15222
+ /// @group typography
15151
15223
  $kendo-h1-letter-spacing: null !default;
15224
+ /// The letter spacing of the second highest level heading.
15225
+ /// @group typography
15152
15226
  $kendo-h2-letter-spacing: null !default;
15227
+ /// The letter spacing of the third highest level heading.
15228
+ /// @group typography
15153
15229
  $kendo-h3-letter-spacing: null !default;
15230
+ /// The letter spacing of the fourth highest level heading.
15231
+ /// @group typography
15154
15232
  $kendo-h4-letter-spacing: null !default;
15233
+ /// The letter spacing of the fifth highest level heading.
15234
+ /// @group typography
15155
15235
  $kendo-h5-letter-spacing: null !default;
15236
+ /// The letter spacing of the sixth highest level heading.
15237
+ /// @group typography
15156
15238
  $kendo-h6-letter-spacing: null !default;
15157
15239
 
15240
+ /// The margin of the highest level heading.
15241
+ /// @group typography
15158
15242
  $kendo-h1-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15243
+ /// The margin of the second highest level heading.
15244
+ /// @group typography
15159
15245
  $kendo-h2-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15246
+ /// The margin of the third highest level heading.
15247
+ /// @group typography
15160
15248
  $kendo-h3-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15249
+ /// The margin of the fourth highest level heading.
15250
+ /// @group typography
15161
15251
  $kendo-h4-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15252
+ /// The margin of the fifth highest level heading.
15253
+ /// @group typography
15162
15254
  $kendo-h5-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15255
+ /// The margin of the sixth highest level heading.
15256
+ /// @group typography
15163
15257
  $kendo-h6-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15164
15258
 
15259
+ /// The headings Map
15260
+ /// @group typography
15165
15261
  $kendo-headings: (
15166
15262
  h1: (
15167
15263
  font-size: $kendo-h1-font-size,
@@ -15214,60 +15310,139 @@ $kendo-headings: (
15214
15310
  ),
15215
15311
  ) !default;
15216
15312
 
15217
-
15218
15313
  // Paragraph
15314
+
15315
+ /// The margin of the paragraph.
15316
+ /// @group typography
15219
15317
  $kendo-paragraph-margin: 0 0 var( --kendo-font-size, inherit ) !default;
15318
+ /// The font size of the paragraph.
15319
+ /// @group typography
15220
15320
  $kendo-paragraph-font-size: var( --kendo-font-size, inherit ) !default;
15321
+ /// The font family of the paragraph.
15322
+ /// @group typography
15221
15323
  $kendo-paragraph-font-family: var( --kendo-font-family, inherit ) !default;
15324
+ /// The line height of the paragraph.
15325
+ /// @group typography
15222
15326
  $kendo-paragraph-line-height: 20px !default;
15327
+ /// The font weight of the paragraph.
15328
+ /// @group typography
15223
15329
  $kendo-paragraph-font-weight: var( --kendo-font-weight-normal, normal ) !default;
15330
+ /// The letter spacing of the paragraph.
15331
+ /// @group typography
15224
15332
  $kendo-paragraph-letter-spacing: null !default;
15225
15333
 
15226
-
15227
15334
  // Code
15335
+
15336
+ /// The font size of the code tag.
15337
+ /// @group typography
15228
15338
  $kendo-code-font-size: var( --kendo-font-size, inherit ) !default;
15339
+ /// The font family of the code tag.
15340
+ /// @group typography
15229
15341
  $kendo-code-font-family: var( --kendo-font-family-monospace, normal ) !default;
15342
+ /// The line height of the code tag.
15343
+ /// @group typography
15230
15344
  $kendo-code-line-height: 20px !default;
15345
+ /// The font weight of the code tag.
15346
+ /// @group typography
15231
15347
  $kendo-code-font-weight: var( --kendo-font-weight-normal, normal ) !default;
15348
+ /// The letter spacing of the code tag.
15349
+ /// @group typography
15232
15350
  $kendo-code-letter-spacing: null !default;
15233
15351
 
15352
+ /// The horizontal padding of the code tag.
15353
+ /// @group typography
15234
15354
  $kendo-code-padding-x: k-spacing(1) !default;
15355
+ /// The vertical padding of the code tag.
15356
+ /// @group typography
15235
15357
  $kendo-code-padding-y: k-spacing(0) !default;
15358
+ /// The horizontal padding of the preformatted text.
15359
+ /// @group typography
15236
15360
  $kendo-pre-padding-x: k-spacing(6) !default;
15361
+ /// The vertical padding of the preformatted text.
15362
+ /// @group typography
15237
15363
  $kendo-pre-padding-y: k-spacing(4) !default;
15364
+ /// The width of the border of the code tag.
15365
+ /// @group typography
15238
15366
  $kendo-code-border-width: 1px !default;
15239
15367
 
15368
+ /// The background color of the code tag.
15369
+ /// @group typography
15240
15370
  $kendo-code-bg: $kendo-base-bg !default;
15371
+ /// The text color of the code tag.
15372
+ /// @group typography
15241
15373
  $kendo-code-text: $kendo-component-text !default;
15374
+ /// The border color of the code tag.
15375
+ /// @group typography
15242
15376
  $kendo-code-border: $kendo-component-border !default;
15243
15377
 
15244
-
15245
15378
  // Display
15379
+ /// The font size of the largest display text.
15380
+ /// @group typography
15246
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
15247
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
15248
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
15249
15390
  $kendo-display4-font-size: calc( var( --kendo-font-size, .875rem ) * 5 ) !default;
15250
15391
 
15392
+ /// The font family of the largest display text.
15393
+ /// @group typography
15251
15394
  $kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
15395
+ /// The font family of the second largest display text.
15396
+ /// @group typography
15252
15397
  $kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;
15398
+ /// The font family of the third largest display text.
15399
+ /// @group typography
15253
15400
  $kendo-display3-font-family: var( --kendo-font-family, inherit ) !default;
15401
+ /// The font family of the fourth largest display text.
15402
+ /// @group typography
15254
15403
  $kendo-display4-font-family: var( --kendo-font-family, inherit ) !default;
15255
15404
 
15405
+ /// The line height of the largest display text.
15406
+ /// @group typography
15256
15407
  $kendo-display1-line-height: 1.2 !default;
15408
+ /// The line height of the second largest display text.
15409
+ /// @group typography
15257
15410
  $kendo-display2-line-height: 1.2 !default;
15411
+ /// The line height of the third largest display text.
15412
+ /// @group typography
15258
15413
  $kendo-display3-line-height: 1.2 !default;
15414
+ /// The line height of the fourth largest display text.
15415
+ /// @group typography
15259
15416
  $kendo-display4-line-height: 1.2 !default;
15260
15417
 
15418
+ /// The font weight of the largest display text.
15419
+ /// @group typography
15261
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
15262
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
15263
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
15264
15429
  $kendo-display4-font-weight: var( --kendo-font-weight-light, normal ) !default;
15265
15430
 
15431
+ /// The letter spacing of the largest display text.
15432
+ /// @group typography
15266
15433
  $kendo-display1-letter-spacing: null !default;
15434
+ /// The letter spacing of the second largest display text.
15435
+ /// @group typography
15267
15436
  $kendo-display2-letter-spacing: null !default;
15437
+ /// The letter spacing of the third largest display text.
15438
+ /// @group typography
15268
15439
  $kendo-display3-letter-spacing: null !default;
15440
+ /// The letter spacing of the fourth largest display text.
15441
+ /// @group typography
15269
15442
  $kendo-display4-letter-spacing: null !default;
15270
15443
 
15444
+ /// The displays Map
15445
+ /// @group typography
15271
15446
  $kendo-display: (
15272
15447
  1: (
15273
15448
  font-size: $kendo-display1-font-size,
@@ -23025,7 +23200,7 @@ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
23025
23200
 
23026
23201
  /// The background color of the Toolbar.
23027
23202
  /// @group toolbar
23028
- $kendo-toolbar-bg: $kendo-button-bg !default;
23203
+ $kendo-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), $kendo-button-bg) !default;
23029
23204
  /// The text color of the Toolbar.
23030
23205
  /// @group toolbar
23031
23206
  $kendo-toolbar-text: $kendo-button-text !default;
@@ -24124,7 +24299,7 @@ $kendo-tooltip-line-height: 1.25 !default;
24124
24299
 
24125
24300
  /// The font size of the Tooltip title.
24126
24301
  /// @group tooltip
24127
- $kendo-tooltip-title-font-size: calc( #{$kendo-tooltip-font-size} * 1.25 ) !default;
24302
+ $kendo-tooltip-title-font-size: calc( var( --kendo-font-size, .875rem ) * 1.25 ) !default;
24128
24303
  /// The line height of the Tooltip title.
24129
24304
  /// @group tooltip
24130
24305
  $kendo-tooltip-title-line-height: 1 !default;
@@ -28568,7 +28743,7 @@ $kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !def
28568
28743
 
28569
28744
  /// The background color of the Slider track.
28570
28745
  /// @group slider
28571
- $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 )) !default;
28746
+ $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 1 )) !default;
28572
28747
  /// The background color of the Slider's track selection.
28573
28748
  /// @group slider
28574
28749
  $kendo-slider-selection-bg: $kendo-color-primary !default;
@@ -56026,7 +56201,7 @@ $kendo-scheduler-tooltip-title-margin-y: k-spacing(1) !default;
56026
56201
  $kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
56027
56202
  /// The font size of the day inside the Scheduler Tooltip.
56028
56203
  /// @group scheduler
56029
- $kendo-scheduler-tooltip-day-font-size: calc( #{$kendo-scheduler-tooltip-month-font-size} * 2 ) !default;
56204
+ $kendo-scheduler-tooltip-day-font-size: calc( var( --kendo-font-size-sm, .75rem ) * 2 ) !default;
56030
56205
 
56031
56206
  /// The max height of the events inside the Scheduler Tooltip.
56032
56207
  /// @group scheduler
@@ -3329,7 +3329,7 @@
3329
3329
  },
3330
3330
  "kendo-toolbar-bg": {
3331
3331
  "type": "String",
3332
- "value": "var(--kendo-color-base, #ebebeb)"
3332
+ "value": "var(--kendo-color-surface, #f0f0f0)"
3333
3333
  },
3334
3334
  "kendo-toolbar-text": {
3335
3335
  "type": "String",
@@ -3933,7 +3933,7 @@
3933
3933
  },
3934
3934
  "kendo-tooltip-title-font-size": {
3935
3935
  "type": "Calculation",
3936
- "value": "calc(var(--kendo-font-size, inherit) * 1.25)"
3936
+ "value": "calc(var(--kendo-font-size, 0.875rem) * 1.25)"
3937
3937
  },
3938
3938
  "kendo-tooltip-title-line-height": {
3939
3939
  "type": "Number",
@@ -4825,7 +4825,7 @@
4825
4825
  },
4826
4826
  "kendo-slider-track-bg": {
4827
4827
  "type": "String",
4828
- "value": "var(--kendo-color-base, #ebebeb)"
4828
+ "value": "var(--kendo-color-base-emphasis, #cacaca)"
4829
4829
  },
4830
4830
  "kendo-slider-selection-bg": {
4831
4831
  "type": "String",
@@ -10637,7 +10637,7 @@
10637
10637
  },
10638
10638
  "kendo-file-manager-breadcrumb-bg": {
10639
10639
  "type": "String",
10640
- "value": "var(--kendo-color-base, #ebebeb)"
10640
+ "value": "var(--kendo-color-surface, #f0f0f0)"
10641
10641
  },
10642
10642
  "kendo-file-manager-breadcrumb-text": {
10643
10643
  "type": "Null",
@@ -11577,7 +11577,7 @@
11577
11577
  },
11578
11578
  "kendo-scheduler-toolbar-bg": {
11579
11579
  "type": "String",
11580
- "value": "var(--kendo-color-base, #ebebeb)"
11580
+ "value": "var(--kendo-color-surface, #f0f0f0)"
11581
11581
  },
11582
11582
  "kendo-scheduler-toolbar-text": {
11583
11583
  "type": "String",
@@ -11593,7 +11593,7 @@
11593
11593
  },
11594
11594
  "kendo-scheduler-footer-bg": {
11595
11595
  "type": "String",
11596
- "value": "var(--kendo-color-base, #ebebeb)"
11596
+ "value": "var(--kendo-color-surface, #f0f0f0)"
11597
11597
  },
11598
11598
  "kendo-scheduler-footer-text": {
11599
11599
  "type": "String",
@@ -11801,7 +11801,7 @@
11801
11801
  },
11802
11802
  "kendo-scheduler-tooltip-day-font-size": {
11803
11803
  "type": "Calculation",
11804
- "value": "calc(var(--kendo-font-size-sm, inherit) * 2)"
11804
+ "value": "calc(var(--kendo-font-size-sm, 0.75rem) * 2)"
11805
11805
  },
11806
11806
  "kendo-scheduler-tooltip-events-max-height": {
11807
11807
  "type": "Number",
@@ -11949,7 +11949,7 @@
11949
11949
  },
11950
11950
  "kendo-chat-toolbar-bg": {
11951
11951
  "type": "String",
11952
- "value": "var(--kendo-color-base, #ebebeb)"
11952
+ "value": "var(--kendo-color-surface, #f0f0f0)"
11953
11953
  },
11954
11954
  "kendo-chat-toolbar-text": {
11955
11955
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Lavender",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Metro",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Moonlight",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#1f2a35",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Uniform",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "8.0.0-dev.8",
6
+ "version": "8.0.0-dev.9",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",