ztxkui 3.2.2 → 3.2.3

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.
@@ -25,8 +25,10 @@ import classNames from 'classnames';
25
25
  var SearchContainer = function (_a) {
26
26
  var children = _a.children, dark = _a.dark, nobottom = _a.nobottom, className = _a.className, restProps = __rest(_a, ["children", "dark", "nobottom", "className"]);
27
27
  var classes = classNames('zt-search', className, {
28
- 'zt-search--dark': dark,
29
- 'zt-search--no-bottom': dark || nobottom,
28
+ // 他们一开始觉得背景色可以,后来觉得不可以 要去掉
29
+ // 'zt-search--dark': dark,
30
+ // 'zt-search--no-bottom': dark || nobottom,
31
+ 'zt-search--no-bottom': nobottom,
30
32
  });
31
33
  return (React.createElement("div", __assign({ className: classes }, restProps), children));
32
34
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",