finsignal-feed-explore 3.3.0 → 3.3.1

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.
package/dist/FeedList.css CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  .dark {
23
23
  /* Dark theme colors */
24
- --news-bg: rgba(28, 28, 31, 0.92);
24
+ --news-bg: #1C1C1F;
25
25
  --news-text-primary: #ffffff;
26
26
  --news-text-secondary: rgba(255, 255, 255, 0.7);
27
27
  --news-text-tertiary: rgba(255, 255, 255, 0.5);
package/dist/newsfeed.css CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  .dark {
23
23
  /* Dark theme colors */
24
- --news-bg: rgba(28, 28, 31, 0.92);
24
+ --news-bg: #1C1C1F;
25
25
  --news-text-primary: #ffffff;
26
26
  --news-text-secondary: rgba(255, 255, 255, 0.7);
27
27
  --news-text-tertiary: rgba(255, 255, 255, 0.5);
@@ -19,7 +19,7 @@
19
19
 
20
20
  .dark {
21
21
  /* Dark theme colors */
22
- --news-bg: rgba(28, 28, 31, 0.92);
22
+ --news-bg: #1C1C1F;
23
23
  --news-text-primary: #ffffff;
24
24
  --news-text-secondary: rgba(255, 255, 255, 0.7);
25
25
  --news-text-tertiary: rgba(255, 255, 255, 0.5);
@@ -17,7 +17,7 @@
17
17
 
18
18
  .dark {
19
19
  /* Dark theme colors */
20
- --news-bg: rgba(28, 28, 31, 0.92);
20
+ --news-bg: #1C1C1F;
21
21
  --news-text-primary: #ffffff;
22
22
  --news-text-secondary: rgba(255, 255, 255, 0.7);
23
23
  --news-text-tertiary: rgba(255, 255, 255, 0.5);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finsignal-feed-explore",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "News feed explorer components for React web applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",