@blocklet/discuss-kit 2.3.37 → 2.3.38
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/lib/cjs/comments.js +3 -3
- package/lib/es/comments.js +3 -3
- package/package.json +3 -3
package/lib/cjs/comments.js
CHANGED
|
@@ -407,15 +407,15 @@ const Container = Theme.styled("div")`
|
|
|
407
407
|
word-break: break-all;
|
|
408
408
|
flex-direction: column;
|
|
409
409
|
.connect-tip {
|
|
410
|
-
background:
|
|
410
|
+
background: ${({ theme }) => theme.palette.grey[100]};
|
|
411
411
|
padding: 10px;
|
|
412
412
|
border-radius: 4px;
|
|
413
413
|
box-sizing: border-box;
|
|
414
|
-
color:
|
|
414
|
+
color: ${({ theme }) => theme.palette.grey[600]};
|
|
415
415
|
margin-bottom: 10px;
|
|
416
416
|
}
|
|
417
417
|
.down-load-wallet {
|
|
418
|
-
color:
|
|
418
|
+
color: ${({ theme }) => theme.palette.primary.main};
|
|
419
419
|
}
|
|
420
420
|
@media (max-width: 768px) {
|
|
421
421
|
font-size: 14px;
|
package/lib/es/comments.js
CHANGED
|
@@ -406,15 +406,15 @@ const Container = styled("div")`
|
|
|
406
406
|
word-break: break-all;
|
|
407
407
|
flex-direction: column;
|
|
408
408
|
.connect-tip {
|
|
409
|
-
background:
|
|
409
|
+
background: ${({ theme }) => theme.palette.grey[100]};
|
|
410
410
|
padding: 10px;
|
|
411
411
|
border-radius: 4px;
|
|
412
412
|
box-sizing: border-box;
|
|
413
|
-
color:
|
|
413
|
+
color: ${({ theme }) => theme.palette.grey[600]};
|
|
414
414
|
margin-bottom: 10px;
|
|
415
415
|
}
|
|
416
416
|
.down-load-wallet {
|
|
417
|
-
color:
|
|
417
|
+
color: ${({ theme }) => theme.palette.primary.main};
|
|
418
418
|
}
|
|
419
419
|
@media (max-width: 768px) {
|
|
420
420
|
font-size: 14px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/discuss-kit",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.38",
|
|
4
4
|
"description": "A react component for Discuss Kit blocklet.",
|
|
5
5
|
"main": "./lib/cjs/index.js",
|
|
6
6
|
"module": "./lib/es/index.js",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"rehype-sanitize": "^5.0.1",
|
|
50
50
|
"timeago.js": "^4.0.2",
|
|
51
51
|
"url-join": "^4.0.1",
|
|
52
|
-
"@blocklet/discuss-kit-ux": "^2.3.
|
|
53
|
-
"@blocklet/editor": "^2.3.
|
|
52
|
+
"@blocklet/discuss-kit-ux": "^2.3.38",
|
|
53
|
+
"@blocklet/editor": "^2.3.38"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@arcblock/did-connect": "^2.10.36",
|