@nutui/nutui-react 1.3.10 → 1.3.11-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.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.10 Wed Nov 09 2022 13:49:13 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.11-beta.0 Wed Nov 16 2022 13:41:53 GMT+0800 (China Standard Time)
3
3
  * (c) 2021 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -563,7 +563,7 @@ interface MenuItemProps extends IComponent {
563
563
  onChange: (event: any) => void;
564
564
  children: React__default.ReactNode;
565
565
  }
566
- declare const MenuItem: FunctionComponent<Partial<MenuItemProps>>;
566
+ declare const MenuItem: React__default.ForwardRefExoticComponent<Partial<MenuItemProps> & React__default.RefAttributes<unknown>>;
567
567
 
568
568
  declare type SliderValue = number | number[];
569
569
  interface RangeProps {
@@ -1472,6 +1472,7 @@ declare const SwiperItem: React__default.ForwardRefExoticComponent<Partial<Swipe
1472
1472
  interface AvatarProps extends IComponent {
1473
1473
  size: string;
1474
1474
  icon: string;
1475
+ iconSize?: string | number;
1475
1476
  shape: AvatarShape;
1476
1477
  bgColor: string;
1477
1478
  color: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/nutui-react",
3
- "version": "1.3.10",
3
+ "version": "1.3.11-beta.0",
4
4
  "style": "dist/style.css",
5
5
  "main": "dist/nutui.react.umd.js",
6
6
  "module": "dist/esm/nutui-react.es.js",
@@ -11,20 +11,26 @@
11
11
  "dist/style.css",
12
12
  "dist/styles/font/*"
13
13
  ],
14
- "description": "京东风格的轻量级移动端 React 组件库",
14
+ "description": "京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序",
15
15
  "keywords": [
16
16
  "nutui",
17
17
  "nutui2",
18
18
  "nutui3",
19
19
  "react",
20
+ "nutui-react",
20
21
  "webpack",
21
22
  "react component",
22
23
  "vite",
23
24
  "jdc",
24
- "jdcfe"
25
+ "jdcfe",
26
+ "taro"
25
27
  ],
26
28
  "author": "jdcfe",
27
29
  "license": "MIT",
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "https://github.com/jdf2e/nutui-react.git"
33
+ },
28
34
  "publishConfig": {
29
35
  "access": "public",
30
36
  "registry": "https://registry.npmjs.org/"