@daoyi/nmtl-ui 2.0.1-beta.86 → 2.0.1-beta.87

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.
@@ -110,7 +110,7 @@ const FilterSelectors = {
110
110
  // title: 'example-info-title',
111
111
  };
112
112
  const SELECTORS = {
113
- avatar: AutocompleteSelectors,
113
+ avatar: AvatarSelectors,
114
114
  autocomplete: AutocompleteSelectors,
115
115
  button: ButtonSelectors,
116
116
  backTop: BackTopSelectors,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daoyi/nmtl-ui",
3
- "version": "2.0.1-beta.86",
3
+ "version": "2.0.1-beta.87",
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",