tycho-components 0.0.18-SNAPSHOT-11 → 0.0.18

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.
@@ -7,11 +7,11 @@ import AppLoading from '../AppLoading';
7
7
  import AppPlaceholder from '../AppPlaceholder';
8
8
  import CommonContext from '../configs/CommonContext';
9
9
  import SecurityUtils from '../functions/SecurityUtils';
10
+ import UsabilityUtils from '../functions/UsabilityUtils';
10
11
  import CommentAdd from './CommentAdd';
11
12
  import CommentInfo from './CommentInfo';
12
13
  import './style.scss';
13
14
  import CommentService from './types/CommentService';
14
- import UsabilityUtils from '../functions/UsabilityUtils';
15
15
  export default function Comments({ uid, keywords, references, mode, onClose, onChange, }) {
16
16
  const { t } = useTranslation('comments');
17
17
  const { state } = useContext(CommonContext);
@@ -86,6 +86,8 @@
86
86
  margin-left: 32px;
87
87
 
88
88
  .comment {
89
+ margin-top: 8px;
90
+
89
91
  .top {
90
92
  .name {
91
93
  font-size: 14px !important;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.0.18-SNAPSHOT-11",
4
+ "version": "0.0.18",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {