@progress/kendo-theme-material 5.0.2-dev.0 → 5.1.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
@@ -24886,7 +24886,7 @@ kendo-card-footer {
24886
24886
  background-color: rgba(0, 0, 0, 0.04);
24887
24887
  }
24888
24888
 
24889
- .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
24889
+ .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
24890
24890
  color: rgba(0, 0, 0, 0.87);
24891
24891
  }
24892
24892
 
package/dist/all.scss CHANGED
@@ -28068,6 +28068,7 @@ $tabstrip-content-border-focused: $component-text !default;
28068
28068
  );
28069
28069
  }
28070
28070
 
28071
+ &:active,
28071
28072
  &.k-state-active,
28072
28073
  &.k-state-selected {
28073
28074
  @include fill(
@@ -28078,6 +28079,7 @@ $tabstrip-content-border-focused: $component-text !default;
28078
28079
  );
28079
28080
  }
28080
28081
 
28082
+ &:focus,
28081
28083
  &.k-state-focused {
28082
28084
  @include box-shadow( $tabstrip-item-focused-shadow );
28083
28085
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-material",
3
3
  "description": "Material theme for Kendo UI",
4
- "version": "5.0.2-dev.0",
4
+ "version": "5.1.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,7 +50,7 @@
50
50
  "postpublish": "echo 'no postpublish for material theme'"
51
51
  },
52
52
  "dependencies": {
53
- "@progress/kendo-theme-default": "^5.0.2-dev.0"
53
+ "@progress/kendo-theme-default": "^5.1.0"
54
54
  },
55
- "gitHead": "aa428c88a51a5b5462ad9d55a3e5c94646d1b386"
55
+ "gitHead": "279941cb925d750fc123f66c3e15ce1e2b666191"
56
56
  }