@progress/kendo-theme-classic 9.0.1-dev.3 → 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.
Files changed (36) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +20 -32
  3. package/dist/classic-green-dark.css +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-lavender-dark.css +1 -1
  6. package/dist/classic-lavender.css +1 -1
  7. package/dist/classic-main-dark.css +1 -1
  8. package/dist/classic-main.css +1 -1
  9. package/dist/classic-metro-dark.css +1 -1
  10. package/dist/classic-metro.css +1 -1
  11. package/dist/classic-moonlight.css +1 -1
  12. package/dist/classic-opal-dark.css +1 -1
  13. package/dist/classic-opal.css +1 -1
  14. package/dist/classic-silver-dark.css +1 -1
  15. package/dist/classic-silver.css +1 -1
  16. package/dist/classic-uniform.css +1 -1
  17. package/dist/meta/sassdoc-data.json +336 -336
  18. package/dist/meta/sassdoc-raw-data.json +164 -164
  19. package/dist/meta/variables.json +5 -5
  20. package/lib/swatches/classic-green-dark.json +1 -1
  21. package/lib/swatches/classic-green.json +1 -1
  22. package/lib/swatches/classic-lavender-dark.json +1 -1
  23. package/lib/swatches/classic-lavender.json +1 -1
  24. package/lib/swatches/classic-main-dark.json +1 -1
  25. package/lib/swatches/classic-main.json +1 -1
  26. package/lib/swatches/classic-metro-dark.json +1 -1
  27. package/lib/swatches/classic-metro.json +1 -1
  28. package/lib/swatches/classic-moonlight.json +1 -1
  29. package/lib/swatches/classic-opal-dark.json +1 -1
  30. package/lib/swatches/classic-opal.json +1 -1
  31. package/lib/swatches/classic-silver-dark.json +1 -1
  32. package/lib/swatches/classic-silver.json +1 -1
  33. package/lib/swatches/classic-uniform.json +1 -1
  34. package/package.json +5 -5
  35. package/scss/loader/_variables.scss +0 -4
  36. package/scss/tabstrip/_variables.scss +4 -1
package/dist/all.scss CHANGED
@@ -21882,10 +21882,6 @@ $kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
21882
21882
  /// @group loader
21883
21883
  $kendo-loader-lg-spinner-4-height: $kendo-loader-lg-spinner-4-width !default;
21884
21884
 
21885
- /// The color of the Loader based on the secondary theme color.
21886
- /// @group loader
21887
- $kendo-loader-secondary-bg: #656565 !default;
21888
-
21889
21885
  /// The border width of the container panel.
21890
21886
  /// @group loader
21891
21887
  $kendo-loader-container-panel-border-width: 1px !default;
@@ -22549,11 +22545,7 @@ $kendo-zindex-loading: 100 !default;
22549
22545
 
22550
22546
  @each $name, $color in $kendo-theme-colors {
22551
22547
  .k-loader-#{$name} {
22552
- @if $name == "secondary" {
22553
- color: $kendo-loader-secondary-bg;
22554
- } @else {
22555
- color: $color;
22556
- }
22548
+ color: $color;
22557
22549
  }
22558
22550
  }
22559
22551
 
@@ -22562,13 +22554,6 @@ $kendo-zindex-loading: 100 !default;
22562
22554
  border-color: $kendo-loader-container-panel-border-color;
22563
22555
  }
22564
22556
 
22565
- .k-loader-container-inner {
22566
- .k-text-secondary,
22567
- .\!k-text-secondary { // stylelint-disable-line
22568
- color: $kendo-loader-secondary-bg !important; // stylelint-disable-line declaration-no-important
22569
- }
22570
- }
22571
-
22572
22557
  }
22573
22558
 
22574
22559
 
@@ -43514,13 +43499,16 @@ $kendo-tabstrip-item-hover-gradient: null !default;
43514
43499
  $kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
43515
43500
  /// The text color of the selected TabStrip items.
43516
43501
  /// @group tabstrip
43517
- $kendo-tabstrip-item-selected-text: $kendo-component-text !default;
43502
+ $kendo-tabstrip-item-selected-text: $kendo-link-text !default;
43518
43503
  /// The border color of the selected TabStrip items.
43519
43504
  /// @group tabstrip
43520
43505
  $kendo-tabstrip-item-selected-border: $kendo-component-border !default;
43521
43506
  /// The gradient of the selected TabStrip items.
43522
43507
  /// @group tabstrip
43523
43508
  $kendo-tabstrip-item-selected-gradient: false !default;
43509
+ /// The font weight of the selected TabStrip items.
43510
+ /// @group tabstrip
43511
+ $kendo-tabstrip-item-selected-font-weight: null !default;
43524
43512
 
43525
43513
  /// The shadow of the focused TabStrip items.
43526
43514
  /// @group tabstrip
@@ -43655,6 +43643,20 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
43655
43643
  align-items: stretch;
43656
43644
  justify-items: stretch;
43657
43645
  outline: 0;
43646
+
43647
+ // Active state
43648
+ &:active,
43649
+ &.k-active,
43650
+ &.k-selected {
43651
+ font-weight: $kendo-tabstrip-item-selected-font-weight;
43652
+ }
43653
+ }
43654
+
43655
+ .k-item-actions {
43656
+ margin: 0;
43657
+ padding: 0;
43658
+ display: flex;
43659
+ flex-direction: row;
43658
43660
  }
43659
43661
 
43660
43662
  .k-tab-on-top {
@@ -43672,6 +43674,7 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
43672
43674
  flex-direction: row;
43673
43675
  align-content: center;
43674
43676
  align-items: center;
43677
+ gap: $kendo-icon-spacing;
43675
43678
  }
43676
43679
 
43677
43680
 
@@ -43744,21 +43747,6 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
43744
43747
  white-space: nowrap;
43745
43748
  overflow: hidden;
43746
43749
  }
43747
-
43748
- > .k-button {
43749
- padding-block: k-spacing(1);
43750
- padding-inline: k-spacing(1);
43751
- width: auto;
43752
- height: auto;
43753
- flex: none;
43754
- align-self: stretch;
43755
- aspect-ratio: auto;
43756
-
43757
- .k-button-icon {
43758
- min-width: auto;
43759
- min-height: auto;
43760
- }
43761
- }
43762
43750
  }
43763
43751
  }
43764
43752