@progress/kendo-theme-default 9.1.0-dev.0 → 9.1.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.scss CHANGED
@@ -21656,10 +21656,6 @@ $kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
21656
21656
  /// @group loader
21657
21657
  $kendo-loader-lg-spinner-4-height: $kendo-loader-lg-spinner-4-width !default;
21658
21658
 
21659
- /// The color of the Loader based on the secondary theme color.
21660
- /// @group loader
21661
- $kendo-loader-secondary-bg: #656565 !default;
21662
-
21663
21659
  /// The border width of the container panel.
21664
21660
  /// @group loader
21665
21661
  $kendo-loader-container-panel-border-width: 1px !default;
@@ -22313,11 +22309,7 @@ $kendo-zindex-loading: 100 !default;
22313
22309
 
22314
22310
  @each $name, $color in $kendo-theme-colors {
22315
22311
  .k-loader-#{$name} {
22316
- @if $name == "secondary" {
22317
- color: $kendo-loader-secondary-bg;
22318
- } @else {
22319
- color: $color;
22320
- }
22312
+ color: $color;
22321
22313
  }
22322
22314
  }
22323
22315
 
@@ -22326,13 +22318,6 @@ $kendo-zindex-loading: 100 !default;
22326
22318
  border-color: $kendo-loader-container-panel-border-color;
22327
22319
  }
22328
22320
 
22329
- .k-loader-container-inner {
22330
- .k-text-secondary,
22331
- .\!k-text-secondary { // stylelint-disable-line
22332
- color: $kendo-loader-secondary-bg !important; // stylelint-disable-line declaration-no-important
22333
- }
22334
- }
22335
-
22336
22321
  }
22337
22322
 
22338
22323
 
@@ -42336,7 +42321,7 @@ $kendo-tabstrip-item-gap: k-spacing(0) !default;
42336
42321
  $kendo-tabstrip-item-bg: null !default;
42337
42322
  /// The text color of the TabStrip items.
42338
42323
  /// @group tabstrip
42339
- $kendo-tabstrip-item-text: $kendo-link-text !default;
42324
+ $kendo-tabstrip-item-text: $kendo-subtle-text !default;
42340
42325
  /// The border color of the TabStrip items.
42341
42326
  /// @group tabstrip
42342
42327
  $kendo-tabstrip-item-border: null !default;
@@ -42349,7 +42334,7 @@ $kendo-tabstrip-item-gradient: null !default;
42349
42334
  $kendo-tabstrip-item-hover-bg: null !default;
42350
42335
  /// The text color of the hovered TabStrip items.
42351
42336
  /// @group tabstrip
42352
- $kendo-tabstrip-item-hover-text: $kendo-link-hover-text !default;
42337
+ $kendo-tabstrip-item-hover-text: $kendo-component-text !default;
42353
42338
  /// The border color of the hovered TabStrip items.
42354
42339
  /// @group tabstrip
42355
42340
  $kendo-tabstrip-item-hover-border: null !default;
@@ -42362,13 +42347,17 @@ $kendo-tabstrip-item-hover-gradient: null !default;
42362
42347
  $kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
42363
42348
  /// The text color of the selected TabStrip items.
42364
42349
  /// @group tabstrip
42365
- $kendo-tabstrip-item-selected-text: $kendo-component-text !default;
42350
+ $kendo-tabstrip-item-selected-text: $kendo-link-text !default;
42366
42351
  /// The border color of the selected TabStrip items.
42367
42352
  /// @group tabstrip
42368
42353
  $kendo-tabstrip-item-selected-border: $kendo-component-border !default;
42369
42354
  /// The gradient of the selected TabStrip items.
42370
42355
  /// @group tabstrip
42371
42356
  $kendo-tabstrip-item-selected-gradient: null !default;
42357
+ /// The font weight of the selected TabStrip items.
42358
+ /// @group tabstrip
42359
+ $kendo-tabstrip-item-selected-font-weight: null !default;
42360
+
42372
42361
 
42373
42362
  /// The shadow of the focused TabStrip items.
42374
42363
  /// @group tabstrip
@@ -42502,6 +42491,20 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
42502
42491
  align-items: stretch;
42503
42492
  justify-items: stretch;
42504
42493
  outline: 0;
42494
+
42495
+ // Active state
42496
+ &:active,
42497
+ &.k-active,
42498
+ &.k-selected {
42499
+ font-weight: $kendo-tabstrip-item-selected-font-weight;
42500
+ }
42501
+ }
42502
+
42503
+ .k-item-actions {
42504
+ margin: 0;
42505
+ padding: 0;
42506
+ display: flex;
42507
+ flex-direction: row;
42505
42508
  }
42506
42509
 
42507
42510
  .k-tab-on-top {
@@ -42519,6 +42522,7 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
42519
42522
  flex-direction: row;
42520
42523
  align-content: center;
42521
42524
  align-items: center;
42525
+ gap: $kendo-icon-spacing;
42522
42526
  }
42523
42527
 
42524
42528
 
@@ -42591,21 +42595,6 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
42591
42595
  white-space: nowrap;
42592
42596
  overflow: hidden;
42593
42597
  }
42594
-
42595
- > .k-button {
42596
- padding-block: k-spacing(1);
42597
- padding-inline: k-spacing(1);
42598
- width: auto;
42599
- height: auto;
42600
- flex: none;
42601
- align-self: stretch;
42602
- aspect-ratio: auto;
42603
-
42604
- .k-button-icon {
42605
- min-width: auto;
42606
- min-height: auto;
42607
- }
42608
- }
42609
42598
  }
42610
42599
  }
42611
42600