@arsedizioni/ars-utils 18.2.240 → 18.2.242

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.
@@ -498,7 +498,7 @@ export declare class ClipperDashboard {
498
498
  expiredDeadlines?: number | null;
499
499
  expiringDeadlines?: number | null;
500
500
  documentUpdates?: number | null;
501
- unreadItems: Signal<[ClipperModule, number][]>;
501
+ unreadItems?: Signal<[ClipperModule, number][]>;
502
502
  /**
503
503
  * Update unread items
504
504
  * @param module : the module
@@ -160,9 +160,9 @@ export declare class ClipperService implements OnDestroy {
160
160
  */
161
161
  loadDashboard(): void;
162
162
  /**
163
- * Save a user link
164
- * @param item: the user link
165
- */
163
+ * Save a user link
164
+ * @param item: the user link
165
+ */
166
166
  saveLink(item: ClipperUserLink): Observable<ApiResult<boolean>>;
167
167
  /**
168
168
  * Delete a user link
@@ -118,6 +118,7 @@
118
118
  min-width: unset;
119
119
  white-space: unset !important;
120
120
  overflow: unset !important;
121
+ padding: unset !important;
121
122
  }
122
123
 
123
124
 
@@ -279,6 +280,7 @@
279
280
  min-width: 100%;
280
281
  white-space: unset !important;
281
282
  overflow: unset !important;
283
+ padding: unset !important;
282
284
  }
283
285
 
284
286