@nocobase/plugin-theme-editor 1.5.0-beta.7 → 1.5.0-beta.8

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.
@@ -8,15 +8,15 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.5.0-beta.7",
11
+ "@nocobase/client": "1.5.0-beta.8",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.12.8",
14
14
  "lodash": "4.17.21",
15
- "@nocobase/server": "1.5.0-beta.7",
15
+ "@nocobase/server": "1.5.0-beta.8",
16
16
  "@ant-design/cssinjs": "1.21.1",
17
17
  "@ant-design/icons": "5.2.6",
18
- "@nocobase/utils": "1.5.0-beta.7",
18
+ "@nocobase/utils": "1.5.0-beta.8",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/database": "1.5.0-beta.7",
20
+ "@nocobase/database": "1.5.0-beta.8",
21
21
  "@emotion/css": "11.13.0"
22
22
  };
@@ -39,7 +39,7 @@ const defaultTheme = {
39
39
  optional: true,
40
40
  isBuiltIn: true,
41
41
  uid: "default",
42
- default: true
42
+ default: process.env.__E2E__ ? true : false
43
43
  };
44
44
  const dark = {
45
45
  config: {
@@ -64,7 +64,7 @@ const compact = {
64
64
  optional: true,
65
65
  isBuiltIn: true,
66
66
  uid: "compact",
67
- default: false
67
+ default: process.env.__E2E__ ? false : true
68
68
  };
69
69
  const compactDark = {
70
70
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-theme-editor",
3
- "version": "1.5.0-beta.7",
3
+ "version": "1.5.0-beta.8",
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",
@@ -32,7 +32,7 @@
32
32
  "@nocobase/test": "1.x",
33
33
  "@nocobase/utils": "1.x"
34
34
  },
35
- "gitHead": "0dbcde0e6a0f789d7bf18cbbd8ac9be3cbf82f7b",
35
+ "gitHead": "eb7db7301ac5eed305e73540884611832bc761f6",
36
36
  "keywords": [
37
37
  "System management"
38
38
  ]