@fonixtree/magic-design 2.0.2 → 2.0.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.
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
font-size: 14px;
|
|
44
44
|
font-weight: 400;
|
|
45
45
|
line-height: 22px;
|
|
46
|
+
&::-webkit-scrollbar-track {
|
|
47
|
+
background: transparent;
|
|
48
|
+
}
|
|
49
|
+
|
|
46
50
|
.messageOuterWrap {
|
|
47
51
|
margin-bottom: 20px;
|
|
48
52
|
.messageWrap {
|
|
@@ -113,6 +117,7 @@
|
|
|
113
117
|
}
|
|
114
118
|
.dialog_bottom {
|
|
115
119
|
position: relative;
|
|
120
|
+
font-size: 14px;
|
|
116
121
|
input {
|
|
117
122
|
padding-right: 60px !important;
|
|
118
123
|
}
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
font-size: 14px;
|
|
44
44
|
font-weight: 400;
|
|
45
45
|
line-height: 22px;
|
|
46
|
+
&::-webkit-scrollbar-track {
|
|
47
|
+
background: transparent;
|
|
48
|
+
}
|
|
49
|
+
|
|
46
50
|
.messageOuterWrap {
|
|
47
51
|
margin-bottom: 20px;
|
|
48
52
|
.messageWrap {
|
|
@@ -113,6 +117,7 @@
|
|
|
113
117
|
}
|
|
114
118
|
.dialog_bottom {
|
|
115
119
|
position: relative;
|
|
120
|
+
font-size: 14px;
|
|
116
121
|
input {
|
|
117
122
|
padding-right: 60px !important;
|
|
118
123
|
}
|
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.
|
|
4
|
+
"version": "2.0.3",
|
|
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",
|