finsignal-feed-explore 3.5.2 → 3.6.2

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
@@ -17,7 +17,7 @@
17
17
  --news-stock-positive: #10b981;
18
18
  --news-stock-negative: #ef4444;
19
19
  --news-action-hover: rgba(4, 4, 5, 0.06);
20
- --black-inverse-a56: rgba(255, 255, 255, 0.6);
20
+ --black-inverse-a56: rgba(4, 4, 5, 0.56);
21
21
  }
22
22
 
23
23
  .dark {
@@ -34,7 +34,7 @@
34
34
  --news-stock-positive: #34d399;
35
35
  --news-stock-negative: #f87171;
36
36
  --news-action-hover: rgba(255, 255, 255, 0.06);
37
- --black-inverse-a56: rgba(4, 4, 5, 0.56);
37
+ --black-inverse-a56: rgba(255, 255, 255, 0.6);
38
38
  }
39
39
 
40
40
  .news-feed {
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import "../styles/globals.scss";
3
2
  export interface SearchButtonProps {
4
3
  onClick: () => void;
5
4
  className?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SearchButton.d.ts","sourceRoot":"","sources":["../../src/components/SearchButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,wBAAwB,CAAC;AAEhC,MAAM,WAAW,iBAAiB;IAIhC,OAAO,EAAE,MAAM,IAAI,CAAC;IAKpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAcD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsBpD,CAAC"}
1
+ {"version":3,"file":"SearchButton.d.ts","sourceRoot":"","sources":["../../src/components/SearchButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,iBAAiB;IAIhC,OAAO,EAAE,MAAM,IAAI,CAAC;IAKpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAcD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsBpD,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import "../styles/globals.scss";
3
2
  export const SearchButton = ({ onClick, className = '' }) => {
4
3
  const iconColor = 'var(--black-inverse-a56)';
5
4
  return (React.createElement("button", { onClick: onClick, className: `header-icon search-button ${className}`, "aria-label": "Search" },
@@ -1 +1 @@
1
- {"version":3,"file":"SearchButton.js","sourceRoot":"","sources":["../../src/components/SearchButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,wBAAwB,CAAC;AA0BhC,MAAM,CAAC,MAAM,YAAY,GAAgC,CAAC,EACxD,OAAO,EACP,SAAS,GAAG,EAAE,EACf,EAAE,EAAE;IACH,MAAM,SAAS,GAAG,0BAA0B,CAAC;IAE7C,OAAO,CACL,gCACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,6BAA6B,SAAS,EAAE,gBACxC,QAAQ;QAEnB,6BAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM;YAC5F,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ggBAAggB,EAClgB,IAAI,EAAE,SAAS,GACf,CACE,CACC,CACV,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"SearchButton.js","sourceRoot":"","sources":["../../src/components/SearchButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,MAAM,CAAC,MAAM,YAAY,GAAgC,CAAC,EACxD,OAAO,EACP,SAAS,GAAG,EAAE,EACf,EAAE,EAAE;IACH,MAAM,SAAS,GAAG,0BAA0B,CAAC;IAE7C,OAAO,CACL,gCACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,6BAA6B,SAAS,EAAE,gBACxC,QAAQ;QAEnB,6BAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM;YAC5F,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ggBAAggB,EAClgB,IAAI,EAAE,SAAS,GACf,CACE,CACC,CACV,CAAC;AACJ,CAAC,CAAC"}
@@ -14,7 +14,7 @@
14
14
  --news-stock-positive: #10b981;
15
15
  --news-stock-negative: #ef4444;
16
16
  --news-action-hover: rgba(4, 4, 5, 0.06);
17
- --black-inverse-a56: rgba(255, 255, 255, 0.6);
17
+ --black-inverse-a56: rgba(4, 4, 5, 0.56);
18
18
  }
19
19
 
20
20
  .dark {
@@ -31,7 +31,7 @@
31
31
  --news-stock-positive: #34d399;
32
32
  --news-stock-negative: #f87171;
33
33
  --news-action-hover: rgba(255, 255, 255, 0.06);
34
- --black-inverse-a56: rgba(4, 4, 5, 0.56);
34
+ --black-inverse-a56: rgba(255, 255, 255, 0.6);
35
35
  }
36
36
 
37
37
  /* CSS Variables for theming */
package/dist/newsfeed.css CHANGED
@@ -17,7 +17,7 @@
17
17
  --news-stock-positive: #10b981;
18
18
  --news-stock-negative: #ef4444;
19
19
  --news-action-hover: rgba(4, 4, 5, 0.06);
20
- --black-inverse-a56: rgba(255, 255, 255, 0.6);
20
+ --black-inverse-a56: rgba(4, 4, 5, 0.56);
21
21
  }
22
22
 
23
23
  .dark {
@@ -34,7 +34,7 @@
34
34
  --news-stock-positive: #34d399;
35
35
  --news-stock-negative: #f87171;
36
36
  --news-action-hover: rgba(255, 255, 255, 0.06);
37
- --black-inverse-a56: rgba(4, 4, 5, 0.56);
37
+ --black-inverse-a56: rgba(255, 255, 255, 0.6);
38
38
  }
39
39
 
40
40
  .news-feed {
@@ -15,7 +15,7 @@
15
15
  --news-stock-positive: #10b981;
16
16
  --news-stock-negative: #ef4444;
17
17
  --news-action-hover: rgba(4, 4, 5, 0.06);
18
- --black-inverse-a56: rgba(255, 255, 255, 0.6);
18
+ --black-inverse-a56: rgba(4, 4, 5, 0.56);
19
19
  }
20
20
 
21
21
  .dark {
@@ -32,7 +32,7 @@
32
32
  --news-stock-positive: #34d399;
33
33
  --news-stock-negative: #f87171;
34
34
  --news-action-hover: rgba(255, 255, 255, 0.06);
35
- --black-inverse-a56: rgba(4, 4, 5, 0.56);
35
+ --black-inverse-a56: rgba(255, 255, 255, 0.6);
36
36
  }
37
37
 
38
38
  /* Base styles */
@@ -13,7 +13,7 @@
13
13
  --news-stock-positive: #10b981;
14
14
  --news-stock-negative: #ef4444;
15
15
  --news-action-hover: rgba(4, 4, 5, 0.06);
16
- --black-inverse-a56: rgba(255, 255, 255, 0.6);
16
+ --black-inverse-a56: rgba(4, 4, 5, 0.56);
17
17
  }
18
18
 
19
19
  .dark {
@@ -30,7 +30,7 @@
30
30
  --news-stock-positive: #34d399;
31
31
  --news-stock-negative: #f87171;
32
32
  --news-action-hover: rgba(255, 255, 255, 0.06);
33
- --black-inverse-a56: rgba(4, 4, 5, 0.56);
33
+ --black-inverse-a56: rgba(255, 255, 255, 0.6);
34
34
  }
35
35
 
36
36
  /*# sourceMappingURL=globals.css.map */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finsignal-feed-explore",
3
- "version": "3.5.2",
3
+ "version": "3.6.2",
4
4
  "description": "News feed explorer components for React web applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",