@datarailsshared/datarailsshared 1.6.351 → 1.6.355

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.
@@ -6,8 +6,10 @@ export declare class DrChipComponent {
6
6
  removable?: boolean;
7
7
  removeAriaLabel: string;
8
8
  readonly remove: EventEmitter<void>;
9
+ compact?: boolean;
9
10
  onRemove(event: Event): void;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DrChipComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DrChipComponent, "dr-chip", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removeAriaLabel": { "alias": "removeAriaLabel"; "required": false; }; }, { "remove": "remove"; }, never, ["*"], true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrChipComponent, "dr-chip", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removeAriaLabel": { "alias": "removeAriaLabel"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, { "remove": "remove"; }, never, ["*"], true, never>;
12
13
  static ngAcceptInputType_removable: unknown;
14
+ static ngAcceptInputType_compact: unknown;
13
15
  }
@@ -101,6 +101,18 @@ export declare const Colors: {
101
101
  readonly DR_COLOR_BADGE_PASTEL_OLIVE: "#dce2b9";
102
102
  readonly DR_COLOR_BADGE_POWDER_BLUE_GREY: "#d3dbe3";
103
103
  readonly DR_COLOR_BADGE_MUTED_PLUM: "#e7c7db";
104
+ readonly DR_COLOR_WATERMARKS_PINK: "#feecf6";
105
+ readonly DR_COLOR_WATERMARKS_PURPLE: "#f7edfe";
106
+ readonly DR_COLOR_WATERMARKS_MEDIUM_PURPLE: "#e9cdfc";
107
+ readonly DR_COLOR_WATERMARKS_DARK_PURPLE: "#ececfa";
108
+ readonly DR_COLOR_WATERMARKS_GREEN: "#e9f6ee";
109
+ readonly DR_COLOR_WATERMARKS_MEDIUM_GREEN: "#c7e4d8";
110
+ readonly DR_COLOR_WATERMARKS_DARK_GREEN: "#e5efeb";
111
+ readonly DR_COLOR_WATERMARKS_BLUE: "#eef3ff";
112
+ readonly DR_COLOR_WATERMARKS_YELLOW: "#fff6e7";
113
+ readonly DR_COLOR_WATERMARKS_GRAY: "#f3f4f6";
114
+ readonly DR_COLOR_WATERMARKS_DARK_GRAY: "#e8e8ed";
115
+ readonly DR_COLOR_WATERMARKS_ORANGE: "#ffede5";
104
116
  readonly DR_COLOR_AI_GRADIENT: "linear-gradient(217.44deg, #3d36cd -13.46%, #32b4ff 44.38%)";
105
117
  readonly DR_COLOR_AI_BACKGROUND_MAIN_GRADIENT: "linear-gradient(266deg, #6969ff 25.2%, #4eb7df 90.24%)";
106
118
  readonly DR_COLOR_AI_BACKGROUND_MAIN_HOVER_GRADIENT: "linear-gradient(0deg, rgba(77, 77, 205, 0.4) 0%, rgba(77, 77, 205, 0.4) 100%), linear-gradient(266deg, #6969ff 25.2%, #4eb7df 90.24%)";
@@ -207,6 +219,18 @@ export declare const DR_COLOR_BADGE_PALE_YELLOW = "#fffacd";
207
219
  export declare const DR_COLOR_BADGE_PASTEL_OLIVE = "#dce2b9";
208
220
  export declare const DR_COLOR_BADGE_POWDER_BLUE_GREY = "#d3dbe3";
209
221
  export declare const DR_COLOR_BADGE_MUTED_PLUM = "#e7c7db";
222
+ export declare const DR_COLOR_WATERMARKS_PINK = "#feecf6";
223
+ export declare const DR_COLOR_WATERMARKS_PURPLE = "#f7edfe";
224
+ export declare const DR_COLOR_WATERMARKS_MEDIUM_PURPLE = "#e9cdfc";
225
+ export declare const DR_COLOR_WATERMARKS_DARK_PURPLE = "#ececfa";
226
+ export declare const DR_COLOR_WATERMARKS_GREEN = "#e9f6ee";
227
+ export declare const DR_COLOR_WATERMARKS_MEDIUM_GREEN = "#c7e4d8";
228
+ export declare const DR_COLOR_WATERMARKS_DARK_GREEN = "#e5efeb";
229
+ export declare const DR_COLOR_WATERMARKS_BLUE = "#eef3ff";
230
+ export declare const DR_COLOR_WATERMARKS_YELLOW = "#fff6e7";
231
+ export declare const DR_COLOR_WATERMARKS_GRAY = "#f3f4f6";
232
+ export declare const DR_COLOR_WATERMARKS_DARK_GRAY = "#e8e8ed";
233
+ export declare const DR_COLOR_WATERMARKS_ORANGE = "#ffede5";
210
234
  export declare const DR_COLOR_AI_GRADIENT = "linear-gradient(217.44deg, #3d36cd -13.46%, #32b4ff 44.38%)";
211
235
  export declare const DR_COLOR_AI_BACKGROUND_MAIN_GRADIENT = "linear-gradient(266deg, #6969ff 25.2%, #4eb7df 90.24%)";
212
236
  export declare const DR_COLOR_AI_BACKGROUND_MAIN_HOVER_GRADIENT = "linear-gradient(0deg, rgba(77, 77, 205, 0.4) 0%, rgba(77, 77, 205, 0.4) 100%), linear-gradient(266deg, #6969ff 25.2%, #4eb7df 90.24%)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.351",
3
+ "version": "1.6.355",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",
package/styles.css CHANGED
@@ -587,18 +587,15 @@ li.CodeMirror-hint-active {
587
587
  color: #4646ce;
588
588
  padding: 0 4px;
589
589
  text-decoration: none;
590
+ }
590
591
 
591
- &:hover,
592
- &:active {
593
- text-decoration: underline;
594
- }
595
-
596
- &.disabled {
597
- color: #aeabac;
598
- }
592
+ .dr-button-link:hover,
593
+ .dr-button-link:active {
594
+ text-decoration: underline;
599
595
  }
600
596
 
601
597
  .dr-button-link.disabled {
598
+ color: #aeabac;
602
599
  pointer-events: none;
603
600
  }
604
601