@daoyi/nmtl-ui 2.0.1-beta.88 → 2.0.1-beta.90

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.
@@ -10110,13 +10110,11 @@ const EmailInput = _ref => {
10110
10110
  if (response && response.email) {
10111
10111
  // setEmail(response.email);
10112
10112
  onChange(response.email);
10113
- } else {
10114
- onNotify({
10115
- type: 'error',
10116
- message: 'common.action.failed'
10117
- });
10113
+ // } else {
10114
+ // onNotify({ type: 'error', message: 'common.action.failed' });
10118
10115
  }
10119
10116
  };
10117
+
10120
10118
  return /*#__PURE__*/React__default.createElement("div", {
10121
10119
  className: "emailInput"
10122
10120
  }, /*#__PURE__*/React__default.createElement("div", {
@@ -1,4 +1,4 @@
1
- export { C as default } from './ContactModal-d37425b5.js';
1
+ export { C as default } from './ContactModal-523ae294.js';
2
2
  import './_rollupPluginBabelHelpers-ed61ffc0.js';
3
3
  import 'react';
4
4
  import 'prop-types';
@@ -3,7 +3,7 @@ import React__default, { useState, useEffect } from 'react';
3
3
  import { c as classNames } from './index-f491ebce.js';
4
4
  import PropTypes from 'prop-types';
5
5
  import axios from 'axios';
6
- import { C as ContactModal } from './ContactModal-d37425b5.js';
6
+ import { C as ContactModal } from './ContactModal-523ae294.js';
7
7
  import { S as Spin } from './Spin-9a07b106.js';
8
8
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
9
9
  import './hoist-non-react-statics.cjs-3f408ad2.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daoyi/nmtl-ui",
3
- "version": "2.0.1-beta.88",
3
+ "version": "2.0.1-beta.90",
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",