@arsedizioni/ars-utils 18.2.470 → 18.2.472

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.
@@ -689,6 +689,7 @@ export interface ClipperFileInfo {
689
689
  teamId?: string | null;
690
690
  topicId?: string | null;
691
691
  topicPath?: string | null;
692
+ topics?: string[] | null;
692
693
  tags?: string | null;
693
694
  isPrivate?: boolean | null;
694
695
  isFile?: boolean | null;
@@ -731,7 +732,7 @@ export interface ClipperFileInfo {
731
732
  validUntilDate?: Date | null;
732
733
  expiringDate?: Date | null;
733
734
  expiringInfo?: string | null;
734
- uniqueId?: string | null;
735
+ uniqueId: string;
735
736
  }
736
737
  export interface ClipperFolderInfo extends Folder {
737
738
  teamId?: string | null;
@@ -172,6 +172,7 @@
172
172
  a.link {
173
173
  color: var(--ars-color-link, #03A9F4);
174
174
  cursor: pointer !important;
175
+ text-decoration: none !important;
175
176
  }
176
177
  }
177
178