linkmore-design 1.0.10 → 1.0.13

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 (95) hide show
  1. package/dist/index.umd.js +4359 -1032
  2. package/dist/index.umd.min.js +6 -6
  3. package/es/Button/style/style.css +32 -31
  4. package/es/ButtonTags/style/style.css +3 -0
  5. package/es/Card/index.d.ts +2 -0
  6. package/es/Card/index.js +17 -0
  7. package/es/Card/style/index.css +495 -0
  8. package/es/Card/style/index.d.ts +1 -0
  9. package/es/Card/style/index.js +1 -0
  10. package/es/{CheckBox → Checkbox}/index.js +0 -0
  11. package/es/{CheckBox → Checkbox}/style/index.js +0 -0
  12. package/es/{CheckBox → Checkbox}/style/style.css +0 -0
  13. package/es/CkFilter/components/filterTypes.js +41 -31
  14. package/es/CkFilter/filter.js +1 -1
  15. package/es/CkFilter/style/style.css +5 -2
  16. package/es/CustomerService/style/style.css +3 -0
  17. package/es/Drawer/style/index.css +6 -0
  18. package/es/Dropdown/style/index.css +3 -0
  19. package/es/EditTable/style/style.css +3 -0
  20. package/es/Filter/Popover.js +2 -2
  21. package/es/Filter/style/style.css +3 -0
  22. package/es/IconFont/index.js +1 -1
  23. package/es/IconSelect/iconJson.json +2935 -0
  24. package/es/IconSelect/index.js +115 -0
  25. package/{lib/CheckBox → es/IconSelect}/style/index.js +0 -0
  26. package/es/IconSelect/style/style.css +25 -0
  27. package/es/Input/style/style.css +3 -0
  28. package/es/InputNumber/style/index.css +3 -0
  29. package/es/LeftTable/index.js +5 -3
  30. package/es/LeftTable/style/style.css +41 -10
  31. package/es/Modal/index.js +7 -3
  32. package/es/Modal/style/index.css +7 -0
  33. package/es/Notification/index.d.ts +7 -0
  34. package/es/Notification/index.js +12 -0
  35. package/es/Notification/style/index.css +495 -0
  36. package/es/Notification/style/index.d.ts +1 -0
  37. package/es/Notification/style/index.js +1 -0
  38. package/es/Pagination/style/index.css +3 -0
  39. package/es/PopTable/style/style.css +3 -1
  40. package/es/ProTable/ImgList/body.js +5 -5
  41. package/es/ProTable/Table.js +5 -4
  42. package/es/ProTable/style/style.css +11 -2
  43. package/es/Select/index.d.ts +1 -1
  44. package/es/Select/style/index.css +3 -0
  45. package/es/Space/style/index.css +3 -0
  46. package/es/index.js +36 -4
  47. package/es/styles/main.css +3 -0
  48. package/es/styles/resetAntd.css +3 -0
  49. package/lib/Button/style/style.css +32 -31
  50. package/lib/ButtonTags/style/style.css +3 -0
  51. package/lib/Card/index.d.ts +2 -0
  52. package/lib/Card/index.js +29 -0
  53. package/lib/Card/style/index.css +495 -0
  54. package/lib/Card/style/index.d.ts +1 -0
  55. package/lib/Card/style/index.js +3 -0
  56. package/lib/{CheckBox → Checkbox}/index.js +0 -0
  57. package/lib/Checkbox/style/index.js +3 -0
  58. package/lib/{CheckBox → Checkbox}/style/style.css +0 -0
  59. package/lib/CkFilter/components/filterTypes.js +41 -31
  60. package/lib/CkFilter/filter.js +1 -1
  61. package/lib/CkFilter/style/style.css +5 -2
  62. package/lib/CustomerService/style/style.css +3 -0
  63. package/lib/Drawer/style/index.css +6 -0
  64. package/lib/Dropdown/style/index.css +3 -0
  65. package/lib/EditTable/style/style.css +3 -0
  66. package/lib/Filter/Popover.js +2 -2
  67. package/lib/Filter/style/style.css +3 -0
  68. package/lib/IconFont/index.js +1 -1
  69. package/lib/IconSelect/iconJson.json +2935 -0
  70. package/lib/IconSelect/index.js +115 -0
  71. package/lib/IconSelect/style/index.js +3 -0
  72. package/lib/IconSelect/style/style.css +25 -0
  73. package/lib/Input/style/style.css +3 -0
  74. package/lib/InputNumber/style/index.css +3 -0
  75. package/lib/LeftTable/index.js +5 -3
  76. package/lib/LeftTable/style/style.css +41 -10
  77. package/lib/Modal/index.js +7 -3
  78. package/lib/Modal/style/index.css +7 -0
  79. package/lib/Notification/index.d.ts +7 -0
  80. package/lib/Notification/index.js +25 -0
  81. package/lib/Notification/style/index.css +495 -0
  82. package/lib/Notification/style/index.d.ts +1 -0
  83. package/lib/Notification/style/index.js +3 -0
  84. package/lib/Pagination/style/index.css +3 -0
  85. package/lib/PopTable/style/style.css +3 -1
  86. package/lib/ProTable/ImgList/body.js +5 -5
  87. package/lib/ProTable/Table.js +5 -4
  88. package/lib/ProTable/style/style.css +11 -2
  89. package/lib/Select/index.d.ts +1 -1
  90. package/lib/Select/style/index.css +3 -0
  91. package/lib/Space/style/index.css +3 -0
  92. package/lib/index.js +36 -4
  93. package/lib/styles/main.css +3 -0
  94. package/lib/styles/resetAntd.css +3 -0
  95. package/package.json +1 -1
@@ -71,6 +71,9 @@
71
71
  padding: var(--gap);
72
72
  line-height: 1;
73
73
  }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
74
77
  @font-face {
75
78
  font-family: 'iconfont';
76
79
  /* Project id 2966019 */
@@ -71,6 +71,9 @@
71
71
  padding: var(--gap);
72
72
  line-height: 1;
73
73
  }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
74
77
  @font-face {
75
78
  font-family: 'iconfont';
76
79
  /* Project id 2966019 */
@@ -23,10 +23,10 @@ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/obje
23
23
 
24
24
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
25
25
 
26
- var _react = _interopRequireWildcard(require("react"));
27
-
28
26
  var _icons = require("@ant-design/icons");
29
27
 
28
+ var _react = _interopRequireWildcard(require("react"));
29
+
30
30
  var _components = require("./components");
31
31
 
32
32
  var _popContext = _interopRequireDefault(require("./popContext"));
@@ -71,6 +71,9 @@
71
71
  padding: var(--gap);
72
72
  line-height: 1;
73
73
  }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
74
77
  @font-face {
75
78
  font-family: 'iconfont';
76
79
  /* Project id 2966019 */
@@ -8,7 +8,7 @@ exports.default = void 0;
8
8
  var _icons = require("@ant-design/icons");
9
9
 
10
10
  var IconFont = (0, _icons.createFromIconfontCN)({
11
- scriptUrl: '//at.alicdn.com/t/font_2966019_r2sjvddyblq.js' // 在 iconfont.cn 上生成
11
+ scriptUrl: '//at.alicdn.com/t/font_2966019_8aij0300kjo.js' // 在 iconfont.cn 上生成
12
12
 
13
13
  });
14
14
  var _default = IconFont;