@dereekb/dbx-web 8.12.5 → 8.12.6

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.
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  * Pre-styled text that can link to either a website or a ref using a dbx-anchor.
6
6
  */
7
7
  export declare class DbxAnchorLinkComponent {
8
- anchor?: ClickableAnchor;
8
+ anchor?: Maybe<ClickableAnchor>;
9
9
  set ref(ref: Maybe<string>);
10
10
  set href(href: Maybe<string>);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxAnchorLinkComponent, never>;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "8.12.5",
3
+ "version": "8.12.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.0.0",
6
6
  "@angular/core": "^13.0.0",
7
7
  "@angular/material": "^13.0.0",
8
- "@dereekb/rxjs": "8.12.5",
9
- "@dereekb/dbx-core": "8.12.5",
8
+ "@dereekb/rxjs": "8.12.6",
9
+ "@dereekb/dbx-core": "8.12.6",
10
10
  "angular-calendar": "^0.29.0",
11
11
  "@angular/flex-layout": "^13.0.0-beta.38",
12
12
  "ng-overlay-container": "^13.0.2",