@tachybase/plugin-theme-editor 1.3.12 → 1.3.13
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/LICENSE +1 -1
- package/dist/externalVersion.js +4 -4
- package/package.json +7 -7
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.13",
|
|
4
4
|
"antd": "5.22.5",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
|
-
"@tachybase/server": "1.3.
|
|
6
|
+
"@tachybase/server": "1.3.13",
|
|
7
7
|
"@ant-design/cssinjs": "1.22.1",
|
|
8
8
|
"@ant-design/icons": "5.3.7",
|
|
9
|
-
"@tachybase/utils": "1.3.
|
|
9
|
+
"@tachybase/utils": "1.3.13",
|
|
10
10
|
"react-i18next": "15.2.0",
|
|
11
|
-
"@tachybase/database": "1.3.
|
|
11
|
+
"@tachybase/database": "1.3.13"
|
|
12
12
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-theme-editor",
|
|
3
3
|
"displayName": "Theme editor",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"vanilla-jsoneditor": "^0.17.10"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@tachybase/
|
|
29
|
-
"@tachybase/
|
|
30
|
-
"@tachybase/
|
|
31
|
-
"@tachybase/test": "1.3.
|
|
32
|
-
"@tachybase/utils": "1.3.
|
|
33
|
-
"@tachybase/
|
|
28
|
+
"@tachybase/actions": "1.3.13",
|
|
29
|
+
"@tachybase/client": "1.3.13",
|
|
30
|
+
"@tachybase/database": "1.3.13",
|
|
31
|
+
"@tachybase/test": "1.3.13",
|
|
32
|
+
"@tachybase/utils": "1.3.13",
|
|
33
|
+
"@tachybase/server": "1.3.13"
|
|
34
34
|
},
|
|
35
35
|
"description.zh-CN": "自定义 UI 的颜色、尺寸等,并将结果保存为主题,可在多个主题间切换。",
|
|
36
36
|
"displayName.zh-CN": "主题编辑器",
|