@nutui/nutui-react-taro 1.5.4-beta.0 → 1.5.5-beta.0

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.
package/dist/style.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react-taro v1.5.4-beta.0 Wed May 10 2023 17:04:59 GMT+0800 (中国标准时间)
2
+ * @nutui/nutui-react-taro v1.5.5-beta.0 Wed May 17 2023 16:18:36 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -927,7 +927,7 @@ interface InputProps extends BasicComponent {
927
927
  onClickRightIcon?: (value: any) => void;
928
928
  onClick?: (value: any) => void;
929
929
  }
930
- declare const Input: FunctionComponent<Partial<InputProps> & Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onChange' | 'onBlur' | 'onFocus' | 'onClick'>>;
930
+ declare const Input: React__default.ForwardRefExoticComponent<Partial<InputProps> & Omit<React__default.HTMLAttributes<HTMLDivElement>, "onFocus" | "onBlur" | "onChange" | "onClick"> & React__default.RefAttributes<unknown>>;
931
931
 
932
932
  interface InputNumberProps extends BasicComponent {
933
933
  disabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui-react-taro",
3
- "version": "1.5.4-beta.0",
3
+ "version": "1.5.5-beta.0",
4
4
  "description": "京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序",
5
5
  "title": "NutUI-React",
6
6
  "keywords": [