shineout 2.0.1 → 2.0.2

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.
@@ -1,6 +1,6 @@
1
1
  import { ChangeEvent, KeyboardEvent, FocusEvent } from 'react';
2
2
  import { PureComponent } from '../component';
3
- import { OriginTextareaProps } from './props';
3
+ import { OriginTextareaProps } from './Props';
4
4
  interface TextareaState {
5
5
  height: number;
6
6
  }
@@ -1 +1 @@
1
- export { TextareaProps as Props } from './props';
1
+ export { TextareaProps as Props } from './Props';
package/css/index.js CHANGED
@@ -220,6 +220,6 @@ exports.Upload = _Upload.default;
220
220
  // Created by scripts/src-index.js.
221
221
  var _default = {
222
222
  utils: utils,
223
- version: '2.0.1'
223
+ version: '2.0.2'
224
224
  };
225
225
  exports.default = _default;
package/dist/shineout.js CHANGED
@@ -419080,7 +419080,7 @@ var cov_4ci5pu20k = function () {
419080
419080
 
419081
419081
  /* harmony default export */ __webpack_exports__["default"] = ({
419082
419082
  utils: _utils__WEBPACK_IMPORTED_MODULE_0__,
419083
- version: '2.0.1'
419083
+ version: '2.0.2'
419084
419084
  });
419085
419085
 
419086
419086