@difizen/libro-lab 0.2.24 → 0.2.26
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/common/icon.js +1 -1
- package/package.json +10 -10
- package/src/common/icon.tsx +1 -1
package/es/common/icon.js
CHANGED
|
@@ -98,7 +98,7 @@ export function Loadding(props) {
|
|
|
98
98
|
children: /*#__PURE__*/_jsx("g", {
|
|
99
99
|
id: "1.1\u5BB9\u5668\u52A0\u8F7D\u4E2D-\u5173\u95ED\u63D0\u793A",
|
|
100
100
|
transform: "translate(-1362.000000, -879.000000)",
|
|
101
|
-
fill: "
|
|
101
|
+
fill: "#1890FF",
|
|
102
102
|
children: /*#__PURE__*/_jsx("g", {
|
|
103
103
|
id: "\u7F16\u7EC4-20",
|
|
104
104
|
transform: "translate(0.000000, 872.000000)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-lab",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@ant-design/icons": "^5.1.0",
|
|
37
|
-
"@difizen/libro-core": "^0.2.
|
|
38
|
-
"@difizen/libro-jupyter": "^0.2.
|
|
39
|
-
"@difizen/libro-kernel": "^0.2.
|
|
40
|
-
"@difizen/libro-prompt-cell": "^0.2.
|
|
41
|
-
"@difizen/libro-terminal": "^0.2.
|
|
42
|
-
"@difizen/libro-toc": "^0.2.
|
|
43
|
-
"@difizen/libro-cofine-editor-core": "^0.2.
|
|
44
|
-
"@difizen/libro-language-client": "^0.2.
|
|
45
|
-
"@difizen/libro-widget": "^0.2.
|
|
37
|
+
"@difizen/libro-core": "^0.2.26",
|
|
38
|
+
"@difizen/libro-jupyter": "^0.2.26",
|
|
39
|
+
"@difizen/libro-kernel": "^0.2.26",
|
|
40
|
+
"@difizen/libro-prompt-cell": "^0.2.26",
|
|
41
|
+
"@difizen/libro-terminal": "^0.2.26",
|
|
42
|
+
"@difizen/libro-toc": "^0.2.26",
|
|
43
|
+
"@difizen/libro-cofine-editor-core": "^0.2.26",
|
|
44
|
+
"@difizen/libro-language-client": "^0.2.26",
|
|
45
|
+
"@difizen/libro-widget": "^0.2.26",
|
|
46
46
|
"@difizen/mana-app": "latest",
|
|
47
47
|
"@difizen/mana-common": "latest",
|
|
48
48
|
"@difizen/mana-react": "latest",
|
package/src/common/icon.tsx
CHANGED
|
@@ -95,7 +95,7 @@ export function Loadding(props: IProps) {
|
|
|
95
95
|
<g
|
|
96
96
|
id="1.1容器加载中-关闭提示"
|
|
97
97
|
transform="translate(-1362.000000, -879.000000)"
|
|
98
|
-
fill="
|
|
98
|
+
fill="#1890FF"
|
|
99
99
|
>
|
|
100
100
|
<g id="编组-20" transform="translate(0.000000, 872.000000)">
|
|
101
101
|
<g id="编组-3" transform="translate(1302.000000, 5.000000)">
|