@sheinx/base 3.9.9-beta.13 → 3.9.9-beta.14

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.
@@ -121,6 +121,6 @@ var List = function List(props) {
121
121
  style: newStyle,
122
122
  className: rootClass,
123
123
  children: data.map(renderNode)
124
- });
124
+ }, data.length);
125
125
  };
126
126
  var _default = exports.default = List;
@@ -114,6 +114,6 @@ var List = function List(props) {
114
114
  style: newStyle,
115
115
  className: rootClass,
116
116
  children: data.map(renderNode)
117
- });
117
+ }, data.length);
118
118
  };
119
119
  export default List;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.9.9-beta.13",
3
+ "version": "3.9.9-beta.14",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "module": "./esm/index.js",
11
11
  "typings": "./cjs/index.d.ts",
12
12
  "dependencies": {
13
- "@sheinx/hooks": "3.9.9-beta.13",
13
+ "@sheinx/hooks": "3.9.9-beta.14",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.3.3"
@@ -1,16 +0,0 @@
1
- ---
2
- name: CardGroup
3
- group: Other
4
- ---
5
-
6
- # Title
7
-
8
- CardGroup 标题
9
- CardGroup
10
-
11
- # Describe
12
-
13
- CardGroup 描述
14
- CardGroup Describe
15
-
16
- # Example
@@ -1,16 +0,0 @@
1
- ---
2
- name: CardGroup
3
- group: Other
4
- ---
5
-
6
- # Title
7
-
8
- CardGroup 标题
9
- CardGroup
10
-
11
- # Describe
12
-
13
- CardGroup 描述
14
- CardGroup Describe
15
-
16
- # Example