@datarailsshared/datarailsshared 1.6.324 → 1.6.328

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.
@@ -11,5 +11,5 @@ export declare class DefaultToastrComponent extends Toast implements OnInit {
11
11
  constructor(toastrService: ToastrService, toastPackage: ToastPackage);
12
12
  ngOnInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultToastrComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<DefaultToastrComponent, "dr-default-toastr", never, {}, {}, never, never, true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefaultToastrComponent, "dr-default-toastr", never, {}, {}, never, never, false, never>;
15
15
  }
@@ -1,9 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./default-toastr/default-toastr.component";
4
- import * as i3 from "ngx-toastr";
2
+ import * as i1 from "./default-toastr/default-toastr.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "projects/datarailsshared/src/public-api";
5
+ import * as i4 from "ngx-toastr";
5
6
  export declare class DrToastrModule {
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DrToastrModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<DrToastrModule, never, [typeof i1.CommonModule, typeof i2.DefaultToastrComponent, typeof i3.ToastrModule], never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DrToastrModule, [typeof i1.DefaultToastrComponent], [typeof i2.CommonModule, typeof i3.DrButtonComponent, typeof i4.ToastrModule], never>;
8
9
  static ɵinj: i0.ɵɵInjectorDeclaration<DrToastrModule>;
9
10
  }
@@ -53,6 +53,7 @@ export declare const Colors: {
53
53
  readonly DR_COLOR_STATUS_REGULAR: "#7e828e";
54
54
  readonly DR_COLOR_BORDER_DIVIDER: "#dfe0e3";
55
55
  readonly DR_COLOR_BORDER_INPUT: "#9ea1aa";
56
+ readonly DR_COLOR_BORDER_HOVER: "#4e566c";
56
57
  readonly DR_COLOR_BORDER_DISABLED: "#aeabac";
57
58
  readonly DR_COLOR_BORDER_ACTIVE: "#4646ce";
58
59
  readonly DR_COLOR_BORDER_ERROR: "#bf1d30";
@@ -158,6 +159,7 @@ export declare const DR_COLOR_STATUS_PROGRESS = "#4646ce";
158
159
  export declare const DR_COLOR_STATUS_REGULAR = "#7e828e";
159
160
  export declare const DR_COLOR_BORDER_DIVIDER = "#dfe0e3";
160
161
  export declare const DR_COLOR_BORDER_INPUT = "#9ea1aa";
162
+ export declare const DR_COLOR_BORDER_HOVER = "#4e566c";
161
163
  export declare const DR_COLOR_BORDER_DISABLED = "#aeabac";
162
164
  export declare const DR_COLOR_BORDER_ACTIVE = "#4646ce";
163
165
  export declare const DR_COLOR_BORDER_ERROR = "#bf1d30";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.324",
3
+ "version": "1.6.328",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",