@arsedizioni/ars-utils 20.4.42 → 20.4.44

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.
@@ -1033,7 +1033,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
1033
1033
  private changeDetector;
1034
1034
  private clipperService;
1035
1035
  readonly useSelections: _angular_core.InputSignal<boolean>;
1036
- readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
1036
+ readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
1037
1037
  protected selection: () => ClipperDocumentInfo[];
1038
1038
  readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
1039
1039
  readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
@@ -142,6 +142,15 @@
142
142
  color: var(--ars-color-accent-low, #456179);
143
143
  }
144
144
 
145
+ .item-info-3,
146
+ .info-3 {
147
+ font-size: x-small !important;
148
+ font-weight: 700 !important;
149
+ line-height: 15px;
150
+ text-transform: uppercase !important;
151
+ color: var(--ars-color-error, #ff5449);
152
+ }
153
+
145
154
  .item-title,
146
155
  .title {
147
156
  font-size: small !important;
@@ -289,7 +298,7 @@
289
298
  }
290
299
 
291
300
  .check-selected {
292
- background-color: var(--ars-color-primary-hi, #12c0ae)!important;
301
+ background-color: var(--ars-color-primary-hi, #12c0ae) !important;
293
302
  }
294
303
  }
295
304
  }
@@ -521,9 +530,9 @@
521
530
  }
522
531
 
523
532
  @media screen and (max-width: 431px) {
524
- .legend-container {
525
- font-size: 9px !important
526
- }
533
+ .legend-container {
534
+ font-size: 9px !important
535
+ }
527
536
  }
528
537
 
529
538
  .special-date,