finsignal-feed-explore 2.14.2 → 2.14.3

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
@@ -67,7 +67,7 @@
67
67
  left: 0;
68
68
  right: 0;
69
69
  bottom: 0;
70
- padding: 16px;
70
+ padding: 16px 0;
71
71
  overflow-y: auto;
72
72
  display: flex;
73
73
  flex-direction: column;
@@ -117,6 +117,7 @@
117
117
  color: rgba(4, 4, 5, 0.56);
118
118
  background: rgba(120, 99, 246, 0.08);
119
119
  border-radius: 12px;
120
+ margin: 0 16px;
120
121
  margin-bottom: 16px;
121
122
  font-size: 14px;
122
123
  line-height: 20px;
@@ -60,8 +60,8 @@
60
60
  right: 4px;
61
61
  top: 50%;
62
62
  transform: translateY(-50%);
63
- width: 16px;
64
- height: 16px;
63
+ width: 20px;
64
+ height: 20px;
65
65
  display: flex;
66
66
  align-items: center;
67
67
  justify-content: center;
package/dist/newsfeed.css CHANGED
@@ -67,7 +67,7 @@
67
67
  left: 0;
68
68
  right: 0;
69
69
  bottom: 0;
70
- padding: 16px;
70
+ padding: 16px 0;
71
71
  overflow-y: auto;
72
72
  display: flex;
73
73
  flex-direction: column;
@@ -117,6 +117,7 @@
117
117
  color: rgba(4, 4, 5, 0.56);
118
118
  background: rgba(120, 99, 246, 0.08);
119
119
  border-radius: 12px;
120
+ margin: 0 16px;
120
121
  margin-bottom: 16px;
121
122
  font-size: 14px;
122
123
  line-height: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finsignal-feed-explore",
3
- "version": "2.14.2",
3
+ "version": "2.14.3",
4
4
  "description": "News feed explorer components for React web applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",