@progress/kendo-theme-classic 7.0.1-dev.1 → 7.0.2-dev.0

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
@@ -35491,7 +35491,6 @@ select.k-picker-lg {
35491
35491
  .k-dropdown-operator {
35492
35492
  width: min-content;
35493
35493
  flex: none;
35494
- aspect-ratio: 1;
35495
35494
  }
35496
35495
 
35497
35496
  .k-dropdown-operator .k-input-button {
@@ -42442,18 +42441,6 @@ div.k-grid-footer {
42442
42441
  flex: none;
42443
42442
  }
42444
42443
 
42445
- .k-filtercell .k-input,
42446
- .k-filtercell .k-picker {
42447
- width: auto;
42448
- flex: 1 1 auto;
42449
- }
42450
-
42451
- .k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
42452
- .k-filtercell .k-dropdown-operator {
42453
- width: min-content;
42454
- flex: none;
42455
- }
42456
-
42457
42444
  .k-grid-content,
42458
42445
  .k-grid-content-locked {
42459
42446
  border-color: inherit;
@@ -44026,6 +44013,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
44026
44013
 
44027
44014
  .k-spreadsheet-sheets {
44028
44015
  flex: 1 1 auto;
44016
+ overflow: hidden;
44029
44017
  }
44030
44018
 
44031
44019
  .k-spreadsheet-sheets .k-tabstrip-items-wrapper {
package/dist/all.scss CHANGED
@@ -31926,7 +31926,6 @@ $_kendo-module-meta: (
31926
31926
  .k-dropdown-operator {
31927
31927
  width: min-content;
31928
31928
  flex: none;
31929
- aspect-ratio: 1;
31930
31929
 
31931
31930
  .k-input-button {
31932
31931
  border-width: 0;
@@ -37294,74 +37293,187 @@ $_kendo-module-meta: (
37294
37293
  // File already imported_once. Skipping output.
37295
37294
  // #endregion
37296
37295
 
37297
-
37298
37296
  // Card
37297
+
37298
+ /// The horizontal padding of the Card.
37299
+ /// @group card
37299
37300
  $kendo-card-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
37301
+ /// The vertical padding of the Card.
37302
+ /// @group card
37300
37303
  $kendo-card-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
37304
+ /// The width of the border around the Card.
37305
+ /// @group card
37301
37306
  $kendo-card-border-width: 1px !default;
37307
+ /// The border radius of the Card.
37308
+ /// @group card
37302
37309
  $kendo-card-border-radius: $kendo-border-radius-lg !default;
37310
+ /// The inner border radius of the Card.
37311
+ /// @group card
37303
37312
  $kendo-card-inner-border-radius: calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} ) !default;
37313
+ /// The font family of the Card.
37314
+ /// @group card
37304
37315
  $kendo-card-font-family: $kendo-font-family !default;
37316
+ /// The font size of the Card.
37317
+ /// @group card
37305
37318
  $kendo-card-font-size: $kendo-font-size-md !default;
37319
+ /// The line height of the Card.
37320
+ /// @group card
37306
37321
  $kendo-card-line-height: $kendo-line-height-md !default;
37307
37322
 
37323
+ /// The spacing between the Cards in the Card deck.
37324
+ /// @group card
37308
37325
  $kendo-card-deck-gap: k-map-get( $kendo-spacing, 4 ) !default;
37309
37326
 
37327
+ /// The background color of the Card.
37328
+ /// @group card
37310
37329
  $kendo-card-bg: $kendo-component-bg !default;
37330
+ /// The text color of the Card.
37331
+ /// @group card
37311
37332
  $kendo-card-text: $kendo-component-text !default;
37333
+ /// The border color of the Card.
37334
+ /// @group card
37312
37335
  $kendo-card-border: $kendo-component-border !default;
37336
+ /// The shadow of the Card.
37337
+ /// @group card
37313
37338
  $kendo-card-shadow: k-elevation(1) !default;
37314
37339
 
37340
+ /// The background color of the focused Card.
37341
+ /// @group card
37315
37342
  $kendo-card-focus-bg: null !default;
37343
+ /// The text color of the focused Card.
37344
+ /// @group card
37316
37345
  $kendo-card-focus-text: null !default;
37346
+ /// The border color of the focused Card.
37347
+ /// @group card
37317
37348
  $kendo-card-focus-border: rgba( black, .15 ) !default;
37349
+
37350
+ // TODO: double-check: the default theme is not supposed to elevate the Card on focus
37351
+
37352
+ /// The shadow of the focused Card.
37353
+ /// @group card
37318
37354
  $kendo-card-focus-shadow: k-elevation(3) !default;
37319
37355
 
37356
+ /// The horizontal padding of the Card header.
37357
+ /// @group card
37320
37358
  $kendo-card-header-padding-x: $kendo-card-padding-x !default;
37359
+ /// The vertical padding of the Card header.
37360
+ /// @group card
37321
37361
  $kendo-card-header-padding-y: $kendo-card-padding-y !default;
37362
+ /// The bottom border width of the Card header.
37363
+ /// @group card
37322
37364
  $kendo-card-header-border-width: 1px !default;
37365
+ /// The background color of the Card header.
37366
+ /// @group card
37323
37367
  $kendo-card-header-bg: null !default;
37368
+ /// The text color of the Card header.
37369
+ /// @group card
37324
37370
  $kendo-card-header-text: $kendo-component-header-text !default;
37371
+ /// The border color of the Card header.
37372
+ /// @group card
37325
37373
  $kendo-card-header-border: $kendo-component-header-border !default;
37326
37374
 
37375
+ /// The horizontal padding of the Card body.
37376
+ /// @group card
37327
37377
  $kendo-card-body-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
37378
+ /// The vertical padding of the Card body.
37379
+ /// @group card
37328
37380
  $kendo-card-body-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
37329
37381
 
37382
+ /// The horizontal padding of the Card footer.
37383
+ /// @group card
37330
37384
  $kendo-card-footer-padding-x: $kendo-card-padding-x !default;
37385
+ /// The vertical padding of the Card footer.
37386
+ /// @group card
37331
37387
  $kendo-card-footer-padding-y: $kendo-card-padding-y !default;
37388
+ /// The top border width of the Card footer.
37389
+ /// @group card
37332
37390
  $kendo-card-footer-border-width: 1px !default;
37391
+ /// The background color of the Card footer.
37392
+ /// @group card
37333
37393
  $kendo-card-footer-bg: null !default;
37394
+ /// The text color of the Card footer.
37395
+ /// @group card
37334
37396
  $kendo-card-footer-text: $kendo-component-header-text !default;
37397
+ /// The border color of the Card footer.
37398
+ /// @group card
37335
37399
  $kendo-card-footer-border: $kendo-component-header-border !default;
37336
37400
 
37401
+ /// The bottom margin of the Card title.
37402
+ /// @group card
37337
37403
  $kendo-card-title-margin-bottom: k-map-get( $kendo-spacing, 2 ) !default;
37404
+ /// The font size of the Card title.
37405
+ /// @group card
37338
37406
  $kendo-card-title-font-size: $kendo-h5-font-size !default;
37407
+ /// The font family of the Card title.
37408
+ /// @group card
37339
37409
  $kendo-card-title-font-family: null !default;
37410
+ /// The line height of the Card title.
37411
+ /// @group card
37340
37412
  $kendo-card-title-line-height: 1.25 !default;
37413
+ /// The font weight of the Card title.
37414
+ /// @group card
37341
37415
  $kendo-card-title-font-weight: $kendo-font-weight-normal !default;
37416
+ /// The letter spacing of the Card title.
37417
+ /// @group card
37342
37418
  $kendo-card-title-letter-spacing: null !default;
37343
37419
 
37420
+ /// The bottom margin of the Card subtitle.
37421
+ /// @group card
37344
37422
  $kendo-card-subtitle-margin-bottom: k-map-get( $kendo-spacing, 2 ) !default;
37423
+ /// The font size of the Card subtitle.
37424
+ /// @group card
37345
37425
  $kendo-card-subtitle-font-size: $kendo-font-size-sm !default;
37426
+ /// The font family of the Card subtitle.
37427
+ /// @group card
37346
37428
  $kendo-card-subtitle-font-family: null !default;
37429
+ /// The line height of the Card subtitle.
37430
+ /// @group card
37347
37431
  $kendo-card-subtitle-line-height: normal !default;
37432
+ /// The font weight of the Card subtitle.
37433
+ /// @group card
37348
37434
  $kendo-card-subtitle-font-weight: $kendo-font-weight-normal !default;
37435
+ /// The letter spacing of the Card subtitle.
37436
+ /// @group card
37349
37437
  $kendo-card-subtitle-letter-spacing: null !default;
37438
+ /// The text color of the Card subtitle.
37439
+ /// @group card
37350
37440
  $kendo-card-subtitle-text: $kendo-subtle-text !default;
37351
37441
 
37442
+ /// The maximum width of the Card image.
37443
+ /// @group card
37352
37444
  $kendo-card-img-max-width: 100px !default;
37445
+ /// The size of the Avatar in the Card.
37446
+ /// @group card
37353
37447
  $kendo-card-avatar-size: 45px !default;
37448
+ /// The spacing between the Avatar and the text in the Card.
37449
+ /// @group card
37354
37450
  $kendo-card-avatar-spacing: $kendo-card-header-padding-x !default;
37355
37451
 
37452
+ /// The horizontal padding of the Card actions.
37453
+ /// @group card
37356
37454
  $kendo-card-actions-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
37455
+ /// The vertical padding of the Card actions.
37456
+ /// @group card
37357
37457
  $kendo-card-actions-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
37458
+ /// The top border width of the Card actions.
37459
+ /// @group card
37358
37460
  $kendo-card-actions-border-width: 1px !default;
37461
+ /// The spacing between the Card actions.
37462
+ /// @group card
37359
37463
  $kendo-card-actions-gap: k-map-get( $kendo-spacing, 2 ) !default;
37360
37464
 
37465
+ /// The border radius of the scroll button in the Card deck.
37466
+ /// @group card
37361
37467
  $kendo-card-deck-scroll-button-radius: 0px !default;
37468
+ /// The border radius of the scroll button in the Card deck.
37469
+ /// @group card
37362
37470
  $kendo-card-deck-scroll-button-offset: -$kendo-button-border-width !default;
37363
37471
 
37472
+ /// The width of the Card callout.
37473
+ /// @group card
37364
37474
  $kendo-card-callout-width: 20px !default;
37475
+ /// The height of the Card callout.
37476
+ /// @group card
37365
37477
  $kendo-card-callout-height: 20px !default;
37366
37478
 
37367
37479
  // #endregion
@@ -44784,16 +44896,6 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
44784
44896
  }
44785
44897
  }
44786
44898
 
44787
- .k-input,
44788
- .k-picker {
44789
- width: auto;
44790
- flex: 1 1 auto;
44791
- }
44792
- .k-color-picker,
44793
- .k-dropdown-operator {
44794
- width: min-content;
44795
- flex: none;
44796
- }
44797
44899
  }
44798
44900
 
44799
44901
  // Grid content
@@ -46814,6 +46916,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
46814
46916
 
46815
46917
  .k-spreadsheet-sheets {
46816
46918
  flex: 1 1 auto;
46919
+ overflow: hidden;
46817
46920
  }
46818
46921
  .k-spreadsheet-sheets .k-tabstrip-items-wrapper {
46819
46922
  border-width: 0;