@datarailsshared/datarailsshared 1.6.326 → 1.6.330
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.
- package/assets/styles/colors.scss +1 -0
- package/datarailsshared-datarailsshared-1.6.330.tgz +0 -0
- package/esm2022/lib/dr-inputs/button/button.component.mjs +2 -2
- package/esm2022/lib/dr-toastr/dr-toastr.module.mjs +2 -2
- package/esm2022/lib/models/colors.mjs +3 -1
- package/fesm2022/datarailsshared-datarailsshared.mjs +8 -7
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-toastr/dr-toastr.module.d.ts +1 -1
- package/lib/models/colors.d.ts +2 -0
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.6.326.tgz +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./default-toastr/default-toastr.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "
|
|
4
|
+
import * as i3 from "../dr-inputs/button/button.component";
|
|
5
5
|
import * as i4 from "ngx-toastr";
|
|
6
6
|
export declare class DrToastrModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrToastrModule, never>;
|
package/lib/models/colors.d.ts
CHANGED
|
@@ -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
|
Binary file
|