@fonixtree/magic-design 2.0.2 → 2.0.4

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.
@@ -135,6 +135,10 @@
135
135
  display: flex;
136
136
  justify-content: space-between;
137
137
  }
138
+ &::-webkit-scrollbar-track {
139
+ background: #f3f4f9;
140
+ border-radius: 2px;
141
+ }
138
142
  }
139
143
  }
140
144
  }
@@ -87,7 +87,7 @@ function (_super) {
87
87
  };
88
88
 
89
89
  _this.getMarkText = function (text) {
90
- return _marked.marked.parse(text);
90
+ return (0, _marked.parse)(text);
91
91
  };
92
92
 
93
93
  _this.onEnter = function () {
@@ -43,6 +43,13 @@
43
43
  font-size: 14px;
44
44
  font-weight: 400;
45
45
  line-height: 22px;
46
+ &::-webkit-scrollbar-track {
47
+ background: transparent;
48
+ }
49
+ &::-webkit-scrollbar-corner {
50
+ background:transparent;
51
+ }
52
+
46
53
  .messageOuterWrap {
47
54
  margin-bottom: 20px;
48
55
  .messageWrap {
@@ -113,6 +120,7 @@
113
120
  }
114
121
  .dialog_bottom {
115
122
  position: relative;
123
+ font-size: 14px;
116
124
  input {
117
125
  padding-right: 60px !important;
118
126
  }
@@ -135,6 +135,10 @@
135
135
  display: flex;
136
136
  justify-content: space-between;
137
137
  }
138
+ &::-webkit-scrollbar-track {
139
+ background: #f3f4f9;
140
+ border-radius: 2px;
141
+ }
138
142
  }
139
143
  }
140
144
  }
@@ -87,7 +87,7 @@ function (_super) {
87
87
  };
88
88
 
89
89
  _this.getMarkText = function (text) {
90
- return _marked.marked.parse(text);
90
+ return (0, _marked.parse)(text);
91
91
  };
92
92
 
93
93
  _this.onEnter = function () {
@@ -43,6 +43,13 @@
43
43
  font-size: 14px;
44
44
  font-weight: 400;
45
45
  line-height: 22px;
46
+ &::-webkit-scrollbar-track {
47
+ background: transparent;
48
+ }
49
+ &::-webkit-scrollbar-corner {
50
+ background:transparent;
51
+ }
52
+
46
53
  .messageOuterWrap {
47
54
  margin-bottom: 20px;
48
55
  .messageWrap {
@@ -113,6 +120,7 @@
113
120
  }
114
121
  .dialog_bottom {
115
122
  position: relative;
123
+ font-size: 14px;
116
124
  input {
117
125
  padding-right: 60px !important;
118
126
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "2.0.2",
4
+ "version": "2.0.4",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",
@@ -26,7 +26,7 @@
26
26
  "interactjs": "1.10.17",
27
27
  "lodash": "4.17.21",
28
28
  "macy": "2.5.1",
29
- "marked": "4",
29
+ "marked": "4.3.0",
30
30
  "mobx": "6.6.1",
31
31
  "mobx-react": "7.5.2",
32
32
  "moment": "2.29.3",