matcha-components 19.63.0 → 19.65.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.
@@ -1,14 +1,23 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class MatchaCardComponent {
3
+ private _color;
4
+ get color(): string | null;
5
+ set color(v: string | null);
6
+ get colorAttr(): string | null;
3
7
  blockquote: 'left' | 'right' | 'none' | null;
4
- color: string | null;
5
8
  blockquoteColor: string | null;
6
9
  class: string | null;
7
- alpha: boolean;
8
- tint: boolean;
9
- loading: boolean;
10
+ private _alpha;
11
+ get alpha(): boolean | string;
12
+ set alpha(v: boolean | string);
13
+ private _tint;
14
+ get tint(): boolean | string;
15
+ set tint(v: boolean | string);
16
+ private _loading;
17
+ get loading(): boolean | string;
18
+ set loading(v: boolean | string);
10
19
  get classes(): string;
11
20
  hasBlockquotePosition(): boolean;
12
21
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCardComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<MatchaCardComponent, "matcha-card", never, { "blockquote": { "alias": "blockquote"; "required": false; }; "color": { "alias": "color"; "required": false; }; "blockquoteColor": { "alias": "blockquoteColor"; "required": false; }; "class": { "alias": "class"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; "tint": { "alias": "tint"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaCardComponent, "matcha-card", never, { "color": { "alias": "color"; "required": false; }; "blockquote": { "alias": "blockquote"; "required": false; }; "blockquoteColor": { "alias": "blockquoteColor"; "required": false; }; "class": { "alias": "class"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; "tint": { "alias": "tint"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
14
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "19.63.0",
3
+ "version": "19.65.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"