@qn-pandora/pandora-component 4.1.5 → 4.1.7

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/lib/index.less CHANGED
@@ -1,9 +1,9 @@
1
1
  @import './style/mixin.less';
2
2
  @import './style/theme.less';
3
- @import './components/AutoComplete/style.less';
4
3
  @import './components/Breadcrumb/style.less';
5
- @import './components/Button/style.less';
4
+ @import './components/AutoComplete/style.less';
6
5
  @import './components/Card/style.less';
6
+ @import './components/Button/style.less';
7
7
  @import './components/CheckTransformList/style.less';
8
8
  @import './components/Checkbox/style.less';
9
9
  @import './components/CheckboxList/style.less';
@@ -110,6 +110,7 @@
110
110
  @border-color-normal: #e5e5e5;
111
111
  @border-color-1: #d9d9d9;
112
112
  @border-color-2: #bfbfbf;
113
+ @border-color-3: #e9e9e9;
113
114
  @modal-header-border-color: rgba(0, 0, 0, 0.09);
114
115
 
115
116
  // icon------------------------
@@ -384,11 +385,16 @@
384
385
  @image-operator-hover-bg: rgba(51, 51, 51, 0.7);
385
386
  @agent-agent-message-background-color: #f7f7f8; // 用户框背景色
386
387
  @agent-user-avatar-color: #e6902d; // 机器人用户头像颜色;
387
-
388
- // close icon hover 颜色
388
+ @agent-no-data-background-color: #e0edf8; // close icon hover 颜色
389
+ @agent-session-title-color: #595959;
389
390
  @close-icon-hover-color: #f4f5f6;
390
391
 
391
392
  @agent-markdown-scorll-bar-color: #c9cdd4;
392
393
  @agent-markdown-header-background-color: rgb(52, 53, 65);
394
+ @agent-box-shadow-color: rgba(53, 53, 53, 0.07);
393
395
  @agent-cursor-color: #282828;
396
+ @agent-spl-background-color: #edeff2;
394
397
  @agent-input-border-color: #e9e9e9;
398
+ @agent-border-color: #e8e8e8;
399
+ @background-color-fa: #fafafa;
400
+ @background-color-f5: #f5f5f5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qn-pandora/pandora-component",
3
- "version": "4.1.5",
3
+ "version": "4.1.7",
4
4
  "description": "基础组件",
5
5
  "author": "pandora <pandora@qiniu.com>",
6
6
  "homepage": "https://github.com/qbox/phoenix#readme",
@@ -43,7 +43,7 @@
43
43
  "react": "^16.8.6"
44
44
  },
45
45
  "devDependencies": {
46
- "@qn-pandora/pandora-tools": "^2.0.14",
46
+ "@qn-pandora/pandora-tools": "^2.0.16",
47
47
  "@types/classnames": "^2.2.7",
48
48
  "@types/react": "^16.14.5",
49
49
  "@types/react-measure": "^2.0.4",
@@ -66,8 +66,8 @@
66
66
  "dependencies": {
67
67
  "@ant-design/compatible": "1.0.8",
68
68
  "@ant-design/icons": "4.7.0",
69
- "@qn-pandora/pandora-component-icons": "^3.1.5",
70
- "@qn-pandora/app-sdk": "^3.1.5",
69
+ "@qn-pandora/pandora-component-icons": "^3.1.7",
70
+ "@qn-pandora/app-sdk": "^3.1.7",
71
71
  "flat": "^5.0.0",
72
72
  "antd-mobile": "2.3.3",
73
73
  "css": "3.0.0",