assui 3.1.4 → 3.1.6

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 (37) hide show
  1. package/es/label-auto-complete/style/index.css +1 -1
  2. package/es/label-auto-complete/style/index.less +1 -1
  3. package/es/label-condition-input/style/index.css +1237 -1
  4. package/es/label-condition-input/style/index.less +2 -1
  5. package/es/label-date-picker/style/index.css +1 -1
  6. package/es/label-date-picker/style/index.less +1 -1
  7. package/es/label-input/style/index.css +1237 -1
  8. package/es/label-input/style/index.less +2 -1
  9. package/es/label-number-input/style/index.css +1237 -1
  10. package/es/label-number-input/style/index.less +2 -1
  11. package/es/label-range-picker/style/index.css +1 -1
  12. package/es/label-range-picker/style/index.less +1 -1
  13. package/es/label-select/style/index.css +2 -2
  14. package/es/label-select/style/index.less +2 -2
  15. package/es/label-text-area/style/index.css +1237 -1
  16. package/es/label-text-area/style/index.less +2 -1
  17. package/es/label-tree-select/style/index.css +1 -1
  18. package/es/label-tree-select/style/index.less +1 -1
  19. package/lib/label-auto-complete/style/index.css +1 -1
  20. package/lib/label-auto-complete/style/index.less +1 -1
  21. package/lib/label-condition-input/style/index.css +1237 -1
  22. package/lib/label-condition-input/style/index.less +2 -1
  23. package/lib/label-date-picker/style/index.css +1 -1
  24. package/lib/label-date-picker/style/index.less +1 -1
  25. package/lib/label-input/style/index.css +1237 -1
  26. package/lib/label-input/style/index.less +2 -1
  27. package/lib/label-number-input/style/index.css +1237 -1
  28. package/lib/label-number-input/style/index.less +2 -1
  29. package/lib/label-range-picker/style/index.css +1 -1
  30. package/lib/label-range-picker/style/index.less +1 -1
  31. package/lib/label-select/style/index.css +2 -2
  32. package/lib/label-select/style/index.less +2 -2
  33. package/lib/label-text-area/style/index.css +1237 -1
  34. package/lib/label-text-area/style/index.less +2 -1
  35. package/lib/label-tree-select/style/index.css +1 -1
  36. package/lib/label-tree-select/style/index.less +1 -1
  37. package/package.json +3 -3
@@ -1,3 +1,4 @@
1
+ @import '~antd/lib/style/index.less';
1
2
  @import '../../style/themes/default.less';
2
3
  @color_dfe2e7: #dfe2e7;
3
4
  @color_9aa5b5: #9aa5b5;
@@ -35,7 +36,7 @@
35
36
  padding-top: 24px;
36
37
  overflow: hidden;
37
38
  border: 1px solid @color_e5e5e5;
38
- border-radius: 12px;
39
+ border-radius: @border-radius-base;
39
40
  outline: 0;
40
41
  cursor: text;
41
42
  }
@@ -1243,7 +1243,7 @@ html {
1243
1243
  .label-tree-select .ant-select:not(.ant-select-customize-input) .ant-select-selector {
1244
1244
  height: 45px;
1245
1245
  border: 1px solid #e5e5e5;
1246
- border-radius: 8px;
1246
+ border-radius: 2px;
1247
1247
  outline: none;
1248
1248
  }
1249
1249
  .label-tree-select .ant-select-selection-overflow {
@@ -13,7 +13,7 @@
13
13
  .@{ant-prefix}-select:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector {
14
14
  height: 45px;
15
15
  border: 1px solid #e5e5e5;
16
- border-radius: 8px;
16
+ border-radius: @border-radius-base;
17
17
  outline: none;
18
18
  }
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.1.4",
3
+ "version": "3.1.6",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -35,7 +35,7 @@
35
35
  "@types/react-beautiful-dnd": "^13.1.2",
36
36
  "@types/react-color": "^3.0.6",
37
37
  "@types/react-resizable": "^3.0.0",
38
- "a-icons": "^1.1.42",
38
+ "a-icons": "^1.1.43",
39
39
  "aa-utils": "^2.1.18",
40
40
  "ahooks": "^3.0.8",
41
41
  "bignumber.js": "^9.0.1",
@@ -80,5 +80,5 @@
80
80
  "node": ">=10.0.0"
81
81
  },
82
82
  "license": "MIT",
83
- "gitHead": "ec56d1363bb6c38a0509d13b86665759fcf1f598"
83
+ "gitHead": "55402b911601079ddb829ebd91f30e6f8172c5ed"
84
84
  }