tachybase_todo/packages/plugins/theme-editor/package.json
被雨水过滤的空气-Rain 4f5ec0a581
feat(theme-editor): support to config Header's color and Settings button's color (#2263)
* feat: add color options to theme editor

* feat: add default theme

* refactor: optimize

* feat: support to change color of UI settings

* fix: fix menu background color

* fix: fix color of UI settings

* feat: support to set alpha

* refactor: migrate style to a file

* feat: support colorBgSettingsHover and colorBorderSettingsHover

* feat: adapt settings color

* fix: should be reset together

* feat: compat old theme
2023-07-21 10:38:56 +08:00

23 lines
676 B
JSON

{
"name": "@nocobase/plugin-theme-editor",
"version": "0.11.0-alpha.1",
"main": "lib/server/index.js",
"displayName": "Theme editor",
"displayName.zh-CN": "主题编辑器",
"description": "Allows you to customize UI colors, sizes, etc.",
"description.zh-CN": "允许你自定义 UI 的颜色、尺寸等。",
"dependencies": {
"@nocobase/client": "0.11.0-alpha.1",
"react": "^18.2.0",
"antd": "^5.6.4",
"vanilla-jsoneditor": "^0.17.8",
"@emotion/css": "^11.11.2",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@nocobase/server": "0.11.0-alpha.1",
"@nocobase/test": "0.11.0-alpha.1",
"@ctrl/tinycolor": "^3.6.0"
}
}