@tet/tet-components-angular 1.3.23-testing → 1.3.24-staging

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.
@@ -458,7 +458,7 @@ export declare class TetIcon {
458
458
  protected el: HTMLElement;
459
459
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
460
460
  static ɵfac: i0.ɵɵFactoryDeclaration<TetIcon, never>;
461
- static ɵcmp: i0.ɵɵComponentDeclaration<TetIcon, "tet-icon", never, { "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "useDefaultColor": { "alias": "useDefaultColor"; "required": false; }; }, {}, never, ["*"], false, never>;
461
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetIcon, "tet-icon", never, { "accessibilityLabel": { "alias": "accessibilityLabel"; "required": false; }; "focusable": { "alias": "focusable"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "useDefaultColor": { "alias": "useDefaultColor"; "required": false; }; }, {}, never, ["*"], false, never>;
462
462
  }
463
463
  export declare interface TetIcon extends Components.TetIcon {
464
464
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tet/tet-components-angular",
3
- "version": "v1.3.23-testing",
3
+ "version": "v1.3.24-staging",
4
4
  "description": "A Stencil-based Web Components library for reusable UI elements.",
5
5
  "homepage": "https://tet.lv",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=12.0.0",
8
8
  "@angular/core": ">=12.0.0",
9
- "@tet/tet-components": "v1.3.23-testing"
9
+ "@tet/tet-components": "v1.3.24-staging"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"