@nocobase/plugin-theme-editor 0.11.1-alpha.1 → 0.11.1-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.
Files changed (1) hide show
  1. package/package.json +20 -9
package/package.json CHANGED
@@ -1,23 +1,34 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-theme-editor",
3
- "version": "0.11.1-alpha.1",
3
+ "version": "0.11.1-alpha.2",
4
4
  "main": "lib/server/index.js",
5
5
  "displayName": "Theme editor",
6
6
  "displayName.zh-CN": "主题编辑器",
7
7
  "description": "Allows you to customize UI colors, sizes, etc.",
8
8
  "description.zh-CN": "允许你自定义 UI 的颜色、尺寸等。",
9
9
  "dependencies": {
10
- "@emotion/css": "^11.11.2",
11
- "@nocobase/client": "0.11.1-alpha.1",
12
- "antd": "^5.6.4",
13
- "react": "^18.2.0",
10
+ "@arvinxu/layout-kit": "^1",
11
+ "@ctrl/tinycolor": "^3.6.0",
12
+ "antd-token-previewer": "2.0.0-alpha.8",
13
+ "classnames": "^2.3.1",
14
+ "rc-util": "^5.32.0",
15
+ "react-colorful": "^5.5.1",
14
16
  "tinycolor2": "^1.6.0",
17
+ "use-debouncy": "^4.3.0",
15
18
  "vanilla-jsoneditor": "^0.17.8"
16
19
  },
17
20
  "devDependencies": {
18
- "@ctrl/tinycolor": "^3.6.0",
19
- "@nocobase/server": "0.11.1-alpha.1",
20
- "@nocobase/test": "0.11.1-alpha.1"
21
+ "@ant-design/cssinjs": "^1.11.1",
22
+ "@ant-design/icons": "^5.1.4",
23
+ "@emotion/css": "^11.11.2",
24
+ "@nocobase/client": "0.11.1-alpha.2",
25
+ "@nocobase/database": "0.11.1-alpha.2",
26
+ "@nocobase/server": "0.11.1-alpha.2",
27
+ "@nocobase/test": "0.11.1-alpha.2",
28
+ "@nocobase/utils": "0.11.1-alpha.2",
29
+ "antd": "^5.6.4",
30
+ "lodash": "4.17.21",
31
+ "react": "^18.2.0"
21
32
  },
22
- "gitHead": "9ed1dba520bc5f3a7cb1255ea8d92ccbefc11bc8"
33
+ "gitHead": "8482aa720ea1c3abbbb9fe1208e73778bd63f1cf"
23
34
  }