@nocobase/plugin-theme-editor 0.19.0-alpha.7 → 0.19.0-alpha.9
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/dist/externalVersion.js +4 -4
- package/package.json +3 -3
package/dist/externalVersion.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.9",
|
|
3
3
|
"react": "18.2.0",
|
|
4
4
|
"antd": "5.12.8",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
6
|
+
"@nocobase/server": "0.19.0-alpha.9",
|
|
7
7
|
"@ant-design/cssinjs": "1.18.1",
|
|
8
8
|
"@ant-design/icons": "5.2.6",
|
|
9
|
-
"@nocobase/utils": "0.19.0-alpha.
|
|
9
|
+
"@nocobase/utils": "0.19.0-alpha.9",
|
|
10
10
|
"react-i18next": "11.18.6",
|
|
11
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
11
|
+
"@nocobase/database": "0.19.0-alpha.9",
|
|
12
12
|
"@emotion/css": "11.11.2"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-theme-editor",
|
|
3
|
-
"version": "0.19.0-alpha.
|
|
3
|
+
"version": "0.19.0-alpha.9",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/plugins/theme-editor",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/theme-editor",
|
|
7
7
|
"displayName": "Theme editor",
|
|
8
|
-
"displayName.zh-CN": "
|
|
8
|
+
"displayName.zh-CN": "主题编辑器",
|
|
9
9
|
"description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.",
|
|
10
10
|
"description.zh-CN": "自定义 UI 的颜色、尺寸等,并将结果保存为主题,可在多个主题间切换。",
|
|
11
11
|
"devDependencies": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@nocobase/test": "0.x",
|
|
33
33
|
"@nocobase/utils": "0.x"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "975f9c58a1995df6a8d7a4d191a0dc4a9769ebc5",
|
|
36
36
|
"keywords": [
|
|
37
37
|
"System management"
|
|
38
38
|
]
|