@daoyi/nmtl-ui 2.0.1-beta.66 → 2.0.1-beta.67

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.
@@ -754,7 +754,9 @@ var Filter = function Filter(_ref) {
754
754
  }, {
755
755
  'filter__item--active': key === urlSearch[filterKey]
756
756
  }),
757
- onClick: handleClick
757
+ onClick: function onClick() {
758
+ return handleClick(key);
759
+ }
758
760
  }, "".concat(title, "(").concat(count, ")"));
759
761
  }));
760
762
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daoyi/nmtl-ui",
3
- "version": "2.0.1-beta.66",
3
+ "version": "2.0.1-beta.67",
4
4
  "description": "This project is to be used as a starter kit for building React component using Storybook and Rollup",
5
5
  "author": "daoyi",
6
6
  "main": "lib/index.js",