@nocobase/plugin-theme-editor 0.21.0-alpha.9 → 1.0.0-alpha.2

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.
@@ -1,13 +1,13 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.21.0-alpha.9",
2
+ "@nocobase/client": "1.0.0-alpha.2",
3
3
  "react": "18.2.0",
4
4
  "antd": "5.12.8",
5
5
  "lodash": "4.17.21",
6
- "@nocobase/server": "0.21.0-alpha.9",
6
+ "@nocobase/server": "1.0.0-alpha.2",
7
7
  "@ant-design/cssinjs": "1.18.1",
8
8
  "@ant-design/icons": "5.2.6",
9
- "@nocobase/utils": "0.21.0-alpha.9",
9
+ "@nocobase/utils": "1.0.0-alpha.2",
10
10
  "react-i18next": "11.18.6",
11
- "@nocobase/database": "0.21.0-alpha.9",
11
+ "@nocobase/database": "1.0.0-alpha.2",
12
12
  "@emotion/css": "11.11.2"
13
13
  };
@@ -47,7 +47,10 @@ const compact = {
47
47
  config: {
48
48
  name: "Compact",
49
49
  // @ts-ignore
50
- algorithm: "compactAlgorithm"
50
+ algorithm: "compactAlgorithm",
51
+ token: {
52
+ fontSize: 16
53
+ }
51
54
  },
52
55
  optional: true,
53
56
  isBuiltIn: true,
@@ -58,7 +61,10 @@ const compactDark = {
58
61
  config: {
59
62
  name: "Compact dark",
60
63
  // @ts-ignore
61
- algorithm: ["compactAlgorithm", "darkAlgorithm"]
64
+ algorithm: ["compactAlgorithm", "darkAlgorithm"],
65
+ token: {
66
+ fontSize: 16
67
+ }
62
68
  },
63
69
  optional: true,
64
70
  isBuiltIn: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-theme-editor",
3
- "version": "0.21.0-alpha.9",
3
+ "version": "1.0.0-alpha.2",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/theme-editor",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/theme-editor",
@@ -25,14 +25,14 @@
25
25
  "vanilla-jsoneditor": "^0.17.8"
26
26
  },
27
27
  "peerDependencies": {
28
- "@nocobase/actions": "0.x",
29
- "@nocobase/client": "0.x",
30
- "@nocobase/database": "0.x",
31
- "@nocobase/server": "0.x",
32
- "@nocobase/test": "0.x",
33
- "@nocobase/utils": "0.x"
28
+ "@nocobase/actions": "1.x",
29
+ "@nocobase/client": "1.x",
30
+ "@nocobase/database": "1.x",
31
+ "@nocobase/server": "1.x",
32
+ "@nocobase/test": "1.x",
33
+ "@nocobase/utils": "1.x"
34
34
  },
35
- "gitHead": "a6fe6c4ee532c04e5a50ec777bf76436ca624cbd",
35
+ "gitHead": "f89dbc9e67d58404a2e484a5e124f739f340dcf8",
36
36
  "keywords": [
37
37
  "System management"
38
38
  ]