@arsedizioni/ars-utils 21.1.49 → 21.1.51

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.
@@ -23,7 +23,14 @@
23
23
  }
24
24
 
25
25
  .bright {
26
- filter: brightness(1.5) !important
26
+ filter: brightness(0.7) !important;
27
+ font-weight: 750 !important;
28
+ }
29
+
30
+ @media (prefers-color-scheme: dark) {
31
+ .bright {
32
+ filter: brightness(1.5) !important; /* Schiarisce su sfondo scuro */
33
+ }
27
34
  }
28
35
 
29
36
  .unread {
@@ -1619,6 +1619,7 @@ var ClipperQueryDocumentFlags;
1619
1619
  ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["CommentedOnly"] = 8] = "CommentedOnly";
1620
1620
  ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["UseKeywordSearch"] = 32] = "UseKeywordSearch";
1621
1621
  ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["NotRead"] = 64] = "NotRead";
1622
+ ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["ExcludeUserFilters"] = 128] = "ExcludeUserFilters";
1622
1623
  })(ClipperQueryDocumentFlags || (ClipperQueryDocumentFlags = {}));
1623
1624
  class ClipperSearchParams {
1624
1625
  constructor() {