@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.
- package/es/core/Designer/AiImageGenerator/index.less +4 -0
- package/es/core/Designer/ChatRobot/index.js +1 -1
- package/es/core/Designer/ChatRobot/index.less +8 -0
- package/lib/core/Designer/AiImageGenerator/index.less +4 -0
- package/lib/core/Designer/ChatRobot/index.js +1 -1
- package/lib/core/Designer/ChatRobot/index.less +8 -0
- package/package.json +2 -2
|
@@ -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
|
}
|
|
@@ -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.
|
|
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",
|