finsignal-feed-explore 3.24.0 → 3.25.0

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.
@@ -33,7 +33,7 @@
33
33
  border: none;
34
34
  background: var(--chip-bg);
35
35
  cursor: pointer;
36
- font-family: var(--Font-Family-Title, "Inter Variable");
36
+ font-family: "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
37
37
  font-size: var(--Font-Size-14, 14px);
38
38
  font-style: normal;
39
39
  font-weight: 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finsignal-feed-explore",
3
- "version": "3.24.0",
3
+ "version": "3.25.0",
4
4
  "description": "News feed explorer and portfolio widgets for React web applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",