@shift72/core-template 1.9.7 → 1.9.8

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.7...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.8...HEAD)
4
4
 
5
5
  ### Added
6
6
 
@@ -8,7 +8,13 @@
8
8
 
9
9
  ### Fixed
10
10
 
11
- ## [1.9.6](https://github.com/shift72/core-template/compare/1.9.6...1.9.7)
11
+ ## [1.9.8](https://github.com/shift72/core-template/compare/1.9.7...1.9.8)
12
+
13
+ ### Fixed
14
+
15
+ - Bug with android tv app logo on Chrome
16
+
17
+ ## [1.9.7](https://github.com/shift72/core-template/compare/1.9.6...1.9.7)
12
18
 
13
19
  ### Added
14
20
 
package/kibble.json CHANGED
@@ -194,5 +194,5 @@
194
194
  "pageSize": 0
195
195
  }
196
196
  ],
197
- "coreTemplateVersion": "1.9.7"
197
+ "coreTemplateVersion": "1.9.8"
198
198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.9.7",
3
+ "version": "1.9.8",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -164,11 +164,13 @@ footer {
164
164
  display: flex;
165
165
  height: 45px;
166
166
  }
167
+
167
168
  .app-badge-android-tv {
168
169
  background-color: var(--footer-app-badge-android-tv);
169
170
  height: 44px;
170
171
  mask: url('/images/icons/androidtv.svg') no-repeat center / contain;
171
- mask: url('/images/icons/androidtv.svg') no-repeat center / contain;
172
+ /* stylelint-disable-next-line */
173
+ -webkit-mask: url('/images/icons/androidtv.svg') no-repeat center / contain;
172
174
  width: 122px;
173
175
  }
174
176
  }
@@ -67,7 +67,6 @@ s72-plan-label {
67
67
  }
68
68
 
69
69
  s72-plan-label {
70
-
71
70
  left: 0;
72
71
  margin: 0 auto;
73
72
  position: absolute;
@@ -80,7 +79,6 @@ s72-plan-label {
80
79
  }
81
80
 
82
81
  .plan-caption-details .s72-plan-owned {
83
-
84
82
  background-color: var(--primary);
85
83
  border-radius: $border-radius 0 $border-radius 0;
86
84
  display: inline-block;