finsignal-feed-explore 3.43.8 → 3.43.9
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
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
/* CSS Variables for theming - Global for all components */
|
|
7
7
|
:root {
|
|
8
8
|
/* Light theme colors */
|
|
9
|
-
--base-bg: var(--
|
|
10
|
-
--filters-bg: var(--
|
|
9
|
+
--base-bg: var(--background-gray_low, #FFFFFFE5);
|
|
10
|
+
--filters-bg: var(--background-gray_low, #FFFFFFE5);
|
|
11
11
|
--news-text-primary: #242429;
|
|
12
12
|
--news-text-secondary: rgba(4, 4, 5, 0.56);
|
|
13
13
|
--news-text-tertiary: rgba(4, 4, 5, 0.36);
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
|
|
35
35
|
[data-theme=dark] {
|
|
36
36
|
/* Dark theme colors */
|
|
37
|
-
--base-bg: var(--
|
|
38
|
-
--filters-bg: var(--
|
|
37
|
+
--base-bg: var(--background-gray_low, #1C1C1FEB);
|
|
38
|
+
--filters-bg: var(--background-gray_low, #1C1C1FEB);
|
|
39
39
|
--news-text-primary: #ffffff;
|
|
40
40
|
--news-text-secondary: rgba(255, 255, 255, 0.7);
|
|
41
41
|
--news-text-tertiary: rgba(255, 255, 255, 0.5);
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* CSS Variables for theming - Global for all components */
|
|
3
3
|
:root {
|
|
4
4
|
/* Light theme colors */
|
|
5
|
-
--base-bg: var(--
|
|
6
|
-
--filters-bg: var(--
|
|
5
|
+
--base-bg: var(--background-gray_low, #FFFFFFE5);
|
|
6
|
+
--filters-bg: var(--background-gray_low, #FFFFFFE5);
|
|
7
7
|
--news-text-primary: #242429;
|
|
8
8
|
--news-text-secondary: rgba(4, 4, 5, 0.56);
|
|
9
9
|
--news-text-tertiary: rgba(4, 4, 5, 0.36);
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
|
|
31
31
|
[data-theme=dark] {
|
|
32
32
|
/* Dark theme colors */
|
|
33
|
-
--base-bg: var(--
|
|
34
|
-
--filters-bg: var(--
|
|
33
|
+
--base-bg: var(--background-gray_low, #1C1C1FEB);
|
|
34
|
+
--filters-bg: var(--background-gray_low, #1C1C1FEB);
|
|
35
35
|
--news-text-primary: #ffffff;
|
|
36
36
|
--news-text-secondary: rgba(255, 255, 255, 0.7);
|
|
37
37
|
--news-text-tertiary: rgba(255, 255, 255, 0.5);
|
package/dist/newsfeed.css
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
/* CSS Variables for theming - Global for all components */
|
|
7
7
|
:root {
|
|
8
8
|
/* Light theme colors */
|
|
9
|
-
--base-bg: var(--
|
|
10
|
-
--filters-bg: var(--
|
|
9
|
+
--base-bg: var(--background-gray_low, #FFFFFFE5);
|
|
10
|
+
--filters-bg: var(--background-gray_low, #FFFFFFE5);
|
|
11
11
|
--news-text-primary: #242429;
|
|
12
12
|
--news-text-secondary: rgba(4, 4, 5, 0.56);
|
|
13
13
|
--news-text-tertiary: rgba(4, 4, 5, 0.36);
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
|
|
35
35
|
[data-theme=dark] {
|
|
36
36
|
/* Dark theme colors */
|
|
37
|
-
--base-bg: var(--
|
|
38
|
-
--filters-bg: var(--
|
|
37
|
+
--base-bg: var(--background-gray_low, #1C1C1FEB);
|
|
38
|
+
--filters-bg: var(--background-gray_low, #1C1C1FEB);
|
|
39
39
|
--news-text-primary: #ffffff;
|
|
40
40
|
--news-text-secondary: rgba(255, 255, 255, 0.7);
|
|
41
41
|
--news-text-tertiary: rgba(255, 255, 255, 0.5);
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/* CSS Variables for theming - Global for all components */
|
|
4
4
|
:root {
|
|
5
5
|
/* Light theme colors */
|
|
6
|
-
--base-bg: var(--
|
|
7
|
-
--filters-bg: var(--
|
|
6
|
+
--base-bg: var(--background-gray_low, #FFFFFFE5);
|
|
7
|
+
--filters-bg: var(--background-gray_low, #FFFFFFE5);
|
|
8
8
|
--news-text-primary: #242429;
|
|
9
9
|
--news-text-secondary: rgba(4, 4, 5, 0.56);
|
|
10
10
|
--news-text-tertiary: rgba(4, 4, 5, 0.36);
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
|
|
32
32
|
[data-theme=dark] {
|
|
33
33
|
/* Dark theme colors */
|
|
34
|
-
--base-bg: var(--
|
|
35
|
-
--filters-bg: var(--
|
|
34
|
+
--base-bg: var(--background-gray_low, #1C1C1FEB);
|
|
35
|
+
--filters-bg: var(--background-gray_low, #1C1C1FEB);
|
|
36
36
|
--news-text-primary: #ffffff;
|
|
37
37
|
--news-text-secondary: rgba(255, 255, 255, 0.7);
|
|
38
38
|
--news-text-tertiary: rgba(255, 255, 255, 0.5);
|
package/dist/styles/globals.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* CSS Variables for theming - Global for all components */
|
|
2
2
|
:root {
|
|
3
3
|
/* Light theme colors */
|
|
4
|
-
--base-bg: var(--
|
|
5
|
-
--filters-bg: var(--
|
|
4
|
+
--base-bg: var(--background-gray_low, #FFFFFFE5);
|
|
5
|
+
--filters-bg: var(--background-gray_low, #FFFFFFE5);
|
|
6
6
|
--news-text-primary: #242429;
|
|
7
7
|
--news-text-secondary: rgba(4, 4, 5, 0.56);
|
|
8
8
|
--news-text-tertiary: rgba(4, 4, 5, 0.36);
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
|
|
30
30
|
[data-theme=dark] {
|
|
31
31
|
/* Dark theme colors */
|
|
32
|
-
--base-bg: var(--
|
|
33
|
-
--filters-bg: var(--
|
|
32
|
+
--base-bg: var(--background-gray_low, #1C1C1FEB);
|
|
33
|
+
--filters-bg: var(--background-gray_low, #1C1C1FEB);
|
|
34
34
|
--news-text-primary: #ffffff;
|
|
35
35
|
--news-text-secondary: rgba(255, 255, 255, 0.7);
|
|
36
36
|
--news-text-tertiary: rgba(255, 255, 255, 0.5);
|