@progress/kendo-theme-bootstrap 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
@@ -23958,10 +23958,6 @@ $kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
23958
23958
  /// @group loader
23959
23959
  $kendo-loader-lg-spinner-4-height: $kendo-loader-lg-spinner-4-width !default;
23960
23960
 
23961
- /// The color of the Loader based on the secondary theme color.
23962
- /// @group loader
23963
- $kendo-loader-secondary-bg: #212529 !default;
23964
-
23965
23961
  /// The border width of the container panel.
23966
23962
  /// @group loader
23967
23963
  $kendo-loader-container-panel-border-width: 1px !default;
@@ -24644,11 +24640,7 @@ $kendo-zindex-loading: 100 !default;
24644
24640
 
24645
24641
  @each $name, $color in $kendo-theme-colors {
24646
24642
  .k-loader-#{$name} {
24647
- @if $name == "secondary" {
24648
- color: $kendo-loader-secondary-bg;
24649
- } @else {
24650
- color: $color;
24651
- }
24643
+ color: $color;
24652
24644
  }
24653
24645
  }
24654
24646
 
@@ -24657,13 +24649,6 @@ $kendo-zindex-loading: 100 !default;
24657
24649
  border-color: $kendo-loader-container-panel-border-color;
24658
24650
  }
24659
24651
 
24660
- .k-loader-container-inner {
24661
- .k-text-secondary,
24662
- .\!k-text-secondary { // stylelint-disable-line
24663
- color: $kendo-loader-secondary-bg !important; // stylelint-disable-line declaration-no-important
24664
- }
24665
- }
24666
-
24667
24652
  }
24668
24653
 
24669
24654
 
@@ -45841,6 +45826,9 @@ $kendo-tabstrip-item-selected-border: $kendo-component-border !default;
45841
45826
  /// The gradient of the selected TabStrip items.
45842
45827
  /// @group tabstrip
45843
45828
  $kendo-tabstrip-item-selected-gradient: null !default;
45829
+ /// The font weight of the selected TabStrip items.
45830
+ /// @group tabstrip
45831
+ $kendo-tabstrip-item-selected-font-weight: var( --kendo-font-weight-bold, normal ) !default;
45844
45832
 
45845
45833
  /// The shadow of the focused TabStrip items.
45846
45834
  /// @group tabstrip
@@ -45855,7 +45843,7 @@ $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
45855
45843
  $kendo-tabstrip-item-disabled-bg: null !default;
45856
45844
  /// The text color of the disabled TabStrip items.
45857
45845
  /// @group tabstrip
45858
- $kendo-tabstrip-item-disabled-text: null !default;
45846
+ $kendo-tabstrip-item-disabled-text: $kendo-component-text !default;
45859
45847
  /// The border color of the disabled TabStrip items.
45860
45848
  /// @group tabstrip
45861
45849
  $kendo-tabstrip-item-disabled-border: null !default;
@@ -45975,6 +45963,20 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
45975
45963
  align-items: stretch;
45976
45964
  justify-items: stretch;
45977
45965
  outline: 0;
45966
+
45967
+ // Active state
45968
+ &:active,
45969
+ &.k-active,
45970
+ &.k-selected {
45971
+ font-weight: $kendo-tabstrip-item-selected-font-weight;
45972
+ }
45973
+ }
45974
+
45975
+ .k-item-actions {
45976
+ margin: 0;
45977
+ padding: 0;
45978
+ display: flex;
45979
+ flex-direction: row;
45978
45980
  }
45979
45981
 
45980
45982
  .k-tab-on-top {
@@ -45992,6 +45994,7 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
45992
45994
  flex-direction: row;
45993
45995
  align-content: center;
45994
45996
  align-items: center;
45997
+ gap: $kendo-icon-spacing;
45995
45998
  }
45996
45999
 
45997
46000
 
@@ -46064,21 +46067,6 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
46064
46067
  white-space: nowrap;
46065
46068
  overflow: hidden;
46066
46069
  }
46067
-
46068
- > .k-button {
46069
- padding-block: k-spacing(1);
46070
- padding-inline: k-spacing(1);
46071
- width: auto;
46072
- height: auto;
46073
- flex: none;
46074
- align-self: stretch;
46075
- aspect-ratio: auto;
46076
-
46077
- .k-button-icon {
46078
- min-width: auto;
46079
- min-height: auto;
46080
- }
46081
- }
46082
46070
  }
46083
46071
  }
46084
46072