btv-base-controls 0.1.9 → 0.1.10

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.
@@ -8,7 +8,7 @@ export declare class WmTemplateImageComponent {
8
8
  active: boolean;
9
9
  light: boolean;
10
10
  classes: string;
11
- backgroundColor: string;
11
+ backgroundColor: any;
12
12
  private _size;
13
13
  get size(): string;
14
14
  set size(value: string);
@@ -24,7 +24,7 @@ export declare class WmTemplateImageComponent {
24
24
  'mask-size': string;
25
25
  width: string;
26
26
  height: string;
27
- 'background-color': string;
27
+ 'background-color': any;
28
28
  'background-image'?: undefined;
29
29
  'background-repeat'?: undefined;
30
30
  'background-position'?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "btv-base-controls",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.6",
6
6
  "@angular/core": "^14.0.6"