acud 0.0.61 → 0.0.64

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 (53) hide show
  1. package/dist/acud.css +139 -14
  2. package/dist/acud.css.map +1 -1
  3. package/dist/acud.js +37 -25
  4. package/dist/acud.js.map +1 -1
  5. package/dist/acud.min.css +1 -1
  6. package/dist/acud.min.css.map +1 -1
  7. package/dist/acud.min.js +2 -2
  8. package/dist/acud.min.js.map +1 -1
  9. package/es/alert/style/index.css +1 -1
  10. package/es/alert/style/index.less +150 -147
  11. package/es/alert/style/rtl.less +27 -27
  12. package/es/card/Card.js +4 -3
  13. package/es/card/style/index.css +88 -0
  14. package/es/card/style/index.less +8 -0
  15. package/es/date-picker/src/Picker.js +1 -1
  16. package/es/date-picker/src/RangePicker.js +1 -1
  17. package/es/date-picker/style/index.css +43 -11
  18. package/es/date-picker/style/index.less +13 -2
  19. package/es/date-picker/style/panel.less +32 -10
  20. package/es/dropdown/dropdown-button.js +8 -3
  21. package/es/dropdown/style/index.css +4 -0
  22. package/es/dropdown/style/index.less +4 -0
  23. package/es/menu/globalSilderBar.d.ts +1 -0
  24. package/es/menu/globalSilderBar.js +4 -5
  25. package/es/style/themes/default/components/card.less +3 -0
  26. package/es/style/themes/default/components/datePicker.less +1 -1
  27. package/es/tooltip/index.d.ts +0 -1
  28. package/es/tooltip/index.js +3 -8
  29. package/es/transfer/style/index.css +2 -1
  30. package/es/transfer/style/index.less +2 -1
  31. package/lib/alert/style/index.css +1 -1
  32. package/lib/alert/style/index.less +150 -147
  33. package/lib/alert/style/rtl.less +27 -27
  34. package/lib/card/Card.js +4 -3
  35. package/lib/card/style/index.css +88 -0
  36. package/lib/card/style/index.less +8 -0
  37. package/lib/date-picker/src/Picker.js +1 -1
  38. package/lib/date-picker/src/RangePicker.js +1 -1
  39. package/lib/date-picker/style/index.css +43 -11
  40. package/lib/date-picker/style/index.less +13 -2
  41. package/lib/date-picker/style/panel.less +32 -10
  42. package/lib/dropdown/dropdown-button.js +8 -3
  43. package/lib/dropdown/style/index.css +4 -0
  44. package/lib/dropdown/style/index.less +4 -0
  45. package/lib/menu/globalSilderBar.d.ts +1 -0
  46. package/lib/menu/globalSilderBar.js +4 -5
  47. package/lib/style/themes/default/components/card.less +3 -0
  48. package/lib/style/themes/default/components/datePicker.less +1 -1
  49. package/lib/tooltip/index.d.ts +0 -1
  50. package/lib/tooltip/index.js +3 -8
  51. package/lib/transfer/style/index.css +2 -1
  52. package/lib/transfer/style/index.less +2 -1
  53. package/package.json +1 -1
@@ -26,6 +26,7 @@
26
26
  border: 1px solid @G8;
27
27
  border-radius: @R3;
28
28
  background-color: @G10;
29
+ overflow: hidden;
29
30
  &-header {
30
31
  display: flex;
31
32
  flex: none;
@@ -113,6 +114,7 @@
113
114
  border-radius: @R3;
114
115
  background-color: @G10;
115
116
  margin-left: @P * 4;
117
+ overflow: hidden;
116
118
  &-header {
117
119
  display: flex;
118
120
  flex: none;
@@ -173,7 +175,6 @@
173
175
  &.acuicon-outlined-close {
174
176
  display: flex;
175
177
  cursor: pointer;
176
- font-size: 22px;
177
178
  .basic-tp-config(@transfer-icon-default-tp);
178
179
  }
179
180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acud",
3
- "version": "0.0.61",
3
+ "version": "0.0.64",
4
4
  "description": "acg react 组件库",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",